@font-face {
    font-family: Tambor;
    src: url(../fonts/Tambor-Black.woff2) format("woff2"), url(../fonts/Tambor-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Josefin Sans;
    src: url(../fonts/josefin-sans-v34-latin-500.woff2) format("woff2"), url(../fonts/josefin-sans-v34-latin-700.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: Josefin Sans;
    color: #4f251e;
    font-weight: 400;
    line-height: 30px;
    background: #fff8e8
}

html,
body {
    height: 100%
}

* {
    outline: 0 !important
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}

a {
    color: #32463b;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none;
    color: #32463b
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #32463b;
    margin-bottom: 12px;
    font-family: Tambor;
    text-transform: uppercase
}

h1,
.h1 {
    font-size: 100px;
    line-height: 115%
}

h2,
.h2 {
    font-size: 92px;
    line-height: 100%;
    font-weight: 900
}

h3,
.h3 {
    font-size: 24px;
    line-height: 115%;
    font-weight: 900
}

h4,
.h4 {
    font-size: 30px;
    line-height: 120%
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%
}

p {
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0 !important
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

button {
    border: none;
    transition: all .4s ease 0s;
    background: transparent
}

.relative {
    position: relative;
    z-index: 1
}

.section,
section {
    padding: 90px 0;
    margin-top: -2px
}

.bg_blue {
    background: #0ea7d3
}

.bg_brown {
    background: #fff8e8
}

.bg_yellow {
    background: #f5bb26
}

.container {
    max-width: 1420px
}

.container.narrow {
    max-width: 1020px
}

.container.smalls {
    max-width: 850px
}

.section-heading .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    display: block
}

.cta-btn {
    border-radius: 8px;
    font-weight: 900;
    font-size: 24px;
    padding: 12px 24px 18px;
    font-family: Tambor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn_default {
    border-color: #fff;
    background: #fff;
    color: #0ea7d3;
    text-decoration: none
}

.btn_blue {
    border: 2px solid #0EA7D3
}

.btn_orange {
    border: #F5BB26;
    background: #f5bb26;
    color: #401c16
}

.btn_blue:before {
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: #fff;
    transition: all .4s;
    left: 0
}

.btn_blue:hover:before {
    height: 100%
}

.btn_blue:hover {
    color: #0ea7d3 !important
}

.btn_default:before {
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: #0ea7d3;
    transition: all .4s
}

.btn_default:hover:before {
    height: 100%
}

.btn_default:hover {
    color: #fff
}

.btn_orange:before {
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: #fff;
    transition: all .4s;
    left: 0
}

.btn_orange:hover:before {
    height: 100%
}

.btn_orange:hover,
.text_white {
    color: #fff
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-link {
    flex: 1;
    display: flex;
    justify-content: flex-start
}

.header-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.header-logo {
    flex: 0 0 auto;
    padding: 0 50px
}

.header-link li {
    display: inline-block;
    margin-right: 32px
}

.header-link li:last-child {
    margin-right: 0
}

.header-link a {
    color: #fff;
    font-family: Tambor;
    font-size: 18px;
    letter-spacing: 1.5px;
    display: block;
    position: relative;
    z-index: 1
}

.header-link a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s
}

.header-link a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.header-logo img {
    width: 200px
}

.header-menu ul {
    display: flex;
    align-items: center
}

.header-menu li {
    display: inline-block;
    margin-right: 24px
}

.header-menu li:last-child {
    margin-right: 0
}

.header-menu .header-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px 24px 14px;
    font-family: Tambor;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-menu .header-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all .4s;
    z-index: -1
}

.header-menu .header-btn:hover {
    color: #0ea7d3
}

.header-menu .header-btn:hover:before {
    height: 100%
}

.hero-area {
    position: relative;
    z-index: 9;
    padding-top: 170px
}

.hero-area video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9
}

.hero-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    left: 0;
    bottom: -3px;
    background: linear-gradient(-180deg, #0ea7d300, #0ea7d3);
    z-index: -1
}

.hero-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background: linear-gradient(1deg, #c49d7300, #c49d73);
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: .8
}

.hero-palm-left {
    position: absolute;
    left: 0;
    top: 0
}

.hero-palm-right {
    position: absolute;
    right: 0;
    top: 0
}

.hero-text .heading {
    font-size: 152px;
    margin-bottom: 10px;
    line-height: 100%;
    color: #fff
}

.hero-text .title {
    font-size: 92px;
    color: #fff;
    margin-bottom: 40px
}

.hero-text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 32px;
    font-size: 24px
}

.hero-text .cta-btn {
    margin-top: 5px
}

.hero-imege img {
    margin: 0 auto;
    width: 100%;
    height: auto
}

.hero-imege {
    position: relative;
    min-height: 600px
}

.hero-imege .hero-shape {
    position: absolute
}

.hero-shape.fruits-wrapper-2 {
    width: 310px;
    right: -300px;
    top: 0
}

.hero-shape.fruits-wrapper-3 {
    left: 665px;
    top: 170px;
    width: 310px;
    z-index: 11
}

.hero-shape.fruits-wrapper-4 {
    right: 18%;
    width: 200px;
    top: 130px;
    z-index: 1
}

.hero-shape.fruits-wrapper-1 {
    left: -300px;
    width: 340px
}

.hero-shape.fruits-wrapper-5 {
    width: 250px;
    bottom: 90px;
    left: 28%;
    z-index: 111
}

.hero-shape.fruits-wrapper-6 {
    width: 140px;
    top: 160px;
    left: 200px
}

.hero-shape.fruits-wrapper-7 {
    width: 300px;
    left: 250px;
    bottom: 15%;
    z-index: 11
}

.hero-shape.fruits-wrapper-8 {
    width: 295px;
    right: 33%;
    bottom: 305px;
    z-index: 1
}

.hero-shape img {
    width: 100%
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-25px) rotate(3deg)
    }

    to {
        transform: translateY(0) rotate(0)
    }
}

@keyframes drift {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(15px)
    }

    to {
        transform: translate(0)
    }
}

.hero-fruits1 {
    animation: float 6s ease-in-out infinite
}

.hero-fruits2 {
    animation: float 6.7s ease-in-out infinite
}

.hero-fruits3 {
    animation: float 8s ease-in-out infinite
}

.hero-fruits4 {
    animation: float 9s ease-in-out infinite, drift 16s ease-in-out infinite
}

.hero-fruits5 {
    animation: float 7.5s ease-in-out infinite
}

.hero-fruits6 {
    animation: float 6.5s ease-in-out infinite, drift 13s ease-in-out infinite
}

.hero-fruits7 {
    animation: float 10s ease-in-out infinite
}

.hero-fruits8 {
    animation: float 8.5s ease-in-out infinite, drift 15s ease-in-out infinite
}

.company-slider span img {
    display: block;
    margin: 0 auto
}

.company-logo img {
    margin: 0 auto
}

.company-logo {
    position: relative
}

.company-logo:before {
    position: absolute;
    content: "";
    top: 0;
    left: -18px;
    width: 43px;
    height: 43px;
    background: url(../images/slide-star.webp) no-repeat scroll center center/contain;
	
}

.service-white {
    color: #fff;
    font-size: 22px
}

.service-white .heading {
    margin-bottom: 48px
}

.service-text .content-text {
    margin-top: 80px;
    position: relative
}

.service-text .shape-one {
    position: absolute;
    top: 0;
    left: -83%
}

.service-text .shape-two {
    position: absolute;
    top: 0;
    left: -56%
}

.service-text .shape-three {
    position: absolute;
    top: 0;
    left: -38%
}

.service-left-img {
    position: absolute;
    width: 850px;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: -1
}

.service-shape-left {
    position: absolute;
    left: 0;
    top: -185px;
    width: 500px;
    mix-blend-mode: multiply;
    z-index: -1
}

.service-shape-right {
    position: absolute;
    right: 0;
    top: -100px;
    width: 500px;
    mix-blend-mode: multiply;
    z-index: -1
}

.service-text {
    color: #fff;
    font-size: 20px
}

.service-text .title {
    color: #fff;
    font-family: Josefin Sans;
    text-transform: capitalize;
    margin-bottom: 0
}

.product-video-box {
    position: relative;
    border-radius: 16px;
    box-shadow: 0 421px 118px #0000, 0 269px 108px #00000003, 0 151px 91px #0000000d, 0 67px 67px #00000017, 0 17px 37px #0000001a;
    border: 12px solid rgba(255, 255, 255, .1);
    margin-bottom: 90px;
    overflow: hidden;
    height: 805px
}

.product-video-box>video {
    border-radius: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-video-box .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden
}

.video-playing .video-btn img.pause-icon {
    opacity: .2
}

.product-video-box:hover .video-btn img.pause-icon {
    opacity: 1
}

.product-area {
    position: relative;
    z-index: 9
}

.product-area-anm video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -11
}

.product-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 25%;
    background: #fff8e8;
    left: 0;
    bottom: -1px;
    z-index: -9
}

.product-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-image: url(../images/product-bg.webp);
    left: 0;
    top: 26%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -9
}

.testimonial-palm-left {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1
}

.product-palm-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.product-box {
    margin-top: 30px
}

