/* PREVENT STICKY BUTTONS ON TOUCH DEVICES */
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-button]:hover:not([disabled]),
  .social-share:hover {
    opacity: 1 !important;
  }
}

@font-face {
  font-family: Meister-regular;
  src: url("../assets/fonts/Meister-regular.ttf");
}

@font-face {
  font-family: Meister-bold;
  src: url("../assets/fonts/Meister-bold.ttf");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

:root {
  --clr-white: #fff;
  --clr-black: #000;
  --clr-text-1: #333;
  --clr-primary: #c72c6e;
  --clr-wheel-1: #c72c6e;
  --clr-wheel-2: #edeee0;
  --clr-wheel-3: #feaf05;
  --clr-wheel-4: #2b78cb;
  --radius: 10px;
}

/* =============================== TYPOGRAPHY =============================== */
.po-none {
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--clr-pink);
}

body,
html {
  min-height: 100svh !important;
  width: 100%;
  /* overflow-x: hidden; */
}

#main-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  min-height: 100svh !important;
}

#main-content > div {
  max-width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.barcode-image {
  max-width: 500px;
}

/* tos and pp */
.document__wrap {
  width: 90%;
  max-width: 1025px;
  height: fit-content;
  margin: 40px auto 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  gap: 25px;
  padding: 40px 15px 80px;
}

h1[data-text].document__title {
  text-align: center;
  margin: 20px auto 50px !important;
}

h1[data-text] {
  line-height: 1;
}

#win h1[data-text] {
  white-space: nowrap;
  font-size: 62px !important;
}

.point {
  margin-bottom: 20px;
}

.document__wrap h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

.document__wrap p {
  margin-bottom: 15px;
}

/* ////////////////////////////////////////// introduction ////////////////////////////////////////// */
.page-wrap {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.logo-wrap {
  width: 100%;
  display: flex;
  justify-content: center;

  /* padding: 20px 0; */
}

.logo {
  width: 160px;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

#register .logo {
  display: block;
}

.register-bg-element {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: auto;
  max-width: 550px;
  width: 85%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 0 0 0 30px;
}

@media screen and (min-width: 1025px) {
  .register-bg-element {
    border-radius: 0 0 0 60px;
  }

  #register .logo {
    display: none;
  }
}
.content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#win-wrap .image-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.text-section {
  width: 100%;
  max-width: 700px;
  height: auto;
  /* padding: 0 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.footer-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto 0 15px;
}

.footer {
  margin: 40px auto 0;
  text-align: center;
}

.footer > * {
  display: inline;
}

/* .circle { */

/*    width: 300%; */

/*    aspect-ratio: 1; */

/*    border-radius: 50%; */

/*    background-color: var(--clr-pink); */

/*    position: absolute; */

/*    top: 60%; */

/*    left: 50%; */

/*    margin: 0 auto; */

/*    z-index: 1; */

/*    transform: translateX(-50%); */

/* } */

button,
#error-btn {
  width: fit-content;
  background: transparent;
  padding: 15px 40px;
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 2px solid;
  text-transform: uppercase;
}

button > span {
  line-height: 1.2;
}

.image-section,
.wheel-section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/images/prize-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: auto; */
}

.image-section #introduction-image {
  z-index: 2;
  position: relative;
}

.prizes-bg {
  margin-inline: auto;
  max-width: 400px;
  margin-inline: auto;
}

/* cta */
.cta__buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta {
  display: none;
  min-width: 200px;
}

/* social icons */

.social__wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 5px 0;
  transition: transform 0.3s ease-out, opacity 0.5s ease-in;
}

[data-social]:hover {
  transform: translateY(-10px);
  opacity: 0.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;
}

@media screen and (min-width: 1025px) {
  .social__wrap {
    justify-content: flex-start;
    margin: 20px auto 0 -5px;
  }
}

@media screen and (min-width: 410px) {
  button {
    padding: 15px 60px;
  }
}

.wide-prizes {
  max-height: 400px;
}

