*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
.navbar{
    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("amazon_logo.png");
    height: 50px;
    width: 100%;
    background-size: cover;

}
.border{
    border: 2px solid transparent;
}
 .border:hover {
    border: 2px solid white;
 }  
 /*box2*/
 .add-first{
    color: #CCCCCC;
    font-size: 0.85rem;
    margin-left: 15px;
 }
 .add-sec{
    font-size: 1rem;
    margin-left: 4px;

 }
 .add-icon{
    display: flex;
    align-items: center;
 }
 /*box3*/
 .nav-search{
    display: flex;
    background-color: #F08804;
    width: 610px;
    height: 40px;
    border-radius: 4px;
    justify-content: space-between;
 }
 .nav-search:hover{
    border: 2px solid orange;
 }
 .search-select{
    background-color: #F3F3F3;
    width: 50PX;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.input-search{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #0F1111;
}
/*box4*/
span{
    font-size: 0.7rem;
}
.nav-sec{
    font-size: 0.85rem;
    font-weight: 700;
}
/*boxlast*/
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-weight: 700;
    font-size: 0.85rem;
}
/*panel*/
.panel{
    background-color: #222f3d;
    height: 40px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-opt p{
    display: inline;
    margin-left: 10px;
}
.panel-opt{
    width: 92%;
    font-size:0.85rem;
}
/*hero section*/
.hero-sec{
    background-image: url("Amazon homer.jpg");
    height: 370px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: #F5F6F6;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 20px;
}
.hero-msg a{
    color: #2162A1;
}
/*SHOP SECTION*/
.shop-sec{
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(255, 92, 42);
}
.box{
    height: 400px;
    /* border: 2px solid black; */
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
    
}
.box1-img{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;



}
.box1-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box1-content p{
    color: #2162a1;
}
/*footer*/
footer{
    margin-top: 15px;
}
.foot1{
    background-color: #2b394b;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot2{
    background-color: #1b2530;
    color: white;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
}
UL{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #DDDDDD;
}
.foot3{
    background-color: #1b2530;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
     background-image: url("amazon_logo.png");
    height: 50px;
    background-size: cover;
    width: 100px;
}
.foot4{
    background-color: #0f1111;
    color: white;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 80px;
     font-size: 0.7rem;
    text-align: center;
}
.pages{
   
    padding-top: 20px;
}
.copyright{
    
        padding-top: 5px;

}
