* {
  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/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: fit-content;

  border-radius: 12px;
display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;


font-size: 14px;
font-weight: 400;
color: #fff;

  background-size: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  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 {
  padding: 30px 15px 0;
}

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

  width: 1200px;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 2px 2px #0000008c;
}
h1 span {
  font-size: 55px;
  display: block;
  margin-bottom: 15px;
}

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

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

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

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

.start-btn,
.form-btn {
  border: none;
  border-radius: 12px;
background: #336BF8;


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

.form-btn {
background: #E63134;

}

.start-btn:hover {
opacity: 0.9;
}
.form-btn:hover {
opacity: 0.9;

}

.blurred2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  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;
}

.form-div .question {
  font-size: 32px;

}

.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: #253B70;

  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(37, 59, 112, 0.88) 40.34%, rgba(44, 70, 132, 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;
}

.form-bottom {
  color: #fff;
  font-size: 14px;
  display: flex;
  width: 100%;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.form-bottom  > p {
  width: 60%;
  text-align: left;
}
.form-bottom .logo2 {
  font-size: 12px;
  color: #fff !important;

  background: none !important;

}

main.blurred {
  background-image: url(../img/bg1%EF%B9%96v=4.jpg);
  transition: all 0.9s ease-in-out;
}

main.blurred .logo {
  background-image: url("../img/long-logo.svg");

  transition: all 0.9s ease-in-out;
}
main.blurred .logo2 {

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




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

  .quiz {
    padding: 20px 15px 0;
  }

  main.blurred {
    background-image: url(../img/bg1%EF%B9%96v=4.jpg);
  }
  h1 {
    font-weight: 800;
    font-size: 22px;

    
  }

  h1 span {
    font-size: 38px;
    
  }

  .sub {
    font-size: 19px;
  }

  .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;
  }

  .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;
  }

  .form-bottom {
    padding-top: 15px;
    flex-direction: column;
  }
  .form-bottom > p {
    width: 100%;
    text-align: center;
  }

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

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

  }
  .logo2 {
    width: 100%;
    opacity: 1;
    color: #464B56;
    background: #FFFFFFBF;
width: 100%;
padding: 12px;
  }
  .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;
  }

  .form-div .question {
  font-size: 27px;

}
}

@media (max-width: 390px) {
  h1 {
    font-size: 18px;
  }
  .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 {
    font-size: 18px;
  }
  h1 {

  }

  h1 span {
    font-size: 28px;
  }

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



}

/*banks*/
.bank-ticker {
  background: #253B70;

  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: #FFFFFFE0;


  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);
}



@media (max-width: 768px) {
  @keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift)));
  }
}
  .bank-ticker {
    padding: 15px 0;
  }
}

@media(min-width:1024px) {
  .ticker-track {
    width: 100%;
    justify-content: center;
  }
}
