* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: FCEBO;
  src: url(../fonts/FCEBO.ttf);
}
@font-face {
  font-family: FCBO;
  src: url(../fonts/FCBO.ttf);
}
@font-face {
  font-family: FCBI;
  src: url(../fonts/FCBI.ttf);
}
@font-face {
  font-family: DWBI;
  src: url(../fonts/DWBI.ttf);
}
@font-face {
  font-family: FMM;
  src: url(../fonts/FMM.otf);
}
@font-face {
  font-family: FTEBO;
  src: url(../fonts/FTEBO.otf);
}
@font-face {
  font-family: FuturaPTBookOblique;
  src: url(../fonts/FuturaPTBookOblique.otf);
}
@font-face {
  font-family: FuturaCondBookItalic;
  src: url(../fonts/FuturaCondBookItalic.ttf);
}
@font-face {
  font-family: Futura_CondExtraBoldItalic;
  src: url(../fonts/FuturaPTCondExtraBoldOblique.otf);
}
@font-face {
  font-family: Futura_CondBoldItalic;
  src: url(../fonts/Futura_CondBoldItalic.ttf);
}
@font-face {
  font-family: Futura_ExtraBoldItalic;
  src: url(../fonts/Futura_ExtraBoldItalic.ttf);
}
body {
  overflow-x: hidden;
  background: url("../assets/bg.jpg") no-repeat center center;
  background-size: cover;
}
body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-track {
  background-color: #ed7677; /* Change this to the desired track color */
  border-radius: 40px;
  overflow: hidden;
}

