/*-- responsive --*/

@media screen and (max-width: 1300px) {
  section {
    padding-block: 5rem;
  }
  .container {
    width: 800px;
  }

  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 3rem;
  }

  #about-box {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;

    text-align: center;
  }

  #info-box > h2 {
    font-size: 4rem;
  }
  #info-box > img {
    width: 300px;
  }

  #info-box ul li h2 {
    font-size: 2rem;
  }
}

/*-- 900px --*/

@media screen and (max-width: 900px) {
  section {
    padding-block: 2rem;
  }
  .container {
    width: 100%;
  }

  h1 {
    font-size: 24vw;
    line-height: 0.8;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  p,
  li,
  a,
  button {
    font-size: 1.2rem;
  }

  .btn-flex {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  a,
  button {
    width: 100%;
  }

  #header-box > ul {
    display: none;
  }
  #menu-mobile {
    display: block;
  }

  #hero {
    padding-block: 2rem;
  }

  #hero-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    text-align: center;
  }

  #hero-box h1 {
    margin-top: 0;
  }
  #hero-box h2 {
    font-size: 1rem;
  }
  #hero-box .ca {
    width: 100%;
  }

  #hero-box > img {
    width: 75%;
  }

  #hero-flex {
    margin-top: 1rem;
  }
  #hero-links {
    display: flex;

    width: unset;
    padding: 1rem;
  }

  #slogan h2 {
    font-size: 12vw;
  }

  #about {
    padding-bottom: 2rem;
  }
  #about-box {
    flex-direction: column-reverse;
  }
  #about-box > div {
    justify-content: center;
    align-items: center;
  }
  #about-box > img {
    width: 100%;
  }

  #info {
    padding-top: 3rem;
  }
  #info-box {
    flex-direction: column-reverse;
    gap: 2rem;

    text-align: center;
  }

  #info-box > h2 {
    font-size: 9.5vw;
  }
  #info-box > img {
    width: 75%;

    margin-top: -10rem;
  }

  #token-box {
    margin-top: 2rem;

    grid-template-columns: 100%;
    gap: 1rem 1rem;
  }

  #token-box > div {
    padding: 1rem 1rem;
  }

  #token-box > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #token-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 1rem;
  }

  #join-box {
    padding: 2rem 1rem;
  }

  #footer {
    padding-top: 8rem;
  }

  #footer-box > div {
    flex-direction: column;
  }
  #footer-box > div h3 {
    display: none;
  }

  #disclaimer {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 98%;
    margin: 0 auto;
  }
}
