* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    list-style: none !important;
}

html,
body {
    overflow-x: hidden !important;
}

.body-position {
    position: fixed;
    width: 100%;
}

/* header Starts */

.header-wrapper {
    background: linear-gradient(to bottom, #1f908b 0%, #01534f 100%);
    border-bottom: 3px solid #c07f32;
    z-index: 100;
    width: 100%;
    position: relative;
}

.header-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.logo {
    position: relative;
}

.logo::before {
    content: "";
    position: absolute;
    top: 69px;
    left: 0px;
    width: 155px;
    height: 90px;
    border-radius: 0 0 150px 150px;
    border-top: 0 !important;
    background: #025551;
    -webkit-box-shadow: inset 0px -14px 24px -11px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 0px -14px 24px -11px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -14px 24px -11px rgb(0 0 0 / 75%);
    border: 3px solid #C07F32;
}

.logo::after {
    content: "";
    position: absolute;
    top: 69px;
    left: 0px;
    width: 155px;
    height: 90px;
    border-radius: 0 0 150px 150px;
    border-top: 0 !important;
    box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
}


.main-logo {
    position: absolute;
    top: 20px;
    left: 17px;
    width: 120px;
    z-index: 1;
}

.logo-border {
    border-radius: 100%;
    border-bottom: 3px solid #c07f32;
}

.nav-item {
    padding: 0px 15px;
}

.navbar-nav-display {
    display: none;
}
.dropdown-menu-dark {
    --bs-dropdown-bg: #fff;
}

/*.dropdown:hover .dropdown-menu-main {
   display: block;
}*/

.dropdown-item:hover {
    color: #fff;
    background: #523b26;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #523b26;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */
.dropdown-item {
    padding: 8px 14px;
    color: #2f2113;
}

.testimonial .carousel-control-next {
    left: auto;
    right: -50px;
}

.testimonial .carousel-control-prev {
    right: auto;
    left: -50px;
}
.nav-link {
    color: #fff;
    font-weight: 500 !important;
    transition: 0.2s all;
}

.nav-link:hover {
    color: rgba(67, 41, 23, 1) !important;
    font-weight: 500!important;
}

.bar1 {
    width: 14px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
}

.bar2 {
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
}

.bar3 {
    width: 14px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
}

.humburger {
    cursor: pointer;
}

/* Navbar expend */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(67, 41, 23, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #1f908b;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 45px;
    font-size: 40px;
}

/* Navbar expand */

/* header ends */

/* banner-wrapper Starts */

h1 {
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 44px !important;
    color: #1f908b !important;
}

.banner-wrapper {
    position: relative;
}

.carousel-control-prev-icon {
    background-image: url("../img/backward-arrow.png");
}

.carousel-control-next-icon {
    background-image: url("../img/forward-arrow.png");
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: -200px;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    left: 0px;
}

.circle-1 {
    width: 4px;
    height: 4px;
    background: #C07F32;
    border-radius: 100%;
    position: relative;
    top: -100px;
    left: 33px;
}

.circle-2 {
    width: 3px;
    height: 3px;
    background: rgba(192, 127, 50, 0.24);
    border-radius: 100%;
    position: relative;
    top: -100px;
    left: 35px;
}

.circle-3 {
    width: 3px;
    height: 3px;
    background: rgba(192, 127, 50, 0.24);
    border-radius: 100%;
    position: relative;
    top: -100px;
    left: 58px;
}

.circle-4 {
    width: 4px;
    height: 4px;
    background: #C07F32;
    border-radius: 100%;
    position: relative;
    top: -100px;
    left: 60px;
}

/* banner-wrapper ends */



/* Story-wrapper starts*/

.story-wrapper {
    padding: 100px 0px;
    position: relative;
}

.banner-wrapper::after {
    content: "";
    background: url(../img/bg-leaf.png);
    width: 400px;
    height: 400px;
    position: absolute;
    left: 44%;
    top: 85%;
    z-index: -1;
}

.left::before {
    content: "";
    background: #F8F8F8;
    width: 100vw;
    height: 370px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.story-img-1 {
    padding: 0 8px;
}

.story-img-2 {
    padding: 0 8px;
}

.story-img-3 {
    padding: 0 8px;
}

.story-img-1 img {
    width: 100%;
}

.story-img-2 img {
    width: 100%;
}

.story-img-3 img {
    width: 100%;
}

.item {
    display: inline-block;
    width: 100%;
}

.heading-1 {
    color: #1f908b;
    font-size: 44px;
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    /* margin: 50px 0px; */
    padding: 12px 0;

}

.text-right {
    text-align: right;
    display: flex;
    justify-content: end;
}

.para {
    color: #2B2B2B;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    padding-right: 105px;
}

.read-more {
    margin: 20px 0px;
}

.read-more a {
    font-weight: 600;
    font-size: 18px;
    color: #1f908b;
    transition: 0.2s all;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #1f908b;
    border-radius: 10px;
    padding: 9px 30px;
}

.read-more a:hover {
    color: #fff !important;
    background: #1f908b;
}

.read-more img {
    width: 20px;
    display: inline-block;
}

.readmore-arr-green1 {
    position: relative;
    left: 20px;
    top: 1px;
}


.readmore-arr-green2 {
    position: relative;
    left: 7px;
    top: 1px;
}

.readmore-arr-green3 {
    position: relative;
    left: -7px;
    top: 1px;
}

/* story-wrapper ends */



/* arrivals-wrapper starts  */

.arrivals-wrapper {
    background: #F8F8F8 url('../img/new-arraivals-bg.svg');
    padding: 50px 0;
    z-index: 1;
    position: relative;
}

.arrivals::before {
    content: "";
    background: url('../img/bg-coffe.svg') no-repeat;
    width: 200px;
    height: 150px;
    position: absolute;
    left: -450px;
    top: 10%;
    z-index: 1;
}


.arrivals {
    position: relative;
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.card-slider {
    /* padding: 100px 0; */
    position: relative;
    z-index: 1;
}

.card-slider::after {
    content: "";
    background: url('../img/bg-leaf-1.png') no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -400px;
    top: 50%;
    z-index: -1;
}


.para-1 {
    color: #2B2B2B;
    font-weight: 400;
    font-size: 18px;
}

.card {
    margin: 0 10px;
    border-radius: 10px !important;
    border: 1px solid #E7E2E2;
    margin-bottom: 10px;
}

.card-title {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /* padding-top: 100px; */
    padding-bottom: 15px;
    min-height: 65px;
}

.card-rating {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);

}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.card-text {
    color: rgba(43, 43, 43, 0.5);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    padding-right: 30px;
}

.rating-star {
    padding: 10px 0;
}


.checked {
    color: #FFC700 !important;
}

.fa-star {
    color: #F2F2F2;
}

.rating {
    color: rgba(43, 43, 43, 0.5);
    font-size: 16px;
    font-weight: 500;
}

.price {
    /* display: flex;
    align-items: center; */

}

.price del {
    color: #1f908b;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.price span{
    color: #1f908b;
    /* font-size: 23px; */
    font-weight: 700;
    margin: 0;
}
.price p {
    color: #1f908b;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.text-price {
    color: #1f908b;
    font-weight: 700;
}

.card-btn {
    background-color: #4f2e00;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    transition: 0.2s all;
}

.card-btn:hover {
    background-color: #1f908b;
    color: #fff;
}

.card-img-top {
    /* position: absolute; */
    /* top: -70px; */
    position: relative;
    /* left: 5%; */
    padding: 0 30px;
    transition: 0.2s all;
}

.coffee-img-2 {
    width: 56% !important;
    left: 25%;
    padding-bottom: 15px;
    /* top: -70px; */
}

.arrivals-wrapper .card:hover {
    transform: scale(1.01);
    transition: 0.2s all;
    border: 1px solid #1f908b;
    box-shadow: 0px 34px 34px rgba(0, 0, 0, 0.07);
}

.c-footer {
    padding: 20px 0 0 0;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 70px 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 60px 0;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;

}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 15px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: unset;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
    border: none;
}

.MultiCarousel .rightLst {
    right: 0;
    border: none;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: none;
    border: none;
}

/* arrivals-wrapper ends */


/* coffee-wrapper starts */

.coffee-wrapper {
    background: url('../img/bg-coffe-1.svg') no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 100px 0px;
}

.coffee-row {
    /* padding: 50px 50px; */
    position: relative;
}

.coffee-row::after {
    content: "";
    background: url(../img/coffee-seeds-1.png) no-repeat;
    width: 610px;
    height: 410px;
    position: absolute;
    left: 50%;
    top: -10%;
    z-index: 1;
}

.coffee-img-wrapper::before {
    content: "";
    background: url('../img/bg-leaf-cross.png') no-repeat;
    width: 270px;
    height: 290px;
    position: absolute;
    left: -100px;
    top: -60%;
    z-index: 0;
}

.coffee-img-wrapper {
    position: relative;
}

.img-rotate-1 img {
    max-width: 100%;
}

.img-rotate-2 img {
    max-width: 100%;
}

.shadow-wrapper-1 {
    -webkit-box-shadow: -13px 13px 12px 0px rgba(133, 133, 133, 0.5);
    -moz-box-shadow: -13px 13px 12px 0px rgba(133, 133, 133, 0.5);
    box-shadow: -13px 13px 12px 0px rgba(133, 133, 133, 0.5);
    transform: rotate(-10deg);
}

.shadow-wrapper-2 {
    /* height: 217px; */
    height: 175px;
    -webkit-box-shadow: -13px 13px 12px 0px rgba(43, 43, 43, 0.5);
    -moz-box-shadow: -13px 13px 12px 0px rgba(43, 43, 43, 0.5);
    box-shadow: -13px 13px 12px 0px rgba(43, 43, 43, 0.5);
    transform: rotate(3.6deg);

    position: relative;
    top: 127px;
    right: 15px;
}

.coffee-wrapper .img-rotate-1 {
    border: 8px solid #FFFFFF;
}

.coffee-wrapper .img-rotate-2 {
    /* height: 217px; */
    height: 175px;
    border: 5px solid #FFFFFF;

}

.coffee-text-wrapper {
    position: relative;
    /* top: 100px; */
}


.coffee-text-wrapper .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 20px 0;
}

.MultiCarousel .MultiCarousel-inner .item>.coffee-item {
    text-align: left;
    margin: -10px;
}

.para-2 {
    color: #2B2B2B;
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0;
    position: relative;
    padding-right: 130px;
}

.coffee-text-wrapper::after {
    content: "";
    background: url(../img/coffee-seeds-2.svg) no-repeat;
    width: 210px;
    height: 200px;
    position: absolute;
    left: 85%;
    top: 55%;
    z-index: 1;
}



/* coffee-wrapper ends */


/* case-wrapper starts */

.case-wrapper {
    padding: 100px 0px;
}

.study-row {
    position: relative;
    z-index: 1;
}

.study-row::after {
    content: "";
    background: url(../img/seed-img.svg) no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 430px;
    z-index: -1;
}

.studies {
    position: relative;
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.studies::before {
    content: "";
    background: url(../img/bg-leaf.png) no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -830px;
    top: -100%;
    z-index: 1;
}

.studies::after {
    content: "";
    background: url(../img/bg-leaf-3.png) no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -850px;
    top: -270%;
    z-index: 1;
}

.study-row .MultiCarousel {
    padding: 0px 15px;
}

.study-row .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 60px 0;
}

.MultiCarousel .MultiCarousel-inner .item .study-wrapper {
    text-align: center;
    padding: 0px;
    margin: 15px;
    position: relative;
    border-radius: 10px;
}

.img-wrapper {
    position: relative;
    display: inline-block;
}

/* .study-wrapper {
    transition: 0.2s all;
}

.study-wrapper:hover {
    transform: scale(1.1);
    transition: 0.2s all;
} */


.img-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.4), rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 1)); */
    background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.6) 70%, rgba(30, 30, 30, 1) 96%, rgba(30, 30, 30, 1) 100%);
    border-radius: 10px;
}