.product-box .image-box {
    position: relative;
    background: #fab816;
    padding: 50px 30px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 11;
    height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.product-box .image-box>img {
    margin: 0 auto
}

.product-box .image-box>img:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 100%;
    background-image: url(../images/box-shadow.webp)
}

.product-box .palm-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.product-box .palm-shape img {
    width: 100%;
    height: auto
}

.product-box .food-box-shadow {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: -9
}

.product-box .food-shadow {
    position: absolute;
    right: 65px;
    bottom: 15px;
    z-index: -1
}

.product-box .cream-flavour {
    position: absolute;
    bottom: 0;
    right: 30px
}

.product-box .text-box {
    padding: 24px;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.product-box .title {
    margin-bottom: 16px;
    color: #4f251e
}

.product-box .text-box li {
    display: inline-block;
    color: #4f251ea3;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 500
}

.product-box .text-box li:last-child {
    margin-right: 0
}

.product-box .price-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px
}

.product-box .ratting-text {
    display: flex;
    align-items: center
}

.product-box .ratting-text span {
    margin-right: 10px;
    color: #4f251ea3
}

.product-box .price-text {
    font-size: 24px;
    color: #fab816;
    font-weight: 700
}

.product-box .cta-btn {
    text-align: center;
    display: block;
    border: 2px solid #CBC0BE;
    margin-top: 24px;
    font-size: 18px
}

.product-box .cta-btn:hover {
    border: 2px solid #0EA7D3
}

.product-action .cta-btn {
    background: #0ea7d3;
    color: #fff;
    margin-top: 30px;
    display: inline-block
}

.testimonial-slider {
    position: relative;
    z-index: 99
}

.testimonial-slider .content-box img {
    margin: 0 auto
}

.testimonial-slider .content-box {
    background: #fff;
    padding: 32px;
    margin: 0 15px;
    border-radius: 8px
}

.testimonial-slider .post {
    color: #4f251e;
    font-size: 32px
}

.story-content .title {
    color: #0ea7d3
}

.story-content .heading {
    color: #0ea7d3;
    margin-bottom: 0
}

.story-content {
    position: relative;
    z-index: 9
}

.story-content .content-text img {
    margin-bottom: 24px
}

.story-content .content-text {
    color: #4f251ea1;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.2px
}

.image-box.story-image img {
    width: 100%;
    border-radius: 16px;
    margin-top: 90px
}

.story-area {
    position: relative
}

.story-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: -1px;
    background-image: url(../images/story-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top
}

.content-text.about {
    margin-top: 56px;
    font-size: 20px
}

.about-palm-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
    mix-blend-mode: multiply
}

.about-palm-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
    mix-blend-mode: multiply
}

.content-area.about {
    position: relative;
    z-index: 9
}

.content-image.about img {
    width: 100%
}

.product-slider span {
    align-items: center;
    display: flex;
    justify-content: center
}

.product-slider span img {
    display: block;
    margin: 0 auto
}

.feature-bg {
    position: relative
}

.feature-bg:before {
    position: absolute;
    content: "";
    background-image: url(../images/feature-bg-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .03
}

.feature-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f5bb26;
    left: 0;
    top: 0;
    z-index: -9
}

.feature-text {
    position: relative;
    z-index: 9
}

.feature-left-food {
    position: absolute;
    left: 0;
    bottom: 115px
}

.feature-right-food {
    position: absolute;
    right: 0;
    bottom: 115px
}

.feature-bottom-bg {
    height: 600px;
    position: relative
}

.feature-bottom-bg img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    height: auto
}

.package-slider-top {
    margin-bottom: 70px
}

.package-slider-top .heading {
    color: #0ea7d3;
    margin-bottom: 48px
}

.package-slider-top li {
    display: inline-block;
    margin-right: 40px
}

.package-slider-top li:last-child {
    margin-right: 0
}

.package-slider-top li a {
    font-size: 32px;
    font-weight: 700;
    color: #0ea7d3
}

.package-slider-top li a:hover {
    color: #f5bb26
}

.package-slider-box {
    height: 550px
}

.package-slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.package-slider .slick-track,
.package-slider .slick-list {
    padding: 70px 0 50px
}

.left-rotate {
    transform: rotate(-5.181deg);
    position: relative;
    bottom: 30px;
    z-index: 9;
    box-shadow: 10px 10px 10px #00000026
}

.right-rotate {
    transform: rotate(4.465deg);
    position: relative;
    top: 0;
    box-shadow: 10px 10px 10px #00000026
}

.package-slider .slide {
    transform: scale(1.2)
}

.social-palm-left {
    position: absolute;
    left: 0;
    top: 145px
}

.social-palm-right {
    position: absolute;
    right: 0;
    top: -45px
}

.footer-area {
    position: relative;
    z-index: 9
}

.footer-area {
    padding-top: 90px
}

.footer-link {
    padding-right: 70px;
    border-right: 1px solid rgba(79, 37, 30, .64)
}

.footer-link li {
    margin-bottom: 32px
}

.footer-link li:last-child {
    margin-bottom: 0
}

.footer-link a {
    font-family: Tambor;
    font-size: 32px;
    position: relative;
    display: inline-block;
    color: #4f251ea3
}

.footer-link a:hover {
    padding-right: 2px;
    color: #0ea7d3
}

.footer-text {
    padding-left: 50px
}

.footer-text .heading {
    font-size: 48px;
    color: #4f251e;
    margin-bottom: 32px
}

.footer-text p {
    color: #4f251ea3
}

.footer-logo a {
    display: inline-block;
    margin: 40px 0
}

.footer-social {
    padding-bottom: 40px
}

.footer-social ul {
    margin-bottom: 40px
}

.footer-social ul li {
    display: inline-block;
    margin-right: 40px
}

.footer-social ul li:last-child {
    margin-right: 0
}

.footer-social a {
    font-size: 32px;
    font-weight: 700;
    color: #4f251e;
    position: relative
}

.footer-social a:hover {
    color: #f5bb26
}

.footer-copyright {
    color: #1c1d21;
    display: block;
    font-size: 18px;
    font-family: Josefin Sans;
    font-weight: 500;
    margin-bottom: 40px
}

.footer-copyright a {
    color: #1c1d21;
    font-size: 18px;
    font-weight: 500
}

.footer-social .payment-method img {
    margin: 0 auto;
    height: 32px
}

.footer-palm-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -9;
    animation: leftRight 2s ease-in-out infinite
}

.footer-palm-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -9;
    animation: leftRight2 2s ease-in-out infinite
}

@keyframes leftRight {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(-50px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes leftRight2 {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(50px)
    }

    to {
        transform: translate(0)
    }
}

.footer-text form {
    position: relative
}

.footer-text form input {
    width: 100%;
    border-radius: 8px;
    border: .96px solid rgba(79, 37, 30, .24);
    padding: 16px 60px 16px 20px;
    background: transparent
}

.footer-text form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.product-banner {
    position: relative;
    padding-top: 300px;
    padding-bottom: 250px
}

.product-banner .container {
    z-index: 9;
    position: relative
}

.product-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background-image: url(../images/produt-page-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 9
}

.banner-item-cream {
    position: absolute;
    left: 18%;
    top: -47%
}

.banner-item-cream img {
    animation: float 6s ease-in-out infinite
}

.banner-item-berry {
    position: absolute;
    right: 15%;
    top: -50%
}

.banner-item-berry img {
    animation: float 4.5s ease-in-out infinite, drift 4s ease-in-out infinite
}

.banner-item-orange {
    position: absolute;
    left: 8%;
    top: 10%
}

.banner-item-orange img {
    animation: float 8s ease-in-out infinite
}

.banner-item-coconut {
    position: absolute;
    right: 10%;
    top: 30%
}

.banner-item-coconut img {
    animation: float 5s ease-in-out infinite
}

.product-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9
}

.banner-palm-left {
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-palm-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.banner-text .heading {
    font-size: 112px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 48px
}

.banner-text .cta-btn {
    background: #f5bb26;
    color: #401c16
}

.product-header {
    padding-bottom: 40px
}

.product-header .container {
    z-index: 9;
    position: relative
}

.product-header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.product-all {
    padding-top: 0;
    position: relative;
    z-index: 9
}

.product-all:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 24%;
    left: 0;
    bottom: 0;
    background-image: url(../images/product-all-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1
}

.product-all .product-palm-right {
    top: 15%;
    z-index: 1
}

.product-all .product-palm-left {
    bottom: 20%;
    z-index: 1;
    position: absolute
}

.product-all .section-heading .title {
    color: #0ea7d3;
    margin-bottom: 0
}

.product-all .section-heading .heading {
    color: #a2724b;
    margin-bottom: 80px
}

.product-all .container {
    position: relative;
    z-index: 1
}

.product-nav {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-nav li {
    margin-right: 30px
}

.product-nav li:last-child {
    margin-right: 0
}

.product-nav {
    border-bottom: 2px solid #C9C9C9
}

.product-nav .nav-link {
    border: none;
    background-color: transparent !important;
    font-family: Tambor;
    font-size: 24px;
    color: #cbc0be;
    line-height: 48px
}

.product-nav .nav-item.show .nav-link,
.product-nav .nav-link.active {
    border-color: none !important;
    background-color: none !important;
    color: #0ea7d3;
    border-bottom: 8px solid #0EA7D3
}

.product-text-slider {
    background: #f5bb26;
    padding: 30px 0
}

.product-text-slider h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    line-height: 150%
}

.content-image.contact-shape {
    position: relative;
    width: 100%;
    height: auto
}

.contact-shape-one {
    position: absolute;
    left: 50px;
    top: -100px;
    z-index: 9
}

.contact-shape-two {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9
}

.contact-connection-dotted {
    position: absolute;
    left: 150px;
    top: 90px
}

.section-heading.contact .heading {
    color: #fff
}

.content-area.contact {
    position: relative;
    z-index: 9;
    padding-bottom: 146px
}

.content-area.contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0ea7d3cc;
    z-index: -1
}

