
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&family=Nunito+Sans&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');


/* global css  */
html{
    scroll-behavior: smooth;
}
body{
    max-width: 100%;
    overflow-x: hidden !important;
}
*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}


:root{
    --primary-color: #0A6847;
    --secondary-color: #7ABA78;
    --light-grey:#f6faf3;
    --white:#fff;
    --grey:#f1eff0;
    --black:#000000;
    --light-white:#eef0db;
    --brown:#775553;
    --yellow:#F3CA52;
    --red:#c92336;

}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: black;
    text-decoration: none;
}
.d-flex-full{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sm-box-shadow{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.no-gutter{
    --bs-gutter-x:0px !important;
}
li{
    list-style: none;
}
.links li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.links li a.active{
    color: #D74039;
    font-weight: bold;
}
.links li{
    margin-bottom: 20px;
}
.button-full{
    outline: none;
    background: var(--primary-color);
    color: white;
    padding: 8px 18px;
    width:156px;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    margin-top:5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.button-full::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: 0.3s linear;
    z-index: -1;
}
.button-full:hover::before{
    width: 100%;
    left: 0;
    color: var(--black)
}
.button-full:hover{
    color:var(--black);
}
.navbar-btn{
    outline: none;
    background:var(--red);
    color: var(--white);
    padding: 10px 18px;
    width: 170px;
    transition: 0.5s;
    border: none;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-shadow: rgba(111, 111, 120, 0.2) 0px 7px 29px 0px;
    border-radius: 25px;
    
}
.navbar-btn::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #D74039;
    transition: 0.3s linear;
    z-index: -1;
}
.navbar-btn:hover::before{
    width: 100%;
    left: 0;
    color: #D74039
}
.navbar-btn:hover{
    color: white;
}
.navbar-btn span{
    position: relative;
}

.contact-icons{
    width: 45px;
    margin-right: 25px;
}
.box-left{
    min-width: 100%;
    padding: 30px 20px;
    background:#7aba7843;
    border-radius: 8px;
    margin-bottom: 25px;
}

/* scroll bar css start  */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #D74039;
    
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ED1B24;
  }
/* scroll bar css end */






/* modal css start */
#staticBackdrop input,
#staticBackdrop textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;
    margin-top: 30px;
}
#staticBackdrop button{
    margin-bottom: 35px;
    margin-right: 17px;
    margin-top: 15px;
}
.modal-content #close{
    padding: 5px 12px;
    border-radius: 50%;
    background: #D74039;
    color: white;
    border: 1px solid #D74039;
    font-size: 17px;
}
.modal-content h3{
    padding-top: 45px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #d74039;
    position: relative;
}
.modal-content h3::after{
    content: '';
    
}
/* modal css end */



.single-page{
    background: url('../img/background-shape.png') !important;
}


/* loader css  */
.loader {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    /* opacity: .9; */
    background-color:white;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .pre-loader {
    width: 120px;
    height: 120px;
    border-top: 4px var(--primary-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
      
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


.pt-10{
    padding: 50px 0px 30px 0px;
}


/* top navbar css start  */
.top-navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5%;
    /* background: #ED1B24; */
    background:var(--primary-color);
    color: white;
}
.top-navbar .left-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-navbar .left-section i{
    margin-right: 8px;
    color: white;
}
.top-navbar .left-section a{
    margin: 0px;
    margin-right: 30px;
    font-weight:400;
    font-size: 15px;
}
.top-navbar .right-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-navbar .right-section i{
    margin-right: 15px;
    color: white;
    font-size: 18px;
    transition: 1s;
}

@media screen and (max-width: 850px) {
    .top-navbar .left-section p{
        display: none;
    }
    .top-navbar .left-section i{
        margin-right: 15px;
    }
   
}



@media screen and (max-width: 500px) {
    .top-navbar .right-section{
        display: none;
    }
   
    .top-navbar .left-section i{
        margin-right: 5px;
        
    }
    .top-navbar .left-section a{
        font-size: 13px;
    }

    .top-navbar{
        padding: 10px 20px;
    }

}



/* navbar css start  */
.navbar{
    padding: 5px;
    --bs-navbar-padding-y: 0rem !important;
    z-index: 11;
    transition: 0.6s;
    /* height: 10vh; */
    padding: 8px 0px;
}
.navbar .navbar-brand img{
    width: 85px;
}
.navbar li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar li a{
    padding-right: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 0px;
    border-right: 1px solid rgb(223, 223, 223);
    padding-top: 0px;
}
#contact-link-active{
    border-right: 0px solid black;
}
.navbar .navbar-nav .nav-item a.active{
    /* color: #ED1B24; */
    color: var(--primary-color);
}
.navbar .navbar-nav .nav-item a:hover{
    color: var(--primary-color);
    /* color: #ED1B24; */
}
.navbar .navbar-nav .nav-item{
    margin-right: 10px;
}
.navbar .navbar-nav .nav-item a{
    color: black;
}
.navbar .menu-icon{
    width: 30px;
}
.navbar .navbar-toggler{
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus{
    box-shadow: none;
}

/* .offcanvas css start  */
.close-icon{
    background: white;
    border: none;
    outline: none;
}
.close-icon .close-icon-img{
    width: 22px;
}
.offcanvas-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 32px;
}
.offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.offcanvas-logo{
    width: 90px;
}
.offcanvas-body .social-media-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.offcanvas-body .social-media-icons i{
    margin-right: 15px;
    font-size: 32px;
    color:  #D74039;
}
@media screen and (max-width:450px) {
    .offcanvas{
        max-width: 80%;
    }
}
/* navbar css end */




/*** Header ***/

.carousel{
   overflow: hidden;
}

@media screen and (min-width:1200px) {
    .carousel{
        height:95vh;
     }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    background: rgba(48, 47, 46, 0.308);
    z-index: 1;
    overflow: hidden;
    
}

@media screen and (max-width: 500px) {
    .whatsapp{
        left: 20px !important;
    }
       
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    width: 40px;
    background-color:var(--brown);
    height: 40px;
    border-radius: 50%;
    margin: auto 50px;
    padding: 10px;
    bottom: 0;  
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width:20px;
    height: 20px;
    border-radius: 3rem;
    background-color: var(--primary);
    
}

.carousel-caption h1{
    font-weight: 800;
    font-size: 80px;
    margin-top: 150px;
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;

   
}

/* mobile responsive  carousel */


@media  (max-width: 576px) {
    .carousel-caption {
        /* background: unset !important; */
        background: rgba(9, 9, 9, 0.317);
        /* background: rgba(34, 192, 2, 0.335); */
        
    }
    .carousel-control-prev,
    .carousel-control-next {
       display: none !important;
        
    }

    .carousel-caption h1{
        font-size: 45px !important;
        line-height: 55px;
        margin-top: 45px;
    }

    #header-carousel .carousel-item {
        position: relative;
        height: 80vh;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: no-repeat;
        background-position: right;
    }

   

    
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 70px;
        margin-top: 80px;
    }
}


