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

.first-wrap {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}
.left-side {
  padding-bottom: 30px;
  
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.gazz {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.right-side {
  min-width: 60%;
  background: url("../img/formula.png") no-repeat center center / cover;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 30px;
}

.first-wrap .logo2 {
  color: #000;
}
.center-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 0 30px;
}
.first-title {
  font-size: 28px;
}

.center-text .flexxer {
  width: fit-content;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.16);
  padding: 12px;
  font-size: 18px;
}
.formula-mob {
  display: none;
}

.first-logo {
  width: 100%;
}

@media (max-width: 992px) {
  .first-wrap {
    flex-direction: column-reverse;
    justify-content: start;
  }

  .right-side {
    background: none;
    padding: 0;
    position: relative;
  }

  .right-side .start-bottom {
    position: absolute;
    top: 0;
    left: 0;
  }
  .formula-mob {
    display: block;
    width: 100%;
  }

  .left-side {
    padding: 20px;
    position: static;
  }

  .first-logo {
    max-width: 160px;
  }

  .prog {
    padding: 0 15px;
  }

  .first-title {
    font-size: 20px;
  }
}

header {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.prog {
 display: flex;
 align-items: center;
  padding: 20px 15px 0;
    width: 580px;
    margin: 0 0 20px;
  gap: 15px;
}

.progress-bar {
  background: rgba(255, 255, 255, 0.5);

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

.progress-bar-inner {
  background: #fff;
  width: 10%;
  height: 6px;
}

.questNum {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 700;
  min-width: fit-content;
}

#questNum {
  color: #fff;
}

.present {
color: #1A4A9F;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
 border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.40);
background: #F2D91B;
  min-width: fit-content;
}

main {
  background-image: url(../img/bg-grey.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  padding: 0 0 135px;
  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%;
  padding: 15px;
  padding-top: 0;
}

.prog_container {
   display: flex;
  align-items: center;
  justify-content: center;
  
  flex-wrap: nowrap;
}

.logo img {
  display: block;
  margin: 0 auto;
  width: 213px;
}

.logo2 {
  width: 100%;

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

  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; */

  color: #000;
  font-size: 14px;
  padding: 12px;

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

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

  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  /* font-style: italic; */
}

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

  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 {
color: #1A4A9F;
background: #F2D91B;
}

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

.quiz {
  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;
  padding: 0;
  color: #000;
  background: none;
  box-shadow: none;
}

.question {
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  font-weight: 700;

  padding: 30px;

  border-radius: 12px;

}

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

.answers {
  width: 100%;
}

.answer {
 border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.40);
background: #F2D91B;

  color: #253B70;
  border-radius: 10px;
  padding: 16px 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: 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;
  display: none;
}

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

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

.stepper.active {
  background: #253b70;

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

footer {
  margin-top: -126px;
  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;
  padding: 32px;
 border-radius: 12px;
border: 2px solid #1A4A9F;
background: linear-gradient(215deg, rgba(3, 7, 14, 0.90) 21.65%, rgba(26, 74, 159, 0.90) 109.14%);

/* 232 */
box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.24);
}

.label-wrap {
  width: 100%;
}

.form-div input {
  border: none;
  display: block;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
border-radius: 12px;
border: 1px solid #173873;
background: #FFF;
}

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

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

.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;
  opacity: 0.6;
  font-size: 14px;
  display: flex;
  width: 100%;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}

.form-bottom > p {
  width: 100%;
  text-align: center;
}
.form-bottom .logo2 {
  font-size: 12px;
  color: #fff !important;
  opacity: 0.6;
  padding: 0;

  background: none !important;
}

main.blurred {
  background-image: url(../img/bg1.png?v=4);
  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/bg1.png.jpg?v=4);

    padding: 0 0 125px;
  }

  .first-logo, .gazz {
    display: none;
  }

  .center-text {
    padding: 0 15px;
    gap: 10px;
  }

  .lowo_W {
    max-width: 140px;
  }

  .quiz {
    padding: 10px 15px 0;
    margin-bottom: 0;
  }

  main.blurred {
  }

  .sub {
    font-size: 19px;
  }

  .question {
    font-size: 22px;
    margin-bottom: 13px;
    padding: 15px;
  }
  .question i {
    font-size: 18px;
  }

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

  footer {
    margin-top: -126px;
  }

  .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;
    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: 18px;
    margin-bottom: 10px;
    padding: 12px;
  }
    .logo  {
    margin-bottom: 0;
  }
  .questNum {
    font-size: 14px;
  }
  .present {
    font-size: 12px;
    padding: 4px 8px;
  }
}

@media (max-width: 390px) {
  .start-btn,
  .form-btn {
    font-size: 16px;
  }
  .question {
    font-size: 20px;
    padding: 10px;
  }
  .question i {
    font-size: 14px;
  }

  .quiz {
    padding-top: 0;

  }



  .answer {
    padding: 8px 12px;
    font-size: 16px;
    gap: 10px;
  }
  .sub {
    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: #172648;

  padding: 15px 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);
}

.boxx {
  
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 12px;
border: 1px solid #F2D91B;
background: rgba(255, 255, 255, 0.12);
}

.flexxer {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.timer {
  padding-top: 5px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #F2D91B;
}

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