.contact-location-shape {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 100%;
    height: auto
}

.contact-inner {
    border-radius: 16px;
    border: 8px solid #FFF;
    background: url() #d3d3d3 50% / cover no-repeat;
    box-shadow: 10px 14px 64px #00000040;
    margin-top: 80px
}

.contact-inner img {
    width: 100%
}

.contact-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -9
}

.content-area.other-product {
    position: relative;
    z-index: 9
}

.content-area.other-product .container {
    position: relative;
    z-index: 1
}

.content-area.other-product:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    top: -4px;
    background-image: url(../images/product-d-shape.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 1
}

.content-area.other-product .cta-btn.action {
    background: #f5bb26;
    color: #4f251e;
    margin-top: 90px
}

.other-product-shape {
    position: absolute;
    right: 0;
    bottom: -50px;
    mix-blend-mode: multiply
}

.other-product .section-heading .heading {
    color: #0ea7d3;
    margin-bottom: 48px
}

.location-tab {
    position: relative;
    z-index: 9
}

.location-tab .product-nav {
    justify-content: center;
    padding-bottom: 30px
}

.product-details {
    padding-top: 300px;
    position: relative;
    z-index: 9
}

.product-info .review-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #4F251E
}

.product-info .review-text span {
    color: #aa7a03
}

.product-info .ratting {
    line-height: 18px
}

.product-info .ratting img {
    display: inline-block;
    margin-top: -5px;
    margin-right: 8px
}

.product-info .price-action .price {
    font-family: Tambor;
    font-size: 48px;
    margin-top: 32px;
    display: block;
    line-height: 100%
}

.product-info .price-action ul {
    margin-top: 48px
}

.product-info .price-action li {
    display: inline-block
}

.product-info .heading {
    color: #4f251e;
    margin: 28px 0;
    font-size: 70px
}

.product-info .price-action .btn-fill {
    background: #aa7a03;
    border-radius: 200px;
    color: #fff
}

.product-info .price-action .btn-fill:hover {
    background: #0ea7d3
}

.product-info .price-action .btn-border {
    background: #fff8e8;
    color: #aa7a03;
    border: 2px solid #AA7A03;
    border-radius: 200px;
    padding: 12px 24px
}

.product-info .price-action .btn-border:hover {
    background: #aa7a03;
    color: #fff
}

.product-details-action .cta-btn {
    display: block;
    width: 100%;
    margin-top: 48px;
    text-align: center;
    background: #0ea7d3;
    color: #fff
}

.product-details-shape {
    position: absolute;
    bottom: -300px;
    z-index: -9
}

.product-details-slider .action {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-details-slider .action a {
    margin: 0 8px
}

.company-slider-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0
}

.content-area.store-locator {
    position: relative;
    padding-top: 300px;
    z-index: 1
}

.store-locator-shape {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -1
}

.company-slider.locator {
    position: relative;
    z-index: 9
}

.contact-form {
    margin-top: 10px
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #4f251e
}

.contact-form li {
    margin-bottom: 24px
}

.contact-form input {
    width: 100%;
    height: 54px;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px
}

.contact-form select {
    width: 100%;
    height: 54px;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 0 16px
}

.contact-form textarea {
    height: 300px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    border: none;
    padding: 16px
}

.contact-form .cta-btn {
    width: 100%;
    text-align: center;
    background: #0ea7d3;
    color: #fff
}

.container.contact-area {
    padding-top: 200px;
    position: relative;
    z-index: 9
}

.contact-text .heading {
    color: #a2724b;
    margin-bottom: 48px
}

.content-text.contact-text p {
    color: #4f251e;
    font-weight: 400;
    margin-bottom: 24px
}

.content-text.contact-text a {
    font-weight: 700;
    font-size: 24px;
    color: #4f251e;
    display: inline-block
}

.content-text.contact-text a:hover {
    text-decoration: underline
}

.contact-palm-left {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9
}

.contact-palm-right {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9
}

.contact-bg-shape {
    position: relative
}

.contact-bg-shape:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 300px;
    background-image: url(../images/product-d-shape.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 1
}

.contact-bg-shape:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: #0ea7d3
}

.contact-text-box .content-box {
    padding: 48px;
    background: #fff;
    display: block;
    margin-top: 90px;
    border-radius: 8px
}

.contact-text-box .title {
    color: #4f251e;
    line-height: 120%;
    display: block;
    margin-bottom: 24px;
    font-weight: 700
}

.contact-text-box .post {
    font-size: 20px
}

.faq-accordion {
    background: #fff;
    padding: 55px;
    border-radius: 24px
}

.faq-accordion .accordion-button {
    color: #4f251e;
    font-size: 18px;
    font-family: Tambor;
    padding: 16px 0
}

.faq-accordion .accordion-body {
    padding: 16px 0
}

.faq-accordion .accordion-body p {
    color: #4f251e
}

.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(79, 37, 30, .3)
}

.faq-action-top .cta-btn {
    display: inline-block;
    background: #f5bb26;
    color: #4f251e;
    margin-bottom: 90px
}

.container.faq-bg-shape {
    position: relative;
    z-index: 9
}

.faq-palm-left {
    position: absolute;
    left: 0;
    top: 0
}

.faq-palm-right {
    position: absolute;
    right: 0;
    top: 0
}

.faq-palm-style2 {
    position: absolute;
    right: 0;
    bottom: -100px
}

.inner-features {
    margin-top: 100px
}

.container-box {
    max-width: 1400px;
    padding: 0 15px
}

.service-text .btn_default {
    border: 1px solid #fff;
    margin-top: 30px
}

.service-text .btn_default:hover {
    border: 1px solid #fff
}

.service-left-img.hand-bowl1 {
    bottom: 302px;
    width: 900px;
    transform: rotate(16deg);
    z-index: 1;
    left: -50px;
    transform-origin: 0
}

.service-left-img.hand-bowl2 {
    width: 900px
}

.feature-tags {
    border-radius: 200px;
    background: #ea88a4;
    padding: 30px 24px 22px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 96%;
    position: absolute;
    bottom: 21%;
    margin: 0;
    width: 200px;
    text-align: center;
    left: 18%;
    z-index: 1
}

.hero-imege {
    margin: 0 auto
}

.service-text .shape-one {
    top: 10px;
    left: -100%
}

.service-text .shape-one svg {
    height: auto;
    width: 400px
}

.service-text .shape-two {
    position: absolute;
    top: 0;
    left: -51%
}

.service-text .shape-two svg {
    height: auto;
    width: 190px
}

.service-text .shape-three {
    position: absolute;
    top: 0;
    left: -51%
}

.service-text .shape-three svg {
    height: auto;
    width: 190px
}

.service-text .shape-three {
    position: absolute;
    top: 0;
    left: -35%
}

.service-text .shape-three svg {
    height: auto;
    width: 130px
}

.draw-path {
    stroke-dasharray: 4 8
}

.video-bg-area {
    position: relative;
    z-index: 1
}

.video-bg-area>video {
    position: absolute;
    top: 850px;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: .3;
    transform: scale(1.3);
    background: linear-gradient(180deg, #0ea7d3, #0ea7d300 17.67%)
}

.product-box .cta-btn.alt {
    border: 2px solid #FAB816;
    color: #fab816;
    position: relative;
    transition: all .4s
}

.product-box .cta-btn:not(.alt) {
    border-color: #0ea7d3;
    color: #0ea7d3;
    position: relative;
    transition: all .4s
}

.product-box {
    display: block;
    overflow: hidden;
    border-radius: 16px
}

.product-box .cta-btn:before {
    position: absolute;
    content: "";
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    background: #0ea7d3;
    transition: all .4s;
    left: 0
}

.product-box:hover .cta-btn {
    border-color: #0ea7d3;
    color: #fff
}

.product-box:hover .cta-btn:before {
    height: 100%
}

.product-box .palm-shape {
    transition: all .4s;
    z-index: -1
}

.product-box:hover .palm-shape {
    top: -40%;
    right: -50%
}

.product-box:hover .cream-flavour {
    animation: float2 3s ease-in-out infinite
}

@keyframes float2 {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.testimonial-palm-left {
    bottom: -140px
}

.product-palm-right {
    bottom: 70px
}

.testimonial-area {
    margin-top: -8px
}

.testimonial-slider .slick-list {
    margin-left: -250px;
    margin-right: -250px
}

.testimonial-slider .content-box {
    box-shadow: 15px 15px 40px #00000017;
    margin: 0
}

.testimonial-slider .slide {
    padding: 60px 15px;
    cursor: grab
}

.slick-track { 
    display: flex !important; 
} 
.slick-slide { 
    height: inherit !important; 
    display: flex !important; 
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important; 
}


.story-area .section-heading {
    overflow: hidden
}

.story-area .section-heading .heading .line {
    display: block
}

.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden
}

.product-slider .product-image {
    position: relative
}

.product-slider .product-image:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -18px;
    width: 53px;
    height: 53px;
    background: url(../images/slide-star.webp) no-repeat scroll center center/contain;
    transform: translateY(-50%)
}