@media screen and (min-width: 1025px) {
  .social__wrap {
    justify-content: flex-start;
    text-align: center;
  }

  .footer-wrap {
    justify-content: flex-start;
  }

  .footer {
    margin: 40px auto 0 0;
    text-align: start;
  }

  .cta__buttons {
    flex-flow: row wrap;
    justify-content: center;
  }

  .page-wrap {
    padding: 0 60px;
    gap: 0;
    justify-content: flex-start;
  }

  .content-wrap {
    flex: 1 1 100%;
    flex-direction: row;
    gap: 50px;
  }

  .logo-wrap {
    padding: 60px 0 0;
    justify-content: flex-start;
  }

  .logo {
    width: 220px;
    max-width: 220px;
    max-height: 200px;
  }

  .text-section {
    /* flex: 0 0 calc(94% - 25px); */
    /* padding: 60px 0; */
    max-width: 100%;
  }

  .lose-page .text-section,
  .no-more-page .text-section,
  .campaign-expired-page .text-section {
    max-width: 100%;
  }

  .win-page .text-section {
    width: 100%;
    max-width: 750px;
  }

  .text-section p,
  .validity-wrap {
    max-width: 600px;
  }

  .page-wrap {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 175px auto 175px;
    align-items: center;
    min-height: 100svh;
    height: fit-content;
    position: relative;
  }

  .logo-wrap {
    justify-content: flex-start;
    grid-area: 1 / 1 / 1 / 1;
  }

  .content-wrap {
    text-align: start;
    align-items: center;
    justify-content: center;
    padding: 0 50px 0 0;
    gap: 20px;
    grid-area: 2 / 1 / 3 / 2;
  }

  .image-section,
  .wheel-section {
    height: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    grid-area: 2 / 2 / 3 / 3;
  }

  .circle {
    width: 72vw;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
  }

  .prizes-bg {
    margin: auto 0;
    width: 100%;
    max-width: 450px;
    position: relative;
    z-index: 2;
    object-fit: contain;
  }

  .wide-prizes {
    margin: auto 60px auto auto;
    max-width: 100% !important;
    transform: scale(1.3);
  }
}

@media screen and (min-width: 1360px) {
  .page-wrap {
    padding: 0 110px;
  }
}

/* ////////////////////////////////////////// register ////////////////////////////////////////// */

/* kill checkbox disabled background */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent !important;
}

/* kill autofill coloring */
input:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}

/* ----- kill outline on focus ------ */
.custom-checkbox .custom-control-label::before {
  outline: none;
  box-shadow: none !important;
  border: 2px solid var(--clr-text-1);
}

button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible {
  outline: none !important;
}

form {
  width: 100%;
  max-width: 450px;
}

.form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.checkbox-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.checkbox-container .button-container {
  width: 100%;
  /* margin-top: 35px; */
  display: flex;
  justify-content: center;
}

.button-container {
  margin-top: 0.5rem;
}

@media screen and (min-width: 1025px) {
  .button-container {
    margin-top: 1rem;
  }
}

[input-group] {
  width: 100%;
}

[input-group] input,
[input-group] select {
  width: 100%;
  /* height: 55px; */
  padding: 15px 20px;
  border: 2px solid rgba(219, 107, 48, 1);
  border-radius: 6px;
  align-content: center;
  -webkit-align-content: center;
  /* background: transparent; */
  background-color: transparent !important;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  [input-group] input,
  [input-group] select {
    padding: 10px 20px;
  }
}

[input-group] input::placeholder {
  color: rgba(13, 71, 52, 1) !important;
}

.form-group {
  margin-bottom: 0;
}

[input-group] input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* remove arrows form input type number */

/* WebKit (Chrome, Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;

  /* This removes the default styling */
}

input[type="number"]::-moz-inner-spin-button,
input[type="number"]::-moz-outer-spin-button {
  /* Remove default styling for spin buttons in Firefox */
  appearance: none;
  margin: 0;
}

.custom-checkbox {
  text-align: start;
  padding-left: 26px;
}

.custom-checkbox p {
  display: inline;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: calc(50% - 0.55rem);
  left: -26px;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: var(--clr-pink);
  transform: scale(0.7);
  border-radius: 2px !important;
  outline: none !important;
  box-shadow: none !important;
}

select#title-input {
  appearance: none;
}

#date-of-birth-input[type="date"],
#date-of-birth-input[type="text"] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  appearance: none;
  vertical-align: middle;
  width: 100%;
  min-width: 100%;
  min-height: 42px;
  height: 42px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* iOS Safari align selected date to left */
@supports (-webkit-appearance: none) {
  #date-of-birth-input[type="date"]::-webkit-date-and-time-value,
  #date-of-birth-input[type="text"]::-webkit-date-and-time-value {
    text-align: center !important;
  }
}

