*{
    margin: 0;
    font-family: arial;
    border: border-box;

}
.navbar{
    justify-content: space-evenly;
    height: 60px;
    background-color:black;
    color: white;
    display: flex;
    align-items: center;
}
 
.nav-logo{
    height: 50px;
    width: 100px;
}
.logo{
    background-image:url("amazon_logo (1).png");
    background-size: cover;
    height: 50px;
    width: 100%;
     
}
.border{
    border: 1.4px silid transparent;
}
.border:hover{
    border: 1.4px solid white;
}
/** box 2 **/
.add-first{
    color: #cccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.ad-second{
    color: white;
    font-size: 1rem;
}
.add-icon{
    display:flex;
    align-items: center;

}
/** box 3**/

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height:40px;
    border-radius: 4px;   

}
.nav-search:hover{
 border: 2px solid orange;
}
 
.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.search-input{
    width:500px;
    border: none;
    font-size: 1rem;

}
.search-icon{
    width:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: #0f1111;

}
 /*** box 4**/
 span{

    font-size: 0.7rem;

 }
 .nav-second{
    font-size: 0.05;
    font-weight: 700;

 }
 /** box 6**/
 .nav-cart{
font-size: 1rem;
font-weight: 700;

 }
 .panel{
    justify-content: space-evenly;
    height: 50px;
    background-color:#222f3d;
    color: white;
    display: flex;
    align-items: center;
 }
  

 .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("hero_image.jpg");
     background-size: cover;
     height: 380px;
     display: flex;
     justify-content: center;
     align-items: flex-end;

   }
   .hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    margin: 25px;
    width: 80%;

   }
   .hero-msg a{
    color: #001785;

   }

.shop-section{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   background-color: #e2e7e6;

}
.box{
     
    height: 400px;
    width: 23%;
    border: 2px solid black;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px

}
.box-img{
    height: 300px; 
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-contents{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content p{
    color: #001785
}  
  
