
*{
    margin:0;
    padding:0;
}
.navbar{
    height:80px;
    width:1550px;
    background-color:rgba(161, 95, 95, 0.792);
    background-size: cover;
    color:black;
    display: flex;
    align-items:center;
    justify-content:space-evenly;
} 

.add-icon{
    display:flex;
    align-items: center;
}
#logo{
    background-image:url("logo2.jpeg");
    background-size:60px;
    background-repeat:no-repeat;
     height:60px;
     width:60px;
     /* background-size:cover; */
     margin-right:5px;
     margin-left: 10px;
     background-color: #0f1111;
}
.border{
    border:2px solid transparent;
}
.border:hover{
    border:1.5px solid white;
}
.deliver{
    font-size:12px ;
    color:#CCCCCC;
    margin-left:15px;
}
.india{
    font-size:14px ;
    color:#FFFFFF;
    margin-left:3px;
}
.searching{
    display:flex;
    justify-content:space-evenly;
    width:620px;
    background-color:aquamarine;
height:40px;
border-radius:4px ;
}
.search-select{
    background-color:#f3f3f3;
    border-top-left-radius:4px ;
    border-bottom-left-radius:4px ;
    width:50px;
    text-align:center;
    border:none;
}
.search-input{
    width:100%;
    font-size:1 rem ;
    border:none;
}
.search-icon{
    width:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.3rem;
    background-color:rgba(161, 95, 95, 0.792);
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    color:#0f1111;
}
.hello{
    font-size:12px;
}
.Account{
    font-size:14px;
    font-weight: 700;
}
.searching:hover{
    border:2px solid rgb(255, 149, 0);
}
.nav-cart i{
 font-size:30px;
}
.nav-cart{
    font-size:0.85 rem;
    font-weight:700;
}
.panel{
    /* background-color:#222f3d; */
    color:white;
    height:40px;
    display:flex;
    align-items:center;
    
}
.panel-ops p{
    display:inline;
    margin-left:10px;
    
    }
    .panel-ops{
        align-itsems:center;
        justify-content:space-evenly;
        width:100%;
        font-size:0.85 rem;
    }
.panel-a{
    margin-right :20px;
    font-weight:600;
}
.hero-img{
    background-image:url(hero_image.jpg);
 background-size:cover;
 height:550px;
 display:flex;
  width: 1550px;;
 justify-content:center;
 align-items:flex-end;
}

/* .hero-text{
    background:none;
    margin-left:-80px;
    color:white;
    height:40px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size: 14px;
    margin-bottom:25px;
    font-family: "Times New Roman", Times, serif;
    
} */
.shop-section{
    display:flex;
 justify-content:space-evenly;
 background-color: #e2e7e6;;
 flex-wrap:wrap;

}
.box{
    height:400px;
     border:2px solid black;
    width:23%;
    background-color:white;
    padding:20px 0px 15px;
    margin-top:15px;
    overflow: scroll;
}
.box-image{
    height:300px;
    background-size:cover;
    margin-top:10px;
    margin-bottom:10px;
}
footer{
    margin-top:15px;
}
.box-content{
    margin-left:10px;
    margin-right:10px;
}
.box-content p{
    color:#007185;
}
.foot-panel1{
    background-color:#37475a;
    color:white;
    height:50px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size:0.85rem;
}
.foot-panel2{
    background-color:#222f3d;
    color:white;
    height:300px;
    display:flex;
    justify-content:space-evenly;
} 
.foot-panel2 a{
    display:block;
}
ul p{
    margin-top:20px;
}
ul a{
    font-size :0.85rem;
    margin-top:10px;
    color:#dddddd;
}
.foot-panel3{
    background-color:#222f3d;
    color:white;
    border-top: 0.5px solid white;
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-size: cover;
}

h2{
    background-color:yellowgreen;
    text-align: center;
}

  .see:hover{
    color: blue;
    font-size: 1.5rem;
  }
#element{
    color:rgb(152, 62, 92);
    font-size: 50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
@media screen and (max-width:600px){
     
    .box{
        height:400px;
        /* border:2px solid black; */
        width:50%;
        background-color:white;
        /* padding:20px 0px 15px; */
        margin-top:15px;
        padding: 0px;
        background: cover;
        
    }

    .shop-section{
        /* display:flex;
     justify-content:space-evenly; */
     background-color: #e2e7e6;;
     flex-wrap:none; 
    }
    #shop{
        align-items: center;
    }
    
}



@media screen and (max-width:900px) and (min-width:600px){
    .shop-section{
        /* display:flex; */
     /* justify-content:space-evenly; */
     background-color: #e2e7e6;;
     /* flex-wrap:wrap; */
    }
}
.butt{
    background:none;
    border:0px;
    height: 10px;
    width:10px;
}
.heart:{
    color: pink;
}
.foot-panel4{
    background-color:#0f1111;
    color:white;
    height:100px;
    font-size:0.7rem;
    text-align: center;
}