
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /* background-color: black; */
    scrollbar-color: rgb(197, 209, 200) white;
}
body{
    /* background-color: black; */
}

header{
    width: 100vw;
    /* height: 237px; */
    /* height: 135px; */
    background-color: #FFFFFF;
    /* background-color: #531919; */
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    z-index: 9999999999999;
}
.div-under-header{
    width: 85vw;
    /* height: 100%; */
    /* background-color: rgb(163, 217, 255); */
    margin: auto;
}
.header-top{
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
    /* font-family: ;
    font-weight: 100;
    font-style: normal; */

    /* background-color: #33b097; */
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
@media only screen and (max-width: 590px) {
    .header-top{
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        gap: 25px;
        padding-bottom: 15px;
    }
}

.header-top p{
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
}
.social{
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    /* font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal; */
    font-size: 1.1rem;
    color: #A4A4A4;
}
.social p{
    /* margin-bottom: 0; */
}
@media only screen and (max-width: 300px) {
    .social{
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.2rem;
        /* font-family: "Roboto", sans-serif;
        font-weight: 100;
        font-style: normal; */
        font-size: 1.1rem;
        color: #A4A4A4;
    }
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    /* color: #A4A4A4; */
}
.social-icons:hover{
    cursor: pointer;
    /* color: #7FA15A; */
}
.facebook-hover:hover{
    color: #9ed366 !important;
}
.twitter-hover:hover{
    color: #9ed366 !important;
}
.google-hover:hover{
    color: #9ed366 !important;
}
.instagram-hover:hover{
    color: #9ed366 !important;
}
.youtube-hover:hover{
    color: #9ed366 !important;
}



.total-usd{
    /* background-color: aquamarine; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.under-usd{
    display: flex;
    /* background-color: rgb(0, 0, 0); */
    justify-content: center;
    align-items: center;
    /* font-family: "IBM Plex Sans", sans-serif;
    font-weight: 100;
    font-style: normal; */
    font-size: 1.1rem;
    color: #A4A4A4;
    gap: 0.35rem;
    /* font-size: 1.1rem; */
    /* justify-content: center; */
    /* align-items: center; */
}
.under-usd :hover{
    /* color: #B5B2B2; */
    color: #9ed366 !important;
    cursor: pointer;
}
.under-usd :hover .arrow-hover, .arrow-hover:hover{
    /* color: #B5B2B2; */
    color: #9ed366 !important;
    cursor: pointer !important;
}
.line{
    height: 15px;
    width: 2px;
    background-color: #999191;
}
.total-usd{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1rem;
}
.usd{
    /* font-family: "IBM Plex Sans", sans-serif;
    font-weight: 100;
    font-style: normal; */
    font-size: 1.1rem;
    color: #A4A4A4;
}
.seperation{
    width: 85vw;
    height: 1.5px;
    background-color: #EDEDED;
}





                 /* nav-bar area  */


nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    /* background-color: blue; */
}
@media only screen and (max-width: 230px){
    .logo img{
        width: 120px !important;
    }
}
.nav-lists{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.3rem;
    /* background-color: red; */
    height: 60px;
    margin-bottom: 0;
}
.nav-lists li a{
    color: #2C2C2C;
    /* font-size: 14px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: blue; */
    height: 100%;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: linear 0.3s;
    text-decoration: none;
}
.nav-lists li a:hover{
    color: #9ed366;
    cursor: pointer;
}