.group_section_bg {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #f5bb26 44.49%, #f5bb2600 65%), url(../images/feature-bg-shape.webp) no-repeat -260px 861.744px / 136.111% 100%, #f5bb26;
    background-blend-mode: normal, soft-light, normal
}

.feature-bg:before {
    display: none
}

.feature-bg:after {
    display: none
}

.feature-bg .content-text {
    font-size: 20px
}

.product-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform .3s ease-in-out
}

.product-header.hide {
    transform: translateY(-115%)
}

.product-header.show {
    transform: translateY(0)
}

.banner-item-cream {
    left: 100px;
    transform: rotate(-50deg);
    transform-origin: center
}

.banner-item-orange {
    left: 4%;
    top: 22%;
    transform: rotate(150deg)
}

.banner-item-coconut {
    transform: rotate(-150deg);
    right: 0%;
    top: 22%
}

.banner-item-berry {
    right: 9%
}

.contact-connection-dotted {
    stroke-dashoffset: 0;
    animation: dashMove 1s linear infinite
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -34.32
    }
}

.product-info .price-action ul {
    margin-top: 30px
}

.price-action label {
    background: #fff8e8;
    color: #aa7a03;
    border: 2px solid #AA7A03;
    border-radius: 200px;
    padding: 10px 24px 14px;
    font-weight: 900;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Tambor;
    cursor: pointer
}

.price-action li input {
    display: none
}

.price-action li input:checked+label {
    background: #aa7a03;
    color: #fff
}

.pr-slide-box {
    position: relative;
    background: #fab816;
    padding: 50px 30px;
    border-radius: 16px;
    z-index: 1;
    height: 550px;
    margin-bottom: 30px
}

.pr-slide-box .palm-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.pr-slide-box .palm-shape img {
    width: 100%;
    height: auto
}

.product-details-slider .image-box img {
    margin: 0 auto;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    object-position: center
}

.product-details-slider-nav .thumb-box {
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    background: #fab816
}

.product-details-slider-nav .thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-details-slider-nav .slide {
    padding: 0 7px
}

.product-details-slider-nav .slick-list {
    margin-left: -7px;
    margin-right: -7px
}

.product-details-slider .slick-arrow:before {
    display: none
}

.product-details-slider .slick-arrow {
    width: 40px;
    height: 40px
}

.product-details-slider .slick-prev {
    left: -80px
}

.product-details-slider .slick-next {
    right: -80px
}

.product-nav .nav-link.active {
    border-bottom: 4px solid #0EA7D3
}

.store-locator .heading {
    font-size: 90px
}

.store-locator .contact-shape-two {
    right: -26px
}

.store-locator .section-heading {
    font-size: 20px
}

.content-area.store-locator {
    padding-top: 250px
}

.store-locator-shape {
    mix-blend-mode: multiply
}

.content-text.contact-text {
    font-size: 20px
}

.contact-text-box .content-box {
    margin-top: 0;
    height: 100%;
    box-shadow: 15px 15px 40px #00000017
}

.container.contact-area {
    padding-top: 140px
}

.contact-form {
    margin-bottom: 60px
}

.contact-text-box .post {
    color: #4f251e
}

.faq-palm-left,
.faq-palm-right {
    mix-blend-mode: multiply
}

.faq-action-top .cta-btn {
    width: 400px
}

.faq-accordion .accordion-button {
    position: relative;
    padding: 20px 0
}

.faq-accordion .accordion-button .fa-solid {
    position: absolute;
    top: 18px;
    right: 0;
    transition: all .4s
}

.faq-accordion .accordion-button:not(.collapsed) .fa-solid {
    transform: rotate(180deg)
}

.faq-accordion .accordion-item {
    margin: 0
}

.contact-bg-shape:before {
    background-image: url(../images/product-d-alt.webp)
}

.faq-palm-right {
    top: -300px;
    width: 600px
}

.contact-form .cta-btn {
    width: auto;
    min-width: 300px
}

.three-column-slider .slide {
    padding: 0 15px
}

.three-column-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.header-search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #fab816;
    z-index: 999999;
    box-shadow: 5px 0 10px #0000002b;
    transition: all .7s ease-in-out
}

.header-search.active {
    top: 0
}

.header-search input::placeholder {
    color: #fff
}

.header-search form {
    height: 70px;
    background: transparent;
    border-bottom: 1px solid #fff;
    position: relative;
    flex: 1
}

.header-search .container-fluid {
    padding: 0 5%
}

.header-search form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #fff;
    font-family: Tambor;
    text-transform: uppercase
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.header-search form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.close-search {
    margin-left: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #fff
}

.service-text .content-text.active {
    opacity: 1;
    transform: none
}

.service-text .content-text.active svg {
    stroke-dashoffset: 0;
    animation: dashMove2 1s linear infinite
}

@keyframes dashMove2 {
    to {
        stroke-dashoffset: 34.32
    }
}

.product-box .image-box>img {
    height: 100%;
    object-fit: contain
}

.product-box .title {
    font-family: Josefin Sans;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px
}

.company-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.company-slider-alt {
    padding-bottom: 150px;
    z-index: 0
}

.contact-inner.map {
    height: 620px
}

.contact-inner.map iframe {
    width: 100%;
    height: 100% !important
}

.contact-location-shape {
    bottom: -12px
}

.tab-content .contact-inner {
    margin-top: 40px
}

.tab-content .content-tab-text {
    margin-top: 60px;
    color: #401c16;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 25px
}

.company-slider-shape {
    height: 150px;
    bottom: -90px
}

.company-inner-slider {
    padding-top: 100px
}

.location-accordion .accordion-item {
    border: none !important;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid #C9C9C9 !important
}

.location-accordion .accordion-button {
    border: none !important;
    border-radius: 0;
    background: transparent;
    border: none;
    background-color: transparent !important;
    font-family: Tambor;
    font-size: 22px;
    color: #cbc0be;
    line-height: 36px;
    border-radius: 0 !important;
    padding: 8px 0
}

.location-accordion .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important
}

.location-accordion .accordion-button:not(.collapsed) {
    color: #0ea7d3
}

.location-accordion .accordion-body {
    padding: 25px 0
}

.menu-btns {
    display: none
}

#menu-toggle span {
    height: 3px;
    width: 100%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0
}

#menu-toggle span:nth-child(1) {
    top: 4px
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 100%
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 100%
}

#menu-toggle {
    width: 34px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.video-bg-area>video {
    opacity: .1
}

.mb_140 {
    margin-bottom: 140px
}

@media screen and (min-width:3501px)and (max-width:3900px) {
    .service-left-img.hand-bowl1 {
        bottom: 450px;
        width: 1300px
    }

    .service-left-img.hand-bowl2 {
        width: 1300px
    }

    .feature-left-food,
    .feature-right-food {
        bottom: 200px
    }

    .video-bg-area>video {
        top: 690px;
        transform: scale(1)
    }

    .package-slider-box {
        height: 980px
    }
}

@media screen and (min-width:2600px)and (max-width:3500px) {
    .service-left-img.hand-bowl1 {
        bottom: 430px;
        width: 1200px
    }

    .service-left-img.hand-bowl2 {
        width: 1200px
    }

    .feature-left-food,
    .feature-right-food {
        bottom: 200px
    }

    .package-slider-box {
        height: 800px
    }
}

@media screen and (min-width:2500px)and (max-width:2699px) {
    .service-left-img.hand-bowl1 {
        bottom: 430px;
        width: 1000px
    }

    .service-left-img.hand-bowl2 {
        width: 1000px
    }

    .feature-left-food,
    .feature-right-food {
        bottom: 200px
    }

    .package-slider-box {
        height: 700px
    }
}

@media screen and (min-width:2200px)and (max-width:2499px) {
    .package-slider-box {
        height: 650px
    }
}

