@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");

label.answer-box-parent {
  border: 1px solid #eee;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  margin: 7px auto;
  text-align: center;
  display: block;
}

label.answer-box-parent:hover,
label.answer-box-parent input:checked {
  border: 1px solid #00BCD4;
  cursor: pointer;
}

label.answer-box-parent .answer-box {}

label.answer-box-parent .answer-box:hover {}

label.answer-box-parent {
  cursor: pointer;
}

label.answer-box-parent .answer-box .answer {}

label.answer-box-parent .answer-box .answer input {
  opacity: 0;
  position: absolute;
}

label.answer-box-parent .answer-box .answer span {
  position: absolute;
  top: 5px;
  left: 5px;
}

label.answer-box-parent .answer-box .answer img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

label.answer-box-parent .answer-box .answer {}

@keyframes round-circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1000deg);
  }
}

@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(20px);
  }
}

@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(15px);
  }
}

@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-25px);
  }
}

@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate6 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

body.body,
html {
  overflow-x: hidden !important;
}

@media screen and (max-width: 769px) {

  body.body,
  html {
    overflow-x: hidden !important;
  }
}

body {
  font-family: "Manrope", sans-serif;
  font-size: var(--f-fs-font-fs16);
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button#next-btn {}

div#question-numbers {
  flex-wrap: wrap;
}

input,
textarea,
select,
option {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 60px 0px;
}

label.answer-box-parent .answer-box img {
  object-fit: contain;
}

@media (max-width: 768px) {

  button#prev-btn,
  button#next-btn {

    font-size: 10px;
    padding: 3px;
  }

  .sp {
    padding: 50px 0px;
  }
}

.space20 {
  height: 20px;
}

@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}

.space40 {
  height: 40px;
}

@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}

.padding-bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}

.padding-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding-top {
    padding-top: 60px;
  }
}

.text-center {
  text-align: center;
}

:root {
  --vtc-text-heading-1: #0B0314;
  --vtc-text-pera-1: #5D6369;
  --vtc-text-pera-2: #CCCCCE;
  --vtc-text-white-1: #ffffff;
  --vtc-bg-main1: var(--SEO-Marketing-New, linear-gradient(90deg, #00adec 0%, #44c884 100%));
  --vtc-bg-main2: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  --vtc-bg-common-1: #E9F4F6;
  --vtc-bg-common-2: #D9ECF0;
  --vtc-bg-common-3: #001518;
  --vtc-bg-common-4: #F6F8FA;
  --vtc-bg-common-5: #EDF4FE;
  --vtc-bg-common-6: #F9F8FE;
  --vtc-bg-common-7: #F4F1FE;
  --vtc-bg-white: #ffffff;
  --vtc-border-color-1: #4b2c2c;
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-bold: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #f7a74a;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #f7a74a;

  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.theme-btn1 {
  display: inline-block;
  border-radius: 80px;
  background: #f7a74a;
  padding: 12px 12px 12px 18px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;

  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}

.theme-btn1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #00adec 0%, #44c884 100%));
  z-index: -1;
  transition: all 0.4s;
}

.theme-btn1 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #f9a7a7;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.theme-btn1:hover {
  color: #fff;
  transition: all 0.4s;
}

.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.theme-btn1:hover span {
  color: #49A6FF;
  transition: all 0.4s;
}

.common-hero {
  min-height: 305px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.common-hero .heading {
  padding-top: 50px;
}

.common-hero h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;

  text-transform: capitalize;
  padding-top: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .common-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.common-hero span.title {
  display: inline-block;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 12px 6px 12px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;

}

.common-hero span.title img {
  transform: translateY(-2px);
  margin-right: 3px;
}

.common-hero span.title .arrow {
  padding: 0px 4px;
}

.common-hero span.title a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;

}

.plan-toggle-wrap1 {
  position: absolute;
  z-index: 1;
  left: 23%;
  top: 130px;
  right: 71%;
}

@media (max-width: 767px) {
  .plan-toggle-wrap1 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-toggle-wrap1 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .plan-toggle-wrap1 {
    right: 56% !important;
  }
}

.plan-toggle-wrap1 h4 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;

  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-toggle-wrap1 h4 {
    color: #0B0314;
  }
}

@media (max-width: 767px) {
  .plan-toggle-wrap1 h4 {
    color: #0B0314;
  }
}

.plan-toggle-wrap1 h4 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 140px;
  position: relative;
  width: 140px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #FB3F52 transparent #FB3F52;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tes1 .left {
  position: relative;
}

.testimonial-carousel .controls li {
  transform: scale(0.8);
  position: absolute;
  animation: leftRight 1.2s infinite;
  animation-duration: 5s;
  width: 100px;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial-carousel .controls li img {
  transform: scale(0.8);
  border-radius: 20px;
}

.testimonial-carousel .controls li.active img {
  transform: scale(1);
  border-radius: 100%;
}

.testimonial-carousel .controls li:nth-child(1) {
  left: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(2) {
  left: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(3) {
  left: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(4) {
  left: 10%;
  bottom: 0;
}

.testimonial-carousel .controls li:nth-child(5) {
  right: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(6) {
  right: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(7) {
  right: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(8) {
  right: 10%;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .controls {
    display: none;
  }
}

@media (max-width: 767px) {
  .controls {
    display: none;
  }
}

.footer1 {
  padding-top: 0px;
}

.footer1 .logo {
  width: 160px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer1 .menu-list {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .menu-list {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer1 .menu-list {
    padding-left: 0;
  }
}

.footer1 .menu-list h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer1 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.footer1 .menu-list ul li a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;

  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}

.footer1 .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
  transform: translateX(5px);
}

.footer1 .menu-list.contact-list {
  padding-left: 0;
}

.footer1 .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.footer1 .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}

.footer1 .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;

  transition: all 0.4s;
}

.footer1 .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}

.footer1 .footer-border {
  height: 1px;
  width: 100%;
  background-color: #E7E6E7;
  margin: 20px 0px;
}

.footer1 .coppyright {
  color: rgba(17, 17, 17, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}

.footer1 .footer-social {
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer1 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}

.footer1 .footer-social li {
  display: inline-block;
}

.footer1 .footer-social li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0B0314;
  font-size: 18px;
  margin: 0px 1px;
  transition: all 0.4s;
}

.footer1 .footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  border-radius: 50%;
  z-index: -2;
}

.footer1 .footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.footer1 .footer-social li a:hover {
  transition: all 0.4s;
  color: #fff;
}

.footer1 .footer-social li a:hover::before {
  transition: all 0.4s;
  opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
  color: #FB3F52;
}

.header-area {
  padding: 12px 0;
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.site-logo {
  max-width: 369px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.header-area1.sticky .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li>ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li>ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover>ul {
  top: 0;
}

.main-menu-ex li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover>a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #FA7D3C;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #FA7D3C;
  transition: all 0.4s;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #FA7D3C;
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 500;
  padding: 8px 12px;
  transition: all 0.3s;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: #f7a74a;
}

.header-area.header-area1 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}

.header-area.header-area1 .header-elements .header1-buttons span {
  display: inline-block;
}

.header-area.header-area1 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #000146;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area1.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}

@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.recent {
  gap: 16px;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

#question-text p img,
#options-container p img {
  max-height: 200px;
}