.nav-lists li:hover .nav-lists i{
    color: #9ed366;
    cursor: pointer;
}
.nav-lists>:nth-child(1), .nav-lists>:nth-child(2), .nav-lists>:nth-child(5){
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}
.nav-addto-cart{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    /* background-color: red; */
    /* height: 5px; */
    /* width: 5px; */
    /* border */
}
.nav-addto-cart p{
    font-size: 11px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
}
.under-nav-cart-zero{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-addto-cart:hover .under-nav-cart-zero h5{
    color: white;
}
.nav-addto-cart:hover .under-nav-cart-zero{
    color: white;
    background-color: #9ed366;
    border-radius: 50%;
    /* border-radius: 50%; */
}
.nav-addto-cart:hover{
    cursor: pointer;
}
.under-nav-cart-zero h5{
    color: #656565;
}
.hello{
    position: relative;
    left: 100px;
}
#ham-icon-two{
    position: relative;
}
#ham-icon-one,#ham-icon-three,#ham-icon-two-two:hover{
    cursor: pointer;
}
#ham-icon-three{
    /* transition: 2s; */
    /* visibility: hidden; */
}
#ham-icon-two>:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
    visibility: hidden;
}
.hamburger-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: pink; */
}
.hamburger-section p{
    margin-bottom: 0;
}
.hamburger-section-display{
    /* visibility: hidden; */
    margin-top: 15px;
    display: none;
}
.hamburger-section>:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger-section>:nth-child(1)>:nth-child(2){
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.hamburger-section p{
    padding-left: 10px;
}
.sidebar-menu{
    width: 85vw;
    /* height: 400px; */
    display: none;
    /* background-color: rgb(255, 168, 110); */
    /* display: flex  ; */
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu{
    height: 30vh;
    overflow-y: scroll;
}
.menu div>:nth-child(1){
    font-family: IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}
.menu div>:nth-child(2){
    /* border-left: 1px solid black; */
    padding-right: 20px;
}
.menu div a{
    color: #474747;
    /* cursor: pointer; */
}
.menu div{
    display: flex;
    /* background-color: orangered; */
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid black; */
    cursor: pointer;
}
.menu>:nth-child(1){
    border: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
}
.menu>:nth-child(2){
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
}
.menu>:nth-child(3){
    border: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
}
.menu>:nth-child(4){
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
}
.menu>:nth-child(5){
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
}
.menu>:nth-child(6){
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0px 15px 20px;
    margin-bottom: 0.5px;
}
.menu div:hover{
    background-color: #e4ffea;
}
@media only screen and (max-width: 991px) {
    .nav-lists{
        /* visibility: hidden; */
        display: none;
    }
    .hamburger-section-display{
        /* visibility: visible; */
        display: block;
    }
}


                                /* banner portion */





.carousel-slide2{
margin-top: 141px;
/* margin-top: 20%; */
/* z-index: -1; */
}
.h-20{
	height: 50rem;
}

.carousel-item img{
    width: 100% !important;
    height: 100% !important;
	object-fit: cover !important;
}
.carousel-indicators button{
    /* z-index: 9999999999999999999 !important; */
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important; 
    /* background-color: #9ed366 !important; */
}
.carousel-indicators .btn1{
    /* margin-right: 10px !important; */
}
carousel-indicators2 button{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: rgb(0, 0, 0) !important;
}
.carousel-item{
    position: relative;
    aspect-ratio: 3 / 2;
}
.banner-item-content{
    /* width: 100%;
    height: 100%; */
    /* background-color: pink; */
    z-index: 100;
    position: absolute;
    color:#000;
    font-size:12px;
    display:block;
    top: 20%;
    left: 9%;
}
.banner-item-content h3{
    font-size: 30px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* background-color: red; */
    width: 500px;
    margin-bottom: 25px;
    text-align: left;
}
.banner-item-content h1{
    font-size: 72px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    /* background-color: red; */
    width: 500px;
    margin-bottom: 25px;
    text-align: left;
}
.banner-item-content p{
    font-size: 21px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* background-color: red; */
    width: 500px;
    margin-bottom: 25px;
    text-align: left;
}
.banner-item-content button{
    background-color: #7FA15A;
    font-size: 17px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    padding: 15px 35px;
    border: none;
    color: white;
    transition: 0.5s;
}
.banner-item-content button:hover{
    background-color: #292929;
}
@media only screen and (max-width: 1348px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 18%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 30px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 300px;
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  52px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 400px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 21px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 400px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 35px;
        border: none;
        color: white;
    }

}
@media only screen and (max-width: 1088px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 28%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        /* width: 300px; */
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  42px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 300px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 300px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 35px;
        border: none;
        color: white;
    }

}
@media only screen and (max-width: 813px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 28%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 220px;
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  32px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 220px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 220px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 35px;
        border: none;
        color: white;
    }

}
@media only screen and (max-width: 570px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 28%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  32px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 35px;
        border: none;
        color: white;
    }

}
@media only screen and (max-width: 527px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 10%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  32px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 180px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 35px;
        border: none;
        color: white;
    }

}
@media only screen and (max-width: 222px){
    .banner-item-content{
        /* width: 100%;
        height: 100%; */
        /* background-color: pink; */
        z-index: 100;
        position: absolute;
        color:#000;
        font-size:12px;
        display:block;
        top: 10%;
        left: 9%;
    }
    .banner-item-content h3{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 140px;
        margin-bottom: 25px;
    }
    .banner-item-content h1{
        font-size:  32px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        /* background-color: red; */
        width: 140px;
        margin-bottom: 25px;
    }
    .banner-item-content p{
        font-size: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        /* background-color: red; */
        width: 140px;
        margin-bottom: 25px;
    }
    .banner-item-content button{
        background-color: #7FA15A;
        font-size: 17px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        padding: 15px 20px;
        border: none;
        color: white;
    }

}





                    /* section */









.total-signature-div{
    width: 100%;
    margin-top: 60px;
    /* background-color: pink; */
}
#totalsignature-SUB-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
    margin: auto;
    /* background-color: #656565; */
}
#totalsignature-SUB-div>:nth-child(1){   
    text-align: center;
    letter-spacing: 1.5px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    color: #7FA15A;
    margin-bottom: 20px;
    margin-top: 55px;
    /* background-color: rgb(8, 68, 83); */
}
#totalsignature-SUB-div>:nth-child(2){
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    margin-bottom: 45px;
    /* background-color: red; */
}
@media screen and (max-width: 300px){
    #totalsignature-SUB-div>:nth-child(2){
        font-size: 30px;
    }
}

#totalsignature-SUB-div>:nth-child(3){
    width: 80%;
    /* background-color: rgba(204, 255, 217, 0.866); */
}
#totalsignature-SUB-div>:nth-child(3) p{
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    word-spacing: 3.5px;
    color: #6D6D6D;
    line-height: 30px;
}
#totalsignature-SUB-div>:nth-child(4){
    width: 80%;
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #6D6D6D;
    margin-bottom: 80px;
    margin-top: 15px;
    word-spacing: 3.5px;
    /* background-color: pink; */
}





.founder-ceo-co-founder-section{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    /* background-color: red; */
}
.first-sec{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    /* background-color: #777777; */
}

.third-sec{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* background-color: #777777; */
}
.first-sec>:nth-child(1), .third-sec>:nth-child(1){
    margin-bottom: 0px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #7FA15A;
    /* background-color: rgb(191, 255, 255); */
}
.first-sec>:nth-child(2),.third-sec>:nth-child(2){
    font-style: italic;
    margin-bottom: 18px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    /* background-color: rgb(234, 142, 30); */
}
@media screen and (max-width: 600px) {
    .founder-ceo-co-founder-section{
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        /* background-color: red; */
    }
    #middle-sec{
        display: none;
    }
    .first-sec{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: #777777; */
    }
    
    .third-sec{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: #777777; */
    }
    .first-sec>:nth-child(2),.third-sec>:nth-child(2){
        margin-bottom: 0;
    }
}
@media screen and (max-width: 300px){
    #F-SEC-img{
        width: 120px !important;
    }
    #T-SEC-img{
        width: 110px !important;
    }
}
@media screen and (max-width: 147px){
    .total-signature-div h4{
        font-size: 16px !important;
    }
    #under-our-journey-content p{
        font-size: 9px !important;
    }
}










                    /* section */






