@media screen and (max-width:576px){

}
/* small mobile */
@media screen and (min-width:577px){
  
nav>figure::before{
    width: 110%;
left: -5px;
}


}
/* big mobile */
@media screen and (min-width:768px){
  
    header>nav>ul{
        display: flex;

    }

    nav>figure>img{
       
        width: 80px;
       }

    header>.icon{
        display: none;
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div{

        transform: translateX(-200px); 
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>h5{
        font-size:4em;
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div>div>p{
    font-size: 1.1em;
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>h5 {
        font-size:3em;
    
    }

    header>div:nth-of-type(4){
   
        transform: translateX(120px); 
    }
    header>div:nth-of-type(4) {
     
        display:flex;
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div>div>p {
     margin-left:4.5em;
    }

    section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2) ,
    section:nth-of-type(2)>div>div:nth-of-type(2) ,
    section:nth-of-type(3)>div>div:nth-of-type(2),
    section:nth-of-type(4)>div>div:nth-of-type(2)
    {
        background-size: 80% 100%;
    }

    section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)  {
        order:1;
    }

    section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)  {
        order:2;
    }
    section:nth-of-type(2)>div>div:nth-of-type(1)  {
        order: 2;
    }

    section:nth-of-type(2)>div>div:nth-of-type(2)  {
        order: 1;
    }
    section:nth-of-type(3)>div>div:nth-of-type(1)  {
        order:1;
    }
    section:nth-of-type(3)>div>div:nth-of-type(2)  {
        order:2;
    }

    section:nth-of-type(4)>div>div:nth-of-type(1)  {
        order:2;
    }
    section:nth-of-type(4)>div>div:nth-of-type(2)  {
        order:1;
    } 
    section:nth-of-type(1)>div:nth-of-type(1)>h2::after,
    section:nth-of-type(1)>div:nth-of-type(1)>h2::before,
    section:nth-of-type(5)>div:nth-of-type(1)>h2::after,
    section:nth-of-type(5)>div:nth-of-type(1)>h2::before {
       
        display:block;
       
    }
    
    section:nth-of-type(5)>.gallery {
        transform:translateX(-1em)!important;
    }
    
    section:nth-of-type(6)>div:nth-of-type(1)>div>p{
    
        font-size:1.3em;
      }
      .comments img{
        display:block;
    }

    footer>div>div:nth-of-type(1) {
        padding-left: 70px;
    }
    .padding-left{
        padding-left: 0;
    }
}

/* tablet */
@media screen and (min-width:992px){
    nav>figure::before{

    width:72%;
    left: 30px
    }
    header>div:nth-of-type(4){
   
        transform: translateX(180px); 
    }
    header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div>div>p {
        margin-left:0;
       }
    section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2) ,
    section:nth-of-type(2)>div>div:nth-of-type(2 ) ,
    section:nth-of-type(3)>div>div:nth-of-type(2 )
    
    
    {
        background-size: 80% 100%;
    }


    section:nth-of-type(5)>.gallery>div:nth-of-type(1)>figure{
        width:70%;
        height: 70%;
    }
}
/* desktop */
@media screen and (min-width:1200px){
    
}
/* x-large */