/**************************/
/* BELOW 1344px (Smaller desktops) */
/**************************/

@media (max-width: 91rem) {
  #about-me h4{
    font-size: 1.2rem;
  }
  
  .skills-text h3 {
    font-size: 1.2rem;
  }

}

@media (max-width: 78rem) {
  .hero-list h1 {
    font-size: 4rem;
  }

  .hero-inner h2 {
    font-size: 2rem;
  }

  .hero-inner h3 {
  font-size: 2.4rem;
  padding-top: 5rem;
  }

  #about-me h4 {
    font-size: 1.4rem;
  }

  .skills-inner{
    gap: 1rem;
  }

  .projects-list{
    grid-template-columns: repeat(1, 1fr)
  }

  .skills-list{
    grid-template-columns: repeat(2, 1fr);
  }

  .skills-text h3 {
    font-size: 1.4rem;
  }

  .container{
    padding-right: 5rem;
    padding-left: 5rem;
  }

}
  /**************************/
  /* BELOW 944px (Tablets) */
  /**************************/
  
@media (max-width: 62rem) {
    
  .hero-inner{
    flex-direction: column;
    padding-top: 5rem;
    background: linear-gradient(50deg, #332B26 60%, #E1B597 50%);
    padding-bottom: 10rem;
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 5rem
  }

  .hero-inner button{
    margin-top: 1rem;
  }

  .hero-inner div {
    padding-top: 1rem;
  }

  .hero-list h1 {
    font-size: 5rem;
  }

  .hero-inner h3 {
    font-size: 3rem;
  }

  .hero-inner h2 {
    font-size: 2.4rem;
  }

  .hero-img::before, .hero-img::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    padding: 15rem;
    background-color: rgba(51, 43, 38);
    top: 65%;
    left: 52%;
    z-index: -2;
    transform: translate(-50%, -50%);
  }

  .hero-list{
    order: 2
  }

  #about-me{
    flex-direction: column;
    padding-bottom: 5rem;
  }

  .about-img::before, .about-img::after {
    background-color: rgba(51, 43, 38, 0.1);
  }

  .about-text{
    padding-top: 5rem;
    width: 80%;
    text-align: center;
  }

  #about-me h2 {
    padding-top: 2rem;
}

}
  /**************************/
  /* BELOW 704px (Smaller tablets) */
  /**************************/

@media (max-width: 50rem) {
  .skills-inner {
    flex-direction: column;
    gap: 3rem;
  }

  .skills-text{
    width: 90%;
    text-align: center;
  }

}
  
@media (max-width: 40rem) {
   .header-list{
      display: none;
   }
   
   .menu-outline{
    display: flex;
  }

  .projects-inner button {
    width: 100%;
    padding: 1.5rem 0rem;
  }

  #footer-inner{
    flex-direction: column;
    gap: 1rem
  }

  #footer-inner h2 {
    font-size: 1.1rem;
  }
}
  /**************************/
  /* BELOW 544px (Phones) */
  /**************************/
  
@media (max-width: 37rem) {
   .hero-img-inner{
    width: 100%;
   }

   .hero-img::before, .hero-img::after {
    padding: 12rem;
  }

  .about-img::before, .about-img::after {
    padding: 12rem;
  }

  .about-img img{
    width: 100%;
  }

  .about-text {
    padding-top: 2rem;
    width: 80%;
    text-align: center;
  }
  
  .hero-inner h3 {
    font-size: 2.4rem;
  }

  .hero-list h1 {
    font-size: 4rem;
  }

  .hero-inner h2 {
    font-size: 2rem;
  }

  .hero-inner button {
    padding: 1.5rem 8rem;
  }
    
}
  
  
  
  @media (max-width: 30rem) {


    .hero-inner {
      padding-bottom: 5.3rem;
    }

    .hero-inner button {
      padding: 1.5rem 5rem;
    }

    .hero-list h1 {
      font-size: 3rem;
    }

    .hero-img-inner{
      width: 100%;
    }

    .hero-img::before, .hero-img::after {
      padding: 10rem;
    }

    .about-img::before, .about-img::after {
      padding: 10rem;
    }

    .about-text {
      padding-top: 0rem;
      width: 80%;
      text-align: center;
    }

    .skill {
      padding: 1rem;
      background-color: #949494;
      border-radius: 60px;
    }

    skills-text {
      width: 100%;
      text-align: center;
    }


    .project {
      padding: 6rem 8rem;
      background-color: #949494;
      border-radius: 60px;
      overflow: hidden;
      position: relative;
  }

  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .skills-text h2 {
    font-size: 3rem;
  }

    
  }
  
  @media (max-width: 25rem) {

    
 }