/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
body {
  font-family: "Poppins-Regular";
  font-size: 16px;
  background-image: url(../img/start_background_desktop.webp);
  background-size: 1200px auto;
  background-position: top center;
  background-repeat: no-repeat;
  color: #1E1E1E;
  margin: 0;
  padding: 0;
  position: relative;
}

body.in-progress {
  background: transparent;
}

strong {
  font-family: "Poppins-Bold";
  font-weight: 400;
}

#start-wrapper {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

#quiz-bar {
  color: #E4002B;
  font-family: "Poppins-ExtraBold";
  font-size: 64px;
  padding-top: 78px;
  margin-bottom: 37px;
}

#quiz-start-question {
  font-family: "Poppins-Bold";
  font-size: 32px;
  margin-bottom: 20px;
}

#quiz-start-lead {
  margin-bottom: 50px;
  font-size: 18px;
}

#start-quiz-btn {
  margin: 0 auto 70px auto;
  width: 250px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 1000px;
  display: block;
  background: #E4002B;
  font-family: "Poppins-Bold";
  font-size: 16px;
  padding: 0;
  border: 0;
}

#questions-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 496px;
  background: #ffffff;
  display: none;
}

#questions-wrapper.active {
  display: block;
}

#questions-wrapper-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.question {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  background: #ffffff;
  display: none;
}

.question.active {
  display: flex;
}

.question-img-wrapper {
  min-width: 558px;
  max-width: 558px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  /* Right-side shadow */
  position: relative;
  z-index: 5;
}
.question-img-wrapper img {
  width: 100%;
}

.question-content {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  justify-items: space-between;
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
}

.question-bar {
  color: #ffffff;
  background: #E4002B;
  display: block;
  font-family: "Poppins-ExtraBold";
  font-size: 34px;
  line-height: 130%;
  padding: 20px 20px 20px 40px;
  width: calc(100% - 100px);
}

.question-answers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
  height: 100%;
}

.answer-btn {
  background: transparent;
  border: 0;
  color: #1E1E1E;
  display: block;
  font-family: "Poppins-Bold";
  font-size: 36px;
  position: relative;
  height: 44px;
}

.answer-btn::before {
  background: #D9D9D9;
  width: 44px;
  height: 44px;
  content: " ";
  display: block;
  position: absolute;
  left: -60px;
  top: 6px;
  border-radius: 1000px;
}

.answer-btn.active::after {
  position: absolute;
  left: -64px;
  top: -5px;
  content: url("data:image/svg+xml,%3Csvg width='67' height='50' viewBox='0 0 67 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 23.2423L21.5989 42L62 5' stroke='%23E4002B' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 67px;
  height: 50px;
}

#answer-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 496px;
  background: #ffffff;
  z-index: 20;
}

#answer-wrapper.active {
  display: block;
}

#answer-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#answer-box {
  margin: 46px;
  border: 1px solid #D9D9D9;
  width: calc(100% - 92px);
  border-radius: 20px;
  padding: 93px 0 60px 0;
  position: relative;
  min-height: 280px;
}

#answer-win-bar {
  color: #ffffff;
  background: #E4002B;
  position: absolute;
  font-family: "Poppins-Bold";
  font-size: 36px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  margin-left: -120px;
  top: -25px;
  text-align: center;
  text-transform: uppercase;
}

.answer-content {
  display: none;
}

.answer-content.active {
  display: block;
}

.answer-content-bar {
  min-height: 38px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 36px;
  background: #D9D9D9;
  padding-left: 430px;
  padding-right: 30px;
}

.answer-img {
  position: absolute;
  left: 30px;
  top: 93px;
}

.answer-content-txt {
  font-size: 24px;
  padding-left: 430px;
  max-width: 640px;
  padding-toP: 50px;
  text-align: center;
  padding-right: 30px;
}

@media (max-width: 1120px) {
  .question-answers {
    gap: 120px;
  }
}
.question-img-wrapper-mobile {
  display: none;
}