.second-section{
    width: 100%;
    margin-top: 100px;
    /* background-color: red; */
}
#FeaturedCategories-heading{
    margin: auto;
    width: 85%;
    /* background-color: #cccccc; */
}
#FeaturedCategories-heading h3{
    margin: auto;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
}
#FeaturedCategories-heading div{
    width: 77px;
    height: 3px;
    margin: auto;
    margin-top: 6px;
    background-color: #7FA15A;
}
#FeaturedCategories-products{
    margin: auto;
    margin-top: 27px;
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    /* background-color: pink; */
}
#FeaturedCategories-products>:nth-child(1){
    width: 270px;
    height: 350.38px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #CCFFF0;
    /* overflow: hidden; */
}
#FeaturedCategories-products>:nth-child(1)>img{
    position: absolute;
    height: 320px;
    object-fit:cover;
    top: 2%;
    /* top: 0%;
    left: 10%; */
}
#FeaturedCategories-products>:nth-child(2){
    width: 270px;
    height: 350.38px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #FFEAF5;
    /* overflow: hidden; */
}
#FeaturedCategories-products>:nth-child(2)>img{
    position: absolute;
    height: 240px;
    object-fit:cover;
    top: 55px;
    /* height:100%;
    width:100%; */
    /* top: 0%;
    left: 0%; */
}
#FeaturedCategories-products>:nth-child(3){
    width: 270px;
    height: 350.38px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #DFFFDA;
    /* overflow: hidden; */
}
#FeaturedCategories-products>:nth-child(3)>img{
    position: absolute;
    object-fit:cover;
    height: 300px;
    /* height:100% !important;
    width:100%; */
    /* top: 10%;
    left: 10%; */
}
#FeaturedCategories-products>:nth-child(4){
    width: 270px;
    height: 350.38px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #FFEFDD;
    /* overflow: hidden; */
}
#FeaturedCategories-products>:nth-child(4)>img{
    position: absolute;
    object-fit:cover;
    height: 330px;
    bottom: 0.9%;
    /* display: none; */
    /* top: 6%;
    height:100%;
    width:100%; 
    left: 5%;  */
}
.bachha{
    width: 261px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background-color: #FFFFFF;
    opacity: 0.9;
    position: absolute;
    bottom: 20px;
    /* left: 0; */
}
@media screen and (max-width: 354px){
    .bachha{
        width: 250px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 38px;
        background-color: FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
}
@media screen and (max-width: 319px){
    .bachha{
        width: 230px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 38px;
        background-color: FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
    #FeaturedCategories-products>:nth-child(1){
        width: 270px;
        height: 350.38px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #CCFFF0;
        /* overflow: hidden; */
    }
    #FeaturedCategories-products>:nth-child(1)>img{
        position: absolute;
        height: 270px;
        object-fit:cover;
        top: -4px;
        /* top: 0%;
        left: 10%; */
    }
    #FeaturedCategories-products>:nth-child(2){
        width: 270px;
        height: 350.38px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEAF5;
        /* overflow: hidden; */
    }
    #FeaturedCategories-products>:nth-child(2)>img{
        position: absolute;
        height: 200px;
        object-fit:cover;
        top: 30px;
        /* height:100%;
        width:100%; */
        /* top: 0%;
        left: 0%; */
    }
    #FeaturedCategories-products>:nth-child(3){
        width: 270px;
        height: 350.38px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #DFFFDA;
    }
    #FeaturedCategories-products>:nth-child(3)>img{
        position: absolute;
        object-fit:cover;
        height: 250px;
        top: 20px;
    }
    #FeaturedCategories-products>:nth-child(4){
        width: 270px;
        height: 350.38px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEFDD;
        /* overflow: hidden; */
    }
    #FeaturedCategories-products>:nth-child(4)>img{
        position: absolute;
        object-fit:cover;
        height: 250px;
        bottom: 100px;
        /* display: none; */
        /* top: 6%;
        height:100%;
        width:100%; 
        left: 5%;  */
    }
}
@media screen and (max-width: 298px){
    .bachha{
        width: 210px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 38px;
        background-color: #FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
}
@media screen and (max-width: 272px){
    .bachha{
        width: 180px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 38px;
        background-color: #FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
}
@media screen and (max-width: 265px){
    .bachha{
        width: 100px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
    #FeaturedCategories-products>:nth-child(1){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #CCFFF0;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(1)>img{
        position: absolute;
        height: 150px;
        object-fit:cover;
        top: 40px;
        /* top: 0%;
        left: 10%; */
    }
    #FeaturedCategories-products>:nth-child(2){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEAF5;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(2)>img{
        position: absolute;
        height: 120px;
        object-fit:cover;
        top: 50px;
        /* height:100%;
        width:100%; */
        /* top: 0%;
        left: 0%; */
    }
    #FeaturedCategories-products>:nth-child(3){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #DFFFDA;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(3)>img{
        position: absolute;
        object-fit:cover;
        height: 155px;
        top: 40px;
    }
    #FeaturedCategories-products>:nth-child(4){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEFDD;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(4)>img{
        position: absolute;
        object-fit:cover;
        height: 150px;
        bottom: 100px;
        /* display: none; */
        /* top: 6%;
        height:100%;
        width:100%; 
        left: 5%;  */
    }
    #FeaturedCategories-heading h3{
        margin: auto;
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        color: #333333;
    }

}

@media screen and (max-width: 151px){
    .bachha{
        width: 100px;
        height: 76px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #FFFFFF;
        opacity: 0.9;
        position: absolute;
        bottom: 20px;
        /* left: 0; */
    }
    #FeaturedCategories-products>:nth-child(1){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #CCFFF0;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(1)>img{
        position: absolute;
        height: 150px;
        object-fit:cover;
        top: 40px;
        /* top: 0%;
        left: 10%; */
    }
    #FeaturedCategories-products>:nth-child(2){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEAF5;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(2)>img{
        position: absolute;
        height: 120px;
        object-fit:cover;
        top: 50px;
        /* height:100%;
        width:100%; */
        /* top: 0%;
        left: 0%; */
    }
    #FeaturedCategories-products>:nth-child(3){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #DFFFDA;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(3)>img{
        position: absolute;
        object-fit:cover;
        height: 155px;
        top: 40px;
    }
    #FeaturedCategories-products>:nth-child(4){
        width: 270px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        background-color: #FFEFDD;
        overflow: hidden;
    }
    #FeaturedCategories-products>:nth-child(4)>img{
        position: absolute;
        object-fit:cover;
        height: 150px;
        bottom: 100px;
        /* display: none; */
        /* top: 6%;
        height:100%;
        width:100%; 
        left: 5%;  */
    }
    #FeaturedCategories-heading h3{
        margin: auto;
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        color: #333333;
    }
}