/* Change the color of the scrollbar thumb */
body::-webkit-scrollbar-thumb {
  background-color: #ffd300;
  border-radius: 40px; /* Change this to the desired thumb color */
}
header {
  position: fixed;
  top: 0;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10vw 0 13vw;
  z-index: 25;
}
.logo {
  margin: 15px 0 5vh;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.logo-mob {
  display: none;
}

.lang-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin: 3vh;
}
.lang-item {
  color: #fff;
  font-family: "FMM";
  font-size: 1.3em;
  cursor: pointer;
}
.lang-item.active {
  color: #ffd300;
  font-family: "FCBO";
}
.lang-item a {
  text-decoration: none;
  color: inherit;
}
.home {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.offer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.offer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
}
.offer-separator {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.offer {
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-img img {
  height: auto;
  width: 100%;
  max-width: 40vw;
}

.offer h1 {
  color: #fff;
  text-align: center;
  font-family: "FTEBO";
  text-transform: uppercase;
  font-size: 7em;
  line-height: 1em;
  display: flex;
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer h1 span {
  display: block;
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer h2 {
  color: #fff;
  text-align: center;
  font-family: "FTEBO";
  text-transform: uppercase;
  font-size: 2em;
  display: flex;
  align-items: flex-end;
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer h2 span {
  display: block;
  font-size: 1.5em;
  line-height: 1;
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer p {
  margin-top: 0.5em;
  text-align: center;
  font-family: "FCBO";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
}
.button-wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-wraper button {
  margin-top: 1.5em;
  border: none;
  width: 240px;
  height: 50px;
  border-radius: 39.5px;
  text-transform: uppercase;
  font-family: "FCEBO";
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  background-color: #e01b1b;
  transition: all 0.3s ease-in-out;
}
.button-wraper button:hover {
  transform: scale(0.9);
}
.button-wraper p {
  width: fit-content;
  text-align: center;
  font-family: "FCBI";
  color: white;
  margin-top: 2vh;
  font-size: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}
.home-steps {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
.step-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "FCBO";
  text-transform: uppercase;
  color: #fff;
  gap: 0.5em;
  font-size: 1em;
  text-align: center;
}
.step-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
}
.step-item img {
  width: auto;
  height: 40px;
}
.step-sep {
  width: auto;
}
.parallax {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.scene {
  position: relative;
  height: 100%;
  width: 100%;
}
.scene-item {
  position: absolute;
  width: 200px;
}
.scene-item img {
  width: 100%;
  height: auto;
}
.scene-item:nth-child(1) {
  top: 10vh !important;
  left: 15vw !important;
  width: 6vw;
}
.scene-item:nth-child(2) {
  top: 10vh !important;
  left: -1vw !important;
  width: 20vw;
}
.scene-item:nth-child(3) {
  top: unset !important;
  left: 5vw !important;
  bottom: 35vh !important;
  width: 7vw;
}
.scene-item:nth-child(4) {
  top: 15vh !important;
  left: unset !important;
  right: 10vw !important;
  width: 5vw;
}
.scene-item:nth-child(5) {
  top: unset !important;
  left: 10vw !important;
  bottom: 5vh !important;
  width: 8vw;
}
.scene-item:nth-child(6) {
  top: unset !important;
  left: 20vw !important;
  bottom: 35vh !important;
  width: 5vw;
}
.scene-item:nth-child(7) {
  top: unset !important;
  bottom: 25vh !important;
  left: unset !important;
  right: 0 !important;
  width: 15vw;
}
.scene-item:nth-child(8) {
  top: unset !important;
  left: unset !important;
  right: 10vw !important;
  bottom: 9vh !important;
  width: 8vw;
}

.stage {
  width: 100vw;
  background: #941212;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.stage h2 {
  margin-top: 3vh;
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "FCEBO";
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 0.8em;
}
.stage h3 {
  font-family: "FCEBO";
  font-size: 2.4em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
}
.stage p {
  font-family: "FCEBO";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
}
.stage-table {
  display: flex;
  position: relative;
  background: #a30124;
  padding: 35px;
  border-radius: 25px;
  color: #fff;
  gap: 2vw;
  margin-top: 4vh;
  font-family: "FMM";
  text-transform: uppercase;
  font-weight: 100;
}
.table-item span {
  font-family: "FCEBO";
}
.table-sep {
  height: auto;
  width: 0.5px;
  border: 0.5px solid #fef888;
}
.stage-one-ball {
  position: absolute;
  height: auto;
  width: 5vw;
  top: 30%;
  left: 10%;
}
.stage-one-money {
  position: absolute;
  height: auto;
  width: 5vw;
  top: 35%;
  right: 5%;
}

.stage-two-coupon-left {
  position: absolute;
  height: auto;
  width: 8vw;
  z-index: 20;
  top: 80%;
  left: 5%;
}
.stage-two-coupon-right {
  position: absolute;
  height: auto;
  width: 15vw;
  top: 5%;
  right: 5%;
}
section:nth-child(5) {
  margin-top: 7vh;
}
section:nth-child(6) {
  margin-top: 7vh;
}
.stage-three-money {
  position: absolute;
  height: auto;
  width: 8vw;
  top: 95%;
  left: 5%;
}
.stage-three-ace {
  position: absolute;
  height: auto;
  width: 6vw;
  top: 10%;
  right: 5%;
}
.rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7vh;
  padding-bottom: 7vh;
  position: relative;
}

.rules h2 {
  text-transform: uppercase;
  font-family: "FCEBO";
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4em;
}
.rules-table {
  width: 50vw;
  height: fit-content;
  margin-top: 4vh;
  text-transform: uppercase;
  font-family: "FMM";
  border-radius: 25px;
  padding: 20px;
  background: #e11b1c;
  overflow-x: hidden;
  overflow-y: hidden;
}
.rules-table-content {
  overflow-y: scroll;
  height: 50vh;
}
/* Change the color of the scrollbar track */
.rules-table-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 40px;
  margin-right: 20px;
}

.rules-table-content::-webkit-scrollbar-track {
  background-color: #ed7677; /* Change this to the desired track color */
  border-radius: 40px;
  overflow: hidden;
}

/* Change the color of the scrollbar thumb */
.rules-table-content::-webkit-scrollbar-thumb {
  background-color: #ffd300;
  border-radius: 40px; /* Change this to the desired thumb color */
}

/* Hide the bottom-right corner */
.rules-table-content::-webkit-scrollbar-corner {
  display: none;
}

.rules-table h3 {
  margin-bottom: 1vh;
  font-family: "FCEBO";
  background: -webkit-linear-gradient(270deg, #ecc440, #fffa8a, #ecc440);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rules-table p {
  color: #fff;
}
.rules-table p span {
  color: #ffd300;
}
.rules-heading {
  margin-top: 2vh;
}
.rules-button {
  width: fit-content;
  text-align: center;
  font-family: serif;
  font-family: "FCEBO";
  color: white;
  margin-top: 2vh;
  font-size: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
}
.rules-button:hover {
  text-decoration: underline;
}
.rules-img-left {
  width: 5vw;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: -1;
}
.rules-img-right {
  width: 10vw;
  height: auto;
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: -1;
}
.popup {
  position: absolute;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  transition: background-color 1s ease-in-out;
}
.popup-content {
  width: 60vw;
  padding: 30px 40px;
  height: 70vh;
  background-color: white;
  border-radius: 25px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.popup-header {
  text-transform: uppercase;
}
.popup-content-text {
  overflow: scroll;
  height: 90%;
  display: flex;
  padding-right: 10px;
  flex-direction: column;
  align-items: center;
}
.popup-content-text::-webkit-scrollbar {
  width: 6px;
  border-radius: 40px;
  margin-right: 20px;
}

.popup-content-text::-webkit-scrollbar-track {
  background: transparent; /* Change this to the desired track color */
  border-radius: 40px;
  overflow: hidden;
}

/* Change the color of the scrollbar thumb */
.popup-content-text::-webkit-scrollbar-thumb {
  background-color: #e11b1c;
  border-radius: 40px; /* Change this to the desired thumb color */
}

/* Hide the bottom-right corner */
.popup-content-text::-webkit-scrollbar-corner {
  display: none;
}
.popup-content h2 {
  font-family: "Futura_ExtraBoldItalic";
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.7em;
}
.popup-content p {
  width: 100%;
  font-family: "FuturaPTBookOblique";
  font-size: 1.2em;
}
.close-popup {
  position: absolute;
  right: 30px;
  top: 35px;
  height: 20px;
  cursor: pointer;
}
.popup-button {
  margin-top: 2em;
  border: none;
  width: 240px;
  height: 50px;
  border-radius: 39.5px;
  text-transform: uppercase;
  font-family: "FCEBO";
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  background-color: #e01b1b;
  transition: all 0.3s ease-in-out;
}
.popup-button:hover {
  transform: scale(0.9);
}
.text-with-padding {
  margin-top: 20px;
}
.text-with-padding.text-bold {
  font-size: 1.6em;
  font-family: "Futura_CondBoldItalic";
}
footer {
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
}
.payments-img {
  width: 100%;
  height: auto;
  max-width: 30vw;
  margin: 3vh;
}
.payments-mob {
  display: none;
}
@media (max-width: 1200px) {
  .logo {
    max-width: 400px;
  }
  .rules-table {
    width: 65vw;
  }
  .home-steps {
    gap: 1em;
  }
  .step-item {
    font-size: 1em;
  }
}
@media (max-width: 1000px) {
  .logo {
    max-width: 300px;
  }
  .home-steps {
    gap: 0em;
  }
  .offer h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  body {
    background-color: #510207;
    background-image: none;
  }
  .logo {
    display: none;
  }
  .logo-mob {
    display: block;
  }
  .logo-mob img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }

  .popup-content {
    width: 90vw;
    height: 80vh;
    padding: 30px 15px;
    padding-top: 50px;
  }
  .popup-content h2 {
    font-size: 1.3em;
  }
  .popup-content-text {
    width: 100%;
  }
  .close-popup {
    right: 30px;
    top: 20px;
  }
  header {
    padding: 0 5vw;
    position: absolute;
    justify-content: space-between;
  }

  .home {
    height: auto;
  }
  .offer-wrapper {
    flex-direction: column-reverse;
  }
  .offer p {
    font-size: 2em;
  }
  .offer p span {
    display: block;
  }
  .offer-img img {
    max-width: 80vw;
  }
  .home-steps {
    position: relative;
    flex-direction: column;
    bottom: unset;
    margin-top: 8vh;
    margin-bottom: 15vh;
    gap: 1em;
    order: 3;
  }
  .step-item {
    font-size: 1.6em;
  }
  .step-sep {
    transform: rotate(90deg);
  }

  .button-wraper {
    order: 2;
  }
  .button-wraper button {
    height: auto;
    width: auto;
    font-size: 1.6em;
    padding: 0.5em 1em;
  }
  .table-sep {
    width: auto;
  }
  .table-item {
    line-height: 1.6em;
    font-size: 1.2em;
  }
  .rules {
    margin-top: 10vh;
  }
  .rules-table {
    width: 85vw;
    height: 70vh;
  }
  .rules-table-content {
    height: 65vh;
  }
  .stage h2 {
    font-size: 1.8em;
  }
  .stage h3 {
    font-size: 1.8em;
  }
  .rules h2 {
    font-size: 1.8em;
  }
  .scene-item:nth-child(1) {
    top: 10vh !important;
    left: 15vw !important;
    width: 10vw;
  }
  .scene-item:nth-child(2) {
    top: 8.5vh !important;
    left: -1vw !important;
    width: 25vw;
    z-index: -1;
  }
  .scene-item:nth-child(3) {
    top: unset !important;
    left: 5vw !important;
    bottom: 45vh !important;
    width: 15vw;
  }
  .scene-item:nth-child(4) {
    top: 75vh !important;
    left: unset !important;
    right: 10vw !important;
    width: 15vw;
  }
  .scene-item:nth-child(5) {
    top: unset !important;
    left: 5vw !important;
    bottom: 30vh !important;
    width: 15vw;
  }
  .scene-item:nth-child(6) {
    top: unset !important;
    left: 20vw !important;
    bottom: 45vh !important;
    width: 5vw;
  }
  .scene-item:nth-child(7) {
    top: unset !important;
    bottom: 75% !important;
    left: unset !important;
    right: 2vw !important;
    width: 25vw;
  }
  .scene-item:nth-child(8) {
    top: unset !important;
    left: unset !important;
    right: 7vw !important;
    bottom: 5vh !important;
    width: 13vw;
  }
  .stage-one-ball {
    top: 2%;
    width: 10vw;
    left: 2%;
  }
  .stage-one-money {
    top: 6%;
  }
  .stage-two-coupon-left {
    top: 5%;
  }
  .stage-two-coupon-right {
    width: 20vw;
    top: 0%;
  }
  .stage-three-money {
    top: 10%;
  }
  .stage-three-ace {
    top: 0%;
    width: 12vw;
  }
  .rules-img-left {
    bottom: 100%;
    width: 15vw;
  }
  .rules-img-right {
    bottom: 100%;
  }
  .step-item {
    margin-bottom: 2vh;
    width: 40vw;
  }
  footer {
    align-items: center;
  }
  .payments-img {
    display: none;
  }
  .payments-mob {
    display: flex;
  }
  .offer-img {
    margin-top: 0;
  }
  .offer h1 {
    font-size: 5em;
  }
}

@media (max-width: 500px) {
  .step-item {
    white-space: nowrap;
    width: 55vw;
  }
  #offer-date {
    font-size: 1.3em;
  }
}
@media (max-width: 350px) {
  .rules h2 {
    font-size: 1.5em;
  }

  .step-item {
    white-space: nowrap;
    width: 65vw;
  }
}
@media (min-width: 1800px) {
  .popup-content p {
    font-size: 1.5em;
  }

  .offer p {
    font-size: 2em;
  }
  .offer-img img {
    max-width: 50vw;
  }

  .offer h1 {
    font-size: 10em;
  }
  .offer h2 {
    font-size: 3em;
  }

  .button-wraper button {
    font-size: 2em;
    width: 320px;
    height: 80px;
  }
  .home-steps {
    gap: 2em;
  }
  .step-item {
    font-size: 1.3em;
  }
  .rules-table {
    margin-top: 7vh;
  }
  .stage-table {
    font-size: 1.4em;
    padding: 60px 70px;
    margin-top: 7vh;
  }
  .stage h2 {
    font-size: 2.7em;
  }
  .stage h3 {
    font-size: 2.7em;
  }

  .rules {
    margin-top: 13vh;
  }
}