@media (max-width: 990px) {
  #questions-wrapper-inner {
    width: 100%;
    max-width: 100%;
  }
  .question-img-wrapper {
    display: none;
  }
  .question-img-wrapper-mobile {
    display: block;
    margin: 60px 90px 60px 90px;
  }
  .question-img-wrapper-mobile img {
    width: 100%;
  }
  .question-bar {
    padding-left: 70px;
    padding-right: 70px;
    width: calc(100% - 140px);
    text-align: center;
  }
  .question-answers {
    justify-content: space-between;
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
  }
  .question-answers button:first-child {
    margin-left: 58px;
  }
  #answer-box {
    padding-top: 60px;
  }
  .answer-content.active {
    display: flex;
  }
  .answer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .answer-img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .answer-content-bar {
    padding-left: 120px;
    padding-right: 120px;
    text-align: center;
    width: calc(100% - 54px);
    margin-left: 0;
  }
  .answer-content-txt {
    padding-left: 30px;
  }
}
#start-mobile-img-wrapper {
  display: none;
}

@media (max-width: 768px) {
  body {
    background: transparent;
  }
  #start-mobile-img-wrapper {
    display: block;
    margin: 0 90px 56px 90px;
    width: calc(100% - 180px);
  }
  #start-mobile-img-wrapper img {
    width: 100%;
  }
  #quiz-bar {
    height: 86px;
    line-height: 86px;
    background: #E4002B;
    color: #ffffff;
    padding: 0;
    margin-top: 68px;
  }
  #quiz-start-question {
    font-size: 34px;
  }
  #quiz-start-lead {
    font-size: 28px;
    margin: 0 110px 30px 110px;
    width: calc(100% - 210px);
  }
  #quiz-start-lead br {
    display: none;
  }
  #start-quiz-btn {
    margin: 0 auto 70px auto;
    width: 500px;
    height: 88px;
    line-height: 88px;
    font-size: 28px;
  }
  .question-answers button:first-child {
    margin-left: 94px;
  }
  .answer-btn {
    font-size: 40px;
  }
  .answer-btn::before {
    background: #D9D9D9;
    width: 72px;
    height: 72px;
    left: -100px;
    top: -6px;
  }
  .answer-btn.active::after {
    position: absolute;
    left: -106px;
    top: -40px;
    content: url("data:image/svg+xml,%3Csvg width='127' height='94' viewBox='0 0 127 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 44.0195L41.1593 79L117 10' stroke='%23E4002B' stroke-width='20' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 107px;
    height: 70px;
  }
}
@media (max-width: 660px) {
  #quiz-start-lead {
    font-size: 24px;
  }
  #start-quiz-btn {
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px);
  }
}
@media (max-width: 580px) {
  .answer-btn {
    background: transparent;
    border: 0;
    color: #1E1E1E;
    display: block;
    font-family: "Poppins-Bold";
    font-size: 30px;
    position: relative;
    height: 44px;
  }
  .answer-btn::before {
    background: #D9D9D9;
    width: 44px;
    height: 44px;
    content: " ";
    display: block;
    position: absolute;
    left: -50px;
    top: 4px;
    border-radius: 1000px;
  }
  .answer-btn.active::after {
    position: absolute;
    left: -54px;
    top: -5px;
    content: url("data:image/svg+xml,%3Csvg width='67' height='50' viewBox='0 0 67 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 23.2423L21.5989 42L62 5' stroke='%23E4002B' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 67px;
    height: 50px;
  }
  #quiz-bar {
    height: 70px;
    line-height: 70px;
    font-size: 42px;
  }
  #quiz-start-question {
    font-size: 24px;
  }
  #quiz-start-lead {
    font-size: 18px;
  }
  #start-quiz-btn {
    margin: 0 auto 70px auto;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    border: 0;
  }
  #start-mobile-img-wrapper {
    display: block;
    margin: 0 40px 36px 40px;
    width: calc(100% - 80px);
  }
  #quiz-start-lead {
    margin: 0 50px 30px 50px;
    width: calc(100% - 100px);
  }
  .question-answers button:first-child {
    margin-left: 48px;
  }
  .question-answers {
    gap: 0px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
  .question-content {
    margin-top: 40px;
  }
  .question-bar {
    font-size: 24px;
  }
  .question-img-wrapper-mobile {
    display: block;
    margin: 30px;
    width: calc(100% - 60px);
  }
  .answer-content-bar {
    font-size: 24px;
  }
  .answer-content-txt {
    font-size: 18px;
  }
  .answer-img {
    height: auto;
  }
  #answer-win-bar {
    font-size: 26px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    left: 50%;
    margin-left: -70px;
    top: -20px;
  }
}/*# sourceMappingURL=style.css.map */