@media(max-width:1400px) {
    .header-link a {
        font-size: 14px
    }

    .header-link li {
        margin-right: 20px
    }

    .header-menu .header-btn {
        padding: 7px 18px 10px;
        font-size: 14px
    }

    .hero-palm-left,
    .hero-palm-right {
        width: 150px
    }

    .package-slider-box {
        height: 300px
    }

    .footer-area {
        padding-top: 10px !important;
    }

    .footer-palm-left,
    .footer-palm-right {
        width: 20%
    }

    .banner-item-cream {
        left: -140px
    }

    .banner-item-berry {
        right: -15%
    }

    .banner-item-orange {
        left: -33%
    }

    .banner-item-coconut {
        right: -30%;
        top: 37%
    }

    .product-box .image-box {
        height: 320px
    }

    .product-box .image-box>img {
        height: 100%
    }

    .testimonial-slider .post {
        font-size: 26px
    }

    .testimonial-slider .content-box {
        padding: 20px
    }

    h2,
    .h2 {
        font-size: 70px
    }

    .contact-shape-two {
        top: 100px
    }

    .hero-text .heading {
        font-size: 110px
    }

    .hero-text .title {
        font-size: 70px
    }

    .hero-area {
        padding-top: 180px
    }

    .company-logo img {
        height: 25px
    }

    .company-logo:before {
        top: -3px;
        left: -18px;
        width: 30px;
        height: 30px
    }

    .service-left-img.hand-bowl2 {
        bottom: 120px
    }

    .service-text .shape-one svg {
        width: 300px
    }

    .service-text .shape-two svg {
        width: 215px
    }

    .service-text .shape-two {
        left: -72%
    }

    .service-text .shape-three svg {
        width: 190px
    }

    .service-text .shape-three {
        left: -65%
    }

    .product-video-box {
        height: 600px
    }

    .video-bg-area>video {
        top: 700px
    }

    .product-slider span img {
        height: 54px
    }

    .feature-left-food,
    .feature-right-food {
        width: 50%
    }

    .product-nav .nav-link {
        font-size: 18px;
        line-height: 26px
    }

    .pr-slide-box {
        height: 400px
    }

    .product-details-slider .image-box img {
        max-height: 350px;
        height: 350px
    }

    .product-info .heading {
        font-size: 56px
    }

    .product-details-slider .slick-prev {
        left: -40px
    }

    .product-details-slider .slick-next {
        right: -40px
    }

    .product-details {
        padding-top: 250px
    }

    .hero-shape.fruits-wrapper-1,
    .hero-shape.fruits-wrapper-2 {
        width: 290px
    }

    .hero-shape.fruits-wrapper-8 {
        width: 195px;
        right: 33%;
        bottom: 210px
    }

    .hero-shape.fruits-wrapper-3 {
        top: 215px;
        width: 200px
    }

    .hero-shape.fruits-wrapper-7 {
        width: 240px;
        left: 120px;
        bottom: 0%
    }

    .hero-shape.fruits-wrapper-4 {
        width: 140px;
        top: 160px
    }

    .hero-shape.fruits-wrapper-5 {
        width: 210px;
        bottom: 20px;
        left: 39%;
        z-index: 111
    }

    .hero-shape.fruits-wrapper-6 {
        width: 120px;
        top: 150px;
        left: 220px
    }

    .hero-imege {
        min-height: 460px
    }

    .company-logo:before {
        top: 50%;
        transform: translateY(-50%);
        animation: none
    }

    .service-left-img.hand-bowl1,
    .service-left-img.hand-bowl2 {
        width: 50%
    }

    .service-text .content-text br {
        display: none
    }

    .company-slider-alt {
        padding-bottom: 70px;
        z-index: 0
    }
}

