/* Graphen Bold Font face  */

@font-face {
    font-family: "Graphen Bold";
    font-weight: bold;
    src: url("../fonts/Graphen_Bold.otf") format("opentype");
}


/* Graphen Bold Font face  */

body {
    font-size: calc(20px + (28 - 20) * ((100vw - 768px) / (1920 - 768)));
    font-family: "korolev", sans-serif;
    line-height: 1.2;
    font-weight: 500;
}

.align-centerd-column {
    align-items: center;
}

a.uk-button.uk-button-default {
    background-color: transparent;
    border: 1px solid #f5deab;
    color: white;
    padding: 1px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #fbf6e9;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

a.uk-button.uk-button-default:hover {
    background-color: #f5deab;
    color: #000;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.container--header {
    max-width: 1670px;
}

.container--header .columns {
    justify-content: space-between;
}

.container--header .column {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: initial;
    max-width: 100%;
    padding: 0 15px;
}

.menu {
    position: relative;
    left: 0px;
    padding-right: 30px;
}

.column.two-menu-col {
    display: flex;
    position: relative;
    align-items: center;
}

.menu__wrap {
    width: 27px;
    height: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: -webkit-transform 330ms ease-out;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

.menu__wrap.active:after {
    top: -17px;
    left: -14px;
}

.menu {
    position: relative;
}

.menu__link {
    font-size: 17px;
    font-family: "Noe Display";
    color: #fff;
    font-style: italic;
    line-height: 1.2;
    position: absolute;
    left: 57px;
    color: #fff;
    text-transform: uppercase;
    top: 0px;
    background: #050f13;
    padding: 5px 8px 2px;
    border-radius: 60px;
}

.menu__wrap.active {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 99999;
}

#toggle-open .line-menu,
.default .menu__wrap .line-menu,
.light .menu__wrap .line-menu {
    background: #fff;
    position: absolute;
}

.line-menu {
    top: 10px;
    position: absolute;
}

.line-menu.start {
    top: 0;
    right: 0px;
}

.line-menu.end {
    top: 20px;
    right: 0px;
}

.line-menu {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 1px;
}

.line-menu.half {
    width: 50%;
}

.line-menu.start {
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.active .line-menu.start {
    -webkit-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
    width: 100%;
    right: 14px;
    height: 1.5px;
    display: none
}

.line-menu.end {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.active .line-menu.end {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
    width: 100%;
    right: -13px;
    height: 1.3px;
}

.active .menu__link {
    display: none;
}

.overlay-menu {
    display: none;
    transition: visibility 0.35s, height 0.35s;
}

.overlay-menu--on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: block;
    transition: visibility 0.35s, height 0.35s;
    background: rgba(0, 0, 0, 0.9) !important;
}

.overlay-menu__list {
    padding-top: 170px;
    padding-left: 70px;
    display: flex;
    flex-flow: column wrap;
    align-self: flex-start;
    width: 330px;
}

.overlay-menu__list li {
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    animation: fadeInLeft 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay-menu__list li a {
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 21px;
    padding: 20px 0;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, opacity 0.3s ease-in-out, outline 0.3s ease;
    position: relative;
    display: inline-block;
}

.overlay-menu__list li:first-child a {
    padding-top: 0;
}

.overlay-menu__list li a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.overlay-menu__list li a:hover:after {
    width: 100%;
}

.overlay-menu__list li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay-menu__list li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.overlay-menu__list li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.overlay-menu__list li:nth-of-type(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.overlay-menu__list li:nth-of-type(6) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.overlay-menu__list li:nth-of-type(7) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.overlay-menu__list li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

ul.primary-menu-items {
    display: flex;
    align-items: center;
}

ul.primary-menu-items li {
    padding-right: 20px;
}

ul.primary-menu-items li a {
    font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.logo img {
    max-width: 323px;
}

a.icon.cart-icon {
    display: block;
}

a.icon.cart-icon img {
    max-width: 27px;
}

.hero-banner-section {
    background: url(../images/hero-banner-bg.png);
    padding: 20% 0px;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.hero-banner-section h1 {
    font-size: calc(70px + (210 - 70) * ((100vw - 768px) / (1920 - 768)));
    font-family: "Graphen Bold";
    font-weight: bold;
    color: #fbf6e9;
    line-height: calc(70px + (210 - 100) * ((100vw - 768px) / (1920 - 768)));
    opacity: 0.7;
}

.hero-banner-section p {
    font-weight: 300;
    font-style: normal;
    font-family: "korolev", sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: #fbf6e9;
    font-size: calc(20px + (28 - 20) * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(20px + (28 - 1) * ((100vw - 768px) / (1920 - 768)));
}

.spacer {
    height: 30px;
}

.scroll-next {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 50px;
    font-weight: 500;
}

.scroll-next:after,
.scroll-next:before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.scroll-next:after {
    background-color: #fff;
    -webkit-animation: scrl 2s infinite;
    animation: scrl 2s infinite;
}

.story-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    font-family: "korolev", sans-serif;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 50px;
    font-weight: 500;
}

.story-link:after,
.story-link:before {
    content: "";
    display: block;
    width: 1px;
    height: 122px;
    position: absolute;
    pointer-events: none;
    bottom: -81px;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.63);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 22;
}

.story-linkśt:after {
    background-color: #fff;
}

@-webkit-keyframes scrl {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    70% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    71% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes scrl {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    70% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    71% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

section.slider-section {
    padding: 30px 0px;
    background: #000;
}

section.slider-section .container {
    max-width: 1450px;
    margin: 0 auto;
}

.item-bg {
    position: relative;
}

.items-details {
    position: absolute;
    bottom: 160px;
    right: 0px;
    left: 0px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.items-details h4 {
    font-family: "Graphen Bold";
    font-weight: bold;
    font-size: calc(20px + (30 - 20) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.items-details h5 {
    font-family: "korolev", sans-serif;
    line-height: 1.2;
    font-weight: 500;
    font-size: calc(20px + (30 - 30) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    text-transform: uppercase;
    margin-bottom: 30px;
}

a.more-options {
    font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    font-family: "korolev", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.item-bg img {
    max-width: 400px;
    margin: 0 auto;
}

.slider-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.slider-section .owl-carousel .nav-btn {
    height: 68px;
    position: absolute;
    width: 68px;
    cursor: pointer;
    top: 50%;
    margin-top: -68px;
    background-size: 42px;
}

.slider-section .owl-carousel .prev-slide {
    background: url(../images/slider-left-arrow.png) no-repeat scroll 0px 0px;
    left: 0px;
}

.slider-section .owl-carousel .next-slide {
    background: url(../images/slider-right-arrow.png) no-repeat scroll 0px 0px;
    right: 0px;
}

.spacer_100 {
    height: 100px;
}

.spacer_30 {
    height: 30px;
}

.image-cover-section {
    background: url(../images/fresh-organic-avocados.png) no-repeat scroll 0px 0px;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}

.image-cover-section h2 {
    font-size: calc(70px + (140 - 70) * ((100vw - 768px) / (1920 - 768)));
    font-family: "Graphen Bold";
    font-weight: bold;
    color: #fbf6e9;
    max-width: 700px;
    text-align: center;
    line-height: calc(70px + (140 - 30) * ((100vw - 768px) / (1920 - 768)));
}

.vertical-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.recipes-section {
    background: url(../images/recipes-banner-bg.png) no-repeat scroll 0px -1px;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}

section.recipes-section .content-container {
    max-width: 1670px;
    margin: 0 auto;
}

section.recipes-section .centered-content {
    max-width: 700px;
    margin: 0 auto;
}

section.recipes-section .centered-content p {
    font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(14px + (24 - 1) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    font-family: "korolev", sans-serif;
    font-weight: 500;
}

section.recipes-section .content img {
    max-width: 600px;
}

section.recipes-section .content h3 {
    font-size: calc(70px + (125 - 70) * ((100vw - 768px) / (1920 - 768)));
    font-family: "Graphen Bold";
    font-weight: bold;
    color: #fbf6e9;
    margin-bottom: 12px;
}

section.recipes-section .content p {
    font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(14px + (24 - 1) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    font-family: "korolev", sans-serif;
    font-weight: 500;
}

section.recipes-section .max-content-400 {
    max-width: 400px;
}

section.recipes-section .single-image img {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    margin-left: 10%;
}

.support-image img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

.footer-section p {
    font-size: calc(14px + (28 - 14) * ((100vw - 768px) / (1920 - 768)));
    line-height: calc(14px + (28 - 1) * ((100vw - 768px) / (1920 - 768)));
    color: #fbf6e9;
    font-family: "korolev", sans-serif;
    font-weight: 300;
}

section.recipes-section .max-content-550 {
    max-width: 550px;
    margin: 0 auto;
}

section.recipes-section .max-content-550 p {
    text-align: center;
}

section.recipes-section .max-content-550 h3 {
    font-size: calc(40px + (80 - 40) * ((100vw - 768px) / (1920 - 768)));
    font-family: "Graphen Bold";
    font-weight: bold;
    color: #fbf6e9;
    line-height: calc(40px + (80 - 30) * ((100vw - 768px) / (1920 - 768)));
    text-align: center;
    margin-bottom: 30px;
}

.social-links ul.social-icons {
    display: flex;
}

.social-links {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-links ul.social-icons li a {
    font-weight: bold;
    height: 64px;
    width: 64px;
    color: #fbf6e9;
    border: 1px solid #f5deab;
    display: block;
    border-radius: 100px;
    line-height: 64px;
    font-size: 30px;
    font-family: korolev-rounded;
}

.social-links ul.social-icons li a:hover {
    background: #f5deab;
    color: #000;
}

.social-links ul.social-icons li {
    margin: 0px 10px;
}

.copy-right p {
    text-align: center;
    font-size: 17px;
}
.hero-banner-section.pd-b-out {
    padding-bottom: 0;
}
.parallaxSection {
    width: 100%;
    padding: 50px 0px;
    background: url('../images/avocado.jpg') no-repeat center;
    background-size: cover;
    background-attachment: initial;
    background-attachment: fixed;
}

.parallaxSection--hasOverlay {
    position: relative;
    color: #fbf6e9;
}

.parallaxSection--hasOverlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.parallaxSection--hasOverlay .container {
    position: relative;
    z-index: 2;
}
.single-details h4 {
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    width: min(100%, 850px);
    margin: 1.5em 0px;
    margin-inline: auto;
    text-shadow: 0px 0px 50px #000000;
}
.darkSection {
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 100px 0px;
}
.flexCC {
    display: flex;
    align-items: center;
    justify-content: center;
}
.w50p {
    width: 50%;
}
.contentBox {
    padding-left: 30px;
}
.contentBox h5 {
    font-size: 1.7em;
    font-weight: 600;
    font-family: "Graphen Bold";
    background: linear-gradient(90deg, #8faf28, #ffee46);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.whiteSection {
    padding: 20px 0px;
}
.longTileBox {
    width: min(100%, 1000px);
    margin-inline: auto;
}
.longTile__each {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcdcdc;
    margin: 90px 0px;
    padding: 0px 0px;
    border-radius: 10px;
}
.longTile__each__img {
    margin: 0;
    width: 150px;
}
.longTile__each__img__in {
    width: 100%;
    position: relative;
    top: -60px
}
.longTile__each__content {
    width: calc(100% - 150px);
    padding: 20px;
}
.longTile__each:nth-child(even) .longTile__each__img {
    order: 1;
}
.longTile__each__content p {
    font-size: 0.8em;
    line-height: 1.5em;
}
.hero-banner-section .content img{
    display: block;
}
.hero-banner-section.hero-banner-section--story {
    padding: 12% 0 0;
}

/* Media Queries */

@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    section.recipes-section .content img {
        max-width: 100%;
    }
    ul.primary-menu-items li a {
        font-size: 18px;
    }
    .column.two-menu-col {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .overlay-menu__list {
        padding-top: 45px;
        padding-left: 50px;
        display: flex;
    }
    .logo img {
        max-width: 120px;
        margin: 0px;
        display: block;
    }
    a.logo-image {
        position: relative;
        top: -60px;
        left: 47px;
        display: inline-block;
    }
    .primary-menu {
        position: absolute;
        right: 0px;
    }
    a.uk-button.uk-button-default {
        font-size: 15px;
        color: #fbf6e9;
        border-radius: 4px;
        height: 35px;
        line-height: 35px;
    }
    .primary-menu.account-items {
        top: 80px;
    }
    .header {
        background: #000;
    }
    .hero-banner-section h1 {
        font-size: 45px;
    }
    article.main-page-section {
        padding-top: 143px
    }
    .hero-banner-section p {
        font-size: 22px;
        line-height: 36px;
    }
    .hero-banner-section {
        min-height: auto;
    }
    .content img {
        max-width: 250px;
        margin: 0 auto;
        display: block;
        padding: 20px 0px;
    }
    .items-details {
        position: static;
    }
    .vertical-content {
        min-height: auto;
    }
    .image-cover-section h2 {
        font-size: 35px;
        line-height: 45px;
    }
    section.recipes-section .centered-content p {
        font-size: 22px;
        line-height: 36px;
    }
    .spacer_100 {
        height: 50px;
    }
    .single-image {
        padding: 30px 0px;
    }
    section.recipes-section .single-image img {
        top: 0px;
        margin-left: 0px;
        max-width: 100%;
    }
    section.recipes-section .content p {
        font-size: 22px;
        line-height: 36px;
    }
    section.recipes-section .max-content-550 h3 {
        font-size: 35px;
        line-height: 45px;
    }
    section.recipes-section .max-content-550 p {
        font-size: 22px;
        line-height: 36px;
    }
    .copy-right p {
        font-size: 20px;
        line-height: 30px;
    }
    .single-details p {
        line-height: 1.8em;
    }
    .darkSection .flexCC {
        flex-direction: column;
    }
    .w50p {
        width: 100%;
    }
    .contentBox {
        padding: 30px 0px;
    }
    .longTile__each {
        align-items: flex-start;
        margin: 60px 0px;
    }
    .longTile__each__img {
        width: 80px;
    }
    .longTile__each__img__in {
        top: -30px;
    }
    .longTile__each__content {
        width: calc(100% - 80px);
    }
}