.bachha p{
    margin-bottom: 0;
}
.bachha>:nth-child(1){
    font-family: IBM Plex Sans, sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    color: #2B2A2A;
}
.bachha>:nth-child(2){
    font-family: IBM Plex Sans, sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    color: #2B2A2A;
}





                /* third-section */





#third-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* max-height: 1000px !important; */
    /* background-color: pink; */
}
#third-section-theme{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84vw;
    flex-wrap: wrap;
    text-align: left;
    gap: 30px;
    /* max-height: 700px; */
    /* background-color: #81fad6; */
}
.main-divof-img-div{
    width: 300px;
    /* height: 90px; */
    max-height: 1000px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    /* background-color: #e7fdcf; */
    /* flex-grow: 0.5; */
}
.main-divof-img-div .img-div{
    width: 50px;
    height: 50px;
    /* background-color: red; */
}
.img-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-section{
    width: 200px;
    height: 100%;
    /* background-color: #eeb21c; */
}
.sec3-firstP{
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #94BB82;
    margin-bottom: 0;
}

.sec3-secondP{
    font-family: IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #333333;
    margin-bottom: 0;
}
.firstp-margin{
    margin-bottom: 20px;
}
.third-section-seperation1,.third-section-seperation2{
    height: 3px;
    width: 100%;
    background-color: #EDEDED;
    margin: auto;
}
.third-section-seperation1{
    margin-top: 70px;
    margin-bottom: 30px;
}
.third-section-seperation2{
    margin-top: 30px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1071px){
    .firstp-margin{
        margin-bottom: 0px;
    }
    .content-section{
        width: 200px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
    }
}

@media screen and (max-width: 390px){
    #third-section-theme{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 84vw;
        /* background-color: #81fad6; */
        flex-wrap: wrap;
        text-align: left;
        gap: 75px;
    }
    .main-divof-img-div{
        width: 300px;
        /* height: 250px !important; */
        /* background-color: #e7fdcf; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        /* flex-grow: 0.5; */
    }
    .content-section>:nth-child(1){
        margin: auto;
        text-align: center;
    }
    .content-section>:nth-child(2){
        margin: auto;
        text-align: center;
    }
    .content-section{
        width: 100px;
        /* height: 30%; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
    }
}
@media screen and (max-width: 267px){
    .sec3-firstP{
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        color: #94BB82;
        margin-bottom: 0;
        /* background-color: white; */
    }
    
    .sec3-secondP{
        font-family: IBM Plex Sans, sans-serif;
        font-size: 10px;
        font-weight: 600;
        font-style: normal;
        color: #333333;
        margin-bottom: 0;
        /* background-color: #656565; */
    }
    .content-section{
        width: 130px;
    }
}
@media screen and (max-width: 145px){
    .content-section>p{
        font-size: 12px !important;
        /* margin-top: 50px !important; */
    }
    .content-section:nth-child(2){
        width: 90px;
    }
}






















                    /* fourth section */


#fourth-section{
    width: 85vw;
    margin: auto;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    /* background-color: red; */
}
#select-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 40px;
    margin-bottom:50px;
    padding-left: 0;
}
#select-options>li>a , .hide-list{
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    color: #9E9E9E !important;
    cursor: pointer;
}
.hide-list i{
    padding-left: 10px;
}
.hide-list{
    display: none;
}
#select-options>li>a{
    transition: 0.3s;
}
#select-options>li>a:hover{
    color: #333333 !important;
} 
.hide-list:hover{
    color: #333333 !important;    
}
.hide-list:hover i{
    color: #333333 !important;
}
.list-sep{
    height: 30px;
    width: 2px;
    background-color: #D9D9D9;
}
#select-options>li>a:active{
    color: #333333 !important;
}

@media screen and (max-width: 818px){
    #fourth-section{
        width: 100%;
        margin: auto;
        /* background-color: blue; */
    }
    #select-options>li>a , .hide-list{
        font-family: Montserrat, sans-serif;
        text-decoration: none;
        font-size: 25px;
        font-weight: 600;
        font-style: normal;
        color: #9E9E9E !important;
        cursor: pointer;
    }
}
@media screen and (max-width: 525px){
    .hide-list{
        display: block;
    }
    .hide-bar{
        display: none;
    }
    #select-options>:nth-child(3),#select-options>:nth-child(5){
        display: none;
    }
}
@media screen and (max-width: 324px){
    .list-sep{
        display: none;
    }
    #select-options>:nth-child(1){
        display: none;
    }
}





