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

/* DESKTOP CSS */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.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: 500px;
}

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

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

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

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

.info-container {
  position: absolute;
  top: 10px;
  left: 80%;
  transform: translateX(-50%);
  z-index: 5;
}

.info-container img {
  width: 200%;
  height: auto;
  margin-left: -167px;
}

.container {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
}

.link-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}

.circle-item {
  position: relative;
  width: 190px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.circle-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.circle-content {
  position: absolute;
  text-align: center;
  color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}

.circle-content .title {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
}

.circle-content .timing {
  margin-bottom: -8px;
  font-size: 24px;
  font-weight: bold;
  color: #7b6c00;
}

.signal-bar {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signal-bar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 10px;
}

.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;
}

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

.frame-download img {
  height: 150px;
  margin-top: 65px;
}

.button-download-ios {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.button-download-ios img {
  position: absolute;
  height: 83px;
  width: 200px;
  left: 434px;
  top: -175px;
}

.button-download-android {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
}
.button-download-android img {
  position: absolute;
  height: 83px;
  width: 200px;
  left: 650px;
  top: -175px;
}

.info-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
}

.left-info img {
  width: 680px;
  height: 400px;
  display: block;
  margin-top: -30px;
  margin-left: -6px;
  -webkit-mask-image: linear-gradient(
    185deg,
    black 0%,
    black 80%,
    transparent 80%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.right-info img {
  width: 515px;
  height: 285px;
  margin-top: -16px;
}

.link-frame img {
  width: 1200px;
  height: auto;
  margin-top: 0px;
}

.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) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 730px !important;
      height: auto;
    }

    .right-info img {
      width: 515px;
      height: 285px;
      margin-top: -16px;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 400px;
    height: 380px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 258px;
    top: 13px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 13px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 730px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 853px) and (min-height: 1280px) and (max-height: 1280px) and (orientation: portrait) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 800px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 476px;
    height: 436px;
    display: block;
    margin-top: -121px;
    margin-left: -27px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 83%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 300px;
    height: 200px;
    margin-top: 0px;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 99%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 297px;
    top: 5px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 130px;
    left: 440px;
    top: 5px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 815px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 912px) and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 880px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 500px;
    height: 484px;
    display: block;
    margin-top: -115px;
    margin-left: -27px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 344px;
    height: 300px;
    margin-top: -57px;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 99%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 150px;
    left: 310px;
    top: 0px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 150px;
    left: 470px;
    top: 0px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 880px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 820px) and (max-width: 820px) and (max-height: 1180px) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 780px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 434px;
    height: 380px;
    display: block;
    margin-top: -115px;
    margin-left: -27px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 310px;
    height: 245px;
    margin-top: -76px;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 285px;
    top: 13px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 420px;
    top: 13px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 790px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 14px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 990px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 572px;
    height: 484px;
    display: block;
    margin-top: -115px;
    margin-left: -27px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 344px;
    height: 300px;
    margin-top: -57px;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 350px;
    top: -5px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 518px;
    top: -5px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 980px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 600px) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 990px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 406px;
    height: 300px;
    display: block;
    margin-top: -290px;
    margin-left: 105px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 276px;
    height: 196px;
    position: absolute;
    top: -115px;
  }

  .frame-download img {
    margin-top: -80px;
    height: auto;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 350px;
    top: -5px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 518px;
    top: -5px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 980px;
    margin-top: 50px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content .timing {
    font-size: 20px;
    font-weight: bold;
  }

  .signal-bar {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

@media (min-width: 1280px) and (max-width: 1280px) and (max-height: 800px) {
  .info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }

  .link-frame {
    width: 678px !important;
    height: auto;
    margin-top: 0px;

    .link-frame-pc {
      width: 1200px !important;
      height: auto;
    }
  }

  .frame-section img {
    width: 314px;
    height: 244px;
    margin-top: -140px;
  }

  .left-info img {
    width: 452px;
    height: 362px;
    display: block;
    margin-top: -267px;
    margin-left: 168px;
    -webkit-mask-image: linear-gradient(
      185deg,
      black 0%,
      black 80%,
      transparent 80%
    );
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
  }

  .right-info img {
    width: 310px;
    height: 228px;
    position: absolute;
    top: -70px;
  }

  .frame-download img {
    margin-top: -50px;
    height: auto;
    width: 100%;
  }

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-ios img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 433px;
    top: -41px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 60px;
    width: 160px;
    left: 620px;
    top: -41px;
  }

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

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

  .info-container {
    position: absolute;
    top: -30px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .info-container img {
    width: 200%;
    height: auto;
    margin-left: -160px;
  }

  .container {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin-top: 80px;
  }

  .link-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
  }

  .circle-item {
    position: relative;
    width: 190px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle-content {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: -150px;
  }

  .circle-content .title {
    font-weight: bold;
    font-size: 30px;
  }

  .signal-bar {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 10px;
  }

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

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

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

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

  .game-item {
    margin-left: 10px;
  }

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

/* 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;
    padding: 30px 0px 220px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }

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

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

  .mobile-banner-img {
    padding: 10px;
    width: 75%;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }

  .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: -10px;
  }

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

  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 375px;
  }

  .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;
  }

  .mobile-section-5 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    position: absolute;
    top: 280px;
    display: flex;
    padding: 20px;
    gap: 10px;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 39px;
      left: 242px;
      top: 292px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 39px;
      left: 347px;
      top: 292px;
      z-index: 9999;
    }
  }

  .mobile-section-5 img {
    padding-top: 230px;
    width: 100%;
    height: auto;
  }

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

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

  .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);
  }

  .link-mobile-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    max-width: 900px;
    width: 100%;
    position: absolute;
    padding: 10px;
    top: 362px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* margin-bottom: -40px; */
    z-index: 100;
    height: 100%;
  }

  .circle-bg-mobile {
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .circle-content-mobile {
    position: absolute;
    text-align: center;
    color: #ffffff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: -4px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .signal-bar-mobile {
    width: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar-mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 360px) and (max-width: 411px) and (max-height: 957px) {
  .mobile {
    /* padding: 70px 50px 185px; */
    overflow-x: hidden;
    width: 100%;
    min-height: 100svh; /* chuẩn mobile mới, tránh lỗi thanh address */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .ios-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 44px;
  }

  .android-mobile img {
    width: 25%;
    height: auto;
    position: absolute;
    top: 130px;
    left: 147px;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 39px;
      left: 242px;
      top: 314px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 39px;
      left: 347px;
      top: 314px;
      z-index: 9999;
    }
  }

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

  .mobile-section-5 {
    top: 370px;
  }

  .link-mobile-section {
    top: 18px;
  }

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

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

  .mobile-banner-img {
    width: 90%;
  }

  .mobile-section-4 {
    width: 90%;
    top: 190px;
    left: 38px;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 43px;
      left: 242px;
      top: 400px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 43px;
      left: 355px;
      top: 400px;
      z-index: 9999;
    }
  }

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

  .mobile-section-5 {
    top: 443px;
  }

  .link-mobile-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    max-width: 883px;
    width: 100%;
    top: 25px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .circle-bg-mobile {
    position: absolute;
    width: 85%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .circle-content-mobile {
    margin-top: -3px;
    gap: 3px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .signal-bar-mobile {
    width: 125px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signal-bar-mobile img {
    width: 40%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-section-5 img {
    height: auto;
  }

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

  .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: 870px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 412px) and (max-height: 957px) {
  .link-frame-mobile {
    top: 450px;
  }

  .mobile-section-4 {
    top: 220px;
  }

  .link-mobile-section {
    top: 0px;
    padding: 30px;
  }

  .mobile-section-5 {
    top: 450px;
  }

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

  .download-btn-mobile {
    position: absolute;
    top: 523px;
    left: -218px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 250px;
      top: 300px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 373px;
      top: 300px;
      z-index: 9999;
    }
  }

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

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

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -77px;
    margin-left: 182px;
  }

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

  .circle-content-mobile {
    gap: 4px;
    margin-top: -4px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 25px;
  }

  .signal-bar-mobile {
    width: 60px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 343px) and (max-width: 344px) and (max-height: 882px) {
  .mobile {
    padding: 0px 0px 180px !important ;
  }

  .link-frame-mobile {
    top: 454px !important;
  }

  .circle-content-mobile {
    gap: 4px;
  }

  .mobile-section-4 {
    top: 254px !important;
  }

  .mobile-section-5 {
    top: 520px !important;
  }

  .link-mobile-section {
    top: 26px !important;
    padding: 2px !important;
  }

  .download-btn-mobile {
    position: absolute;
    top: 414px !important;
    left: -214px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 35px !important;
      left: 238px !important;
      top: 388px !important;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 35px !important;
      left: 340px !important;
      top: 388px !important;
      z-index: 9999;
    }
  }

  .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;
  }

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

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

  .carousel-wrapper-mobile {
    width: 50%;
    padding: 0px 60px;
    margin-top: -71px !important;
    margin-left: 150px;
  }

  .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 {
    padding: 200px 22px 222px;
  }

  .mobile-banner-img {
    width: 90%;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 35px;
      left: 242px;
      top: 212px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 35px;
      left: 338px;
      top: 212px;
      z-index: 9999;
    }
  }

  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 250px;
  }

  .mobile-section-1 {
    top: -180px;
  }

  .mobile-section-4 {
    top: 33px;
    left: 20px;
  }

  .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;
  }

  .mobile-section-5 {
    top: 260px;
  }

  .mobile-section-5 img {
    height: 400px;
  }

  .link-mobile-section {
    top: 40px;
  }

  .circle-content-mobile {
    margin-top: -4px;
    gap: 3px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 18px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

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

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

  .carousel-wrapper-mobile {
    width: 50%;
    overflow: hidden;
    margin-top: -75px;
    margin-left: 162px;
  }

  .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) {
  .mobile {
    padding: 100px 0px 222px;
  }

  .mobile-banner-img {
    width: 90%;
  }

  .circle-content-mobile {
    gap: 4px;
  }

  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 420px;
  }

  .circle-item-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* margin-bottom: -50px; */
  }

  .download-btn-mobile {
    position: absolute;
    top: 408px;
    left: -218px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 48px;
      left: 250px;
      top: 450px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 48px;
      left: 378px;
      top: 450px;
      z-index: 9999;
    }
  }

  .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;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 28px;
  }

  .mobile-section-1 {
    top: -70px;
  }

  .mobile-section-4 {
    top: 140px;
    left: 20px;
  }

  .mobile-section-5 {
    top: 480px;
  }

  .link-mobile-section {
    top: 30px;
  }

  .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: 930px;
    left: 0px;
    padding: 10px;
  }
}

