*{
    margin: 0%;
    padding: 0%;
    font-family: Arial;
    border: border-box;
}
/* ------Box1-------- */
.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("image/amazon_logo.png");
    height: 50px;
    width: 100%;
    background-size: cover;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
    /* height: 51px; */
}
/* -------Box2---------- */

.add-first{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.nav-icon{
    display: flex;
    align-items: center;
}
.add-second{
    margin-left: 3px;    
}
/* ------Box3-------- */
.nav-search{
    margin-left: 10px;
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    width: 600px;
    border-radius: 4px;
    background-color: #F3A847;
}

.nav-search:hover{
    border: 2px solid #F3A847;
}

#select-option{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f3f3;
    text-align: center;
    height: 40px;
    width: 50px;
    border: none;
}
#search-box{
    border: none;
    width: 100%;
    font-size: 1rem;
}
.search-icon{
    width: 45px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.2rem;
}
/* ------Box4-------- */
.nav-flag{
    display: flex;
}
.flag-icon{
    width: 20px;
    height: 18px;
    background-image: url("image/india.png");
    background-size: cover;
}

#lang{
    border: none;
    background-color: black;
    color: white;
    font-weight: bold;
}
/* ------Box5----- */

.login-name{
    font-size: 0.7rem;
    margin-left: 4px;
}
#log-in{
    border: none;
    background-color: #0f1111;
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
}

/* --------Box 6--------- */
.return-name{
    font-size: 0.7rem;
}
.order-name{
    font-size: 0.85rem;
    font-weight: 700;
}

/* ------Box 7------ */
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-weight: 700;
    font-size: 0.85rem;
}
/* ----------Second Panel--------- */
.second-panel{
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.all-panel{
    font-weight: 700;
}
.panel-option p{
    display: inline;
    margin-left: 20px;
}
.panel-option{
    width: 80%;    
    font-size: 0.85rem;
}
.panel-deal{
    font-size: 0.9rem;
    font-weight: 700;
}
/* ------------Hero section-------- */
.hero-sec{
    background-image: url("image/hero.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.hero-mass{
    background-color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-size: 0.85rem;
    margin-top: 270px;
}
.hero-mass a{
    color: #007185;
    text-decoration: none;
    
}

/* ----------shop option---------- */
.shop-option{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* background-color: #042A83; */
    background: linear-gradient(to right, #0A62AA,#13C3EC,#34DDE4, #56F4D3);
    padding: 2px;
    height: 850px;
}
.box{
    margin-top: 15px;
    width: 359px;
    height: 400px;
    /* border: 2px solid black; */
    background-color: white;
    padding: 20px 0px 15px;
}
.box-content h1{
    font-size: 1.2rem;
}
.box-content{
    margin-left: 10px;
    margin-right: 10px;
    
}
.shop-img{
    background-size: cover;
    height: 326px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    
}
.box-content p{
    color: #007185;
}

/* ------------ */
.foot-sign{
    margin-top:90px ;
    height: 100px;
    width: 100%;
    border: 1px solid rgb(183, 183, 183);
    text-align: center;
}
.foot-mass{
    margin-top: 30px;
    font-size: 13px;
}
.foot-box{
    height: 30px;
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-box1{
    height: 28px;
    width: 230px;
    /* border: 2px solid black; */
    background-color: #F3A847;
    background: linear-gradient(#FFD772, #F3A847);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.sign-new{
    font-size: 11px;
}
.sign-new a{
    text-decoration: none;
    color: #007185;
}

a:hover{
    color: red;
}
/* ------Footer-------- */
footer{
    margin-top: 20px;
}
.foot-panel1{
    width: 100%;
    height: 40px;
    background-color: #37475a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.85rem;
}
.foot-panel2{
    background-color: #222f3d;
    height: 300px;
    color: white;
    display: flex;
    justify-content: space-evenly;

}
ul{
    margin-top: 30px;
}
ul a{
    display: block;
    color: #dddddd;
    text-decoration: none;
    font-size: 0.8rem;
    margin-top: 9px;
    
}
.foot-panel2 p{
    font-weight: bold;
    font-size: 1.2rem;
}

.foot-panel3{
    background-color: #222f3d;
    height: 80px;
    width: 100%;
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;

}
.foot-logo{
    background-image: url("image/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}

.foot-panel4{
    background-color: #131a22; 
    height: 81px;    
    text-align: center;
}
.foot-page{
    padding-top:20px ;
}
.foot-page a{
    text-decoration: none;
    color: white;
    margin-left: 10px;
    font-size: 0.85rem;
    
}
.foot-copy{
    padding-top: 5px;
    color: white;
    font-size: 0.90rem;
}