@media screen and (min-width: 601px) {
  #date-of-birth-input[type="date"],
  #date-of-birth-input[type="text"] {
    min-height: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  #date-of-birth-input[type="date"],
  #date-of-birth-input[type="text"] {
    justify-content: flex-start;
    text-align: start;
  }

  @supports (-webkit-appearance: none) {
    #date-of-birth-input[type="date"]::-webkit-datetime-edit,
    #date-of-birth-input[type="text"]::-webkit-datetime-edit {
      padding-left: 0;
      margin-left: 0;
      text-align: start !important;
    }
  }
}

/* doi page */

.doi-form,
.doi-form .button-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

select#title-input {
  color: transparent !important;
}

#div-select {
  position: relative;
}

.custom-dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  height: 18px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(219, 107, 48, 1);
  pointer-events: none;
  background-image: url("../assets/images/dropdwnArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.span-select {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: bottom;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 35px;
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  #lose-image {
    max-width: 400px;
  }

  .doi-form,
  .doi-form .button-container {
    align-items: flex-start;
  }

  .doi-form .button-container {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  form {
    max-width: 750px;
  }

  .form-wrap {
    flex-flow: row wrap;
  }

  [input-group] {
    flex: 1 1 49%;
  }
  /* .span-select {
    display: none !important;
  } */

  .checkbox-container .button-container {
    justify-content: center;
  }
}

.validity-wrap {
  display: block;
}

.validity-wrap > * {
  display: inline;
}

.validity-wrap > *,
p > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* ================================= win =============================== */
#win-wrap .validity-wrap {
  margin-bottom: 20px;
}

.prize-wrap {
  height: 80%;
  width: auto;
  /* height: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%;
}

.prize-image-bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
  object-fit: contain;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

.prize-image-bg ~ .prizes-bg {
  width: 60%;
  max-width: 400px;
  max-height: 600px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 3;
}

.barcode-text {
  width: 100%;
  height: auto;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .prize-image-bg {
    right: -60px;
    left: unset;
    object-position: 80% 50%;
  }

  .prize-wrap {
    justify-content: flex-end;
  }

  .barcode-text {
    text-align: start;
  }
}

@media screen and (min-width: 1360px) {
  .prize-image-bg {
    right: -110px;
  }
}

/* ================================= game =============================== */
#game-view {
  width: 100%;
}

.wheel-section {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-top: auto;
}

.pin {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: auto;
  z-index: 5;
}

.pin img {
  transform: rotate(90deg);
}

.wheel-wrap {
  width: 800px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: -420px;
  transform: scale(0.8) rotate(0);
}

.wheel-center {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0;
  margin: auto auto -45px;
  z-index: 5;
}

.wheel__spin {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
  top: -5%;
  left: 0;
  will-change: transform;
  background: url("../assets/images/wheel.png");
  background-size: contain;
}

.awards {
  position: absolute;
  z-index: 4;
  transform: scale(0.865);
}

.awards .award {
  width: 96px;
  height: 96px;
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.award img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  h1[data-text] {
    font-size: 32px !important;
    margin: 0 !important;
  }
  #win h1[data-text] {
    white-space: normal;
    font-size: 42px !important;
  }

  [data-text] {
    font-size: 22px !important;
    line-height: 1.1;
  }

  #introduction-button {
    font-size: 16px;
    line-height: 1.1;
  }

  .footer-wrap {
    display: none;
  }

  .image-section,
  .wheel-section {
    min-height: 307px;
    position: relative;
    display: flex;
    overflow: hidden;
  }

  .wheel-section {
    overflow: visible;
    margin-top: 0;
  }

  .circle {
    width: 300%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--clr-pink);
    position: absolute;
    top: 0;
    left: -100%;
    margin: 0 auto;
    z-index: 1;
  }

  .prizes-bg {
    width: calc(100% - 10px);
    object-fit: contain;
    /* margin: 80px 5px 40px; */
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 550px) {
  #win h1[data-text] {
    white-space: nowrap;
    font-size: 32px !important;
  }
}

@media screen and (max-width: 420px) {
  #win h1[data-text] {
    white-space: nowrap;
    font-size: 28px !important;
  }
}

@media screen and (max-width: 360px) {
  #win h1[data-text] {
    white-space: nowrap;
    font-size: 22px !important;
  }
}

