@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #15171a;
  font-family: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

.main-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.header-container {
  position: relative;
  width: 100%;
  background: url('../../style/imgs/container-1-bg.75dd4829.png') no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1122/1401;
}

.header-container .header-logo {
  width: 40vw;
  max-width: 150px;
  position: absolute;
  top: 20px;
  left: 15px;
}

.header-container .header-title {
  width: 75vw;
  max-width: 320px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
}

.jackpot {
  position: relative;
  max-width: 100%;
  padding: 0 18px;
}

.aviator {
  max-width: 100%;
  padding: 0 32px;
  margin-bottom: 28px;
}

.banner-container {
  padding: 0 20px;
}

.banner-container .banner-img {
  max-width: 100%;
  margin-bottom: 28px;
}

.wheel-container .earning-mission-text {
  margin-bottom: 26px;
  font-size: clamp(14px, 4vw, 20px);
  text-align: center;
}

.wheel-container .wheel-inner {
  position: relative;
  background: url('../../style/imgs/container-3-bg.0aeadf48.png') no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 375 / 304;
  margin-bottom: 28px;
}

.wheel-inner-item-list {
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  width: 100%;
  padding: 0 15px;
}

.wheel-inner-item {
  position: relative;
  background: url('../../style/imgs/container-3-item-bg.6dcc7e04.png') no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 105 / 100;
  width: 100%;
}

.wheel-inner-item img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 10vw;
  max-width: 50px;
}

.wheel-inner-item span {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  font-size: clamp(12px, 3.2vw, 16px);
}

.game-container .game-text {
  margin-bottom: 28px;
  font-size: clamp(26px, 7vw, 36px);
  text-align: center;
}

.game-container .game-sub-text {
  margin-bottom: 28px;
  font-size: clamp(16px, 4.2vw, 22px);
  text-align: center;
  color: #fff;
}

.game-container,
.platform-container {
  overflow: hidden;
}

.game-container .game-list,
.platform-container .platform-list {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: visible;
  margin-bottom: 28px;
  animation: scroll 20s linear infinite;
}

.game-container .game-list.reverse,
.platform-container .platform-list.reverse {
  animation: scroll-revers 20s linear infinite;
}

.game-container .game-list .game-item {
  width: 20vw;
  max-width: 100px;
}

.support-center {
  max-width: 100%;
  margin-bottom: 20px;
}

.support-center-section {
  max-width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.support-center-bg {
  width: 100px;
  background-color: #14741E;
  border-radius: 50%;
  filter: blur(50px);
  aspect-ratio: 1/1;
  width: 80%;
  z-index: 0;
  display: flex;
  margin: auto;
}

.support-center-text {
  max-width: 80%;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.support-center-rabbit {
  max-width: 80%;
  height: 80%;
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  aspect-ratio: 678/960;
  transform: translate(-50%, -50%);
}

.support-center-green-box {
  background: linear-gradient(180deg, #008428 0%, #6CA403 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3px;
  padding: 10px 10px;
  border-radius: 8px;
  line-height: 12px;
}

.support-center-green-box::after {
  content: url('../../style/imgs/support-center/green-check.33c5c244.svg'); /* Replace with your image path */
  position: absolute;
  top: -5px;
  right: -5px;
  height: auto;
}

.yellow {
  color: #FFD000;
  font-family: Inter;
  font-weight: 900;
  font-size: 10.07px;
  letter-spacing: 0px;
  text-transform: capitalize;

}

.white {
  color: #fff;
  font-family: Inter;
  font-weight: 900;
  font-size: 10.07px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.right1 {
  width: 113px;
  position: absolute;
  z-index: 1;
  top: 38%;
  left: 50%;
  transform: translate(49%, 0%);
}

.right2 {
  width: 92px;
  position: absolute;
  z-index: 1;
  top: 67%;
  left: 50%;
  transform: translate(90%, 0%);
}

.right3 {
  width: 135px;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 0%;
  transform: translate(10%, 0%);
}

.right4 {
  width: 105px;
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 0%;
  transform: translate(40%, 0%);
}

.right5 {
  width: 85px;
  position: absolute;
  z-index: 1;
  top: 82%;
  left: 0%;
  transform: translate(42%, 0%);
}

.year-best-section {
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.google-text {
  position: relative;
  z-index: 1;
}

.google-text::after {
  content: url('../../style/imgs/support-center/trophy.82cac52b.png'); /* Replace with your image path */
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translate(-10%, -95%);
  width: 30px;
  height: 30px;
  z-index: -1;
}

.grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 90%;
  gap: 20px;
}

.grid-item {
  display: grid;
  grid-template-rows: 0.6fr 0.4fr;
  background: linear-gradient(90deg, #008844 0%, #73E52B 100%);
  border: 2px solid #F1C77A;
  border-radius: 8px;
  overflow: hidden;
}

.grid-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.grid-desc span {
  font-size: 14px;
  text-align: center;
}

.platform-container .platform-list {
  gap: 16px;
  margin-bottom: 10px;
}

.platform-container .platform-list .platform-item {
  width: 26vw;
  max-width: 98px;
  border-radius: 8px;
}

.bottom-placeholder {
  margin-bottom: 60px;
}

.download-btn-container {
  position: sticky;
  bottom: 20px;
  z-index: 1;
}

.download-btn-container .download-btn-flag {
  position: absolute;
  z-index: -1;
  top: -60%;
  right: 7px;
  background: url('../../style/imgs/flag.d55b1230.png') no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 142 / 39;
  padding: 2% 5px 0;
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 3.2vw, 16px);
  text-align: center;
  animation: anim-get 6s infinite linear;
  animation-delay: 2s;
}

.download-btn {
  position: relative;
  height: 48px;
  width: calc(100% - 40px);
  background: linear-gradient(180deg, #fffeee 0, #fff67f 42%, #fe9400 72%, #ffed39 100%);
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  margin: 4px 20px;
}

.download-btn:active {
  opacity: 0.9;
  transform: translateY(4px);
}

.download-btn .light {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.download-btn .light::after {
  content: "";
  position: absolute;
  background: url('../../style/imgs/light.ea8c56ea.png') no-repeat;
  background-size: 100% 100%;
  top: 0;
  width: 72px;
  height: 100%;
  animation: light 3s linear infinite;
}

.download-btn-content {
  font-weight: 700;
  font-size: 20px;
  color: #1b112b;
  font-family: 'Inter';
}

.linear-text {
  background: linear-gradient(91.84deg, #fff68b 1.52%, #fe9904 28.29%, #fe9a04 60.95%, #ffd82c 79.95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes scroll-revers {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes light {
  0% {
    transform: translateX(-500px);
  }
  75% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(500px);
  }
}

@keyframes anim-get {
  0% {
    transform: scale(0.2);
    transform-origin: left bottom;
  }

  10% {
    transform: scale(1);
    transform-origin: left bottom;
  }

  45% {
    transform: translateX(-0.06667rem) scale(1);
    transform-origin: left bottom;
  }

  50% {
    transform: translateX(0.06667rem) scale(1);
    transform-origin: left bottom;
  }

  55% {
    transform: translateX(-0.06667rem) scale(1);
    transform-origin: left bottom;
  }

  60% {
    transform: translateX(0.06667rem) scale(1);
    transform-origin: left bottom;
  }

  65% {
    transform: translateX(0) scale(1);
    transform-origin: left bottom;
  }

  100% {
    transform: scale(1);
    transform-origin: left bottom;
  }
}