.img-wrapper img {
    display: block;
    width: 100%;
    border-radius: 10px;
}


.text-wrapper {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff;
    text-align: left;
}


/* case-wrapper ends */


/* blog-wrapper starts */
.blog-wrapper {
    padding: 100px 0px;
}

.blogs::before {
    content: "";
    background: url('../img/bg-leaf-4.png') no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -860px;
    top: -80%;
    z-index: 1;
}

.blogs-row {
    position: relative;
    z-index: 1;
}

.blogs {
    position: relative;
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.blogs-row .MultiCarousel {
    padding: 0px 15px;
}

.MultiCarousel .MultiCarousel-inner .item .blogs-wrapper {
    text-align: center;
    padding: 0px;
    margin: 15px;
    position: relative;
}

.blogs-wrapper {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin: 0 10px;
    /* transition: 0.2s all;/ */
}

/* .blogs-wrapper:hover {
    transform: scale(0.9);
    transition: 0.2s all;
} */

.blogs-img-wrapper img {
    width: 100%;
    border-radius: 10px;
}

.blogs-text-wrapper {
    padding: 20px 30px;
    text-align: left;
}

.blogs-text-wrapper h4 {
    font-weight: 600;
    font-size: 18px;
    color: #2B2B2B;
}

.blogs-text-wrapper p {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    margin: 0;
    padding: 10px 0px;
}

.blogs-read-more {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: #2B2B2B;
    position: relative;
    right: -17px;
    transition: .2s all;
}

.blogs-read-more:hover {
    color: #1f908b;
}

.blogs-read-more img {
    width: 20px !important;
    display: inline-block !important;
}

.readmore-arr-black1 {
    position: relative;
    left: 20px;
    top: 1px;
}


.readmore-arr-black2 {
    position: relative;
    left: 7px;
    top: 1px;
}

.readmore-arr-black3 {
    position: relative;
    left: -7px;
    top: 1px;
}


/* blog-wrapper ends */


/* footer-wrapper starts */

footer {
    position: relative;
    z-index: 1;
}

.footer-wrapper::before {
    content: "";
    background: url('../img/logo.svg') no-repeat;
    width: 110px;
    height: 110px;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
}

.footer-wrapper {
    background: linear-gradient(to bottom, #1f908b 0%, #01534f 100%);
    color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.footer-row {
    padding: 60px 0px;
}

.footer-row::after {
    position: static;
    content: "";
    height: 41px;
    width: 392px;
    background-color: #fff;
    opacity: 0.03;
    border-radius: 100%;
    right: -90px;
    top: -150px;
    z-index: 0;
    overflow: hidden !important;
}

.footer-row::before {
    position: absolute;
    content: "";
    height: 41px;
    width: 392px;
    background-color: #fff;
    opacity: 0.03;
    border-top-right-radius: 100%;
    border-top-left-radius: 20%;
    padding: 248px 375px;
    left: -85px;
    bottom: 0;
    z-index: 0;
    overflow: hidden !important;
}

.footer-wrapper a {
    color: #fff;
}

.footer-headings {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 0;
    margin-bottom: 30px;
}

/* .footer-text ul {
    padding: 0;
} */

.footer-text li {

    font-weight: 300;
    font-size: 16px !important;
    text-align: left;
    color: #FFFFFF;
    padding: 5px 0px;
}

.footer-text li a {
    font-size: 16px !important;
    transition: 0.2s all;
}

.footer-text li a:hover {
    color: #858585 !important;
}

.footer-icons-wrapper {
    text-align: center;
    margin: 50px 0px;
}

.pad-right {
    padding-right: 22px;
}

.f-icons {
    font-size: 18px !important;
    color: #1f908b;
    background: #fff;
    border-radius: 100%;
    padding: 10px 12px;
    margin: 0 5px;
    transition: 0.2s all;
}

.f-icons:hover {
    background-color: rgba(67, 41, 23, 1) !important;
    color: #fff;
}

.footer-wrapper a:nth-child(2) i {
    padding: 10px 14px;
}

.footer-bottom {
    background-color: #00423f!important;
    z-index: 1;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: repeating-linear-gradient(-45deg, transparent, transparent 4px, transparent 1px, rgba(255, 255, 255, 0.1) 7px),
        linear-gradient(to bottom, transparent, transparent)
}


.footer-upper-para {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    padding-right: 82px;
    line-height: 24px;
}

.footer-para {
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    padding: 25px 0;
}

.footer-row label {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 4px 0;
}

.footer-row input {
    padding: 10px 40px 10px 10px;
    margin: 10px 0px;
    position: relative;
    z-index: 0;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.f-background {
    position: relative;
}

a.f-adddress {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

p.f-text {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0px;
}

a.f-number {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

::placeholder {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #AFAFAF;
    padding-left: 12px;
}

.input-img {
    position: absolute;
    top: 22px;
    right: 10px;
    bottom: 0;
    cursor: pointer;
}

/* footer-wrapper ends */







/* Responsive */

@media only screen and (max-width: 1600px) {
    .banner-wrapper::after {
        left: 44%;
        top: 80%;
    }

    .card-slider::after {
        right: -250px;
    }

    .studies::before {
        left: -620px;
        top: -100%;
    }

    .studies::after {
        right: -630px;
        top: -270%;

    }

    .blogs::before {
        left: -720px;
    }
}

@media only screen and (max-width: 1400px) {
    .card-rating {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 5px;
    }

    .card-text {
        padding: 0px;
    }

    .border-right {
        border-right: none;
    }

    .rating-star {
        padding-top: 0px;

    }

    /* .card-title {
        padding-top: 70px;
    } */

    .para {
        color: #2b2b2b80;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
        padding-left: 0px;
        margin: 10px 0px;

    }

    .card-img-top {
        padding: 0 20px;
    }

    .read-more a {
        margin: 10px;
        right: -60px;
    }

    .readmore-arr-green2 {
        left: -30px;
    }

    .readmore-arr-green1 {
        left: -16px;
    }

    .readmore-arr-green3 {
        left: -45px;
    }

    .heading {
        font-size: 60px;
    }

    .c-footer {
        padding: 10px 0 0 0;
    }

    .shadow-wrapper-2 {
        height: 150px;
    }

    .coffee-wrapper .img-rotate-2 {
        height: 150px;
    }

    .coffee-row::after {
        left: 40%;
    }


}

@media only screen and (max-width: 1200px) {

    .banner-wrapper::after {
        left: 40%;
        top: 65%;
    }

    .study-row::after {
        top: 370px;
        z-index: -1;
    }

    .heading {
        font-size: 60px;
        padding: 0;
    }

    .para {
        font-size: 15px;
        color: #2b2b2b80;
        font-weight: 400;
        text-align: left;
    }

    .coffee-img-2 {
        width: 56%;
        left: 25%;
        /* top: -90px; */
    }

    .card-title {
        /* padding-top: 90px; */
        padding-bottom: 5px;
    }

    .arrivals::before {
        width: 200px;
        height: 150px;
        left: -280px;
    }

    .coffee-item h2 {
        font-size: 25px !important;
    }

    .para-2 {
        padding-right: 0px;
        font-size: 17px;
    }

    .shadow-wrapper-2 {
        height: 125px;
    }

    .coffee-wrapper .img-rotate-2 {
        height: 125px;
    }

    .studies::after {
        right: -440px;
        top: -270%;
    }

    .studies::before {
        left: -460px;
        top: -100%;
    }

    .blogs::before {
        left: -530px;
    }

    .blogs-row::after {
        top: 300px;
    }

    .input-img {
        top: 22px;
    }

}

@media only screen and (max-width: 1024px) {

    .banner-wrapper::after {
        left: 35%;
        top: 60%;
    }

    .para {
        color: #2b2b2b80;
        font-weight: 400;
        font-size: 15px;
        text-align: left;
    }

    .read-more a {
        font-weight: 600;
        font-size: 20px;
        color: #1f908b;
        margin: 0px;
        transition: 0.2s all;
    }

    .heading {
        color: #1f908b;
        font-size: 50px;
        font-family: 'Biryani', sans-serif;
        font-weight: 700;
        padding: 10px 0;
    }

    .left::before {
        content: "";
        background: #F8F8F8;
        width: 100vw;
        height: 780px;
        top: 100px;
        left: 0;
        position: absolute;
        z-index: -1;
    }



}

@media only screen and (max-width: 991px) {

    .body-position {
        position: fixed;
    }

    .navbar-nav-display {
        display: inline;
    }

    .navbar-nav-display .nav-item .nav-link:hover {
        color: #1f908b !important;
        font-weight: 400 !important;
    }

    .overlay .closebtn {
        position: absolute;
        top: -6px;
        right: 100px;
        font-size: 40px;
    }

    .logo::before {
        content: "";
        position: absolute;
        top: 55px;
        left: 0px;
        width: 145px;
        height: 80px;
        border: 3px solid #C07F32;
    }

    .main-logo {
        position: absolute;
        top: 2px;
        left: 17px;
        width: 110px;
        z-index: 1;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: -100px;
    }

    .right-padding {
        padding-right: 50px;
    }

    .read-more a {
        right: -30px;
    }

    .readmore-arr-green1 {
        left: 6px;
    }

    .readmore-arr-green2 {
        left: -11px;
    }

    .readmore-arr-green3 {
        left: -27px;
    }

    .story-img-1 {
        padding: 0 8px;
    }

    .story-img-2 {
        padding: 0 8px;
    }

    .story-img-3 {
        padding: 0 8px;
    }

    .card-title {
        /* padding-top: 120px; */
        padding-bottom: 5px;
    }

    .border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.04);
    }

    .card-rating {
        justify-content: space-between !important;
    }

    .card-text {
        padding-right: 30px;
    }

    .shadow-wrapper-2 {
        height: 190px;
    }

    .coffee-wrapper .img-rotate-2 {
        height: 190px;
    }

    .para-2 {
        margin: 30px 20px;
        padding-right: 230px !important;
    }

    .coffee-item h2 {
        margin: 0 20px;
    }

    .coffee-row::after {
        width: 500px;
        left: 40%;
        top: 40%;
    }

    .coffee-text-wrapper::after {
        left: 55%;
    }

    .coffee-img-wrapper::before {
        left: 70%;
    }

    .studies::before {
        left: -340px;
        top: -100%;
    }

    .studies::after {
        right: -300px;
        top: -270%;
        width: 330px;
        height: 280px;
    }

    .study-row::after {
        top: 440px;
        z-index: -1;
        width: 400px;
        height: 200px;
    }

    .blogs-text-wrapper {
        padding: 20px 20px;
        text-align: left;
    }

    .blogs::before {
        left: -410px;
        width: 300px;
        height: 330px;
    }

    .blogs-row::after {
        top: 270px;
    }

    .footer-headings {
        margin-bottom: 20px;
    }

    .input-img {
        top: 22px;
    }
}

@media only screen and (max-width: 767px) {

    .main-logo {
        position: absolute;
        top: -13px;
        left: 10px;
        width: 100px;
        z-index: 1;
    }

    .logo::before {
        top: 55px;
        left: 0px;
        width: 120px;
        height: 60px;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next-icon {
        background-image: url(../img/forward-arrow.png);
        width: 22px;
        height: 15px;
    }

    .carousel-control-prev-icon {
        background-image: url(../img/backward-arrow.png);
        width: 22px;
        height: 15px;
    }

    .story-wrapper {
        padding: 30px 0px;
    }

    .card-title {
        /* padding-top: 230px; */
        padding-bottom: 5px;
    }

    .arrivals::before {
        width: 200px;
        height: 150px;
        left: -126px;
        top: 120%;
    }

    .coffee-img-2 {
        width: 50%;
        left: 25%;
        /* top: -80px; */
    }

    .card-rating {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 5px;
    }

    .border-right {
        border-right: none;
    }

    .card-text {
        padding: 0px;
    }

    .MultiCarousel .MultiCarousel-inner {
        padding: 50px 0;
    }

    .coffee-wrapper {
        padding: 50px 0px;
    }

    .shadow-wrapper-2 {
        height: 140px;
    }

    .coffee-wrapper .img-rotate-2 {
        height: 140px;
    }

    .coffee-item h2 {
        margin: 0px;
    }

    .para-2 {
        margin: 30px 0px;
        padding-right: 230px !important;
    }

    .MultiCarousel .MultiCarousel-inner .item>.coffee-item {
        padding: 10px 25px;
    }

    .study-row::after {
        top: 300px;
        z-index: -1;
        width: 340px;
        height: 200px;
    }

    .case-wrapper {
        padding: 50px 0px;
    }

    .study-row .MultiCarousel .MultiCarousel-inner {
        padding: 30px 0;
    }

    .coffee-text-wrapper::after {
        left: 50%;
    }

    .coffee-row::after {
        width: 500px;
        left: 20%;
        top: 40%;
    }

    .blogs::before {
        left: -300px;
    }

    .footer-upper-para {
        text-align: center;
        padding-right: 0px;
    }

    .sm-center {
        text-align: center;
    }

    .input-img {
        top: 22px;
    }

    .footer-center {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 20px;
    }

    .para {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 567px) {

    .logo::before {
        content: "";
        position: absolute;
        top: 42px;
        left: 10px;
        width: 100px;
        height: 50px;
        border: 3px solid #C07F32;
    }

    .main-logo {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 80px;
        z-index: 1;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: -60px;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        left: 40px;
    }

    .circles {
        display: none !important;
    }

    .right-padding {
        padding: 10px 50px 30px 10px;
    }

    .card-img-top {
        padding: 0 70px;
    }

    /* .card:hover  .card-img-top{
        transform: scale(1.3);
        transition: 0.2s all;
    } */


    .card-title {
        /* padding-top: 180px; */
        padding-bottom: 5px;
    }

    .card-rating {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        flex-wrap: wrap;
        justify-content: space-between !important;
        padding: 5px;
    }

    .border-right {
        border-right: 1px solid rgba(0, 0, 0, 0.04);
    }

    .card-text {
        padding: 5px 130px 5px 5px !important;
    }

    .shadow-wrapper-2 {
        height: 150px;
    }

    .card-slider::after {
        right: -150px;
        top: 60%;
    }

    .text-wrapper {
        left: 30px;
        bottom: 20px;
    }

    .img-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
    }


    .para {
        padding-right: 0px;
    }

    .para-2 {
        margin: 30px 0px;
        padding-right: 170px !important;
    }

    .footer-headings {
        margin-bottom: 1px;
    }

    .footer-center {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 20px;
    }

    .footer-text li {
        text-align: center;
    }

    .pad-right {
        padding-right: 0;
    }

    .footer-icons-wrapper {
        text-align: center;
        margin: 50px 0px;
    }

}

@media only screen and (max-width: 480px) {
    .container {
        padding: 0 20px;
    }

    .right-padding {
        padding: 10px 30px 30px 10px;
    }

    .card-img-top {
        padding: 0 40px;
    }

    .card-title {
        /* padding-top: 130px; */
        padding-bottom: 5px;
    }

    .card-text {
        padding: 5px 40px 5px 5px !important;
    }

    .shadow-wrapper-1 {
        position: relative;
        left: 40px;
    }

    .shadow-wrapper-2 {
        height: 120px;
    }

    .coffee-wrapper .img-rotate-2 {
        height: 120px;
    }

    .coffee-img-2 {
        width: 66%;
        left: 17%;
        /* top: -80px; */
    }

    .coffee-row::after {
        width: 0;
        left: 20%;
        top: 40%;
    }

    .studies::after {
        right: -90px;
        top: -270%;
    }

    .studies::before {
        left: -240px;
        top: -100%;
    }

    .study-row::after {
        top: 480px;
    }

    .para-2 {
        margin: 30px 0px;
        padding-right: 10px !important;
    }
}

@media (max-width: 380px) {
    .card-rating {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 360px) {
    .card-img-top {
        padding: 0 30px;
    }

    .coffee-img-2 {
        width: 60%;
        left: 20%;
        /* top: -80px; */
    }

    .card-title {
        /* padding-top: 80px; */
        padding-bottom: 5px;
    }
}





/* about-us page starts*/


/* about-us page header-wrapper */

#about-us-page .header-wrapper {
    box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
}

.about-banner-wrapper {
    padding: 150px 0px;
}

.heading-2 {
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #1f908b;
    font-size: 44px;
    line-height: 60px;
}

.heading-2-para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(43, 43, 43, 0.3);
    padding: 30px;
}

.heading-2-para::before {
    content: "";
    background: url('../img/bg-coffe.svg') no-repeat;
    width: 200px;
    height: 150px;
    position: absolute;
    left: 330px;
    top: 430px;
    z-index: -1;
}

.about-row {
    padding: 100px 0px;
    position: relative;
}

.about-row::after {
    content: "";
    background: url('../img/bg-leaf-6.png') no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0px;
    top: 520px;
    z-index: -1;
}

.about-img-1 {
    padding: 10px 8px;
    width: 100%;
}

.about-img-2 {
    padding: 10px 8px;
    position: relative;
    top: 80px;
    width: 100%;
}

.about-img-3 {
    padding: 10px 8px;
    position: relative;
    bottom: 80px;
    width: 100%;
}

/* about-us page counter-wrapper */

.counter-wrapper {
    background: #F8F8F8 url('../img/new-arraivals-bg.svg');
    padding: 100px 0;
    position: relative;
}

.counter-wrapper::after {
    content: "";
    background: url(../img/seed-img.svg) no-repeat;
    width: 400px;
    height: 200px;
    position: absolute;
    right: 0px;
    /* top: 700px; */
    bottom: -170px;
    z-index: -1;
}

.heading-3 {
    font-family: 'Biryani', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 56px;
    color: #1f908b;
}

.heading-3-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2B2B2B;
    opacity: 0.5;
    padding-left: 160px;
}

.counter-inner-wrapper {
    padding: 60px 0px;
}

.logo-wrapper {
    padding: 10px 0px;
}

.counter-value {
    font-family: 'Biryani';
    font-weight: 800;
    font-size: 56px;
    text-align: center;
    color: #4f2e00;
}

.counter-end {
    font-family: 'Biryani';
    font-weight: 800;
    font-size: 56px;
    text-align: center;
    color: #4f2e00;
}

.count-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: rgba(43, 43, 43, 0.46);
}


/* leadership-wrapper  */

.leadership-wrapper {
    padding: 150px 0px;
}

.br-b {
    position: relative;
    padding-bottom: 20px;
}

.padding-left {
    padding-left: 60px;
}

.br-b::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    width: 280px;
    height: 60px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.leader-para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    padding: 15px 0px;
    line-height: 30px;
}

.coffee-text {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #4f2e00;
    padding-left: 10px;
}

.p-left {
    padding-left: 30px;
}

.leader-img-2 {
    padding-bottom: 1.5rem;
}

/* public-wrapper */

.public-wrapper {
    background: #F8F8F8 url('../img/coffee-seeds-background.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.public-heading {
    font-family: 'Biryani';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    color: #FFFFFF;
    padding-left: 32px;
}

.public-br-b::after {
    content: "";
    border-bottom: 3px solid rgba(255, 255, 255, 0.12);
    width: 280px;
    height: 60px;
    left: 325px;
    position: absolute;
}

.public-wrapper .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 20px 10px;
    width: 100%;
    position: relative;
}