@media screen and (min-width: 768px) {
  .wheel-wrap {
    transform: scale(1) rotate(0);
  }

  .wheel-section {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1025px) {
  #game {
    padding: unset;
    padding-left: 60px;
    overflow: visible;
  }

  .wheel-section {
    width: 1200px;
    height: 1px;
    aspect-ratio: 1 / 1;
    margin: unset;
    overflow: visible;
  }

  .wheel-wrap {
    inset: 0;
    margin: auto;
    width: 1200px;
    transform: scale(0.9) rotate(-90deg);
  }

  .wheel-center {
    width: 100%;
    height: 250px;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5%;
  }

  .wheel-center img {
    width: 250px;
    height: 250px;
    transform: rotate(0deg);
  }

  .pin {
    width: 160px;
    height: 150px;
    top: -80px;
  }

  .awards {
    transform: scale(1.3);
  }

  .circle {
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(10%, -50%);
  }

  .awards .award {
    width: 96px;
    height: 96px;
    position: absolute;
    pointer-events: none;
    user-select: none;
  }

  .award img {
    width: 96px;
    height: 96px;
  }
}

@media screen and (min-width: 1280px) {
  .wheel-wrap {
    transform: scale(1) rotate(-90deg);
  }
}

@media screen and (min-width: 1360px) {
  #game {
    padding-left: 110px;
  }
}

@media screen and (min-width: 1600px) {
  .wheel-section {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1650px) {
  .wheel-section {
    transform: scale(1.2);
  }
}

.spinner-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spinner {
  animation: rotate 2s linear infinite;
}

.spinner .path {
  stroke: white;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.spinner.spinner--grey .path {
  stroke: #c4c4c4;
}

.spinner.spinner--pink .path {
  stroke: #ec008c;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@media screen and (min-width: 1600px) {
  .text-section p,
  .validity-wrap {
    max-width: 750px;
  }

  .lose-page .text-section p,
  .no-more-page .text-section p,
  .campaign-expired-page .text-section p {
    max-width: 650px;
  }
}

#submit-button,
.prim-button,
[data-button] {
  padding: 10px 35px !important;
  border-radius: 6px !important;
  min-height: 40px;
  min-width: 175px;
  font-family: Meister-bold !important;
  align-content: center;
}

@media screen and (min-width: 1025px) {
  #submit-button,
  .prim-button,
  [data-button] {
    padding: 10px 35px !important;
    border-radius: 8px !important;
    min-height: 50px;
    min-width: 225px;
  }
}

#submit-button span,
.prim-button span,
[data-button] span {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  #submit-button span,
  .prim-button span,
  [data-button] span {
    font-size: 18px !important;
  }
}

#win .text-section p,
#win .text-section p span {
  font-size: 20px !important;
}

@media screen and (min-width: 1300px) {
  .prizes-bg {
    max-width: 400px;
  }
}

@media screen and (min-width: 1600px) {
  .prizes-bg {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  [data-text] {
    font-size: 18px !important;
  }

  h1[data-text] {
    font-size: 28px !important;
  }

  [input-group] input,
  [input-group] select {
    /* height: 55px; */
  }
}

[data-color-primary-text-before][data-color-border-color-before]::before {
  border-color: rgb(219, 107, 48) !important;
  border-radius: 2px !important;
  height: 18px !important;
  width: 18px !important;
  border: 2px solid rgb(219, 107, 48) !important;
}

/* hide captcha button */
.frc-button {
  display: none !important;
}

.confetty-mob {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto;
  z-index: 0;
  transform: translateY(-50%);
}

#win .image-section,
#barcode .image-section {
  overflow: visible;
}

.confetty-pc {
  display: none;
}

h1 {
  text-transform: uppercase ;
}

@media screen and (min-width: 1025px) {
  .confetty-mob {
    display: none;
  }

  .confetty-pc {
    display: flex;
    height: 100%;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    z-index: 0;
  }
}

#barcode .win-text-block {
  margin-top: 12px;
}

@media screen and (max-width: 600px) {
  img[data-logo] {
    display: none !important;
  }
  .win-page img[data-logo],
  .lose-page img[data-logo],
  .no-more-page img[data-logo],
  .campaign-expired-page img[data-logo] {
    display: block !important;
  }

  h1[data-text] {
    font-size: 32px !important;
  }

  h2[data-text] {
    font-size: 20px !important;
  }

  h3[data-text] {
    font-size: 18px !important;
  }

  p[data-text] {
    font-size: 16px !important;
  }
}