@media screen and (min-width: 1400px) {
    .carousel-caption h1 {
        font-size: 90px;
        margin-top: 200px;
    }
}


/* mobile-carousel starts here */

.mobile-carousel{
    display: none !important;
}


@media screen and (max-width:450px){
    .mobile-carousel{
        display: block !important;
    } 
    .main-carousel{
        display: none !important;
    }
}

/* mobile-carousel starts here */




/* Home about-us section css starts  */

.about-us{
    margin-bottom: 70px;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
   
}

@media  screen and (min-width: 1000px) {
    .about-us{
        padding-top: 30px;
    }
}

@media  screen and (min-width: 769px) and (max-width: 979px) {
    #header-carousel .carousel-item {
        height: 400px !important;
    }

    .about-us{
        margin-top: 0px !important;
        
    
    }

    .about-us .dots {
        display: none;
    }

    .carousel-caption h1{
        font-size: 65px !important;
        line-height: 65px;
    }

   
}

.about-us .dots{
    position: absolute;
    top: 0px;
    left: 0px;
}

.about-us .left-section{
    position: relative;
}
.about-us .left-section img{
    transition: 0.2s;
    border-radius: 20px;
}

.about-us .left-section .about-img{
    width: 70%;
    z-index: 1;
    position: relative;
}
.about-us .left-section .dots{
    position: absolute;
    left: 70px;
    bottom: 0px;
}

.about-us .right-section{
    position: relative;
}

.about-us .right-section{
    padding: 30px;
}



.about-us .right-section .button::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: 0.3s linear;
    z-index: -1;
}


.about-us .right-section h3{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
}

.about-us .right-section h3 span{
    color: #D74039;
}
.about-us .box-fresh{
    width: 230px;
    padding: 6px 18px;
    border-radius: 4px;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    color: black;
    border-left: 5px solid #d74039;
}
.about-us .right-section p{
    font-size: 16px;
    text-align: justify;
    margin-top: 6px;
}
.about-us .about-img-div{
    position: relative;
}
.about-us .about-img-div::before{
    content: '';
    background: url('../img/background-dot.png');
    position: absolute;
    bottom: -50px;
    width: 160px;
    left: 24px;
    z-index: 0;
    background-repeat: no-repeat;
    height: 247px;
}
.about-us .about-img-div::after{
    content: '';
    width: 300px;
    height: 300px;
    border: 5px solid #D74039;
    position: absolute;
    top: -30px;
    right: 55px;
    z-index: 0;
}
.mobile-view-carousel{
    display: none;
}





/* laptop size  */
/* @media screen and (max-width: 1199px) {
    .about-us .about-img-div::before{
        content: '';
        background: url('../img/background-do.png');
        position: absolute;
        bottom: -50px;
        width: 160px;
        left: 24px;
        z-index: 0;
        background-repeat: no-repeat;
        height: 247px;
    }
    .about-us .about-img-div::after{
        content: '';
        width: 300px;
        height: 300px;
        border: 5px solid #D74039;
        position: absolute;
        top: -40px;
        right: 40px;
        z-index: 0;
    }
    .about-us .right-section{
        padding: 10px;
    }
} */

