*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
height: 60px;
background-color: #131921;
color: white;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.navlogo{
    height: 50px;
    width: 100px;
}
.logo{
    background-image: url("images/amazon_logo.png");
    height: 50px;
    width: 100%;
    background-size: cover;
}
.border{
    border : 1.5px solid transparent;
}
.border:hover{
    border : 1.5px solid white;
}
.add-1{
    font-size: 0.75rem;
    color: #cccccc;
    margin-left: 15px;
}
.add-2{
    font-size: 0.875rem;
    margin: 3px;
    font-weight: bold;
}
.add-icon{
    display: flex;
    align-items: center;
}
.nav-search{
    display: flex;
    height: 40px;
    width: 620px;
    justify-content: center;
    border-radius: 4px;
}
.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border:none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd69 ;
    color: #0F1111;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-search:hover{
    border: 2px solid orange;
}
.lang-select{
    background-color: #0F1111;
    color: #f3f3f3;
    border: none;
    font-size: 0.875rem;
}
.type-1{
    font-size: 0.75rem;
}
.type-2{
    font-size: 0.875rem;
    font-weight: bold;
}
.nav-cart{
    display: flex;
}
.cart-icon{
    font-size: 28px;
}
.cart-txt{
    margin-top: 15px;
}

.panel{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 39px;
    background-color: #232f3e;
    color: white;
}
.panel-all{
    display: flex;
    width: 58px;
}
.panel-all i{
    margin-right: 5px;
    font-size: 18px;
}
.panel-ops p{
    display: inline;
    font-size: 0.875rem;
    margin-right: 10px;
}
.panel-ops{
    width: 70%;
}
.deal{
    font-size: 0.875rem;
}
.hero{
    background-image: url("images/hero_image.jpg");
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.amazon_in{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin-bottom: 15px;
    font-size: 0.875rem;
}
.amazon_in a{
    color: blue;
    text-decoration: none;
}
.amazon_in a:hover{
    text-decoration: underline;
}
.shop-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #d4dedf;
}
.box{
    width: 23%;
    background-color: #ffffff;
    height: 400px;
    margin-top: 15px;
    padding: 20px 0px 15px;
    margin-bottom: 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: blue;
}

.foot-p1{
    background-color: #37475a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
}
.foot-p1 a{
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
}
.foot-p2{
    background-color: #232f3e ;
    color: white;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 45px;
    margin-bottom: 75px;
}
ul p{
    font-weight: bold;
}
ul a{
    display: block;
    font-size: 0.875rem;
    margin-top:10px ;
    color:#dddddd;
    text-decoration: none;
}
ul a:hover{
    text-decoration: underline;
}

.foot-p3{
    background-color: #232f3e ;
    color: #dddddd;
    border-top: 0.5px solid white;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-logo{
    background-image: url("images/amazon_logo.png");
    height: 50px;
    width: 100px;
    background-size: cover;
}

.foot-p4{
    background-color: #131a22;
    color: white;
    height: 90px;
}
.privacy{
    display: flex;
    justify-content: center;
    
}
.privacy a{
    text-decoration: none;
    color: white;
    margin-right: 20px;
    margin-top: 30px;
    font-size: 0.75rem;
}
.privacy a:hover{
    text-decoration: underline;
}
.copyright{
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 10px;
}