/* age-gate css */

/* AGE GATE Popup ===================================================== */
.age-gate-window,
.access-code,
.register,
.game-page,
.win-page,
.lose-page,
.no-more-page,
.campaign-expired-page {
  /* background-color: rgba(0, 0, 0, 0.65); */
  display: flex;
  z-index: 9999;
  min-height: 100dvh;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center !important;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .age-gate-window,
  .access-code,
  .register,
  .game-page,
  .win-page,
  .lose-page,
  .no-more-page,
  .campaign-expired-page {
    padding: 40px;
  }
}

.content-box {
  width: 100%;
  /* height: auto; */
  /* min-height: 650px; */
  background-color: #11301e;
  background-image: url("../assets/images/age-gate-bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px;
  /* color: rgb(233, 227, 199) !important; */
  flex-direction: column;
  display: flex;
  justify-content: center;
  transition: all 1s ease;
  border-radius: 30px !important;
  gap: 1rem;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .content-box {
    border-radius: 60px !important;
  }
}

.game-page .content-box {
  justify-content: flex-start;
  align-items: center;
  gap: 0rem;
}

@media screen and (min-width: 1025px) {
  .content-box {
    min-height: 650px;
    background-image: url("../assets/images/age-gate-bg.jpg");
    background-size: cover;
    padding: 60px;
  }

  .register .content-box {
    background-size: cover;
    background-position: top left;
    padding: 60px;
  }

  .game-page .content-box {
    flex-direction: row;
    justify-content: center;
    padding: 15px;
  }
}
@media screen and (min-width: 1360px) {
  .win-page .content-box {
    flex-direction: row;
  }
  .win-page .border-box {
    border: none;
    background: transparent;
  }
}

.border-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 5px solid #db6b30;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
  border-radius: 25px !important;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .border-box {
    padding: 50px 20px;
    border: 8px solid #db6b30;
    border-radius: 60px !important;
  }
}

.lose-page .border-box,
.no-more-page .border-box,
.campaign-expired-page .border-box {
  gap: 1rem;
}

.game-page .border-box {
  max-width: 700px;
  /* max-height: 500px; */
  padding: 20px 10px;
  margin: 0;
}

.gif-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.gif-animation {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .border-box {
    padding: 30px 20px;
    width: 75%;
  }

  .no-more-page .border-box {
    width: 100%;
    max-width: 750px;
  }

  .lose-page .border-box {
    width: 100%;
    max-width: 950px;
    padding: 30px;
  }

  .register .border-box {
    width: 70%;
  }
  .game-page .border-box {
    max-width: 800px;
    /* max-height: 600px; */
    padding: 30px 15px;
    flex-basis: 55%;
  }
  .gif-box {
    flex-basis: 45%;
  }

  .campaign-expired-page .border-box {
    min-height: 600px;
  }
}

.register .content-box {
  align-items: flex-end;
}

.register .border-box {
  margin-inline: 0;
}

.logo {
  max-width: 140px;
}

@media screen and (min-width: 1025px) {
  .logo {
    max-width: 220px;
    margin-bottom: 10px;
  }
}

.age-gate-window .age-get-content.inactive {
  transform: translateY(500px);
  opacity: 0;
}

.age-gate-window .age-get-content .age-gate-inputs {
  text-align: center;
  gap: 1rem;
}

@media screen and (min-width: 1025px) {
  .age-gate-window .age-get-content .age-gate-inputs {
    gap: 20px;
  }
}

.age-gate-window .age-get-content input {
  border: none;
  background: transparent;
  color: #db6b30 !important;
  box-shadow: none;
  outline: none;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  height: 40px;
  font-size: 24px !important;
  font-weight: bold !important;
  border-radius: 0px;
}

.age-gate-window .age-get-content input::-webkit-outer-spin-button,
.age-gate-window .age-get-content input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none !important;
  margin: 0;

  /* <-- Apparently some margin are still there even though it's hidden */
}

.age-gate-window .age-get-content input[type="number"] {
  -moz-appearance: textfield !important;

  /* Firefox */
}

.age-gate-window .age-get-content input::placeholder {
  color: #db6b30 !important;
  font-size: 24px !important;
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .age-gate-window .age-get-content input {
    font-size: 50px !important;
  }
  .age-gate-window .age-get-content input::placeholder {
    font-size: 50px !important;
  }
}

