/*
Theme Name: VietKitchen BCN
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Mulish:wght@300;400;600;700;800&display=swap');

:root {
    --vietkitchenbcn_bg: #0E2F2A;
    --vietkitchenbcn_gold: #E0A33B;
    --vietkitchenbcn_terra: #B65A33;
    --vietkitchenbcn_green: #14403A;
    --vietkitchenbcn_cream: #F5ECD8;
    --vietkitchenbcn_cream_2: #F7EEDA;
    --vietkitchenbcn_ink: #2A2017;
    --vietkitchenbcn_serif: 'Cormorant Garamond', Georgia, serif;
    --vietkitchenbcn_sans: 'Mulish', system-ui, sans-serif;
}


/* ============================================================
   COVER SECTION
   ============================================================ */

.vietkitchenbcn_cover {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--vietkitchenbcn_bg);
    font-family: var(--vietkitchenbcn_sans);
}

.vietkitchenbcn_cover > .section-bg {
    background-image: url('https://vietkitchen.netlify.app/assets/images/cover-spread.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform: scale(1.05);
}

.vietkitchenbcn_cover > .section-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 100% at 50% 38%, rgba(14, 47, 42, 0.5), rgba(7, 27, 24, 0.92));
}

.vietkitchenbcn_cover > .section-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding-top: 36px;
    padding-bottom: 36px;
}

.vietkitchenbcn_cover_card_row {
    margin-bottom: 22px;
}


/* ============================================================
   CENTER CARD
   ============================================================ */

