*{
    margin: 0;
    padding: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 70px;
    background-color: #0f1111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 70px;
    width: 150px;
}
.logo{
    background-image: url("image/amazon_logo.png");
    background-size: cover;
    height: 70px;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.add-fis{
font-size: 15px;
color: #cccccc;
margin-left: 19px;
}
.add-sec{
font-size: 16px;
color: #ffffff;
}
.add-icon{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: bisque;
    width: 630px;
    height: 40px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 3px solid orange;
}
.search-select{
    font-size: 14px;
    color: #0f1111;
     background-color: #ffff;
     text-align: center;
     border-top-left-radius: 3px;
     border-bottom-left-radius:3px ;
     border: none;
}
.search-input{
    width: 100%;
    font-size: 19px;
    border: none;
}
.search-icon{
    font-size: 27px;
    width: 45px;
    background-color: #febd68;
    height: 40px;
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select-lang{
    font-size: 30px;
    display: flex;
}
.lang{
    font-size: 13px;
    width: 50px;
    height: 25px;
    color: #fff;
    margin-left: 5px;
    display: flex;
}
span{
    font-size: 0.7rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart{
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart{
    font-size:18px ;
    margin-top: 0.7rem;
}
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p{
    display: inline;
    margin-left: 15px;
    padding: 8px;
}
.panel-ops{
    width: 70%;
    font-size: 0.85rem;
    color: #fff;
    font-weight: 700;
}
.panel-deals{
font-size: 0.9rem;
color: #fff;
font-weight: 700;
}
.panel-all{
    display: flex;
    color: #fff;
    font-size: 14px;
}
.all{
    margin-left: 10px;
}
.hero-sec{
    background-image:url("image/hero_image.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f1111;
    height: 40px ;
    background-color: #fff;
    bottom: 25px;
    width: 80%;
    margin-bottom:0.85rem ;

}
.hero-text a{
    color: #007185;
}
.shop-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e3e7e6;
}
.shop-sec li{
    cursor: pointer;
}
.box{
    height: 300px;
    width: 23%;
    background-color: #fff;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
   background-image: cover;
    height: 78%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}
.box h2{
    margin-left: 10px;
    margin-right: 10px;
}
.box p{
    margin-left: 10px;
    margin-right: 10px;
    color: #007185;
}
.back-to-top{
    height: 40px;
    background-color: #37475a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}
.foot-panel{
    background-color: #222f3d;
    color: #fff;
    height: 300px;
    display: flex;
    justify-content: space-evenly;;
}
.foot-panel ul a{
display: block;
font-size: 14px;
margin-top: 0.85rem;
color: #DDDDDD;
height: 12px;
}
ul p{
    font-size: 15px;
    font-weight: 800;
    margin-top: 2rem;
}
.last-panel{
    background-color: #222f3d;
    border-top: 0.1px solid white;
height: 70px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.logo{
    background-image: url("image/amazon_logo.png");
    background-size: cover;
    height: 70px;
    width: 125px;
}
.select-lang{
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang{
    font-size: 13px;
    width: 100px;
    height: 40px;
    background-color: #DDDDDD;
    color: black;
    margin-left: 5px;
    display: flex;
}
.currency{
display: flex;
color: #DDDDDD;
font-size: 14px;
}
.currency p{
    margin-left: 0.45rem;
}
.last-panel2{
    border-top: 1px solid #2a4766;
    height: 70px;
    background-color:#0f1111 ;
    color:#DDDDDD;
}
.pages{
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 12px;
}
.copyright{
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 12px;

}