* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 130%;
  font-family: "Work Sans", sans-serif;
}

main {
  /* background-image: url(../img/bg-grey.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  padding: 0 0 110px;
  position: relative;
}

main > * {
  position: relative;
  z-index: 1;
}

.mauto {
  margin: 0 auto 30px;
}

.line-top {
  width: 100%;
  height: 6px;
  background: #000;
  display: none;
}

.logo {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../img/long-logo.svg");
  background-size: cover;
  background-position: center;
  min-height: 100px;
  transition: all 0.9s ease-in-out;
}

.logo img {
  min-width: 1440px;
  width: 100%;
}

.logo2 {
  width: 95px;
  background: #fff;
  border-radius: 12px;

  background-image: url("../img/logo2-color.svg");
  background-size: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50px;
  transition: all 0.9s ease-in-out;
}

.start-bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.start-bottom {
  width: fit-content;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 12px 25px;
  color: #fff;
  font-size: 14px;
  background: #ffffff1a;
  min-height: 50px;

  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.icon-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.start, .start-2 {
  padding: 30px 15px 0;
}

h1 {
  font-size: 35px;
  color: #fff;

  width: 1200px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 2px 2px #0000008c;
}
h1 span {
  font-size: 26px;
}

.sub {
  font-size: 24px;
  text-shadow: 0px 2px 2px #0000008c;

  color: #fff;
  text-align: center;
  width: 1200px;
  font-weight: 600;
}

.sub-answer {
  text-shadow: 0px 2px 2px #0000008c;

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
}

.start-btn,
.form-btn,
.start-btn2 {
  border: none;
  border-radius: 12px;
  background: #006e3a;

  cursor: pointer;
  color: #fff;
  padding: 16px 35px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* .start-btn {
  border-radius: 1222px;
} */

.start-btn:hover {
  background: #caff6f;
  color: #000;
}
.form-btn:hover {
  background: #ffffff;
}

.blurred2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: all 0.9s ease-in-out;
  opacity: 0;

  /* background: #00000066; */
}

.blurred2.is-visible::after {
  opacity: 1;
}

.quiz {
  display: none;
  padding: 20px 15px 0;
  width: 580px;
}

.quiz-div,
.form-div {
  display: none;
}