/* .my-class{
    width: 85vw;
    background-color: blue;
    height: 400px;
} */
.all-total-items{
    /* width: 85vw; */
    background-color: transparent;
    display: flex;
    flex-direction: row;
    /* margin: auto; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    /* background-color: blue; */
    /* z-index: -999; */
}
.media-query-set{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.margin-50px{
    margin-top: 50px;
}
@media screen and (max-width: 582px){
    .media-query-set{
        flex-direction: column;
        gap: 30px;
    }
    .all-total-items{
        gap: 30px;
    }
    .margin-50px{
        margin-top: 30px;
    }
}
.all-total-items-flex{
    display: flex;
    /* justify-content: center; */
    /* padding: 0px 20px 65px 20px; */
    align-items: center;
    flex-direction: column;
}
.items{
    height: 268px;
    width: 250px;
    border-radius: 41px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    /* background-color: red; */
}
.items:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
.item-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.plant-img-sections-buy-product{
    background-color: ;
}
.plant-img-sections-buy-product img{
    /* height: 230px;
    object-fit: cover;
    filter: contrast(123%); */
}
.product1{
    height: 195px !important;
    object-fit: cover;
    filter: contrast(110%);
}
.product2{
    height: 240px !important;
    object-fit: cover;
    filter: contrast(110%);
}
.product3{
    height: 200px !important;
    object-fit: cover;
    filter: contrast(110%);
}
.product4{
    height: 250px !important;
    object-fit: cover;
    filter: contrast(110%);
}
.product5{
    /* height: 220px !important; */
    object-fit: cover;
    filter: contrast(110%);
}
.product6{
    /* height: 220px !important; */
    object-fit: cover;
    filter: contrast(110%);
}
.product7{
    height: 220px !important;
    object-fit: cover;
    filter: contrast(110%);
}
.product8{
    height: 220px !important;
    object-fit: cover;
    filter: contrast(105%);
}
@media only screen and (max-width: 168px){
    .all-total-items-flex .items{
        /* height and width e 50 minus */
        height: 50px !important; 
        width: 50px !important;
        border-radius: 0px !important;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FAFAFA;
        /* background-color: red; */
    }
    .sale-section{
        display: none !important;
    }
    .plant-img-sections-buy-product img{
        height: 100px !important;
    }
}
@media only screen and (max-width: 172px){
    .items{
        /* height and width e 50 minus */
        height: 138px !important; 
        width: 120px !important;
        border-radius: 0px !important;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FAFAFA;
        /* background-color: red; */
    }
    .plant-img-sections-buy-product img{
        height: 100px !important;
    }
}
@media only screen and (max-width: 219px){
    .items{
        /* height and width e 50 minus */
        height: 168px !important; 
        width: 150px !important;
        border-radius: 0px !important;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FAFAFA;
        /* background-color: red; */
    }
    .plant-img-sections-buy-product img{
        height: 100px !important;
    }
}
@media only screen and (max-width: 282px){
    .items{
        /* height and width e 50 minus */
        height: 218px; 
        width: 200px;
        border-radius: 41px;
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FAFAFA;
        /* background-color: red; */
    }
    .total-cartBox{      /*position absolute*/
        display: none !important;
    }

    .product1{
        height: 195px !important;
        object-fit: cover;
        filter: contrast(110%);
    }
    .product2{
        height: 240px !important;
        object-fit: cover;
        filter: contrast(110%);
    }
    .product3{
        height: 200px !important;
        object-fit: cover;
        filter: contrast(110%);
    }
    .product4{
        height: 250px !important;
        object-fit: cover;
        filter: contrast(110%);
    }
    .product5{
        /* height: 220px !important; */
        object-fit: cover;
        filter: contrast(110%);
    }
    .product6{
        /* height: 220px !important; */
        object-fit: cover;
        filter: contrast(110%);
    }
    .product7{
        height: 220px !important;
        object-fit: cover;
        filter: contrast(110%);
    }
    .product8{
        height: 220px !important;
        object-fit: cover;
        filter: contrast(105%);
    }
}
@media only screen and (max-width: 140px){
    .item-content div{
        flex-direction: column;
    }
}
.sale-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #F0524B;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 20px;
    left: 10px;
    color: white;
}
.sale-sec2{
    position: absolute;
    background-color: #F5CC63;
    top: 75px;
    left: 10px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
}
.only-hot-item-bg{
    background-color: #F5CC63;
}
.total-cartBox{      /*position absolute*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: absolute;
    top: 10%;
    right: -20%;
    /* background-color: green; */
    /* transition: 1s; */
}
.total-cartBox2{  
    width: 50px;        /*position relative*/
    height: 215px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 5px; */
    /* background-color: red; */
    
}
.item-side-icons{         /*position absolute*/
    width: 50px;
    height: 50px;     
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
}
.item-side-icons:hover{
    background-color: #333333;
}
.item-side-icons:hover .hover-color{
    color: white !important;
}
.give-transition1{
    top: 0px;
}
.give-transition2{
    top: 55px;
}
.give-transition3{
    top: 110px
}
.give-transition4{
    top: 165px
}
.items:hover .give-transition1{
    transition: 0.5s;
    left: -135%;
}
.items:hover .give-transition2{
    transition: 0.6s;
    left: -135%;
}
.items:hover .give-transition3{
    transition: 0.7s;
    left: -135%;
}
.items:hover .give-transition4{
    transition: 0.8s;
    left: -135%;
}
.total-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: visible;
    /* background-color: #2B2A2A; */
}
.total-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.tooltiptext{
    position: absolute;
    top: 31.4%;
    left: -150%;
    color: white;
    background-color: #333333;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0 !important;
    display: none;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    /* transition: 1s !important; */
}
.tooltiptext1{
    top: 31.4%;
    left: -184%;
}
.tooltiptext2{
    top: 31.4%;
    left: -234%;
}
.tooltiptext3{
    top: 31.4%;
    left: -185%;
}
.tooltiptext4{
    top: 31.4%;
    left: -161%;
}
.item-side-icons:hover .tooltiptext{
    display: block;
    transition: 1s !important;
}
.tooltiptext::after{
    content: "";
    position: absolute;
    top: 30%;
    left: 107.8%;
    transform: rotate(-90deg);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltiptext1::after{
    left: 105.8%;
}
.tooltiptext2::after{
    left: 104.8%;
}
.tooltiptext3::after{
    left: 104.8%;
}
.tooltiptext4::after{
    left: 106.8%;
}
.item-content{
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-content p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #111111;
}
.item-content p:hover{
    color: #7CB064;
    cursor: pointer;
}
.linethrougn-price{
    font-family: Monsterrat, sans-serif;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #ABABAB;
}
.item-content div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.actual-price{
    font-family: Monsterrat, sans-serif;
    text-decoration: line-through;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    color: #383838;
}




                        /* fifth-section */





#fifth-section{
    margin-top: 70px;
    background-color: #F6F6F6;
    width: 100%;
    padding: 30px 0px 30px 0px;
}
#fifth-section img{
    width: 450px;
    object-fit: cover;
}
.todays-deals-section-flex-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9%;
    /* background-color: violet; */
}
@media only screen and (max-width: 1141px){
    .todays-deals-section-flex-parent{
        gap: 5%; 
    }
}
@media only screen and (max-width: 1083px){
    .todays-deals-section-flex-parent{
        gap: 2%; 
    }
}
@media only screen and (max-width: 1047px){
    #fifth-section img{
        width: 400px !important;
    }
    .todays-deals-section-flex-parent{
        flex-direction: column;
    }
}
@media only screen and (max-width: 1057px){
    .total-timer-content-section{
        width: 500px !important;
    }
    .Highlight-items{
        width: 500px !important;
    }
    #fifth-section .total-display{
        width: 500px !important;
    }
}
@media only screen and (max-width: 1092px){
    .todays-deals-section-flex-parent{
        gap: 2%; 
    }
}
@media only screen and (max-width: 552px){
    .total-timer-content-section{
        width: 400px !important;
    }
    .Highlight-items{
        width: 400px !important;
    }
    #fifth-section .total-display{
        width: 400px !important;
    }
    .timer{
        height: 60px !important;
        width: 60px !important;
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 429px){
    #fifth-section img{
        width: 350px !important;
    }
    .total-timer-content-section{
        width: 350px !important;
    }
    .Highlight-items{
        width: 350px !important;
    }
    #fifth-section .total-display{
        width: 350px !important;
    }
    .timer{
        height: 60px !important;
        width: 60px !important;
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 390px){
    #fifth-section img{
        width: 250px !important;
    }
    .total-timer-content-section{
        width: 250px !important;
    }
    .Highlight-items{
        width: 250px !important;
    }
    #fifth-section .total-display{
        width: 250px !important;
    }
    .timer{
        height: 40px !important;
        width: 40px !important;
        font-size: 20px !important;
    }
    .colon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: IBM Plex Sans, sans-serif;
        text-decoration: none;
        font-size: 30px !important;
        font-weight: 300;
        font-style: normal;
        color: #111111;
    }
    .timer-display P{
        margin-bottom: 0px;
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 271px){
    #fifth-section img{
        width: 150px !important;
    }
    .total-timer-content-section{
        width: 150px !important;
    }
    .Highlight-items{
        width: 150px !important;
    }
    #fifth-section .total-display{
        width: 150px !important;
    }
    .timer{
        height: 20px !important;
        width: 20px !important;
        font-size: 10px !important;
    }
    .colon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: IBM Plex Sans, sans-serif;
        text-decoration: none;
        font-size: 20px !important;
        font-weight: 300;
        font-style: normal;
        color: #111111;
    }
    .timer-display P{
        margin-bottom: 0px;
        font-size: 9px !important;
    }
    #fifth-section .total-display{
        gap: 5px !important;
    }
}
@media only screen and (max-width: 184px){
    #fifth-section img{
        width: 130px !important;
    }
    .total-timer-content-section{
        width: 130px !important;
    }
    .Highlight-items{
        width: 130px !important;
    }
    #fifth-section .total-display{
        width: 130px !important;
    }
    .timer{
        height: 20px !important;
        width: 20px !important;
        font-size: 10px !important;
    }
    .colon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: IBM Plex Sans, sans-serif;
        text-decoration: none;
        font-size: 20px !important;
        font-weight: 300;
        font-style: normal;
        color: #111111;
    }
    .timer-display P{
        margin-bottom: 0px;
        font-size: 9px !important;
    }
    #fifth-section .total-display{
        gap: 0px !important;
    }
}
.total-timer-content-section{
    width: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: pink; */
}
.total-timer-content-section button{
    border: none;
    /* background-image: linear-gradient(to right, #426F12 , #7FA15A) !important; */
    background-color: #7FA15A;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 500;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    padding: 15px 35px;
    color: white;
    transition: 0.5s;
    margin-top: 60px;
}
.total-timer-content-section button:hover{
    /* background-image: linear-gradient(to right, transparent , transparent) !important; */
    background-color: #333;
}
@media only screen and (max-width: 272px){
    .total-timer-content-section button{
        padding: 10px 25px;
    }
}
.Highlight-items{
    margin-bottom: 20px;
    width: 570px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #7FA15A;
    letter-spacing: 1.6px;
}
.timer{
    height: 98px;
    width: 98px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
    margin-bottom: 10px;
}
#fifth-section .total-display{
    width: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* background-color: red; */
}
.timer-display{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.timer-display P{
    margin-bottom: 0px;
    color: #707070;
    letter-spacing: 2px;
    font-family: IBM Plex Sans, sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    /* background-color: pink; */
}
@media only screen and (max-width: 196px){
    .timer-display P{
        margin-bottom: 0px;
        color: #707070;
        letter-spacing: 2px;
        font-family: IBM Plex Sans, sans-serif;
        text-align: center;
        font-size: 7px !important;
        font-weight: 400;
        font-style: normal;
        /* background-color: pink; */
    }
}
@media only screen and (max-width: 145px){
    #fifth-section img{
        width: 50px !important;
    }
    .Highlight-items{
        width: 70px !important;
        font-size: 10px !important;
    }
    #fifth-section .total-display{
        width: 90% !important;
        flex-direction: column;
    }
    .total-timer-content-section button{
        padding: 10px 0px !important;
    }
    .total-timer-content-section {
        width: 90% !important;
    }
}
.colon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    color: #111111;
}






                        /* sixth-section */









