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

/* DESKTOP CSS */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  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: relative;
  overflow-y: auto;
  /* 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: 988px;
  height: auto;
  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;
}

.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 {
  position: absolute;
  top: 570px;
  left: 130px;
}
.frame-download img {
  /* height: 150px; */
  margin-top: 20px;
}

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

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

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

.left-info img {
  width: auto;
  height: 500px;
  display: block;
  margin-top: 80px;
  margin-left: -50px;
}

.right-info img {
  width: 700px;
  height: 650px;
  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;
}

.link-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.link-circle :hover {
  transform: scale(1.2);
}

.link-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.link-text {
  position: absolute;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.link-text .title {
  font-size: 24px;
  font-weight: bold;
  color: #5a7a8a;
  margin-bottom: 20px;
}

.link-text .ms {
  font-size: 24px;
  color: #7a9aaa;
  font-weight: bold;
}

/* Vị trí các link theo hình tròn */
/* LINK 1 - Top */
.link-1 {
  top: -490px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.link-2 {
  top: -420px;
  left: 170px;
  transform: translate(-50%, -50%);
}

.link-3 {
  top: -420px;
  left: 525px;
  transform: translate(-50%, -50%);
}

.link-4 {
  top: -215px;
  left: 170px;
  transform: translate(-50%, -50%);
}

.link-5 {
  top: -215px;
  left: 530px;
  transform: translate(-50%, -50%);
}

.link-6 {
  top: -140px;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

  .frame-download {
    position: absolute;
    top: 300px;
    left: 130px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: 400px;
    height: 380px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .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;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 13px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 90px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 303px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 320px;
    left: -10px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: auto;
    height: 350px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-ios img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 290px;
    top: 36px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 475px;
    top: 36px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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: 362px;
    margin-left: 4px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 90px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 303px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 320px;
    left: -10px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: auto;
    height: 350px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-ios img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 290px;
    top: 36px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 475px;
    top: 36px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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: 362px;
    margin-left: 50px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 90px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 303px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 300px;
    left: 130px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: 400px;
    height: 380px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .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;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 13px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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: 350px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 90px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 303px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 360px;
    left: 130px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: auto;
    height: 430px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-ios img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 270px;
    top: 31px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: auto;
    width: 170px;
    left: 460px;
    top: 31px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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: 362px;
    margin-left: 50px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 90px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 303px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 210px;
    left: 130px;
  }

  .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: 450px;
    height: auto;
    margin-top: -270px;
    margin-left: -20px;
  }

  .left-info img {
    width: 380px;
    height: 300px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .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;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 13px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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;
    margin-left: 137px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -78px;
    left: 38px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -290px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -240px;
    left: 115px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -240px;
    left: 313px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -120px;
    left: 115px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -120px;
    left: 318px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  .frame-download {
    position: absolute;
    top: 300px;
    left: 210px;
  }

  .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: 450px;
    height: auto;
    margin-top: -226px;
    margin-left: -45px;
  }

  .left-info img {
    width: 400px;
    height: 380px;
    display: block;
    margin-top: -178px;
    margin-left: -34px;
  }

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

  .button-download-ios {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
    top: 65px;
    left: -77px;
  }
  .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;
    top: 65px;
    left: -77px;
  }
  .button-download-android img {
    position: absolute;
    height: 52px;
    width: 126px;
    left: 390px;
    top: 13px;
  }

  .social-icons {
    position: fixed;
    right: 1vw;
    top: 40%;
    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: 296px;
    margin-left: 277px;
    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;
  }

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

  .link-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
    top: -58px;
    left: 28px;
  }

  .link-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 2px;
  }

  .link-text .ms {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: 600;
  }

  /* Vị trí các link theo hình tròn */
  /* LINK 1 - Top */
  .link-1 {
    top: -311px;
    left: 49%;
    transform: translate(-50%, -50%);
  }

  .link-2 {
    top: -263px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-3 {
    top: -263px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-4 {
    top: -124px;
    left: 92px;
    transform: translate(-50%, -50%);
  }

  .link-5 {
    top: -124px;
    left: 307px;
    transform: translate(-50%, -50%);
  }

  .link-6 {
    top: -84px;
    left: 49%;
    transform: translate(-50%, -50%);
  }
}

/* END DESSKTOP CSS */

.mobile {
  display: none;
}

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

  .mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    padding: 30px 0px 220px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }

  .mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/bg-mobile.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    pointer-events: none;
  }

  .mobile::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }

  .mobile-title-img {
    position: relative;
    margin: -20px auto;
    width: 60%;
    max-width: auto;
    height: auto;
  }

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

  .mobile-banner-img {
    /* padding: 10px; */
    width: 100%;
    display: block;
  }

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

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

  .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-circle-mobile {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .link-circle:hover {
    /* transform: scale(1.2); */
  }

  .link-circle-mobile img {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-text-mobile {
    position: absolute;
    text-align: center;
    z-index: 5;
    pointer-events: none;
  }

  .link-text-mobile .title-mobile {
    font-size: 16px;
    font-weight: bold;
    color: #5a7a8a;
    margin-bottom: 16px;
  }

  .link-text-mobile .ms-mobile {
    font-size: 14px;
    color: #7a9aaa;
    font-weight: bold;
  }
  .link-1-mobile {
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 160px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 160px;
    left: 75%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 284px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 283px;
    left: 75%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 340px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 360px) and (max-width: 411px) and (max-height: 957px) {
  .mobile {
    /* padding: 70px 50px 185px; */
    width: 100%;
    min-height: 100vh; /* chuẩn mobile mới, tránh lỗi thanh address */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .link-frame-mobile {
    width: 120%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 283px;
    left: -30px;
  }

  .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: 458px;
    left: -115px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 35px;
      left: 267px;
      top: 314px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 35px;
      left: 360px;
      top: 314px;
      z-index: 9999;
    }
  }

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

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

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

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

  .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: 390px) and (max-width: 400px) and (max-height: 844px) {
  .link-frame-mobile {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 313px;
    left: -30px;
  }

  .mobile-character-img {
    width: 120%;
  }

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

  .mobile-section-4 {
    width: 100%;
    top: 100px;
    left: 0px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 450px;
    left: -110px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 267px;
      top: 400px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 373px;
      top: 400px;
      z-index: 9999;
    }
  }

  .link-1-mobile {
    top: 120px;
    left: 58%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 175px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 175px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 322px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 320px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 375px;
    left: 58%;
    transform: translate(-50%, -50%);
  }

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

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

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

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

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

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

  .link-1-mobile {
    top: 120px;
    left: 60%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 180px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 180px;
    left: 90%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 320px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 320px;
    left: 90%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 386px;
    left: 60%;
    transform: translate(-50%, -50%);
  }

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

  .mobile-character-img {
    width: 120%;
  }

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

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

  .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: 577px;
    left: -90px;

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

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

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

  .link-circle-mobile img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-1-mobile {
    top: 100px !important;
    left: 59% !important;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 148px !important;
    left: 30% !important;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 148px !important;
    left: 89% !important;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 260px !important;
    left: 30% !important;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 260px !important;
    left: 89% !important;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 310px !important;
    left: 59% !important;
    transform: translate(-50%, -50%);
  }

  .mobile-character-img {
    width: 120%;
  }

  .mobile-section-1 {
    top: 35px !important;
  }

  .link-frame-mobile {
    top: 330px !important;
    left: -32px;
  }

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

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

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

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

  .download-btn-mobile {
    position: absolute;
    top: 380px !important;
    left: -110px !important;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 35px !important;
      left: 248px !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-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 830px !important;
    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: 100%;
  }

  .download-btn-mobile {
    position: absolute;
    top: 630px;
    left: -98px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 247px;
      top: 212px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 350px;
      top: 212px;
      z-index: 9999;
    }
  }

  .link-frame-mobile {
    width: 120%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 305px;
    left: -30px;
  }

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

  .mobile-section-4 {
    top: 84px;
    left: 8px;
  }

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

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

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 920px;
    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: 100%;
  }

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

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

  .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: 415px;
    left: -109px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 42px;
      left: 285px;
      top: 450px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 42px;
      left: 397px;
      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: 10px;
  }

  .mobile-section-4 {
    top: 92px;
    left: 5px;
  }

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

  .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: 470px;
    left: -102px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 42px;
      left: 270px;
      top: 390px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 42px;
      left: 382px;
      top: 390px;
      z-index: 9999;
    }
  }

  .mobile-banner-img {
    width: 100%;
    display: block;
  }

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

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

  .mobile-character-img {
    width: 115%;
  }

  .link-frame-mobile {
    top: 335px;
    left: -30px;
  }

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

  .mobile-section-5 {
    top: 596px !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: 940px;
    left: 0px;
    padding: 10px;
  }

  .link-1-mobile {
    top: 120px;
    left: 58%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 175px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 175px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 322px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 320px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 352px;
    left: 58%;
    transform: translate(-50%, -50%);
  }
}

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

