/* QUIZ SECTION START */
.bs-text-primary {
  color: var(--bs-primary) !important;
}
.quiz-section {
  /* padding-top: 120px; */
  height: 100vh;
  min-height: 960px;
  /* margin-bottom: 100px; */
}
.quiz-section .quiz-heading {
  padding-top: 50px;
}
.enter-value input {
  width: 100%;
}
.other-label {
  z-index: -1;
}
.play-quiz .property-condition .quiz-card {
  border-radius: 20px;
  padding: 6px 10px;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 0px 1px inset;
}
.play-quiz .property-condition .active-card {
  box-shadow: var(--bs-white) cc 0px 0px 0px 2px inset;
}
.play-quiz .property-condition .quiz-card .check {
  border-color: var(--bs-white);
}
.quiz-section .first-quiz {
  /* max-width: 950px;
    margin: 0 auto; */
  padding: 30px 16px;
}
.quiz-section .quiz-option {
  height: 26px;
  width: 26px;
  border-color: var(--bs-white);
  /* background-color: var(--bs-primary); */
}
.quiz-section .quiz-detail .quiz-card {
  background-color: var(--bs-white) 1a;
  color: var(--bs-white);
  overflow: hidden;
  height: 100%;
}
.quiz-section .quiz-detail .quiz-card img {
  height: 200px;
  object-fit: cover;
}
.quiz-section .quiz-title h1 {
  font-size: var(--fs-40) !important;
}
.quiz-section .quiz-detail .select-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--bs-white);
  height: 30px;
  width: 30px;
}
.quiz-section .quiz-card:hover {
  background-color: var(--bs-white-600);
  transition: 0.1s;
}
.quiz-section input::placeholder {
  color: var(--bs-white);
  opacity: 0.3;
}
.error-msg {
  color: #af0404;
  background-color: #f7e6e6;
  width: fit-content;
  font-size: 14px;
  border-radius: 6px;
  padding: 4px 10px;
}
.quiz-section input {
  border: 0;
  border-bottom: 1px solid var(--bs-white-600);
  font-size: var(--fs-22);
  padding-top: 6px;
}
.quiz-section input:focus {
  border-bottom: 1px solid var(--bs-white);
}
.quiz-section .thank-you-section h1 {
  max-width: 800px;
  margin: 0 auto;
}
.quiz-section .thank-you-section ul li {
  height: 30px;
  width: 30px;
}
.quiz-section .thank-you-section ul li:first-child {
  background-color: #336dcf;
}
.quiz-section .thank-you-section ul li:nth-child(2) {
  background-color: #34aeed;
}
.quiz-section .thank-you-section ul li:last-child {
  background-color: #0086ae;
}
.quiz-section .thank-you-section a {
  color: #ffffff61;
}
.quiz-section .quiz-detail {
  /* padding: 50px 120px; */
  /* height: 100vh; */
  /* min-height: 880px;
    position: sticky; */
  position: relative;
  height: 100%;
  top: 0px;
  background-attachment: fixed;
  overflow-y: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 0;
  left: 0;
}

.quiz-section .quiz-card .edit {
  height: 150px;
  width: 100%;
  background: #ffffff1a;
}
.quiz-section .quiz-detail::-webkit-scrollbar {
  width: 0;
}
.quiz-section .field-form textarea {
  background: transparent;
  border: 0;
  font-size: var(--fs-30);
  width: 100%;
  border-bottom: 1px solid var(--bs-white);
  color: var(--bs-white);
  height: 90px;
}
.quiz-section textarea::placeholder {
  color: var(--bs-white);
  opacity: 0.3;
}
.quiz-section .quiz-label {
  cursor: pointer;
}
.quiz-section .navigation {
  position: absolute;
  right: 140px;
  bottom: 40px;
  background-color: var(--bs-white);
  border-radius: 22px;
  z-index: 999;
}
.quiz-section .navigation button {
  padding: 6px 12px;
}
.quiz-section .quiz-btn {
  line-height: 26px;
}
.quiz-section .quiz-btn:hover {
  color: var(--bs-primary-200);
}
.quiz-section .quiz-que h3 {
  font-size: var(--fs-32);
}

.quiz-section .quiz-que span {
  line-height: 35px;
}
.quiz-section .quiz-que {
  margin-top: 120px !important;
}

.quiz-section .quiz-box {
  margin: 80px auto 150px !important;
}
@media (max-width: 1199px) {
  .quiz-section .quiz-detail .quiz-card img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .quiz-section .quiz-detail .quiz-card img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .quiz-section .quiz-detail .quiz-card img {
    height: 170px;
  }
}
@media (max-width: 575px) {
  .quiz-section .quiz-detail .quiz-card img {
    height: 100px;
  }
}
/* QUIZ SECTION END */

/* QUIZ-DESCRIPTION START */

.quiz-description .quiz-que h3,
.quiz-description .quiz-que h2 {
  font-size: var(--fs-33) !important;
  color: var(--bs-primary) !important;
  font-weight: bolder !important;
  font-family: "Futura-Medium" !important;
  margin-bottom: 30px;
}
.quiz-description .quiz-que p {
  font-size: 20px !important;
  font-family: "Futura-Book" !important;
  color: var(--bs-black);
}

/* QUIZ-DESCRIPTION END */

@media (max-width: 991px) {
  .quiz-section .quiz-title h1 {
    font-size: var(--fs-35) !important;
  }
  /* .quiz-section {
      padding: 70px 0;
    } */
}

@media (max-width: 768px) {
  /* .owl-carousel .owl-item img {
      height: 450px;
    } */
  .quiz-section .quiz-detail {
    min-height: unset;
    height: 100%;
    position: relative;
  }
  .quiz-section .quiz-btn {
    line-height: 16px;
  }
  .quiz-section .field-form textarea {
    font-size: var(--fs-20);
  }
  .quiz-section .navigation {
    right: 20px;
    bottom: 20px;
  }
  .quiz-section .personal-detail .error-msg {
    font-size: var(--fs-12);
  }
  .quiz-section input {
    font-size: var(--fs-18);
  }
  .quiz-section .quiz-title h1 {
    font-size: var(--fs-28) !important;
  }
  .quiz-section {
    /* padding: 40px 0; */
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
  }
  .quiz-section .first-quiz {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .play-quiz {
    padding: 40px 30px;
  }
}

@media (max-width: 475px) {
  .play-quiz {
    padding: 20px 16px;
  }
}
