@font-face {
  font-family: Montserrat-Regular;
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../assets/fonts/Montserrat-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    hyphens: auto;
  }
}

/* PREVENT STICKY BUTTONS ON TOUCH DEVICES */
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }

  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
  }
}

div[data-background] {
  z-index: 0;
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

body {
  position: relative;
}

#main-content {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  display: flex;
}

h1 {
  font-weight: bold;
  margin-bottom: 3rem;
}

a {
  color: #4f443e;
  font-weight: bold;
}

a:hover {
  color: #534741;
}

p,
label,
.form-control {
  font-weight: normal;
}

.form-control {
  color: #495057;
  background-color: rgb(199 178 153 / 0%);
  background-clip: padding-box;
  border: 1px solid #534741;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  background-color: rgb(199 178 153 / 0%);
  border: 1px solid #534741;
  border-radius: 0;
  box-shadow: none;
}

.form-group {
  margin-bottom: 0.5rem;
}

label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin: 0;
}

.logo {
  max-width: 160px;
  max-height: 100px;
  margin: 0.5rem auto;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.logo img {
  object-fit: contain;
}

.parent-container {
  padding: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-content {
  width: 100%;
  min-height: 100vh;
  margin-left: 50%;
  transform: translate(-50%, 0);
  align-items: center;
  max-width: 800px;
}

.mask_1 {
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 15px;
  height: 70%;
  background-color: #534741;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

.mask_2 {
  position: absolute;
  top: 0;
  right: -14px;
  width: 15px;
  height: 70%;
  background-color: #534741;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.custom-button,
[data-button] {
  background-color: #534741;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: inherit;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
  transform: skew(-10deg);
  font-weight: bold;
}

.custom-button:hover {
  cursor: pointer;
}

#answers-container {
  margin-bottom: 2rem;
}

.answer {
  background-color: #534741;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
  transform: skew(-10deg);
  font-weight: bold;
  width: 20rem;
  margin: 0.5rem auto;
  white-space: normal;
}

.question-quiz {
  background-color: #534741;
  color: white;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
  transform: skew(-10deg);
  font-weight: bold;
}

.question-quiz .heading-style {
  margin-bottom: 0;
}

#question-text {
  font-size: 18px;
}

.custom-button:focus {
  outline: none;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
}

.gameView {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game-container {
  background-color: #534741;
  margin-top: -40px;
  margin-bottom: -40px;
  border-radius: 1.5rem;
}

.container-game {
  background-color: rgb(233 190 168 / 70%);
  width: 100%;
  padding: 15px;
}

.introduction-image {
  margin: 1.5rem auto;
}

.introduction-img {
  height: 360px;
  width: 360px;
  border: 10px solid;
  border-radius: 50%;
  border-color: #4f443e #4f443e transparent transparent;
  transform: rotate(45deg);
  z-index: 2;
}

.introduction-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(-45deg);
  object-fit: cover;
}

.prize-description {
  background-color: rgb(233 190 168 / 70%);
}

.img-container {
  background-color: rgb(233 190 168 / 70%);
  overflow: hidden;
}

.fff {
  height: 100% !important;
}

.intro-content {
  margin: auto;
  color: white;
  height: 120%;
  border-radius: 1.5rem;
  background-color: #534741;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 5rem 3rem;
}

.intro-content h2 {
  font-weight: 700;
}

.prizeSpan {
  font-weight: bold;
}

/* game page  */

.game .parent-container {
  justify-content: center;
  align-items: center;
}

.box-bg {
  background-color: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  width: 1200px;
  min-height: 600px;
  position: relative;
}

.box-bg::before {
  content: "";
  background-color: #fed731;
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 13%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.game-content.box-bg::before {
  display: none;
}

body #main-content .gameView {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body #main-content .gameView .header-game {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 0.5rem;
}

.time {
  transform: skew(-10deg);
  padding: 10px 20px;
}

[dir="rtl"] .time {
  flex-direction: row-reverse;
}

body #main-content .gameView .header-game .time {
  opacity: 0.9;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  color: #000;
  font-size: 1.3rem;
  text-transform: capitalize;
  min-width: 170px;
}

.scratch-card__container img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 1 / 1;
}

.game-item img {
  -webkit-user-drag: none;
}

.survey__picture-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: 10px solid;
  transform: scale(0.999);
  max-height: 350px;
}

.stw .legend-section .sector img {
  width: 50px;
  height: 50px;
}

