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

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

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

#title-input:focus {
  color: black !important;
}

@media only screen and (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;
}

.margin-spacing {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

a {
  font-weight: bold;
}

body #main-content {
  width: 100%;
}

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

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

body #main-content > div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}

.game .intro-container {
  width: 100%;
}

body #main-content .intro-container {
  height: fit-content;
  width: 100%;
}

.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%;
}

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

.logo {
  margin: 1rem auto;
  margin-bottom: 0;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.half-circle {
  position: absolute;
  left: 50%;
  top: -4%;
  width: 54%;
  height: 108%;
  background-color: gold;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
}

.introduction-img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

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

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

.img-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fff {
  height: 100% !important;
}

.intro-content {
  flex-direction: column;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: white;
  height: 120%;
  border-radius: 1.5rem;
  background-color: #534741;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 2rem 1rem !important;
  text-align: center;
}

.prizeSpan {
  font-weight: bold;
}

.custom-btn {
  color: #534741;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  cursor: pointer;
}

/* game page  */

body #game-view .answer {
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  text-align: center;
  margin: 0.5rem;
}

.register {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game .register {
  justify-content: space-between;
  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;
  max-width: 1100px;
  min-height: 550px;
  position: relative;

  /* border: 15px solid #f1ca27; */
}

.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;
}

.memory-bottom-div {
  height: 5rem;
}

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: space-between;
}

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: 60%;

  /* margin-top: 1.5rem; */
}

body #main-content .gameView .header-game .time {
  opacity: 0.9;
  border-radius: 20px;
  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: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}

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

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

.spin-the-wheel .center-layer img {
  width: 35px;
  height: 35px;
  transform: rotate(-90deg);
  border-radius: 50%;
}

.spin-the-wheel .ticker-layer img {
  transform: rotate(-90deg);
  width: 50px;
  height: 43px;
  object-fit: contain;
}

.spin-the-wheel .legend .sector img {
  width: 40px;
  height: 40px;
}

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

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

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

.multiple-answer label,
.multiple-answer span,
.single-answer label,
.single-answer span {
  width: fit-content;
}

.spin-the-wheel .legend span {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

body #main-content .gameView .header-game .time span {
  color: #534741;
  display: block;
  margin-left: 0.5rem;
}

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;
}

body #main-content .gameView .game-content .game__block {
  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;
  flex-wrap: wrap;
}

.game-item {
  -ms-flex-preferred-size: 22%;
  flex-basis: 20%;
  margin: 10px;
  display: flex;
  justify-content: center;
}

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;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  object-fit: cover;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

/* register  */

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

.register .intro-content {
  padding: 2rem 1rem;
  font-weight: normal;
}

select {
  appearance: none;
  background: rgb(83 71 65 / 100%);
}

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

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

.register-main-content {
  flex-direction: column-reverse;
  height: fit-content;
}

.custom-checkbox a {
  text-decoration: none;
  color: rgb(233 190 168);
}

.result a {
  text-decoration: none;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  content: "";
  display: block;
  left: -19px;
  width: 6px;
  height: 12px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none !important;
}

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

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

/* result */

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  margin-top: 2rem;
}

ul.social li {
  margin: 0.5rem;
  display: inline-block;
}

.copyright a {
  text-shadow: 1px 1px black;
  text-decoration: none;
  font-weight: bold;
}

ul.social li a {
  text-decoration: none;
}

ul.social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

ul.social li a i:hover {
  opacity: 0.5;
}

/* .copyright  */

.copyright {
  color: white;
  text-shadow: 1px 1px black;
  margin: 2rem auto;
  text-align: center;
}

.privacy-policy {
  margin: 2rem 0;
}

.privacy-policy .container {
  border-radius: 1.5rem;
  z-index: 2;
}

.privacy-policy .container-background {
  position: absolute;
  z-index: 1;
  top: 1%;
  left: 0;
  width: 100%;
  height: 98%;
}

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

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

/* media queries  */

@media only screen and (width >= 1025px) and (width <= 1650px) {
  h2.heading-style {
    font-size: 2rem;
  }

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

  #surveyGame .custom-control-label,
  .btn,
  p {
    font-size: initial;
  }

  .box-bg {
    /* width: 900px;
        height: 550px; */
    padding: 2rem;
    max-width: 900px;
    min-height: 500px;
  }

  .image {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    padding-left: 0;
  }

  .image img {
    width: 100%;
    margin: 0 auto;
  }

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

  body #main-content .gameView .header-game .time {
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  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%;
  }

  .memory-card {
    width: 100%;
    height: 12.4rem;
    object-fit: cover;
  }

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

  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%;
  }
}

