/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* Small Devices */
@media screen and (min-width: 576px) {
  /* Universal styles */
  body {
    font-size: 1rem;
  }

  .wrapper::before {
    top: 12rem;
    -webkit-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    transform: translateX(-18%);
    height: 20rem;
    width: 16rem;
  }

  .wrapper::after {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    height: 16rem;
    width: 10rem;
  }

  /* Header main */
  .header-main .navigation-bar {
    -ms-grid-columns: 1fr 98px 1fr;
    grid-template-columns: 1fr 98px 1fr;
  }

  .brand .logo {
    width: 96px;
  }

  .header-main .nav-link {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.375rem 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /* Description */
  .description__text {
    font-size: 1rem;
  }

  .description__text.with-compass::before {
    height: 15rem;
    width: 15rem;
  }

  /* Roadmap */
  .section__title {
    font-size: 3rem;
  }

  .roadmap .section__title::before {
    width: 5rem;
    height: 9rem;
  }

  .section-header .title {
    font-size: 1rem;
  }

  .map {
    height: 236px;
  }
}

/* Medium Devices */
@media screen and (min-width: 768px) {
  /* Universal styles */
  body {
    font-size: 1rem;
  }

  /* Hero */
  .hero {
    padding: 3rem 0;
  }

  /* Description */
  .description__text {
    font-size: 1.25rem;
  }

  /* Roadmap */
  .roadmap {
    padding-top: 10rem;
  }

  .map-2::before {
    content: "";
    background-image: url("../images/skull-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 10rem;
    width: 10rem;
    position: absolute;
    left: 4%;
  }

  .section-header .title {
    font-size: 1.25rem;
  }

  .map {
    height: 276px;
  }

  .section-header .title::before,
  .section-header .title::after {
    height: 8rem;
  }

  /* Team */
  .team .knife {
    width: 286px;
  }

  .team .knife img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  /* Footer */
  .social-media .icon img {
    width: 68px;
  }
}

/* Large Devices */
@media screen and (min-width: 992px) {
  /* Universal styles */
  .wrapper::before {
    top: 18rem;
    height: 25rem;
    width: 20rem;
  }

  .wrapper::after {
    height: 20rem;
    width: 15rem;
  }

  /* Header main */
  .header-main .navigation-bar {
    -ms-grid-columns: 1fr 246px 1fr;
    grid-template-columns: 1fr 246px 1fr;
  }

  .brand .logo {
    width: 246px;
  }

  .header-main .nav-link {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  /* Roadmap */
  .map {
    height: 356px;
  }

  .section-header .title::before,
  .section-header .title::after {
    height: 10rem;
  }

  /* Faqs */
  .faq {
    padding: 10rem 0 20rem;
  }

  /* Footer */
  .social-media .icon img {
    width: 84px;
  }
}

/* Extra Large Devices */
@media screen and (min-width: 1200px) {
  /* Universal styles */
  body {
    font: 1.25rem;
  }

  .wrapper::before {
    top: 20rem;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    height: 40rem;
    width: 30rem;
  }

  .wrapper::after {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    height: 30rem;
    width: 20rem;
  }

  /* Header */
  .header-main .nav-link {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /* Description */
  .description {
    padding: 0 0 10rem;
  }

  .description__text {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  .description__text.with-compass::before {
    height: 25rem;
    width: 25rem;
  }

  .map-6-header {
    margin-top: -4rem;
  }

  .section__title {
    font-size: 5rem;
  }

  .roadmap .section__title::before {
    width: 10rem;
    height: 15rem;
  }

  .section-header .title {
    font-size: 1.375rem;
    gap: 3rem;
  }

  .map {
    height: 486px;
  }

  .section-header .title::before {
    height: 10rem;
  }

  /* Team */
  .team {
    padding-top: 10rem;
  }

  .nft-author .tag {
    font-size: 1.25rem;
  }

  .faq-group {
    margin-bottom: 5rem;
  }

  .footer-copyright .social-media {
    margin-bottom: 12rem;
  }
}

/* Extra Extra Large Devices */
@media screen and (min-width: 1400px) {
}