@media(max-width:991px) {
    br {
        display: none
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: .3s all
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: .3s all
    }

    .mainmenu ul {
        text-align: left
    }

    nav#menu,
    nav#menu>ul ul {
        overflow: hidden;
        max-height: 0;
        background: #fab816;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

    nav#menu,
    nav#menu>ul ul {
        overflow: auto;
        padding: 50px 20px
    }

    nav#menu>ul>li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu>ul>li>span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em
    }

    nav#menu>ul>li>a {
        display: block;
        position: relative;
        padding: 9px 0;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .23);
        font-size: 18px;
        opacity: 1;
        font-weight: 700
    }

    nav#menu>ul>li:last-child>a {
        border: none
    }

    .mainmenu ul li>ul {
        border: none
    }

    nav#menu li.has-submenu>a:after {
        border: none;
        content: "+";
        position: absolute;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu:before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important
    }

    .sub-menu:after {
        display: none
    }

    nav#menu li.has-submenu>a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul>li a {
        padding: 13px 0;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .06)
    }

    ul.sub-menu {
        padding-left: 20px
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg)
    }

    .header-toggle.active span:nth-child(3) {
        top: 0;
        transform: rotate(-45deg)
    }

    .header-toggle {
        display: block
    }

    nav#menu>ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action>a {
        display: none
    }

    .site-logo {
        max-width: 220px
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 16px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    .header-menu .header-btn {
        display: none
    }

    .header-logo {
        padding: 0
    }

    .header-logo img {
        width: 120px
    }

    .header-inner {
        justify-content: space-between
    }

    .header-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .header-menu ul {
        margin-top: 15px
    }

    .header-menu li {
        margin-right: 10px
    }

    .header-area {
        transition: all .4s
    }

    .header-area.active {
        background: #fab816
    }

    .hero-palm-left,
    .hero-palm-right {
        width: 20%
    }

    .hero-area:after {
        opacity: 1
    }

    .cta-btn {
        font-size: 20px;
        padding: 12px 16px 14px
    }

    .mobile-menu {
        margin-top: 25px
    }

    .mobile-menu .cta-btn {
        width: 100%
    }

    .product-header {
        padding-bottom: 15px
    }

    .product-header .hero-palm-left,
    .product-header .hero-palm-right {
        width: 18%
    }

    h2,
    .h2 {
        font-size: 56px
    }

    .contact-text-box .content-box {
        padding: 20px
    }

    .contact-text-box .post {
        font-size: 16px;
        word-wrap: break-word
    }

    .package-slider-box {
        height: 250px
    }

    .social-palm-left {
        width: 50%
    }

    .social-palm-right {
        top: -180px;
        width: 50%
    }

    .footer-area {
        padding-top: 0
    }

    .footer-palm-left,
    .footer-palm-right {
        width: 20%
    }

    .faq-accordion {
        padding: 40px
    }

    .faq-accordion .accordion-button {
        padding: 20px 30px 20px 0;
        font-size: 16px
    }

    .product-box .image-box {
        height: 300px
    }

    .product-box .image-box>img {
        height: 100%
    }

    .product-banner {
        padding-top: 250px;
        padding-bottom: 300px
    }

    .product-all:before {
        height: 300px
    }

    .testimonial-slider .content-box {
        padding: 20px
    }

    .testimonial-slider .post {
        font-size: 20px
    }

    .contact-connection-dotted {
        left: 30px;
        top: 90px;
        transform: rotate(45deg);
        width: 200px
    }

    .content-image.contact-shape {
        height: 250px
    }

    .contact-shape-two {
        top: 120px
    }

    .banner-text .heading {
        font-size: 85px;
        line-height: 88px
    }

    .hero-text .heading {
        font-size: 110px
    }

    .hero-text .title {
        font-size: 44px;
        color: #fff;
        margin-bottom: 64px
    }

    .hero-area {
        padding-top: 100px
    }

    .hero-shape.fruits-wrapper-1 {
        width: 200px
    }

    .hero-shape.fruits-wrapper-2 {
        width: 250px
    }

    .hero-shape.fruits-wrapper-8 {
        width: 220px;
        bottom: 50px
    }

    .hero-shape.fruits-wrapper-3 {
        width: 240px;
        top: 110px
    }

    .hero-shape.fruits-wrapper-7 {
        width: 160px
    }

    .hero-shape.fruits-wrapper-4 {
        width: 140px
    }

    .hero-shape.fruits-wrapper-5 {
        width: 100px
    }

    .hero-shape.fruits-wrapper-6 {
        width: 70px
    }

    .hero-imege {
        min-height: 300px
    }

    .service-left-img.hand-bowl1 {
        width: 50%;
        bottom: 255px
    }

    .service-left-img.hand-bowl2 {
        width: 50%;
        bottom: 115px
    }

    .service-shape-left,
    .service-shape-right {
        width: 50%
    }

    .inner-features {
        margin-top: 0
    }

    .service-text .shape-one svg {
        width: 200px
    }

    .service-text .shape-one {
        left: -60%
    }

    .service-text .shape-two svg {
        width: 145px
    }

    .service-text .shape-two {
        left: -44%
    }

    .service-text .shape-three svg {
        width: 105px
    }

    .feature-tags {
        padding: 20px 12px 16px;
        font-size: 17px;
        width: 120px
    }

    .product-video-box {
        height: 450px
    }

    .product-video-box {
        margin-bottom: 0
    }

    .feature-area {
        padding-bottom: 0
    }

    .video-bg-area>video {
        top: 500px
    }

    .product-slider span img {
        height: auto
    }

    .feature-left-food,
    .feature-right-food {
        width: 30%
    }

    .feature-bottom-bg {
        height: 220px
    }

    .pr-slide-box {
        height: 350px
    }

    .product-details-slider .image-box img {
        max-height: 250px;
        height: 250px
    }

    .product-details-slider-nav .thumb-box {
        height: 60px
    }

    .product-details-slider .slick-prev {
        left: -40px
    }

    .product-details-slider .slick-next {
        right: -40px
    }

    .product-details {
        padding-top: 200px
    }

    .product-info .review-text {
        flex-direction: column;
        align-items: flex-start
    }

    .product-info .heading {
        font-size: 40px
    }

    .product-info .price-action .price {
        font-size: 38px
    }

    .price-action label {
        padding: 6px 18px 8px;
        font-size: 16px
    }

    .product-details-shape {
        bottom: 0;
        opacity: .4
    }

    .product-nav .nav-link {
        font-size: 18px;
        line-height: 28px
    }

    .product-nav li {
        margin-right: 20px
    }

    .three-column-slider .slide {
        padding: 0 8px
    }

    .three-column-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-right: 50px
    }

    .product-box .price-ratting {
        font-size: 13px
    }

    .product-box .cta-btn {
        font-size: 15px
    }

    .content-area.store-locator {
        padding-top: 180px
    }

    .store-locator .heading {
        font-size: 64px
    }

    .store-locator .contact-shape-two {
        right: 18px
    }

    .mainmenu ul {
        text-align: center
    }

    .product-box .text-box li {
        font-size: 14px
    }

    .hero-shape.fruits-wrapper-3 {
        width: 154px;
        top: 110px
    }

    .hero-shape.fruits-wrapper-8 {
        width: 140px;
        bottom: 130px;
        right: 40%
    }

    .hero-shape.fruits-wrapper-7 {
        width: 130px;
        left: 0
    }

    .hero-shape.fruits-wrapper-4 {
        width: 100px;
        top: 120px
    }

    .hero-shape.fruits-wrapper-5 {
        width: 125px;
        left: 42%
    }

    .service-text .shape-three {
        left: -33%
    }

    .product-slider .product-image:before {
        top: 50%;
        transform: translateY(-50%);
        animation: none
    }

    .company-slider-alt {
        padding-bottom: 80px;
        z-index: 0
    }

    .content-area.contact {
        position: relative;
        z-index: 9;
        padding-bottom: 110px
    }

    .contact-location-shape {
        bottom: -4px
    }

    .company-slider-shape {
        height: auto;
        bottom: -40px
    }

    .mb_140 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .hero-text .heading {
        font-size: 60px
    }

    .hero-text .title {
        font-size: 32px;
        margin-bottom: 24px
    }

    .hero-text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px
    }

    .hero-area {
        padding-top: 130px
    }

    .hero-text .cta-btn {
        margin-top: 0
    }

    h2,
    .h2 {
        font-size: 44px
    }

    .service-shape-left {
        top: -40px;
        width: 40%
    }

    .service-shape-right {
        top: 0;
        width: 40%
    }

    .service-text .title {
        font-size: 20px
    }

    .service-text .content-text {
        font-size: 16px;
        line-height: 23px
    }

    .service-left-img.hand-bowl1 {
        width: 70%;
        left: -180px;
        bottom: 200px
    }

    .service-left-img.hand-bowl2 {
        width: 70%;
        bottom: 90px;
        left: -138px
    }

    .testimonial-slider .content-box {
        padding: 20px
    }

    .testimonial-slider .post {
        font-size: 20px
    }

    .testimonial-palm-left {
        width: 50%
    }

    .product-palm-right {
        width: 46%;
        bottom: -120px
    }

    .section-heading .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .content-text.about {
        margin-top: 25px;
        font-size: 18px;
        line-height: 26px
    }

    .about-palm-right {
        width: 50%
    }

    .about-palm-left {
        top: 45%;
        width: 61%
    }

    .feature-left-food,
    .feature-right-food {
        width: 50%
    }

    .group_section_bg {
        background-size: cover
    }

    .feature-bottom-bg {
        height: 200px
    }

    .social-palm-left {
        width: 40%;
        z-index: -1
    }

    .social-palm-right {
        width: 40%;
        z-index: -1;
        top: -100px
    }

    .footer-link li {
        margin-bottom: 15px
    }

    .footer-link a {
        font-size: 24px
    }

    .footer-area {
        padding-top: 0
    }

    .footer-text .heading {
        font-size: 42px;
        margin-bottom: 20px
    }

    .footer-palm-left,
    .footer-palm-right {
        width: 22%
    }

    .container.contact-area {
        padding-top: 70px
    }

    .contact-text .heading {
        margin-bottom: 20px
    }

    .contact-form {
        margin-top: 40px
    }

    .contact-form li {
        margin-bottom: 10px
    }

    .contact-text-box .content-box {
        padding: 25px
    }

    .contact-text-box .post {
        font-size: 16px;
        word-wrap: break-word
    }

    .faq-accordion .accordion-button {
        padding: 17px 30px 17px 0;
        font-size: 14px;
        line-height: 20px
    }

    .faq-action-top .cta-btn {
        margin-bottom: 50px
    }

    .company-logo img {
        height: 28px
    }

    .company-logo:before {
        top: -6px;
        width: 30px
    }

    .package-slider-box {
        height: 250px
    }

    .banner-text .heading {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 34px
    }

    .product-banner {
        padding-top: 190px;
        padding-bottom: 145px
    }

    .product-banner:before {
        height: 75px
    }

    .banner-palm-right,
    .banner-palm-left {
        width: 100px
    }

    .product-all .section-heading .heading {
        margin-bottom: 30px
    }

    .product-nav .nav-link {
        font-size: 16px
    }

    h3,
    .h3 {
        font-size: 20px
    }

    .product-all:before {
        height: 300px
    }

    .product-all,
    .testimonial-area.alt {
        padding-bottom: 0
    }

    .product-text-slider h3 {
        font-size: 24px
    }

    .product-slider span img {
        margin: 0 auto;
        height: 36px
    }

    .banner-item-cream {
        left: -110px;
        width: 190px
    }

    .banner-item-berry {
        right: -16%;
        width: 200px
    }

    .banner-item-orange {
        left: -19%;
        width: 200px
    }

    .banner-item-coconut {
        width: 200px
    }

    .contact-shape-two {
        top: 135px
    }

    .product-box .price-text {
        font-size: 20px
    }

    .content-area.contact {
        padding-bottom: 80px
    }

    .inner-features {
        margin-top: 0
    }

    .feature-tags {
        padding: 20px 15px 15px;
        font-size: 18px;
        width: 115px;
        left: 10%
    }

    .service-text .content-text {
        margin-top: 50px
    }

    .service-text .shape-one {
        left: -70%
    }

    .service-text .shape-one svg {
        width: 200px
    }

    .service-text .shape-two {
        top: 13px;
        left: -40%
    }

    .service-text .shape-two svg {
        width: 110px
    }

    .service-text .shape-three svg {
        width: 90px
    }

    .product-video-box {
        height: 350px
    }

    .story-area:before {
        height: 300px
    }

    .product-details {
        padding-top: 150px
    }

    .other-product .section-heading .heading {
        margin-bottom: 20px
    }

    .content-area.other-product:before {
        height: 400px
    }

    .content-area.other-product .cta-btn.action {
        margin-top: 50px
    }

    .product-nav li {
        margin-right: 20px
    }

    .product-nav .nav-link {
        font-size: 14px;
        line-height: normal
    }

    .contact-inner {
        margin-top: 30px
    }

    .content-area.store-locator {
        padding-top: 120px
    }

    .store-locator .heading {
        font-size: 44px
    }

    .store-locator .contact-shape-one {
        left: 0
    }

    .store-locator .content-image.contact-shape {
        height: 310px
    }

    .hero-shape.fruits-wrapper-1 {
        width: 130px;
        top: 50px
    }

    .hero-shape.fruits-wrapper-2 {
        width: 155px;
        top: 50px
    }

    .hero-shape.fruits-wrapper-3 {
        width: 100px;
        top: 105px
    }

    .hero-shape.fruits-wrapper-8 {
        width: 100px;
        bottom: 130px;
        right: 41%
    }

    .hero-shape.fruits-wrapper-7 {
        width: 100px;
        left: -123px
    }

    .hero-shape.fruits-wrapper-4 {
        width: 90px;
        top: 120px;
        right: 30%
    }

    .company-logo:before {
        top: 12px
    }

    .service-text .shape-one {
        left: -55%
    }

    .service-text .shape-one svg {
        width: 150px
    }

    .service-text .shape-two {
        top: 0;
        left: -30%
    }

    .service-text .shape-two svg {
        width: 80px
    }

    .service-text .shape-three {
        left: -33%
    }

    .video-bg-area>video {
        top: 400px
    }

    .product-palm-right {
        right: -40px
    }

    .product-slider .product-image:before {
        top: -17%;
        width: 30px
    }

    .company-logo:before {
        transform: translateY(-50%);
        top: 50%;
        animation: none
    }

    .header-search {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header-search form input {
        font-size: 18px
    }

    .header-search form {
        height: 55px
    }

    .product-header-bg {
        transform: scale(1.2)
    }

    .company-slider-alt {
        padding-bottom: 50px;
        z-index: 0
    }

    .product-nav .nav-link {
        font-size: 18px;
        padding: 5px 0
    }

    .contact-location-shape {
        bottom: -1px;
        height: 20px
    }

    .company-slider-shape {
        height: auto;
        bottom: -25px
    }

    .mb_140 {
        margin-bottom: 60px
    }

    .contact-location-shape {
        bottom: -1px;
        height: 60px
    }

    .package-slider-box {
        height: 310px
    }

    .tab-content .content-tab-text {
        margin-top: 40px;
        padding-bottom: 0;
        font-size: 16px
    }

    .product-details-action .cta-btn {
        margin-top: 25px
    }

    .product-info .heading {
        font-size: 36px
    }

    .product-info .price-action .price {
        font-size: 30px
    }
}