.age-gate-window .age-get-content h2 {
  margin-bottom: 24px;
  /* color: rgb(233, 227, 199) !important; */
}

.age-gate-window .age-get-content p {
  font-size: 14px !important;
  /* color: rgb(233, 227, 199) !important; */
  margin-bottom: 0;
}

.age-gate-window .age-get-content h3 {
  /* color: rgb(233, 227, 199) !important; */
}

.age-gate-window .age-get-content ul {
  width: 100%;
  flex-direction: column;
  margin: 0 0 12px;
}

.age-gate-window .age-get-content ul li a {
  margin-right: auto;
  color: rgb(184, 175, 145) !important;
}

.age-gate-window .age-get-content .play-btn {
  padding: 10px 16px !important;
  background-color: #0d4734 !important;
  font-weight: bold !important;
  max-width: 300px;
  color: white !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.age-gate-window .age-get-content .play-btn:hover {
  background-color: #0d4734 !important;
  opacity: 1 !important;
}

.age-gate-window .age-get-content .play-btn:active {
  background-color: #dd5a12 !important;
}

.age-gate-window .age-get-content .play-btn.disabled {
  cursor: default;
  background-color: hsla(160, 69%, 16%, 0.45) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease;
}

.age-gate-inputs {
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
}

@media screen and (min-width: 1025px) {
  .age-gate-inputs {
    max-width: 950px;
  }
}

.input-box {
  display: flex;
  max-width: 300px;
  height: 50px;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .input-box {
    height: 60px;
    max-width: 475px;
  }
}

#day-input,
#month-input,
#year-input {
  width: 100%;
  text-align: center;
  font-family: Meister-bold, sans-serif !important;
}

.separator {
  height: 100%;
  width: 3px;
  background-color: #db6b30;
  position: absolute;
}

.separator-left {
  left: 33.33%;
}
.separator-right {
  right: 33.33%;
}

.footer-logo img {
  max-width: 64%;
  margin: 50px 0 24px;
}

.footer-logo {
  margin-left: -24px;
}

.age-gate-links .footer-menu-links li {
  margin-left: 0;
}

.age-gate-links .footer-menu-links li a {
  color: rgb(233, 227, 199);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 16px;
  transition: all 0.2s ease;
  font-family: Montserrat-Regular, sans-serif;
}

.age-gate-links .footer-menu-links li:hover a {
  color: #d7aa5e;
}

.age-gate-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.age-gate-header .age-gate-header-logo {
  max-width: 90px;
  margin-right: 16px;
}

@media (max-width: 700px) {
  #day-input,
  #month-input,
  #year-input {
    /* min-width: 150px; */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }

  .age-gate-window .age-get-content {
    width: 98%;
    padding: 24px 10px;
  }

  .age-gate-window {
    overflow: hidden !important;
  }

  .age-gate-window .age-get-content input {
    width: 50%;
  }

  /* .age-gate-window .age-get-content h2 {
    font-size: 1.2rem !important;
  }

  .age-gate-window .age-get-content h3 {
    font-size: 1.2rem !important;
  } */

  .footer-logo {
    margin-left: -16px;
  }

  .footer-logo img {
    max-width: 84%;
    margin: 30px 0 18px;
  }

  .age-gate-header .age-gate-header-logo {
    max-width: 70px;
    margin-right: 6px;
  }
}

#access-code .page-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.reg-text {
  max-width: 650px;
  text-align: center;
}

.access-code-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .access-code-content {
    gap: 1rem;
  }
}

#access-code-button {
  margin-bottom: 2rem;
}

.access-code-popup {
  cursor: pointer;
}

.access-code-error {
  margin-top: 0rem;
  font-size: 16px !important;
  display: none;
}

@media screen and (min-width: 1025px) {
  .access-code-error {
    font-size: 20px !important;
    margin-top: -1rem;
  }
}

.form-control {
  border: 2px solid #db6b30;
  max-width: 90%;
  text-align: center;
}

.form-control::placeholder {
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .form-control {
    width: 100%;
    max-width: 450px;
  }
}

.form-control:focus {
  background-color: #fff;
  border-color: #db6b30;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 107, 48, 0.25);
}

[input-group] select {
  text-align: left;
  color: rgba(13, 71, 52, 1) !important;
}

