body{
    background-color: black;
    width: 100%;
    height: auto;
}

body img{
    width: 100%;
    height: 50vh;
}

.gray-background{
    background-color: gray;
    color: white;
}

.home{
    height: 61vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
}

.home-img{
    margin-right: 250px;
    margin-bottom: 100px;
}

.home-img-mobile{
    width: 0px;
    height: 0px;
}

.home-text{
    max-width: 37rem;
    color: white;
    height: 50%;
    width: 100%;
    margin-bottom: 300px ;
}

.home-text .text-h4{
    font-size: 1.5rem;
    color: var(--red);
    margin-bottom: 1rem;
}

.home-text .text-h1{
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 4rem;
}

.home-btn{
   background-color: blue;
   border: solid 2px red;
   cursor: pointer;
   padding: 0.8rem 3.8rem;
   border-radius: 9999px;
   color: white;
   font-weight: 500;
   font-size: 1rem;
   transition: all 0.2s;
   margin-bottom: 200px;
} 

.red-border{
    background-color: red;
    width: 100%;
    height: 6px;     
}

.white-border{
    background-color: white;
    width: 100%;
    height: 6px;  
}

.blue-border{
    background-color: blue;
    width: 100%;
    height: 6px;  
}

.barber-img2{
    width: 0px;
    height: 0px;
}
  

@media(max-width: 1600px){
    .barber-img2{
        width: 0%;
        height: 0%;
    }

}

@media(max-width: 1440px){
    body img{
        width: 100%;
        height: auto;
    }

    main{
        width: 100%;
        height: auto;
    }

    .barber-img2{
        width: 0px;
        height: 0px;
    }
}

@media(max-width: 768px){
   .barber-img{
    width: 0px;
    height: 0px;
  }

  .barber-img2{
    width: 100%;
    height: auto;
  }

}

@media(max-width: 640px){
    h1{
      scale: 0.75;
    }

    h4{
        scale: 0.75;
    }

}

@media(max-width: 390px){
    .home-text{
        max-width: 16rem;
        color: white;
        height: 50%;
        width: 100%;
        margin-bottom: auto ;
    }

}

.footer-content{
    display: flex;
    align-items: center;
    color: white;
    padding: 4rem 1rem;
    gap: 2rem;
}

.logo-footer{
    text-align: center;
}

.page-inner-content{
    margin: 0 auto;
    width: 100%;
}

.copyright{
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}
