*{
    margin:0;
    font-family: Arial;
    border:border-box;
}
.navbar{
    height: 60px;
    background-color:#0f1111 ;
    color:white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    
    height:50px;
    width:100px;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
    border-radius: 10%;
}
/*box2*/
.add1{
    color:#cccccc;
    font-size:0.75rem ;
    margin-left: 12px;
}
.add2{
    font-size:1rem ;
    margin-left: 2px;
}

.address{
    display: flex;
    align-items: center;
  
}
/*box3*/
.search{
    display: flex;
    width: 620px;
    height:40px;
    border-radius:4px; 
    justify-content: space-evenly;
    background-color: aqua; 
}
.search-select{
    background-color: #f3f3f3;
    width: 52px;
    padding: 5px;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    border:none;
    
}
.search-bar{
    width: 100%;
    border: none;
    font-size: 1.1rem;
}
.search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width:45px;
    font-size: 1.2rem;
    background-color: rgb(240, 185, 5);
    border-top-right-radius:4px ;
    border-bottom-right-radius: 4px;
    border:none;
    color:#0f1111;

}
/*box4*/
span{
    font-size: 0.7rem;
}
.box4-1{
    font-size: 0.85rem;
    font-weight: 700;
}
.cart i{
    font-size:30px;
}
.search:hover{
    border:2px solid rgb(252, 157, 5);
}
.cart{
    font-size: 0.85rem;
    font-weight: 700;
}
.panel{
    height: 40px;
    background-color:#222f3d ;
    display:flex;
    color:white;
   align-items: center;
   justify-content: space-evenly;
}
.panel-ops p{
    display: inline;
    margin-left: 15px;
}
.panel-ops{
    width:70%;
    font-size: 0.85rem;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}
.hero-section{
    background-image: url("herosection.jpg");
    height: 400px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}
.hero-section-1{
 height:40px ;
 background-color: white;
 color:black;
 display: flex;
 align-items: center;
  justify-content: center;
  font-size: 0.85rem;  
  width: 80%;
  margin-bottom: 1rem;
 border-top-right-radius: 8px;
 border-bottom-left-radius: 8px;
}
.hero-section-1 a{
      color: #007185;
      text-decoration: none;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#F19CBB;
}
.box{
    margin-top: 1rem;
    height:500px;
    width:24%;
    background-color:#f4eeee;
    padding: 20px 0px 15px;
}
.box-image{
    
    background-size: cover;
    height: 450px;
    
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p{
    color:#007185 ;
}
.back{
    height: 50px;
    background-color:#222f3d ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back p{
    color:white;
}
.last{
    height: 250px;
    width: 20%;
}
.last p{
    color: white;
    padding: 8px;
}
.last h2{
    color: #f4eeee;
}
.about{
  background-color:#122a43 ;
  display: flex;
  justify-content: space-between;
  height: 400px;

}
.foot-panel{
    background-color: #222f3d;
    border-top: 0.5px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image:url("amazon_logo.png") ;
    background-size: cover;
    height: 50px;
    width: 100px;
}