[input-group] select option {
  white-space: normal;
  word-wrap: break-word;
}

/* TOC/Privacy popup */

.page-pop-up {
  height: 90%;
  width: 90%;
  max-width: 600px;
  max-height: 575px;
  position: fixed;
  border: 2px solid gray;
  border-radius: 15px;
  padding: 1rem;
  background-color: white;
  display: none;
  top: 50%;
  color: rgba(13, 71, 52, 1);
  z-index: 9999;
  overflow: hidden;
  transform: scale(1) translateY(-50%);
  opacity: 0;
  /* max-height: calc(100dvh - 20px); */
  border-radius: 30px;
  border: 5px solid #db6b30;
  transition: opacity 0.5s ease-in;
}

#age-gate .page-pop-up {
  max-height: 300px;
  height: auto;
  padding-bottom: 2.5rem;
}

.page-pop-up h1 {
  font-size: 32px !important;
  max-width: 350px;
}

@media screen and (min-width: 1025px) {
  .page-pop-up {
    width: 75%;
    max-width: 600px;
    border-radius: 60px;
    border: 8px solid #db6b30;
  }

  #age-gate .page-pop-up {
    border-radius: 30px;
    border: 6px solid #db6b30;
  }
}

.section-1,
.section-2,
.section-3 {
  flex-basis: 100%;
  max-width: 380px;
  min-height: auto;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-1-title,
.section-2-title,
.section-3-title {
  font-weight: bold;
}

@media screen and (min-width: 1356px) {
  .section-1,
  .section-2,
  .section-3 {
    flex-basis: 33%;
    min-height: 320px;
    gap: 1rem;
  }
}

.page-pop-up p {
  font-size: 14px !important;
  text-align: left;
}

.pop-up-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  z-index: 1;
  gap: 2rem;
  height: 100%;
  overflow-y: auto;
  padding: 1rem;
}

.pop-up-content-inner {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1385px) {
  .page-pop-up {
    width: 75%;
    max-width: 1300px;
  }

  #age-gate .page-pop-up {
    max-width: 700px;
  }

  #age-gate .page-pop-up h2 {
    max-width: 500px;
  }

  .pop-up-content {
    gap: 3rem;
  }

  .pop-up-content-inner {
    gap: 1rem;
    flex-direction: row;
  }

  .page-pop-up h1 {
    font-size: 56px !important;
    max-width: 800px;
  }
}

.pop-up-header {
  text-align: center;
}

.popup-close-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.close-pop-up {
  text-align: right;
  cursor: pointer;
  max-width: 20px;
  margin-right: 0;
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .close-pop-up {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    max-width: 25px;
  }
}

.close-pop-up {
  text-align: right;
  cursor: pointer;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9998;
  display: none;
  transition: opacity 0.5s ease-in;
  opacity: 0;
}

div[data-background] {
  min-height: 100svh !important;
}

.custom-control-label {
  padding-left: 4px;
  line-height: 1.2;
}

#terms_checbox_1::before,
#privacy_checbox_1::before {
  content: "*";
  color: black;
  font-size: 18px;
  position: absolute;
  top: 7px;
  left: -3px;
}

@media screen and (min-width: 1024px) {
  #terms_checbox_1::before,
  #privacy_checbox_1::before {
    top: 4px;
  }
}

.custom-footer {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  /* margin-bottom: 8px; */
  padding: 0 16px 8px;
}

.custom-footer [data-text] {
  font-size: 16px !important;
  color: white !important;
}

.custom-footer a {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .custom-footer {
    margin-top: -24px;
    margin-bottom: 0;
  }
}

/* Custom Upload Img input */

.upload-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px;
  height: 60px;
  border: 2px solid rgba(219, 107, 48, 1);
  width: 100%;
  border-radius: 6px;
  -webkit-align-content: center;
  background-color: transparent !important;
}

.upload-image-text {
  flex-basis: 70%;
  text-align: left;
  line-height: 1;
}

.upload-image p {
  font-size: 18px !important;
}

@media screen and (min-width: 601px) {
  .upload-image p {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 1025px) {
  .upload-image p {
    font-size: 24px !important;
  }
}

.upload-image-btn {
  flex-basis: 30%;
  background-color: #0d4734;
  width: 100%;
  height: 80%;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-image-btn p {
  font-family: Meister-bold !important;
  font-size: 16px !important;
  color: white;
  white-space: nowrap;
}
