body {
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

* {
    outline: none;
}

h1 {
    font-size: clamp(60px, 5vw, 84px);
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Antonio, sans-serif;
    font-weight: 300;
}

h2 {
    font-size: clamp(28px, 3vw, 60px);
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
}

h3 {
    font-size: clamp(25px, 1.8vw, 35px);
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
}

/* h3.grey {
    color: #c7c4bc;
} */

h4 {
    font-size: clamp(20px, 1.56vw, 30px);
    line-height: 120%;
}

h3.grey.margin-top {
    margin-top: 50px;
}

h5 {
    font-size: clamp(18px, 3.5vw, 26px);
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Antonio, sans-serif;
    font-weight: 400;
}

p {
    font-size: clamp(14px, 0.83vw, 16px);
    line-height: 150%;
    font-weight: 300 !important;
    margin-bottom: 10px;
    line-height: 130%;
}

.center-block {
    text-align: center;
}

.big-container {
    overflow: hidden;
}

.banner {
    position: relative;
    min-height: 100vh;
    padding: 50px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.banner > .inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner > .inner-div:nth-of-type(2) {
    justify-content: flex-start;
    align-items: flex-start;
}

.banner > .inner-div:nth-of-type(3) {
    justify-content: flex-end;
    align-items: flex-start;
}

.banner > .inner-div:nth-of-type(4) {
    justify-content: flex-start;
    align-items: flex-end;
}

.banner > .inner-div:nth-of-type(5) {
    justify-content: flex-end;
    align-items: flex-end;
}

.banner-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.banner-nav li a {
    font-size: clamp(38px, 4.5vw, 60px);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Antonio, sans-serif;
    font-weight: 300;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.banner-nav li a:hover {
    color: #ffffff60;
}

.banner-contact {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner-contact .link-small {
    color: #fff;
}

.banner-testimonial {
    max-width: 400px;
}

.banner-testimonial p {
    margin: 0 0 15px 0;
}

.banner-testimonial p:first-of-type {
    margin: 15px 0;
}

.banner-testimonial p:last-of-type {
    font-weight: 600 !important;
    margin: 0;
}

.header-content {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.header-holder {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    gap: 20px;
}

.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.header-nav a {
    font-size: 0.8rem;
    line-height: 1;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.header-nav a:hover {
    text-decoration: underline;
}

.container-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container-slider .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide--1 {
    background-image: url(../images/banner-bg-1.jpg);
}

.slide--2 {
    background-image: url(../images/banner-bg-2.jpg);
}

.slide--3 {
    background-image: url(../images/banner-bg-3.jpg);
}

.menu-button-wrapper {
    display: flex;
}

/* ----- Start Hamburger Menu ----- */

.menu_trigger {
    width: 40px;
    height: 25px;
    position: relative;
    display: none;
}

.slicknav_icon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.menu_trigger_black .slicknav_icon span {
    background: #000;
}

.slicknav_icon span {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    position: absolute;
    transform-origin: left center;
}

.slicknav_icon span:nth-child(1) {
    top: 0px;
}

.slicknav_icon span:nth-child(2) {
    top: 10px;
}

.slicknav_icon span:nth-child(3) {
    top: 20px;
}

.mm-menu .cta-ghost {
    background: #fff;
    color: #000 !important;
    text-align: center;
}

.mm-menu .cta-ghost:hover {
    background: #000;
    border-color: #fff;
    color: #fff !important;
}

.mm-navbar {
    justify-content: space-between !important;
    padding: 20px !important;
}

.mm-navbar img {
    flex-grow: unset !important;
}

.mm-navbar_has-btns {
    padding: 0 20px;
    background: #000;
    height: 58px;
}

.mm-panels .mm-navbar {
    display: none !important;
}

.mm-panel:after {
    content: none !important;
}

.mm-menu {
    background: var(--colors--black-webprofits) !important;
    color: var(--colors--white) !important;
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #fff;
}

.mm-btn {
    width: auto !important;
}

.mm-btn_close {
    top: 8px;
}

.mm-panel {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.mm-navbars--top {
    border-color: #fff !important;
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 58px;
}

.mm-menu .mm-btn_close:after,
.mm-menu .mm-btn_close:before {
    border-color: #fff;
}

.mm-listitem {
    width: 100%;
    color: #fff !important;
}

.mm-listitem a {
    border-bottom: 1px solid #fff;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.mm-listitem a:hover {
    color: #fff;
}

.mm-panel_opened .mm-navbar {
    background: #fff;
}

.mm-wrapper_background .mm-page {
    background: #000;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: #fff !important;
    text-transform: uppercase;
    font-family: termina, sans-serif;
    font-weight: 700;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}

.mm-btn--close:before {
    font-size: 100% !important;
}

.mm-btn_close:before {
    border-color: #fff !important;
}

.mm-btn_close:after {
    border-color: #fff !important;
}

.mm-panel:after,
.mm-panel:before {
    content: '';
    display: block;
    height: 0;
}

.mm-listitem .mm-btn_next:before {
    border-color: #fff;
}

.mm-panels .header-nav {
    flex-direction: column;
    height: 100%;
    gap: 0;
}

.mm-panels .header-nav a {
    font-size: 1rem;
    padding: 25px 0px;
    border-bottom: 1px solid #fff;
}

.mm-panels .header-nav a:hover {
    text-decoration: none;
    padding-left: 10px;
}

.header_nav {
    display: none;
}

.header .header-cta-wr {
    display: none;
}

/* ----- End Hamburger Menu ----- */

.link-small {
    color: #000;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.5s;
}

.link-small:hover {
    text-decoration: underline;
}

.menu-button {
    align-items: center;
    padding-left: 0;
    display: flex;
}

.menu-button.w--open {
    background-color: #0000;
}

.nav-menu {
    z-index: 9999;
    background-color: #0000;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
}

.nav-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.nav-right {
    grid-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
}

.menu-button-inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #000;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    display: none;
}

.menu-inner {
    background-color: #f9f7f2;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    height: 100vh;
    display: flex;
}

.menu-links {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 100px;
    display: flex;
}

.navbar-wrapper {
    display: grid;
    grid-template-rows: auto;
    /* Default row sizing */
    grid-template-columns: 42% 16% 42%;
    /* Left and right columns 40%, middle column 20% */
    grid-column-gap: 0px;
    /* Optional: Space between columns */
    grid-row-gap: 0px;
    /* Optional: Space between rows */
    justify-content: space-between;
    /* Ensures the content fits the grid layout */
    align-items: center;
    /* Align items vertically */
    width: 100%;
    /* Make the grid span the full width */
}

.nav-link {
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #f57302;
}

.nav-link.w--current {
    color: #fff;
}

.nav-link.reservation {
    margin-bottom: 0;
    display: none;
}

.menu-text {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.close-menu {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-left: 100px;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
}

.close-menu:hover {
    color: #302c2a;
}

.logo {
    width: 10vw;
    min-width: 155px;
    max-width: 205px;
}

.logo-mobile {
    display: none;
}

.navbar {
    background-color: #ddd0;
}

.icon {
    color: #000;
}

.utility-section h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

.utility-section p a {
    color: inherit;
}

.utility-section p a:hover {
    text-decoration: none;
}

.utility-img {
    width: 100%;
}

.utility-section ul {
    list-style-type: disc;
    font-weight: 300;
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
}

.utility-section ul:last-child {
    margin: 0;
}

.utility-section ul li {
    margin: 0 0 7px 0;
}

.utility-section ul li:last-of-type {
    margin: 0;
}

.content {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.content.hero-c {
    max-width: 1050px;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.content.care-c {
    padding-top: 7vh;
    padding-bottom: 7vh;
    width: 90%;
}

.content.service-content {
    max-width: 1400px;
    padding-top: 0;
}

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

.center-text.big-margin {
    margin-bottom: 50px;
}

.top {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.contact-wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.contact-wr p a {
    color: inherit;
}

.contact-wr p a:hover {
    text-decoration: none;
}

.contact-wr .contact-img {
    width: 100%;
}

.contact-map {
    margin: 75px 0;
}

#map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hero-paragraph {
    margin-bottom: 30px;
    font-size: 1.37rem;
    font-weight: 200;
    line-height: 120%;
}

.hero-paragraph.last {
    margin: 0;
}

.hero-nav-holder {
    grid-row-gap: 12px;
    border: 1px solid #afafaf;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
}

.box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box.middle {
    text-align: center;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}

.hero-nav-paragraph {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.12rem;
}

.link-big {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.12rem;
    text-decoration: underline;
}

.link-big:hover {
    text-decoration: none;
}

.cta {
    font-size: 1.12rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000;
    margin-bottom: 0;
    padding: 13px 30px;
    transition: all 0.4s;
    white-space: pre;
}

.cta:hover {
    color: #000;
    background-color: #0000;
}

.cta.margin-btm {
    margin-bottom: 30px;
}

.link-popup {
    display: table;
    margin: 1.2rem auto 0;
    font-size: 1rem;
    color: #000;
}

.link-popup:hover {
    text-decoration: none;
}

.paragraph-italic {
    font-size: 0.75rem;
    margin-top: 20px;
    font-style: italic;
}

.care-section {
    background-image: url('../images/image-bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40vh;
}

.care-section.hair {
    background-image: url(../images/hair/image-bg.jpg);
    background-size: contain;
    background-position: 50% -13%;
}

.care-section.bridal {
    background-image: url(../images/bridal/image-bg.jpg);
    background-size: contain;
}

.care-section.makeup {
    background-image: url(../images/makeup/image-bg.jpg);
    background-size: contain;
}

.care-section.brows {
    background-image: url(../images/brows/brows-bg.jpg);
    background-size: contain;
    background-position: 50% -13%;
}

.care-holder {
    background-color: #f9f7f2;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.care-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
    display: flex;
}

.care-text,
.care-image-holder {
    width: 46%;
}

.big-margin {
    margin-bottom: 25px;
}

.gallery-holder {
    margin-bottom: 80px;
}

.photo-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    gap: 20px;
}

.photo-holder .photo-inner {
    margin: 10px;
    width: 94%;
}

.nailx-boxes {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    max-width: 870px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.nail-box {
    text-align: center;
    width: 50%;
}

.services-big-box {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.service-box {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-flow: column;
    justify-content: space-between;
    width: 33.33%;
    padding: 80px 50px;
    display: flex;
}

.book-holder {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 15px;
}

.nav-right .cta-ghost {
    font-size: 0.75rem;
}

.cta-ghost {
    font-size: 1.12rem;
    color: #000;
    text-transform: uppercase;
    background-color: #3898ec00;
    border: 1px solid #000;
    padding: 13px 25px;
    transition: all 0.4s;
}

.cta-ghost:hover {
    color: #fff;
    background-color: #000;
}

.cta-ghost.white {
    color: #fff;
    border-color: #fff;
}

.cta-ghost.white:hover {
    background: #fff;
    color: #000;
}

.price {
    margin-bottom: 0;
    font-size: 2.18rem;
    font-weight: 600;
    line-height: 100%;
}

.shape {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-bottom: 10vh;
    padding: 80px 50px;
    margin: 0 auto 10vh;
}

.shape.no-margin {
    margin-bottom: 0;
}

.boxes-holder {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.boxes-holder.single {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.boxes-holder.margin-btm {
    margin: 0 0 10vh 0;
}

.boxes-holder.no-border-top {
    border-top: none;
}

.biab {
    margin: 0 0 10vh 0;
}

.extension {
    margin: 0 0 10vh 0;
}

.extension-box {
    flex-flow: column;
    width: 50%;
    padding: 80px 50px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.testimonials {
    background-color: #f9f7f2;
}

.testimonial-holder {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-bottom: 40px;
}

.testimonial-box {
    width: 42%;
}

.title-paragraph {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
}

.stars {
    margin-bottom: 15px;
}

.paragraph-name {
    font-weight: 600 !important;
}

.text-span {
    font-size: 1.25rem;
    font-weight: 300;
}

.text-span-2 {
    font-size: 1.25rem;
}

.hero-nav {
    border-left: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto 30px;
}

.hero-nav.single {
    border: none;
}

.nav-hero-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    padding: 15px;
    text-decoration: none;
    display: flex;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

.nav-hero-link.small {
    width: 15%;
    border: 0.2px solid #afafaf;
}

.hero-nav.small {
    max-width: 705px;
    width: 100%;
}

.book-right {
    justify-content: space-between;
    width: 41%;
    display: flex;
}

/*FOOTER*/

.footer.margin-top {
    margin-top: 75px;
}

.footer-content {
    display: block;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

.footer-top {
    padding-bottom: 7vh;
    clear: both;
    border-bottom: 1px solid #e2e2e2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7vh;
    padding-bottom: 7vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-col {
    color: #000;
}

h6 {
    margin-top: 0;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.f-details {
    padding-bottom: 25px;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#form-popup {
    position: relative;
    padding: 3rem 2rem 2rem;
    background: white;
    max-width: 600px;
    margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    color: #000 !important;
}

#form-popup h3 {
    text-align: center;
}

#form-popup ul {
    padding: 0;
    margin: 0;
}

#form-popup .input-big {
    background: #fff;
    width: 100%;
    height: 52px;
    margin: 0 0 15px 0;
    position: relative;
}

#form-popup .field {
    background: none;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    font-size: 1rem;
    text-indent: 20px;
    color: #000;
    font-weight: 300;
    position: relative;
}

#form-popup select option {
    color: #000;
}

#form-popup .area {
    background: #43515a;
    width: 100%;
    height: 200px;
    border: 2px solid #a3acb0;
    margin: 0 0 25px 0;
}

#form-popup textarea {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    line-height: 24px;
    text-indent: 0 !important;
    color: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    resize: none;
    padding: 23px;
}

select {
    /*webkit browsers */
    -webkit-appearance: none;
    /*Firefox */
    -moz-appearance: none;
    /* modern browsers */
    appearance: none;
    border-radius: 0;
}

#form-popup .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

#form-popup .select-wrapper select {
    width: 100%;
    height: 52px;
    padding-right: 20px; /* space for the arrow */
}

#form-popup .select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    background: url(../images/dropdown-arrow.svg) no-repeat center center;
    background-size: contain;
}

.was-validated *:invalid,
.was-validated *:invalid ~ label {
    border-color: red !important;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 48px;
}

.hide {
    display: none;
}

#eapps-instagram-feed-1 {
    width: 100%;
}

.eapps-instagram-feed-container {
    width: 100%;
}

.eapps-instagram-feed-content {
    position: relative;
    width: 100%;
}

.eapps-instagram-feed {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
    max-height: 100%;
    position: relative;
    box-sizing: border-box;
    min-width: 150px;
    min-height: 100px;
}

.eapps-instagram-feed-container div:empty {
    display: block;
}

.eapps-instagram-feed-posts {
    width: 100%;
}

.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: block;
}

.eapps-instagram-feed-loader {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
    border-top-color: transparent;
    animation: eapps-instagram-feed-loader 1s infinite linear;
    opacity: 0;
    visibility: hidden;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border-width: 2px;
    z-index: 1;
}

.normal {
    color: #000;
    text-decoration: underline;
}

.normal:hover {
    text-decoration: none;
}

.pin {
    padding-bottom: 0;
    padding-left: 17px;
    border-style: solid solid none;
    border-width: 0;
    border-color: #000;
    background-image: url(../images/pin.png);
    background-position: 0 2px;
    background-size: 10px;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
}

.pin .text-span {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

ul {
    list-style: none;
}

.copy {
    color: #848483;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.copy a {
    color: #848483;
    text-decoration: none;
}

.copy a:hover {
    text-decoration: underline;
}

.f-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Fa brands 400', sans-serif;
    list-style-type: none;
}

.s-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    transition: all ease 0.3s;
}

.fa-facebook-f {
    --fa: '\f39e';
}

.fa-brands,
.fab {
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
}

/*FOOTER END*/

.slick-dots {
    position: absolute;
    display: flex !important;
    justify-content: center;
    bottom: -50px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #f9f7f2;
    transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #000;
}

.photo-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    min-height: 280px;
}

.photo-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centrează imaginea în div */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.image-box {
    max-width: 800px;
    margin: 0 auto;
}

.image-box img {
    width: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-content {
    max-width: 800px;
}

.list-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 25px;
}

.list-holder ul {
    padding-left: 0;
    margin: 0;
}

.top-holder ul li {
    background: url(../images/Ellipse-grey.png);
    background-repeat: no-repeat;
    background-position: top 10px left;
    padding-left: 15px;
    font-size: 1.12rem;
    line-height: 150%;
    font-weight: 300 !important;
}

@media screen and (max-width: 1499px) {
    .list-holder {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 1439px) {
    .navbar-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        place-items: center;
    }
}

@media screen and (max-width: 1366px) {
    .menu_trigger {
        display: block;
    }

    .contact {
        display: none;
    }

    .header-nav.desktop {
        display: none;
    }

    .nav-right .cta-ghost {
        display: none;
    }

    .header-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .book-holder.single {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

@media screen and (max-width: 1180px) {
    .banner {
        padding: 20px;
    }

    .contact-wr {
        grid-template-columns: 1fr;
    }

    .contact-wr .contact-img {
        display: none;
    }

    .contact-map {
        margin: 0 0 75px;
    }

    .footer.margin-top {
        margin-top: 0;
    }

    .nailx-boxes {
        margin-bottom: 50px;
    }

    .service-box {
        flex-flow: wrap;
        align-items: stretch;
        width: 50%;
        padding: 40px 20px;
    }

    .extension-box {
        padding: 40px 20px;
    }

    .book-holder {
        justify-content: space-between;
        width: 100%;
    }

    .boxes-holder {
        align-items: stretch;
    }

    .shape {
        padding: 40px 20px;
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .copy {
        text-align: center;
    }
}

@media screen and (max-width: 932px) and (max-height: 430px) {
    br {
        display: none;
    }

    .banner {
        color: #000;
        grid-template-rows: auto;
        gap: 40px 20px;
    }

    .container-slider .slide {
        height: auto;
    }

    .container-slider {
        background: url(../images/bbb-bg-land.jpg) no-repeat center top;
        background-size: cover;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .top {
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    span.number {
        font-weight: 700;
    }

    .cta-ghost.white {
        background: #000;
        border-color: #000;
        color: white;
    }

    .banner > .inner-div:nth-of-type(3) {
        grid-column: 1 / 3;
        order: 1;
        justify-content: space-between;
        align-items: center;
    }

    .banner-contact {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 15px;
    }

    .banner-contact .link-small {
        color: #000;
    }

    .banner-contact div {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 20px;
    }

    .banner-nav li a {
        color: #000;
    }

    .banner > .inner-div:nth-of-type(4) {
        align-items: stretch;
        grid-column: 1 / 2;
        order: 1;
    }

    .banner > .inner-div:nth-of-type(2) {
        justify-content: center;
        align-items: stretch;
        grid-column: 2 / 3;
        order: 2;
    }

    .banner-nav {
        /* flex-direction: row;
        justify-content: space-between; */
        width: 100%;
        justify-content: space-between;
    }

    .banner-nav li {
        border-bottom: 1px solid #ffffff41;
        padding: 0 0 10px 0;
    }

    .banner > .inner-div:nth-of-type(5) {
        display: none;
    }

    .banner-testimonial {
        max-width: 100%;
        text-align: center;
    }

    .link-small {
        font-size: 14px;
    }

    .menu-inner {
        width: 60%;
    }

    .menu-links {
        margin-left: 80px;
    }

    .close-menu {
        margin-left: 80px;
    }

    .care-section {
        padding-top: 20vh;
    }

    .extension-box {
        padding: 35px 20px;
    }

    .testimonial-box {
        width: 44%;
    }

    .book-right {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-wrapper {
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .navbar-wrapper > :nth-child(1) {
        order: 2;
    }

    .navbar-wrapper > :nth-child(2) {
        order: 1;
    }

    .menu-button-wrapper {
        margin-left: auto;
    }

    .hero-nav {
        flex-flow: column;
    }

    .nav-hero-link {
        font-size: 16px;
        padding: 10px 20px;
        width: 100%;
    }

    .nav-hero-link.small {
        width: 100%;
    }

    .service-box {
        width: 100%;
    }

    .contact-map {
        margin: 0 0 35px;
    }

    .footer-content {
        padding-top: 40px;
    }

    .footer-bottom {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: center;
    }

    .link-small {
        text-align: center;
    }

    /*
.nav-left,
.nav-right {
    display: none;
}
*/

    .menu-button-inner {
        display: flex;
    }

    .menu-inner {
        width: 80%;
    }

    .menu-links {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-left: 40px;
    }

    .navbar-wrapper {
        grid-template-columns: 1fr 1fr;
        place-items: center start;
    }

    .nav-link.reservation {
        display: block;
    }

    .close-menu {
        margin-left: 40px;
    }

    .content,
    .content.care-c {
        padding-top: 7vh;
        padding-bottom: 7vh;
    }

    /*
    .link-big {
        font-size: .7rem;
    }
*/

    .care-section {
        padding-top: 0;
    }

    .care-content {
        flex-flow: column;
    }

    .care-text,
    .care-image-holder {
        width: 100%;
    }

    .nailx-boxes {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .nail-box {
        width: 100%;
    }

    .book-holder {
        flex-flow: wrap-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .shape {
        margin-bottom: 7vh;
    }

    .boxes-holder.margin-btm {
        margin: 0 0 7vh 0;
    }

    .boxes-holder {
        flex-flow: column;
        /* margin-bottom: 7vh; */
    }

    .extension {
        margin: 0 0 7vh 0;
    }

    .extension-box {
        width: 100%;
    }

    .extension-box.first {
        width: 100%;
    }

    .testimonial-box {
        width: 100%;
    }

    .book-right {
        width: 100%;
    }

    .nailx-boxes {
        margin-bottom: 50px;
    }

    .w-nav-brand {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    .container-slider .slide {
        height: auto;
    }

    .container-slider {
        background: url(../images/bbb-bg-port.jpg) no-repeat center top;
        background-size: cover;
    }

    .header-content {
        width: 80%;
        margin: 0 auto;
    }

    .w-nav-brand {
        padding-left: 0 !important;
    }

    .top {
        letter-spacing: 0.5px;
    }

    .copy {
        font-size: 11px !important;
        text-align: center;
    }

    span.call {
        display: none;
    }

    .banner .logo {
        min-width: 155px;
    }

    .logo {
        min-width: 120px;
    }

    .banner {
        grid-template-columns: 1fr;
        color: #000;
        grid-template-rows: auto;
        gap: 3vh 20px;
        min-height: unset;
    }

    .banner-nav {
        width: 100%;
        justify-content: space-between;
    }

    .banner-nav li {
        border-bottom: 1px solid #ffffff41;
        padding: 0 0 5px 0;
    }

    .banner-nav li a {
        color: #000;
    }

    .cta-ghost.white {
        background: #000;
        border-color: #000;
        color: white;
    }

    .banner > .inner-div:nth-of-type(3) {
        grid-column: auto;
    }

    .banner > .inner-div:nth-of-type(4) {
        align-items: stretch;
        grid-column: auto;
        order: 2;
    }

    .banner > .inner-div:nth-of-type(2) {
        justify-content: center;
        align-items: stretch;
        grid-column: auto;
        order: 3;
    }

    .banner-contact {
        width: 100%;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .banner > .inner-div:nth-of-type(5) {
        display: none;
    }

    .banner-text {
        text-align: center;
    }

    .banner-contact div {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 20px;
    }

    .banner-contact .link-small {
        color: #000;
    }

    .link-small {
        font-size: 14px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    span.number {
        font-weight: 700;
    }

    .hero-paragraph {
        font-size: 20px !important;
    }

    span.line {
        display: none;
    }

    p {
        line-height: 160% !important;
        font-size: 15px !important;
    }

    .paragraph-name {
        font-weight: 600 !important;
    }

    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    .cta-ghost {
        font-size: 16px !important;
    }

    .cta {
        font-size: 16px !important;
    }

    h5 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }

    .service-box {
        margin-top: -1px;
    }

    .center-text.big-margin {
        margin-bottom: 40px;
    }

    .title-paragraph {
        font-size: 1.2rem;
    }

    .book-right .price {
        margin-bottom: 20px;
    }

    .price {
        margin-bottom: 0;
        font-size: 2.18rem !important;
    }

    .top {
        margin-bottom: 15px;
    }

    .content.hero-c {
        padding-top: 2vh;
    }

    .w-nav-brand {
        padding-left: 0 !important;
    }

    .w-nav-button {
        padding: 18px 0 18px;
    }

    .content {
        padding-top: 5vh !important;
        padding-bottom: 5vh !important;
    }

    .menu-inner {
        width: 100%;
    }

    .menu-links {
        margin-left: 20px;
    }

    .close-menu {
        margin-left: 20px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-height: 430px) {
    .mm-panels .header-nav {
        height: auto;
        margin: 0 0 25px 0;
    }
}

#w-node-_921fa2f0-cbea-60fe-4d41-c6282e25f08c-b936ccd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
}

@media screen and (max-width: 767px) {
    #w-node-_921fa2f0-cbea-60fe-4d41-c6282e25f08c-b936ccd8 {
        justify-self: left;
    }
}
