*{
    margin:0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height:60px;
    background-color: rgb(0, 0, 0);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 50px;
    width: 100px;  
}
.logo{
    height: 49px;
    background-image: url("amazon-logo.png");
    background-size: cover;
}
.border{
    border: 2px transparent white;
}
.border:hover{
    border: 2px solid white;
}
.address-1{
color: aliceblue;
font-size: 0.75rem;
margin-left: 15px;
}
.address-2{
font-size: 1rem;
margin-left: 9px;
}
.icon{
    display: flex;
    align-items: center;
}
.nav-search{
    display: flex;
    align-items: center;
    width: 620px;
    height: 40px;
    border-radius: 3px;
    justify-content: space-evenly;
}
.search-select{
width: 50px;
background-color: #f3f3f3;
text-align: center;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border:none;
height: 20px;
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width:45px;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    background-color: orange;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: black;
    height: 20px;
}
.span{
    font-size: 0.7rem;
}
.nav-2{
font-size: 0.65rem;
font-weight: 700;
}
.nav-search :hover{
border: 2px solid orange;
}
.cart-icon{
    font-size: 30px;
}

.panel{
    height: 40px;
    background-color:#222f3d ;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
     color: white;
}
.panel-ops p{
    margin-left: 15px;
    display: inline;
}
.panel-ops {
    width: 70%;
    font-size: 0.85rem;
    
}
.panel-deals{
 font-size: 0.9rem;
 font-weight: 700;

}
.hero-section{
background-image: url("amazon_backgound.jpg");
background-size: cover;
height: 380px;
display: flex;
align-items: flex-end;
justify-content:center;
}
.hero-footer{
background-color: white;
color: black;
font-family: Arial;
height: 40px;
width: 80%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
font-size: 0.85rem;
bottom: 25px;
font-weight: 700;
}
.hero-footer a{
    color:#007185;
    font-weight: bold;
}
.shop-section{
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
background-color: rgb(229, 202, 93);
}
.box{
    border: 1px solid white;
    height: 390px;
    width: 22%;
    background-color: whitesmoke;
    padding: 20px 0px 15px ;
    margin-top: 15px;
    border-radius: 6px;
}
.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: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 0.75rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 460px;
    font-size: 0.75rem;
}
ul{
    margin-top: 20px;
    display: flex;
    display: block;
}
ul p{
    font-weight: bold;
}
ul a{
    display: block;
    font-size: 0.80rem;
    margin-top:10px;
    color: #dddddd;
}
.foot-panel3{
background-color: #222f3d;
color: #f3f3f3;
border-top:0.5px solid white ;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
}
.logo{
    background-image: url(amazon-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    width: 100px;
}
.foot-panel4{
background-color: black;
color: #f3f3f3;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 0.7rem;
text-align: center;
height: 80px;
align-content: center;
}
.pages{
padding-top:0.5px;
}
.copyright{
padding-top: 6px;
}