.public-wrapper .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 0px 0;
}

.public-wrapper .MultiCarousel .MultiCarousel-inner .item {
    float: left;

}

.public-wrapper .MultiCarousel .MultiCarousel-inner .item>.public-inner-wrapper {
    text-align: left;
}

.public-wrapper .MultiCarousel button.btn.leftLst.over {
    padding-left: 25px;
}

.public-para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.public-img-1 {
    position: relative;
    top: 80px;
    padding: 0px 10px;
}

.public-img-2 {
    padding: 0 10px;
}

.public-img-3 {
    position: relative;
    top: 40px;
    padding: 0 10px;
}

/* Policies-wrapper starts */

.policies-wrapper {
    padding: 150px 0;
    position: relative;
}

.policies-heading {
    font-family: 'Biryani', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    color: #1f908b;
    text-align: center;
    padding-bottom: 40px;
}

.policies-br-b::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    width: 390px;
    height: 70px;
    left: 40%;
    text-align: center;
    position: absolute;
}

.policies-br-b::before {
    content: "";
    background: url('../img/bg-green-leaf.png') no-repeat;
    width: 400px;
    height: 490px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 150px;
}

.policies-para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
    padding: 30px 0px;
}

/* about-us page responsive */

@media screen and (max-width: 1700px) {
    .public-br-b::after {
        content: "";
        border-bottom: 3px solid rgba(255, 255, 255, 0.12);
        width: 280px;
        height: 60px;
        left: 190px;
        position: absolute;
    }
}

