/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
    --primary-color: #A47E48;
    --white-color: #ffffff;
}

.site-header+.elementor[data-elementor-post-type="page"],
body {
    overflow-x: hidden;
}


.wp-child-theme-hello-elementor-child .site-header.header-full-width {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.page-content>.post,
.page-header .entry-title,
.entry-title {
    display: none !important;
}

.autoscroll {
    cursor: pointer;
    ;
}

.wp-child-theme-hello-elementor-child .site-header.header-stacked .header-inner {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-areas: "MobileMenu Logo";
    padding: 0;
}

.wp-child-theme-hello-elementor-child .site-header .site-branding {
    grid-area: Logo;
}

.wp-child-theme-hello-elementor-child .site-header .header-inner .site-branding .site-logo img {
    max-width: 130px;
}

.wp-child-theme-hello-elementor-child .site-header .site-navigation {
    grid-area: Navigation;
}

.wp-child-theme-hello-elementor-child .site-header .site-navigation-toggle-holder {
    grid-area: MobileMenu;
    padding: 0;
}

.wp-child-theme-hello-elementor-child .site-header .site-navigation-toggle-holder .site-navigation-toggle {
    transform: scale(1.5);
    background-color: transparent;
    color: #fff;
}

.wp-child-theme-hello-elementor-child .site-header .header-inner .custom-logo-link {
    display: inline-block;
}

.wp-child-theme-hello-elementor-child .site-navigation ul.menu {
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
    column-gap: 50px;
}

.wp-child-theme-hello-elementor-child .site-header .site-navigation .menu li a {
    padding: 30px;
}

.wp-child-theme-hello-elementor-child .text-custom-underline .e-form__buttons {
    max-width: max-content;
    margin-left: auto;
}

.wp-child-theme-hello-elementor-child .site-header .site-navigation .menu li.call-to-action a {
    background-color: var(--primary-color);
    position: relative;
    padding: 20px 30px;
}

.elementor-widget-form .elementor-message {
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
}

.wp-child-theme-hello-elementor-child .text-custom-underline button {
    position: relative;
    padding: 20px 40px !important;
}

.wp-child-theme-hello-elementor-child .text-custom-underline button:before,
.wp-child-theme-hello-elementor-child .text-custom-underline a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 16px;
    width: 30px;
    height: 1px;
    z-index: 1;
    transform: translateX(-50%);
    background-color: var(--white-color);
    transition: width 0.3s ease-in-out;
}

.wp-child-theme-hello-elementor-child .text-custom-underline button:hover:before,
.wp-child-theme-hello-elementor-child .text-custom-underline:hover a:before {
    width: calc(100% - 60px);
}

.section__hero-banner .video__banner.elementor-widget-video {
    max-height: 100vh;
}

.section__hero-banner .video__banner.elementor-widget-video .elementor-wrapper video {
    min-height: 100vh;
    height: 100vh;
}

.section__hero-banner {
    position: relative;
}

