@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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&display=swap');


*
{
 margin:0;
 padding:0;

}




/* -------------------------------navbar--------------------------------- */
nav {
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	flex-wrap:wrap;
	font-family:"Poppins", sans-serif;
}

.logo img {
    width: 100px;
    height: auto;
	
}

.delivery-time {
    font-size: 18px;
    font-weight: bold;
}

.search-bar input {
    padding: 10px;
    border:none;
    border-radius: 5px;
	width:500px;
	background:#EFEFEF;
}

.login-button, .cart-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

/* ---------------------------------section---------------------------------- */
.container {
    width: 100%;
    display: flex;
    flex-direction: column;
	
}

.top-banner {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
	
	
}

.banner-text {
    color: white;
}

.bottom-section {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    text-align: center;
    padding: 20px;
}

/* ----------------------------------------------------------------------flex container------------------------------------------------*/
.flex_Container{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_Container>.flex_Item>.firstimg {
    width: 120px;
}
	
	

/* ------------------------------------------------------Dairy, Bread & Eggs------------------------------------------ */
.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;
}

/* -------------------------------amazone 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;
}
/* -----------------------------------Cold Drinks & Juices ------------------------------------- */
.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;
}


/* ---------------------------------------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;
}