/* tab size  */
/* @media screen and (max-width: 992px) {
    .container{
        max-width: 920px;
    }

   
} */

/* mobile size  */
/* @media screen and (max-width: 502px) {
    .about-us{
        margin-top:0px;
        padding-top: 0px;
        
    }
    .container{
        max-width: 500px;
    }
    .about-us .about-img-div::before{
        content: '';
        background: url('../img/background-dot.png');
        position: absolute;
        bottom: -35px;
        width: 160px;
        left: 2px;
        z-index: 0;
        background-repeat: no-repeat;
        height: 247px;
    }
    .about-us .right-section{
        margin-top: 60px;
    }
    .about-us .about-img-div::after{
        content: '';
        width: 250px;
        height: 250px;
        border: 5px solid #D74039;
        position: absolute;
        top: -30px;
        right: 5px;
        z-index: 0;
    }
    .about-us .left-section .about-img{
        width: 85%;
        z-index: 2;
    }
    .about-us .right-section{
        padding-left: 0px;
        padding: 12px;
    }
    .mobile-view-carousel{
        display: block;
    }
    .desktop-view-carousel{
        display: none;
    }
    .mobile-view-carousel img{
        height: auto;
    }
} */

/* small mobile  */
/* @media screen and (max-width: 338px) {

    .about-us .about-img-div::after{
        content: '';
        width: 210px;
        height: 210px;
        border: 5px solid #D74039;
        position: absolute;
        top: -30px;
        right: 5px;
        z-index: 0;
    }
} */




@media screen and (max-width:576px){
    .about-us .dots{
        display: none !important;
    }

    .about-us .right-section {
        padding: 40px 2px 40px 2px;
    }
}
/* about-us section css end *




/* Home page product_section css start  */
.product_section{
    margin-bottom: 80px;
   
}

