*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
    box-sizing: border-box;
}
body{
    background-color: yellow;
    text-align: center;
}
/*header---------------------------------------------------*/
header{
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 80px;
    background-color: yellow;
    position: fixed;
    z-index: 1000;
}
.box{
    justify-content: space-between;
    display: flex;

}
.box .img img{
    height: 80px;
    width: 160px;
    margin-left: 20px;
}
.link ul li a {
    text-decoration: none;
    font-weight: bold ;
    font-size: 18px;
    margin: 20px;
    color: black;
    padding: 10px;
}
.link ul li button img{
    background-color: yellow;
    height: 45px;
    width: 45px;
    text-decoration: none;
}
.link ul li button{
    text-decoration: none;
}
.link ul li button:hover{
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
}
.link ul{
    list-style: none;
    display: flex;
    margin: 30px;
}
.link ul li a:hover {
    color: yellow;
    background-color: black;
    border-radius: 20px;
    font-weight: bolder;
    cursor: pointer;
}
/*about---------------------------------------------------*/
.tit{
    font-size: 25px;
    font-weight: bold;
    padding-top: 16px;
}
.all .text ul li p{
    color: yellow;
    margin: 18px;
}
.about{
    background-color: black;
    width: 100%;
    height: auto;
    width: 80%;
    margin: 40px auto;
    border-radius: 30px;
    padding: 25px 25px;
    
}
.all {
    display: flex;
    justify-content: space-between;
}
.all .imag img{
    height: 350px;
    width: auto;
}
/*search bar---------------------------------------------------*/
.product{
    background-color: black;
    width: 80%;
    text-align: center;
    left: 10%;
}
.search{
    background-color: yellow;
    height: 150px;
    width: 100%;
}

/*product---------------------------------------------------*/
.l1,.l2,.l3,.l4{
    display:flex ;
    align-items: center;
}
.pro{
    background-color: aliceblue;
}
.l3l4{
    display: none;
}




