*{
    margin: 0;

    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color:  #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.logo{
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
}
.nv-logo{
    height: 50px;
    width: 100px;
}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border: 1.5px white;
}
/** box2 **/
.add1{
    color: #cccccc;
    font-size: 0.90rem;
}
.add2{
    font-size: 1rem;
    margin: 2px;
}
.add-icon{
    display: flex;
    align-items: center;

}
/** box3 **/
.nav-srch{
    display: flex;
    background-color: pink;
    width: 600px;
    height: 40px;
    border-radius: 3px;

}
.selc-search{
    background-color: #f3f3f3;
    text-align: center;
    width: 50px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
}
.srch-input{
    width: 100%;
    font-size: 2rem;
    border: none;
}
.srch-icon{
    width: 45px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: rgb(255,255,0);
    border-top-right-radius: 3px;
    border-bottom: 3px;
    color: #0f1111;

}
/** box4 **/
span {
    font-size: 0.5rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 680;
}
/**box5 **/
.nav-cart i {
    font-size: 30px;

}
.nav-cart{
    font-size: 0.80rem;
    font-weight: 680;
}
.panel{height: 40px;
background-color: #222f3d;
display: flex;
color: white;
justify-content: space-evenly;
align-items: center;

}
.panel-op p{
    display: inline;
    margin-left: 15px;
}
.panel-op{
    width: 67%;
    font-size: 0.85rem;
}
.hero-sec{
    background-image: url(hero_image.jpg);
    background-size: cover;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 0.85rem;
}
.hero-msg a{
    color: #007186;
}
.shop-sec{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
flex-wrap: wrap;
}
.box{
    height: 400px;
    width: 20%;
    background-color: white;
padding: 20px 0px 15px;
}
.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 10px;
    margin-right:10px;

}
.box-content p{
    color: #007186;
}
/** footer **/
footer{
    margin-top: 18px;
}
.footpanel1{
    background-color: #37475a;
    color: white;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    text-align: center;
}
.footpanel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
display: flex;
justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 12px;
    color: #dddddd;
}
.footpanel3{
    background-color: #222f3d;
    color: white;
    height: 67px;
    border-top: 0.3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
}
.footpanel4{
    background-color: #0f1111;
 color: white;
 height: 80px;
 text-align: center;
 font-size: 0.5rem;
}
.pages{
    padding: top 23px;
}
.copy{
    padding-top: 3px;
}