:root {
  --color-text: #ffffff;
  --color-background: #121212;
  --color-primary: #ff2231;
}

@media (max-width: 80em) {
  .gymImg img {
    height: 90%;
    width: auto;
  }

  .container {}

  .hero-header {
    max-width: 140rem;
  }

  .hero-wrap {
    margin: auto 6rem;
  }

  .hero-header,
  .hero-heading h1 {
    display: block;
    font-size: 7.4rem;
  }
}

@media (max-width: 64rem) {
  html {
    font-size: 56.25%;
  }

  .why-title p {
    text-align: center;
  }

  .about-img {
    background-position: right;
  }
}

@media (max-width: 53em) {
  .grid--colums--2 {
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }

  .div2 {
    display: none;
  }

  .grid--colums--3 {
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
  }

  .review3-wrap {
    grid-column: 1 /-1;
    justify-self: center;
    width: 50%;
  }

  .cta-text h1 {
    font-size: 8rem;
    text-align: center;
  }

  .footer-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 4rem auto;
  }

  .footer-text {
    grid-column: 1/-1;
  }

  .about-img {
    height: 50vh;
  }

  .nav-wrap ul {
    display: none;
    position: absolute;
    background-color: var(--color-background);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;

    font-size: 2.4rem;
    font-weight: 500;
    padding-left: 4rem;
    transform: translateX(-6.5rem);

    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    justify-content: center;

    transition: all 1s ease-in;
  }

  .nav-icon-wrap {
    display: block;
    color: var(--color-text);
    z-index: 10000;
  }

  .nav-hidden {
    display: none;
  }
}

@media (max-width: 32rem) {

  .gymImg img {
    height: 70%;
    width: auto;
  }

  html {
    font-size: 55.25%;
  }

  .grid--colums--2,
  .grid--colums--3 {
    grid-template-columns: 1fr;
  }

  .nav-wrap {
    margin: auto 2rem;
  }

  .hero-wrap {
    margin: auto 1rem;
    padding: 0rem 2rem;
  }

  .hero-heading h1 {
    font-size: 4.4rem;
  }

  .hero-heading p {
    text-align: start;
  }

  .why-text h3 {
    font-size: 3rem;
  }

  .why-text p {
    font-size: 1.6rem;
  }

  .review3-wrap {
    width: 100%;
  }

  .about-img {
    height: 40vh;
    display: block;
  }

  .why-title {
    margin: 2rem auto;
  }

  .why-title p {
    text-align: start;
  }

  .gallery {
    display: block;
    margin: 10rem auto;
  }

  .nav-wrap ul {
    transform: translateX(-6.4rem);
  }

  .resuable-title h1 {
    font-size: 4.4rem;
  }

  .about-element {
    margin: 2rem auto;
  }

  .why-align-wrapper {
    padding: 3rem;
  }

  .why-title {
    align-items: start;
  }

  .footer-wrap {
    column-gap: 0rem;
  }

  .footer-logo {
    width: 40%;
    transform: rotateX(-3rem);
  }

  .icon-white a {
    font-size: 3rem;
  }
}

/* SPACING SYSTEM (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 
/ 80 / 96 / 128

FONT SIZE SYSTEM (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 
/ 44 / 52 /
  62 / 74 / 86 / 98 */