@media (max-width: 402px) and (min-height: 873px) and (max-height: 957px) {
  .mobile {
    padding: 10px 0px 230px;
  }

  .download-btn-mobile {
    position: absolute;
    top: 555px;
    left: -90px;

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

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

  .mobile-section-4 {
    top: 100px;
    left: 0px;
  }

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

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

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

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

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

  .link-1-mobile {
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 160px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 160px;
    left: 75%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 300px;
    left: 23%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 300px;
    left: 75%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 366px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (width: 393px) and (height: 852px) {
  .download-btn-mobile {
    position: absolute !important;
    top: 560px !important;
    left: -200px !important;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 45px;
      left: 237px !important;
      top: 295px !important;
      z-index: 9999 !important;
    }
    .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 !important;
  }

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

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

  .mobile-section-5 {
    top: 560px !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: 935px;
    left: 0px;
    padding: 10px;
  }

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

@media screen and (width: 440px) and (height: 956px) {
  .download-btn-mobile {
    position: absolute;
    top: 610px !important;
    left: -207px !important;

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

  .mobile-section-1 {
    top: -15px !important;
  }

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

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

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

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

  .mobile-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 1060px !important;
    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: flex !important;
    width: 100%;
    position: relative;
    background: url("../image/bg-mobile.webp") no-repeat center center;
    background-size: cover;
    padding: 100px 0px 630px !important;
  }

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

  .mobile-section-4 {
    top: 70px !important;
    left: 10px !important;
  }

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

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

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

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

  .link-frame-mobile {
    top: 400px !important;
    left: -52px !important;
  }

  .link-circle-mobile img {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }

  .link-1-mobile {
    top: 160px !important;
    left: 60% !important;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 230px !important;
    left: 32% !important;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 230px !important;
    left: 86% !important;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 416px !important;
    left: 32% !important;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 416px !important;
    left: 86% !important;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 490px !important;
    left: 60% !important;
    transform: translate(-50%, -50%);
  }

  .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: -70px !important;
  }

  .download-btn-mobile {
    position: absolute;
    top: 763px !important;
    left: -45px !important;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 55px !important;
      left: 266px !important;
      top: 350px !important;
      z-index: 9999 !important;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 55px !important;
      left: 412px !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: 1240px !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 340px;
  } */

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

  .download-btn-mobile {
    position: absolute;
    top: 370px;
    left: -86px;

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

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

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

  .mobile-section-4 {
    top: 100px;
    left: 8px;
  }

  .link-frame-mobile {
    top: 330px;
    left: -35px;
  }

  .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-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 950px;
    left: 0px;
    padding: 10px;
  }

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

  .link-1-mobile {
    top: 120px;
    left: 58%;
    transform: translate(-50%, -50%);
  }

  .link-2-mobile {
    top: 175px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-3-mobile {
    top: 175px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-4-mobile {
    top: 320px;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  .link-5-mobile {
    top: 320px;
    left: 86%;
    transform: translate(-50%, -50%);
  }

  .link-6-mobile {
    top: 375px;
    left: 58%;
    transform: translate(-50%, -50%);
  }
}
