* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Amazon Ember", Arial, sans-serif;
    text-decoration: none;
    list-style: none;
}

/* ***********navbar********* */
.navbar {
    height: 65px;
    background-color: #131921;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   
}

/* ******navbar-logo******* */

.logo {
    background-image: url(./amazon_logo.png);
    height: 55px;
    width: 100%;
    background-size: cover;
}

.nav-logo {
    height: 55px;
    width: 100px;
}


/* ******navbar-logo******* */

/* *********border********** */

.border {
    border: 2px solid transparent;
}

.border:hover {
    border: 2px solid white;
    padding: 5px;
}


.border1 {
    
    border: none;
}

.border1:hover {
    border: 2px solid transparent;
}







/* Navbar-location */


#deliver {
    color: #ccc;
    font-size: 0.8rem;
    margin-left: 20px;
}


#india {
    font-size: 1.2rem;
    color: #fff;
}

#icon-location {
    color: #fff;
}

.icon {
    display: flex;
    align-items: center;
}

/* **************navbar-search********** */

.navbar-search {
    display: flex;
    background-color: orange;
    height: 40px;
    width: 580px;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
}


.search {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: hidden;
    
    
}

.navbar-search input {
   width: 100%;
   border: none;
}

.search-icon {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #0f1111;
}


/* ********navbar-signin******* */

.navbar-signin {
    color: #fff;
    
}

span {
    font-size: 0.8rem;
}

#second {
    font-size: 0.9rem;
    font-weight: 680;
}

/* Navbar-cart */

.navbar-cart {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 680;
}

.navbar-cart i {
    color: #fff;
    font-size: 35px;
}

/* Navbar-lite */
.navbar-lite {
    height: 40px;
    background-color: #0f1111;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 130px;
}

.navbarlite-others p {
    margin-left: 20px;
    display: inline;
}

.navbarlite-others {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header ended */


/* **********Hero-section start********* */

.hero-section {
    background: url("./hero\ img.jpg");
    height: 400px;
    background-size: cover;
}


/* *******shop-section****** */

.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;

}

.box1-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.box {
    height: 400px;
    width: 23%;
    background-color: #fff;
    padding: 21px 10px 15px 10px;
    margin-top: 15px;
}



.box-img {
    height: 290px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box1-content a {
    color: #007185;
}

.category-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    background-color: #e2e7e6;
    
}

.category-images {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
    margin-top: 25px;

}

.category-img {
    height: 350px;
    width: 300px;
    background-size: cover;
    margin: 1rem;
    border-radius: 5px;
}

.category-img p {
    font-weight: bold;
    margin-top: 5px;
}

/* ******main-section end******* */


/* *****footer**** */

.footer {
    width: 100%;
    height: 200px;
    display: flex;
}

.footer1 {
    height: 50px;
    display: flex;
    background-color: #37475a;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    
}

.footer1 a {
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
}





.footer2 {
    width: 100%;
    background-color: #222f3d;
    color: #e2e7e6;
    height: 400px;
    border-bottom: 1px solid black;
    box-shadow: 0px 2px 5px 0px #e2e7e6;
       
}



.footer2-mid {
    width: 1320px;
    height: 400px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 100px 0px;
    
}



ul {
    margin: 20px;
}
li a {
    
    color: #e2e7e6;
    display: flex;
    font-size: 0.8rem;
    flex-direction: column;
    margin-top: 10px;
}

.footer3 {
    width: 100%;
    height: 100px;
    background-color: #131A22;
}


.my-logo {
    background-image: url(./amazon_logo.png);
    height: 45px;
    width: 100%;
    background-size: cover;
    
}

.logos {
    margin-left: 5px;
    height: 45px;
    width: 100px;
}

.footer3-mid {
    width: 580px;
    height: 100%;
    margin: auto;
    
    padding: 30px 0px;
    display: flex;
    justify-content: flex-start;
    
}

.earth p {
    font-size: 0.8rem;
}

.earth {
    color: #e2e7e6;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border: 1.5px solid #e2e7e6;
    display: flex;
    height: 45px;
    width: 100px;
    margin-right: 5px;
}

.rupees {
    color: #e2e7e6;
    border: 1.5px solid #e2e7e6;
    font-size: 0.8rem;
    height: 45px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.united {
    color: #e2e7e6;
   justify-content: center;
    gap: 5px;
    align-items: center;
    border: 1.5px solid #e2e7e6;
    display: flex;
    height: 45px;
    width: 150px;
    margin-right: 5px;
    
}

.united p {
    font-size: 0.8rem;
}

.kala {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}





/* ****footer3 ends****** */
.footer4 {
    background-color: #0f1111;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex-direction: column;

}

.pages a {
    color: #e2e7e6;
    margin-right: 15px;
}


.pages {
    
    font-size: 0.75rem;
    margin-bottom: 10px;
    
}
.copyright {
    color: #e2e7e6;
    font-size: 0.75rem;
}