@media(max-width:575px) {
    .service-left-img.hand-bowl1 {
        width: 85%;
        left: -180px;
        bottom: 200px
    }

    .service-left-img.hand-bowl2 {
        width: 85%;
        bottom: 90px;
        left: -138px
    }

    .banner-item-berry {
        right: 28%;
        width: 130px;
        top: -30%
    }

    .banner-item-orange {
        left: 33%;
        top: 40%;
        width: 180px
    }

    .banner-item-coconut {
        right: 40%;
        top: 50%;
        width: 170px
    }

    .banner-item-cream {
        width: 190px
    }

    .banner-item-cream {
        width: 190px;
        left: auto
    }

    .product-header-bg {
        object-fit: cover
    }

    .hero-shape.fruits-wrapper-2 {
        width: 45%;
        right: -350px;
        top: 0
    }

    .hero-shape.fruits-wrapper-1 {
        width: 45%
    }

    .hero-shape.fruits-wrapper-3 {
        left: 500px;
        top: 155px;
        width: 40%
    }

    .hero-shape.fruits-wrapper-8 {
        width: 34%;
        right: 38%;
        bottom: auto;
        top: 110px
    }

    .hero-imege {
        position: relative;
        min-height: 400px
    }

    .hero-shape.fruits-wrapper-4 {
        left: 0%;
        width: 25%;
        bottom: 103px
    }

    .hero-shape.fruits-wrapper-5 {
        width: 20%;
        bottom: 90px;
        left: 30%
    }

    .hero-shape.fruits-wrapper-6 {
        width: 18%;
        bottom: 100px;
        left: 50%
    }

    .hero-shape.fruits-wrapper-7 {
        width: 30%;
        left: 69%;
        bottom: 45%
    }

    .company-slider-area {
        padding-top: 0;
        padding-bottom: 0
    }

    .company-logo img {
        height: 22px
    }

    .company-logo:before {
        top: -5px;
        width: 24px;
        height: 33px
    }

    .inner-features {
        margin-top: 50px
    }

    .service-text .content-text {
        margin-top: 0;
        margin-bottom: 30px
    }

    .service-text .shape-one svg {
        height: auto;
        width: 160px
    }

    .feature-tags {
        padding: 17px 10px 12px;
        font-size: 16px;
        line-height: 115%;
        bottom: 27%;
        width: 120px;
        left: 0%
    }

    .service-text .shape-two svg {
        height: auto;
        width: 90px
    }

    .service-text .shape-two {
        position: absolute;
        top: 10px;
        left: -60%
    }

    .service-text .shape-three svg {
        height: auto;
        width: 47px
    }

    .service-text .btn_default {
        margin-top: 0;
        font-size: 16px
    }

    .product-video-box {
        box-shadow: 0 421px 118px #0000, 0 269px 108px #00000003, 0 151px 91px #0000000d, 0 67px 67px #00000017, 0 17px 37px #0000001a;
        border: 5px solid rgba(255, 255, 255, .1);
        height: 250px;
        margin-bottom: 0
    }

    .product-video-box .video-btn {
        width: 40px
    }

    .feature-area {
        padding-bottom: 0
    }

    .video-bg-area>video {
        top: 326px;
        height: 500px;
        object-fit: cover
    }

    .product-area:after {
        height: 300px;
        top: 315px
    }

    .product-area:before {
        height: calc(100% - 500px)
    }

    .story-content .content-text {
        position: relative;
        margin-top: 30px
    }

    .story-content .content-text img {
        position: absolute;
        top: -70px;
        right: 0
    }

    .image-box.story-image img {
        margin-top: 30px
    }

    .story-area:before {
        height: 220px
    }

    .story-area {
        padding-bottom: 0
    }

    .content-area.about .content-image {
        margin-top: 40px
    }

    .product-slider .product-image {
        width: 55%
    }

    .product-slider .product-image:before {
        left: -63px;
        width: 40px;
        height: 40px
    }

    .feature-bg {
        padding-top: 0
    }

    .package-slider-box {
        height: 185px
    }

    .package-area {
        padding-bottom: 0
    }

    .footer-link {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(79, 37, 30, .64);
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .footer-link ul {
        text-align: center
    }

    .footer-text {
        padding-left: 0;
        text-align: center
    }

    .contact-form .cta-btn {
        width: 100%;
        min-width: 300px
    }

    .faq-action-top .cta-btn {
        width: 100%
    }

    .contact-bg-shape:before {
        height: 400px
    }

    .faq-palm-right {
        top: 50px;
        width: 40%
    }

    .faq-palm-left {
        width: 40%
    }

    .faq-accordion {
        padding: 20px
    }

    .social-palm-right {
        top: 50px
    }

    .content-image.contact-shape {
        position: relative;
        width: 100%;
        height: 250px;
        margin-top: 60px
    }

    .contact-shape-two {
        right: 0;
        top: 135px
    }

    .contact-shape-one {
        left: 0
    }

    .contact-connection-dotted {
        left: 25px;
        top: 148px;
        height: 60px;
        transform: rotate(34deg)
    }

    .content-area.contact {
        padding-bottom: 70px
    }

    .content-text.product-info {
        margin-top: 20px
    }

    .tabs_wrapper {
        overflow-x: auto
    }

    .tabs_wrapper .nav-tabs {
        justify-content: flex-start;
        padding-bottom: 5px
    }

    .tabs_wrapper .nav-tabs .nav-link {
        white-space: nowrap
    }

    .product-nav .nav-link.active {
        border: none
    }

    .contact-inner {
        margin-top: 30px
    }

    .store-locator .contact-shape-two {
        right: 20px;
        top: 100px
    }

    .hero-imege {
        min-height: 300px
    }

    .hero-shape.fruits-wrapper-1 {
        width: 40%;
        left: -400px;
        top: 30px
    }

    .hero-shape.fruits-wrapper-2 {
        width: 150px;
        right: -425px;
        top: 20px
    }

    .hero-shape.fruits-wrapper-3 {
        left: 548px;
        top: 120px;
        width: 120px
    }

    .hero-shape.fruits-wrapper-8 {
        width: 120px;
        right: 25%;
        bottom: auto;
        top: 60px
    }

    .hero-shape.fruits-wrapper-7 {
        width: 30%;
        left: -60%;
        bottom: 15%
    }

    .hero-shape.fruits-wrapper-6 {
        width: 18%;
        left: 70%;
        top: 90px;
        bottom: auto
    }

    .hero-shape.fruits-wrapper-4 {
        left: 10%;
        width: 25%;
        bottom: auto;
        top: 86px
    }

    .hero-shape.fruits-wrapper-5 {
        width: 30%;
        bottom: 51px;
        left: 30%
    }

    .feature-tags {
        bottom: 20%
    }

    .service-text .btn_default {
        margin-top: 0;
        font-size: 14px;
        padding: 8px 16px
    }

    .service-text .shape-three {
        left: -33%
    }

    .service-text .shape-one {
        left: -90%
    }

    .product-slider .product-image:before {
        top: 5%
    }

    .company-logo:before {
        transform: translateY(-50%);
        top: 50%;
        animation: none
    }

    .product-box .text-box li {
        font-size: 18px
    }

    .product-slider .product-image:before {
        top: 50%;
        transform: translateY(-50%);
        animation: none
    }

    .contact-shape-two {
        right: 80px;
        top: 100px
    }

    .company-slider-shape {
        height: auto;
        bottom: -2px
    }

    .package-slider-box {
        height: 295px
    }

    .container {
        padding: 0 27px
    }

    .product-box .text-box li {
        font-size: 16px
    }

    .product-box .title {
        font-size: 22px
    }

    .hero-text .heading {
        font-size: 74px
    }

    .hero-text {
        font-size: 16px;
        line-height: 120%
    }

    .cta-btn {
        font-size: 16px;
        padding: 14px 18px 16px
    }

    .service-white {
        font-size: 16px;
        line-height: 120%
    }

    .service-shape-right {
        top: 28%
    }

    .section-heading .title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .product-box .price-text {
        font-size: 22px
    }

    .product-box .price-ratting {
        font-size: 11px
    }

    .product-box .cta-btn {
        padding: 11px 16px 12px
    }

    .product-box .price-ratting,
    .product-box .cta-btn {
        margin-top: 10px
    }

    .testimonial-slider .post,
    .story-content .content-text {
        font-size: 16px
    }

    .content-text.about {
        font-size: 16px;
        line-height: 120%
    }

    .feature-bg .content-text {
        font-size: 16px;
        line-height: 120%;
        margin-top: 30px
    }

    .content-area.about {
        padding-bottom: 75px
    }

    .feature-bg {
        padding-top: 15px
    }

    .product-slider span img {
        height: 60px
    }

    .feature-left-food {
        bottom: 25px;
        width: 56%
    }

    .feature-bottom-bg {
        height: 235px
    }

    .feature-right-food {
        width: 56%;
        bottom: 0
    }

    .store-locator .section-heading {
        font-size: 16px;
        line-height: 120%
    }

    .store-locator .contact-shape-one {
        left: 0;
        width: 45%;
        top: -80px
    }

    .store-locator .contact-shape-two {
        right: 20px;
        top: 50px;
        width: 45%
    }

    .contact-connection-dotted {
        left: 55px;
        top: 65px;
        height: 40px;
        transform: rotate(34deg)
    }

    .store-locator .content-image.contact-shape {
        height: 120px
    }

    .footer-text {
        font-size: 16px;
        line-height: 120%
    }

    .contact-shape-two {
        right: 35px;
        top: 65px;
        width: 45%
    }

    .contact-shape-one {
        left: 0;
        width: 45%
    }

    .content-image.contact-shape {
        height: 150px
    }
}

@media(max-width:380px) {
    .package-slider-box {
        height: 275px
    }
}

.cart-link {
    position: relative
}

.cart-link .cart-count-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #0ea7d3;
    padding: 0;
    min-width: 15px;
    border-radius: 3px;
    height: 15px;
    font-size: 12px;
    line-height: 17px
}

