/* MEDIA QUERIES */


@media (max-width: 79em) {
  /* NAV BAR */
  .nav-list{
    gap: 4rem;
  }
  .nav-item:link, .nav-item:visited{
    font-size: 1.4rem;
  }
  .nav-item--appointment:link, .nav-item--appointment:visited{
    font-size: 1.4rem;
  }
  .nav-title{
    font-size: 3.2rem;
  }
  /* HEADER */
  .heading-title-text {
    font-size: 2.2rem;
  }
  .section-title{
    gap: 1.8rem;
  }
  .hero-title{
    font-size: 4.8rem;
  }
  .title-side-box{
    width: 3.6rem;
  }

  .hero-img {
  

  }

  .hero-btn{
    font-size: 1.4rem;
    padding: 4px;
  
  }
  /* WHO WE ARE */
  .who-text-big{
    font-size: 7.6rem;
  }
  .who-par{
    font-size: 2.2rem;
  }
  /* COACH BETH */
  .coach-text{
    font-size: 1.8rem;

  }
  .sign-off{
    font-size: 2.2rem;
  }
  /* WHAT WE DO */
  .do-item {
    max-width: 24rem;
    
  }
  .do-items{
    margin: 0 auto;
    max-width: 90rem;
    gap: 2.4rem;

  }
  .card-item-text{
    font-size: 1.2rem;
  }
  .card-title{
    font-size: 1.6rem;
  }
  .card-icon{
    width: 2.4rem;
    height: 2.4rem;
  }

}


@media (max-width: 64em) {
/* NAV */
.nav-list{
}
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  height: 4.8rem;
  display: block;
}
.icon-mobile-nav[name="menu-outline"]{
  display: block
}



.hidden{
  display: none;
}
/* HEADER */
.heading-title-text {
  font-size: 1.8rem;
}

.title-side-box{
  width: 2.8rem;
}



.nav{
}

.nav-list {
  background: #ffffffef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
}

.nav-list-open .nav-list{
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.nav-list-open .icon-mobile-nav[name='menu-outline'] {
  display: none;
}
.nav-list-open .icon-mobile-nav[name='close-outline'] {
  display: block;
}

.nav-item:link, .nav-item:visited{
  font-size: 1.8rem;
  
}
.nav-item--appointment:link, .nav-item--appointment:visited{
  font-size: 1.8rem;
}


.hero-content{
  }

.hero-img::before{
}

.do-item {
  max-width: 18rem;
  max-height: 34rem;
  
}

.content-who{
  flex-direction: column;
  gap: 3.6rem;
}

.who-text-big{
  font-size: 5.6rem;
  text-align: center;
}

.header-section{
  justify-self: center;
  width: 80%;
}



.hero-title{
  font-size: 3.6rem;
}
.section--hero{
  height: fit-content;
  overflow-y: hidden;
  height: 100vh;
}

.coaches-content{
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
    gap: 4rem;

}

.coach-img-box{
  grid-row: 1;
}

.beth-img{
  width: 50%;
}

/* CONSULT */
.consult-title{
  font-size: 3.2rem;
}

}

@media (max-width: 53em) {
  .nav-title{
    font-size: 2.8rem;
  }
  .who-text-big{
    font-size: 3.2rem;
  }
  .who-par{
    font-size: 1.6rem;
  }

  .section--hero{
    background: #a2d2ff;
  }

  
  .do-items{
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
  }
  
  .do-item {
    max-width: 32rem;
    max-height: 48rem;
    
  }

  .card-list{
   
  }
  .card-item-text{
    font-size: 1.8rem;

  }
  .card-title{
    font-size: 2.4rem;
  }
  .card-icon{
    width: 1.8rem;
    height: 1.8rem;
  }
  .heading-title-text{
    font-size: 1.6rem;
  }

  .section--do{
    margin-bottom: 12rem;
  }
}

@media (max-width: 39em){
  
  .nav-title{
    font-size: 2rem;
  }
  .section{
    padding: 3.2rem;
  }

  .do-items{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
  }
  
  .do-item {
    max-width: 28rem;
    max-height: 48rem;
    
  }
 
  .card-item-text{
    font-size: 1.6rem;

  }
  .card-title{
    font-size: 2rem;
  }
  .card-icon{
    width: 1.8rem;
    height: 1.8rem;
  }
  .hero-btn{
    font-size: 1.2rem;
    max-width: 12rem;
  }
  .contact-btns-container{
    flex-direction: column;
  }
  .consults-icon{
    width: 1.8rem;
    height: 1.8rem;
  }
  .consult-info{
    font-size: 1.6rem;
  }

  .hero-btn{
    max-width: 16rem;
  }
}
/* 
SPACING SIZES 

2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE

10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98