*{
    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;

}

/* box1 */

.nav-logo{
    height: 45px;
    width: 100px;
    margin: 0px 0px 0px 1px;
    padding: 4px 0px 0px;
}
.logo{
    background-image: url("logo1.png");
    background-size: cover;
    height: 45px;
    width: 100px;
}
.border{
    
    border: 1px solid transparent;
}
.border:hover{
       
    border: 1px solid white;
}

/* box2 */

.add-first{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 25px;
}
.add-icon{
    font-size: 1rem;
}
.add-sec{
    margin-left: 3px;

}
.add-icon{
    display: flex;
    align-items: center;
}

/* box3 */

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;

}
.search-select{
    background-color: #f3f3f3;
    text-align: center;
    width: 50px;
    border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     border: none;
}
.search-input{
    width: 100%;
    border: none;
    font-size: 1rem;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
     color: #0f1111;

}
.nav-search:hover{
    border:2px solid orange;
}
/* lang */
.nav-lang{
    display: flex;
    justify-content: space-evenly;
}
.flag{
     background-image: url("flag.png");
      background-size: cover;
    height: 16px;
    width: 21px;
}
.nav-lang p{
    font-size: 0.90rem;
    font-weight: 700;
}
/* box4 */

span{
    font-size: 0.7rem;
}
.nav-sec{
    font-size: 1rem;
    font-weight: 700;
}
/* box6 */
.nav-cart i{
font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
/* ---------------------panel option-------------------------- */
.panel{
    background-color: #222f3d;
    color: white;
    height: 39px;
    display: flex;
     align-items: center;
     justify-content: space-evenly;
        
}
.panel-all{
    font-weight: 700;
    font-size: 1rem;

}
.panel-option{
    width: 70%;
    font-size: 0.85rem;
}
.panel-option p{
    height: 39px;
    display: inline;
    margin-left: 10px;
}
.panel-deals{
    font-weight: 700;
    font: size 0.9rem;
}
.border2{
   
       border: 1px solid transparent;
}
.border2:hover{
    border: 1px solid white;
}
/* Hero section */
.hero-sec{
    height: 350px;
     background-size: cover;
    background-image: url("hero.png");
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 70px;
    position: relative;
    width: 98%;
   
}
.hero-msg a{
    color: #007185;
    text-decoration: none;
}
.hero-msg a:hover{
    text-decoration: underline;
}
/* shop section  */
.shop-sec{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;
   justify-content: space-evenly;
   background-color: rgb(255, 100, 0);
}
.shop-sec p:hover{
    color: #0f1111;
}
.box{

    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
 
}
.box-img{
    height: 300px; 
background-size:cover;
margin-top: 1rem;
margin-bottom: 1rem;
}
.box-con{
    margin-left: 1rem;
    margin-right: 1rem;

}
.box-con p{
    color: #007185;
}

/* FOOTER  */
footer{
    margin-top: 15px;
}
.foot-panel1{
    display: flex;
    height: 50px;
    background-color: #37475a;
    color: white;
    align-items: center;
    justify-content: center;
}
.foot-panel2{
    display: flex;
    
    justify-content: space-evenly;
    background-color: #222f3d;
    height: 350px;
    color: white;
}
ul{
    margin-top: 50px;
}
ul a{
    font-size: 0.85rem;
    display: block;
    margin-top: 10px;
    color: #dddddd;
}
ul a:hover{
    text-decoration: underline;
}
.foot-panel2 p{
    font-size: 1rem;
    font-weight: 700;
}
.foot-panel3{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #37475a ;
    height: 70px;
    background-color: #222f3d;
}
.amazon-img{
    background-image: url("imgamazon.png");
    background-size: cover;
    height:41px;
    width: 110px;

}
.foot-panel4{
    height: 76px;
    background-color:#0f1111;
    color: white;
    align-items: center;
     text-align: center;
    font-size: 0.7rem;
}
.pages{
    padding-top: 25px;
}
.copyright{
    padding-top: 2px;
}
.pages a{
    padding-right: 7.2px;
    text-decoration: none;
    color: white;
}
.pages a:hover{
    text-decoration: underline;
}
