*{
    margin: 0;
    font-family:Arial;
    border: border-box;  /*incresing padding remains inside the border*/
}

.navbar{
    display: flex;
    height: 60px;
    background-color: #0f1111;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo{
    height: 52px;
    width: 120px;
}

.logo{
    background: url(amazon_logo.png);
    background-size:cover;
    height: 100%;
    width: 100%; 
}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border: 2px solid white;
}

.add-first{
    color: #cccc;
    font-size: 0.85rem;
    margin-left: 15px;
    margin-top: 8px ;
    
}
.add-second{
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    margin-left: 3px;
}

.nav-address{
    height: 50px;
    width: 90px;
}

.nav-search{
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    height: 50px;
    width: 900px;
}
.searchoptions select{
    height: 47px;
    width: 50px;
    text-align: center;
    border-top-left-radius: 10% ;
    border-bottom-left-radius: 10%;
    background-color: #cecece;
    border: none;
    
}
.search input{
    height: 45px;
    width: 800px;
    font-size: 1rem;
    border:none;
}

.searchlogo{
    background-color: #ff9900;
    height: 47px;
    width: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #0f1111;
    border-top-right-radius: 10% ;
    border-bottom-right-radius: 10%;
}
.language {
    height: 50px;
    width: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-name select{
    color:white;
    background-color: #0f1111;
    border: none;
    font-weight: bold;
}
.tools{
    align-items: center;
    width: 400px;
    display: flex;
    justify-content: space-evenly;
}

.login{
    height: 48px;
    width: 140px;
}
.login-first{
    font-size: 14px;
}
.login-second{
    font-size: 18px;
}
.returnorder{
    align-items: center;
    height: 50px;
    width: 80x;
}
.returnorder-first{
    font-size: 14px;
}
.returnorder-second{
    font-size: 18px;
}
.cart{
    height: 50px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-icon{
font-size: 2rem;
}
.cart-tag{
    font-weight:200;
}
.pannel{
    height: 40px;
    color: white;
    background-color:#222f3d ;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#pannel-all{
    width: 10%;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
    justify-content:flex-end;
}
.pannel a{
    text-decoration: none;
    color: white;
    margin-right: 40px;
    font-size: 17px;
}
#pannel-options{
    width: 70%;
}
#pannel-shop{
    width: 20%;
    font-size: 18px;
    font-weight: bold;
}

.hero-section{
    background-image: url(hero_image.jpg);
    width:100% ;
    height: 350px;;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}
#hero-message{
    height: 40px;
    width: 95%;
    color: black;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}
#hero-message a{
    text-decoration: none;
    color: #2162a1;
}
.content{
    display: flex;
    justify-content:space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
    

}
.box{
    border: 2px solid transparent;
    height: 400px;
    width: 20%;
    background-color: white;
    padding: 20px;
    font-size: 22px;
    font-weight: 700;
    margin: 10px;
}

.box a{
    text-decoration: none;
    color: #2162a1;
}
.box img{
    padding: 30px 0px 10px 0px;
}

.foot-pannel1 a{
    text-decoration: none;
    color: white;
    height: 40px;
    background-color:#37475a ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-pannel2{
    color: #dddddd;
    background-color:#222f3d;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    height: 350px;
    padding-top: 50px;
}

.foot-pannel2 ul a{
    text-decoration: none;
    font-size: 16px;
    font-weight: lighter;
    color: #dddddd;
    display: block;
    padding: 4px;
}
.foot-pannel3{
    display: flex;
    background-color:#222f3d;
    height:60px;
    border-top: 0.2px solid #dddddd;
    justify-content: center;
    align-items: center;
}
.fp3-logo{
    background: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
}
.foot-pannel4{
    height: 100px;
    background-color: #0f1111;
}
.fp4-pages{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fp4-pages a{
    text-decoration: none;
    color: white;
    margin: 20px;

}
.fp4-copywrites{
    display: flex;
    color: white;
    justify-content: center;
}

