/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* DESKTOP CSS */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.menu-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2vh 2vw;
  padding-bottom: 20px;
}

.desktop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: url("../image/bg-pc.webp") no-repeat center center;
  background-size: cover;
  background-color: #161920;
  position: absolute;
  overflow: hidden;
}

.title-group {
  width: 100%;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: -72px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0vh;
}

.title-img {
  width: 25%;
  height: auto;
  margin-bottom: 1vh;
}

.games-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.games-frame {
  position: relative;
  width: 100%;
  margin-top: 220px;
}

.games-title {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.carousel-wrapper {
  width: 90%;
  overflow: hidden;
  margin-top: -124px;
  padding: 0px 60px;
  margin-left: 50px;
}

.carousel-wrapper::before,
.carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.carousel-wrapper::before {
  left: 0;
}

.carousel-wrapper::after {
  right: 0;
}

.carousel {
  display: flex;
  position: relative;
  animation: scroll 60s linear infinite;
}

.carousel:hover {
  animation-play-state: paused;
}

.game-item {
  flex: 0 0 clamp(80px, 12vw, 120px);
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.game-item:hover {
  transform: scale(1.1);
}

.game-item img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * (11 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
    );
  }
}

.linkbox-section {
  position: relative;
  z-index: 2;
  height: 300px;
  max-width: 1200px;
  margin: auto;
  margin-top: 350px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.left-section img {
  width: 150%;
  height: auto;
  margin-top: -62px;
  margin-left: -40px;
}

.right-section {
  width: 150%;
  height: auto;
  margin-top: -70px;
}

.right-section img {
  position: relative;
  width: 50%;
  height: auto;
  top: 30px;
  left: 140px;
}

.grid-container {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  top: 35px;
  right: 180px;
}

.card-item-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  justify-content: center;
}

.signal-strengh {
  z-index: 1;
  position: absolute;
  font-size: 20px;
  color: #3dff4a;
  font-weight: bold;
  top: 53px;
  left: 207px;
}

.link-button-pc {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  top: 58px;
  left: -4px;

  .link-icon-pc {
    position: absolute;
    height: auto;
    width: 20px;
    top: 45px;
    left: 200px;
  }
  .link-text {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    top: 45px;
    left: 230px;
  }
}

.card-item-pc img {
  width: 100%;
  height: 100px;
}

.download-btn {
  position: absolute;
  top: 398px;
  left: 536px;

  .btn-ios-pc {
    position: absolute;
    width: auto;
    height: 50px;
    left: 242px;
    top: -40px;
  }
  .btn-android-pc {
    position: absolute;
    width: auto;
    height: 50px;
    left: 380px;
    top: -40px;
  }
}

.social-icons {
  position: fixed;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: -3.5vh;
  z-index: 100;
}

.social-icon {
  width: clamp(50px, 4vw, 70px);
  height: clamp(50px, 4vw, 70px);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 768px) and (max-height: 1024px) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 290px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 50%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 54px;
    right: 207px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 34px;
    left: -39px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 40px;
    left: 180px;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .right-section {
    width: 150%;
    height: auto;
    margin-left: -107px;
    margin-top: -6px;
  }

  .left-section img {
    width: 130%;
    height: auto;
    margin-top: 0px;
    margin-left: -10px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -70px;
  }

  .game-item img {
    width: 66%;
    height: 66%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 286px;
    left: 200px;
    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 225px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 305px;
      top: -18px;
    }
  }
}

@media (min-width: 853px) and (min-height: 1280px) and (max-height: 1280px) and (orientation: portrait) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 407px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 50% !important;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 68px;
    right: 232px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 34px;
    left: -39px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 40px;
    left: 180px;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .right-section {
    width: 150%;
    height: auto;
    margin-left: -107px;
    margin-top: -6px;
  }

  .left-section img {
    width: 130%;
    height: auto;
    margin-top: 0px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -75px;
  }

  .game-item img {
    width: 66%;
    height: 66%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 314px;
    left: 248px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 225px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 305px;
      top: -18px;
    }
  }
}

@media (min-width: 912px) and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .title-img {
    width: 50%;
    height: auto;
    margin-bottom: 1vh;
  }
  .linkbox-section {
    position: relative;
    z-index: 2;
    height: 300px;
    max-width: 1200px;
    margin: auto;
    margin-top: 414px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    top: 69px;
    right: 267px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 32px;
    left: -36px;
  }

  .games-container {
    max-width: 860px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 44px;
    left: 181px;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .right-section {
    width: 150%;
    height: auto;
    margin-left: -131px;
    margin-top: -8px;
  }

  .left-section img {
    width: 120%;
    height: auto;
    margin-left: -9px;
    margin-top: 27px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -87px;
  }

  .game-item img {
    width: 66%;
    height: 66%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 331px;
    left: 267px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 225px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 305px;
      top: -18px;
    }
  }
}

