/* 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: 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;
}

.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: absolute;
  display: grid;
  gap: 100px 35px;
  justify-content: center;
  max-width: 200px;
  grid-template-columns: repeat(3, 1fr);
  top: 280px;
  left: 803px;
}

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

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

.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-1 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #090aa4;
}
.circle-content .sub-title-1 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #090aa4;
}

.circle-content .title-2 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #a4099a;
}
.circle-content .sub-title-2 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #a4099a;
}

.circle-content .title-3 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #13d338;
}
.circle-content .sub-title-3 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #13d338;
}

.circle-content .title-4 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #ff832b;
}
.circle-content .sub-title-4 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #ff832b;
}

.circle-content .title-5 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #eaca14;
}
.circle-content .sub-title-5 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #eaca14;
}

.circle-content .title-6 {
  position: absolute;
  left: 63px;
  top: -10px;
  font-weight: 700;
  font-size: 30px;
  color: #2aaeff;
}
.circle-content .sub-title-6 {
  position: absolute;
  left: 63px;
  top: 20px;
  font-weight: 700;
  font-size: 25px;
  color: #2aaeff;
}

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

.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: 150px;
  left: 100px;
  top: -186px;
}

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

.link-frame img {
  height: auto;
}

.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) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: 0px;

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

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

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

  .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: 34px;
    width: 80px;
    left: 59px;
    top: 13px;
  }

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

  .social-icons {
    position: fixed;
    right: 2vw;
    top: 45%;
    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: absolute;
    display: grid;
    gap: 14px 9px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 21px;
    left: 496px;
  }

  .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;
    margin-bottom: -64px;
    margin-left: -97px;
  }

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

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

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

  .signal-bar {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 853px) and (min-height: 1280px) and (max-height: 1280px) and (orientation: portrait) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: 0px;

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

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

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

  .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: 46px;
    width: 104px;
    left: 66px;
    top: -6px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 46px;
    width: 104px;
    left: 180px;
    top: -6px;
  }

  .social-icons {
    position: fixed;
    right: 2vw;
    top: 20%;
    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: absolute;
    display: grid;
    gap: 40px 42px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 70px;
    left: 594px;
  }

  .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;
    margin-bottom: -64px;
    margin-left: -97px;
  }

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

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

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

  .signal-bar {
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 912px) and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: 0px;

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

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

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

  .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: 46px;
    width: 104px;
    left: 66px;
    top: -6px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 46px;
    width: 104px;
    left: 180px;
    top: -6px;
  }

  .social-icons {
    position: fixed;
    right: 2vw;
    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: absolute;
    display: grid;
    gap: 40px 42px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 70px;
    left: 594px;
  }

  .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;
    margin-bottom: -64px;
    margin-left: -97px;
  }

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

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

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

  .signal-bar {
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 40px;
    top: -104px;
    font-weight: 700;
    font-size: 27px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 42px;
    top: -77px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 820px) and (max-width: 820px) and (max-height: 1180px) {
  .link-frame {
    width: 660px !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;
  }

  .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: 38px;
    width: 89px;
    left: 60px;
    top: 5px;
  }

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

  .social-icons {
    position: fixed;
    right: 2vw;
    top: 45%;
    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: absolute;
    display: grid;
    gap: 14px 9px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 40px;
    left: 534px;
  }

  .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;
    margin-bottom: -50px;
    margin-left: -80px;
  }

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

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

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

  .signal-bar {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 34px;
    top: -99px;
    font-weight: 700;
    font-size: 22px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 33px;
    top: -81px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: 0px;

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

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

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

  .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: 50px;
    width: 125px;
    left: 75px;
    top: -11px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 50px;
    width: 125px;
    left: 206px;
    top: -11px;
  }

  .social-icons {
    position: fixed;
    right: 2vw;
    top: 45%;
    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: absolute;
    display: grid;
    gap: 63px 40px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 90px;
    left: 658px;
  }

  .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;
    margin-bottom: -50px;
    margin-left: -80px;
  }

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

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

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

  .signal-bar {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 43px;
    top: -99px;
    font-weight: 700;
    font-size: 35px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 50px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) and (max-height: 600px) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: -65px;
    margin-left: 124px;

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

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

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

  .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: 41px;
    width: 93px;
    left: 61px;
    top: 1px;
  }

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

  .social-icons {
    position: fixed;
    right: 4vw;
    top: 57%;
    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: absolute;
    display: grid;
    gap: 34px 20px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: -30px;
    left: 653px;
  }

  .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;
    margin-bottom: -64px;
    margin-left: -97px;
  }

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

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

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

  .signal-bar {
    width: 55%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 35px;
    top: -100px;
    font-weight: 700;
    font-size: 27px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 40px;
    top: -76px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

@media (min-width: 1280px) and (max-width: 1280px) and (max-height: 800px) {
  .link-frame {
    width: 660px !important;
    height: auto;
    margin-top: -65px;
    margin-left: 124px;

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

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

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

  .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: 49px;
    width: 122px;
    left: 82px;
    top: -16px;
  }

  .button-download-android {
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
  }
  .button-download-android img {
    position: absolute;
    height: 49px;
    width: 122px;
    left: 216px;
    top: -16px;
  }

  .social-icons {
    position: fixed;
    right: 4vw;
    top: 57%;
    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: absolute;
    display: grid;
    gap: 70px 60px;
    justify-content: center;
    max-width: 200px;
    grid-template-columns: repeat(3, 1fr);
    top: 38px;
    left: 810px;
  }

  .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;
    margin-bottom: -64px;
    margin-left: -97px;
  }

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

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

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

  .signal-bar {
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
  }

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

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

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

  .circle-content .title-1 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #090aa4;
  }
  .circle-content .sub-title-1 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #090aa4;
  }

  .circle-content .title-2 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #a4099a;
  }
  .circle-content .sub-title-2 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content .title-3 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #13d338;
  }
  .circle-content .sub-title-3 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content .title-4 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #ff832b;
  }
  .circle-content .sub-title-4 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content .title-5 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #eaca14;
  }
  .circle-content .sub-title-5 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content .title-6 {
    position: absolute;
    left: 49px;
    top: -95px;
    font-weight: 700;
    font-size: 27px;
    color: #2aaeff;
  }
  .circle-content .sub-title-6 {
    position: absolute;
    left: 52px;
    top: -68px;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }
}

/* END DESSKTOP CSS */

