*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
  }
  .header{
    background-color: rgb(255, 255, 255);
}

.images {
    width: 100%;
    height: 100px;
}
.pic{
    background-color: black;
    color: #fff;
  }
  .heading4{
    background-color: black;
    font-weight: 600;
  }

.main {
    width: 100%;
    height: 500px;
}

.logo {
    height: 60px;
    width: 60px;
    border-radius: 50px 50px 50px 50px;
}
ul {
    list-style: none;
}
.nav-item{
    font-size: 20px;
    font-weight: 600;
   

 }
.nav-item a{
    list-style-type: none;
    text-decoration: none;
    color: rgb(8, 8, 8);
       margin-left: 8px;
       margin-right: 7px;
       
}
.nav-items a i {
    font-size: 25px;
    margin-bottom: auto;
    color: rgb(8, 8, 8)
} 
.a{
    position:relative;
  font-size:40px;

  font-weight: 800;
  background-color: black;
  color: #fffefe;}
  .all a{
    text-decoration: none;
    font-weight: 700;
    color: black;
  }
.contain{
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}
.contain h1{
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}
.project{
    display: flex;
}
.shop{
    flex:75%
}
.box{
    display: flex;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    
}
.content{
    padding: 20px;
    position: relative;
    width: 100%;
}
.content h3{
    margin-bottom: 10px;
    

}
.content h4{
    margin-bottom: 5px;
}
.btn-area{
    position: absolute;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    border-radius: 10pxn;
    background-color: #fff;
    color:black;
}
.btn-area:hover{
   
    text-decoration: underline;

}
.unit input{
    width: 50px;
    padding: auto;
    text-align: center;
}
.btn-area i{
    margin-right: 5px;
}
.bar{
    margin-top: 30px;
    flex: 25%;
margin-left: 20px;
padding: 20px;
height: 400px;
border-radius: 5px;
background-color: #fff;
}
.bar hr{
    margin-bottom: 20px;
}
.bar p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
}
.bar a{
    background-color: #fff;
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
}
.bar i{
    margin-right: 10px;

}
.bar a:hover{
    background-color: #fff;
}
.all:hover{
  
    text-decoration:underline;
    
}
@media screen and (max-width:700px) 
{
    .content{
        margin-bottom: 20px;
    }
    .content h4{
        margin-bottom: 20px;
    }
    .btn2{
        display: none;
    }
    .box{
        height: 150px;
    }
    .box img{
        height: 150px;
        width: 100px;

    }
    
}
/* @media screen and(max-width:900px) {
    .project{
        flex-direction: column;
        
    }
    .bar{
        margin-left:0 ;
        margin-bottom: 20px;
    }
    
} */
/* @media screen and(max-width:1250px) {
    .contain{
        max-width: 95%;
    }
    
} */