.jdgm-preview-badge {
    display: none
}

.review-stars .jdgm-preview-badge {
    display: block
}

.product-info .review-text span.jdgm-star {
    color: #f1bc0b
}

.page-type-collection .product-box .title,
.other-product .product-box .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden
}

.collection-header {
    padding-top: 250px;
    border: none
}

.collection-header * {
    color: #fff
}

.collection-box {
    display: block;
    overflow: hidden;
    height: calc(100% - 30px);
    background: #fff;
    border-radius: 16px
}

body .offcanvas-header .btn-close {
    padding: 0;
    margin-top: 0;
    position: relative;
    top: -10px
}

body .offcanvas-body .cart-item .col-6 {
    width: 100px
}

body .offcanvas-body .cart-item .col-12 {
    width: calc(100% - 100px)
}

.qty-input-wrapper {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 100px
}

.qty-input-wrapper .btn {
    padding: 0;
    min-width: 30px
}

.qty-input-wrapper input {
    width: 40px;
    border: none;
    text-align: center
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.offcanvas-footer .product-action .cta-btn {
    margin-top: 0;
    font-size: 19px;
    padding: 10px
}

.search-form-wrapper {
    width: 100%
}

.header-search form input {
    position: relative
}

.close-search {
    white-space: nowrap
}

.product-details-slider .image-box img {
    width: 100%
}

body .instafeed-new-layout-wrapper {
    display: flex !important;
    padding: 100px 0;
    gap: 0 !important
}

.shopify-section-group-footer-group .shopify-app-block {
    max-width: 100%;
    padding: 0;
    margin-top: -370px;
    position: relative;
    z-index: 2
}

@media(max-width:575px) {
    .shopify-section-group-footer-group .shopify-app-block {
        margin-top: -305px
    }

    body .instafeed-new-layout-item {
        max-width: 25%;
        max-height: 100px
    }
}

body .instafeed-new-layout-wrapper .instafeed-new-layout-item:nth-child(odd) {
    transform: rotate(-5.181deg) scale(1.2);
    position: relative;
    bottom: 30px;
    z-index: 9;
    box-shadow: 10px 10px 10px #00000026
}

body .instafeed-new-layout-wrapper .instafeed-new-layout-item:nth-child(2n) {
    transform: rotate(4.465deg) scale(1.2);
    position: relative;
    top: 0;
    box-shadow: 10px 10px 10px #00000026
}

.image-text-alt-section {
    padding: 220px 0 20px
}

.image-text-alt-section .heading {
    font-size: 70px;
    margin-bottom: 40px
}

.image-text-alt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px
}

.image-text-alt-row.image-left {
    flex-direction: row-reverse
}

.image-text-alt-row .col-image {
    flex: 0 0 50%;
    max-width: 50%
}

.image-text-alt-row .col-image img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    max-height: 450px;
    object-fit: cover
}

.image-text-alt-row .col-content {
    flex: 0 0 45%;
    max-width: 45%
}

.image-text-alt-row .block-heading {
    font-size: 30px;
    margin-bottom: 15px
}

.image-text-alt-row .block-text p {
    margin-bottom: 10px;
    line-height: 1.6
}

@media(max-width:767px) {
    .col-image {
        min-width: 100%
    }

    .image-text-alt-row .col-image img {
        max-height: 250px
    }

    .image-text-alt-section {
        padding: 150px 0 20px
    }

    .image-text-alt-section .heading {
        font-size: 32px
    }

    .image-text-alt-row {
        flex-direction: column;
        text-align: center
    }

    .image-text-alt-row.image-left {
        flex-direction: column
    }

    .image-text-alt-row .col-image,
    .image-text-alt-row .col-content {
        max-width: 100%
    }

    .image-text-alt-row .col-content {
        margin-top: 20px
    }
}

body .shopify-policy__container {
    max-width: 850px;
    max-width: 75ch;
    padding-top: 200px
}

body .shopify-policy__title h1 {
    font-size: 50px
}

body .shopify-policy__body h2 {
    font-size: 28px
}

body .shopify-policy__body h3 {
    font-size: 22px
}

body .shopify-policy__body ul,
body .shopify-policy__body ol {
    margin: 15px 0 20px;
    padding-left: 20px
}

body .shopify-policy__body ul li,
body .shopify-policy__body ol li {
    margin-bottom: 8px;
    position: relative
}

body .shopify-policy__body ul li:before {
    content: "\2022";
    color: #000;
    font-weight: 700;
    position: absolute;
    left: -15px
}

body .shopify-policy__body ol {
    counter-reset: list-counter
}

body .shopify-policy__body ol li {
    counter-increment: list-counter
}

body .shopify-policy__body ol li:before {
    content: counter(list-counter) ".";
    color: #000;
    position: absolute;
    left: -25px;
    font-weight: 600
}

body .shopify-policy__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px
}

body .shopify-policy__body table th,
body .shopify-policy__body table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left
}

body .shopify-policy__body table th {
    background: #000;
    color: #fff;
    font-weight: 600
}

@media(max-width:767px) {
    body .shopify-policy__container {
        padding-top: 160px
    }
}

.image-text-alt-row {
    padding-bottom: 60px;
    position: relative
}

.image-text-alt-row:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(to right, #0000, #f9db98 25% 50%, #f9db98 75%, #0000);
    width: 100%
}

.tab-content .content-tab-text ul {
    text-align: left;
    display: table;
    margin: 0 auto
}

.tab-content .content-tab-text ul li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin: 10px 0
}

.tab-content .content-tab-text ul li:before {
    content: "";
    background: #fab817;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.jdgm-write-rev-link {
    display: inline-block !important
}

.header-link li {
    position: relative
}

.header-link li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0ea7d3;
    padding: 15px 0;
    border-radius: 10px;
    width: 220px
}

.header-link li ul li {
    padding: 5px 15px;
    display: block;
    margin: 0
}

.header-link li ul ul {
    top: -15px;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.top-menu>li>ul {
    opacity: 0;
    visibility: hidden
}

.top-menu>li:hover>ul,
.header-link li ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.header-link li ul a:after {
    display: none
}

.header-link li ul a {
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    display: table;
    width: 100%;
    line-height: 20px
}

.top-menu>li>ul>li:before {
    content: "";
    border: 3px solid #fff;
    position: absolute;
    right: 13px;
    width: 7px;
    height: 7px;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    top: 15px
}

.header-link li ul ul a:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.top-menu>li.has-submenu {
    padding-right: 15px
}

.top-menu>li.has-submenu:before {
    content: "";
    border: 3px solid #fff;
    position: absolute;
    right: 0;
    width: 7px;
    height: 7px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 9px
}

.company-logo img {
    margin: 0 auto;
    height: 42px;
    object-fit: contain;
    object-position: center
}

@media(min-width:992px)and (max-width:1550px) {
    .store-locator .heading {
        font-size: 70px
    }

    .content-image.contact-shape {
        position: relative;
        width: 100%;
        height: auto;
        transform: scale(.8);
        right: 56px
    }

    .store-locator .contact-shape-two {
        right: -79px;
        top: 49px
    }
}

.feature-area .section-heading p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.feature-area .section-heading .heading {
    margin-bottom: 48px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

body .hero-no-anim .fruits-wrapper-1 {
    transform: translate3d(471.826px, 0, 0) !important
}

body .hero-no-anim .fruits-wrapper-2 {
    transform: translate3d(-433.31px, 0, 0) !important
}

body .hero-no-anim .fruits-wrapper-3 {
    transform: translate3d(-471.826px, 0, 0) !important
}

body .hero-no-anim .fruits-wrapper-7 {
    transform: translate3d(433.31px, 0, 0) !important
}

body #pear-map-target,
body .pear-iframe-container {
    height: 100% !important;
    overflow: hidden
}

body .hero-no-anim .hero-shape img {
    animation: none
}

.product-box {
    height: calc(100% - 30px);
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
    padding-bottom: 80px;
    text-decoration: none
}

.product-box .cta-btn {
    position: absolute !important;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px)
}

.company-logo {
    padding: 0 50px
}

@media(min-width:1100px) {
    .company-logo {
        padding: 0 110px
    }
}

.rating-star-wrap {
    width: 97px;
    overflow: hidden
}

.rating-star-wrap img {
    width: 97px;
    max-width: inherit
}

.rating-star-wrap.rating-4 {
    width: 77px;
    white-space: nowrap;
    display: block !important
}

.rating-star-wrap.rating-3 {
    width: 56px;
    white-space: nowrap;
    display: block !important
}

.rating-star-wrap.rating-2 {
    width: 37px;
    white-space: nowrap;
    display: block !important
}

.rating-star-wrap.rating-1 {
    width: 17px;
    white-space: nowrap;
    display: block !important
}

.hero-inner-text {
    min-height: 480px
}

/*# sourceMappingURL=/cdn/shop/t/14/assets/style.css.map?v=121700016819321769051772634809 */