.section__hero-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: 1;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content {
    top: auto !important;
    bottom: 12%;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    padding: 0 20px;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content p {
    margin: 0;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-text-editor {
    max-width: 820px;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-button {
    margin-top: 40px;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-heading.ml-auto {
    margin-left: auto;
}

.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-html {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.wp-child-theme-hello-elementor-child .section__practical-info .elementor-widget-button .elementor-button,
.wp-child-theme-hello-elementor-child .section__text-content .elementor-widget-button .elementor-button,
.wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-button .elementor-button {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    line-height: 1.5;
    font-size: 14px;
}

.wp-child-theme-hello-elementor-child .section__practical-info .elementor-widget-button .elementor-button {
    padding: 20px 30px;
}

.wp-child-theme-hello-elementor-child .section__practical-info .text-custom-underline a:before {
    bottom: 17px;
}


.wp-child-theme-hello-elementor-child .section__description {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wp-child-theme-hello-elementor-child .elementor.elementor .e-con.section__description>.elementor-widget.elementor-widget-heading {
    max-width: 810px;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 0;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x mandatory;
    padding-bottom: 40px;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
    scroll-snap-align: start;
    margin: 0 !important;
    height: 100%;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text {
    line-height: normal;
    padding: 0 20px 38px 20px;
    width: 100%;
    display: block;
    height: 100%;
    max-width: 100%;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text .subtitle {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    display: block;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: transparent;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-image img {
    width: 100%;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text:after {
    content: '';
    position: absolute;
    top: calc(100% - 14px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #A47E48;
    border-radius: 100%;
    background-color: #F8F4F3;
    z-index: 2;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text:after {
    background-color: #A47E48;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #A47E48;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor p {
    margin-bottom: 0;
}

.wp-child-theme-hello-elementor-child .section__text-content .elementor-widget-button {
    margin: 0 auto;
    margin-top: 60px;
}

.wp-child-theme-hello-elementor-child .section__chef-info {
    max-width: 1524px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
}

.wp-child-theme-hello-elementor-child .section__chef-info .elementor-widget-image img {
    width: 100%;
}

.wp-child-theme-hello-elementor-child .section__chef-info .elementor-widget-image {
    position: relative;
}

.wp-child-theme-hello-elementor-child .section__chef-info .elementor-widget-image a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    width: 45px;
    background: url(../hello-elementor-child/assets/images/video-icon.svg) no-repeat center;
    background-size: contain;
    z-index: 0;
}

.wp-child-theme-hello-elementor-child .section__practical-info {
    max-width: 1524px;
    margin: 0 auto;
    position: relative;
}

.wp-child-theme-hello-elementor-child .section__practical-info .break-2-line.elementor-widget.elementor-widget-heading {
    max-width: 68%;
}

.wp-child-theme-hello-elementor-child .section__practical-info::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 30px;
    height: 570px;
    width: 570px;
    background: url(../hello-elementor-child/assets/images/glass.svg) no-repeat center;
    background-size: contain;
    z-index: 0;
    transform: translateX(-50%);
}


.wp-child-theme-hello-elementor-child .elementor.elementor .e-con>.elementor-widget.block__faq {
    max-width: 762px;
    margin: 0 auto;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion.block__faq .e-n-accordion-item {
    border-bottom: 1px solid #A47E48;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion.block__faq .e-n-accordion-item:first-child {
    border-top: 1px solid #A47E48;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion.block__faq .e-n-accordion-item-title {
    border: 0;
    padding: 17px 0;
    justify-content: space-between;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion.block__faq .elementor-element[data-element_type="container"] {
    border: 0;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion .e-n-accordion-item-title-icon::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    right: 5px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #A47E48;
    transition: transform 0.3s ease-in-out;
    z-index: 4;
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon::before {
    transform: rotate(90deg);
}

.wp-child-theme-hello-elementor-child .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    display: none !important;
}

.wp-child-theme-hello-elementor-child .elementor-element.custom__container,
.wp-child-theme-hello-elementor-child .elementor.elementor .e-con>.section__testimonial-slider.elementor-widget-testimonial-carousel {
    max-width: 1524px;
    margin: 0 auto;
    position: relative;
}

.wp-child-theme-hello-elementor-child .elementor-element.custom__container {
    display: grid;
    grid-template-columns: 100%;
}

.wp-child-theme-hello-elementor-child .elementor-element.custom__container .elementor-element.custom__subcontainer {
    max-width: 485px;
}

.wp-child-theme-hello-elementor-child .elementor-widget-testimonial-carousel .elementor-main-swiper {
    max-width: 820px;
    margin: 0 auto;
}

.wp-child-theme-hello-elementor-child .elementor.elementor .e-con>.section__testimonial-slider.elementor-widget-testimonial-carousel::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 180px;
    width: 180px;
    background: url(../hello-elementor-child/assets/images/shell.svg) no-repeat center;
    background-size: contain;
    z-index: 0;
}

.newyear-menu .swiper-slide-bg {
    height: 350px !important;
    min-height: auto !important;
}

.newyear-menu .swiper-slide-inner {
    position: relative !important;
}

.newyear-menu .elementor-swiper-button {
    top: 175px !important;
    padding: 5px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
}

.newyear-menu .elementor-swiper-button svg {
    visibility: hidden;
}

.newyear-menu .elementor-swiper-button-prev::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/chevron-left.svg);
    background-size: contain;
    left: -1px;
    top: 0;
}



.newyear-menu .elementor-swiper-button-next::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/chevron-left.svg);
    background-size: contain;
    left: 1px;
    top: 0;
    transform: rotate(180deg);
}


.no-controls__video .vp-player-ui-overlays {
    display: none;
}

@media (max-width: 767px) {
div#pc_video_popup_modal .video {
    width: 100% !important;
}

.vp-center {
    position: absolute;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#pc_video_popup_modal .video iframe {
    height: 220px !important;
}
}


@media(min-width: 1024px) {

    .wp-child-theme-hello-elementor-child .site-header.header-stacked .header-inner {
        grid-template-columns: 3fr 1fr 3fr;
        grid-template-areas: "MobileMenu Logo Navigation";
    }

    .wp-child-theme-hello-elementor-child .site-navigation ul.menu {
        justify-content: flex-end;
        column-gap: 0;
        flex-wrap: wrap;
    }

    .wp-child-theme-hello-elementor-child .section__chef-info .elementor-widget-image a:before {
        height: 70px;
        width: 70px;
    }

}

@media(min-width: 1024px) and (min-height: 599px) and (max-height: 760px) {

    .section__hero-banner .video__banner.elementor-widget-video,
    .section__hero-banner .video__banner.elementor-widget-video .elementor-wrapper video {
        min-height: 740px;
    }
}


@media(min-width: 1280px) {
    .wp-child-theme-hello-elementor-child .site-header.header-full-width {
        padding: 40px;
    }

    .wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content {
        padding: 0 70px;
    }

    .wp-child-theme-hello-elementor-child .site-header .header-inner .site-branding .site-logo img {
        max-width: 160px;
    }

    .wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-button {
        margin-top: 80px;
    }

    .wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-html {
        top: calc(100% + 40px);
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs {
        grid-template-columns: 1fr 1.2fr;
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text {
        display: inline-block;
        max-width: max-content;
        padding-right: 80px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
        display: flex;
        align-items: flex-end;
        row-gap: 0;
        padding-bottom: 0;
        padding-right: 80px;
        position: relative;
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text:after {
        left: auto;
        right: -12px;
        top: 44%;
        transform: translateY(-50%);
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text:before {
        height: 100%;
        width: 1px;
        bottom: auto;
        top: 0;
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tab-title-text .subtitle {
        font-size: 16px;
    }

    .wp-child-theme-hello-elementor-child .elementor.elementor .e-con>.section__testimonial-slider.elementor-widget-testimonial-carousel::before {
        left: 88%;
        bottom: 0;
        height: 220px;
        width: 220px;
        transform: translateX(-50%);
    }

    .wp-child-theme-hello-elementor-child .section__chef-info {
        grid-template-columns: 1fr 1.5fr;
    }

    .wp-child-theme-hello-elementor-child .elementor-element.custom__container {
        grid-template-columns: 1fr 1fr;
    }

    .section__dynamic-tabs .section__custom-vertical-tabs.elementor-widget-n-tabs .e-n-tabs-heading::before {
        content: '';
        position: absolute;
        right: 37%;
        bottom: 30px;
        height: 600px;
        width: 600px;
        background: url(../hello-elementor-child/assets/images/bottle.svg) no-repeat center;
        background-size: 100%;
        z-index: 0;
    }
}

@media(min-width: 1640px) {

    .wp-child-theme-hello-elementor-child .section__practical-info .elementor-widget-button .elementor-button,
    .wp-child-theme-hello-elementor-child .section__text-content .elementor-widget-button .elementor-button,
    .wp-child-theme-hello-elementor-child .section__hero-banner .hero__text-content .elementor-widget-button .elementor-button {
        padding: 30px 60px;
    }

    .wp-child-theme-hello-elementor-child .text-custom-underline a:before {
        bottom: 24px;
    }

    .wp-child-theme-hello-elementor-child .site-header .site-navigation .menu li.call-to-action a {
        padding: 30px 40px;
    }
}