@media (min-width: 820px) and (max-width: 820px) and (max-height: 1180px) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 365px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 50%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 63px;
    right: 222px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 34px;
    left: -39px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 40px;
    left: 180px;
  }

  .card-item-pc img {
    width: auto;
    height: 70px;
  }

  .right-section {
    width: 150%;
    height: auto;
    margin-left: -107px;
    margin-top: -6px;
  }

  .left-section img {
    width: 130%;
    height: auto;
    margin-top: 0px;
    margin-left: -10px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -74px;
  }

  .game-item img {
    width: 66%;
    height: 66%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 304px;
    left: 230px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 225px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 30px;
      left: 305px;
      top: -18px;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-top: 365px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 50%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 80px;
    right: 219px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 50px;
    left: -22px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 46px;
    left: 193px;
  }

  .card-item-pc img {
    width: auto;
    height: 90px;
  }

  .right-section {
    width: 150%;
    height: auto;
    margin-left: -78px;
    margin-top: -6px;
  }

  .left-section img {
    width: 130%;
    height: auto;
    margin-top: 0px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-left: -60px;
  }

  .carousel-wrapper {
    width: 111%;
    overflow: hidden;
    margin-top: -90px;
    margin-left: -24px;
  }

  .game-item img {
    width: 66%;
    height: 66%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 367px;
    left: 372px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 203px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 315px;
      top: -18px;
    }
  }

  .games-title {
    width: 120%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 600px) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    /* margin-top: 365px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 30%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 270px;
    right: 287px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 42px;
    left: -22px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 46px;
    left: 193px;
  }

  .card-item-pc img {
    width: auto;
    height: 80px;
  }

  .right-section {
    width: 128%;
    height: auto;
    margin-left: -100px;
    margin-top: 199px;
  }

  .left-section img {
    width: 115%;
    height: auto;
    margin-left: 38px;
    margin-top: 213px;
  }

  .games-frame {
    width: 100%;
    margin-top: 260px;
    margin-left: 18px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -75px;
    margin-left: 50px !important;
  }

  .game-item img {
    width: 55%;
    height: 55%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 521px;
    left: 341px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 203px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 315px;
      top: -18px;
    }
  }

  .games-title {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

/* @media (min-width: 1368px) and (max-height: 912px) {
  .linkbox-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .title-img {
    width: 30%;
    height: auto;
    margin-bottom: 1vh;
  }
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: 270px;
    right: 287px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 42px;
    left: -22px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    color: #3dff4a;
    font-weight: bold;
    top: 46px;
    left: 193px;
  }

  .card-item-pc img {
    width: auto;
    height: 80px;
  }

  .right-section {
    width: 128%;
    height: auto;
    margin-left: -26px;
    margin-top: 167px;
  }

  .left-section img {
    width: 110%;
    height: auto;
    margin-left: 119px;
    margin-top: 182px;
  }

  .games-frame {
    width: 100%;
    margin-top: 260px;
    margin-left: 18px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -75px;
    margin-left: 50px !important;
  }

  .game-item img {
    width: 55%;
    height: 55%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 554px;
    left: 551px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 203px;
      top: -18px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 42px;
      left: 315px;
      top: -18px;
    }
  }

  .games-title {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
} */

@media (min-width: 1280px) and (max-width: 1280px) and (max-height: 800px) {
  .grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    top: -47px;
    right: 335px;
  }

  .link-button-pc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 49px;
    left: -19px;
  }

  .games-container {
    max-width: 700px;
    position: relative;
    margin: auto;
  }
  .signal-strengh {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 47px;
    left: 194px;
  }

  .card-item-pc img {
    width: auto;
    height: 90px;
  }

  .right-section {
    width: 120%;
    height: auto;
    margin-left: -82px;
    margin-top: -130px;
  }

  .left-section img {
    width: 111%;
    height: auto;
    margin-top: -117px;
    margin-left: 80px;
  }

  .games-frame {
    position: relative;
    width: 100%;
    margin-top: 0px;
  }

  .carousel-wrapper {
    width: 90%;
    overflow: hidden;
    margin-top: -70px;
  }

  .game-item img {
    width: 50%;
    height: 50%;
    object-fit: cover;
  }

  .download-btn {
    position: absolute;
    top: 247px;
    left: 449px;

    .btn-ios-pc {
      position: absolute;
      width: auto;
      height: 47px;
      left: 223px;
      top: -32px;
    }
    .btn-android-pc {
      position: absolute;
      width: auto;
      height: 47px;
      left: 343px;
      top: -32px;
    }
  }
}