@media only screen and (width >= 768px) and (width <= 1024px) {
  .game__block {
    display: flex;
  }

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

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

  .memory-card {
    width: 100%;
    height: 10rem;
    object-fit: cover;
  }

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

@media only screen and (width >= 375px) and (width <= 767px) {
  .container-game .main-content {
    width: 95%;
    margin: 0 auto;
  }

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

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

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

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

  .intro-container {
    flex-direction: column-reverse;
    height: fit-content;
  }

  .spin-the-wheel .intro-container {
    flex-direction: column;
  }

  .img-center {
    justify-content: center;
  }

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

  .img-container {
    text-align: -webkit-center;
    background-color: transparent !important;
    margin-bottom: 2rem;
    flex: initial;
  }

  .register-main-content {
    flex-direction: column-reverse;
    height: fit-content;
  }

  .prize-description {
    padding: 0 2rem;
    text-align: center;
    flex: initial;
  }

  .intro-content {
    padding: 1rem 2rem;
    margin-top: -20px !important;
    text-align: center;
    width: 90%;
  }

  .copyright {
    margin-top: 2rem;
    font-size: 0.8rem;
  }

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

@media screen and (width >= 375px) and (width <= 767px) {
  .img-container[data-color-primary][data-color-background-color] {
    background-color: transparent !important;
  }
}

@media only screen and (width <= 374px) {
  .container-game .main-content {
    width: 95%;
    margin: 0 auto;
  }

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

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

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

  .intro-container {
    flex-direction: column-reverse;
  }

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

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

  .parent-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
  }

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

  .img-center {
    display: block;
  }

  .img-container {
    text-align: -webkit-center;
    background-color: transparent !important;
    margin-bottom: 2rem;
  }

  .img-container[data-color-primary][data-color-background-color] {
    background-color: transparent !important;
  }

  .register-main-content {
    flex-direction: column-reverse;
    height: fit-content;
  }

  .prize-description {
    padding: 0 2rem;
  }

  .intro-content {
    margin-top: -20px !important;
    width: 90%;
  }

  .copyright {
    padding: 1rem 2rem;
    margin-top: 2rem;
    font-size: 0.8rem;
  }
}

/* QUIZ css  */

#game-view .main-content-quiz {
  height: fit-content;
  margin: 2rem 0;
}

.items {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media only screen and (width <= 767px) {
  #game-view .main-content-quiz {
    flex-direction: column-reverse;
  }

  #game-view .img-container {
    justify-content: center;
  }

  #game-view .game {
    box-shadow: 0 0 10px rgb(0 0 0 / 26%) !important;
    box-shadow: 5px 5px 13px rgb(0 0 0 / 26%) !important;
  }

  #game-view .prize-description {
    padding: 0 1rem;
  }

  #game-view .intro-content {
    padding: 2rem 0.5rem !important;
  }
}

/* SWIPE  */

.swipe-container {
  display: flex;
  flex-direction: column;
}

.game-container-swipe {
  width: 60%;
  margin: -20px auto;
  padding: 1rem;
  background-color: #534741;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
}

.questionHeading {
  font-weight: 600;
}

.images {
  position: relative;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -7rem;
}

body #game-view .answerSwipe {
  white-space: normal;
  word-wrap: break-word;
  margin: 0.5rem auto;
  padding: 0.5rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -7rem;
}

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

.arrowSwipe {
  font-size: 60px;
}

@media only screen and (width <= 520px) {
  .mobileArrowSmallDevice,
  .mobileArrowSmallDevice2 {
    font-size: 40px;
  }

  .arrowsSmallDeviceContainer {
    display: flex;
  }

  .mobileArrow,
  .mobileArrow2 {
    display: none;
  }
}

@media only screen and (width <= 767px) {
  .game-container-swipe {
    width: 90%;
    margin: -20px auto;
    padding: 1rem;
  }

  body #game-view .answerSwipe {
    width: 90%;
  }

  .arrowSwipe {
    font-size: 50px;
  }

  .mobileArrow,
  .mobileArrow2 {
    top: calc(50% - 25px);
  }
}