#scratch-card .sector > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body #main-content .gameView .header-game .time img {
  width: 30px;
  height: 30px;
}

#timer {
  margin-left: 0.5rem;
}

.header-game .time-element {
  margin-bottom: 0;
  font-weight: bold;
}

.header-game .game-icon {
  margin: 0 10px;
  height: 20px;
  width: 20px;
}

body #main-content .gameView .game-content {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.game__block {
  margin-bottom: 3rem;
}

.game-item {
  display: inline-block;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  margin: 10px;
}

a.btn {
  width: 75%;
}

body #main-content .great-job {
  display: none;
}

img.great-job {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 45%;
}

body #main-content .thank-you {
  display: none;
}

body #main-content .thank-you img.thank-you {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47%;
}

.memory-card {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

/* register  */

.register form {
  font-size: 1rem;
}

.register .parent-container .intro-content {
  padding: 2rem 3rem;
  font-weight: normal;
}

.register .parent-container .intro-content input {
  background-color: transparent;
  color: #fff;
  border-radius: 1.5rem;
}

.custom-checkbox {
  font-weight: 500;
}

.custom-checkbox a {
  text-decoration: none;
}

.result a {
  text-decoration: none;
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #534741;
}

[dir="rtl"] .custom-control-label::before,
[dir="rtl"] .custom-control-label::after {
  right: -1.5rem;
}

/* ---- radio buttons for single choice answers ---- */

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.55rem);
}

.single-answer .custom-checkbox .custom-control-label::before,
.single-answer .custom-checkbox .custom-control-label::after {
  border-radius: 50% !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  transform: scale(0.7);
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.register .parent-container .intro-content input::placeholder {
  color: #fff;
}

/* .result */

/* social icons */

.social__wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border: 2px solid;
  border-radius: 0;
  overflow: hidden;
  margin: 10px 5px 0;
  transform: skew(-10deg);
  transition: transform .3s ease-out, opacity .5s ease-in;
}

[data-social]:hover {
  transform: skew(-10deg) translateY(-10px);
  opacity: .6;
}

[data-social]>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

a>svg {
    max-width: 50%;
    max-height: 50%;
    width: 50%;
    height: auto;
    object-fit: contain;
    margin: auto;
}

.scale {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: auto;
  gap: 20px;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] p,
[dir="rtl"] label,
[dir="rtl"] a,
[dir="rtl"] .description,
[dir="rtl"] .legend,
[dir="rtl"] .scale {
  direction: rtl;
}

/* .copyright  */

.copyright {
  bottom: 0;
  -ms-flex-align: end;
  align-content: flex-end;
  padding: 0 1rem;
  margin: auto auto 15px;
}

.privacy-policy {
  margin: 0 auto;
}

.privacy-policy .heading-style {
  margin: 2rem 0;
  font-weight: bold;
  text-align: center;
}

.privacy-policy h4 {
  font-weight: 600;
}

.privacy-policy .row {
  padding: 0 1rem;
}

/* media queries  */

@media only screen and (min-width: 1025px) and (max-width: 1650px) {
  .main-content {
    width: 100%;
  }

  h2.heading-style {
    font-size: 2rem;
  }

  .custom-control-label,
  .btn,
  p {
    font-size: 0.9rem;
  }

  .box-bg {
    width: 900px;
    height: 550px;
    padding: 2rem;
  }

  body #main-content .gameView .header-game {
    width: 100%;
  }

  body #main-content .gameView .header-game .time {
    padding: 10px;
  }

  body #main-content .gameView .game-content .game__block p {
    white-space: break-spaces;
  }

  body #main-content .gameView .game-content .game__block a.btn {
    width: 80%;
  }

  body #main-content .great-job {
    display: none;
  }

  body #main-content .great-job img.great-job {
    width: 45%;
  }

  body #main-content .thank-you {
    display: none;
  }

  body #main-content .thank-you img.thank-you {
    width: 50%;
  }

  .memory-card {
    width: 194px;
    height: 194px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-content {
    width: 60%;
  }

  .game-item {
    flex-basis: 21%;
  }

  .box-bg {
    max-width: 760px;
    min-height: 400px;
  }

  .memory-card {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    height: auto;
    background-size: auto;
  }

  h1 {
    font-size: 1.7rem;
  }

  body #main-content .gameView .header-game {
    width: 100%;
  }

  body #main-content .gameView .header-game .time {
    font-size: 1rem;
  }

  .box-bg {
    max-width: 1200px;
    width: auto;
    min-height: auto;
  }

  .game-item {
    flex-basis: 35%;
  }

  .memory-card {
    width: 25vw;
    height: 25vw;
  }

  .answer {
    max-width: 80%;
  }

  .intro-content {
    padding: 1rem 2rem;
    margin-top: 0;
  }

  .main-content {
    width: 80%;
    min-height: 100vh;
  }

  .introduction-img {
    height: 200px;
    width: 200px;
  }

  .img-container {
    text-align: -webkit-center;
    background-color: transparent;
  }

  .privacy-policy .row {
    padding: 0 0.5rem;
  }
}

