*{
    margin: 0px;
    font-family: Arial;
    border:border-box;

}

/* nav css */

.navbar {
    height: 70px;
    background-color: #0f1111;
    color: rgb(238, 241, 243);
    display: flex;
    align-items: center;
    gap:2px;
    justify-content: space-evenly;

}
  

.logo{
    background-image: url("./images/amazon_logo.png");
    height: 60px;
    width: 100px;
    background-size: cover;

}
.nav-logo{
    height: 60px;
    width:100px;
}


.nav-icon{
display: flex;
align-items: center;
margin-left: 2px;
}

.border{
    border: 2px solid transparent;
}

.border:hover{
  border: 2px solid white;
}


#Deliver{
    font-size: 0.86rem;
    color: rgb(189, 194, 199);
    margin-left: 15px;
}
#india{
    font-size: 1.5rem;
    color: rgb(251, 253, 255);
}

.nav-search{
    display: flex;
    align-items: center;
    
    width: 770px;
    height: 35px;
    border-radius: 4px;
    justify-content: space-evenly;
   
    padding: 2px;
}

.nav-search:hover{
        border: 6px solid orange;
}

.search-select{
    background-color: #f3f3f3;
    width: 60px;
    height: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    font-size: 0.8rem;
}

.search-input{
    width: 100%;
    font-size: 1.2rem;
    border: none;
    height:48px ;
}

.search-icon{
    width: 60px;
    background-color: #febd68;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 1.4rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

span{
    font-size: 0.8 rem;
}

.nav-second{
    font-size: 0.9;
    font-weight: 700;
}

.nav-sign{
    margin-left: 20px;
}

.nav-return{
    margin-left: 20px;
}

.nav-cart i  {
    
    font-size: 30px;
    
}
.nav-cart{
    font-size: 0.8rem;
    font-weight: 700;
}   





/* panel css */


.panel{
    background-color: #222f3d;
    height: 40px ;
    display: flex;
    color: white;
    gap:20px;
    align-items: center;
    justify-content: space-evenly;

}
.panel-ops{
    display: flex;
    gap:26PX;
    width: 90%;

}

.panel-ops p{
    display: inline-flex;
    gap:20px;
    border: 1px solid transparent; 
    
}

.panel-ops p:hover{
    border: 1px solid white;
}


.hero-section{
    background-image: url(./images/hero_image.jpg);
    height:400px ;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg{
    background-color: #f3f3f3;
    color: #0f1111;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.hero-msg a{
    color: #007585;
}


    /* shop section */

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#e2e7e6;
    
}

.box{
    height: 400px;
    width: 23%;
    background-color:white ;
    padding: 20px 0px 15px;
    margin-top: 5px;
}

.box-img{
    height: 300px ;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content{
    margin-left: 10px;
    margin-right: 10px;

}
.box-content p{
   color: #007585;

}

        /* footer section */

.footer{
    margin-top: 15px;

}

.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;

}

.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    cursor: pointer; 
    text-decoration: none; 
    transition: all 0.2s ease;



}

ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
    
}
 ul{
    margin-top: 10px;
 }

 .foot-panel2 a:hover{
    text-decoration: underline;
    
}

.foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5 solid white;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;



}

.logo{
    background-image: url("./images/amazon_logo.png");
    height: 50px;
    width: 100px;
    background-size: cover;
}

.foot-panel4{
    background-color: #0f1111;
    color: white;
    font-size:0.8rem ;
    text-align: center;
    height: 100px;
    


}
.pages{
    
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;  
}