@media only screen and (width >= 768px) and (width <= 991px) {
  .game-container-swipe {
    width: 80%;
    margin: -20px auto;
    padding: 1rem;
  }
}

@media only screen and (width >= 992px) and (width <= 1199px) {
  .game-container-swipe {
    width: 80%;
    margin: -20px auto;
    padding: 1rem;
  }
}

#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;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* making gtp animation to fit circular image */

.gtp-tile-wrap {
  overflow: hidden;
  border-radius: 50%;
}

/* cta buttons */

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

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

/* Spin the wheel
--------------------------------- */

.spin-the-wheel {
  width: 100%;
}

.spin-the-wheel .prize-description {
  width: 60%;
}

.spin-the-wheel .prize-description .intro-content {
  width: 65%;
  padding: 3rem !important;
}

.spin-the-wheel .img-container {
  width: 40%;
}

.spin-the-wheel .canvas-section {
  display: flex;
  padding-right: 40px;
  width: 40%;
}

.spin-the-wheel .legend-section {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  padding: 30px 30px 0;
}

.spin-the-wheel .canvas-container {
  border: 8px solid #534741;
  border-radius: 50%;
  width: 406px;
  height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}

.spin-the-wheel .canvas-wrapper {
  width: 390px;
  height: 390px;
  border: 4px solid transparent;
}

.spin-the-wheel canvas {
  width: 382px;
  height: 382px;
  border-radius: 50%;
  cursor: pointer;
}

.spin-the-wheel .ticker-layer {
  position: absolute;
  display: flex;
  z-index: 1;
  top: -8px;
}

.spin-the-wheel .center-layer {
  position: absolute;
  margin: auto;
}

.spin-the-wheel .legend-element {
  margin-bottom: 60px;
  text-align: center;
}

.spin-the-wheel .legend {
  display: flex;
  flex-direction: column;
}

.spin-the-wheel .legend .sector {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 14px;
}

.spin-the-wheel .button-container {
  width: 100%;
  text-align: center;
}

button {
  font-size: inherit;
}

.survey__navigation > button {
  width: unset;
  margin: 0;
  min-width: 200px;
  padding: 8px 20px;
}

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

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

.spin-the-wheel .button-container button {
  width: 228px;
  height: 52px;
  font-family: Montserrat-Regular, sans-serif;
  border: 1px solid rgb(255 255 255 / 100%);
  transition: ease 0.3s;
  opacity: 1;
  border-radius: 30px;
  color: rgb(83 71 65 / 100%);
  text-transform: uppercase;
}

@media screen and (width <= 1200px) {
  .spin-the-wheel .canvas-section {
    padding: 0;
    width: 50%;
  }

  .spin-the-wheel .prize-description {
    width: 50%;
  }

  .spin-the-wheel .prize-description .intro-content {
    width: 90%;
    padding: 3rem !important;
  }

  .spin-the-wheel .img-container {
    width: 50%;
  }
}