@media only screen and (min-width: 582px) and (max-width: 767px) {
  .main-content {
    width: 80%;
  }
}

@media only screen and (max-width: 424px) {
  body #main-content .game .header-game {
    margin: 0;
  }

  .main-content {
    width: 90%;
  }

  .memory-card {
    width: 100px;
    height: 100px;
  }
}

/* QUIZ  */

/* swipe css  */

body .main-content .image {
  margin: 2rem 0;
  position: relative;
  height: 300px;
}

.game {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow {
  font-size: 42px;
  margin: 0 4px;
}

.mirror {
  transform: scaleX(-1);
}

.game-controls {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.desktopArrow {
  display: block;
}

.mobileArrow {
  display: block;
}

.answerSwipe {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: inherit;
}

@media only screen and (max-width: 520px) {
  .answer {
    font-size: 3vw !important;
  }

  .game {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.image-double {
  height: 100%;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}

#privacy_checbox_1 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_2 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_3 {
  text-align: left !important;
  display: inline-block;
}

select {
  appearance: none;
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  min-width: 130px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}

/* spin the wheel */

.stw .w-100 {
  margin-top: 15px;
  margin-bottom: 50px;
}

.stw .legend-section {
  width: 100%;
}

[dir="rtl"] .custom-control-label,
[dir="rtl"] .legend {
  text-align: right;
}

.stw .legend-section .legend {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.stw .legend-section .legend .row {
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.stw .legend-section .legend-element {
  margin-bottom: 38px;
  text-align: center;
}

.stw .legend-section .sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto 14px;
}

.stw .canvas-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.stw .canvas-container {
  border: 10px solid #534741;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stw canvas {
  width: 330px;
  height: 330px;
  transform: rotate(90deg);
  border-radius: 50%;
  cursor: pointer;
}

.stw .ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.stw .wheel-ticker {
  width: 48px;
  height: 43px;
  object-fit: contain;
  margin: auto -7px auto auto;
}

.stw .wheel-center {
  width: 40px;
  margin: auto;
  border-radius: 50%;
}

.stw .button-container {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 15px;
}

.retry-modal__body > button {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0;
}

.survey__navigation > button {
  background-color: #534741;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: inherit;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
  transform: skew(-10deg);
  font-weight: bold;
  margin: 10px 5px;
  min-width: 100px;
  max-width: 200px;
  width: 100%;
}

button:focus,
button:focus-visible {
  outline: none !important;
}

.stw .button-container button {
  width: 238px;
  height: 52px;
  font-weight: 700;
  text-transform: uppercase;
  transform: skew(-10deg);
}

@media screen and (max-width: 575px) {
  .stw .canvas-container {
    width: 325px;
    height: 325px;
  }

  .stw canvas {
    width: 295px;
    height: 295px;
  }

  .stw .legend-section .legend .row {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */

/* ================================= SURVEY =================================== */

/* ---------------------------------------------------------------------------- */

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#surveyGame {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#surveyGame .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#surveyGame .button-container button {
  max-width: 240px;
  padding: 10px 20px;
  width: 100%;
  min-width: 100px;
  margin: 10px 5px;
}

.survey__question__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.survey__image {
  width: 100%;
  height: auto;
}

.survey__picture-section,
.survey__text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.survey__navigation,
.survey__question-text {
  display: flex;
  gap: 0;
  justify-content: center;
}

.survey__question-text {
  margin: 0 auto 20px;
  text-align: center;
}

.survey__question-text p {
  margin: 0;
}

.survey__question-counter {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.survey__question-counter h3 {
  margin: 0;
}

.survey__answers {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.text-answer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid black;
}

.text-answer > textarea {
  all: unset;
  width: 100%;
  min-height: 150px;
  padding: 10px;
  text-align: left;
  background-color: white !important;
}

.single-answer label::before,
.single-answer label::after {
  border-radius: 50% !important;
}

#surveyGame .custom-checkbox .custom-control-label::before,
#surveyGame .custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.5rem);
}

#surveyGame
.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  background-color: #534741 !important;
}

.answers-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.answers-container > div {
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (min-width: 1024px) {
  #surveyGame {
    gap: 50px;
  }

  .survey__picture-section,
  .survey__text-section {
    width: 100%;
  }

  .survey__navigation {
    order: 5;
  }
}

/* ==================== SCALE ELEMENT ===================== */

.scale-container {
  width: fit-content;
  margin: auto;
  max-width: 1500px;
}

.scale__line {
  width: 1px;
  height: 96%;
  margin: auto 0;
  background: black;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
}

.scale__sector {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: fit-content;
  max-width: 300px;
  position: relative;
  z-index: 1;
}

.scale__sector__button {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid black;
  position: relative;
  background-color: rgb(199 178 153 / 100%);
}

.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 10px;
  text-align: left;
}

.scale__marker {
  background-color: #00a99d;
  transition: all 0.1s ease-out;
}

@media screen and (min-width: 1024px) {
  .scale-container {
    width: 100%;
    margin: auto;
  }

  .scale {
    width: 110%;
    min-height: auto;
    flex-direction: row;
    gap: 0;
    margin-top: 15px;
  }

  .scale__line {
    height: 2px;
    width: 92%;
    left: 0;
    right: 0;
    top: 2px;
    margin: 0 auto;
  }

  .scale__sector {
    width: 10%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .scale__sector__button {
    margin: -8px 0 0;
  }

  .scale__sector__text {
    margin: 0 5px;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

.survey__picture-section {
  width: fit-content;
  height: auto;
  max-height: 300px;
  margin: 0 auto 50px;
}

.single-answer label,
.multiple-answer label {
  text-align: left;
}

/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
  flex-flow: row nowrap;
  justify-content: center;
  gap: 50px;
}

.survey__answers-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}

.multiple-answer label,
.multiple-answer span,
.single-answer label,
.single-answer span {
  width: fit-content;
  font-size: 1rem;
}

.survey__text-section {
  width: 100% !important;
}

/* ----- navigation ------ */

.survey__navigation {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
  align-items: center;
  order: 2;
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .scale_last_visible {
    align-items: flex-end;
  }

  .scale {
    display: grid;
    grid-auto-rows: 1fr;
  }

  .survey__navigation {
    order: 5;
    gap: 10px;
  }

  .scale__line {
    left: 10px;
    width: 1px !important;
  }

  .scale-container > .scale > .scale__sector {
    width: 100% !important;
  }

  #surveyGame .custom-checkbox {
    text-align: left;
  }

  .survey__text-section {
    width: 100%;
  }

  .single-answer,
  .multiple-answer {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 1119px) {
  .survey__navigation {
    justify-content: center;
    margin-left: 0;
  }

  .single-answer,
  .multiple-answer {
    margin: auto;
    flex-wrap: wrap;
    gap: 10px !important;
  }
}

@media screen and (max-width: 650px) {
  #surveyGame .main-content {
    align-items: initial;
  }
}

@media screen and (max-width: 550px) {
  .scale {
    display: flex !important;
  }
}

@media screen and (max-width: 350px) {
  .survey__picture-section {
    width: 100%;
    height: auto;
  }
}

.scale__marker::after {
  content: "";
  border: solid 5px;
  background-color: transparent;
  transition: all 0.1s ease-out;
  padding: 3;
  border-radius: 50%;
  position: absolute;
  width: 31px;
  height: 31px;
  top: -6px;
  left: -6px;
}

/* ----- kill outline on focus ------ */
textarea:focus-visible {
  outline: none;
}

.single-answer ::before,
.multiple-answer ::before {
  outline: none;
  box-shadow: none !important;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

/* =========================== SCRATCH CARD =========================== */
.scratch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 10px 40px;
}

.scratch-card h1 {
  margin: 0;
}

/* -------------- CARD CONTAINER -------------- */
.po-none {
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.scratch-card__container {
  width: 90%;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
}

.scratch-card__container > .card {
  position: relative;
  cursor: pointer;
  user-select: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  border: 4px solid rgb(90 78 71 / 100%);
  border-radius: 0;
}

.card-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  aspect-ratio: 1 / 1;
  z-index: 10;
  border-radius: inherit;
}

.prize-cover {
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 9;
  border-radius: inherit;
}

#scratch-card .prize {
  position: relative;
  z-index: 8;
}

/* -------------- ANIMATIONS -------------- */
.card-outline {
  box-shadow: 0 0 4px 5px rgb(255 255 255 / 60%);
}

.card-match {
  box-shadow: 0 0 8px 8px rgb(255 255 255 / 60%);
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 80%);
  }

  100% {
    box-shadow: 0 0 13px 15px rgb(255 255 255 / 80%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 80%);
  }

  100% {
    box-shadow: 0 0 13px 15px rgb(255 255 255 / 80%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 80%);
  }

  100% {
    box-shadow: 0 0 13px 15px rgb(255 255 255 / 80%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 80%);
  }

  100% {
    box-shadow: 0 0 13px 15px rgb(255 255 255 / 80%);
  }
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 90%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
  justify-items: start;
  text-align: start;
  position: relative;
}

