*{
    margin: 0px;
    padding: 0px;
    
}
body{
    width: 80%;
    margin: auto;

}
nav{
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin-top: 10px;
    position: sticky;
    top: 0;
    background-color: aliceblue;
    
}
nav input{
    height: 30px;
    width: 40%;
    margin-top: 50px;
    padding-left: 13px;
    margin-left: -242px;
    
}
nav img{
    width: 130px;
    height: 100px;
}
.log a{
    text-decoration: none;
    list-style: none;
    color: #84c225;
    font-weight: bold;
}
.bag img{
    width: 3vw;
    height: 30px;
}
.bag{
    width: auto;
    height: 70px;
    margin-top: 10px;
    font-size: 17px;
    padding: 10px 15px;
    background-color:rgb(248, 224, 191) ;
   
}
.bag:hover{
    cursor: pointer;
    background-color: rgb(248, 244, 238);

}
.img>img{
    width: 100%;
    margin-bottom: 30px;
}

#footer{
  
    width: 100%;
    height: 90vh; 
    
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

#footer1{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer2{
    width: 100%;
    height: 35vh;
    font-family: "arial";
    
}
.inside_footer1{
    width: 20vw;
    height: 70%;
    display: flex;
    flex-direction: column;
    color: grey;
    font-family:"arial";
    font-weight: 70;
    letter-spacing: 1px;
    font-size: 13px;
    
}
.inside_footer1 ul li{
    margin-top: 2vh;
}
.inside_footer1 ul li:hover{
    color: lawngreen;
}
.inside_footer1 span{
    font-size: 15px;
    color: forestgreen;
}
hr{
    margin-top: -10vh;
}
#footer2 span{
    color: forestgreen;
    
}
#footer2 p{
    color: grey;
    font-size: 13px;
    margin-top: 2vh;
    
}
#footer li:hover{
    cursor: pointer;
}

.social{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    width: 180px;
}

#products{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
       text-align: center;
    margin-left: 30px;
    
    
}
@media all and (min-width:500px) and (max-width:800px) {
    #products{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        text-align: center; 
    }
    .filter{
        display: flex;
        flex-direction: column;
    }
    nav{
        display: flex;
        justify-content: center;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 10px;
        position: sticky;
        top: 0;
        background-color: aliceblue;
        
    }
}
@media all and (min-width:300px) and (max-width:498px) {
    #products{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
        text-align: center; 
    }
    .filter{
        display: flex;
        flex-direction: column;
    }
    nav{
        display: flex;
        justify-content: center;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 10px;
        position: sticky;
        top: 0;
        background-color: aliceblue;
        
    }
}
#products img{
    width: 55%; 
    cursor: pointer;
}
#products div{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 10px;
    padding-bottom: 70px;
    
}
#products div>p{
    font-weight: bold;
}
#products p:hover{
    cursor: pointer;
    color: #84c225;
}
.filter-1 li:hover{
    cursor: pointer;
    color: #84c225;
    font-weight: bold;
}
#products button{
    margin-top: 50px;
    background-color: rgb(214, 137, 137);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 40%;
    height: 42px;
}
#products button:hover{
    cursor: pointer;
    background-color:#84c225 ;
}
.filter{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.filter-1{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    cursor: pointer;
    font-size: large;
    
    height: fit-content;
    padding: 10px 25px;
}
.filter-1>div{
    margin-bottom: 20px;
    color: #84c225;
}
#sort button{
    width: 15%;
    margin-top: 10px;
    border: none;
    border-radius: 7px;
    background-color: #84c225;
    padding: 8px 12px;
    color: aliceblue;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
}

   

    