#sixth-section{
    width: 100%;
    /* background-color: pink; */
    margin-top: 130px;
    margin-bottom: 130px;
}    
#sixth-section a{
    text-decoration: none;
}
.sixth-section-content p{
    text-align: center;
    letter-spacing: 1.5px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    color: #7FA15A;
    margin-bottom: 20px;
    margin-top: 55px;
}    
.sixth-section-content h4{
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    margin-bottom: 45px;
}                
.total-blog{
    width: 85vw;
    /* background-color: yellow; */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5.3% !important;
}
@media only screen and (max-width: 951px){
    .total-blog{
        flex-direction: column;
        align-items: center;
        gap: 30px !important;
    }
    .single-blog>div{
        width: 480px !important;
        height: 300px !important;
        /* background-color: blue; */
    }
}
@media only screen and (max-width: 586px){
    .single-blog>div{
        width: 350px !important;
        height: 200px !important;
        /* background-color: blue; */
    }

}
@media only screen and (max-width: 418px){
    .single-blog>div{
        width: 250px !important;
        height: 150px !important;
        /* background-color: blue; */
    }
    .single-blog>div{
        width: 250px !important;
        height: 150px !important;
        /* background-color: blue; */
    }
    .single-blog{
        width: 250px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: red; */
    }
    .blog-content{
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 15px !important;
        font-weight: 600;
        font-style: normal;
        color: #333333;
        transition: 0.5s;
    }
}
@media only screen and (max-width: 300px){
    .single-blog>div{
        width: 150px !important;
        height: 150px !important;
        /* background-color: blue; */
    }
    .single-blog>div{
        width: 150px !important;
        height: 150px !important;
        /* background-color: blue; */
    }
    .single-blog{
        width: 150px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: red; */
    }
    .blog-content{
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 15px !important;
        font-weight: 600;
        font-style: normal;
        color: #333333;
        transition: 0.5s;
    }
}
@media only screen and (max-width: 175px){
    .single-blog>div{
        width: 130px !important;
        height: 150px !important;
        /* background-color: blue; */
    }
    .single-blog>div{
        width: 80% !important;
        height: 100px !important;
        /* background-color: blue; */
    }
    .single-blog{
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: red; */
    }
    .blog-content{
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 15px !important;
        font-weight: 600;
        font-style: normal;
        color: #333333;
        transition: 0.5s;
    }
}
.single-blog{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}
.blog-links{
    margin-top: 17px;
    margin-bottom: 17px;
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    color: #ABABAB;
    transition: 0.5s;
}
.blog-content{
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    transition: 0.5s;
}
.blog-links:hover{
    color: #7FA15A;
}
.blog-content:hover{
    color: #7FA15A;
}
.single-blog i{
    padding-right: 6px;
}
.single-blog>div{
    width: 280px;
    height: 200px;
    /* background-color: blue; */
}
.single-blog>div>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}









                                 /* seventh section? */










