/* 
  Modern CSS Reset
  A combination of best practices from multiple reset methods
  with specific customization for this project
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people who prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Modern normalize for links */
a {
  color: inherit;
  text-decoration: none;
}

/* Remove border on all elements when focused */
*:focus {
  outline: none;
}

/* Set button defaults */
button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

/* Prevent text size adjustment after orientation change */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* For accessibility: allow keyboard focus styles to be added manually where needed */
[tabindex="-1"] {
  outline: none !important;
}

@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_XBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dawn";
  src: url("../fonts/Mendl_Sans_Dawn_Hair.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_XBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans Dusk";
  src: url("../fonts/Mendl_Sans_Dusk_Hair.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mendl Sans VF Dusk";
  src: url("../fonts/Mendl_Sans_VF_Dusk_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}

body {
  font-family: "Mendl Sans Dusk", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Mendl Sans Dusk", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  word-spacing: 0.12em;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 65px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 30px;
}

p {
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
}

@media (max-width: 768px) {
  h1 {
    font-size: 63px;
  }
  h2 {
    font-size: 45.5px;
  }
  h3 {
    font-size: 33.6px;
  }
  h4 {
    font-size: 21px;
  }
  p {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 32.5px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: clamp(15px, 3.5vw, 18px);
  }
  p {
    font-size: 21px;
  }
}
a {
  text-decoration: none;
}

#about, #free-coins, #faq {
  scroll-margin-top: 90px;
}

/*
 * Common Header Components
 */
.header, .mobile-header, .desktop-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #023e36;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(50px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.header__logo img {
  width: auto;
}
.scrolled .header__logo {
  opacity: 1;
  transform: translateX(-50%) translateX(0);
}
.header__nav {
  z-index: 1;
}
.header__nav a {
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
}
.header__nav a:hover {
  color: #00ffd5;
}
.header__line-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  text-align: center;
  z-index: 10;
  transform: translateY(50%);
}
.header__line-container .header__line {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1440px) {
  .header__line-container .header__line {
    height: 38px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .header__line-container .header__line {
    height: 32px;
  }
}

/* 
 * Desktop Header 
 */
.desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(120px, 12vw, 170px);
  padding: 0 clamp(16px, 6vw, 80px);
}
.desktop-header .header__logo img {
  max-height: clamp(60px, 8vw, 120px);
  max-width: 22vw;
}
.desktop-header .header__nav {
  display: flex;
  gap: clamp(8px, 2vw, 24px);
  max-width: min(700px, 40vw);
  justify-content: center;
}
.desktop-header .header__nav a {
  font-size: clamp(16px, 1.2vw, 24px);
}
.desktop-header .play-button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/playnow_btn_big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(120px, 18vw, 280px);
  height: clamp(40px, 6vw, 87px);
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
}
.desktop-header .play-button:hover {
  transform: scale(1.05);
}
.desktop-header.scrolled .play-button {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
@media (max-width: 992px) {
  .desktop-header {
    height: clamp(90px, 8vw, 140px);
    padding: 0 clamp(12px, 4vw, 48px);
  }
  .desktop-header .header__logo img {
    max-height: clamp(60px, 10vw, 150px);
  }
  .desktop-header .header__nav a {
    font-size: clamp(14px, 1.5vw, 28px);
  }
  .desktop-header .play-button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    background-image: url("../images/playnow_btn_big.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: clamp(100px, 14vw, 240px);
    height: clamp(32px, 5vw, 75px);
    text-indent: -9999px;
    overflow: hidden;
    transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
  }
  .desktop-header .play-button:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 1024px) {
  .desktop-header {
    display: none;
  }
}

/* 
 * Mobile Header 
 */
.mobile-header {
  display: none;
}
.mobile-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  height: 110px;
  background-color: transparent;
  position: relative;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.scrolled .mobile-header__top {
  background-color: #023e36;
}
.mobile-header__top .header__logo img {
  max-height: 48px;
  max-width: 120px;
}
.mobile-header__top .header__line-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.mobile-header .play-button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/playnow_btn_big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(140px, 50vw, 260px);
  height: clamp(44px, 14vw, 90px);
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}
.mobile-header .play-button:hover {
  transform: scale(1.05);
}
.mobile-header__menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1100;
}
.mobile-header__menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.mobile-header__menu-toggle.active span:first-child {
  transform: translateY(9px) rotate(45deg);
}
.mobile-header__menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-header__menu-toggle.active span:last-child {
  transform: translateY(-9px) rotate(-45deg);
}
.mobile-header__nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #023e36;
  z-index: 1000;
  transition: left 0.3s ease;
}
.mobile-header__nav.active {
  left: 0;
}
.mobile-header__nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 110px;
}
.mobile-header__nav-header .header__logo img {
  max-height: 70px;
  opacity: 1;
  transform: none;
}
.mobile-header__nav .header__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.mobile-header__nav .header__nav a {
  font-size: clamp(18px, 7vw, 32px);
  padding: 20px 0;
}
.mobile-header__nav .mobile-play {
  display: block;
  margin: 0 auto;
}
.mobile-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 90;
}
@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }
}
@media (max-width: 576px) {
  .mobile-header__top {
    padding: 16px;
    height: 90px;
  }
  .mobile-header .header__logo img {
    max-height: 48px;
    max-width: 120px;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .mobile-header__overlay {
  display: block;
}
body.menu-open .mobile-header {
  background-color: #023e36;
  background-image: none;
}
body.menu-open .mobile-header .header__logo {
  opacity: 1;
  transform: translateX(-50%) translateX(0);
}

body {
  transition: padding-top 0.3s ease;
}

.hero {
  position: relative;
  background-image: url("../images/hero_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 967px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .hero {
    height: 860px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 720px;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 580px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: clamp(12px, 3vw, 30px);
  width: clamp(680px, 80vw, 820px);
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .hero__content {
    margin-bottom: clamp(120px, 300px - 18vw, 160px);
  }
}
@media (max-width: 768px) {
  .hero__content {
    width: clamp(520px, 90vw, 640px);
    margin-bottom: clamp(100px, 240px - 18vw, 140px);
  }
}
@media (max-width: 576px) {
  .hero__content {
    width: clamp(320px, 95vw, 500px);
    margin-bottom: clamp(80px, 180px - 18vw, 120px);
    gap: 18px;
  }
}
.hero__character-left-container {
  position: absolute;
  left: calc(21.5vw - 410px);
  bottom: -7%;
  width: 590px;
  z-index: 1;
}
@media (max-width: 1700px) {
  .hero__character-left-container {
    width: 570px;
    left: calc(24vw - 410px);
  }
}
@media (max-width: 1440px) {
  .hero__character-left-container {
    width: 550px;
    left: calc(26vw - 410px);
  }
}
@media (max-width: 1200px) {
  .hero__character-left-container {
    left: calc(28vw - 410px);
  }
}
@media (max-width: 992px) {
  .hero__character-left-container {
    width: 500px;
    left: calc(7vw - 200px);
  }
}
@media (max-width: 768px) {
  .hero__character-left-container {
    width: 410px;
    left: calc(9vw - 200px);
  }
}
@media (max-width: 576px) {
  .hero__character-left-container {
    visibility: hidden;
  }
}
.hero__character-left-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero__adventure-container {
  width: 100%;
  margin: 0 auto;
}
.hero__adventure-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero__logo-container {
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .hero__logo-container {
    width: clamp(58%, 58% + (500px - 95vw) * 0.2, 100%);
  }
}
.hero__logo-container .hero__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero__cta {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/playnow_btn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  aspect-ratio: 19/5;
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}
@media (max-width: 576px) {
  .hero__cta {
    width: clamp(50%, 50% + (500px - 95vw) * 0.2, 80%);
  }
}
.hero__cta:hover {
  transform: scale(1.05);
}

.about {
  position: relative;
  background-color: #fff;
  background-image: url("../images/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding: 80px 40px;
  text-align: center;
  color: #1c1c1c;
  height: 1340px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about {
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .about {
    height: 1340px;
  }
}
@media (max-width: 768px) {
  .about {
    height: 1000px;
  }
}
@media (max-width: 576px) {
  .about {
    height: 780px;
  }
}
.about::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  height: 15%;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 576px) {
  .about::after {
    height: 12%;
  }
}
.about__content {
  display: inline-block;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.about__character-container {
  position: absolute;
  bottom: -34%;
  left: 0%;
  width: 56%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1200px) {
  .about__character-container {
    width: 54%;
    bottom: -40vw;
  }
}
@media (max-width: 576px) {
  .about__character-container {
    bottom: -45vw;
  }
}
.about__character-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about__heading {
  color: #063c2d;
  margin-bottom: 10px;
}
.about__subheading {
  font-weight: normal;
  color: #444;
  margin-bottom: 20px;
}
.about__text {
  color: #063c2d;
}
.about__text strong {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about__br {
    display: none;
  }
}

.success {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-align: center; /* Help with centering */
}
.success::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  height: 20%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}
.success__coins-container {
  position: absolute;
  width: 100%;
  bottom: 1%;
  padding: 3%;
  z-index: 1;
  bottom: 1%;
}
@media (max-width: 1200px) {
  .success__coins-container {
    bottom: -1%;
  }
}
@media (max-width: 768px) {
  .success__coins-container {
    bottom: 1%;
  }
}
@media (max-width: 576px) {
  .success__coins-container {
    bottom: -3%;
  }
}
.success__coins-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.success__character-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 29%;
  z-index: 1;
  transform: translateY(5%);
}
@media (max-width: 1200px) {
  .success__character-container {
    transform: translateY(8%);
  }
}
@media (max-width: 768px) {
  .success__character-container {
    transform: translateY(5%);
  }
}
@media (max-width: 576px) {
  .success__character-container {
    transform: translateY(11%);
  }
}
.success__character-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.success__main-image-container {
  width: 100%;
}
.success__main-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.responsive-text, .free-coins__card-text, .benefits__card-text {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .responsive-text, .free-coins__card-text, .benefits__card-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .responsive-text, .free-coins__card-text, .benefits__card-text {
    font-size: clamp(15px, 3.5vw, 18px);
  }
}

.slider__wrapper, .free-coins__slider-wrapper, .benefits__slider-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .slider__wrapper, .free-coins__slider-wrapper, .benefits__slider-wrapper {
    margin: 0 auto;
  }
}
.slider__btn, .free-coins__slider-btn, .benefits__slider-btn {
  background-image: url("../images/arrow_slider.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 80px;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  text-indent: -9999px; /* Hide the text */
  overflow: hidden;
  transform: rotate(180deg);
}
.slider__btn--prev, .free-coins__slider-btn--prev, .benefits__slider-btn--prev {
  transform: rotate(0deg);
}
.slider__btn:hover, .free-coins__slider-btn:hover, .benefits__slider-btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .slider__btn, .free-coins__slider-btn, .benefits__slider-btn {
    width: 40px;
    height: 60px;
  }
}
.slider__track-wrapper, .free-coins__slider-track-wrapper, .benefits__slider-track-wrapper {
  overflow: hidden;
  flex: 1;
}
.slider__track, .free-coins__slider-track, .benefits__slider-track {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.benefits {
  position: relative;
  background-image: url("../images/benefits_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  text-align: center;
  padding: 80px 40px;
}
@media (max-width: 576px) {
  .benefits {
    padding: 30px 10px;
  }
}
.benefits::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  height: 20%;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}
.benefits::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  height: 20%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}
.benefits__title {
  position: relative;
  color: #063c2d;
  margin-top: 125px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .benefits__title {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .benefits__title {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .benefits__title {
    margin-top: 60px;
  }
}
.benefits__slider-wrapper {
  margin-top: 90px;
  z-index: 100;
  position: relative;
}
.benefits__card {
  flex: 0 0 calc(33.333% - 13.333px);
  min-width: calc(33.333% - 13.333px);
  background-image: url("../images/benefits_card.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 30px 40px;
  box-sizing: border-box;
  height: 545px;
}
.benefits__card-text {
  color: #fff;
  margin-top: 16px;
}
.benefits__card-title {
  color: #fff;
  font-weight: 800;
  margin-top: 32px;
}
.benefits__card-icon img {
  width: auto;
  height: clamp(100px, 12vw, 140px);
  display: block;
  margin: clamp(24px, 5vw, 48px) auto 0;
}
@media (max-width: 1440px) {
  .benefits__card {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
    height: 500px;
    padding: 20px 40px;
  }
}
@media (max-width: 992px) {
  .benefits__card {
    flex: 0 0 100%;
    min-width: 100%;
    height: auto;
    min-height: 420px;
  }
}
@media (max-width: 768px) {
  .benefits__card {
    height: auto;
    min-height: 400px;
    padding: 30px 40px;
  }
  .benefits__card-title {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .benefits__card {
    min-height: 350px;
    padding: 20px 6vw;
  }
}
.benefits__play-button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/playnow_btn_big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(180px, 28vw, 524px);
  height: clamp(64px, 8vw, 170px);
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
  margin: 150px auto 0;
  z-index: 100;
  position: relative;
}
.benefits__play-button:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .benefits__play-button {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .benefits__play-button {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .benefits__play-button {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .benefits__play-button {
    margin-top: 60px;
  }
}

.free-coins-header {
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 160px 5vw;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .free-coins-header {
    padding: 140px 5vw;
  }
}
@media (max-width: 1200px) {
  .free-coins-header {
    padding: 100px 5vw;
  }
}
@media (max-width: 992px) {
  .free-coins-header {
    padding: 100px 5vw;
  }
}
@media (max-width: 768px) {
  .free-coins-header {
    padding: 80px 5vw;
  }
}
@media (max-width: 576px) {
  .free-coins-header {
    padding: 60px 5vw;
  }
}
.free-coins-header__content {
  position: relative;
  width: 800px;
  z-index: 2;
}
@media (max-width: 992px) {
  .free-coins-header__content {
    width: 640px;
  }
}
@media (max-width: 768px) {
  .free-coins-header__content {
    width: 450px;
  }
}
@media (max-width: 576px) {
  .free-coins-header__content {
    width: 326px;
  }
}
.free-coins-header__title {
  font-size: 48px;
  margin-bottom: 16px;
  text-shadow: 0px clamp(2px, 0.7vw, 6px) 0px rgb(0, 0, 0);
  color: #fff;
}
@media (max-width: 992px) {
  .free-coins-header__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .free-coins-header__title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .free-coins-header__title {
    font-size: 32px;
  }
}
.free-coins-header__text {
  font-size: 26px;
  text-shadow: 0px clamp(2px, 0.7vw, 6px) 0px rgb(0, 0, 0);
  line-height: 1.2;
}
@media (max-width: 992px) {
  .free-coins-header__text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .free-coins-header__text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .free-coins-header__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .free-coins-header__br {
    display: none;
  }
}
@media (max-width: 576px) {
  .free-coins-header__br_1 {
    display: none;
  }
}
.free-coins-header__suitcase-container {
  position: absolute;
  transform: translate(-610px, 60px);
  width: 520px;
}
@media (max-width: 1440px) {
  .free-coins-header__suitcase-container {
    transform: translate(-610px, 50px);
    width: 470px;
  }
}
@media (max-width: 1200px) {
  .free-coins-header__suitcase-container {
    transform: translate(-560px, 50px);
    width: 340px;
  }
}
@media (max-width: 992px) {
  .free-coins-header__suitcase-container {
    transform: translate(-420px, 110px);
    width: 280px;
  }
}
@media (max-width: 768px) {
  .free-coins-header__suitcase-container {
    transform: translate(-330px, 90px);
    width: 260px;
  }
}
@media (max-width: 576px) {
  .free-coins-header__suitcase-container {
    transform: translate(-230px, -10px);
    width: 200px;
  }
}
.free-coins-header__chest-container {
  position: absolute;
  transform: translate(580px, 50px);
  width: 480px;
}
@media (max-width: 1440px) {
  .free-coins-header__chest-container {
    transform: translate(580px, 40px);
    width: 420px;
  }
}
@media (max-width: 1200px) {
  .free-coins-header__chest-container {
    transform: translate(550px, 30px);
    width: 320px;
  }
}
@media (max-width: 992px) {
  .free-coins-header__chest-container {
    transform: translate(400px, 100px);
    width: 240px;
  }
}
@media (max-width: 768px) {
  .free-coins-header__chest-container {
    transform: translate(310px, 90px);
    width: 220px;
  }
}
@media (max-width: 576px) {
  .free-coins-header__chest-container {
    transform: translate(220px, -30px);
    width: 180px;
  }
}

.free-coins {
  background-color: #023e36;
  background-image: url("../images/free_coins_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  text-align: center;
  position: relative;
}
.free-coins__content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1px 40px;
  z-index: 2;
}
@media (max-width: 576px) {
  .free-coins__content {
    padding: 1px 10px;
  }
}
.free-coins__title {
  margin-bottom: 16px;
  color: #fff;
}
.free-coins__text {
  text-shadow: 0px clamp(2px, 0.7vw, 6px) 0px rgb(0, 0, 0);
}
.free-coins__slider-wrapper {
  margin-top: 40px;
  z-index: 100;
  position: relative;
}
@media (max-width: 1200px) {
  .free-coins__slider-wrapper {
    margin-top: 0;
  }
}
.free-coins__slider-track-wrapper {
  padding-bottom: 55px;
}
.free-coins__card {
  position: relative;
  flex: 0 0 calc(33.333% - 13.333px);
  min-width: calc(33.333% - 13.333px);
  background-image: url("../images/free_coins_card.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 30px 40px;
  box-sizing: border-box;
  text-align: center;
  height: 560px;
}
.free-coins__card-text {
  margin-top: 16px;
  font-weight: 500;
}
.free-coins__card-title {
  font-weight: 800;
  margin-top: 32px;
}
.free-coins__card-icon img {
  width: auto;
  height: clamp(100px, 12vw, 140px);
  display: block;
  margin: clamp(24px, 5vw, 48px) auto 0;
}
.free-coins__card-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/claim_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 280px;
  height: 110px;
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.free-coins__card-button:hover {
  transform: translate(-50%, 50%) scale(1.05);
}
@media (max-width: 1700px) {
  .free-coins__card {
    height: 590px;
  }
}
@media (max-width: 1440px) {
  .free-coins__card {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
    height: 520px;
    padding: 20px 40px;
  }
  .free-coins__card-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    background-image: url("../images/claim_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 260px;
    height: 95px;
    text-indent: -9999px;
    overflow: hidden;
    transition: transform 0.2s ease;
  }
}
@media (max-width: 1200px) {
  .free-coins__card {
    padding: 20px 30px;
    min-height: 540px;
  }
}
@media (max-width: 1024px) {
  .free-coins__card {
    padding: 20px 20px;
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .free-coins__card {
    flex: 0 0 100%;
    min-width: 100%;
    height: auto;
    min-height: 460px;
    padding: 30px 40px;
  }
  .free-coins__card-button {
    bottom: 45px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    background-image: url("../images/claim_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 80px;
    text-indent: -9999px;
    overflow: hidden;
    transition: transform 0.2s ease;
  }
}
@media (max-width: 768px) {
  .free-coins__card {
    padding: 40px 40px;
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .free-coins__card {
    padding: 30px 6vw;
    min-height: 400px;
  }
  .free-coins__card-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    background-image: url("../images/claim_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: clamp(160px, 40vw, 220px);
    height: clamp(60px, 15vw, 80px);
    text-indent: -9999px;
    overflow: hidden;
    transition: transform 0.2s ease;
  }
}

.faq {
  position: relative;
  background-color: #f9f9f9;
  text-align: center;
  color: #023e36;
  padding: 80px 40px;
  padding-bottom: clamp(100px, 12vw, 120px);
}
@media (max-width: 768px) {
  .faq {
    padding: 40px 20px;
    padding-bottom: 60px;
  }
}
.faq::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  height: 20%;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}
.faq__title {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .faq__title {
    font-size: clamp(20px, 6vw, 32px);
  }
}
.faq__list {
  max-width: clamp(320px, 90vw, 1000px);
  margin: 0 auto;
  text-align: left;
  z-index: 100;
  position: relative;
}
@media (max-width: 576px) {
  .faq__list {
    max-width: 98vw;
    padding: 0 2vw;
  }
}
.faq__item {
  border-bottom: 1px solid #ccc;
  padding: clamp(10px, 2vw, 24px) 0;
}
.faq__item--open .faq__question-arrow {
  transform: rotate(180deg);
}
.faq__item--open .faq__answer {
  max-height: 500px;
  margin-top: clamp(6px, 1vw, 18px);
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 20px);
  padding: 0;
  position: relative;
  color: #023e36;
}
@media (max-width: 576px) {
  .faq__question {
    gap: 8px;
  }
}
.faq__question-icon {
  width: clamp(28px, 6vw, 54px);
  height: clamp(20px, 5vw, 45px);
  flex-shrink: 0;
  background-image: url("../images/faq_point.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .faq__question-icon {
    width: 28px;
    height: 20px;
  }
}
.faq__question-text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.faq__question-arrow {
  width: clamp(16px, 4vw, 28px);
  height: clamp(10px, 2vw, 16px);
  background-image: url("../images/arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
  margin-left: 10px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #333;
  margin-left: clamp(12px, 3vw, 32px);
}
@media (max-width: 576px) {
  .faq__answer {
    margin-left: 8px;
  }
}
.faq__answer a {
  color: #007bff;
  text-decoration: none;
}

.promo {
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.promo::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 100;
  top: 0;
  height: 15%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}
.promo__character-container {
  position: absolute;
  bottom: -3%;
  left: calc(17% - 320px);
  width: 40%;
  z-index: 10;
  transform: translateY(2%);
}
@media (max-width: 1700px) {
  .promo__character-container {
    left: -4%;
  }
}
@media (max-width: 1440px) {
  .promo__character-container {
    left: -7%;
  }
}
@media (max-width: 1200px) {
  .promo__character-container {
    left: -9%;
    transform: translateY(4%);
  }
}
@media (max-width: 1024px) {
  .promo__character-container {
    left: -11%;
  }
}
@media (max-width: 768px) {
  .promo__character-container {
    left: -11%;
    transform: translateY(5%);
  }
}
@media (max-width: 576px) {
  .promo__character-container {
    left: -13%;
    transform: translateY(4%);
  }
}
.promo__character-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.promo__content {
  width: clamp(240px, 80vw, 640px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  gap: clamp(12px, 3vw, 24px);
  margin-top: 22vw;
  margin-bottom: 10vw;
}
.promo__heading-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.promo__button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url("../images/playnow_btn_big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(190px, 60vw, 490px);
  height: clamp(60px, 19vw, 154px);
  text-indent: -9999px;
  overflow: hidden;
  transition: transform 0.2s ease, width 0.3s ease, height 0.3s ease;
}
.promo__button:hover {
  transform: scale(1.05);
}
.promo__bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.promo__bg-container div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.promo__bg-container div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.promo__bg {
  z-index: 0;
}
.promo__bg-right {
  z-index: 2;
}

.footer {
  background-color: #004b3b;
  color: white;
  padding: clamp(24px, 6vw, 64px) clamp(12px, 4vw, 32px);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.6;
}
.footer__content {
  max-width: clamp(320px, 96vw, 1440px);
  margin: 0 auto;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(18px, 4vw, 44px);
  flex-wrap: wrap;
}
.footer__top p {
  margin: 0;
  font-size: clamp(16px, 2vw, 24px);
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: clamp(12px, 3vw, 24px);
  }
  .footer__top p {
    font-size: clamp(15px, 3vw, 18px);
  }
}
.footer__apps {
  display: flex;
  gap: 10px;
}
.footer__apps img {
  height: clamp(24px, 4vw, 36px);
}
@media (max-width: 768px) {
  .footer__apps {
    gap: 8px;
  }
  .footer__apps img {
    height: clamp(18px, 5vw, 32px);
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #009a92;
  border-top: 1px solid #009a92;
  padding: clamp(18px, 4vw, 44px) 0;
  margin-bottom: clamp(12px, 3vw, 32px);
}
.footer__links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 21px);
}
@media (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: clamp(10px, 3vw, 24px) 0;
  }
  .footer__links a {
    font-size: clamp(13px, 3vw, 18px);
  }
}
.footer__legal p {
  margin-bottom: 16px;
  font-size: clamp(13px, 2vw, 21px);
  line-height: clamp(18px, 3vw, 28px);
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__legal p {
    padding-left: 0;
    padding-right: 0;
    font-size: clamp(12px, 2vw, 16px);
    line-height: clamp(16px, 3vw, 22px);
  }
}

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