@media (max-width: 84em) {
}

/* Landscape tablet */
/* Below 1200px */

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

/* For tablets */
/* Below 944px */
@media (max-width: 59em) {
  .btn-mobile-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .banner-title {
    font-size: 4.8rem;
  }
  .download-box {
    width: 24rem;
  }
  .download-text {
    font-size: 1.8rem;
  }
  .download-section {
    height: 64rem;
  }
  .fc-24-mobile-icon {
    width: 8rem;
  }
  .gameplay-video {
    max-width: 42rem;
    margin: 0 auto;
  }
  .main-nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 0.5s ease-in;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .fc24-mobile-mini-logo {
    display: block;
  }
  .nav-open .fc24-mobile-mini-logo {
    display: none;
  }
  .nav-open .material-icons-outlined.icon-mobile-close {
    display: block;
  }
  .nav-open .material-icons-outlined.icon-mobile-menu {
    display: none;
  }

  .main-nav-list {
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 3rem;
  }
  .feature-content {
    grid-template-columns: 1fr;
    gap: 4.2rem;
  }
  .description-grid {
    grid-template-columns: 1fr;
  }

  .grid-item:nth-child(1) {
    order: 2;
  }

  .grid-item:nth-child(2) {
    order: 1;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }

  .image-container {
    width: 53rem;
    height: 30rem;
  }
  .video-box::after {
    width: 8.4rem;
    height: 8.4rem;
  }
}
/* For smaller tablets */
/* Below 768px */

@media (max-width: 48em) {
  .gameplay-video {
    max-width: 42rem;
  }
}

/* For Phones */
/* Below 544px */

@media (max-width: 34em) {
  .guide-img {
    width: 36rem;
  }
  .gameplay-video {
    max-width: 36rem;
  }
  .section-title {
    font-size: 2.4rem;
  }
}