@media screen and (max-width: 1400px) {
    .heading-2 {
        font-size: 34px !important;
        line-height: 45px;
    }

    .heading-2-para {
        padding: 10px;
    }

    .heading-3 {
        font-size: 30px;
    }

    .heading-3-para {
        padding-left: 110px;
    }

    .coffee-text {
        /* padding-left: 0; */
        font-size: 17px;
    }

    .about-images {
        display: flex;
        width: 100%;
    }

    .public-img-1 {
        width: 190px;
        padding: 0;
    }

    .public-img-2 {
        width: 190px;
        padding: 0px 10px;
    }

    .public-img-3 {
        width: 190px;
        padding: 0px;
    }

    .leader-img-1 {
        width: 100%;
        padding: 0px 12px;
    }

    .leader-img-2 {
        width: 100%;
        padding-bottom: 0px;
    }

    .leader-img-3 {
        width: 100%;
        position: relative;
        top: -50px;
    }

}

@media screen and (max-width: 1200px) {
    .heading-2-para::before {
        top: 400px;
        left: 130px;
    }

    .about-row::after {
        top: 390px;
    }

    .heading-3 {
        line-height: 45px;
    }

    .heading-3-para {
        padding-left: 70px;
    }

    .leader-img-1 {
        width: 100%;
    }

    .leader-img-2 {
        width: 100%;
    }

    .leader-img-3 {
        width: 100%;
        position: relative;
        top: -135px;
    }

    .public-img-1 {
        width: 190px;
        padding: 0;
    }

    .public-img-2 {
        width: 190px;
        padding: 0px 10px;
    }

    .public-img-3 {
        width: 190px;
        padding: 0px;
    }
}

