*{
    margin:0px;
    font-family:Arial;
    border:border-box; 
}

.navbar{
    height:60px;
    background-color:#0F1111;
    color:white;
    display:flex;
    align-items:center;
    justify-content:space-between;

}
/**Fist box**/
.nav-logo{
    height: 50px;
    width : 100px;
}
.logo{
    background-image:url("Amazon_logo.png");
    background-size: cover;
    height: 70px;
    width : 100%;
    position:relative;
    Top: -20px;
}
.border{
    border:1.5px solid transparent;
}

.border:hover{
    border:1.5px solid white;
}
/** box2 **/
.add-first{
    color:#cccccc;
    font-size: 0.85rem;
    margin-left:20px;
}
.add-second{
     font-size: 1rem;
     margin-left:2px;
}
.add-icon{
    display:flex;
    align-items:center;
}

/** Third BOX**/
.nav-search{
    display: flex;
    justify-content:space-between;
    background-color:pink;
    width:890px;
    height:40px;
    border-radius:4px;
}
.nav-search:hover{
    border:2px solid orange;
}
.search-select{
    background-color: #f3f3f3;
    color:#0f1111;
    padding-left:5px;
    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{
    Background-color:#febd68;
    width:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.3rem;
    Border-top-right-radius:4px;
    Border-bottom-right-radius:4px;
}
/** Fourt BOX**/
.nav-lang{
    background-color: none;
    color:none;
}
.select-lang{
     background-color: transparent;
    color:white;
}

/**Fifth and sixth BOX**/
span{
    font-size:0.7rem;
}
.nav-second{
    font-size:0.85rem;
    font-weight:700;
}

/** Seven BOX**/
.nav-cart i{
    font-size:30px;
}
.nav-cart{
    font-size:0.85rem;
    font-weight:700;
    padding-right:10px;
}


/** panel**/
.panel{
    display:flex;
    height:40px;
    background-color:#222f3d;
    color:white;
    align-items:center;
    justify-content:space-between;

}
.panel-ops p {
    display:inline;
    margin-left:20px;

}
.panel-ops{
    width:80%;
    font-size:0.85rem;
}
.panel-deal{
    font-size:0.9rem;
    font-weight:700;
    margin-right:10px;
}
.panel-all{
    color:white;
    margin-left:10px;
    }

    /** hero **/
.hero{
    background-image:url("background.jpg");
    background-size: cover;
    height:310px;
    display:flex;
    justify-content:center;

}
.hero-sec{
    background-color:white;
    height:40px;
    display:flex;
    text-align:center;
    justify-content:center;
    align-items:center;
    font-size:0.88rem;
    transform:translate(0px,250px);
    width:98%;
}
.hero-sec a{
    color:#007185;
    text-decoration:none;
}


/** shop **/
.shop-section{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    background-color:#e0e0e0;
}
.box{
    height:400px;
    width: 23%;
    background-color:#ffffff;
    padding:20px 0px 15px;
    margin-top:15px;
}
.box-img{
    height:300px;
    width:100%;
    background-size:cover;
    background-repeat: no-repeat;
    margin-top:1rem;
    margin-bottom:25px;
}
.box-content{
    margin-left:1rem;
    margin-right:1rem;
}
.box-content p{
    color:#222f3d
}
.box-content h2{
    font-size:20px;
}


/** footer **/
.foot-panel1{
    background-color: #374758;
    color:white;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:0.85rem;
}


.footer{
    margin:15x;
}
.foot-panel2{
     background-color: #222f3d;
     color:white;
     height:500px;
     display:flex;
    justify-content:space-evenly;
}
ul{
    margin-top:20px;
}

ul a{
    display:flex;
    margin-top:10px;
    font-size:0.85rem;
    color:#dddddd;

}
ul p{
    font-weight:700;
}


.foot-panel3{
    background-color:#222f3d; 
    color:white;
    border-top:0.5px solid white;
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.logo{
    background-image:url("Amazon_logo.png");
    background-size: cover;
    height: 70px;
    width : 100px;
    position:relative;
    Top: -20px;
}

.foot-panel4{
    background-color:#0F1111;
    color:white;
    height:60px;
    
    
}
.pages{
display:flex;
    justify-content:center;
    align-items:center; 
    font-size:12px;
    padding:7.2px;
    margin:0px 0px 0px 18px;
}
.copyright{
    display:flex;
    justify-content:center;
    align-items:center; 
    font-size:12px;
    padding:0.7px;
}