.step {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.step span {
  font-weight: 700;
}

.question {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.question i {
  font-size: 22px;
}

.answers {
  width: 100%;
}

.answer {
  background: #ffffffbf;

  border: 1px solid #ffffffbf;
  backdrop-filter: blur(54px);
  -webkit-backdrop-filter: blur(54px);
  color: #1b2439;
  border-radius: 10px;
  padding: 12px 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
}

.answer:hover {
  background: #ffffffd9;
}

.answer-option {
  padding: 3px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #1b2439;
  min-width: 35px;
}

.answer.active {
  background: #e30613;
  color: #fff;
}

.progress-bar {
  background: #ffffff33;

  width: 100%;
  height: 15px;
  margin: 0;
  display: flex;
}

.stepper {
  width: 100%;
  border-right: 1px solid #fff;
  height: 100%;
}

.stepper.active {
  background: #1e4b2a;

  transition: all 0.3s ease-in-out;
}

footer {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  width: 100%;

  padding: 0;
  display: none;
}

.btn.back {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}

footer .btn {
  pointer-events: none;
}

.form-div {
  text-align: center;
  background: linear-gradient(
    116.18deg,
    rgba(0, 110, 58, 0.88) 40.34%,
    rgba(54, 182, 122, 0.88) 107.4%
  );

  border: 1px solid #ffffff1a;
  padding: 50px 100px 20px;
  border-radius: 12px;
}

.label-wrap {
  width: 100%;
}

.form-div input {
  border: none;
  display: block;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
  color: #fff;
  background: #ffffff26;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border-radius: 12px;
  border: 1px solid #ffffff80;
}

.form-div input::placeholder {
  color: #fff;
}

.form-div label {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 14px;
}

.flex-inputs {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.form-btn {
  width: 100%;
  margin-top: 10px;
}

.nachat-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0 0;
}

.nachat {
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
}
main.blurred {
  /* background-image: url(../img/bg1.jpg); */
  transition: all 0.9s ease-in-out;
}

main.blurred .logo {
  background-image: url("../img/long-logo-color.svg");
  transition: all 0.9s ease-in-out;
}
main.blurred .logo2 {
  background-image: url("../img/logo2-color.svg");
  transition: all 0.9s ease-in-out;
}

@media (max-width: 600px) {
  main {
    
    /* background-image: url(../img/bg-grey.jpg); */
    padding: 0 0 140px;
  }

  .quiz {
    padding: 20px 15px 0;
    margin-top: 50px;
  }

  main.blurred {
    /* background-image: url(../img/bg1.jpg); */
  }
  h1 {
    font-size: 25px;
    font-weight: 800;
  }

  h1 span {
    font-size: 22px;
  }

  .sub {
    font-size: 20px;
  }

  .question {
    font-size: 22px;
  }
  .question i {
    font-size: 18px;
  }

  .answer {
    padding: 12px 15px;
    gap: 15px;
  }
  .flex-inputs {
    flex-direction: column;
    gap: 0;
  }

  footer {
    margin-top: -85px;
    position: fixed !important;
    bottom: 0;
  }

  .form-div input {
    font-size: 18px;
    padding: 10px 15px;
  }
  .form-div label {
    font-size: 12px;
  }
  .form-div {
    padding: 25px 15px;
  }
  form.mauto {
    margin-bottom: 0;
  }

  .start-bottom-wrap {
    flex-direction: column-reverse;
    padding: 15px;
    bottom: 10px;
  }

  .logo {
        background-position: top center;
    background-repeat: no-repeat;
    background-size: 720px;
    min-height:50px;
    margin-bottom: 15px;

  }
  .logo2 {
    width: 100%;
    opacity: 1;
  }
  .start-bottom {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    gap: 10px;
  }

  .nachat {
    text-align: center;
  }
  .nachat-wrap {
    flex-direction: column;
  }
  
  .nachat-wrap img {
    width: 130px;
  }
}

@media (max-width: 390px) {
  .mauto {
    margin: 0 auto 0px !important;
}
.sub {
        font-size: 16px !important;
    }
    .dosimg {
      padding: 20px 0 20px !important;
    }

  h1 {
    font-size: 22px;
  }
  .start-btn,
  .form-btn {
    font-size: 16px;
  }
  .question {
    font-size: 18px;
  }
  .question i {
    font-size: 14px;
  }

  .quiz {
    padding-top: 0;
  }

  .answer {
    padding: 8px 12px;
    font-size: 16px;
    gap: 10px;
  }
  .sub {
    
  }
  h1 {

  }

  h1 span {
    font-size: 18px;
  }

  .sub-answer {
    font-size: 14px;
  }
.nachat {
  font-size: 12px;
}
.form-div input, .form-btn {
  padding: 8px 12px;  
  font-size: 16px;
}



}

/*banks*/
.bank-ticker {
  background: #006e3a;

  padding: 30px 0;
}

.ticker-viewport {
  --item-width: 115px; /* logo-card width */
  --gap: 12px;
  --row-height: 40px; /*  img max-height) */
  --item-count: 18;

  overflow: hidden;
  width: 100%;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: var(--gap);

  width: max-content;

  animation: scroll var(--duration, 18s) linear infinite;
}

.ticker-item {
  flex: 0 0 var(--item-width);
  width: var(--item-width);
  height: var(--row-height);
  display: grid;
  place-items: center;
  background: #005c30;

  border-radius: 5px;
  padding: 3px 10px;
}

.ticker-item img {
  max-height: calc(var(--row-height) - 8px);
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(0);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift)));
  }
}




.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2; 
}

#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bg-video img {
  width: 100%;
  height: 100%;
}


#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.75); 

  transition: opacity 0.8s ease;
}

#video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bank-ticker {
    padding: 15px 0;
  }

  #bg-video img {
  min-width: 100vh;
  height: 100%;
  transform:rotate(90deg);
} 
}



 .title {
color: #fff;
text-align: center;
font-weight: 700;
font-size: 28px;
    }

    .title span {
      text-shadow: 0 0 1px #000;
    }
 


    .whats-logo {
      width: 70%;
      max-width: 230px;
      display: block;
      margin: 20px auto;
    }

    .whats-logo {

  transform-origin: center;
  animation: shake 1s ease-in-out infinite;
  will-change: transform;
}


@keyframes shake {
  0%,100% { transform: translate(0,0) rotate(0deg); }
  10%     { transform: translate(-1px, 1px) rotate(-2deg); }
  20%     { transform: translate(2px, -1px) rotate(2deg); }
  30%     { transform: translate(-2px, 0) rotate(-2deg); }
  40%     { transform: translate(2px, 1px) rotate(2deg); }
  50%     { transform: translate(-1px,-1px) rotate(-1deg); }
  60%     { transform: translate(1px, 1px) rotate(1deg); }
  70%     { transform: translate(-1px, 2px) rotate(-1deg); }
  80%     { transform: translate(1px, -1px) rotate(1deg); }
  90%     { transform: translate(0, 1px) rotate(0deg); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .whats-logo img{ animation:none; }
}
   

@media(max-width: 600px) {
   .title {
font-size: 23px;
   }


   .whats-logo {
      max-width: 200px;
      margin-bottom: 20px;

   }
}


.dosimg {
      width: 100%; display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px 0 20px;

    }
    .dosimg video {
      width: 100%;
max-width: 430px;
      display: block;
      border-radius: 10px;
    }