@media screen and (max-width: 1170px) {
    .public-img-1 {
        width: 150px;
        padding: 0;
    }

    .public-img-2 {
        width: 150px;
        padding: 0px 10px;
    }

    .public-img-3 {
        width: 150px;
        padding: 0px;
    }

}

@media screen and (max-width: 992px) {

    .logo::after {
        content: "";
        top: 41px;
        width: 145px;
        height: 80px;
    }

    .about-images {
        display: flex;
        /* flex-wrap: wrap; */
    }

    .heading-2-para::before {
        top: 400px;
        left: 30px;
    }

    .heading-3 {
        text-align: center;
    }

    .heading-3-para {
        text-align: center;
        padding-left: 0px;
    }

    .about-row::after {
        top: 300px;
    }

    .leader-img-1 {
        width: 100%;
        padding: 0px 10px;
    }

    .leader-img-2 {
        width: 100%;
        padding-bottom: 12px;
    }

    .leader-img-3 {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .padding-left {
        padding-left: 20px;
    }

    .public-img-1 {
        width: 100%;
        padding: 0;
    }

    .public-img-2 {
        width: 100%;
        padding: 0px 10px;
    }

    .public-img-3 {
        width: 100%;
        padding: 0px;
    }

    .public-br-b::after {
        content: "";
        left: 140px;
    }

    .policies-br-b::after {
        left: 30%;
    }
}

@media screen and (max-width: 768px) {
    .logo::after {
        content: "";
        top: 41px;
        width: 100px;
        height: 50px;
        left: 10px;
    }

    .about-banner-wrapper {
        padding: 100px 0px;
    }

    .about-row {
        padding: 50px 0px;
        position: relative;
    }

    .about-images {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .ab-img {
        width: 50% !important;
    }

    .ab-img img {
        width: 100% !important;
    }

    .about-img-2 {
        top: -60px;
    }

    .about-img-3 {
        bottom: 0px;
    }

    .ab-img:nth-child(4) .about-img-1 {
        position: relative;
        top: -60px;
    }
}

@media screen and (max-width: 650px) {
    .public-images {
        display: flex;
        flex-wrap: wrap;

    }

    .public-img-1 {
        width: 50%;
        top: 0px;
        padding: 0px 10px;
    }

    .public-img-2 {
        width: 50%;

    }

    .public-img-3 {
        width: 50%;
        top: 10px;
    }
}

@media screen and (max-width: 567px) {
    .overlay-content {
        position: relative;
        top: 5%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .about-banner-wrapper {
        padding: 70px 0px;
    }

    .counter-wrapper {
        padding: 50px 0;
    }

    .counter-inner-wrapper {
        padding: 10px 0px;
    }

    .leadership-wrapper {
        padding: 70px 0px;
    }

    .sm-pad {
        padding: 30px 30px !important;
    }

    .public-wrapper {
        padding: 100px 0;
    }

    .public-heading {
        font-size: 34px;
    }

    .public-br-b::after {
        content: "";
        left: 20px;
    }

    .policies-br-b::after {
        left: 15%;
    }

    .heading-2 {
        font-size: 34px !important;
        line-height: 40px;
    }
}

@media screen and (max-width: 440px) {
    .policies-br-b::after {
        left: 20%;
        width: 230px;

    }

    .heading-2 {
        font-size: 24px !important;
        line-height: 35px;
    }
}

/* about-us page Ends */



/* Social Impact page starts*/

/* social-banner-wrapper starts */

.social-banner-wrapper {
    padding: 150px 0px;
    position: relative;
}

.social-banner-wrapper::before {
    content: "";
    background: url('../img/seed-img.svg') no-repeat;
    width: 340px;
    height: 150px;
    position: absolute;
    /* right: 90px; */
    right: 250px;
    top: 40px;
    z-index: -1;
}

.social-bg {
    background: url('../img/social-impact-banner.jpg') no-repeat;
    border-radius: 30px;
}

.social-bg-pad {
    padding: 74px 0px;
}

.heading-4 {
    font-weight: 500;
    font-family: 'Biryani', sans-serif;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    padding: 30px 0px;
}

.heading-4 a {
    font-family: 'Biryani', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
}

.heading-4-para p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 25px 316px;
}

.social-date {
    padding: 30px 0px;
    position: relative;
}

.social-date a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 10px;
}

.social-date::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50.8%;
}