@media (min-width: 412px) and (max-width: 412px) and (min-height: 915px) and (max-height: 957px) {
  .mobile {
    padding: 50px 0px 170px;
  }

  .circle-content-mobile {
    gap: 7px;
    margin-top: -4px;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 244px;
      top: 390px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 363px;
      top: 390px;
      z-index: 9999;
    }
  }

  .mobile-banner-img {
    padding: 10px;
    width: 80%;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }

  .mobile-section-1 {
    top: -30px;
  }

  .mobile-section-4 {
    top: 175px;
    left: 40px;
  }

  .link-frame-mobile {
    top: 410px;
  }

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

  .mobile-section-5 {
    top: 500px !important;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

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

  .link-mobile-section {
    top: 10px !important;
    padding: 30px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 20px;
  }

  .signal-bar-mobile {
    width: 50px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@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;
  }

  .mobile-section-5 {
    top: 261px;
  }

  .link-mobile-section {
    top: 345px;
    padding: 10px;
  }

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

  .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 {
    padding: 10px 0px 230px;
  }

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

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 242px;
      top: 297px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 360px;
      top: 297px;
      z-index: 9999;
    }
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 226px;
  }

  .link-frame-mobile {
    top: 438px;
  }

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

  .mobile-section-5 {
    top: 500px;
  }

  .mobile-section-5 img {
    margin-top: -70px;
  }

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

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

  .link-mobile-section {
    top: -6px;
    padding: 40px;
  }
}