#scratch-card .legend-element {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#scratch-card .legend-element > span {
  display: flex;
  align-items: center;
}

#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  #scratch-card .legend {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
  }

  #scratch-card .legend-element {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #scratch-card .sector {
    margin: 0 auto 20px;
  }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  inset: 200px 0 0;
  margin: 0 auto;
  z-index: 10;
  border-radius: 0;
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
}

.retry-modal__body {
  width: 100%;
  min-height: 300px;
  padding: 70px 10px 40px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.retry-modal__body > h1 {
  margin-bottom: 40px;
}

/*  ===== LIMIT REACHED PAGE ===== */
#limit-reached {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#limit-reached .main-content {
  height: 100vh;
}

[dir="rtl"] .survey__answers-container>div {
  margin-left: auto;
}

#limit-reached > div {
  flex: 0 0 100%;
}

.limit-container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
}

.limit-container h2 {
  margin: 0;
}

@media screen and (min-width: 410px) {
  .limit-container {
    padding: 30px 20px;
  }
}

/* mozzila image fix */

@supports (-moz-appearance: button) and (contain: paint) {
  .card-canvas {
    object-fit: cover;
  }
}

@media screen and (min-width: 520px) and (max-width: 1024px) {
  .scratch-card__container > .card {
    width: 120px;
    height: 120px;
  }

  .scratch-card__container {
    max-width: 380px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 2.5rem 0 0 !important;
}

[dir="rtl"] #terms,
[dir="rtl"] #privacy {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] [data-mode-swipe],
[dir="rtl"] {
  direction: ltr;
}

[dir="rtl"] .text-left {
  text-align: right !important;
}

[dir="rtl"] label {
  text-align: right;
}

[dir="rtl"] .question-quiz .heading-style,
[dir="rtl"] .survey__question-counter>h3 {
  direction: rtl;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

[dir="rtl"] #timer {
  margin-left: unset;
  margin-right: 8px;
}

[dir="rtl"] #privacy_checbox_1,
[dir="rtl"] #privacy_checbox_2,
[dir="rtl"] #privacy_checbox_3 {
  text-align: right !important;
}