/* END DESSKTOP CSS */

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
    width: 100%;
    position: absolute;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    /* overflow: hidden;
    min-height: 100vh; */
    padding: 200px 0px;
  }

  .mobile-title-img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }

  .mobile-character-img {
    padding: 10px;
    width: 100%;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  }

  .mobile-container {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    position: relative;
    box-sizing: border-box;
    gap: 15px 0;
    min-height: 100vh;
  }

  .mobile-section-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    align-self: center;
    top: -195px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 409px;
    left: -207px;
  }

  .card-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    justify-content: center;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
    margin-top: -284px;
    padding: 10px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 411px;
    left: -207px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 50px;
      left: 242px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 50px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 771px;
    left: 0px;
    padding: 10px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 220px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -86px;
    margin-left: 44px;
  }

  .carousel-wrapper-mobile::before,
  .carousel-wrapper-mobile::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .carousel-wrapper-mobile::before {
    left: 0;
  }

  .carousel-wrapper-mobile::after {
    right: 0;
  }

  .carousel-mobile {
    display: flex;
    position: relative;
    animation: scroll 60s linear infinite;
  }

  .carousel-mobile:hover {
    animation-play-state: paused;
  }

  .game-item-mobile {
    flex: 0 0 clamp(80px, 12vw, 120px);
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .game-item-mobile:hover {
    transform: scale(1.1);
  }

  .game-item-mobile img {
    width: 80%;
    height: 80%;
    object-fit: cover;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(
        calc(-1 * (11 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
      );
    }
  }

  .frame-carousel {
    padding: 10px;
    width: 100%;
  }

  .link-access-frame-mobile {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin: auto;
  }

  .link-buttons-container-mobile {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 80%;
    max-width: 320px;
    z-index: 10;
  }

  .frame-download {
    width: 100%;
    height: auto;
  }

  .frame-item {
    position: absolute;
  }

  .mobile-social-btn {
    display: block;
    transition: transform 0.3s ease;
  }

  .mobile-social-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-social-btn:hover {
    transform: scale(1.05);
  }

  .mobile-social-btn:active {
    transform: scale(0.95);
  }
}

@media (min-width: 360px) and (max-width: 411px) and (max-height: 957px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -56px;
  }

  .card-item-mobile img {
    width: 90%;
    height: auto;
  }

  .signal-strengh-mobile {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 11px;
    left: 47px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 7px;
    left: -160px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 18px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 350px;
    left: -232px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }
  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 316px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }
}

@media (min-width: 390px) and (max-width: 400px) and (max-height: 844px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -78px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -305px;
  }

  .signal-strengh-mobile {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 13px;
    left: 51px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 12px;
    left: -160px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 377px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }
  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 350px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 365px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 810px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }
}

@media (min-width: 412px) and (max-height: 957px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -37px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-top: -330px;
  }

  .signal-strengh-mobile {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 13px;
    left: 51px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 20px;
    left: -160px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 400px;
    left: -214px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }
  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 400px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 350px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 400px;
  }

  .carousel-wrapper-mobile {
    width: 80%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 880px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 343px) and (max-width: 344px) and (max-height: 882px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -40px;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }
  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -280px !important;
  }

  .signal-strengh-mobile {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 13px !important;
    left: 42px !important;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 9px !important;
    left: -170px !important;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 14px;
      top: 48px;
      left: 210px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 48px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 334px !important;
    left: -239px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }
  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 337px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 300px;
  }

  .carousel-wrapper-mobile {
    width: 75%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -84px !important;
    margin-left: 44px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 846px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 375px) and (max-width: 389px) and (max-height: 812px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -60px;
  }

  .card-item-mobile img {
    width: 80%;
    height: auto;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
    margin-top: -300px;
  }

  .signal-strengh-mobile {
    z-index: 1;
    position: absolute;
    font-size: 24px;
    color: #3dff4a;
    font-weight: bold;
    top: 9px;
    left: 50px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 6px;
    left: -155px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 14px;
      top: 48px;
      left: 210px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 48px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 364px;
    left: -231px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }
  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 310px;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 290px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 300px;
  }

  .carousel-wrapper-mobile {
    width: 75%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -88px;
    margin-left: 44px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 700px;
    left: 0px;
    padding: 10px;
  }
}

@media (max-width: 430px) and (min-height: 932px) and (max-height: 957px) {
  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -344px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 27px;
    left: -151px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 412px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -95px;
    margin-left: 44px;
  }
}

@media (min-width: 412px) and (max-width: 412px) and (min-height: 915px) and (max-height: 957px) {
  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 400px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 880px;
    left: 0px;
    padding: 10px;
  }
}

@media (max-width: 402px) and (min-height: 932px) and (max-height: 957px) {
  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -344px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 27px;
    left: -151px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .download-btn-mobile {
    position: absolute;
    top: 412px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }
}

