@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'OrpheusProBold';
    src: url('../fonts/OrpheusProBold.eot');
    src: url('../fonts/OrpheusProBold.eot') format('embedded-opentype'), url('../fonts/OrpheusProBold.woff2') format('woff2'), url('../fonts/OrpheusProBold.woff') format('woff'), url('../fonts/OrpheusProBold.ttf') format('truetype'), url('../fonts/OrpheusProBold.svg#OrpheusProBold') format('svg');
}

@font-face {
    font-family: 'OrpheusPro';
    src: url('../fonts/OrpheusPro.eot');
    src: url('../fonts/OrpheusPro.eot') format('embedded-opentype'), url('../fonts/OrpheusPro.woff2') format('woff2'), url('../fonts/OrpheusPro.woff') format('woff'), url('../fonts/OrpheusPro.ttf') format('truetype'), url('../fonts/OrpheusPro.svg#OrpheusPro') format('svg');
}

.font-bold {
    font-family: 'OrpheusProBold';
}

.font-normal {
    font-family: 'OrpheusPro'!important;
    font-weight: normal !important;
}

.text-green {
    color: #276f46;
}

.text-yellow {
    color: #e4c420;
}

body {
    overflow: hidden;
}


/* custom scrollbar */

body::-webkit-scrollbar {
    /* display: none; */
    background-color: transparent;
    width: 5px;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

body::-webkit-scrollbar-track {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #304f1f;
    opacity: 0.9;
}

img {
    margin-bottom: 0!important
}

.overflow-hidden {
    overflow: hidden
}

.btn-green {
    background: #256b43;
    color: #ffffff;
    font-size: 28px;
    font-family: 'OrpheusProBold';
    padding: 15px 77px;
    border: 3px solid #f3d747;
}

.btn-green:hover {
    background: #f3d747;
    color: #000000;
    border: 3px solid #256b43;
}

.btn-green.btn-green-sm {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
}

.btn-green.btn-green-sm:hover {
    color: #000000;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 27, 2020 */

.font-normal {
    font-family: 'OrpheusPro';
}

.font-bold {
    font-family: 'OrpheusProBold';
}

 :root {
    --red: #f70909;
    --blue-light: #8aa3ce;
    --black: #000000;
    --blue: #007bff;
    --blue-dark: #26344c;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --yellow: #c7af36;
    --yellow-light: #f3d747;
    --green: #23643e;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #3a3939;
    --gray-light: #7e7e7e;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --amaranth: #D71C58;
    --gray-300: #afafaf;
    --gray-400: #8d8d8d;
}

.gray-300 {
    color: var(--gray-300)!important
}


}
.gray-400 {
    color: var(--gray-400)
}
.bg-red {
    background: var(--red)
}
.bg-gray {
    background: var(--gray)!important
}
.bg-black {
    background: var(--black)!important
}
.text-red {
    color: var(--red)
}
.text-gray {
    color: var(--gray-light)
}
.bg-blue-dark {
    background: var(--blue-dark)
}
a:hover {
    text-decoration: none
}
body {
    font-family: 'OrpheusPro';
    font-size: 18px
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
    
    scroll-behavior: smooth;
}
::selection {
    color: #ffffff;
    background: var(--black);
}
.ease {
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4ms;
}
body {
    color: #000000;
    font-family: 'OrpheusPro';
    background: #ffffff
}
img {
    height: auto;
    max-width: 100%;
    /*    width: auto!important;*/
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
.relative {
    position: relative;
}
* {
    scrollbar-width: thin;
    scrollbar-color: orange green;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: orange;
}
*::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 20px;
    border: 3px solid green;
}

/*  Clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
section:after,
aside:after,
article:after,
footer:after,
header:after,
div:after,
ul:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix:before,
section:before,
aside:before,
article:before,
footer:before,
header:before,
div:before,
ul:before {
    content: "";
    display: table;
}
.clearfix,
section,
aside,
article,
footer,
header,
div,
ul {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
}
li {
    list-style: none
}
a,
button {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a:focus,
button:focus {
    outline: none;
}
a:focus,
.btn:focus,
.form-control:focus {
    box-shadow: none!important
}
.relative {
    position: relative
}
.img-responsive {
    height: auto
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99
}
header .first-row {
    background-color: #256b43;
    background-image: url(../img/grid-green.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    perspective-origin: 50% 50%;
    animation: animation 100s linear infinite;
    background-repeat: repeat;
}
@keyframes animation {
    100% {
        background-position: 0px -3000px;
    }
}
header .first-row ul {
    padding: 14px 0;
    margin: 0;
    justify-content: center;
    display: flex;
}
header .first-row ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 0 15px;
    border-left: 1px solid #327d52;
    display: flex;
}
header .first-row ul li:first-child {
    border-left: 0
}
header .first-row ul li i {
    margin-right: 20px;
}
header .second-row {
    padding: 23px 0
}
header .second-row i {
    font-weight: 900
}
header .second-row .left {
    font-size: 18px;
}
header .second-row .left li {
    padding: 0 15px
}
header .second-row .left i {
    font-size: 22px;
    top: 3px;
    position: relative;
    margin-right: 10px
}
header .second-row .right .online-store {
    font-size: 18px;
    padding: 0 20px 0 0
}
header .second-row .right .online-store a {
    padding: 0 0 0 40px;
    position: relative;
    color: #ffffff
}
header .second-row .right .online-store a i {
    position: absolute;
    left: 0;
    top: -5px
}
header .second-row .right .social {
    padding: 0 10px;
    font-size: 20px
}
header .second-row .right .social a {
    color: #ffffff
}
header .navbar .nav-item a {
    color: #ffffff;
    font-size: 21px
}
header .navbar-nav {
    padding: 18px 0 0 0
}
header .navbar {
    color: #ffffff;
    font-size: 18px;
    border-bottom: 1px solid #92aa80;
}
header .navbar .nav-item a {
    color: #ffffff;
    padding: 0 15px 26px!important;
}
header .navbar .nav-item .dropdown-menu a {
    color: #ffffff;
    padding: 5px 15px!important;
    font-size: 90%
}
header .navbar .nav-item.active a {
    position: relative
}
header .navbar .nav-item.active a::after {
    height: 4px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #8fc74c;
    position: absolute;
    display: block;
    content: "";
}
header .navbar .brand {
    position: relative;
    margin-top: -61px;
    display: block;
}
header .navbar .dropdown-menu {
    background: #6c9b3c;
    padding: 0
}
header .navbar .dropdown-menu .dropdown-item.active,
header .navbar .dropdown-menu .dropdown-item:active,
header .navbar .dropdown-menu .dropdown-item:hover {
    background: #276f46
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}
.home-banner {
    background: url(../img/bg-banner.jpg) repeat;
    min-height: 1000px;
    margin-top: 58px;
    position: relative;
}
.home-banner.inner-banner {
    min-height: 0px
}
.home-banner.inner-banner .bnr-organic-left {
    bottom: -35px;
    position: absolute;
}
.home-banner.inner-banner .bnr-organic-right {
    bottom: -95px;
    position: absolute;
    right: -20px;
}
.home-banner.inner-banner .bnr-organic-right-front {
    bottom: -95px;
    position: absolute;
    right: -20px;
}
.home-banner .assets {
    bottom: -56px;
    position: absolute;
    right: 5%;
    z-index: 9;
    max-width: 36%;
}
.home-banner.inner-banner .container-lg {
    position: relative;
    z-index: 3;
    height: 548px;
}
.home-banner.inner-banner .container .bnr-organic-left {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10
}
.home-banner.inner-banner .page-title {
    padding-top: 250px;
    font-size: 62px;
    color: #ffffff
}
.home-banner::after {
    background: url(../img/shade.png) repeat-x;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ""
}
.home-banner .flower {
    position: absolute;
    left: 0;
    bottom: 25px;
    display: block;
    z-index: 4;
    pointer-events: none;
    max-width: 50%
}
.home-banner .leaf {
    position: absolute;
    left: 50%;
    bottom: -63px;
    display: block;
    z-index: 10;
    pointer-events: none;
    max-width: 50%;
    margin-left: -150px
}
.home-banner .wall {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: block;
    background-image: url(../img/banner-wall.png);
    background-repeat: repeat-x;
    background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
    animation: 150s para infinite linear;
}
@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
}
.home-banner .carousel {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 165px 0 0 0;
}
.home-banner .carousel .carousel-inner {
    height: 100%;
}
.home-banner .carousel .carousel-inner .carousel-item {
    height: 100%;
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
    z-index: 9
}
.carousel.carousel-fade .carousel-item:first-child,
.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.site-banner .owl-carousel .owl-stage-outer .owl-stage {
    width: 100%!important
}
.site-banner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 100%!important;
    padding: 50px 0 0 0;
}
.site-banner .title-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}
.site-banner .title-box .title {
    font-size: calc(17px + (74 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.site-banner .title-box p {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 auto 35px;
    width: 570px
}
.site-banner .owl-carousel,
.site-banner .owl-carousel .owl-stage-outer,
.site-banner .owl-carousel .owl-stage {
    height: 100%
}
.site-banner .carousel-item:first-child img {}
.site-banner .carousel-item:nth-child(2) img {
    position: absolute;
    right: 2%;
    bottom: 25%;
    max-width: 48%
}
.home-banner .carousel .carousel-inner .carousel-item h4 {
    color: #ffffff;
    text-shadow: 1px 0 5px #385c24;
}
.home-banner .carousel .carousel-inner .carousel-item h2 {
    color: #ffffff;
    font-size: calc(17px + (85 - 17) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(17px + (74 - 17) * ((100vw - 320px) / (1920 - 320)));
    text-shadow: 1px 0 5px #385c24;
}
.site-banner .carousel .carousel-item img {
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
}
.site-banner .carousel .carousel-item.active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.site-banner .carousel .carousel-item .text {
    transition: All 1.2s ease;
    -webkit-transition: All 1.2s ease;
    -moz-transition: All 1.2s ease;
    -o-transition: All 1.2s ease;
    transform: translate(-50px);
    -ms-transform: translate(-50px);
    position: relative;
    opacity: 0;
    transition-delay: 1s;
}
.site-banner .carousel .carousel-item.active .text {
    position: relative;
    ;
    opacity: 1;
    transform: translate(0px);
    -ms-transform: translate(0px);
}
.site-banner .owl-carousel .owl-stage {
    width: 100%!important;
}
.site-banner .owl-carousel .owl-item {
    width: 100%!important;
    height: 100%;
}
.site-banner .owl-carousel .owl-item img {
    width: 100%!important;
}

/**/
.sub-title {
    font-size: calc(22px + (72 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(22px + (72 - 22) * ((100vw - 320px) / (1920 - 320)));
    color: #23643e;
}

/*Company-Groth*/
.Company-Groth {
    background: #e5faee;
    padding: 80px 0;
    font-size: 22px
}
.Company-Groth h2 {
    font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 50px
}
.Company-Groth .colum {
    padding: 0 25px 0 100px;
    position: relative
}
.Company-Groth .colum i {
    position: absolute;
    left: 20px;
    top: 0
}
.Company-Groth .colum .counter {
    font-size: calc(20px + (70 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(20px + (70 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: #276f46
}
.Company-Groth .colum:nth-child(1) {
    width: 26%
}
.Company-Groth .colum:nth-child(2) {
    width: 30%
}
.Company-Groth .colum:nth-child(3) {
    width: 20%
}
.Company-Groth .colum:nth-child(4) {
    width: 20%
}
.Company-Groth .colum:nth-child(2) i {
    left: 2px
}

/*Section Story*/
.SectionStory {
    background: url(../img/BG-green-patern.jpg) repeat;
    padding: 91px 0 0 0;
    margin-bottom: 237px;
}
.SectionStory .leaf {
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: 10
}
.SectionStory .frame {
    margin: 0 20px;
    overflow: hidden;
    z-index: 2;
}
.SectionStory .frame .zoom-image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
}
.SectionStory .bg {
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    background: url(../img/BG-green-patern.jpg) repeat;
    padding: 50px 35px 177px;
    z-index: 8;
}
.SectionStory .bg h2 {
    color: #e5faee;
    font-size: calc(18px + (48 - 18) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 25px
}
.SectionStory .bg .description {
    padding: 0 0 50px
}
.SectionStory .bg .more {
    display: inline-block;
    border-bottom: 3px solid #d2bd48;
    padding: 0 40px 15px;
    color: #ffffff
}
.SectionStory .vector {
    position: absolute;
    bottom: -193px;
    left: -50px;
    right: -50px;
    z-index: 8;
    max-width: 122%;
    pointer-events: none;
    width: 61%;
}
.SectionStory .wall {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: block;
    background-image: url(../img/story-wall.png);
    background-repeat: repeat-x;
    background-position: top;
    animation: 150s para infinite linear;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.5);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.5);
    }
    
    100% {
        transform: scale(1);
    }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(0.67);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes zoomout {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(0.67);
    }
    
    100% {
        transform: scale(1);
    }
}
.SectionStory .content-2 {
    padding: 50px 0 100px;
}
.SectionStory .content-2 .logo {
    padding: 0 0 40px
}
.SectionStory .content-2 h3 {
    font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
}
.SectionStory .content-2 h4 {
    font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 0 20px
}
.SectionStory .content-2 .icon {
    margin: 0 auto 20px;
    position: relative;
    width: 70px;
    text-align: center;
}
.SectionStory .content-2 .icon::after,
.SectionStory .content-2 .icon::before {
    display: block;
    width: 100px;
    height: 1px;
    background: #d2bd48;
    position: absolute;
    top: 30px;
    content: "";
}
.SectionStory .content-2 .icon::after {
    left: 100%;
}
.SectionStory .content-2 .icon::before {
    right: 100%;
}
.SectionStory .content-2 .large {
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(22px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
    margin: 0 7%;
}
.SectionStory .bg .more {
    position: relative;
    overflow: hidden
}
.SectionStory .bg .more::after {
    position: absolute;
    width: 25px;
    height: 5px;
    background: #d2bd48;
    transition: all 2s linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    content: "";
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    bottom: -3px;
    left: -5px;
    -webkit-animation-name: h-move;
    animation-name: h-move;
    content: "";
    display: block;
    box-shadow: 0px 2px 5px #ffffff
}
@-webkit-keyframes h-move {
    0% {
        left: -50px;
    }
    
    100% {
        left: 110%;
    }
}
@keyframes h-move {
    0% {
        left: -50px;
    }
    
    100% {
        left: 110%
    }
}
.products {}
.products .title {
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
}
.products .title h2 {
    padding: 50px 0 25px;
    margin: 0
}
.products .owl-carousel {
    margin-bottom: 20px
}
.products .owl-carousel .owl-item .item {
    position: relative
}
.products .owl-carousel .owl-item .border {
    border: 4px solid var(--yellow)!important;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 7;
    pointer-events: none
}
.products .owl-carousel .owl-item .item::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 292px;
    background-image: url(../img/product-shade.png);
    content: "";
    display: block;
    z-index: 4;
    pointer-events: none;
    bottom: 0;
    background-position: bottom;
    background-repeat: repeat-x;
    animation: 150s para infinite linear
}
.products .owl-carousel .owl-item .item .text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 50px;
    z-index: 5;
    top: 60%;
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
}
.products .owl-carousel .owl-item .item .text img {
    width: auto;
    margin: 0 auto;
    opacity: 1
}
.products .owl-carousel .owl-item .item:hover .text {
    top: 65%;
    opacity: 0
}
.products .owl-carousel .owl-item .item .textHV {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px;
    z-index: 5;
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
    background: rgba(35, 100, 62, 0);
    top: 50px;
}
.products .owl-carousel .owl-item .item .textHV img {
    width: auto;
    margin: 0 auto;
    transition-delay: 250ms;
}
.products .owl-carousel .owl-item .item .textHV .description {
    padding: 20px 60px 0;
    ;
}
.products .owl-carousel .owl-item .item .textHV img,
.products .owl-carousel .owl-item .item .textHV h3,
.products .owl-carousel .owl-item .item .textHV .description {
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
    position: relative;
    top: 10px;
    opacity: 0;
}
.products .owl-carousel .owl-item .item .textHV img {
    max-width: 48px
}
.products .owl-carousel .owl-item .item .text img {
    max-width: 48px
}
.products .owl-carousel .owl-item .item:hover .textHV {
    background: rgba(35, 100, 62, 1);
    top: 0;
}
.products .owl-carousel .owl-item .item:hover .textHV img {
    transition-delay: 0.1s;
    top: 0;
    opacity: 1;
}
.products .owl-carousel .owl-item .item:hover .textHV h3 {
    transition-delay: 0.2s;
    top: 0;
    opacity: 1;
}
.products .owl-carousel .owl-item .item:hover .textHV .description {
    transition-delay: 0.3s;
    opacity: 1;
    top: 0;
}
.products .owl-carousel .owl-controls {
    position: relative
}
.products .owl-carousel .owl-controls .owl-prev {
    left: 10px
}
.products .owl-carousel .owl-controls .owl-next {
    right: 10px
}
.products .owl-carousel .owl-controls .owl-prev,
.products .owl-carousel .owl-controls .owl-next {
    background: #000000;
    border-radius: 50px;
    width: calc(26px + (65 - 26) * ((100vw - 320px) / (1920 - 320)));
    height: calc(26px + (65 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-size: 0;
    position: absolute;
    top: calc(-142px + (-280 - -142) * ((100vw - 320px) / (1920 - 320)));
}
.products .owl-carousel .owl-controls .owl-prev::after {
    content: "";
    font-size: 20px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/prev.png) no-repeat center center;
}
.products .owl-carousel .owl-controls .owl-prev::after {
    content: "";
    font-size: 20px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/prev.png) no-repeat center center;
}
.products .owl-carousel .owl-controls .owl-next::after {
    content: "";
    font-size: 20px;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/next.png) no-repeat center center;
}
.load {
    padding: 50px 0 80px
}
.load .load-all-btn {
    border: 1px solid var(--yellow);
    color: var(--green);
    display: inline-block;
    padding: 13px 87px 13px 37px;
    overflow: hidden;
    font-size: 20px;
    position: relative
}
.load .load-all-btn span {
    position: relative;
    z-index: 5;
    display: block;
}
.load .load-all-btn i {
    position: absolute;
    z-index: 5;
    right: 16px;
    top: 13px;
    color: var(--green);
    color: var(--green);
    font-size: 30px
}
.load .load-all-btn::before {
    background: #e4c420;
    height: 100px;
    width: 80px;
    position: absolute;
    z-index: 1;
    right: -32px;
    top: 0;
    content: "";
    display: block;
    transition: All .3s ease;
    -webkit-transition: All.3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
}
.load .load-all-btn:hover::before {
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    width: 100%;
    right: 2px
}

/*Go Organic*/
.organic-products {
    background: url(../img/bg-banner.jpg) repeat;
    padding: 207px 0 120px;
    font-size: 20px
}
.organic-products .box {
    border: 4px solid var(--yellow-light);
    padding: 0 50px 100px;
}
.organic-products .box h2 {
    font-size: calc(26px + (48 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.organic-products .box span {
    font-size: calc(26px + (48 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.organic-products .box .link {
    color: #ffffff;
}
.organic-products .box .link:hover {
    color: var(--green);
}
.organic-products .wall {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: block;
    background-image: url(../img/story-wall.png);
    background-repeat: repeat-x;
    background-position: top;
    animation: 150s para infinite linear;
}
.organic-products .circle {
    width: calc(80px + (211 - 80) * ((100vw - 320px) / (1920 - 320)));
    height: calc(80px + (211 - 80) * ((100vw - 320px) / (1920 - 320)));
    margin: -140px auto 50px;
}
.organic-products .vector-left,
.organic-products .vector-right {
    pointer-events: none;
    position: absolute;
    top: -250px
}
.organic-products .vector-left {
    left: -150px
}
.organic-products .vector-right {
    right: -150px
}
.certification {
    padding: 0 0 80px
}
.certification .owl-stage-outer {
    cursor: grabbing;
}
.certification .owl-carousel .item {
    text-align: center
}
.certification .owl-carousel .item img {
    width: auto;
    display: inline-block
}
.certification h2 {
    font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(22px + (72 - 22) * ((100vw - 320px) / (1920 - 320)));
    color: var(--green);
    padding: 50px 0 40px
}
footer {
    background: #212121;
    padding: 66px 0 0 0;
    color: #c1c1be;
    line-height: 35px
}
footer {
    background: #212121;
    padding: 66px 0 0 0;
}
footer h2 {
    color: #8fc74c;
    /*    font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)))*/
}
footer address {
    padding: 0 0 35px 32px;
    position: relative;
    margin: 0
}
footer address i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #8fc74c;
}
footer ul.contact-info {}
footer ul.contact-info li {
    position: relative;
    padding: 0 0 15px 32px;
    line-height: 22px
}
footer ul.contact-info li i {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #8fc74c;
}
footer .border-right {
    border-color: #313030!important
}
footer ul.links li {
    border-bottom: 1px solid #404040;
    position: relative
}
footer ul.links li a {
    color: #c1c1be;
    display: block;
    padding: 4px 0 4px 10px;
    transition: All .3s ease;
    -webkit-transition: All.3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
}
footer ul.links li::after {
    background: #8fc74c;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    content: "";
    height: 1px;
    transition: All .3s ease;
    -webkit-transition: All.3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition-timing-function: linear;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
}
footer ul.links li:hover::after {
    width: 100%;
}
footer ul.links li a:hover {
    color: #8fc74c
}
footer .spacer-1 {
    height: 200px
}
footer .spacer-2 {
    height: 300px
}
footer ul.social li a {
    color: #ffffff;
    display: inline-block;
    border: 2px solid #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    padding: 8px 0 0 0
}
footer ul.social li a:hover {
    color: #8fc74c;
    border-color: #8fc74c
}
footer .leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}
footer .last {
    background: #2a2a29;
    padding: 20px 0
}
footer .last a {
    color: #999998
}
footer .last a:hover {
    color: #ffffff
}
.category-description {
    background: #e5faee;
    padding: 75px 0;
    position: relative;
    z-index: 4;
}
.category-description .box {
    border: 5px solid #f3d747;
    padding: 72px 75px 78px 42%;
    position: relative;
}
.category-description .box .product-img {
    position: absolute;
    bottom: -51px;
    left: -100px;
}
.category-description .box .display-3 {}

/**/
.product-listing {
    padding-bottom: 80px;
    display: flex;
}
.product-listing li {
    width: 33.33%;
    padding: 0 20px 40px;
    position: relative;
}
.product-listing li.pull-down {
    padding-top: 80px!important;
}
.product-listing li .item {
    position: relative;
    overflow: hidden;
}
.product-listing li .item .border {
    border: 4px solid var(--yellow)!important;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 7;
    pointer-events: none
}
.product-listing li .item::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 292px;
    background-image: url(../img/product-shade.png);
    content: "";
    display: block;
    z-index: 4;
    pointer-events: none;
    bottom: 0;
    background-position: bottom;
    background-repeat: repeat-x;
    animation: 150s para infinite linear
}
.product-listing li .item .text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 50px;
    z-index: 5;
    top: 60%;
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
}
.product-listing li .item .text img {
    width: auto;
    margin: 0 auto;
    opacity: 1
}
.product-listing li .item:hover .text {
    top: 65%;
    opacity: 0
}
.product-listing li .item .textHV {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px;
    z-index: 5;
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
    background: rgba(35, 100, 62, 0);
    top: 50px;
}
.product-listing li .item .textHV img {
    width: auto;
    margin: 0 auto;
    transition-delay: 250ms;
}
.product-listing li .item .textHV .description {
    padding: 20px 60px 0;
    ;
}
.product-listing li .item .textHV img,
.product-listing li .item .textHV h4,
.product-listing li .item .textHV .description {
    transition: All .9s ease;
    -webkit-transition: All.9s ease;
    -moz-transition: All .9s ease;
    -o-transition: All .9s ease;
    position: relative;
    top: 10px;
    opacity: 0;
}
.product-listing li .item .textHV img {
    max-width: 48px
}
.product-listing li .item .text img {
    max-width: 48px
}
.product-listing li .item:hover .textHV {
    background: rgba(35, 100, 62, 1);
    top: 0;
}
.product-listing li .item:hover .textHV img {
    transition-delay: 0.1s;
    top: 0;
    opacity: 1;
}
.product-listing li .item:hover .textHV h4 {
    transition-delay: 0.2s;
    top: 0;
    opacity: 1;
}
.product-listing li .item:hover .textHV .description {
    transition-delay: 0.3s;
    opacity: 1;
    top: 0;
}
.product-listing li.pull-down .tail {
    position: absolute;
    right: 110px;
    top: calc(100% - 41px);
}
.product-listing li .tail {
    position: absolute;
    right: 110px;
    top: calc(100% - 122px);
}

/* organic product description */
.org-product-info {
    background-color: #256b43;
    padding: 68px 0 140px;
    position: relative;
}
.org-product-info .wall {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: block;
    background-image: url(../img/banner-wall2.png);
    background-repeat: repeat-x;
    background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
    animation: 150s para infinite linear;
}
.org-product-info .box {
    border: 5px solid #ebce1a;
    padding: 92px 140px 135px;
    position: relative;
}
.org-product-info .box .vector-top {
    position: absolute;
    left: calc(50% - 160px);
    top: -220px;
    pointer-events: none;
    max-width: 70%;
    z-index: 99;
}
.org-product-info .box .vector-top2 {
    position: absolute;
    right: -60px;
    top: -64px;
    pointer-events: none;
    max-width: 70%;
    z-index: 99;
}
.org-product-info .vector1 {
    position: absolute;
    left: -150px;
    bottom: -90px;
    pointer-events: none;
    max-width: 70%;
}
.org-product-info .vector2 {
    position: absolute;
    right: -144px;
    bottom: -84px;
    pointer-events: none;
    max-width: 30%;
}
.org-product-info .box .icon {
    margin: 0 auto 20px;
    position: relative;
    width: 70px;
    text-align: center;
}
.org-product-info .box .icon::after,
.org-product-info .box .icon::before {
    display: block;
    width: 100px;
    height: 1px;
    background: #d2bd48;
    position: absolute;
    top: 30px;
    content: "";
}
.org-product-info .box .icon::after {
    left: 100%;
}
.org-product-info .box .icon::before {
    right: 100%;
}

/* about */
.section-about {
    background: #e5faee;
    padding: 50px 0 150px;
    position: relative;
    z-index: 9;
}
.section-about .box {
    border: 5px solid #f3d747;
    padding: 50px 50px 140px;
}

/**/
.history {
    background: #256b43;
    padding: 40px 0 0;
    position: relative;
    z-index: 9
}
.history .top {
    position: absolute;
    bottom: 100%;
    margin-top: -29px;
    pointer-events: none;
}
.history .vector-about {
    position: absolute;
    bottom: -168px;
    pointer-events: none;
    right: 0
}

/**/
.ceo {
    padding: 100px 0 232px;
    background: #ffffff
}
.ceo .vector {
    position: absolute;
    bottom: -67px;
    pointer-events: none;
    right: -63px
}
.ceo .left {
    background: #256b43;
    padding: 30px 0 30px 30px;
}
.ceo .right {
    background: url(../img/bg-ceo.jpg) no-repeat center center / cover;
    padding: 30px 30px 30px 0;
}
.ceo .left .border-inner {
    border: 4px solid #f3d747;
    border-right: 0;
}
.ceo .right .border-inner {
    border: 4px solid #f3d747;
    border-left: 0;
    padding: 40px;
    text-align: center;
    background: url(../img/illam.jpg) no-repeat center center / cover
}
.cms {
    padding: 50px 0 150px;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
    font-weight: bold;
    font-family: 'OrpheusProBold';
}
.cms h1 {
    padding: 15px 0 10px;
}
.cms h2 {
    padding: 15px 0 10px;
}
.cms h3 {
    padding: 15px 0 10px;
}
.cms h5 {
    padding: 15px 0 10px;
}
.cms h6 {
    padding: 15px 0 10px;
}
.cms ul {
    padding: 0 0 10px;
}
.cms ul li {
    padding: 0 0 20px 45px;
    background: url(../img/tic.jpg) no-repeat 0 2px;
}
.cms ol li {
    list-style: decimal;
    list-style-type: decimal;
    padding: 0 0 20px 20px;
}
.cms ol {
    margin: 0 0 0 22px;
}
.pack-booking.bg-green {
    background-color: #e5faee;
}
.pack-booking small {
    font-size: 50%;
}
.pack-booking .load {
    padding: 0
}
.pack-booking .load .load-all-btn {
    border: 1px solid #30955b;
    line-height: 23px;
    font-size: 16px;
}
.pack-booking .load .load-all-btn::before {
    background: #30955b;
    width: 59px;
}
.pack-booking .load:hover .load-all-btn::before {
    width: 110%;
    right: -10px;
}
.pack-booking .load .load-all-btn i {
    color: #ffffff;
    font-size: 22px;
}
.pack-booking .load .load-all-btn span {
    font-family: 'OrpheusProBold';
}
.pack-booking .load:hover .load-all-btn span {
    color: #ffffff;
}
.text-green {
    color: #30955b;
    ;
}
.pack-booking.bg-sandal {
    background-color: #fde7c3;
}
.pack-booking.bg-sandal .load .load-all-btn {
    border: 1px solid #9d6e22;
    line-height: 23px;
    font-size: 16px;
}
.pack-booking.bg-sandal .load .load-all-btn::before {
    background: #9d6e22;
    width: 59px;
}
.pack-booking.bg-sandal .load:hover .load-all-btn::before {
    width: 110%;
}
.pack-booking.bg-sandal .load .load-all-btn span {
    color: #9d6e22;
}
.pack-booking.bg-sandal .load:hover .load-all-btn span {
    color: #ffffff;
}
.text-sandel {
    color: #ab9063;
    ;
}
.left-0 {
    left: 0;
}
.contact-form {
    background: url(../img/contact.svg) no-repeat right 2px;
    padding-right: 300px!important;
}

/**/
@media (min-width:1400px) {
    .container,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1360px;
    }
}
@media (min-width:1366px) {
    .container {
        max-width: 1250px;
    }
}
@media screen and (max-width: 1400px) {
    .product-listing {
        padding-bottom: 7px;
    }
    
    .home-banner .assets {
        bottom: -35px
    }
    
    .product-listing li .item .textHV .description {
        padding: 0
    }
    
    .org-product-info .vector2 {
        max-width: 35%;
    }
    
    .product-listing li .item .textHV .description {
        height: 93px;
        overflow: hidden;
    }
    
    .product-listing li .item .textHV img {
        max-width: 27px;
    }
    
    .org-product-info .box .vector-top {
        width: 230px;
        left: calc(50% - 115px);
        top: -156px;
    }
    
    .section-about .box {
        padding: 50px 50px 34px;
    }
    
    .history .vector-about {
        max-width: 233px;
        bottom: -121px;
    }
    
    .org-product-info .box {
        margin: 0;
        padding: 92px 72px 75px;
    }
    
    .org-product-info .vector1 {
        max-width: 75%;
        left: -102px;
    }
    
    .org-product-info .vector2 {
        right: -105px;
    }
    
    .product-listing li {
        padding: 0 7px 23px;
    }
    
    .product-listing li .tail {
        max-height: 68px;
        top: calc(100% - 121px);
    }
    
    .org-product-info .box {
        margin: 0 10%;
    }
    
    .product-listing li .item .text img {
        max-width: 27px
    }
    
    .product-listing li .item .text {
        padding: 0 22px 22px;
    }
    
    .product-listing li {
        padding: 0 7px 40px;
    }
    
    .category-description .box .product-img {
        max-width: 572px;
    }
    
    .category-description .box {
        padding: 72px 75px 78px 46%;
    }
    
    .load .load-all-btn {
        padding: 8px 67px 7px 21px;
    }
    
    .load .load-all-btn i {
        right: 10px;
        top: 7px;
    }
    
    .home-banner.inner-banner .container-lg {
        height: 441px;
    }
    
    .home-banner.inner-banner .page-title {
        font-size: 40px;
    }
    
    .load .load-all-btn::before {
        width: 70px;
    }
    
    .home-banner.inner-banner .bnr-organic-left {
        max-width: 297px;
        bottom: 10px;
    }
    
    .home-banner.inner-banner .bnr-organic-right {
        max-width: 294px;
        bottom: -43px;
    }
    
    footer h2 {
        font-size: 25px;
    }
    
    footer .leaf {
        max-width: 262px;
    }
    
    footer .spacer-2 {
        height: 227px;
    }
    
    .products .title img {
        max-width: 30px
    }
    
    .products .title h2 {
        padding: 19px 0 15px;
    }
    
    .SectionStory {
        margin-bottom: 211px;
    }
    
    .load {
        padding: 14px 0 47px;
    }
    
    .organic-products .box {
        margin: 0 100px;
    }
    
    .organic-products .box span {
        font-size: 34px;
    }
    
    .organic-products .box .link {
        font-size: 14px;
    }
    
    body {
        font-size: 16px;
    }
    
    .organic-products .vector-left {
        max-width: 300px;
        left: -65px;
    }
    
    .organic-products .vector-right {
        max-width: 267px;
        right: -57px;
    }
    
    .organic-products .vector-left,
    .organic-products .vector-right {
        top: -68px;
    }
    
    .organic-products {
        padding: 163px 0 133px;
    }
    
    .Company-Groth {
        font-size: 16px;
    }
    
    .Company-Groth .colum .counter {}
    
    header .first-row ul li i img {
        max-height: 19px;
        width: auto
    }
    
    header .first-row ul li {
        font-size: 15px;
    }
    
    header .first-row ul {
        padding: 11px 0 5px;
    }
    
    .home-banner {
        margin-top: 39px;
    }
    
    header .second-row {
        padding: 17px 0;
    }
    
    header .second-row .left {
        font-size: 15px;
    }
    
    header .second-row .right .online-store {
        font-size: 16px;
    }
    
    header .navbar .brand img {
        max-width: 210px
    }
    
    header .navbar .nav-item a {
        font-size: 18px;
    }
    
    .home-banner {
        min-height: 733px;
    }
    
    .home-banner .flower {
        max-width: 37%;
        bottom: 7px;
    }
    
    .home-banner .leaf {
        max-width: 239px;
        margin-left: -120px;
    }
    
    .home-banner .wall {
        height: 101px;
    }
    
    .carousel.carousel-fade .carousel-item .text {
        padding-left: 80px
    }
    
    .Company-Groth {
        padding: 73px 0 46px
    }
    
    .Company-Groth h2 {
        padding: 0 0 32px;
    }
    
    .SectionStory .vector {
        max-width: 52%;
        left: -19px;
    }
    
    .SectionStory .wall {
        height: 53px;
    }
    
    .SectionStory .leaf {
        right: -18px;
        max-width: 220px;
    }
    
    .products .owl-carousel .owl-item .item .text img {
        max-width: 32px
    }
    
    .products .owl-carousel .owl-item .item .text {
        padding: 1px 35px 40px;
    }
    
    .products .owl-carousel .owl-item .item .textHV {
        padding: 25px;
    }
    
    .products .owl-carousel .owl-item .item .textHV .description {
        padding: 4px 26px 0;
        line-height: 23px;
        font-size: 16px;
    }
    
    .products .owl-carousel .owl-item .item .text h3 {
        font-size: 24px;
    }
    
    .load {
        padding: 50px 0 47px;
    }
    
    .organic-products .vector-left {
        max-width: 380px;
        left: -119px;
    }
    
    .organic-products .vector-right {
        max-width: 380px;
    }
    
    .organic-products .vector-left,
    .organic-products .vector-right {
        top: -150px;
    }
    
    .organic-products {
        padding: 163px 0 207px;
    }
    
    .organic-products .wall {
        height: 58px;
    }
    
    .organic-products .box {
        padding: 49px 50px 100px;
    }
    
    .certification {
        padding: 0 0 44px;
    }
    
    footer .logo img {
        max-width: 200px
    }
    
    footer {
        font-size: 15px;
        line-height: 26px;
    }
    
    footer ul.social li a {
        font-size: 21px;
        width: 40px;
        height: 40px
    }
    
    .SectionStory .vector {
        right: auto
    }
}
@media screen and (max-width: 1365px) {}
@media screen and (max-width: 1279px) {}
@media screen and (max-width: 1199px) {
    /* .product-listing li .item::after {
        height: 153px;
    } */
    
    .product-listing li .item .textHV {
        padding: 24px;
    }
    
    .product-listing li .item .textHV .description {
        display: none;
    }
    
    .product-listing li .item .text {
        top: 49%;
    }
    
    .site-banner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        padding: 0;
    }
    
    header .navbar .nav-item a {
        padding: 0 11px 16px !important;
        font-size: 16px;
    }
    
    .Company-Groth .border-right.colum:nth-child(2) {
        border-right: 0!important
    }
    
    .Company-Groth .colum:nth-child(2) i {
        left: 14px;
    }
    
    .home-banner {
        min-height: 618px;
    }
    
    .Company-Groth .colum:nth-child(1),
    .Company-Groth .colum:nth-child(2),
    .Company-Groth .colum:nth-child(3),
    .Company-Groth .colum:nth-child(4) {
        width: 50%;
        margin-bottom: 20px
    }
    
    .SectionStory .bg .description {
        font-size: 15px;
        padding: 0 0 17px;
    }
    
    .SectionStory .bg .more {
        padding: 0 40px 8px;
    }
    
    .SectionStory .leaf {
        max-width: 219px;
    }
    
    .products .owl-carousel .owl-item .item .textHV .description {
        height: 150px;
        overflow: hidden;
        height: 71px;
    }
    
    .products .owl-carousel .owl-item .item .text h3 {
        font-size: 20px;
    }
    
    .products .owl-carousel .owl-item .item .text {
        top: 49%;
    }
    
    .organic-products .vector-left {
        max-width: 324px;
    }
    
    .organic-products .vector-right {
        max-width: 280px;
    }
}
@media screen and (max-width:991px) {
    .home-banner.inner-banner .container-lg {
        height: 358px;
    }
    
    .home-banner.inner-banner .page-title {
        padding-top: 152px;
    }
    
    .category-description .box .product-img {
        max-width: 371px;
        left: -2px;
    }
    
    .product-listing li {
        width: 50%;
    }
    
    footer .leaf {
        max-width: 282px;
    }
    
    .SectionStory .bg {}
    
    .SectionStory .frame {
        max-width: 400px;
        margin: 0 auto
    }
    
    header .navbar .brand {
        margin-top: 0;
    }
    
    header .navbar .brand {
        padding: 15px 0
    }
    
    .carousel.carousel-fade .carousel-item .text {
        padding-left: 0px;
    }
    
    .home-banner {
        min-height: 473px;
    }
    
    .home-banner .flower {
        max-width: 25%;
    }
    
    .home-banner .leaf {
        max-width: 100px;
        margin-left: -50px;
        bottom: 13px;
    }
    
    .SectionStory .vector {
        display: none
    }
    
    .SectionStory .leaf {
        right: 50%;
        max-width: 150px;
        margin-right: -75px
    }
    
    .SectionStory {
        margin-bottom: 111px;
    }
    
    .organic-products .vector-left,
    .organic-products .vector-right {
        display: none
    }
    
    .organic-products {
        padding: 67px 0 71px;
    }
    
    .organic-products .box {
        padding: 58px 23px 45px;
        width: 100%;
        margin: 0;
        display: contents;
    }
    .organic-products .box.text-center>.circle>img.rounded-circle {
        display: none;
    }
    
    .organic-products .circle {
        margin: -123px auto 25px;
    }
    
    .SectionStory .bg {
        padding: 50px 20px
    }
}
@media screen and (max-width:768px) {
    .contact-form {
        padding: 25px !important;
    }
}
@media screen and (max-width:767px) {
    .home-banner.inner-banner .bnr-organic-right,
    .home-banner.inner-banner .bnr-organic-left,
    .category-description .box .product-img,
    .home-banner .assets {
        display: none;
    }
    
    .category-description {
        padding: 20px 0 40px;
    }
    
    .org-product-info .box {
        padding: 32px 35px 12px;
    }
    
    .org-product-info {
        padding: 8px 0 104px;
    }
    
    .home-banner.inner-banner .container-lg {
        height: 301px;
    }
    
    .category-description .box {
        padding: 40px;
    }
    
    .home-banner .carousel {
        padding: 68px 0 0 0;
    }
    
    .organic-products .box {
        max-width: 0;
    }
    
    footer .spacer-1 {
        display: none
    }
    
    footer h2 {
        margin-bottom: 0;
        padding: 25px 0 10px
    }
    
    footer .spacer-2 {
        height: 228px;
    }
    
    .products .owl-carousel .owl-item .item .textHV .description {
        display: none
    }
    
    header .first-row .container {
        overflow-x: auto
    }
    
    header .first-row ul {
        padding: 11px 0;
        width: 641px;
    }
    
    header .first-row .container-fluid {
        overflow-x: auto
    }
    
    footer .logo {
        display: none
    }
    
    footer {
        padding: 20px 0 0 0;
    }
    
    footer h2 br,
    footer .spacer-2,
    footer .leaf {
        display: none
    }
}
@media screen and (max-width:640px) {
    .Company-Groth .colum {
        padding: 0 13px 0 46px;
    }
    
    .Company-Groth {
        padding: 24px 14px 46px;
    }
    
    .Company-Groth .colum i {
        left: 8px;
    }
    
    .Company-Groth .colum i img {
        max-width: 25px;
    }
    
    .Company-Groth {
        font-size: 12px;
    }
    
    .SectionStory .bg h2 {
        padding: 0 0 2px;
    }
    
    .SectionStory .bg {
        padding: 20px 20px;
    }
    
    .SectionStory .bg .description {
        max-height: 69%;
        overflow: hidden
    }
    
    .SectionStory .bg .more {
        padding: 15px 40px 8px;
    }
    
    .SectionStory .content-2 .logo {
        max-width: 80%
    }
    
    .organic-products .box .link {
        display: block!important;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
        width: 100%;
    }
    
    .organic-products .box .link:last-child {
        border-bottom: 0;
    }
    
    .home-banner {
        min-height: 321px;
    }
    
    header .navbar .brand img {
        max-width: 112px;
    }
    
    .carousel.carousel-fade .carousel-item:first-child img {
        bottom: 40%
    }
    
    .carousel.carousel-fade .carousel-item:second-child img {
        bottom: 40%
    }
    
    .home-banner .carousel .carousel-inner .carousel-item h4 {
        font-size: 15px;
    }
    
    .home-banner .carousel .carousel-inner {
        padding-bottom: 71px;
    }
    
    .home-banner::after {
        opacity: .7
    }
    
    .products .owl-carousel .owl-controls .owl-prev::after {
        background-size: 6px;
    }
    
    .products .owl-carousel .owl-controls .owl-next::after {
        background-size: 6px;
    }
}
@media only screen and (max-width: 600px) {}
@media screen and (max-width:578px) {}