*{
    margin: 0;
    font-family: Arial;
    border: border-box;
    /* step 1 */
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.nav-logo{
    height: 50px;
    width: 100px;

}
.logo{
    height: 50px;
    background-image: url(ama.jpg);
    background-size: cover;
    width: 100%;

}
.border{
    border: 1.5px solid transparent;
}
.border:hover {
    border: 2px solid white;
}

/*  step 6working box 2 address  */

.add-1st {
        color: #cccccc;
        font-size: 0.85rem;
        margin-left: 15px;
}

.add-2nd{
    font-size: 1rem;
    margin-left: 1px;
} 
.add-icon{
    display: flex;
    align-items: center;
    margin-left: 2px;
}
/* step6 3rdbox search */
.nav-search {
    justify-content: space-evenly;
    display: flex;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;

}
.nav-search:hover{
    border: 2px solid orange;
}

.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: 40px;
   display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgba(255, 132, 0, 0.901);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: black;
}

/* step7 box4 */
span{
    font-size: 0.7rem; 
    font-weight: 700;
}
/* .nav-signin {
    display: flex;
} */

/* nav-cart box step8 */
.nav-cart i {
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}

/**Working in panel box ***/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-option p{
    display: inline;
    margin-left: 15px;
}
.panel-option{
    width: 70%;
    font-size: 0.85rem;
    
}
.panel-shopdeals{
    font-size: 0.9rem;
    font-weight: 700;
}

/* working on hero section  */
.hero-section{
    background-image: url(61Yx5-N155L._SX3000_1.jpg);
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;



}

.hero-msg{
    background-color: #F5F6F6;
    color: #0f1111;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 30px;
    width: 90%;
    /* position: relative; */

}

.hero-msg a {
    color: #007185;
}
    
    /*** shop section work***/

 /* .shop-sec{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #eff4f3f4; */
    
 /* }    */

 .sale-section{
    
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-evenly;
    background-color: #f3f3f3;
   
 }
 .box-section{
    /* border: 2px solid black; */
     
    height: 380px;
    width: 23%;
    background-color:white;
    padding: 20px 0px 15px;
    margin-top: 10px;
 }
 .img-sec{

    height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;

 }
 .box-content{
    margin-left: 1rem;
    margin-right: 1rem;
 }



 footer{
    margin-top: 15px;
 }



 .foot-panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;

 }
.foot-panel2{
    background-color: #232f3e;
    color: white;
    height: 500px;
    display: flex;
    justify-content: space-evenly;

}
ul{
    margin-top: 20px;
}
ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel3{
    border-top: 0.5px solid white;
    background-color: #232f3e;
    height: 100px;
    display: flex;
   


    justify-content: center;
    align-items: center;
}
.logo2{
    height: 70px;
    width: 800px;
    background-repeat: no-repeat;
    
}

.footer-panel4{

background-color: #232f3e;
color: white;
text-align: center;
height: 80px;
justify-content: center;
align-items: center;
font-size: 0.8rem;



}
.pages{
padding:10px ;

}
.copyright{
    padding: 10px;
}



