/*
Theme Name: Xăm Đẹp Nhất
Description: Theme riêng dành cho website xamdepnhat.com
Author: Anthony Nguyễn <toan.imexpharm@gmail.com>
Author URI: https://themeimpact.com
Template: flatsome
Text Domain: xamdepnhat
Version: 1.0.5
*/
/* Load Fonts */
@import './assets/fonts.css';

/* Variables */
:root {
    --off-black: #0a0a0a;
    --off-white: #f1f1f1;
    --maroon: #5f0606ba;
    --ink-red: #a82222;
    --cougar-crimson: #550202;
    --combine-library-grey-800: #1f2c3d;
    --combine-library-primary-600: #6157f8;
    --combine-library-grey-200: #bfc4ce;
    --combine-library-grey-050: #f2f3f7;
    --grey: #b3b3b3;
    --relume-library-lite--rl-black: black;
    --relume-library-lite--rl-white: white;
    --crimson-an: #df0c27;
    --relume-library-lite--rl-gray: #f4f4f4;
    --ink-green: #1d8f3b;
    --ink-blue: #2224a8;
    --ink-yellow: #bda51d;

    --ant--font-size--navigation: 16px;
    --ant--font-size--base: 18px;

    --ant--site-header-text-width: 18vw;
}
.lang-item img {
    width: 48px !important;
    height: 33px !important;
}
.z2 {
    z-index: 3;
}
/* Base font */
body{
    font-family:  "Vollkorn",  sans-serif;
    font-size: var(--ant--font-size--base);
}

/* Navigation font */
.nav:not(.nav-vertical)>li:not(.lang-item):not(.header-search) {
    margin: 0 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.125rem;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family:  "HCKS FH Cordelia", sans-serif;
    font-size: var(--ant--font-size--navigation);
    line-height: 1.25rem;
    letter-spacing: 2px;

    transition: font-variation-settings .2s cubic-bezier(.19,1,.22,1), font-size .3s;
}
.nav > li > a:hover,
.mobile-sidebar-levels-2 .nav > li > ul > li > a:hover {
    font-size: 1.1em;
    line-height: 1.25rem;
    text-shadow: 0 0 14px #fff;
}

/* Heading font */
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "HCKS FH Cordelia", sans-serif; letter-spacing: 2px;}

/* Alt font */
.alt-font{font-family: "Vollkorn", sans-serif;}

/* Custom container */
.container-small {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 10px;
}
/* Custom Sticky Header */
#header .header-bg-color {
    background-color: #0000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#header .nav-left {
    justify-content: right;
}
#header .nav-right {
    justify-content: left;
}
#header .flex-col.flex-left:not(.show-for-medium) {margin-right: calc(var(--ant--site-header-text-width) / 2);}
#header .flex-col.flex-right:not(.show-for-medium) {margin-left: calc(var(--ant--site-header-text-width) / 2);}
#header .sitename {
    font-family: "HCKS FH Cordelia", sans-serif;
    font-size: 3vw;
    order: 2;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
#header .mobile-nav.nav>li>a>i.icon-menu {
    font-size: 4em;
}
#header .mobile-nav.nav-right {
    justify-content: right;
}
#header .mobile-nav.nav-right > li {
    justify-content: flex-end;
}
.stuck .header-main .nav > li > a {
    line-height: unset !important;
    padding: 5px 0 !important;
}
/* Section */
.off-section {
    position: relative;
    z-index: 10;
    width: 100%;
}
.off-section-bg {
    background-color: var(--off-black);
}
.off-section .col-inner {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #000000cf;
  
    padding: 50px 50px;
    height: 100%;
}
.off-section-heading {
    font-size: 2.5vw;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: lighter;
}
.off-section-content {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.off-section-content h2 {
    display: flex;
    text-transform: uppercase;
    font-weight: lighter;
}
.off-section-content p {
    display: flex;
}
.off-button-group {
    display: flex;
    gap: 10px;
}
.off-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1.5rem;
    border: 3px solid var(--off-white);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--off-white);
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 500;
    min-width: 250px;
    transition: all 0.3s ease;
}
.off-button.off-button-1 {
    border-color: var(--off-white);
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--off-white);
}
.off-button.off-button-1:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.off-button.off-button-2 {
    border-color: var(--off-white);
    background-color: #5f0606;
    color: var(--off-white);
}
.off-button.off-button-2:hover {
    background-color: #5f060660;
}
/* Embed */
.off-embed {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.off-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Footer */
.footer-heading {
    color: #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    text-align: left;
    margin-bottom: 2px;
}
.footer-menu {
    align-items: flex-start;
}
.footer-menu .ux-menu-link__link {
    color: #f1f1f1;
    font-size: 1rem;
}
.footer-menu .ux-menu-link:hover .ux-menu-link__link {
    color: #f1f1f1;
    text-shadow: 0 0 14px #fff;
}
#top-link {
    display: none;
}
/* Languages Switcher */
.language-switcher {
    display: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /* Fixed position to top right */
    position: fixed;
    bottom: 110px;
    right: 38px;
    z-index: 9000;

    padding: 10px;
    border-radius: 5px 0 0 5px;
}
.language-switcher ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}
.language-switcher ul li {
    list-style: none;
    margin: 0;
}
.language-switcher ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-switcher ul li a:hover {
    text-decoration: underline;
}
.language-switcher img {
    border-radius: 200px;
    width: 60px !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}