.mobile {
  display: none;
}

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

  .mobile {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    position: relative;
    /* background: url("../image/bg-mobile.webp") no-repeat center center; */
    background-size: contain;
    /* padding: 0px 0px 220px; */
    /* overflow: auto; */
    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-image: 
    
      /* Ảnh background chính */ 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;
    mix-blend-mode: multiply;
  }

  .mobile-title-img {
    position: relative;
    margin: auto auto;
    width: 80%;
    max-width: auto;
    height: auto;
    /* 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: 100%;
  }

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

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

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

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

  .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: 60px 10px;
    max-width: 900px;
    width: 100%;
    position: absolute;
    padding: 30px;
    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;

    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-1 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #1a1bff;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #1a1bff;
  }

  .circle-content-mobile .title-mobile-2 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content-mobile .title-mobile-3 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content-mobile .title-mobile-4 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content-mobile .title-mobile-5 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content-mobile .title-mobile-6 {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 18px;
    color: #2aaeff;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }

  .signal-bar-mobile {
    width: 100%;
    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; */
    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: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 415px;
  }

  .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: 460px;
    left: -140px;

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

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

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

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

  .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;
    z-index: 2;
    top: 450px;
  }

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

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

  .download-btn-mobile {
    position: absolute;
    top: 420px;
    left: -130px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 48px;
      left: 242px;
      top: 400px;
      z-index: 9999;
    }
    .btn-android-mobile {
      position: absolute;
      width: auto;
      height: 48px;
      left: 373px;
      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: 490px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .link-frame-mobile {
    left: 38px;
    top: 332px !important;
    width: 80%;
  }

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

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

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

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

  .download-btn-mobile {
    position: absolute;
    top: 334px !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-social-grid {
    position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
    top: 783px !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: 90%;
  } */

  .download-btn-mobile {
    position: absolute;
    top: 620px;
    left: -117px;

    .btn-ios-mobile {
      position: absolute;
      width: auto;
      height: 40px;
      left: 242px;
      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: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 440px;
  }

  /* .mobile-section-1 {
    top: -8px;
  } */

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

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

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

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

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

  .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: 441px;
    left: -133px;

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

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

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

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

  .circle-content-mobile .title-mobile-1 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-2 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-3 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-4 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-5 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-6 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    top: 50px;
  }
}

@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: 477px;
    left: -128px;

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

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

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

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

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

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

  .mobile-section-5 {
    top: 600px !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-mobile-section {
    left: 5px !important;
    top: -100px !important;
  }

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

  .circle-content-mobile .title-mobile-1 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #1a1bff;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #1a1bff;
  }

  .circle-content-mobile .title-mobile-2 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #a4099a;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content-mobile .title-mobile-3 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #13d338;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content-mobile .title-mobile-4 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #ff832b;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content-mobile .title-mobile-5 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #eaca14;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content-mobile .title-mobile-6 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #2aaeff;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }

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

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

@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: 560px;
    left: -120px;

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

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

  .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: -100px;
    padding: 40px;
  }
}