.social-icons {
    padding: 20px 0px;
}

.s-icons {
    font-size: 18px !important;
    color: #2B2B2B;
    background: #fff;
    border-radius: 100%;
    padding: 10px 12px;
    margin: 0 5px;
    transition: 0.2s all;
}

.s-icons:hover {
    background-color: rgba(67, 41, 23, 1) !important;
    color: #fff;
}

.social-icons a:nth-child(2) i {
    padding: 10px 14px;
}

/* social-banner wrapper ends */

/* guide-wrapper starts */

.guide-wrapper {
    position: relative;
}

.guide-wrapper .row:nth-child(1)::after {
    content: "";
    background: url('../img/bg-green-leaf.png');
    width: 400px;
    height: 480px;
    position: absolute;
    left: 0;
}

.guide-wrapper .row:nth-child(1)::before {
    content: "";
    background: url('../img/bg-green-leaf-1.png');
    width: 400px;
    height: 480px;
    position: absolute;
    right: 0;
    top: -400px;
}

.guide-heading {
    position: relative;
}

.guide-heading::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    width: 390px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.guide-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #2B2B2B;
    opacity: 0.5;
    padding: 10px 0px;

}

.guide-row .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
    position: relative;
}

.guide-row .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    padding: 30px 0;
}

.guide-text-wrapper {
    padding: 20px 20px;
    text-align: left;
}


.guide-text-wrapper h4 a {
    font-weight: 600;
    font-size: 22px;
    color: #2B2B2B;
}

.guide-text-wrapper p {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
    margin: 0;
    padding: 10px 0px;
}

