/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#vertical-splash {
  position: relative;
  width: 80vw;
  /* Responsive width based on viewport width */
  max-width: 400px;
  /* Maximum width */
  min-width: 280px;
  /* Minimum width for very small devices */
  height: 173.2vw;
  /* Height based on the aspect ratio of iPhone 14 */
  max-height: 1000px;
  /* Maximum height */
  margin: auto;
  /* Center the container */
  padding: 0;
  /* No padding to allow the image to cover the entire area */
  overflow: hidden;
  /* Ensures no overflow of content outside the container */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  background: linear-gradient(#ff22ff 10%, #4bec00 60%);
  font-family: "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: column;
  /* Stack children elements vertically */
  justify-content: center;
  /* Center children vertically */
  align-items: center;
  /* Center children horizontally */
  transition: opacity 1s ease;
  /* 1-second transition for the opacity */
  opacity: 1;
  /* Start fully opaque */
}

#splash-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100vh;
  color: #EBEBEB;
}

.intro-text {
  rotate: -10deg;
}
.intro-text p {
  font-size: var(---medium);
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  text-align: left;
  color: black;
}

.title-splash {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  font-size: var(---medium);
  color: black;
  text-align: left;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 16px 16px transparent;
  background: linear-gradient(#4bec00 10%, #ff22ff 60%);
}
.title-splash p {
  font-size: var(---medium);
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  text-align: center;
  color: black;
}

.counter-splash p {
  font-size: var(---medium);
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  text-align: center;
  color: black;
}

#welcome-container:not(.hidden) {
  opacity: 1;
}

.hidden {
  display: none !important;
  opacity: 0;
  /* Start with no opacity if you want to fade-in the main content */
  transition: opacity 1s ease;
  /* Transition for the fade-in */
}

#welcome-container {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
  width: 80vw;
  /* Responsive width based on viewport width */
  max-width: 400px;
  /* Maximum width */
  min-width: 280px;
  /* Minimum width for very small devices */
  height: 173.2vw;
  /* Height based on the aspect ratio of iPhone 14 */
  max-height: 1000px;
  /* Maximum height */
  margin: auto;
  /* Center the container */
  padding: 0;
  /* No padding to allow the image to cover the entire area */
  overflow: hidden;
  /* Ensures no overflow of content outside the container */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  display: flex;
  flex-direction: column;
  /* Stack children elements vertically */
  background: #EBEBEB;
  justify-content: center;
  /* Center children vertically */
  align-items: center;
  /* Center children horizontally */
  transition: opacity 1s ease;
  /* 1-second transition for the opacity */
  opacity: 1;
  /* Start fully opaque */
  background: linear-gradient(#ff22ff 10%, #4bec00 60%);
}

#play-button {
  padding: 15px 30px;
  width: 270px;
  height: 99px;
  font-size: 40px;
  border-radius: 60px;
  background-color: #ff22ff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 15px black;
  /* Blue shadow */
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #info-buttons {
    margin-top: 40vh;
    padding: 15px 30px;
    background-color: transparent;
    /* No background fill */
    color: black;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* center items horizontally, in this case */
    align-items: center;
    /* center items vertically, in this case */
    transition: all 0.3s ease;
    font-family: "Helvetica Neue", sans-serif;
    font-size: var(---small);
    font-style: normal;
  }
  #info-buttons button {
    width: 112px;
    height: 47px;
    padding: 5px 5px;
    border-radius: 30px;
    background: #ff22ff;
    color: black;
    cursor: pointer;
    outline: none;
    font-size: var(---small);
    font-style: normal;
    box-shadow: 0 0 15px #ff22ff;
    /* Blue shadow */
    transition: all 0.3s ease;
    font-family: "Helvetica Neue", sans-serif;
  }
}
.entry {
  font-size: var(---medium);
  color: #0B0AFE;
}

.info-buttons {
  margin-top: 20vh;
}

:root {
  /* Font size variables */
  ---small: 12px;
  ---medium: 30px;
  ---large: 40px;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-01.ttf");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f7f7f7;
  /* Assuming a light grey background */
  font-weight: 400;
  overflow: hidden;
}

.progression-button {
  opacity: 0.5;
  transition: opacity 3s ease-in-out;
}