#seventh-section{
    width: 100%;
    /* background-color: orange; */
    margin-bottom: 130px;
}
.plant-accessories-section{
    width: 100%;
    /* background-color: rgb(189, 132, 141); */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.seventh-sec-img-container{
    width: 530px !important;
    height: 287px !important;
    position: relative;
}
.seventh-sec-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1107px){
    .seventh-sec-img-container{
        width: 500px !important;
        height: 287px !important;
    }
}
@media only screen and (max-width: 1052px){
    .seventh-sec-img-container{
        width: 450px !important;
        height: 287px !important;
    }
}
@media only screen and (max-width: 961px){
    .seventh-sec-img-container{
        width: 400px !important;
        height: 287px !important;
    }
}
@media only screen and (max-width: 843px){
    .plant-accessories-section{
        width: 85%;
        /* background-color: rgb(189, 132, 141); */
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px !important;
    }
    .seventh-sec-img-container{
        width: 550px !important;
        height: 287px !important;
    }
}
@media only screen and (max-width: 669px){
    .seventh-sec-img-container{
        width: 500px !important;
        height: 287px !important;
    }
}
@media only screen and (max-width: 615px){
    .seventh-sec-img-container{
        width: 400px !important;
        /* height: 187px !important; */
    }
}
@media only screen and (max-width: 438px){
    .seventh-sec-img-container{
        width: 300px !important;
        height: 200px !important;
    }
    .seventh-sec-first-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 700;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
    .seventh-sec-second-child{
        width: 200px !important;
        text-align: left;
        font-family: IBM Plex Sans, sans-serif;
        font-size: 25px !important;
        font-weight: 700;
        font-style: normal;
        color: #575757;
        margin-top: 6px;
        margin-bottom: 6px;
        line-height: 30px !important;
    }
    .seventh-sec-third-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 800;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 327px){
    .seventh-sec-img-container{
        width: 200px !important;
        height: 200px !important;
    }
    .seventh-sec-first-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 700;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
    .seventh-sec-second-child{
        width: 150px !important;
        text-align: left;
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px !important;
        font-weight: 700;
        font-style: normal;
        color: #575757;
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 26px !important;
    }
    .seventh-sec-third-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 800;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 219px){
    .seventh-sec-img-container{
        width: 150px !important;
        height: 200px !important;
    }
    .seventh-sec-first-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 700;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
    .seventh-sec-second-child{
        width: 100px !important;
        text-align: left;
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px !important;
        font-weight: 700;
        font-style: normal;
        color: #575757;
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 26px !important;
    }
    .seventh-sec-third-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 800;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 171px){
    .seventh-sec-img-container{
        width: 100px !important;
        height: 300px !important;
    }
    .seventh-sec-first-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 9px !important;
        font-weight: 700;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
    .seventh-sec-second-child{
        width: 70px !important;
        text-align: left;
        font-family: IBM Plex Sans, sans-serif;
        font-size: 15px !important;
        font-weight: 700;
        font-style: normal;
        color: #575757;
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 23px !important;
    }
    .seventh-sec-third-child{
        text-align: left;
        font-family: Montserrat, sans-serif;
        font-size: 10px !important;
        font-weight: 800;
        font-style: normal;
        color: #003F12;
        margin-bottom: 0;
    }
}






