@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../../fonts/HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/HelveticaNeueCondensedBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Migra';
    src: url('../../fonts/MigraItalic-ExtralightItalic.ttf') format('truetype');
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

p {
    font-size: 1em;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus {
    outline: 0;
}

input,
textarea {
    border-radius: 0 !important;
}

.container-fluid {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * 2);
    padding-left: calc(var(--bs-gutter-x) * 2);
}


/* header */

header {
    padding: 35px 0px;
}

.primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 35px;
    text-transform: uppercase;
    justify-content: end;
    font-size: 17px;
    font-weight: bold;
    transition: .2s;
}

.logo img {
    width: 260px;
}

#toggle-bar {
    display: none;
    width: 25px;
}

.language-switcher a:hover {
    text-decoration: underline;
}

.theme-btn {
    background: black;
    color: white;
    font-weight: bold;
    padding: 11px 35px;
    border-radius: 50px;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid black;
    transition: .3s;
}

.theme-btn:hover {
    background: white;
    color: black;
}

.light-menu .theme-btn {
    border: 2px solid white;
}

.light-menu .theme-btn:hover {
    background-color: transparent !important;
    color: white !important;
}

.primary-menu li>a {
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.primary-menu li>a:hover {
    text-decoration: underline;
}

.primary-menu.light-menu {
    color: white;
}

.primary-menu.light-menu .theme-btn {
    background: white;
    color: black;
}


/* Concept Page */

.page-title {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 60px;
}

.page-title-events {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 60px;
}

.page-title-events-contact {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 60px;
}

.page-header-desc {
    font-size: 50px;
    line-height: 60px;
    font-family: Migra;
}

.page-header-desc-events {
    font-size: 50px;
    line-height: 60px;
    font-family: Migra;
}

.page-header {
    padding-top: 70px;
    padding-bottom: 70px;
}

.concept-img video {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2em;
    aspect-ratio: calc(21/9);
}

.concept-desc p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.concept-desc {
    margin-bottom: 145px;
}

.concept-counting-area {
    margin-bottom: 3rem;
}

.concept-counting-group {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.concept-counting-item {
    text-align: center;
    margin-bottom: 40px;
}

.concept-counting-item .number {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
}

.concept-counting-item .text {
    font-size: 30px;
}

.newsletter-form {
    text-align: center;
}

.newsletter-form h3 {
    font-size: 60px;
    font-family: 'Migra';
}

.newsletter-form h2 {
    font-size: 150px;
    font-weight: bold;
    line-height: .8;
    margin-bottom: 55px;
    letter-spacing: 4px;
}

.newsletter-form .theme-text-field {
    width: 49%;
}

.theme-text-field {
    border: none;
    border-bottom: 2px solid black;
    padding-left: 0;
    padding-bottom: 4px;
    width: 100%;
}

.theme-text-field::placeholder {
    color: black;
}

.theme-btn.border-btn {
    background: transparent;
    color: black;
    border: 2px solid black;
}

.newsletter-form-area {
    margin-bottom: 130px;
}


/* Home Page */

.hero-area {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-area .container {
    position: absolute;
    left: 0;
    right: 0;
}

.hero-area .heading {
    font-size: 150px;
    font-weight: bold;
    text-align: center;
    color: white;
    line-height: .8;
    text-transform: uppercase;
}

.after-hero-area {
    padding-top: 70px;
}

.after-hero-area .title {
    font-size: 50px;
    font-family: 'Migra';
    margin-bottom: 20px;
}

.brands-group {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 2em;
    justify-content: center;
}

.brands-group::-webkit-scrollbar {
    display: none;
}

.brands-group img {
    height: 40px;
}

.brand-group {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: center;
}

.brand-logo-area .section-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}

.brand-item {
    max-width: 250px;
}

.brand-item img {
    height: 50px;
    object-fit: contain;
}

.brand-logo-area {
    padding-top: 140px;
    padding-bottom: 205px;
}

.chef-profile-inner .profile-img img {
    width: 600px;
    border-radius: 35px;
    margin-left: 180px;
}

.chef-profile-content h3 {
    font-size: 60px;
    font-family: 'Migra';
    line-height: 0.8;
}

.chef-profile-content h2 {
    font-size: 150px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 25px;
}

.chef-profile-content p {
    max-width: 490px;
    margin: auto;
}

.chef-profile-content {
    margin-left: -38%;
    margin-top: -22%;
}

.theme-btn.profile-custom-btn {
    background: transparent;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 5em;
    right: 14%;
}

.theme-btn.profile-custom-btn i {
    height: 25px;
    width: 25px;
    background: black;
    color: white;
    border-radius: 50px;
    line-height: 25px;
    font-size: 12px;
    transform: rotate(-45deg);
}

.theme-btn.profile-custom-btn span {
    line-height: .5;
}

.chef-profile-area {
    padding-top: 110px;
    background: linear-gradient(180deg, #FCFCFC, transparent);
    padding-bottom: 95px;
}

.slider-item img {
    width: 390px;
    height: 450px;
    border-radius: 35px;
    object-fit: cover;
    object-position: center;
    margin: auto;
    cursor: pointer;
}

.slider-area {
    overflow: hidden;
}


/* Experience Page */

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.masonry-grid .item img {
    width: 100%;
    border-radius: 15px;
}

.masonry-image-area {
    padding-top: 40px;
    padding-bottom: 200px;
}

.masonry-grid .item:nth-child(4),
.masonry-grid .item:nth-child(6) {
    margin-top: -90px;
}

.play-button {
    text-align: center;
    padding-top: 15px;
}

.play-btn span {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.play-btn i {
    color: white;
    display: block;
    font-size: 70px;
}


/* Partners Page */

.concept-content.partners-content .concept-img img {
    height: 600px;
}

.partner-brand-slider-group .slick-slide img {
    margin: auto;
}

.brand-slider-img {
    margin-bottom: 40px;
}

.partner-brand-slider-group .slick-next:before,
.partner-brand-slider-group .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    border: 1px solid black;
    color: white;
    background-color: black;
    border-radius: 50px;
    display: inline-block;
    line-height: 37px;
    font-size: 18px;
    text-align: center;
    opacity: 1;
}

.partner-brand-slider-group .slick-next,
.partner-brand-slider-group .slick-prev {
    top: 35px;
}

.partner-brand-slider-group {
    padding-bottom: 45px;
}

.partner-brand-slider-group .slick-next:before {
    content: '\f178';
}

.brand-slider-text .slick-slide p {
    padding: 0px 60px;
    margin-bottom: 40px;
}

.partner-brand-logo img {
    margin-bottom: 60px;
}

.partner-content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.partner-content {
    margin: 0 auto;
    max-width: 700px;
}

.partner-content .theme-btn {
    margin-bottom: 50px;
}

.partner-img img {
    border-radius: 35px;
}

.partner-img {
    padding-bottom: 50px;
}


/* Press Page */

.page-header.press-page-header .page-header-desc {
    font-size: 30px;
    font-family: 'HelveticaNeue';
    margin-bottom: 45px;
}

.brand-card-box {
    padding: 50px;
    border-radius: 30px;
    height: 100%;
    border-width: 2px;
    border-style: solid;
}

.brand-card-box .brand-logo img {
    margin-bottom: 1.5em;
    height: 45px;
}

.brand-card-box .brand-logo {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 1em;
}

.brand-card-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
}

.brand-card-item {
    height: 100%;
}

.brand-card-content {
    min-height: 170px;
}

.brand-card-footer .theme-btn {
    background: white;
}

.brand-card-area {
    padding-bottom: 190px;
    padding-top: 100px;
}


/* contact page */

.form-field {
    margin-bottom: 50px;
}

.contact-details-inner .title {
    font-size: 60px;
    font-family: 'Migra';
}

.contact-details-inner p {
    font-size: 110px;
    line-height: .8;
    font-weight: bold;
    margin-bottom: 120px;
}

.contact-form-area {
    padding-bottom: 220px;
}

.contact-page-header .page-header-desc {
    font-size: 30px;
    font-family: 'HelveticaNeue';
    margin-bottom: 0
}


/* Gastronomy Page */

.gastronomy-hero {
    text-align: center;
}

.page-header.gastronomy-page-header {
    padding-bottom: 10px;
}

.page-header.gastronomy-page-header h2 {
    margin-bottom: 20px;
}

.gastronomy-profile-area h3 {
    font-size: 60px;
    font-family: 'Migra';
    line-height: 0.8;
}

.gastronomy-profile-area h2 {
    font-size: 150px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 25px;
}

.gastronomy-bg-gradient {
    background: linear-gradient(180deg, #f1f1f1, #fbfbfb);
    border-radius: 30px;
    overflow: hidden;
}

.gastronomy-profile-area {
    margin-bottom: 40px;
}


/* footer */

.social-icons {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.social-icons li a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-style: solid;
    font-size: 25px;
    text-align: center;
}

footer {
    --bs-gutter-x: 1.5rem;
    margin-left: calc(var(--bs-gutter-x) * 2);
    margin-right: calc(var(--bs-gutter-x) * 2);
    border-top: 1px solid #e3e3e3;
}

.footer-widget {
    padding: 70px 0px;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 35px;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 20px;
}

.copyright-text {
    text-align: center;
    margin-bottom: 35px;
}

.badge-recommended {
    background: #d8a0e6;
    font-family: 'HelveticaNeue';
    color: white;
    font-size: .35em;
    padding: 0.5em 1em;
    border-radius: 8px;
    vertical-align: text-bottom;
    margin-left: 1em;
}

.slider-events img {
    border-radius: 35px;
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* Normal desktop :1200px. */

@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {}


/* small mobile :320px. */

@media (max-width: 767px) {
    /* default */
    .container-fluid {
        --bs-gutter-x: 1.5rem;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    /* header */
    header {
        padding: 20px 0px;
    }
    .primary-menu {
        gap: 25px;
        flex-direction: column;
        padding: 25px 0px;
        background: white;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        transform-origin: top;
        transform: scaleY(0);
    }
    .primary-menu.active {
        transform: scaleY(1);
        border-bottom: 5px solid black;
    }
    .logo img {
        width: 140px;
    }
    #toggle-bar {
        display: inline-block;
    }
    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .primary-menu.light-menu {
        color: black;
    }
    .primary-menu.light-menu li>a::after {
        background: black;
    }
    .primary-menu.light-menu .theme-btn {
        background: black;
        color: white;
    }
    /* concept page */
    .page-header {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .page-title {
        font-size: 75px;
        letter-spacing: 0px;
        margin-bottom: 45px;
    }
    .page-title-events {
        font-size: 45px;
        letter-spacing: 0px;
        margin-bottom: 45px;
    }
    .page-title-events-contact {
        font-size: 55px;
        letter-spacing: 0px;
        margin-bottom: 45px;
    }
    .page-header-desc {
        font-size: 30px;
        line-height: 40px;
    }
    .page-header-desc-events {
        font-size: 22px;
        line-height: 40px;
    }
    .concept-img img {
        height: 600px;
        object-position: center;
        margin-bottom: 40px;
    }
    .concept-desc {
        margin-bottom: 90px;
    }
    .concept-desc p {
        font-size: 20px;
        line-height: 30px;
    }
    .concept-counting-group {
        align-items: center;
        flex-direction: column;
    }
    .concept-counting-item .number {
        font-size: 85px;
    }
    .concept-counting-item .text {
        font-size: 20px;
    }
    .newsletter-form h3 {
        font-size: 30px;
    }
    .newsletter-form h2 {
        font-size: 75px;
        margin-bottom: 45px;
        letter-spacing: 0;
    }
    .newsletter-form .theme-text-field {
        width: 75%;
    }
    .newsletter-form-area {
        margin-bottom: 90px;
    }
    /* Home Page */
    .hero-area {
        margin-top: -70px;
    }
    .hero-area .heading {
        font-size: 85px;
    }
    .after-hero-area .title {
        font-size: 30px;
    }
    .after-hero-area .text {
        font-size: 20px;
        line-height: 30px;
    }
    .brand-logo-area {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .brand-group {
        flex-direction: column;
        gap: 30px;
    }
    .brand-item {
        max-width: 100%;
    }
    .brand-logo-area .section-title {
        margin-bottom: 40px;
    }
    .chef-profile-inner .profile-img img {
        margin-left: 0px;
        box-shadow: 0px 3px 99px #00000021;
        margin-bottom: 45px;
    }
    .chef-profile-content {
        margin-left: 0%;
        margin-top: 0%;
    }
    .chef-profile-content h3 {
        font-size: 30px;
        line-height: 1.5;
    }
    .chef-profile-content h2 {
        font-size: 85px;
    }
    .chef-profile-content p {
        max-width: 100%;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .theme-btn.profile-custom-btn {
        position: unset;
    }
    .slider-item img {
        width: 320px;
    }
    .brands-group {
        justify-content: inherit;
    }
    .brands-group img {
        height: 35px;
    }
    /* Experience Page */
    .hero-area.experience-hero .heading {
        max-width: 225px;
        word-break: break-word;
        margin: auto;
    }
    .hero-area.experience-hero {
        background-position: 46% 0px;
    }
    .masonry-grid .item:nth-child(4),
    .masonry-grid .item:nth-child(6) {
        margin-top: 0;
    }
    .masonry-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .masonry-image-area {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .concept-img video {
        aspect-ratio: calc(4/5);
    }
    /* Partners page */
    .partner-brand-slider-group {
        display: none;
    }
    .concept-content.partners-content {
        display: none;
    }
    .partners-brand-area {
        display: block;
    }
    /* press page */
    .brand-card-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .brand-card-content p {
        font-size: 20px;
        line-height: 1.3;
    }
    .brand-card-box .brand-logo {
        margin-bottom: 30px;
    }
    .brand-card-box {
        border-radius: 39px;
        padding: 35px;
    }
    .brand-card-area {
        padding-bottom: 100px;
        padding-top: 70px;
    }
    /* contact page */
    .contact-details-inner .title {
        font-size: 30px;
    }
    .contact-details-inner p {
        font-size: 72px;
        margin-bottom: 80px;
    }
    .contact-details-inner p a {
        word-break: break-word;
    }
    .contact-form-area {
        padding-bottom: 120px;
    }
    .contact-page-header .page-header-desc {
        font-size: 20px;
        line-height: 1.5;
    }
    .form-field {
        padding: 0px 30px;
    }
    /* Gastronomy Page */
    .page-header.gastronomy-page-header h2 {
        word-break: break-word;
    }
    .gastronomy-profile-area h3 {
        font-size: 30px;
    }
    .gastronomy-profile-area h2 {
        font-size: 85px;
    }
    .gastronomy-bg-gradient {
        background: transparent;
        border-radius: 0;
    }
    .gastronomy-profile-photo img {
        height: 480px;
        object-fit: cover;
        border-radius: 35px;
        margin-bottom: 45px;
    }
    .flower img {
        width: 210px;
    }
    /* footer */
    .footer-menu {
        flex-direction: column;
        gap: 10px;
    }
    footer {
        margin: 0;
    }
    .badge-recommended {
        font-size: .5em;
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .slider-item {
        width: 416px !important;
    }
}