*{
    margin: 0px;
    padding: 0px;
    font-family: arial;
    box-sizing: border-box;
}
.navbar{
    background-color: #131921;
    height: 65px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}
.nav-logo{
    height: 58px;
    width: 140px;
}
.logo{
    background-image: url("amazon.png");
    height: 50px;
    width: 135px;
    background-size: cover;
    padding: 1px 1px 5px 6px;
    margin-left: 2px;
    margin-bottom: 2px;
    
}
.border{
    border: 2px solid transparent;
    /* width: 145px;
    height: 62px; */
    margin-left: 5px;
}
.border:hover{
    border: 2px solid white;
}
.add-first{
    font-size: 0.85rem;
    color: #cccccc;
    margin-left: 15px;
}
.add-second{
font-size: 1rem;
color: #ffffff;
margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}
.nav-address{
    margin-left: 10px;
}
.nav-search{
    margin-left: 20px;
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 680px;
    height: 40px;
    border-radius: 4px;
}
.search{
 background-color: #e9e6e6;
 width: 52px;
 height: 40px;   
 padding-left: 5px;
 text-align: center;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
 border: none;
 padding: 0px 10px 00px 5px;
}
.text{
    width: 100%;
    font-size: 1rem;
    border: none;
    padding-left: 10px;
}
.text:hover{
    border: 2px solid orange;
}
.search-icon{
    width: 45px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #febd69;
    font: 1.2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #0f1111;
}
.logos{
    background-image: url("america.png");
    height: 12px;
    width: 21px;
    background-size: cover;
    margin-left: 10px;
}
.flag{
    display: flex;
}
.lang {
    background-color: none;
    height: 10px;
    width: 21px;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;

}
span{
    font-size: 0.8rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
.second-nav{
    width: 100%;
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.9rem;
    font-weight: 500;
}
.contain p{
    display: inline;
    margin-left: 15px;
}

.shop-deals{
    text-align: right;
}
.space{
    width: 620px;
}
.book-section{
    background-image: url("shoopbooks.jpg");
    height: 320px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
}
.msg{
    background-color: white;
    color: black;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 95%;
    margin-bottom: 25px;

}
.msg a{
    color: #007185;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px  0px 15px;
    margin-top: 15px;
}
.box-image{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p{
    color: #007185;
}
footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 280px;
    display: flex;
    justify-content: space-evenly;

}
.foot-panel2 ul a {
    display: block;
    color: #dddddd;
}
.foot-panel2 ul p {
    margin-top: 25px;
    font-weight: 700;
}
a{
    font-size: 0.85rem;
    margin-top: 10px;
}
.foot-panel3{
    background-color: #222f3d;
    border-top: 0.1px solid grey;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-panel4{
    background-color: #0f1111;
    color: white;
    text-align: center;
    height: 70px;
    padding-top: 20px;

}
.pages{
    font-size: 0.7rem;
}
.copyright{
    font-size: 0.7rem;
}