@media (min-width: 393px) and (max-height: 852px) {
  .download-btn-mobile {
    position: absolute;
    top: 500px;
    left: -207px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 237px;
      top: 295px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 355px;
      top: 295px;
      z-index: 9999;
    }
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 207px;
  }

  .link-frame-mobile {
    top: 416px;
  }

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

  .mobile-section-5 {
    top: 500px !important;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

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

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

  .link-mobile-section {
    top: 16px !important;
    padding: 20px;
  }
}

@media (min-width: 440px) and (max-height: 956px) {
  .download-btn-mobile {
    position: absolute;
    top: 520px;
    left: -207px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 46px;
      left: 254px;
      top: 360px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 46px;
      left: 380px;
      top: 360px;
      z-index: 9999;
    }
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 70px;
  }

  .link-frame-mobile {
    top: 470px;
  }

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

  .mobile-section-5 {
    top: 500px !important;
  }

  .mobile-section-5 img {
    height: auto;
  }

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

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

  .link-mobile-section {
    top: 10px !important;
    padding: 33px;
  }
}

@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;
    padding: 100px 0px 630px !important;
  }

  .mobile-section-4 {
    top: 177px !important;
    left: 53px !important;
  }

  .mobile-banner-img {
    width: 80% !important;
  }

  .mobile-section-5 {
    top: 640px !important;
  }

  .link-mobile-section {
    top: -6px !important;
    padding: 40px !important;
  }

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

  .link-frame-mobile {
    top: 490px !important;
  }

  .circle-content-mobile {
    gap: 4px;
  }

  .circle-content-mobile .title-mobile {
    font-weight: bold;
    font-size: 28px;
  }

  .circle-content-mobile .timing-mobile {
    font-weight: bold;
    font-size: 30px;
  }

  .signal-bar-mobile {
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .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 {
    top: -80px !important;
  }

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

  .download-btn-mobile {
    position: absolute;
    top: 636px !important;
    left: -176px !important;
    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 53px !important;
      left: 235px !important;
      top: 350px !important;
      z-index: 9999 !important;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 53px !important;
      left: 386px !important;
      top: 350px !important;
      z-index: 9999 !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;
  }

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

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

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

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

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

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

  .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 {
    padding: 5px 0px 276px;
  }

  .mobile-banner-img {
    width: 70%;
  }

  .download-btn-mobile {
    position: absolute;
    top: 407px;
    left: -203px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 44px;
      left: 253px;
      top: 495px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 44px;
      left: 370px;
      top: 495px;
      z-index: 9999;
    }
  }

  .mobile-section-1 {
    top: 10px;
  }

  .mobile-section-4 {
    top: 270px;
    left: 65px;
  }

  .link-frame-mobile {
    top: 480px;
  }

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

  .circle-item-mobile {
    margin-bottom: 0px;
  }

  .mobile-section-5 {
    top: 600px;
  }

  .mobile-section-5 img {
    height: auto;
    margin-top: -70px;
  }

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

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

  .link-mobile-section {
    top: 30px;
  }
}