@media (max-width: 402px) and (min-height: 873px) and (max-height: 957px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -33px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -320px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 14px;
    left: -155px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 380px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 388px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 430px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px;
    left: 0px;
    padding: 10px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }
}

@media (min-width: 393px) and (max-height: 852px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -33px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -310px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 14px;
    left: -155px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 380px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 380px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 390px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .carousel-wrapper-mobile {
    width: 74%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -90px;
    margin-left: 44px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 850px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 440px) and (max-height: 956px) {
  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -33px;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -352px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 28px;
    left: -143px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 425px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 422px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 460px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 330px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 925px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 540px) and (max-width: 540px) and (max-height: 720px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
    width: 100%;
    position: absolute;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    /* overflow: hidden;
    min-height: 100vh; */
    padding: 400px 0px;
  }

  .mobile-title-img {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  .card-item-mobile img {
    width: 100%;
    height: auto;
  }

  .mobile-character-img {
    padding: 10px;
    width: 100%;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  }

  .mobile-container {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    position: relative;
    box-sizing: border-box;
    gap: 15px 0;
    min-height: 100vh;
  }

  .signal-strengh-mobile {
    top: 27px !important;
    left: 87px !important;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 52px !important;
    left: -132px !important;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 18px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .mobile-section-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    display: flex;
    align-self: center;
    top: -390px;
  }

  .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -211px;
  }

  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 330px !important;
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 510px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 512px !important;
    left: -176px !important;
  }

  .card-item-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    justify-content: center;
  }

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
    margin-top: -430px !important;
    padding: 10px !important;
  }

  .download-btn-mobile {
    position: absolute;
    top: 513px !important;
    left: -163px !important;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 50px !important;
      left: 242px !important;
      top: -40px !important;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 50px !important;
      left: 370px !important;
      top: -40px !important;
    }
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 890px !important;
    left: 0px !important;
    padding: 10px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 340px !important;
  }

  .carousel-wrapper-mobile {
    width: 85%;
    overflow: hidden;
    padding: 0px 60px;
    margin-top: -107px;
    margin-left: 44px;
  }

  .carousel-wrapper-mobile::before,
  .carousel-wrapper-mobile::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .carousel-wrapper-mobile::before {
    left: 0;
  }

  .carousel-wrapper-mobile::after {
    right: 0;
  }

  .carousel-mobile {
    display: flex;
    position: relative;
    animation: scroll 60s linear infinite;
  }

  .carousel-mobile:hover {
    animation-play-state: paused;
  }

  .game-item-mobile {
    flex: 0 0 clamp(80px, 12vw, 120px);
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .game-item-mobile:hover {
    transform: scale(1.1);
  }

  .game-item-mobile img {
    width: 80%;
    height: 80%;
    object-fit: cover;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(
        calc(-1 * (11 * (clamp(80px, 12vw, 120px) + clamp(8px, 2vw, 16px))))
      );
    }
  }

  .frame-carousel {
    padding: 10px;
    width: 100%;
  }

  .link-access-frame-mobile {
    width: 100%;
    max-width: 90%;
    padding: 0;
    margin: auto;
  }

  .link-buttons-container-mobile {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 80%;
    max-width: 320px;
    z-index: 10;
  }

  .frame-download {
    width: 100%;
    height: auto;
  }

  .frame-item {
    position: absolute;
  }

  .mobile-social-btn {
    display: block;
    transition: transform 0.3s ease;
  }

  .mobile-social-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-social-btn:hover {
    transform: scale(1.05);
  }

  .mobile-social-btn:active {
    transform: scale(0.95);
  }
}

@media (min-width: 414px) and (max-height: 896px) {
  /* .mobile-section-4 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: -33px;
  } */

  .grid-container-mobile {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 12px;
    margin-top: -330px;
  }

  .signal-strengh-mobile {
    top: 18px;
    left: 58px;
  }

  .link-button-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
    top: 24px;
    left: -155px;

    .link-icon-mobile {
      position: absolute;
      height: auto;
      width: 20px;
      top: 45px;
      left: 200px;
    }
    .link-text-mobile {
      position: absolute;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      top: 45px;
      left: 230px;
    }
  }

  .mobile-section-5 {
    max-width: 100%;
    position: absolute;
    top: 410px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 400px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 273px;
      top: -40px;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 380px;
      top: -40px;
    }
  }

  .mobile-carousel-section {
    max-width: 100%;
    position: absolute;
    top: 390px;
  }

  .game-frame-mobile {
    position: relative;
    width: 100%;
    margin-top: 340px;
  }

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 850px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 428px) and (max-height: 926px) {
  .download-btn-mobile {
    position: absolute;
    top: 412px;
  }
}