.vietkitchenbcn_cover_card_col > .col-inner {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    padding: 34px 42px 30px;
    background: rgba(10, 35, 31, 0.5);
    border: 1px solid rgba(243, 233, 213, 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: center;
    animation: vietkitchenbcn_fade .7s ease both;
}

@keyframes vietkitchenbcn_fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.vietkitchenbcn_cover_card_corners {
    position: static;
    height: 0;
    margin: 0;
}

.vietkitchenbcn_cover_card_corners .text-inner {
    position: static;
}

.vietkitchenbcn_corner {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.vietkitchenbcn_corner_tl {
    top: 13px;
    left: 13px;
    border-top: 1.5px solid var(--vietkitchenbcn_gold);
    border-left: 1.5px solid var(--vietkitchenbcn_gold);
}

.vietkitchenbcn_corner_tr {
    top: 13px;
    right: 13px;
    border-top: 1.5px solid var(--vietkitchenbcn_gold);
    border-right: 1.5px solid var(--vietkitchenbcn_gold);
}

.vietkitchenbcn_corner_bl {
    bottom: 13px;
    left: 13px;
    border-bottom: 1.5px solid var(--vietkitchenbcn_gold);
    border-left: 1.5px solid var(--vietkitchenbcn_gold);
}

.vietkitchenbcn_corner_br {
    right: 13px;
    bottom: 13px;
    border-right: 1.5px solid var(--vietkitchenbcn_gold);
    border-bottom: 1.5px solid var(--vietkitchenbcn_gold);
}

.vietkitchenbcn_cover_intro {
    text-align: center;
}

.vietkitchenbcn_cover_logo {
    margin: 0 0 10px;
}

.vietkitchenbcn_cover_logo img {
    width: 96px;
    height: 96px;
    margin: 0;
    border: 2px solid rgba(243, 233, 213, 0.7);
    border-radius: 50%;
    object-fit: cover;
}

.vietkitchenbcn_eyebrow {
    color: var(--vietkitchenbcn_gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.vietkitchenbcn_cover_intro h1 {
    margin: 10px 0 6px;
    color: var(--vietkitchenbcn_cream);
    font-family: var(--vietkitchenbcn_serif);
    font-size: 50px;
    font-weight: 600;
    line-height: .94;
    letter-spacing: .01em;
}

.vietkitchenbcn_cover_tagline {
    margin: 0 0 18px;
    color: rgba(245, 236, 216, .82);
    font-family: var(--vietkitchenbcn_serif);
    font-size: 19px;
    font-style: italic;
}

.vietkitchenbcn_cover_divider {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.vietkitchenbcn_cover_divider svg {
    display: block;
}


/* ============================================================
   OPEN MENU BUTTON
   ============================================================ */

.vietkitchenbcn_cover_card_col .button.vietkitchenbcn_cover_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 0;
    padding: 15px 30px;
    gap: 8px;
    background: var(--vietkitchenbcn_gold);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, .6);
    color: #241a0c;
    font-family: var(--vietkitchenbcn_sans);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: filter .15s ease;
}

.vietkitchenbcn_cover_card_col .button.vietkitchenbcn_cover_btn:hover {
    filter: brightness(.94);
}


/* ============================================================
   PHONE CHIP
   ============================================================ */

.vietkitchenbcn_cover_phone_wrap {
    margin-top: 18px;
    text-align: center;
}

.vietkitchenbcn_cover_phone_wrap p {
    margin: 0;
}

.vietkitchenbcn_cover_phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid rgba(224, 163, 59, .5);
    border-radius: 999px;
    color: var(--vietkitchenbcn_cream);
    font-size: 12.5px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .04em;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.vietkitchenbcn_cover_phone::before {
    content: "";
    flex: none;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E0A33B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vietkitchenbcn_cover_phone:hover {
    background: rgba(224, 163, 59, .16);
    border-color: var(--vietkitchenbcn_gold);
    color: var(--vietkitchenbcn_gold);
}


/* ============================================================
   PROMOTIONS HEADING
   ============================================================ */

.vietkitchenbcn_promos_head_row {
    margin-bottom: 20px;
}

.vietkitchenbcn_promos_head {
    margin: 0;
}

.vietkitchenbcn_promos_head_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.vietkitchenbcn_promos_rule {
    width: 42px;
    height: 1px;
    background: rgba(224, 163, 59, .7);
}

.vietkitchenbcn_promos_title {
    color: var(--vietkitchenbcn_gold);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .36em;
    text-transform: uppercase;
}


/* ============================================================
   PROMOTION CARDS
   Main columns are native Flatsome cols.
   ============================================================ */

.vietkitchenbcn_promo_row > .col {
    padding-bottom: 0;
}

.vietkitchenbcn_promo_col > .col-inner {
    height: 100%;
}

.vietkitchenbcn_promo {
    position: relative;
    height: 100%;
    min-height: 145px;
    padding: 26px 28px;
    border-radius: 16px;
}

.vietkitchenbcn_promo_gold {
    background: var(--vietkitchenbcn_gold);
    box-shadow: 0 18px 44px -12px rgba(0, 0, 0, .65);
}

.vietkitchenbcn_promo_cream {
    background: var(--vietkitchenbcn_cream);
    box-shadow: 0 18px 44px -12px rgba(0, 0, 0, .6);
}

.vietkitchenbcn_promo_flag {
    position: absolute;
    top: -12px;
    left: 24px;
    padding: 4px 13px;
    background: var(--vietkitchenbcn_terra);
    border-radius: 999px;
    color: var(--vietkitchenbcn_cream);
    font-size: 11px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vietkitchenbcn_promo_kicker {
    color: var(--vietkitchenbcn_terra);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vietkitchenbcn_promo_kicker_dark {
    margin-top: 6px;
    color: rgba(36, 26, 12, .72);
}

.vietkitchenbcn_promo_name {
    margin: 4px 0 6px;
    color: var(--vietkitchenbcn_green);
    font-family: var(--vietkitchenbcn_serif);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
}

.vietkitchenbcn_promo_name_dark {
    color: #241a0c;
}

.vietkitchenbcn_promo_price {
    color: var(--vietkitchenbcn_terra);
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
}

.vietkitchenbcn_promo_price_green {
    color: var(--vietkitchenbcn_green);
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 849px) {

    .vietkitchenbcn_cover > .section-content {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .vietkitchenbcn_cover_card_col > .col-inner {
        padding: 28px 24px 24px;
    }

    .vietkitchenbcn_promo_col {
        margin-bottom: 18px;
    }

    .vietkitchenbcn_promo_col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 520px) {

    .vietkitchenbcn_cover_intro h1 {
        font-size: 40px;
    }

    .vietkitchenbcn_cover_tagline {
        font-size: 18px;
    }

    .vietkitchenbcn_promos_title {
        font-size: 13px;
        letter-spacing: .28em;
    }

    .vietkitchenbcn_promos_rule {
        width: 30px;
    }
}