*{
    margin:0;
    font-family: Arial;
    border:border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color:white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.navlogo{
    height:50px;
    width: 100px;
   position: cover;
   padding-left:150;
}

.position{
    position: fixed;
    width: 100%;
}


.logo{
    background-image: url("logo.png");
 
    height: 50px;
    width: 100px;
    background-size: cover;
   position: auto;

}
.border{
    border:2px solid transparent;

}
.border:hover{
    border-color: white;
}
/* box 2 */
.add-first{
color: #cccccc;
font-size: 0.85rem;
margin-left:28px;
}

.add-second{
    color:white;
    font: size 1rem;
    margin-left: 6px;
}
.add-icon{
    display:flex;
    align-items: center;
    margin-left:13px;
   
}
/* box3 */
.nav-search
{
    display: flex;
    justify-content: space-evenly;

    height: 40px;
    width: 620px;
    border-radius: 4px;
  
}
.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;
}
.seacrh-icon{
    width: 45px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     color: #0f1111;

}

/* box4 */
span{
    font-size:0.7rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-search:hover{
    border: 2px solid orange;
}
/* box5 */
.nav-cart i{
    font-size: 30px;
}
.nav-cart {
    font-size: 0.85rem;
    font-weight:700 ;
}

/* pannel nav bar 2nd one  */
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color:white;
    align-items: center;
    justify-content: space-evenly;
    
    
}

.panel-all:hover{
    border:2px solid #febd68;
}

.panel-ops p{display: inline;
    margin-left:40px;
    }


    .panel-ops p:hover{
border: 2px solid #febd68;

    }
.panel-ops {
width: 70%;
font-size: 0.85rem;
}

.panel-deals{
font-size: 0.9rem;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    
}
.panel-deals:hover{
    border: 1px solid #febd68;
    
}
/* hero section */
.hero-section{
    background-image: url("image1.jpg");
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    text-decoration: none;
   
}
.hero-msg{
    background-color: white;
    color:black;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:0.85rem;
    bottom:25px;
    position: relative;
    width: 80%;
    
}



.hero-msg a{
    color:#007185;
   
    }

    /*shop box section   */
    .shop-section{
        display: flex;
background-color:pink;
    justify-content: space-evenly;
    }
.box{
    height: 360px;
  border-radius: 8px;
    width: 23%;

    background-color: white;
    padding:10px 0px 15px;
    margin-top: 8px;

}


.box-img{
   border-radius: 4px;
    width: 320px;
    height: 300px;
    background-image: url("healthcare.jpg");
    background-repeat: no-repeat; 
    margin-top: 20px;
    padding-right: 11px;    
}
.box-img:hover{
    background-image: url("hover-img1.jpg");
    border-radius: 4px;
    width: 320px;
    height: 300px;
    background-repeat: no-repeat; 
    margin-top: 20px; 
    margin-right:10px;
    background-position: center;

}

.box-content{
    margin-left:10px;
    margin-right: 10px;
    margin-top:0px;
    margin-bottom: 300px;
}
.box-content a{
    color: #007185;
    text-decoration: none;
}

.ox{
    background-image: url("image2.jpg");
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    

}

/* footer */

.footer{
    margin-top:120px;
}

.foot-panel1{
background-color: #222f3d;
height:40px;
justify-content: center;
display:flex;
align-items: center;

color:#cccccc;
font-size: 0.85rem;
font-weight: 700;
margin-top:30px;
}

/* foot panel 2 */
.foot-panel2{
display:flex;
background-color: #0f1111;
color:rgb(212, 209, 209);
height:300px;
justify-content: space-evenly;
}

ul{
    margin-top: 20px;
}

ul a{
font-size: 0.85rem;
display:block;
margin-top: 10px;
color:#a8a5a5;


}

.foot-panel3{
    background-color:  #343636;
    height:70px;
    border-top: 4px solid rgb(91, 89, 89);
    display: flex;
    justify-content:center;
    align-items: center;
}

.logo{
    background-image:url("logo.png");
    background-size: cover;
    height:50px;
    width: 100px;
   padding-left: 40px;
   margin-left: 80px;
    }
    .english{

        border-color: #007185;
        color:#f3f3f3;
        margin-top:10px;
        margin-left: 150px;
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 6px;
        justify-content: center;
        text-align: center;

    }
    .border2{
        border: 1px solid white;
        height: 40px;
        width: 120px;
        padding-left: 15px;
        align-content: center;
        justify-content: center;
        margin-top: -15px;
     

    }
    .eng{
        font-size: 15px;
        font-weight: 600;
      margin-left: 5px;
    }

.box6{
    margin-left: 50px;
    margin-bottom: 10px;
    color: white;
    font-weight: 400;
    
}
.border3{
    border: 1px solid white;
    height: 40px;
    width: 160px;
    padding-left: 15px;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.foot-panel4 {
background-color: #a8a5a5;
color: aliceblue;
height: 40px;

}
.pages{
font-size: 0.8rem;
    text-align: center;
    padding-top:5px;
    justify-content: center;

}  
    .copyright{

        font-size: 0.8rem;
        text-align: center;
        padding-top:3px;
        justify-content: center;
    }   

    