.product_section .heading{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.product_section .box{
    border-radius: 5px;
    text-align: center !important;
    background-color:rgb(255, 255, 255);
    padding: 10px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.product_section .box .img_box{
   height: 350px;
  
}
.product_section .box .img_box img{
    height: 100%;
    object-fit: cover;
}
.product_section .box h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.slick-dots{
    bottom: -30px;
}
.slick-dots li.slick-active{
    background: var(--primary-color);
    width: 33px;
    height: 9px;
    border-radius: 20px;
}
.slick-dots li{
    background: var(--primary-color);
    width: 9px;
    height: 9px;
    border-radius: 20px;
    transition: 0.4s;
}
.slick-dots li button{
    display: none;
}



/* Home page abt-sec section css start  */
.abt-sec{
    margin-bottom: 75px;
    margin-top: 75px;
    position: relative;
    background: url(/assets/img/product-bg.png)!important;
    background-position: center;
    background-size: cover;
    
}
.abt-sec .dots{
    position: absolute;
    bottom: 0px;
    right: -70px;
    
}
.abt-sec .shape{
    position: absolute;
    width: 80px;
    right: 200px;
    z-index: -1;
    opacity: 0.8;
    bottom: -25px;
}
.abt-sec .left-section,
.abt-sec .right-section{
    width: 100%;
    height: 100%;
}
.abt-sec .left-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.abt-sec .desktop-view .right-section{
    justify-content: flex-end;
}

.abt-sec .desktop-view .right-section img{
    height: 500px;
    object-fit: cover;
}
.abt-sec .mobile-view .right-section{
    justify-content: center;
}
.abt-sec .mobile-view{
    display: none;
}
.abt-sec .left-section span{
    position: relative;
    color: var(--primary-color);
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
}

.abt-sec .left-section h2{
    font-weight: bolder;
    margin-top: 12px;
    width: 80%;
    margin-bottom: 25px;
    font-size: 35px;
}
.abt-sec .left-section p{
    font-size: 15px;
    margin-bottom: 5px;
}
.abt-sec .left-section .contact-btn{
    outline: none;
    background: var(--primary-color);
    color: white;
    padding: 8px 18px;
    width:156px;
    border: 1px var(--primary-color);
    transition: 0.5s;
    margin-top:20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abt-sec .left-section .contact-btn::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: 0.3s linear;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .abt-sec .mobile-view{
        display: flex;
        margin-bottom: 20px;
    }
    .abt-sec .desktop-view{
        display: none;
    }
    .category-section .column{
        padding: 5px 15px;
    }
    .abt-sec .shape{
        display: none;
    }
    .category-section .right-dots{
        display: none;
    }
    .category-section .dots{
        display: none;
    }
}



@media screen and (max-width: 576px) {
    .abt-sec .dots{
        display: none;
    }
    
}


@media (min-width: 769px) and (max-width:979px){
    .abt-sec .shape{
        right:0px;
        bottom: -20px;
    }
}

/* spices section css end */

/* counter css section starts  */
.counter-section{
    width: 100%;
    /* min-height: 30vh; */
    color: white;
    padding: 80px;
    position: relative;
}
.counter-section h3{
    font-weight: bold;
    font-size: 35px;
    width: 78%;
}
.counter-section::before{
    content: '';
    background: url('../img/tea/plant1.jpg');
    background-size: cover;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px; 
    bottom: 0px;
    left: 0px;
    filter: brightness(0.8);
}
.counter-section .box .number{
    font-size: 40px;
    font-weight: bolder;
    margin: 0px;
}
.counter-section .box .plus{
    font-size: 40px;
    font-weight: bolder;
    margin-left: 50px;
    margin: 0px;
}
.counter-section .box .description{
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
}
.counter-section .box{
    margin-bottom: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-right: 8px;
}
.counter-section .box::before{
    border-radius: 10px;
    background: black;
    opacity: 0.7;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: '';
    position: absolute;
}
.counter-section .counter-box{
    color: white;
    padding: 40px 10px;
}
.counter-section .counter-box h3{
    font-weight: bolder;
    font-size: 60px;
}
.counter-section .counter-box p{
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}

/* counter css section end */


/* best selling products css starts  */
.best-products{
    padding-top: 100px;
    position: relative;
    background: url('../img/background-shape.png');
    background-attachment: scroll;
    padding-bottom: 100px;
}
.best-products .top-right-img{
    position: absolute;
    width: 320px;
    top: 0px;
    right: 0px;
    z-index: -1;
    opacity: 0.5;
}
.best-products .bottom-left-img{
    position: absolute;
    width: 280px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: -1;
}
.best-products h2{
    font-weight: bolder;
    position: relative;
    font-size: 35px;
    margin-bottom: 20px;
}
.best-products h2::after{
    content: '';
    top: 13px;
    background: url('../img/click.png');
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.best-products .head-txt{
    width: 50%;
    margin: auto;
    font-size: 16px;
}
.best-products .row{
    margin-top: 65px;
}
.best-products .row .product-box{
    cursor: pointer;
}
.best-products .row .product-box p{
    margin: 0px;
    position: relative;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}
.best-products .row .product-box p::before{
    content: '';
    border-bottom: 3px solid #D74039;
    width: 22%;
    position: absolute;
    display: block;
    transition: 0.6s;
    bottom: -7px;
    left: 1px;
}
.best-products .row .product-box p::after{
    content: '';
    border-bottom: 3px solid #7AAB3A;
    width: 22%;
    position: absolute;
    transition: 0.6s;
    display: block;
    bottom: -7px;
    left: 22%;
}
.best-products .row .product-box:hover p::after{
    width: 35%;
    left: 35%;
}
.best-products .row .product-box:hover p::before{
    width: 35%;
}
/* best selling products css end  */







/* banner section css starts  */
.banner-section{
    min-height: 30vh;
    position: relative;
  
    padding: 50px 0px;
}
.banner-section .star{
    position: absolute;
}
.banner-section h2{
    color: white;
    font-size: 50px;
    font-weight: bolder;
}
.banner-section .button{
    padding: 8px 22px;
    background: white;
    border: none;
    outline: none;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: 0.3s linear;
    border-radius: 35px;
}
.banner-section .button:hover{
    background: #D74039;
    color: white;
}
.banner-section p{
    color: white;
    font-size: 18px;
}
.banner-section::before{
    content: '';
    background: url('../img/tea/b1.jpg');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.8;
    right: 0px;
    filter: brightness(0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
}


@media screen and (max-width:576px) {
    .counter-section .box {
        margin-right: -20px;
    }    
}
/* banner section css end */






/* testimonial css starts   */

.testimonialSection {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}
.testimonialSection .dots{
    position: absolute;
    left: 0;
    width: 70px;
 } 


.testimonialSection .head-txt{
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}
.testimonialSection .head-img{
    position: absolute;
    width: 102px;
   
}
.testimonialSection .testimonialcard {
    background-color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    height: 280px !important;
}
.testimonialSection .testimonialcard .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonialSection .testimonialcard .top .profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialSection .testimonialcard .top .profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonialSection .testimonialcard .top .profile p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: -7px;
}
.testimonialSection .testimonialcard .top .profile span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.testimonialSection .testimonialcard .testimonialHead {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 20px;
}
.testimonialSection .testimonialcard .review {
    margin-top: 20px;
    padding: 15px 20px;
    height: 90px;
    overflow: scroll;
    overflow-x: hidden;
}
.testimonialSection .testimonialcard .review p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #676767;
    text-align: center;
}
.testimonialSection .testimonialcard .review::-webkit-scrollbar {
    width: 6px;
}
.testimonialSection .testimonialcard .review::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.testimonialSection .testimonialcard .review::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D74039;
    opacity: 1;
}
.testimonialSection .testimonialCarousel {
    padding: 10px 60px;
}
.testimonialSection .testimonialCarousel .slick-slide {
    margin: 20px 10px;
}
.testimonialSection .testimonialCarousel .slick-prev {
    color: #24B14B;
}
.testimonialSection .testimonialCarousel .slick-next {
    right: 0;
    background-image: url("../img/testimonials/Arrow-next.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonialSection .testimonialCarousel .slick-next::before {
    opacity: -1;
}
.testimonialSection .testimonialCarousel .slick-prev {
    left: 0;
    background-image: url("../img/testimonials/Arrow-Prev.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonialSection .testimonialCarousel .slick-prev::before {
    opacity: -1;
}
.testimonialSection .starRating i{
    color: goldenrod;
    font-size: 10px;
}



@media screen and (max-width:500px){
    .testimonialSection .dots {
        width: 50px;top: 150px;

    }
}    




  
/* testimonial css end */




/* about page css start here  =======================================*/
.about-section{
    position: relative;

}


.sec-head{
    font-weight: 700;
}
.sub-heading{
    position: relative;
    display: inline-block;
    font-weight: 600;
    
}
.sub-heading::after{
    content: '';
    position: absolute;
    width: 22%;
    height: 4px;
    left: 0;
    bottom: -5px;
    background-color: var(--secondary-color);
    z-index: -1;

}

.about-section .right-section h2{
    font-size: 30px;
    font-weight: bold;
}
.about-section .right-section p{
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
   

    
}
.about-section .left img{
    object-fit: cover;
    border-radius: 15px;
}

.about-section .right-section .button:hover{
    color: #D74039;
    background: white;
}
.about-section .right-section{
    padding: 30px;
}
.about-section .right-section .button{
    outline: none;
    background: var(--primary-color);
    color: white;
    padding: 8px 18px;
    width:156px;
    border: 1px var(--primary-color);
    transition: 0.5s;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.about-section .right-section .button::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: white;
    transition: 0.3s linear;
    z-index: -1;
}
.about-section .right-section .button:hover::before{
    width: 100%;
    left: 0;
    color: #D74039
}
.about-section .right-section .button:hover{
    color: #D74039;
}
.about-section .right-section .icons img{
    width: 40px;
    filter: grayscale(0.8);
    margin-bottom: 8px;
}
.about-section .right-section .icons p{
    font-size: 13px;
}
.about-section .right-section .icons{
    margin-top: 40px;
    margin-bottom: 40px;
}


/* box section css start  */
.sm-section{
    margin: 50px auto;
}
.sm-section img{
    width: 50%;
}
.sm-section .box{
    border: 2px solid #D74039;
    padding: 2px;
    border-radius: 15px;
    margin-top: 40px;
}
.sm-section .txt-section h3{
    color: white;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sm-section .txt-section p{
    font-size: 15px;
    text-align: justify;
}

.sm-section .txt-section{
    color: white;
    background: #D74039;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}
.sm-section .txt-section,
.sm-section .img-section{
    padding: 30px 15px;
}
/* box section css end */






/* qualities section css start  */
.qualities h1{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.qualities .row .box h5{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.qualities .row .box{
    padding: 25px;
    transition: 0.5s;
}
.qualities .row .box p{
    font-size: 15px;
    margin-top: 15px;
}
.qualities .row .box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qualities .row .box img{
    width: 100px;
    margin-bottom: 15px;
}
.qualities .row .box:hover{
    transform: translateY(-10px);
}
/* qualities section css end */

/* about products css starts  */
.about-products img{
    width: 82%;
}
.about-products{
    margin-top: 120px;
    margin-bottom: 80px;
}
.about-products h1{
    font-weight: bold;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-products p{
    margin-top: 25px;
    font-weight: bold;
    font-size: 18px;
}

.mission-vision{

background-image:url('/assets/img/tea/bg2.jpg');
background-size: cover;
background-position: bottom;
z-index: 100;
}

.mission-vision h2{
    font-size: 35px;
    margin-bottom: 50px !important;
}
.mission-vision .mission p{
font-size: 16px;
}
.mission-vision .mission h5{
    font-weight: 600;
    
    }
.mission-vision .mission i{
    color: var(--red);
    margin-right: 10px;
}
/* about products css end */
/* about section css end */


@media screen and (max-width: 576px) {
    .about-section .right-section {
        padding: 10px;
    }
    .mission-vision h2{
        margin-top: 70px !important;
    } 
}






/* Product page starts here ------------------------------------------------------ */






@keyframes natureanimate {
    0%,100%{
        transform: translate(20px,-50px);
    }
    25%{
        transform: rotate(65deg);
    }
    40%{
        transform: translate(50px,32px);
    }
    50%{
        transform: rotate(50deg) translate(45px,20px);
    }
    70%{
        transform: rotate(80deg) translate(0px,0px);
    }
    100%{
        transform: rotate(0deg) translate(25px,7px);
    }
}

.product-home-2 {
    margin-bottom: 150px;
}
.product-home-2 .box .powder{
    z-index: 1;
}


.product-home-2 .box {
    height: 350px;

}

.product-home-2 .box img {
    height: 100%;
    
}

.product-home{
    background: rgb(255, 254, 254);
   
}
.product-home h1{
    font-size: 30px;
    padding-top: 80px;
    margin-bottom: 15px;
    font-weight: bold;
}

.product-home .row .column img{
    border-radius: 8px;
}
.product-home-2 .box img{
    border-radius: 8px;
    position: relative;
}
.product-home .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
   
    position: relative;
}
.product-home-2 .box .shape{
    position: absolute;
    width: 300px;
    left: -15px;
    transition: 0.5s;
    top: -25px;
    z-index: 0;
}
.product-home h5{
    font-size: 17px;
    position: relative;
    font-weight: bold;
    margin-top: 17px;
}

.product-home-2 .box p{
    margin-bottom: -0px;
}

.product-home h4{
    font-size: 17px;
    position: relative;
    font-weight: bold;
    margin-top: 15px;
}


/* .banner section css start  */
.product-banner{
    position: relative;
    height: 30vh;
    margin-top: 100px;
    background: #D74039;
    color: white;
}
.product-banner .row > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-banner .container{
    height: 100%;
}
.product-banner .container .row{
    height: 100%;
}
.product-banner h2{
    font-size: 28px;
    font-weight: bold;
}
.product-banner .button{
    outline: none;
    background: white;
    color: #D74039;
    padding: 8px 18px;
    width:156px;
    border: 1px solid white;
    transition: 0.5s;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.product-banner .button::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #D74039;
    transition: 0.3s linear;
    z-index: -1;
}
.product-banner .button:hover::before{
    width: 100%;
    left: 0;
    color: #D74039
}
.product-banner .button:hover{
    color: white;
}
.product-banner .star{
    width: 168px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0px, -50%);
}

@media screen and (max-width:500px) {
    .product-home-2 .item2{
        margin-top: 140px !important;
    }
}

@media screen and (max-width:500px) {
    .product-banner h2{
        font-size: 20px;
        font-weight: bold;
    }
    .product-banner p{
        margin-top: 5px;
    }
    .product-home h4{
        font-size: 13px;
    }
    .product-home-2 .nature-2{
        display: none;
    }
    .product-home-2 .dots{
        opacity: 0.3;
    }
    .product-home h1{
        font-size: 24px;
    }
    .big-shape{
        display: none;
    }
    .small-shape{
        display: none;
    }
}



.p-box{
    /* background-color: var(--grey); */
    padding: 10px;
    transition: 0.3s ease ;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: auto;

}

.p-box:hover{
  border-bottom: 3px solid var(--secondary-color);

}


/* gallary */






/* contact page section css start  ------------------------------------------------*/
.contact-us-home{
    padding-top: 40px;
    height: 85vh;
}
.contact-us-home .right-section{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.contact-us-home .right-section .head{
    position: relative;
    width: fit-content;
}


.contact-us-home .right-section input,
.contact-us-home .right-section label,
.contact-us-home .right-section textarea{
    width: 100%;
}
.contact-us-home .right-section{
    overflow: hidden;
}
.contact-us-home .right-section .button{
    outline: none;
    background: var(--primary-color);
    color: white;
    padding: 8px 18px;
    width:156px;
    border: 1px var(--primary-color);
    transition: 0.5s;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-top: 35px;
    overflow: hidden;
    z-index: 0;
}
.contact-us-home .right-section .button::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--secondary-color);
    transition: 0.3s linear;
    z-index: -1;
}
.contact-us-home .right-section .button:hover::before{
    width: 100%;
    left: 0;
    color: var(--white);
}
.contact-us-home .right-section .button:hover{
    color: var(--white);
}
.contact-us-home .right-section h3{
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 25px;
}

.contact-image{
    width: 450px;
    height: auto;
}

.contact-image img{
    border-radius: 10px;
    height: 100%;
}


@media screen and (max-width:768px) {
    .contact-image{
       margin-top: 50px;
    }
     
    
}



/*= input focus effects css
=========================== */
input:focus{
    outline: none;
    background-color: none !important;
}

.input-field{
     position: relative;
     margin-top: 25px;
    ;
} /* necessary to give position: relative to parent. */

input, textarea{
    border: none;
    border-bottom: 1px rgb(193, 191, 191) solid;
    color: rgba(0, 0, 0, 0.708);
    border-radius: 0px;

}


textarea{
    height: 80px;
    resize: none;
}

textarea:focus{
    box-shadow: none !important;
    background-color: unset;
    border-radius: 0px;
} 


.contact-us-home label{
    font-weight: 600;
}

.contact-box{
    margin-bottom: 100px;
}
.contact-box .icons{
    width: 60px;
    margin-bottom: 25px;
    margin-top: 15px;
}


.contact-box .box{
    background: rgb(233, 245, 227);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: column;
    /* border: 2px solid #D74039; */
}

/* contact section css end  */




/* blog section css start  */
.blog-head p{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    margin-bottom: 25px;
}
.blog-head h1{
    font-size: 55px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.blog-body-section h2{
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Inconsolata', monospace;
    font-size: 38px;
    position: relative;
}

.blog-body .txt-box{
    position: relative;
}
.blog-body .txt-box h3{
    font-weight: bold;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.blog-body .txt-box p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    text-align: justify;
}
.blog-body .img-box img{
    border-radius: 8px;
    
}
.blog-body .txt-box span{
    padding: 10px;
    width: 108px;
    border-radius: 3px;
    background: rgb(221, 252, 222);
}

.blog-body-section{
    margin-top: 110px;
    margin-bottom: 80px;
}
.blog-body-section .box .img-section{
    padding: 15px;
    height: 250px;
    margin-bottom: 20px;
}
.blog-body-section .box .img-section img{
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    object-fit: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
.blog-body-section .box .txt-section{
    padding: 15px;
}
.blog-body-section .box .txt-section h3{
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.blog-body-section .box .txt-section p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    margin-top: 10px;
    text-align: justify;
}
.blog-body-section .box{
    padding: 15px;
    position: relative;
}


.blog-body-section .box .txt-section{
    position: relative;
}
.blog-body-section .box .txt-section .owner{
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}

/* blog section css end  */




/* single blog page section css starts  */
.single-blog-section{
    margin-top: 40px;
}
.single-blog-section .description h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Inconsolata', monospace;
}
.single-blog-section .description p{
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
}
.single-blog-section .date{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    position: relative;
    margin-right: 45px;
    margin-left: 45px;
    position: relative;
}
.single-blog-section .single-blog .date::before{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: url('../img/date.png');
    left: -40px;
    top: 0px;
}
.single-blog-section .single-blog .img-box{
    padding: 15px 5px 15px 0px;
}
.single-blog-section .single-blog .img-box img{
    width: 100%;
    border-radius: 6px;
}
.single-blog-section .date::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D74039;
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0px,-50%);
}
.single-blog-section span:nth-child(2){
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
}
.single-blog-section .single-blog h1{
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Inconsolata', monospace;
    width: 90%;
    font-size: 50px;
    margin-bottom: 35px;
}
.single-blog-section .single-blog .social-media{
    margin-top: 35px;
}
.single-blog-section .single-blog .left-section{
    position: relative;
}
.single-blog-section .single-blog .left-section .arrow{
    position: absolute;
    top: 100px;
    width: 50px;
    right: 65px;
}
.single-blog-section .single-blog .right-section{
    margin-top: 50px;
    position: relative;
}
.single-blog-section .single-blog .right-section .cooking{
    width: 60px;
    position: absolute;
    right: 0px;
    top: 40%;
    opacity: 0.6;
    transform: rotate(310deg);
}
.single-blog-section .single-blog .right-section h2{
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Inconsolata', monospace;
}
.single-blog-section .single-blog .right-section p{
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}
.single-blog-section .single-blog .right-section{
    padding: 15px;
}
.single-blog-section .single-blog .right-section .social-media a{
    color: black;
}
.single-blog-section .single-blog .right-section .social-media i{
    font-size: 24px;
    margin-right: 20px;
}
.single-blog-section .single-blog .right-section .social-media .facebook{
    color: #4267B2;
}
.single-blog-section .single-blog .right-section .social-media .twitter{
    color: #00acee;
}
.single-blog-section .single-blog .right-section .social-media .instagram{
    color: #cd486b;
}
.single-blog-section .single-blog .right-section h3{
    margin-top: 40px;
    font-family: 'Inconsolata', monospace;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width:500px) {
    .blog-head p{
        width: 100%;
    }
    .blog-body .right-section{
        margin-top: 38px;
        padding: 12px;
    }
    .blog-body-section .box{
        padding: 12px;
    }
    .blog-body .right-section .txt-box{
        padding: 0px 25px;
    }
    .single-blog-section .single-blog h1{
        font-size: 35px;
    }
    .single-blog-section .single-blog .right-section{
        margin-top: 5px;
    }
    .single-blog-section .single-blog .right-section h2{
        margin-top: 25px;
    }
    .about-products p{
        font-size: 15px;
    }
    .icons-to-hide{
        display: none !important;
    }
}
@media screen and (min-width:500px) {
    .icons-to-show{
        display: none !important;
    }
}
/* single blog page section css end */



/* footer section css starts  */
.footer-container{
   color: white;
   /* background: rgb(175,18,18); */
   /* background: linear-gradient(90deg, rgba(175,18,18,1) 0%, rgba(223,25,16,1) 30%);  */
   background-color:var(--primary-color);
}
.footer-container a{
    color: white;
}

.footer-container .logo-section img{
width: 210px;
}

.footer-section .guide-links i{
    /* color: #D74039; */
    color: var(--brown);
    background: white;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
}
.footer-section .guide-links h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.footer-section .guide-links p{
    margin: 0px;
    font-size: 16px;
    margin-left: 15px;
}
.footer-section .contact h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.footer-section .contact i{
    color: white;
    font-size: 18px;
    margin-right: 15px;
}
.footer-section .social-icons{
    margin-top: 35px;
}
.footer-section .social-icons i{
    font-size: 23px;
    margin-right: 18px;
}

footer span{
    font-weight: 200;
    font-size: 12px !important;
}
/* footer section css end  */




@media screen and (max-width:500px) {
    .category-carousel .item .button{
        margin-bottom: 20px;
    }
    .category-carousel .item .packet-img{
        width: 150px;
    }
    .category-carousel .item .button-white{
        margin-bottom: 20px;
    }
    .category-carousel .item .button-white{
        margin-bottom: 18px;
    }
    .about-us .dots{
        right: 0px;
        opacity: 0.5;
    }
    .counter-section .box .number{
        font-size: 25px;
    }
    .counter-section .box .plus{
        font-size: 25px;
    }
    .counter-section .box .description{
        font-size: 18px;
    }
    .counter-section h3{
        font-size: 25px;
    }
    .counter-section .left-section{
        margin-bottom: 25px;
    }
    .best-products .head-txt{
        width: 100%;
        font-size: 14px;
    }
    .banner-section{
        padding: 50px 20px;
    }
    .banner-section h2{
        font-size: 27px;
    }
    .banner-section p{
        font-size: 15px;
    }
    .testimonialSection .head-txt{
        font-size: 22px;
    }
    .testimonialSection .head-img{
        width: 87px;
        left: 71.5%;
    }
    .testimonialSection .testimonialCarousel .slick-prev{
        display: none;
    }
    .testimonialSection .testimonialCarousel .slick-next{
        display: none;
    }
    .testimonialSection .testimonialCarousel {
        padding: 10px 15px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard {
        padding: 25px 15px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .top .profile p {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .top .profile span {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .testimonialHead {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .review {
        margin-top: 10px;
        padding: 15px 10px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .review p {
        font-size: 14px;
        line-height: 22px;
    }
    .testimonialSection .starRating i{
        font-size: 11px;
    }
    .signup-section .text-section h2{
        font-size: 32px;
    }
    .signup-section .text-section .input-section{
        max-width: 100%;
    }
    .signup-section .text-section input{
        padding-left: 10px;
    }
    .testimonialSection .testimonialCarousel .testimonialcard .review{
        padding: 5px 10px;
    }
    .contact-box{
        margin-bottom: 120px;
    }
    .contact-us-home .img-section{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .contact-us-home .right-section h3{
        margin-bottom: 8px;
    }
}
@media screen and (max-width:753px) {
    .blog-body .right-section{
        margin-top: 36px;
    }
}
@media screen and (max-width:386px) {
    .signup-section .text-section input{
        width: 57%;
    }
    .signup-section .text-section i{
        width: 8%;
    }
    .signup-section .text-section button{
        width: 35%;
    }
    .category-carousel .item h4{
        width: 60%;
    }
}


@media screen and (max-width:992px) {
    .footer-container .logo-section{
        align-items: flex-start;
        margin-bottom: 80px;
      }
      .footer-container .contact{
        margin-top: 50px;
      }
      .signup-section .text-section .para{
        width: 96%;
      }
      .category-carousel .item h4{
        font-size: 20px;
    }
    .contact-us-home{
        height: auto;
    }
    .contact-box .box{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-body-section{
        margin-bottom: 100px;
    }
    .about-section{
        height: auto;
        margin-top: 25px;
    }
    .about-section .right-section .icons{
        max-width: 100%;
        /* overflow-x: scroll; */
    }
    .side-img{
        display: none;
    }
}









/* contact page */

.contact-banner{
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    background:url('../img/tea/top_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 0;
  
}
.contact-banner::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.499) !important; */
    background: rgba(36, 109, 2, 0.317);
    /* filter: brightness(.1); */
  
}
.contact-banner h3{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    z-index: 100;
}




@media screen and (min-width:767px){
    .contact-p{
        margin-top: 80px;
    }
}
.contact-p .card{
background-color:var(--light-white);
height: 150px;
padding: 30px 10px;
border: none;
border-radius: 20px;
}

.contact-p .card p {
    color: var(--black) !important;
}
.contact-p .card i{
    color: var(--primary-color) !important;
}

@media only screen and (max-width:767px){
    .contact-banner h3{
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        font-weight: 700;
    }
    .contact-banner{
        height: 200px;
    }
    .abt-sec .left-section h2 {
        font-size: 28px;
        width: 100%;
    }
}



@media screen and (min-width:1750px) {
    .category-carousel .item{
        padding: 14% 15%;
    }
    .navbar .navbar-brand img{
        width: 98px;
    }
    .category-carousel .item .packet-img{
        width: 283px;
    }
}


@media screen and (min-width:1000px) {
    .about-us .right-section h3{
        font-size: 40px;
    }
}


@media screen and (max-width:500px) {
    .contact-banner{
        height: 120px !important;
    }
    .contact-banner h3{
        font-size: 27px !important;
    }
    
    
    
}