@media screen and (width <= 991px) {
  .spin-the-wheel .legend-section {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .spin-the-wheel .canvas-section {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (width <= 768px) {
  .spin-the-wheel .prize-description .intro-content {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .spin-the-wheel .img-container {
    width: 100%;
    order: 1;
  }

  .spin-the-wheel .canvas-section {
    padding-top: 40px;
  }

  .spin-the-wheel .legend {
    order: 2;
  }

  .spin-the-wheel .button-container {
    order: 1;
    margin-bottom: 60px;
  }
}

@media screen and (width <= 1024px) {
  .spin-the-wheel .prize-description {
    width: 100%;
    order: 2;
  }

  .spin-the-wheel .img-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .spin-the-wheel .button-container {
    order: -1 !important;
    margin-bottom: 30px;
  }

  .spin-the-wheel .canvas-section,
  .spin-the-wheel .canvas-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (width <= 500px) {
  .spin-the-wheel .canvas-section {
    padding-left: 0;
  }

  .spin-the-wheel .intro-container {
    flex-direction: column;
  }

  .spin-the-wheel .canvas-container {
    width: 336px;
    height: 336px;
  }

  .spin-the-wheel .canvas-wrapper {
    width: 320px;
    height: 320px;
  }

  .spin-the-wheel canvas {
    width: 312px;
    height: 312px;
  }

  .spin-the-wheel .ticker-layer img {
    width: 56px;
    height: 56px;
  }

  .spin-the-wheel .button-container button {
    width: 210px;
  }
}

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

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

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

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

#surveyGame .prize-description {
  width: 100%;
}

#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__picture-section,
.survey__text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.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;
  background-color: white !important;
  border-radius: 20px;
}

.text-answer > textarea {
  all: unset;
  width: 100%;
  min-height: 150px;
  padding: 20px;
  text-align: left;
}

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

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

#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 {
  position: absolute;
  content: "";
  display: block;
  left: -19px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#surveyGame .single-answer label::after {
  border-radius: 0 !important;
}

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

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

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

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

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

.scale__line {
  width: 3px;
  height: 96%;
  margin: auto 0;
  background: white;
  position: absolute;
  left: 7px;
  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: 2px solid white;
  position: relative;
}

.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 (width >= 1024px) {
  .scale-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

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

  .scale__line {
    height: 3px;
    width: 80%;
    left: 0;
    right: 0;
    top: 1px;
    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;
  }
}

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

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

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

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

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

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

.survey__navigation {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: center;
  gap: 20px;
  order: 2;
}

@media screen and (width <= 1023px) {
  .scale_last_visible {
    align-items: flex-end;
  }

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

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

  .scale__line {
    left: 9px;
    width: 3px !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;
  }

  .survey__game {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}

@media screen and (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 (width <= 550px) {
  .survey__navigation {
    flex-direction: column-reverse;
    align-items: center;
  }

  .scale {
    display: flex !important;
  }
}

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

#surveyGame .img-center {
  justify-content: center;
}

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

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

/* =================================== SCRATCH CARD ============================== */

.scratch__card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.helper__div {
  width: 100%;
  height: 500px;
  position: absolute;
}

.scrach__card__wrap {
  display: flex;
  width: 90%;
  max-width: 1100px;
  padding: 40px 14px;
  border-radius: 24px;
  gap: 20px;
  flex-direction: column;
  z-index: 3;
}

.scrach__card__wrap h1 {
  text-align: center;
}

.scratch__card__content {
  display: flex;
  gap: 50px;
}

.text-container {
  width: 90%;
  height: auto;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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

/* -------------- 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: 260px;
  height: 260px;
  aspect-ratio: 1 / 1;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
}

.scratch-card__container>.card {
  width: 80px;
  height: 80px;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: auto;
  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;
  border-radius: 50%;
}

@media screen and (width >= 360px) {
  .scratch-card__container {
    width: 290px;
    height: 290px;
  }

  .scratch-card__container .card {
    width: 90px;
    height: 90px;
  }
}

@media screen and (width >= 410px) {
  .scratch-card__container {
    width: 335px;
    height: 335px;
  }

  .scratch-card__container .card {
    width: 105px;
    height: 105px;
  }
}

@media screen and (width >= 500px) {
  .scratch-card__container {
    width: 410px;
    height: 410px;
  }

  .scratch-card__container .card {
    width: 130px;
    height: 130px;
  }
}

@media screen and (width >= 1024px) {
  .scrach__card__wrap {
    padding: 40px;
  }
}

.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(0 0 0 / 40%);
}

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

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

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

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

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

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

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

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

  100% {
    box-shadow: 0 0 8px 8px rgb(0 0 0 / 40%);
  }
}

/* --------------- 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: 10px;
  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;
}

@media screen and (width <= 1023px) {
  .scratch__card__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .scratch__card {
    position: initial;
    height: 100%;
  }

  .scrach__card__wrap {
    position: initial;
  }

  .helper__div {
    height: 70%;
  }
}

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

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

.limit-container h2 {
  margin: 0;
}

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

/* mozzila image fix */

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

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

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

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

[dir="rtl"] .picture-counter>h3.d-inline {
  display: flex !important;
}

[dir="rtl"] [data-mode-swipe] .picture-counter>h3.d-inline {
  display: flex !important;
  direction: rtl;
} 

[dir="rtl"] .picture-counter {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  direction: rtl;
}

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

[dir="rtl"] .survey__question-counter>h3 {
  display: flex;
  gap: 8px;
}

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

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

@media screen and (width <= 1023px) {
  [dir="rtl"] .scale__line {
    left: unset;
    right: 9px;
  }
}

@media screen and (width >= 1025px) {
  .stw-wrap {
    height: 100%;
  }

  .stw-wrap .intro-content {
    margin: -44px auto;
  }
}