*{
    padding: 0px;
    margin: 0px;
    border: border-box;
    font-family: arial;
}
.navbar{
    height: 61px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    width: 113px;
    height: 60px;
}
.logo{
    background-image: url(logo.png);
    background-size: cover;
    height: 100%;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;

}
.border:hover{
    border: 1.5px solid white;
}
.ad1{
    color: #cccccc;
    font-size: 0.7rem;
    margin-left: 15px;
}
.ad2{
    color: #ffffff;
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}
/* box3 */
.nav-search{
    display: flex;
    background-color: pink;
    width: 630px;
    height: 40px;
    border-radius: 4px;
    justify-content: space-evenly;
}
.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%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
   font-size: 1.2rem;
   background-color: #FEBD69;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   color: #0f1111;
}
.nav-search:hover{
    border: 2px solid orange;
}
/* box4 */
span{
    font-size: 0.7rem;
}
.nav-sec{
    font-size: 0.85rem;
    font-weight: 700;
}
/* box5 */
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
/* panel */
.panel{
    height: 40px;
    background-color: #232F3E;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-opt p{
    display: inline;
    margin-left: 10px;
}
.panel-opt{
   width: 90%;
    font-size: 0.85rem;
}
/* hero section */
.hero-section{
    background-image: url(hero.jpg);
    background-size: cover;
    height: 280px;
}
/* box section */
.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color:#E3E6E6;
   
}
.box{
    border: 2px solid black;
    height: 380px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    border: none;
    margin-top: 5px;
}
.box1-img{
    background-image: url(box1.jpg);
    height: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    
}
.content1{
    font-size: 20px;
    color: #0f1111;
    
    
}
.head3{
    text-align: center;
}
.end1{
    font-size: 13px;
    color: #007185;
    position: relative;
    top: 20px;
}
.box2-img{
    background-image: url(box2.jpg);
    height: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1.4rem;
}
.box3-img{  background-image: url(box3.jpg);
    height: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1.4rem;}
    .box4-img{  background-image: url(box4.jpg);
        height: 300px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1.4rem;}
        /* footer */
        footer{
            margin-top: 15px;
        }
        .footer-panel1
    {
        background-color: #485769;
        color: white;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.85rem;
        font-weight: 500;
    }
    .footer-panel2{
        background-color: #222f3d;
        color: white;
        height: 300px;
        display: flex;
        justify-content: space-evenly;
    }
    ul{
        margin-top: 20px;
    }
    ul a{
        display: block;
        font-size: 0.85rem;
        margin-top: 10px;
        color: #dddddd;
    }
    .footer-panel3{
        background-color: #222f3d;
        color: white;
        border-top: 0.4px solid white;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo2{
        background-image: url(logo.png);
        background-size: cover;
        height: 50px;
        width: 100px;
    }
    .footer-panel4{
        background-color: #0f1111;
        color: white;
        height: 80px;
        font-size: 0.7rem;
        text-align: center;
       
    }
    .pages{
        padding-top: 25px;
    }
    .copyright{
        color: white;
    
        margin-top: 5px;
    }