/* guide-wrapper ends */

/* initiatives-wrapper starts */

.initiatives-wrapper {
    position: relative;
    background: #F8F8F8 url('../img/new-arraivals-bg.svg');
    padding: 100px 0;
    margin: 100px 0px;
}

.initiatives-wrapper::before {
    content: "";
    background: url('../img/bg-green-leaf-2.png') no-repeat;
    width: 340px;
    height: 480px;
    position: absolute;
    right: 0;
    top: -220px;
    z-index: -1;
}

.csr-heading {
    position: relative;
}

.csr-heading::after {
    content: "";
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    width: 270px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.csr-para {
    padding: 30px 0px;
}

.csr-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2B2B2B;
    opacity: 0.5;
    padding-right: 170px;
}

/* initiatives-wrapper ends */

/* coffee-making-wrapper starts */

.coffee-making-wrapper {
    position: relative;
    padding: 50px 0px;
    padding-bottom: 150px;
}

.coffee-making-wrapper::after {
    content: "";
    background: url('../img/seed-img.svg') no-repeat;
    width: 400px;
    height: 150px;
    position: absolute;
    right: 360px;
    bottom: -20px;
}

.ethical-heading::before {
    content: "";
    background: url('../img/bg-green-leaf.png') no-repeat;
    width: 400px;
    height: 480px;
    position: absolute;
    left: 0;
}

.ethical-heading {
    font-family: 'Biryani', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
    color: #1f908b;
}

.ethical-heading-para {
    padding: 40px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
    opacity: 0.5;
}

.learn-more p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
    padding-bottom: 20px;
}

/* coffee-making-wrapper ends */

/* Social Impact page responsive starts */

@media screen and (max-width:1700px) {
    .social-banner-wrapper::before {
        right: 90px;
    }

    .coffee-making-wrapper::after {
        right: 140px;
    }
}

@media screen and (max-width:1400px) {

    .heading-4-para p {
        padding: 25px 140px;
    }

    .csr-para p {
        padding-right: 90px;
    }
}

@media screen and (max-width: 1200px) {
    .social-bg-pad {
        padding: 65px 0px;
    }

    .heading-4-para p {
        padding: 25px 80px;
    }

    .csr-para p {
        padding-right: 20px;
    }

    .coffee-making-wrapper::after {
        right: 20px;
    }

}

@media screen and (max-width: 992px) {
    .heading-4-para p {
        padding: 5px 80px;
    }

    .csr-para p {
        padding-right: 0px;
    }

    .csr-para {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    .social-banner-wrapper {
        padding: 80px 0px;
        position: relative;
    }

    .social-banner-wrapper::before {
        right: 0px;
    }

    .social-bg-pad {
        padding: 35px 0px;
    }

    .heading-4 {
        padding: 10px 0px;
    }

    .heading-4-para p {
        padding: 5px 20px;
    }

    .guide-row .MultiCarousel .MultiCarousel-inner {
        padding: 0px 0;
    }

    .initiatives-wrapper {
        padding: 50px 0px;
        margin: 50px 0px;
    }

    .csr-img {
        padding: 30px 0px;
    }

    .ethical-heading-para {
        padding: 20px 0px;
    }

    .coffee-making-wrapper::after {
        right: 0px;
    }
}

@media screen and (max-width: 567px) {
    .social-banner-wrapper {
        margin: 0 20px;
    }

    .heading-4 {
        font-size: 30px;
    }

    .heading-4-para p {
        padding: 5px 0px;
    }

    .social-date {
        padding: 10px 0px;
        position: relative;
    }

    .heading-4 a {
        font-size: 30px;
    }

    .heading-4-para p {
        font-size: 14px;
    }

    .guide-heading::after {
        width: 260px;
        height: 120px;
    }

    .ethical-heading {
        font-size: 28px;
        line-height: 43px;
    }
}

/* Social Impact page responsive Ends */

/* Social Impact page Ends */


/* Menu-page stars */

.menu-page-wrapper {
    padding: 100px 0px;
    position: relative;
}

.menu-page-wrapper::after {
    content: "";
    background: url('../img/seed-img.svg');
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 200px;
}

.main-layout {
    background-color: #FFF;
    display: flex;
}

#sidebarToggle {
    display: none !important;
}

#sidebarToggle .fa-bars {
    font-size: 20px;
    color: #2b2b2b;
}

.top-nav {
    /* border-bottom: 2px solid #E7E2E2; */
    padding: 20px 0px;
    position: relative;
}

.top-nav a.result-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 0.5;
}

.top-nav .dropdown .btn-secondary {
    background: #FFFFFF;
    border: 2px solid #E7E2E2;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #2B2B2B;
    opacity: 0.5;
    padding: 10px 12px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.555em;
    vertical-align: 0.255em;
    content: "";
    background: url('../img/dropdown-arrow.svg') no-repeat;
    width: 20px;
    height: 10px;
    position: relative;
    top: 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/* .top-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    transform: rotate(360deg);
    background: linear-gradient(to right, rgba(231, 226, 226, 0) 0%, rgba(231, 226, 226, 1) 50%, rgba(231, 226, 226, 0) 100%);

    /* background: linear-gradient(to right, rgba(231,226,226,0) 0%, rgba(231,226,226,0) 5%, rgba(231,226,226,1) 95%, rgba(231,226,226,0) 100%); */
/* } */

/* .top-nav .nav-item .nav-link {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    color: #4f2e00;
    transition: 0.2s all;
}

.top-nav .nav-item:nth-child(4) {
    padding-right: 0px;
}

.top-nav .nav-item .nav-link:hover {
    color: #006838 !important;
}

.top-nav .nav-item .nav-link.active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #006838;
    border: 1px solid #006838;
    border-radius: 10px;
    padding: 10px 20px;
} */

#layoutSidenav_nav {
    background-color: #fff;
    flex-basis: 350px;
    flex-shrink: 0;
    transition: transform 0.15s ease-in-out;
    /* z-index: 1038; */
    z-index: 0;
    transform: translateX(0px);
    position: relative;
    /* top: 50px; */
}

#layoutSidenav_nav::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to top, rgba(231, 226, 226, 0) 0%, rgba(231, 226, 226, 1) 50%, rgba(231, 226, 226, 0) 100%);
}

#layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: 0px;
    z-index: 99;
}

#layoutSidenav_nav .nav,
.menus {
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
}

#layoutSidenav_nav .menus .nav-link {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    color: #4f2e00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}


.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
    transform: rotate(-180deg);
}

.sb-sidenav-collapse-arrow .fa-angle-up {
    font-size: 20px;
    font-weight: 600;

}

#layoutSidenav_nav .nav,
.menus .sb-sidenav-menu-nested {
    padding-left: 0px;
}

