*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
    /* text-transform: capitalize; */
}

.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    justify-content: space-evenly;
   
}

.nav-logo{
    height: 50px;
    width: 100px;
    
}

.logo{
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border{
border: 2px solid transparent;  
}

.border:hover{
    border: 1.5px solid white;

}

/* box 2 */

.add-first{
    font-size: 0.85rem;
    color: #cccccc;
    margin-left: 15px;
}

.add-sec{
    font-size: 1rem;
    margin-left: 3px;
}

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


/* box 3 */

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

.search-input{
    width:100%;
    font-size: large;
    border: none;
    font-size: 1rem;

}

.nav-search:hover{
     border: 2px solid orange;
}

.search-select{
    /* background-color: #b13535; */
    width:50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-icon{
    border: none;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}


    /* box 4 */

    span{
        font-size:0.7rem;
    }


  .nav-secound{
    font-size:0.85rem;
    font-weight: 700;
 
  }

     /* box 5 */

     .nav-cart i{
       font-size:2rem ;
       
     }

     .nav-cart{
        font-size: 0.85rem;
        font-weight: 700;
     }


     /* PANEL */

     .panel{
        height: 40px;
        background-color: #222f38;
        display: flex;
        color: white;
        align-items: center;
        justify-content: space-evenly;
     }

     .panel-ops p {
         display:inline; 
         margin:10px;
   
     }


     .panel-ops{
       width:80%;
       font-size: 0.85rem;
     }

     .panel-ops a{
        padding: 8px 9px 8px 9px;
     }

     .panel-deals{
        font-size: 0.9rem;
        font-weight: 700;
        padding: 8px 9px 8px 9px;
        
     }

     .anchor{
        text-decoration: none;
        color: white;
     }




       /* HERO-SECTION */

       .hero-section{
        background-image: url(hero_image.jpg);
        background-size: cover;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: end;
     
       }

       .hero-msg{
        height: 20px;
        background-color: white;
        color: black;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        width: 80%;
        margin-bottom: 25px;
       
      
       }

       .hero-msg a{
        text-decoration: none;
        color: #007185;
       }


                /* shop section  */
 

   .box-content a{
    text-decoration: none;
    margin-left: 10px;
     position: relative;
     top: 5px;
     color: #007185;
   
   }

  
   .box-content h2{
    margin-left: 10px;
    margin-top: 7px;
   }

   .box{
    height: 410px;
    /* border: 2px solid black; */
    width: 23%;
    /* margin-top: 25px; */
     margin-top: 15px; 
    background-color: rgb(255, 255, 255);
   }

   .shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;

   }

   .box-img{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
     padding: 20px 0px 15px ;  
     /* distanc bitween two box */

    /* margin-top: 25p; */
    /* distance bitween border and content  */

    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
   }

   /* .box-content{
    margin-left: 1rem;
    margin-right: 1rem;
   } */





   .foot-panel1{
    background-color:#37475a ;
    height: 49px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5 rem; 
   }

   footer{
    margin-top: 15px;
    background-color:#222f3d;
   }

   .foot-panel2{
    background-color: #222f3d;
    height: 300px;
    color:white;
    display: flex;
    justify-content: space-evenly;
   
   }

   ul a{
    display: block;
    padding-top: 10px;
    font-size: 0.85rem;
    color: #dddddd;
   }

   ul{
    margin-top: 45px;
   }

   ul p{
    font-weight: 700;
   }

   #instagram{
    text-decoration: none;
    color: white;
   }


   .foot-panel3{
    height: 70px;
    background-color:#222f3d ;

    border-top: 0.5px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
   }

   .logo{
         background-image: url(amazon_logo.png);
         background-size: cover;
         height:50px;
         width: 100px;
         color: #dddddd;
}

/* .hat{
    display: flex;
    position: relative;
    bottom: 20px;
} */

.box-img{
    padding-top: 25px;
}

.box2{
    height: 425px;
    /* border: 2px solid black; */
    width: 23%;
    /* margin-top: 25px; */
     margin-top: 15px; 
    background-color: rgb(255, 255, 255);
    background-size: cover;
    
}



   