* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

/* -----changing the highlighted text color for entire website------- */
::selection {
    /* Change highlight background color to black */
    background: #8BC34A;
    /* Change highlight text color to red */
    color: #000000;
}

/* --------------------------------- */
body {
    background: rgb(255, 255, 255);
    color: black;
}

/* --------header----------- */
#header {
    width: 100%;
    height: 100vh;

}

.nav_container {
    padding: 15px 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 12%;
}

#nav1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#nav2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.logo {
    max-width: 150px;
    width: 150px;
    margin-right: 10px;
}

ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 20px;
}

ul li a {
    text-decoration: none;
    color: black;
    font-size: 1rem;
}
ul li a:hover{
    color: #6A9739;
    transition: ease-out 0.2s;
}

#nav_container_right .fa-user {
    color: black;
    font-size: 20px;
}

/* -----------header page---------------- */

.header_page {
    background-color: #faf9f787;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg, #faf9f787, #faf9f787), url(./images/leaves-free-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 32% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header_page_left {
    margin-left: 11%;
}

.header_photo {
    max-width: 95%;
    height: auto;
}

.header_page_right {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 40%;
    margin-right: 75px;
}

h4 {
    font-family: "Merriweather", serif;
    font-size: 17px;
    margin-bottom: 20px;
}

h1 {
    font-family: "Merriweather", serif;
    font-size: 52px;
    /* margin-right: 100px; */
    margin-bottom: 20px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 20px 0px;
}

.shopnow {
    background-color: #6A9739;
    color: white;
    width: 160px;
    height: 50px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.shopnow:hover{
    background-color: #8fc357;
    transition: ease-out 0.3s;
    color: white;
}
.leaf_logo {
    margin-bottom: 10px;
}

.fa-cart-shopping {
    margin-right: 10px;
}

/* ------testmonail--------- */
.outer_testimonial {
    width: 100%;
    height: 30vh;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.inner_testimonial {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.testimonial_icons {
    color: #8BC34A;
    font-size: 22px;
    /* margin-left: 20px; */
}

.boxes {
    width: 275px;
    height: 125px;
    background-color: #303030;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-left: 20px;
}

.box_span {
    font-family: "Open Sans", sans-serif;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-left: 40px;
}

.icon_span {
    margin-right: 10px;
}
.icon_span_link{
    text-decoration: none;
    color: white;
    cursor: pointer;
}


.box_text {
    margin-top: 10px;
}

h5 , .icon_span_link{
    font-size: 24px;
    font-family: "Merriweather", serif;
}

/* --------------------best Selling--------------------  */
.best_selling_outer {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
}

#selling_leaf {
    padding-bottom: 50px;
}

h3 {
    font-size: 34px;
    font-family: "Merriweather", serif;
    padding-top: 40px;
    margin-bottom: 10px;
}

.best_selling_inner {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products {
    /* width: 80%; */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}

.items {
    width: 285px;
    height: 285px;
}

.product1 {
    margin-left: 20px;
    text-align: center;
}

.P-products {
    margin: 5px 0px;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 600;

}

.fa-indian-rupee-sign {
    margin: 3px;
}

.Groceries {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: lighter;
}

.price {
    font-weight: bold;
}

/* -------------sale -------------------- */
#sale_section {
    width: 100%;
    height: 110vh;
}

#sale_top_outer {
    width: 100%;
    height: 80vh;
    background-color: #F8F6F3;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sale_top_inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.sale_item {
    width: 380px;
    height: 390px;
    padding: 40px;
    margin: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.item1 {
    background-image: url(./images/pomme-large.jpg);
    background-position: bottom right;
    background-size: 70% auto;
    background-repeat: no-repeat;
}

.item2 {
    background-image: url(./images/raisin-large.jpg);
    background-position: bottom right;
    background-size: 70% auto;
    background-repeat: no-repeat;
}

.item3 {
    background-image: url(./images/beans-and-legume-1.jpg);
    background-position: bottom right;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.fa-arrow-right {
    margin-left: 10px;
    font-weight: bolder;
}

.sale_iteam_heading {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sale_item_description {
    color: #929292;
    margin-top: 0px;
}

#sale_middle {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 20vh;
    background-color: black;

}

#sale_bottom {
    height: 10vh;
    background-color: #F8F6F3;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sale_para_middle {
    display: inline;
    font-family: "Merriweather", serif;
    font-size: 36px;
    color: white;
    font-weight: 600;
}

.sale_para_bottom {
    display: inline;
    font-family: "Merriweather", serif;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.sale_shopnow {
    width: 175px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
}

/* --------------------------Trending section----------------------------- */

/* -------------customer review sections---------------- */
#customer-reviews_outer {
    width: 100%;
    height: 100vh;
    background-color: #FEFDFD;
    background-image: linear-gradient(0deg, #fefdfd83, #fefdfd7b), url(./images/leaves-free-img\ -\ Copy.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 37% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#customer-reviews_inner {
    width: 80%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.reviewers_section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.reviews {
    width: 380px;
    height: 380px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 30px;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(40, 40, 40, .1);

}

.customer_rating {
    color: gold;
    font-size: 20px;
}

.reviewer_profile {
    display: flex;
    align-items: center;
}

.review {
    font-size: 16px;
    color: #868686;
}

.reviewer_name {
    padding-left: 10px;
    font-weight: 500;
}

/* -------------Branded partners sections---------------- */
#branded_partner_outer {
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#branded_partner_inner {
    width: 80%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#branded_partner_inner p {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 600;
}

/* -------------organic store footer sections---------------- */
#footer_page_outer {
    width: 100%;
    height: 85vh;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}

#footer_page_inner {
    width: 80%;
    height: 80vh;
    color: #A9AEAE;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 20%;


}

#about_store_left {
    width: 40%;
    height: auto;
    padding-right: 50px;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    padding-bottom: 200px;
}

#store_logo {
    width: 180px;
    height: 80px;
}

.fotter_headings {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 600;
    color: white;
    padding-left: 20px;
}

.footer_lists {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.fotter_links {
    list-style: none;
    margin-bottom: 5px;
}


.footer_directs {
    text-decoration: none;
    color: #A9AEAE;
    font-size: 16px;
}
.footer_directs:hover{
    color: white;
    transition: ease-in-out 0.2s;
}

#about_store_middle {
    width: 30%;
    height: auto;
    padding-left: 100px;
}

#ask_for_download {
    padding-bottom: 10px;
}

#footer_sub {
    padding-left: 20px;
}

#about_store_right {
    width: 30%;
    height: auto;
}

.moredown {
    margin-top: 100px;
}
.app_download {
    width: 120px;
    height: auto;
}

.buttons_to_download {
    margin-top: 20px;
}

.buttons_to_download button {
    border: none;
    border-radius: 5px;
    margin-left: 20px;
}

/* --------------last footer---------------- */
hr {
    background-color: #4b4b4b;
    border: none;
    height: 1px;
}

#last_footer_outer {
    width: 100%;
    height: 15vh;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;

}

#last_footer_inner {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #A9AEAE;
    background-color: #111111;
    font-size: 16px;

}

.follow {
    margin-left: 20px;
    color: #A9AEAE;
}

.follow:hover {
    color: #6A9739;
}