.vertical {
  position: relative;
  width: 80vw;
  /* Responsive width based on viewport width */
  max-width: 400px;
  /* Maximum width */
  min-width: 280px;
  /* Minimum width for very small devices */
  height: 173.2vw;
  /* Height based on the aspect ratio of iPhone 14 */
  max-height: 870px;
  /* Maximum height */
  margin: auto;
  /* Center the container */
  padding: 0;
  /* No padding to allow the image to cover the entire area */
  overflow: hidden;
  /* Ensures no overflow of content outside the container */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  background-color: #fff;
  /* White background for content */
  font-family: "Helvetica Neue", sans-serif;
  background: linear-gradient(to bottom, #FF22FF 10%, #4BEC00 60%);
  /* Gradient background */
  display: flex;
  flex-direction: column;
  /* Stack children elements vertically */
  justify-content: center;
  /* Center children vertically */
  align-items: center;
  /* Center children horizontally */
}
.vertical img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .vertical {
    width: 100%;
    height: auto;
    max-height: 100vh;
  }

  img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}
#quiz-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 100px;
}
#quiz-container div p {
  max-width: 600px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.3;
}
#quiz-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire available area */
  z-index: 0;
  /* Ensures the image is behind all other content */
}

.question-div {
  margin-left: 40px;
  margin-right: 40px;
  flex: 1 1 auto;
}

#quiz-container, #explanation-container, #completion-container {
  width: 100%;
  padding: 10px;
  /* Padding for content inside these containers */
  box-sizing: border-box;
  /* Includes padding in width/height calculations */
}

.question-text, .explanation-text, .option, #message-container {
  position: relative;
  z-index: 1;
  /* Higher z-index to ensure they appear above the background image */
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 50px;
  width: 100%;
  /* Full width within the container */
}

/*-------------Buttons-------------*/
button {
  margin: 10px;
  padding: 10px 30px;
  background-color: #f0f0f0;
  border: none;
  color: black;
  border-radius: 40px;
  cursor: pointer;
  max-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

button:disabled {
  color: #666;
  cursor: not-allowed;
}

.question-text {
  font-size: var(---small) !important;
}

.option {
  transition: background-color 0.3s, opacity 3s;
  /* Smooth background color transition and opacity transition */
  padding: 12px 0;
  margin: 5px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
  cursor: pointer;
  font-size: var(---small);
  border: none;
  font-family: "Helvetica Neue", sans-serif;
}

.option:hover {
  background-color: white;
}

/* Message container styling */
#message-container {
  text-align: center;
  padding: 20px;
  width: 100%;
  /* Full width */
  border-radius: 10px;
  z-index: 2;
  /* Ensures it is on top of the image */
  position: relative;
  box-sizing: border-box;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}

#message-container p {
  transition: opacity 3s;
  /* Smooth transition for opacity changes */
  opacity: inherit;
  /* Start transparent before fading in */
  text-align: left;
}

.score-message {
  font-size: var(---medium);
  margin-top: 20px;
  margin-bottom: 24vh;
}

#level-selection button {
  margin: 0 10px;
  padding: 8px 16px;
}

.hidden {
  visibility: hidden;
}

.next-question-btn {
  transform: translateX(0%);
  padding: 10px 20px;
  /* button padding */
  /* rest of your button styling */
}

@media (max-width: 400px) {
  .score-message {
    margin-bottom: 45vh;
  }
}
#quiz-container {
  height: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .vertical {
    width: 380px;
    height: 866px;
  }

  #welcome-container {
    margin: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
  }

  #vertical-splash {
    margin: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    background: linear-gradient(#ff22ff 10%, #4bec00 60%);
  }

  button {
    padding: 20px 40px;
    font-size: var(---small);
    margin: 20px;
  }

  .option, #level-selection button {
    width: 90%;
    max-width: none;
  }
}
/*-------------For Showing the questions-------------*/
/* Base styles */
.question-text, .question-image {
  display: block;
}

/* Styles for Easy level */
#quiz-container.easy .question-text {
  display: none;
  /* Hide question text */
}

/* Styles for Medium and Hard levels */
#quiz-container.medium .question-image,
#quiz-container.hard .question-image {
  display: none;
  /* Hide question image */
}

.svg-class {
  animation: textwelle 3s;
}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#svg-happy,
#svg-sad {
  display: none;
  z-index: 3;
  position: absolute;
  top: 18%;
  /* Position three-quarters down from the top of the container */
}

.svg-animate {
  animation: textwelle 0.6s ease-out forwards;
}

@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.svg-happy-animate {
  animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.text-content {
  margin-left: 40px;
  margin-right: 40px;
  line-height: 1.3;
}

.progression-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* Adjust as needed */
  position: relative;
}

#question-counter {
  z-index: 1;
}

.mute-button {
  margin: auto;
  background-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
  display: none !important;
}

.control-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.next-question-btn {
  cursor: pointer;
  border: none;
  background: none;
}

/* Styles for the mute button specifically */
.mute-button svg {
  width: 60px;
  height: 60px;
}

/*# sourceMappingURL=style.css.map */
