@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;

}


nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0px;
    background-color: rgb(255, 255, 255);
}


.logo_color {
    color: rgb(100, 4, 255);
}


nav.nav_child3{
    align-items: center;
}

.nav_child3>input {
    border: none;
    border: 1px solid gray;
    width: 600px;
    padding: 15px;
    border-radius: 10px;
}


.mycart_button {
    border: none;
    background-color: rgb(12, 131, 31);
    padding: 15px;
    border-radius: 10px;

}

.mycart_button>a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}


/******************** banner ********************/

.banner {
    text-align: center;
    justify-content: space-around;
}

.banner>img {
    width: 85%;
}




/********* sub_banner *********/
.sub_banner_images {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sub_banner_images>div>img {
    width: 400px;
    object-fit: contain;
}





/******* sub_small_images_section-1 *******/

.sub_small_images_section-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.sub_small_images_section-1>div>img {
    width: 128px;
    height: 180px;
    object-fit: contain;
}



/********* Dairy_Bread_Eggs_section *********/

.Dairy_Bread_Eggs_section_heading {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: space-around;
    gap: 48%;
}

.Dairy_Bread_Eggs_section_heading>.see_ALL {
    color: rgb(12, 131, 31);
}

.Dairy_Bread_Eggs_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.Dairy_Bread_Eggs_section>div {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 15px 15px;
}

.Dairy_Bread_Eggs_section>div>img {
    width: 140px;
    height: 140px;
}

.Dairy_Bread_Eggs_section>div>.ruppees-button>.ADD_button {
    float: right;
    color: rgb(12, 131, 31);
    border: none;
    border: 2px solid rgb(12, 131, 31);
    background-color: rgb(231, 251, 234);
    border-radius: 5px;
    padding: 10px 20px;
}

.Dairy_Bread_Eggs_section>div>.ruppees-button {
    padding: 10px;
}


/************* cold-drinks_section_heading *************/
.cold-drinks_section_heading {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: space-around;
    gap: 48%;
}


.cold-drinks_section_heading>.see_ALL {
    color: rgb(12, 131, 31);
}



.cold-drinks_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.cold-drinks_section>div {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 15px 15px;
}

.cold-drinks_section>div>img {
    width: 140px;
    height: 140px;
}

.cold-drinks_section>div>.ruppees-button>.ADD_button {
    float: right;
    color: rgb(12, 131, 31);
    border: none;
    border: 2px solid rgb(12, 131, 31);
    background-color: rgb(231, 251, 234);
    border-radius: 5px;
    padding: 10px 20px;
}

.cold-drinks_section>div>.ruppees-button {
    padding: 10px;
}


/******** Amazon_section ********/
.Amazon_section {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
    /* padding:5px; */
}

.Amazon_section>.child1,
.child2,
.child3,
.child4 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
}

.Amazon_section>.child1>div>img {
    width: 300px;
    padding: 10px;

}

.Amazon_section>.child2>.child2-child>div>img,
.child3>.child3-child>div>img,
.child4>.child4-child>div>img {
    width: 128px;
}


.Amazon_section>.child2>.child2-child,
.child3>.child3-child,
.child4>.child4-child {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;

}

.Amazon_section>.child2>.Explore_all,
.child3>.see_more {
    margin-top: 10px;
}

.Amazon_section>.child1>.see_offrer>a,
.child2>.Explore_all>a,
.child3>.Explore_all>a,
.child4>.Explore_all>a {
    color: rgb(12, 131, 31);
    text-decoration: none;
    font-weight: bold;
}


/********* Candies & Gums *********/

.Candies_Gums_section_heading {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: space-around;
    gap: 48%;
}

.Candies_Gums_section_heading>.see_ALL {
    color: rgb(12, 131, 31);
}

.Candies_Gums_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.Candies_Gums_section>div {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 15px 15px;
}

.Candies_Gums_section>div>img {
    width: 140px;
    height: 140px;
}

.Candies_Gums_section>div>.ruppees-button>.ADD_button {
    float: right;
    color: rgb(12, 131, 31);
    border: none;
    border: 2px solid rgb(12, 131, 31);
    background-color: rgb(231, 251, 234);
    border-radius: 5px;
    padding: 10px 20px;
}

.Candies_Gums_section>div>.ruppees-button {
    padding: 10px;
}







/* FOOTER */

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    margin-top: 30px;
}

.footer>.footer_child1>.footer_child1_heading,
.footer_child2>.footer_child2_heading {
    font-size: 20px;
    justify-content: center;
    align-items: center;
    margin: 30px 30px;
    font-weight: bold;
    
}

.footer>.footer_child1>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}


.footer>.footer_child2>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.footer>.footer_child2>ul>.footer_child2_list_items>ul>li,.footer_child1>ul>.footer_child1_list_items>ul>li{
    list-style: none;
}

.footer>.footer_child2>ul>.footer_child2_list_items>ul>li>a,.footer_child1>ul>.footer_child1_list_items>ul>li>a{
    text-decoration: none;
    color: rgb(135, 134, 134);
}



.footer>.footer_child1>ul>.footer_child1_list_items,.footer_child2>ul>.footer_child2_list_items {
    padding: 0px 48px; 
}


/************ bottom_footer ************/
.bottom_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 25px;
    background-color: rgb(245, 244, 242);
    padding: 10px 0px;
}


.bottom_footer>.bottom_footer_child3>.icons>a{
    font-size: 30px;
    padding: 0px 10px;
    color: black;
}

.bottom_text{
    text-align: center;
    margin-top: 10px;
    padding: 10px 0px;
}