*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

.nav_bar{
    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("img/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;

}

.border{
    border: 2px solid transparent;

}
.border:hover{
    border: 1.5px solid white;
}

/** Box2 **/
.add-first{
   color: #cccccc;
   font-size: 0.85rem;
   margin-left: 13px;
   margin-top: p8x;
}

.add-sec{
   font-size: 1rem;
   margin-left: 02px;
   
}

.add-icon{
    display: flex;
    align-items: center;
     
}

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(48, 46, 43);
    width: 620px;
    height: 40px;
    border-radius: 4px;

}

.search-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;
    
}
/** box 3 **/
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: rgb(255, 162, 0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

/** box 4 **/
span{
    font-size: 0.7rem;

}

.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
/**box 5**/
.nav-search:hover{
    border: 2px solid orange;
}

/** Box 6**/
.nav-cart i{
  font-size: 30px;
  
}
.nav-cart:hover{
    border: 1.5px solid rgb(0, 255, 136);
}

.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-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**/

.hero-section{
    background-image: url(img/hero_image.jpg);
    height: 350px;
    background-size: cover;
    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.85rem;
    
    width: 80%;
    margin: 25px;
}

.hero-msg p{
    background-color: antiquewhite;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;


}

/** Shop section**/
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    height: 900px;

}

 .box{
    /* border: 2px solid black; */
    height: 420px;
    width: 23%;
    background-color: white;
    padding: 20px opx 15px;
    margin-top: 15px;

 }


 /** Center Sign in design**/
 /**  **/
.center-div{
    background-color: white;
    background-size: cover;
    border: 0.7px solid rgb(253, 252, 252);
    height: 200px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
.sign-in{
    background-color: chartreuse;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 30px; */
    border-radius: 6px;
    /* text-decoration: none; */
}
.center-div-border{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border: 1px solid #DDD;
    height: 150px;
    border-radius: 5px;


}
.sign{
    font-size: 26px;
}
.new-customer{
    display: flex;

}


















 .box-img{
    height: 300px;
    margin-bottom:10px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

 .box-content{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 7px;
 }

 .box-content p{
    color: #007185;
 }

 /**  Footer Panel**/
 footer{
    margin-top: 15px;
 }

 .foot-panel a{
    color: antiquewhite;
    text-decoration: none;
 }
 
 .foot-panel{
    display: block;
    color: white;

    background-color: #37475a;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;

 }
 .link1:hover{
    color: rgb(147, 135, 222);
    text-decoration: underline;
 }

 /** foot-panel2**/

 .foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 270px;
    display: flex;
    justify-content: space-evenly; 
}

ul{
    margin-top: 20px;
}
ul a{
    color: #dddddd;
    text-decoration: none;
    display: block;
    font-size: 0.85rem;
    margin: 10px;

 }

 /** foot-panel3**/

 .foot-panel3{
     background-color: #222f3d;
     color:white;
     border: 1px solid rgb(177, 158, 158);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;

 }

 .logo{
    background-image: url("img/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;

 }

 /** foot-panel 4**/

 .foot-panel4{
    background-color: #131A22;
    color: white;
    height: 100px;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */

 }

.foot-panel4 a{
    text-decoration: none;
    color: aqua;
    
}
 .pages{
     /* font-size: 0.7rem;
    text-align: center; */
    padding-top: 25px;
 }
 .copyright{
    padding-top: 5px;
    /* margin-top: 0px;
    font-size: 0.7rem;
    text-align: center; */
 }

 /** foot-panel 5**/
.foot-panel5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* height: 300px; */
    background-color: #131A22;

}

.book{
    height: 100px;
    width: 23%;
    /* background-color: white; */
    /* padding: 0px opx px; */
    /* margin-top: px; */
}


ul:hover h2 {
    text-decoration: underline;
 }
.last:hover a{
    text-decoration: underline;
    color: deepskyblue;
}
 .link:hover{
    text-decoration: underline;
    color:deepskyblue ;

 }