#layoutSidenav_nav .menus .sb-sidenav-menu-nested .nav-link {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px !important;
    color: #2B2B2B;
    opacity: 0.5;
    padding: 10px;
    text-transform: capitalize;
}

#layoutSidenav_nav .menus .sb-sidenav-menu-nested .nav-link.active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #006838;
    opacity: 1;
    /* border-bottom: 1px solid rgba(1, 94, 51, 0.12); */
}

#layoutSidenav_nav .menus .sb-sidenav-menu-nested .nav-link.active::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(1, 94, 51, 0.12);
    width: 75px;
    height: 30px;
}


/* content-wrapper */

#layoutSidenav_content {
    padding-left: 40px;
}

.breadcrumb-item a {
    font-weight: 500;
    font-size: 14px;
    color: #2B2B2B;
    opacity: 0.5;
}

.breadcrumb-item.active {
    font-weight: 500;
    font-size: 14px;
    color: #2B2B2B !important;
    opacity: 0.5;

}

.coffee-menu-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #006838;
    /* padding: 20px 0px; */
    position: relative;
}

.coffee-menu-heading::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid rgba(1, 94, 51, 0.12);
    width: 230px;
    height: 40px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.coffee-cup-wrapper {
    padding: 10px 0px;
}


.coffee-cup {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 0px;
}

/* .coffee-cup img {
    width: 100%;
} */

@media (max-width: 1200px) {
    .coffee-cup {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 0px;
    }

    .coffee-cup-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .top-nav ul .nav-item {
        padding: 0 5px;
    }
}

@media (max-width: 992px) {
    #layoutSidenav_nav {
        transform: translateX(-350px);
        z-index: 1138 !important;
    }

    #layoutSidenav_content {
        margin-left: -350px;
        transition: margin 0.15s ease-in-out;
    }

    .sb-sidenav-toggled #layoutSidenav_nav {
        transform: translateX(0px);
        /* z-index: 1200; */
        z-index: 0;
        top: 70px;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -350px;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
        display: none;
    }

    #sidebarToggle {
        display: flex !important;
    }

    .menu-page-wrapper .container {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .top-nav {
        justify-content: start !important;
        padding: 20px 0px;
    }

    .top-nav ul {
        padding: 0 15px;
    }

    .top-nav ul .nav-item {
        padding: 0 15px;
    }

}

@media (max-width: 768px) {
    .top-nav {
        justify-content: start !important;
        padding: 20px 0px;
    }

    .top-nav ul {
        padding: 0px;
    }
}

@media (max-width: 670px) {
    .top-nav ul .nav-item {
        padding: 0 10px;
    }

    .top-nav ul {
        padding: 0 15px;
        display: none;
    }
}

@media (max-width: 567px) {
    .coffee-cup {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .menu-page-wrapper {
        padding: 70px 0px;
        position: relative;
    }

    .coffee-cup {
        width: 100%;
    }
}

/* Menu-page Ends */


/* store-locator-page starts */

.store-wrapper {
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}

.store-wrapper::before {
    content: "";
    background: url('../img/seed-img.svg');
    position: absolute;
    width: 340px;
    height: 200px;
    right: 0px;
    top: 0px;
}

.store-wrapper::after {
    content: "";
    background: url('../img/bg-leaf.png');
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* store-card */

.store-wrapper .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: none;
    padding: 30px 30px;
}

.store-wrapper .card .store-heading {
    font-family: 'Biryani';
    font-weight: 700;
    font-size: 36px;
    color: #1f908b;
    padding: 10px 0px;
}


.store-search {
    position: relative;
    padding: 10px 0px;
}

.store-wrapper .store-search input {
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    border: none;
    padding: 15px 10px;
    position: relative !important;
}

.store-search input::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #AFAFAF;
    background: url('../img/search-icon-green.svg') no-repeat;
    padding: 0px 30px;
}

.store-addr {
    border: 1.5px solid #E7E2E2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
    transition: 0.2s all;
}

.store-text-wrapper h5 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    color: #636161;
    transition: 0.2s all;
}

.store-text-wrapper p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: rgba(23, 22, 22, 0.5);
}

.store-icon-wrapper {
    display: flex;
}

.store-icon {
    background: #636161;
    opacity: 0.5;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    transition: 0.2s all;
}

.store-addr:hover {
    border: 1.5px solid #006838;
    box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.store-addr:hover .store-text-wrapper h5 {
    font-size: 18px;
    color: #1f908b;
}

.store-addr:hover .store-icon {
    background: #1f908b;
    border-radius: 10px;
    opacity: 1;
}

/* store-map */

#map {
    /* width: 100%; */
    height: 100%;
    border-radius: 10px;
    z-index: 0;
}

.coffee-map-img {
    position: absolute;
    z-index: 401;
    top: 30%;
    left: 10%;
}

.coffee-map-img-1 {
    position: absolute;
    z-index: 401;
    top: 45%;
    left: 30%;
}

.coffee-map-img-2 {
    position: absolute;
    z-index: 401;
    top: 10%;
    left: 60%;
}

.coffee-map-img-3 {
    position: absolute;
    z-index: 401;
    top: 83%;
    left: 25%;
}

.coffee-map-img-4 {
    position: absolute;
    z-index: 401;
    top: 50%;
    left: 63%;
}

/* Store-locatore-page responsive */

@media (max-width: 992px) {
    #map {
        height: 100vh;
        margin: 25px 10px;
    }
}

@media (max-width: 550px) {
    .store-wrapper .card .store-heading {
        font-size: 30px;
    }

    .store-addr {
        padding: 20px 10px;
    }

    .store-icon {
        margin: 3px;
    }
}

/* store-locator-page Ends */


/* Slider start */

.owl-carousel {
    margin: 2rem 0
}

.owl-carousel .item {
    height: auto;
    /* padding: 1rem */
}

.owl-carousel .item .card {
    padding: 10px;
}



.owl-carousel .owl-stage-outer {
    padding: 40px 0px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: left !important;
    -webkit-tap-highlight-color: transparent;
}

button.owl-prev,
button.owl-next {
    border: none;
    background: transparent;
    padding: 0px 10px;
}

/* .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: url('../img/arrow-coffee-backward.svg') no-repeat !important;
    width: 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: url('../img/arrow-coffee-forward.svg') no-repeat !important;
    width: 30px;
} */


.owl-dots {
    display: none !important;
}

/* Slider-ends */

/*aiz megabox*/
.aiz-megabox {
    position: relative;
    cursor: pointer;
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after,
.aiz-megabox>input:checked~span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: #00254b;
}

.button-default {
    border: 0px solid #F26128;
    background-color: #96887f;
    color: #fff;
    font-weight: 300 !important;
    border-radius: 0px;
    width: 100%;
}

.button-default:hover {
    background-color: #52aaa7;
    color: #fff !important;
}