*{
    margin: 0;
    font-family: arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: space-around;
}
.nav-logo{
    height: 50px;
    width: 114px;
}
.logo{
    background-image: url("amazon.jpg");
    background-size: cover;
    height: 50px;
    width: 114px;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover {
    border: 1.5px solid white;

}
/* for box 2 */
.address1{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;

}
.address2{
    color: #ffffff;
    font-size: 1rem;
    margin-left: 3px;
}
.addicon{
    display: flex;
}
.nav-address{
    margin: 5px 2px 5px 0px;
    padding: 0px 9px;
    height: 50px;
    width: 88.64px;
    color: #d6d6d6;
    align-content: center;
}
/* for box3 */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    height: 40px;
    width: 620px;
    border-radius: 4px;
}
.nav-search:hover {
    border: 2px solid #febd68;
}
.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input{
    padding: 7px 10px 10px 0px;
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    background-color: #febd68;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
     border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
/* for box4 */
.nav-signin{
    color: #d6d6d6;
    height: 45px;
    width: 113.53px;
    margin-top: 10px;
    position: relative;
    top:5px;
}
.sign-hello {
    color: #ffffff;
    font-size: 10px;
}
.sign-account{
    font-size: 14px;
    border: none;
    font-weight: bold;
}
/* for box 5 */

.nav-return{
    position: relative;
    top:5px;
    margin-top: 10px;
    color: #d6d6d6;
    height: 45px;
    width: 113.53px;
}
.returns{
    color: #ffffff;
    font-size: 10px;
}
.orders{
    font-size: 14px;
    border: none;
    font-weight: bold;
}
/* for box 6 */
.nav-cart{
    display: flex;
    height: 50px;
    width: 59px;
    font-size: 1rem;
    align-items: center;
   }
.cart-logo{
    font-size: 1.5rem;
}
.cart{
    position: relative;
    top:5px;
    font-weight: 700;
}
/* for nav-panel */
.nav-panel{
    display: flex;
    height: 40px;
    justify-content: space-evenly;
    align-items: center;
    background-color: #222f3d ;
    color: #cccccc;
}
.panel-all{
    display: flex;
}
.panel-options {
    width: 80%;
    display: flex;
}
.panel-options p{
    margin-left: 15px;
    font-size: 1rem;
}
.deals{
    font-size: 0.9rem;
    font-weight: 700;
}

/* for hero section */
.hero-section{
    background-image: url(herosection.jpg);
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;   
}
.hero-msg{
    background-color: white;
    color: #0f1111;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.hero-msg a{
    color: #007185;
}
/* for shop section */
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #be9b67;
} 
.box{
    height: 400px;
    width: 23%;
    background-color: #cccccc;
    padding: 20px 0px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-img1{
    background-image: url("box3_image.jpg");
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 15px;
}
.box-content p{
    color:  #007185;

}
.box-img2{
    background-image: url("box1_image.jpg");
    background-size: cover;
    height: 275px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-img3{
    background-image: url("box8_image.jpg");
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-img4{
    background-image: url("box7_image.jpg");
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-img5{
    background-image: url("box6_image.jpg");
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.box-img6{
    background-image: url("box2_image.jpg");
    background-size: contain;
    height: 275px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-img7{
    background-image: url("img9.jpg");
    background-size:contain;
    height: 280px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-img8{
    background-image: url("img10.jpg");
    background-size: cover;
    height: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.foot-panel1{
    background-color: #374751;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: #cccccc;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;

}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel3{
    background-color: #222f3d;
    color: #cccccc;
    border-top: 1px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-logo{
     background-image: url("amazon.jpg");
    background-size: cover;
    height: 50px;
    width: 100px;
}
.foot-panel4{
    background-color: #0f1111;
    color: #cccccc;
    height: 80px;
    font-size: 0.95rem;
    text-align: center;
}
.pages{
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;
}