* {
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
   height: 65px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
  
  
}
.nav-logo{
    height: 50px;
    width: 130px;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size: cover ;
    height: 50px;
    width: 100%;
   
}
.border{
    border: 1px solid transparent;
}
.border:hover{
    border: 1px solid white;
}
/* box 2 */
.first{
    color: #cccccc;
    font-size: 1rem;
    margin-left: 10px;
}
.second{
    color: white;
    font-size: 0.85rem;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}
/* search bar */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    width: 600px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.nav-search:hover{
    border: 3px solid rgb(206, 139, 14);
}s
.search-category{
    background-color: #f3f3f3;
    width: 100px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;

}
.search-box{
    background-color: #f3f3f3;
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search{
    background-color: rgb(206, 139, 14);
    border: none;
    color: white;
    font-size: 1.3rem;
}

.lang{
color: white;
background-color: #0f1111;
align-items: center;
}
.account{
    display: flex;
    align-items: center;
}
.navfirst{
    color: white;
    font-size: 0.85rem;
}
.navsecond{
    color: #cccccc;
    font-size: 1rem;
}
.return{
    color: white;
    font-size: 0.85rem;
}
.cart i{
    font-size: 1.6rem;
}

.sec-nav{
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.option p{
    display: inline;
    margin-left: 15px;
}
.option{
 width: 70%;
 font-size: 0.90rem;
}
.option-second{
    font-size: 1.1rem;
    font-weight: 600;
}
/* hero section */
.hero{
    background-image: url("hero.jpg");
    background-size: cover;
    height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-text{
    background-color: white;
    font-size: 0.85rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 15px;
}
.hero-text a{
  color: #007185;
  font-size: 0.9rem;
}
/* shop section */
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    /* border: 2px solid black; */
    height: 400px;
    width: 23%;
    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-content p{
    color: #007185;
}

/* footer */
footer{
   margin-top: 10px;
}
.foot-pannel1{
    background-color: #37475a;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-pannel2{
    background-color: #222f3d;
    color: white;
    display: flex;
    justify-content: space-evenly;
  

    
}
ul p{
    color: white;
    font-size: 1.2rem;
    margin-top: 10px;
}
ul a{
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.foot-pannel3{
   
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid transparent;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size: cover ;
    height: 50px;
    width: 100px;
}
.foot-pannel4{
    background-color: #131a22;
    height: 100px;
    font-size: 0.85rem;
    color: white;
}
.page{
    padding-top: 20px;
    font-size: 0.85rem;
    text-align: center;
}
.copyright{
    padding-top: 10px;
    font-size: 0.85rem;
}