.seventh-sec-border{
    height: 70%;
    width: 82%;
    border: 2px solid white;
    padding: 5% 5% 5% 9%;
    position: absolute;
    top: 14.7%;
    left: 9.4%;
}
.seventh-sec-border-two{
    border: 2px solid #443939 !important;
}
.seventh-sec-first-child{
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #003F12;
    margin-bottom: 0;
}
.seventh-sec-second-child{
    width: 250px;
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #575757;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}
.seventh-sec-third-child{
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    color: #003F12;
    margin-bottom: 0;
}
.seventh-sec-hover{
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}
.seventh-sec-img-container:hover .seventh-sec-hover{
    opacity: 0.15;
    cursor: pointer;
}







                                        /* Eighth-section */



#eighth-section{
    margin-bottom: 125px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 600px; */
    /* position: relative; */
    /* overflow: hidden; */
    /* background-color: pink; */
    background-image: url(new-pexels-iriser-1090977.jpg);
    /* filter: contrast(1%); */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    /* border-radius: 10px; */
}
#eighth-section>p{
    width: 575px;
    background-color: transparent;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 47px;
    font-weight: 600;
    font-style: normal;
    color: white;
    /* gap: 10%; */
}
#eighth-section form{
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 60px;
    background-color: rgba(255, 255, 255, 0.383);
    border: 0.5px solid white;
    border-radius: 1rem;
    color: white;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
}
form .button{
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 13.6px;
    font-weight: 600;
    font-style: normal;
    background-color: white;
    padding: 7px 100px;
    border-radius: 4px;
    border: none;
    word-spacing: 0px;
    letter-spacing: 0.5px;
    transition: 0.5s;
}
form .button:hover{
    background-color: #292929;
    color: white;
}
form h3{
    margin-bottom: 0px;
}
input{
    /* width: 300px; */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;

}
::placeholder{
    color: white;
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.form-input-margin-bottom{
    margin-bottom: 30px;
}
form p{
    margin-bottom: 0;
}
.form-display{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    gap: 30px;
}
@media only screen and (max-width: 1113px){
    #eighth-section{
        margin-bottom: 125px;
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        /* height: 600px; */
        /* position: relative; */
        /* overflow: hidden; */
        background-color: pink;
        background-image: url(new-pexels-iriser-1090977.jpg);
        /* filter: contrast(1%); */
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        /* border-radius: 10px; */
    }
}
@media only screen and (max-width: 640px){
    #eighth-section{
        flex-direction: column !important;
        gap: 60px;
    }
    #eighth-section>p{
        font-size: 35px;
        width: 400px;
    }
}
@media only screen and (max-width: 422px){
    #eighth-section>p{
        font-size: 35px;
        width: 300px !important;
    }
    #eighth-section form{
        padding: 55px 40px !important;
    }
}
@media only screen and (max-width: 344px){
    #eighth-section>p{
        font-size: 25px !important;
        width: 200px !important;
    }
    #eighth-section form{
        padding: 55px 10px !important;
    }
    form .button{
        padding: 0.5rem 5rem;
    }
}
@media only screen and (max-width: 272px){
    #eighth-section>p{
        font-size: 24px !important;
        width: 100% !important;
    }
    #eighth-section form{
        padding: 55px 0px !important;
    }
    form .button{
        padding: 0.5rem 3rem;
        border-radius: 0px !important;
    }
    .form-display{
        flex-direction: column;
        gap: 6px;
    }
    #eighth-section form {
        gap: 30px;
    }
    .form-input{
        width: 90% !important;
    }
}
@media only screen and (max-width: 161px){
    #eighth-section>p{
        font-size: 20px !important;
        width: 100% !important;
    }
    #eighth-section form{
        padding: 35px 0px !important;
    }
    form .button{
        padding: 0.1rem 1rem;
        border-radius: 0px !important;
    }
    .form-display{
        flex-direction: column;
        gap: 6px;
    }
    #eighth-section form {
        width: 100%;
        gap: 30px;
    }
    .form-input{
        width: 90% !important;
    }
}











/* footer portion */


footer{
    width: 100%;
    background-color: #EEF9EA;
    /* background-color: red !important; */
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
footer>img{
    position: absolute;
    /* height: 460px; */
    top: 17%;
    left: -22.7%
}
.mother{
    background-color: #EEF9EA;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 5%; */
}
.child{
    
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: yellow; */
    /* gap: 5%; */
}
.child .footer-logo{
    width: 180px;
    margin-bottom: 28px;
}
footer li{
    list-style-type: none;
}
footer ul{
    height: 350px;
    /* width: 400px; */
    padding: 0;
    margin: 0;
    padding-left: 15px !important;
    /* background-color: red !important; */
}
footer .mother{
    display: flex;
}
footer .child{
    display: flex;
}
.footer-img{
    height: 84px;
    width: 120px;
    margin-right: 10px;
}
.sec-1-margin-bottom{
    margin-bottom: 10px;
}
.footer-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
footer li{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
.footer-img-div-text{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
.footer-question-bold{
    font-size: 17px !important;
    font-weight: 600 !important;
}
.footer-bold-headings{
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 50px;
}
.footer-display-flex-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.width{
    width: 200px;
}
.margin-bottom-dite-hobe{
    margin-bottom: 9px;
}
footer .margin-right{
    margin-right: 60px;
}


footer p{
    width: 200px;
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
    margin-bottom: 5px;
}
.span-first{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
.span-second{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
.span-third{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: normal;
    color: #575757;
}
.span-fourth{
    text-align: left;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #575757;
}
@media only screen and (max-width: 966px){
    .mother{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .child{
        margin: auto;
        /* width: 100%; */
        /* padding-left: 30px; */
    }
    footer ul{
        width: 300px;
    }
    footer .margin-right{
        margin-right: 0px !important;
    }
    .footer-display-flex-img{
    justify-content: flex-start;
    }
    .padding-left{
        padding-left: 20px;
    }
}
@media only screen and (max-width: 618px){
    /* footer ul{
        width: 300px;
        } */
    .padding-left{
        width: 250px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 567px){
    .mother{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .child{
        /* margin: auto; */
        flex-direction: column;
        /* width: 100%; */
        /* padding-left: 30px; */
    }
    footer ul{
        width: 300px;
    }
    footer .margin-right{
        margin-right: 0px !important;
    }
    .footer-display-flex-img{
    justify-content: flex-start;
    }
    .padding-left{
        width: 300px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 318px){
    footer ul{
        width: 90vw !important;
    }
    .footer-display-flex-img{
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .mother>:nth-child(2)>:nth-child(2){
        height: 500px !important;
    }
}
@media only screen and (max-width: 238px){
    .child .footer-logo{
        width: 100px;
        margin-bottom: 28px;
    }
    footer p{
        width: 100px;
    }
    .footer-bold-headings{
        margin-top: 15px;
    }
    .mother>:nth-child(2)>:nth-child(2){
        height: 550px !important;
    }
    .width{
        width: 100px;
    }
    /* #email-width-set{
        width: 100px !important;
    } */
}
@media only screen and (max-width: 208px){
    .footer-img{
        width: 100px !important;
    }
    .sec-1-margin-bottom{
        width: 100px !important;
    }
    footer ul{
        padding: 0px !important;
        padding-left: 15px !important;
    }
    .mother>:nth-child(2)>:nth-child(2){
        height: 570px !important;
    }
    #email-width-set{
        text-align: left !important;
        font-size: 9px;
    }
}
.payments img{
    height: 12px !important;
    filter: contrast(150%);
    cursor: pointer;
}
.payments{
    width: 90vw;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 240px){
    .payments img{
        height: 8px !important;
        filter: contrast(150%);
        cursor: pointer;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 150px){
    .payments img{
        height: 8px !important;
        filter: contrast(150%);
        cursor: pointer;
        margin-top: 50px !important;
    }
}



                                    /* copyright-footer-part */



.copyright-footer-part{
    width: 100%;
    background-color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 15px !important;
    font-weight: 300 !important;
    font-style: normal;
    padding-top: 16px;
    padding-bottom: 16px;
}
