*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 50px;
    width: 100px;
}
.logo{
background-image: url();
background-size: cover;
height: 50px;
width: 100%;
}
.border{
    border:1px solid transparent;
    cursor: pointer;
}
.border:hover{
 border: 1.5px solid white;
}
/** Box 2 **/
.dilvery{
color: #cccccc;
font-size: 0.85rem;
margin-left: 15px;
}
.location{
font-size: 1rem;
margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}
/** box 3 **/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    width: 650px;
    height: 40px;
    background-color: #febd68;
    border-radius: 4px;
}
.nav-search:hover{
border: 2px solid orange;
}
.search-select{
    background-color: #f3f3f3;
    width: 40px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
 width: 35px;
 display: flex;
 justify-content: center;
 align-items: center;
font-size: 1.2rem;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #0f1111;
}
/** BOX 4 **/
span{
    font-size: 0.7rem;
}
.nav-para{
    font-size: 0.85rem;
    font-weight: 700;
}
/** BOX 5 **/
 .nav-cart i {
    font-size: 25px;
 }
 .nav-cart{
    display: flex;
    font-weight: 700;
    font-size: 0.85rem;
 }
 /** Panel **/
 .panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    justify-content: space-evenly;
    align-items: center;
 }
 .panel-opt p {
    display: inline;
    margin-left: 15px;
 }
 .panel-opt{
    width: 70%;
    font-size: 0.85rem;
 }
 .panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
 }
 /** Hero Sectio **/
 .hero-section{
    background-image: url(hero\ img.jpg);
    background-size: cover;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;

 }
 .hero-message{
    background-color: white;
    color: #0f1111;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
 }
 .hero-message a{
    color: #007185;
 }
 /** Shope section **/
 .shoping-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
 }
 .box-content{
    margin-left: 1rem;
    margin-right: 1rem;
 }
 .box{
 
    height: 400px;
    width: 23%;
    background-color: white;
    margin-top: 15px;
 }
 .box-img1{
background-image: url("box1_image.jpg");
    height: 300px;
    padding: 20px,0,15px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
 }
 .box-content p {
    color: #007185;
    text-decoration: none;
 }
 .box-content p :hover{
    color: #febd68;
 }
 /** Footer panel **/
 .signin-panel{
   margin-top: 30px;
   border-top: 1px solid rgb(95, 93, 93);
   border-bottom: 1px solid rgb(95, 93, 93);
   background-color:white;
   height: 150px;
   text-align: center;
   text-decoration: none;
 }
 .btn-signin a {
   display: inline-block;
   background-color: #ffe093;
   color: black;
   text-decoration: none;
   font-weight: 700;
   height: 27px;
   width: 230px;
   display: inline-block;
   line-height: 28px;
   font-size: 16px;
   margin: 10px 0;
   position: relative;
   border-radius: 5px;
   text-decoration: none;
}
.btn-signin :hover{
   background-color: orangered;
}
.text{
   margin-top: 30px;
   font-size: 0.85rem;
}
.btn-profile {
   font-size: 0.85rem;
}
.btn-profile a{
   color: black;
   text-decoration: none;
}
.btn-profile p :hover{
 color: orangered;
}
 .foot-panel1{
    background-color: #37574a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 20px;
    transition: background-color 0.3s;
 }
 .foot-panel1 a {
    color: hsl(0, 54%, 97%);
    text-decoration: none;
 }
 .foot-panel1 :hover {
    background-color:orangered; /* Change this to your desired background color */
    text-decoration: underline; /* Add underline on hover */
    padding: 10px;
    display: inline-block; /* Make the link's background color fill the padding area */
    border-radius: 1rem;
  }
 footer{
    margin-top: 15px;
 }
 .foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
 }
 ul{
    margin-top: 10px;
 }
 ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddd;
    text-decoration: none;
    transition: text-decoration 0.3s;
    padding: 2px 0;
 }
 ul a:hover{
    text-decoration: underline;
 }
 .foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top:1px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .logo{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
   
 }
 /** footer panel 4**/
 .foot-panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
 }
 .pages{
    padding-top: 25px;
 }
 .copyright{
    padding-top: 5px;
 }