[dir="rtl"] #scratch-card .sector {
  margin-right: unset;
  margin-left: 20px;
}

[dor="rtl"] .scale-container,
[dir="rtl"] textarea {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] #terms .main-content, 
[dir="rtl"] #privacy .main-content {
  margin-left: unset;
  margin-right: 50%;
  transform: translate(50%, 0);
}

[dir="rtl"] #stw-button {
  text-align: center;
  direction: rtl;
}

@media screen and (min-width: 600px) {
  [dir="rtl"] #next-btn,
  [dir="rtl"] #submit-btn {
    order: -2;
  }
}

@media only screen and (max-width: 1024px) {
  [dir="rtl"] .scale__line {
    left: unset;
    right: 10px;
  }

  [dir="rtl"] .scale__sector__text {
    padding-left: unset;
    padding-right: 10px;
    text-align: right;
    direction: rtl;
  }
}

.main-image {
  width: 260px;
  transform: scale(0.999);
  max-width: 95%;
  object-fit: contain;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
}

@media screen and (min-width: 360px) {
  .main-image {
    width: 290px;
  }
}

@media screen and (min-width: 410px) {
  .main-image {
    width: 330px;
  }
}

@media screen and (min-width: 500px) {
  .main-image {
    width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .main-image {
    width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .main-image {
    width: 530px;
  }
}