*{
    margin: 0px;
    font-family: Arial;
    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");
    background-size: cover;
    height: 50px;
    width: 100%;


}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/**Box2**/

.location{
    display:flex;
}
.deliver{
    font-size: 0.85rem;
    color:#cccccc;
    margin-left: 15px;
}
.country{
    font-size: 1rem;
    margin-left: 3px;
}
/**Box3**/

.nav_search{
    display:flex;
    width:620px;
    height: 40px;
    border-radius: 4px;
    margin: 10px 4px 10px 3px;
    
}
.nav_search:hover{
    border: 2px solid orange;
}
.select{
    width: 45px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border:none;
    color: #0f1111;
    background-color: #cccccc;
}
.search{
    width: 100%;
    font-size: 1rem;
    border:none;
    color: #0f1111;
}
.button{
    width:45px;
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:none;
    background-color: #febd68;
}
/**Box4**/

.world{
    height: 40px;
    width: 74px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: top(15px);
    color: white;
    background-color: #0f1111;
}
/**Box5**/

.span1{
    font-size: 0.7rem;
    margin-left: 4px;
}
.account{
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    background-color: #0f1111;
    border: none;
}
.span2{
    font-size: 0.7rem;
}
.order{
    font-size: 0.85rem;
    font-weight: 700;
}
/**Box6**/

.nav-cart i{
    font-size: 30px;
    font-weight: 700;
}
.nav-cart{
    font-size: 0.85rem;
}
/**Panel**/
.panel{
    height:40px;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    background-color: #222f3d;
}
.panel-ops p{
    display: inline;
    margin-left: 15px;
}
.panel-ops{
    width:70%;
    font-size: 0.85rem;
}
.panel-last{
   font-size: 0.9rem;
   font-weight: 700;
}
.hero-section{
    background-image: url("Amazon Background.jpg");
    height:400px;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    
}
.hero-msg{
    height: 40px;
    width:90%;
    color: #0f1111;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 25px;
}
.hero-msg a{
    text-decoration: none;
    color: #007185;
}
.shop-section{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: pink;
}
.box{
    height: 400px;
    width:23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top:15px;
}
.box-img{
    height:300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p {
    color: #007185;
}
/**Footer**/
footer{
    margin-top: 25px;
}
.footer-one{
    background-color: #37475a;
    color: white;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.footer-two{
    height: 300px;
    background-color: #222f3d;
    color: white;
    display:flex;
    justify-content: space-evenly;
}
ul a{
    color: #dddddd;
    font-size: 0.85rem;
    display: block;
    margin-top: 10px;
}
ul{
    margin-top: 10px;
}
ul p{
    font-weight: 700;
}
.footer-three{
    border-top: 1.2px solid white;
    background-color: #222f3d;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo1{
    background-image: url("Amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}
.foot-four{
    height:70px;
    color: white;
    background-color:#172431;
    font-size: 0.7rem;
    text-align: center;
}
.pages{
    padding-top: 12px;
    
}
.copyright{
    padding-top: 5px ;
}