.artist-firstname,
h3.artist-firstname {
    font-size: 5vw;
    margin: 0;
}
.artist-lastname,
h4.artist-lastname {
    font-size: 3vw;
    margin: 0;
    line-height: 0.6;
}
.off-canvas-right.dark .mfp-content {
    background-color: rgb(0 0 0 / 87%);
}
.sidebar-menu .html.custom.html_topbar_left {
    justify-content: flex-start;
    padding: 10px 0;
}
.mobile-languages-switcher ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.mobile-languages-switcher ul li {
    flex-basis: 50%;
    padding: 0;
}
.mobile-languages-switcher ul li a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    font-size: 1.1em;
    text-transform: uppercase;
}

.mobile-languages-switcher {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-languages-switcher span {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    line-height: 1;
    /* display: block; */
}

.mobile-languages-switcher img {
    width: 32px;
    height: 21px;
    aspect-ratio: 4/3;
}
/* Footer */
#footer {
    z-index: 7;
}

.homepage-form-container [id^="wpforms"]:not(.wpforms-submit) {
background: transparent !important;
color: #000;
}
.homepage-form-container [id^="wpforms"] label, .homepage-form-container [id^="wpforms"] legend, .homepage-form-container [id^="wpforms"] input {
color: #000 !important;
}
.homepage-form-container [id^="wpforms"] em.wpforms-error {
    color: #f90900 !important;
}
/* Responsive */
@media only screen and (max-width: 576px) {
    :root {
        --ant--font-size--navigation: 12px;
        --ant--font-size--base: 14px;
    }
    #header .nav>li {
        margin: 0;
    }
    #header .sitename {
        display: none;
        font-size: 6.2vw;
    }
    #logo {
        order: 2;
        width: calc(100% - 260px) !important;
    }
    #header .mobile-nav.nav-right > li {
        justify-content: flex-start;
    }
    .logo-background-home {
        inset: -2% auto auto 0%;
    }
    .chiwon-float {
        inset: 13% auto auto 0%;
    }
    .off-section .col-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .off-section-heading {
        font-size: 2.2rem;
        text-align: center;
    }
    .off-section-content {
        font-size: 1.2rem;
        text-align: justify;
    }
    .off-button-group {
        flex-direction: column;
    }
    
    .artist-firstname,
    h3.artist-firstname {
        font-size: 10vw;
        margin: 0;
    }
    .artist-lastname,
    h4.artist-lastname {
        font-size: 7vw;
        margin: 0;
        line-height: 0.9;
    }
    .nav > li > a,
    .mobile-sidebar-levels-2 .nav > li > ul > li > a {
        justify-content: flex-start;
    }
    a.icon:not(.button), button.icon:not(.button) {
        font-size: 2em;
    }
    .language-switcher {
        display: flex;
        top: 24px;
        right: 32px;
        bottom: unset;
    }
    .language-switcher ul {
        flex-direction: row;   
    }
    .language-switcher img {
        width: 28px !important;
    }
    .medium-logo-left .flex-right {
        flex: 0;
        order: 1;
        margin-left: unset;
        margin-right: auto;
    }
    
    .mfp-close {
        right: unset;
        left: 310px;
    }
}
@media only screen and (min-width: 577px) and (max-width: 769px) {
    :root {
        --ant--font-size--navigation: 14px;
        --ant--font-size--base: 16px;
    }
    #header .nav>li {
        margin: 0;
    }
    #header .sitename {
        display: none;
        font-size: 6vw;
    }
    #logo {
        order: 2;
        width: calc(100% - 260px) !important;
    }
    #header .mobile-nav.nav-right > li {
        justify-content: flex-start;
    }
    .logo-background-home {
        inset: -11% auto auto 0%;
    }
    .chiwon-float {
        inset: 8% auto auto 0%;
    }
    .off-section .col-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .off-section-heading {
        font-size: 5vw;
        text-align: center;
    }
    .off-section-content {
        font-size: 1.5rem;
        text-align: justify;
    }
    .off-button-group {
        flex-direction: column;
    }
    .artist-firstname,
    h3.artist-firstname {
        font-size: 10vw;
        margin: 0;
    }
    .artist-lastname,
    h4.artist-lastname {
        font-size: 7vw;
        margin: 0;
        line-height: 0.8;
    }
    .nav > li > a,
    .mobile-sidebar-levels-2 .nav > li > ul > li > a {
        justify-content: flex-start;
    }
    a.icon:not(.button), button.icon:not(.button) {
        font-size: 2em;
    }
    .language-switcher {
        display: flex;
        top: 30px;
        right: 32px;
        bottom: unset;
    }
    .language-switcher ul {
        flex-direction: row;   
    }
    .language-switcher img {
        width: 28px !important;
    }
    .medium-logo-left .flex-right {
        flex: 0;
        order: 1;
        margin-left: unset;
        margin-right: auto;
    }
    
    .mfp-close {
        right: unset;
        left: 310px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
    :root {
        --ant--font-size--navigation: 14px;
        --ant--font-size--base: 16px;
        /* --ant--site-header-text-width: 250px; */
    }
    #header .nav>li {
        margin: 0;
    }
    #header .sitename {
        display: none;
        font-size: 4vw;
    }
    #logo {
        order: 2;
        width: calc(100% - 265px) !important;
    }
    #header .mobile-nav.nav-right > li {
        justify-content: flex-start;
    }
     .language-switcher {
         display: flex;
        top: 24px;
        right: 32px;
        bottom: unset;
    }
    .language-switcher ul {
        flex-direction: row;   
    }
    .language-switcher img {
        width: 30px !important;
    }
    .off-section-heading {
        font-size: 4vw;
    }
    .medium-logo-left .flex-right {
        flex: 0;
        order: 1;
        margin-left: unset;
        margin-right: auto;
    }
    .mfp-close {
        right: unset;
        left: 310px;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .nav>li {
        margin: 0;
    }
    #header .sitename {
        font-size: 3.2vw;
    }
    .off-section-heading {
        font-size: 3.5vw;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #header .sitename {
        font-size: 2vw;
    }
}