*{
    margin: 0;
    padding: 0;
    border: border-box;
    font-family: arial;
    color: white;
}


.nevigate-bar{
    background-color: #0f1111;
    height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border{
    border: 2px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.border:hover{
    border: 2px solid white;
    border-radius: 5px;
}

.logo{
    height: 50px;
    width: 120px;
    margin-left: 3px;


}

.main-logo{
    height: 45px;
    width: 115px;
    background-image: url(amazon_logo.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.address{
    height: 50px;
    width: 120px;
   
    
}


.box2{
    height: 20px;
    width: 110px;
    padding-top: 7px;
    font-size: 0.7rem;
    display: flex;
    align-items: center

}

.del{
    margin-left: 4px;
    padding-left: 20px;
}


.india{
    padding-left: 5px;
    font-weight: 600;
}

.india-icon{
    height: 20px;
    width: 110px;
    font-size: 1rem;
    display: flex;
    align-items: center;

}


.search-box{
    display: flex;
    height: 40px;
    width: 900px;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.search-both{
    width: 750px;
    height: 45px;
    display: flex;
    align-items: center;
}

.all{
  height: 45px;
  width: 59px;
  background-color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: black;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e6e6e6;
  

  
}

.search-input{
    border: none;
    height: 35px;
    width: 330;
    font-size: 1.2rem;
    margin-left: 3px;

}

.box3{
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    

}

.search-icon i {
   color: #0f1111;
   height: 45px;
   width: 59px;
   font-size: 1.5rem;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: rgb(215, 140, 0);
   margin-right: 0px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;


}

.login {
    height: 30px;
    width: 115px;
    
}

.hello {
    height: 15px;
    width: 114px;
    font-size: 0.7rem;
    color: white;
}

.account{
    height: 15px;
    width: 114px;
    font-size: 1rem;
    font-weight: 500;
}


.box4{
    height: 50px;
    width: 77px;
    justify-content: center;
    align-content: center;
}

.return{
    font-size: 0.7rem;
}

.order{
    width: 75px;
    font-size: 1rem;
    font-weight: 600;
}

.cart{
    height: 50px;
    width:84px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-right: 20px;
}

.cart i{
    height: 50;
    width: 50px;
    color: white;
    font-size: 30px;

}

.cart-text{
    height: 22px;
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #e6e6e6;

}

.sub-header{
    height: 40px;
    width: 100%;
    background-color: #222b2b;
    display: flex;
    align-items: center;
}

.all-menu{
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.all-text{
    text-decoration: none;
    font-size: 1rem;
    margin-left: 2px;
}

.today{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
    
}

.prime{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
}

.registry{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
}

.gift-card{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
}

.customer{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
}

.sell{
    text-decoration: none;
    margin-left: 20px;
    font-size: 1rem;
}

.back-image{
    height: 500px;
    background-image: url(hero_image.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.text-content{
    height: 40px;
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 200px;
    background-color: white;

}

.text1{
    font-size: 1rem;
    color: black;

}

.link1{
    color: rgb(20, 136, 182);
    font-size: 1rem;
    text-decoration: none;
}


.content-box{
    height: 450px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-bottom: 20px;
    background-color: rgb(205, 217, 227);

}

.content-box2{
    height: 450px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-bottom: 20px;
    background-color: rgb(205, 217, 227);
}

.image{
    height: 440px;
    width: 290px;
    font-size: 1rem;
    color: black;
    background-color: white;
    padding-left: 16px;
    justify-content: center;
}

.see-more{
    color: black;
    font-size: 0.85rem;
    margin-left: 90px;
    margin-top: 7px;
}

.heading-content{
    color: black;
    margin-left: 70px;
    padding-top: 5px;
}

.first-image{
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-image: url(box1_image.jpg);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;

}

.second-image{
    background-image: url(box2_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-image{
    background-image: url(box3_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourth-image{
    background-image: url(box4_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fifth-image{
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-image: url(box5_image.jpg);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sixth-image{
    background-image: url(box6_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seventh-image{
    background-image: url(box7_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eigth-image{
    background-image: url(box8_image.jpg);
    height: 340px;
    width: 270px;
    margin-top: 30px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer{
    height: 550px;
    width: 100%;
    background-color: white;

}

.first-start{
    height: 320px;
    width: 100%;
    background-color: #232f3e;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 50px;
}

.footer-heading{
    font-size: 1.2rem;
    font-weight: 600;

}

.ul{
    margin-top: 20px;
    list-style: none;
    line-height: 28px;
}


.ui li{
    margin-bottom: 10px;
}

.second-footer{
    height: 100px;
    width: 100%;
    margin-top: 0.5px;
    background-color: #232f3e;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer-logo{
    height: 97px;
    width: 100%px;
    display: flex;
    align-items: center;
    margin-right: 120px;
}

.foot-log{
    width: 110px;
    height: 30px;
    background-image: url(amazon_logo.png);
    background-size: cover;
    padding-bottom: 20px;
}

.footer-icon{
    height: 97px;
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.9rem;
    margin-right: 20px;
}

.rupee{
    height: 97px;
    width: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.9rem;
    margin-right: 20px;

}


.country{
    height: 97px;
    width: 62px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
    padding-right: 5px;
}

.fborder{
    border: 0.5px solid white;
    border-radius: 3px;
    height: 30px;
}


.third-footer{
    height: 77px;
    width: 100%;
    background-color: #131a22;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.f-ul{
    height: 30px;
    width: 800px;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.f-ul li{
    list-style: none;
    padding-left: 15px;
    

}

.copyright{
    height: 30px;
    width: 300px;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    

}