*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color:#0f1111 ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_logo{
    height: 80px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.logo{
    background-image: url(Amazon_logo.jpg);
    height: 80px;
    width: 140px;
    text-align: center;
    background-size:cover;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/** Box2**/
.add_icon{
    display: flex;
    align-items: center;
    
}
.add_first{
    color: #cccccc;
    margin-left: 19px;
    font-size: 0.85rem;
}
.add_second{
    font-size: 1rem;
}
/**box 3 **/
.nav_search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;
    
}
.select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search_input{
    width: 100%;
    font-size: 1rem;
    border: none ;
}
.search_icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;  
}
.nav_search:hover{
    border: 2px solid orange;
}

/**box4*/
span{
    font-size: 0.7rem;
}
.nav_second{
    font-size: 0.85rem;
    font-weight: 700;
}
/** box 6**/
.nav_cart i {
  font-size: 30px;
}
.nav_cart{
    font-size: 0.85rem;
    font-weight: 700;
}
/** panel**/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white ;
    align-items: center;
    justify-content: space-between;
    
}
.panel-ops p{
    display: inline;
    margin-left: 15px ;
}
.panle-ops{
    display: flex;
    width: 70px;
    font-size: 0.85rem;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 20px;
}
.nav-toggle{
    color: white;
    display: none;
}
/**hero section**/
.hero-section{
    background-image: url(hero1.jpg);
    height:350px ;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items:end;

}
.hero-msg{
    background-color: white;
    color: black;
    height:40px ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.hero-msg a{
    color:#007185 ;
}
/**shop section**/
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#e2e7e6 ;
    overflow: hidden;
}
.box{
    height: 400px;
    
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
/** box content**/
.box-img{
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-contant{
    margin-left: 1rem;
    margin-right: 1rem;

}
.box-contant p{
    color:#007185 ;
}
.hero-section2{
    background-image: url(hero2.jpg);
    height:350px ;
    background-size: cover;
    margin-top: 15px;
}
.hero-section3{
    background-image: url(hero3.jpg);
    height:350px ;
    background-size: cover;
     margin-top: 15px;
}
.hero-section4{
    background-image: url(hero4.jpg);
    height:350px ;
    background-size: cover;
     margin-top: 15px;

}
/** 4 inbox**/
.shop-box{
    background-color: #e2e7e6;
     display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-evenly;
}
.four-box{
    height: 500px;
    width: 23%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: white;
}

.box-4{
            
           width: 45%;
           
            
            margin-left: 5px;
 }
 .box-4 p{
    font-weight: 500;
 }
 .box-img1{
    height: 140px;
    width: 100%;
    background-size: cover;
 }
 .heading{
    font-size: 30px;
    font-family: 700;
    margin-top: 15px;
    margin-left: 15px;
    
 }

/** footer**/
footer{
    margin-top: 15px;
}
.foot-panel1{
    height: 50px;
    color: white;
    background-color: #37475a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2{
    height: 300px;
    background-color: #222f3d;
    color: white;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 25px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel3{
    background-color: #222f3d;
    border-top:  0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.logo-end{
    background-image: url(Amazon-logopng.png);
    height: 75px;
    width: 200px;
    text-align: center;
    background-size:cover;
    margin-top: 40px;
    margin-bottom: 40px;
}
.foot-panel3 i{
    color: white;
    
}
.foot-panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
}   
.pages{
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;
}