@media screen and (width: 393px) and (height: 852px) {
  .download-btn-mobile {
    position: absolute !important;
    top: 528px !important;
    left: -115px !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: 80px !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: 890px;
    left: 0px;
    padding: 10px;
  }

  .link-mobile-section {
    top: -70px !important;
    padding: 34px;
  }
}

@media screen and (width: 440px) and (height: 956px) {
  .download-btn-mobile {
    position: absolute;
    top: 556px !important;
    left: -100px !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: 20px !important;
  }

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

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

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

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

  .circle-content-mobile .title-mobile-1 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-2 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-3 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-4 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-5 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    top: 50px;
  }

  .circle-content-mobile .title-mobile-6 {
    top: 24px;
    font-size: 27px;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    top: 50px;
  }
}

@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: 10px !important;
    left: 8px !important;
  }

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

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

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

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

  .link-frame-mobile {
    top: 430px !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;
  }

  .download-btn-mobile {
    position: absolute;
    top: 796px !important;
    left: -80px !important;

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

  .circle-content-mobile .title-mobile-1 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #1a1bff;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #1a1bff;
  }

  .circle-content-mobile .title-mobile-2 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #a4099a;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #a4099a;
  }

  .circle-content-mobile .title-mobile-3 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #13d338;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #13d338;
  }

  .circle-content-mobile .title-mobile-4 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #ff832b;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #ff832b;
  }

  .circle-content-mobile .title-mobile-5 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #eaca14;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #eaca14;
  }

  .circle-content-mobile .title-mobile-6 {
    position: absolute;
    font-weight: 700;
    top: 30px !important;
    font-size: 33px !important;
    color: #2aaeff;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    top: 65px;
    color: #2aaeff;
  }
}

@media (min-width: 414px) and (max-height: 896px) {
  /* .mobile {
    padding: 5px 0px 340px;
  } */

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

  .download-btn-mobile {
    position: absolute;
    top: 382px;
    left: -117px;

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

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

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

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

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

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

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

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

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

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

  .circle-content-mobile .title-mobile-1 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #1a1bff;
  }

  .circle-content-mobile .sub-title-mobile-1 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #1a1bff;
  }

  .circle-content-mobile .title-mobile-2 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #a4099a;
  }

  .circle-content-mobile .sub-title-mobile-2 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #a4099a;
  }

  .circle-content-mobile .title-mobile-3 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #13d338;
  }

  .circle-content-mobile .sub-title-mobile-3 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #13d338;
  }

  .circle-content-mobile .title-mobile-4 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #ff832b;
  }

  .circle-content-mobile .sub-title-mobile-4 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #ff832b;
  }

  .circle-content-mobile .title-mobile-5 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #eaca14;
  }

  .circle-content-mobile .sub-title-mobile-5 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #eaca14;
  }

  .circle-content-mobile .title-mobile-6 {
    position: absolute;
    font-weight: 700;
    top: 23px;
    font-size: 25px;
    color: #2aaeff;
  }

  .circle-content-mobile .sub-title-mobile-6 {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #2aaeff;
  }

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

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