:root {
    --pink-color: #EEC5C8;
    --light-pink-hover: #fae4e5;
    --light-pink-color: #FFF3F4;
    --dark-color: #242424;
    --dark-color-hover: #353535;
    --dark-gray-color: #707070;
    --light-gray-color: #A1A1A1;
    --border-color: #BEBEBE;
    --gold-color: #CFA65F;
    --gold-color-hover: #e0c07d;
}

/* html {
    scroll-behavior: smooth;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #d1d1d132;
}

::-webkit-scrollbar-thumb {
    background: #A3A7AB;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #A3A7AB;
}

input {
    font-family: 'Poppins', sans-serif !important;
    touch-action: manipulation !important;
}
input::placeholder {
    font-family: 'Poppins', sans-serif !important;
    color: var(--light-gray-color);
    font-weight: 300;
}

input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}
textarea {
    font-family: 'Poppins', sans-serif;
}
textarea::placeholder {
    color: var(--light-gray-color);
    font-weight: 300;
}

button {
    font-family: 'Poppins', sans-serif;
}
p {
    min-height: 1px;
}
p strong {
    font-weight: 600;
}
.homepageBanner{
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.homepageBanner:not(.onlyHome) {
    position: relative;
}
.homepageBanner:not(.onlyHome)::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0;
}
#header{
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10000;
}
#header.fixed-header-homepage,
#header.fixed-header-no-homepage {
    position: fixed;
}
#header.fixed-header-homepage {
    background-color: var(--dark-color);
}
#header.fixed-header-no-homepage {
    box-shadow: 0px 1px 11px 3px rgb(0 0 0 / 5%);
}
body {
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    /* color: var(--dark-color); */
    font-size: 14px;
    /* touch-action: none;
    -ms-touch-action: none; */
}

body > div{
    overflow: hidden;
}

a{
    text-decoration: none;
    color: var(--dark-color);
}
.general-container {
    padding: 0px 5%;
    max-width: calc(1700px + 5%);
    margin: 0 auto;
}
.general-container.general-container-s-padding {
    padding: 0px 20px;
}
.general-container-small {
    padding: 0px 5%;
    max-width: calc(1100px + 5%);
    margin: 0 auto;
}
.general-container-p-y {
    padding: 40px 0px;
}
.general-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--pink-color);
    border: 1px solid var(--pink-color);
    height: 43px;
    width: fit-content;
    padding: 0 40px;
    border-radius: 2px;
    color: var(--dark-color);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.general-button:hover {
    background-color: var(--light-pink-hover);
    border: 1px solid var(--light-pink-hover);
}
.general-block-first-title-container {
    text-align: center;
    margin-bottom: 25px;
}
.general-block-first-title {
    font-size: 90px;
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    color: var(--pink-color);
    line-height: .9;
    margin: 0;
}
.general-block-second-title {
    font-size: 38px;
    font-weight: 600;
    color: var(--dark-color);
    text-transform: uppercase;
    margin: 0; 
    word-spacing: 5px;
    letter-spacing: 2px;
}
.general-block-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    margin: 0;
}
.general-block-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
    margin: 0;
}
.salonContactPhone a {
    transition: all 300ms ease-in-out;
}
.salonContactPhone a:hover {
    color: var(--gold-color) !important;
}

.general-social-links-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
}
.general-social-btn {
    width: 25px;
    height: 25px;
}
.general-social-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 300ms ease-in-out;
}
.general-social-img:hover {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}

.headerContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    transition: 300ms;
    position: relative;
}
.headerItems{
    width: fit-content;
    /* width: 100%; */
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    align-items: center;
    background-color: var(--dark-color);
    padding: 27px 50px 20px;
}
.homepageLeft {
    position: absolute;
    bottom: 8%;
    top: auto;
    left: 5%;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.homepageLeft > h1{
    font-size: 65px;
    color: white;
    font-weight: 400;
    margin: 0px;
    width: 55%;
    line-height: 80px;
    opacity: 0;
}
.onlyHome .homepageLeft > h1{
    display: none;
}
.iconsHome{
    display: flex;
    column-gap: 20px;
}
.iconsHome img:hover {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.headerItem{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    height: 25px;
    text-wrap: nowrap;
}
.headerContainer.headerWhite {
    justify-content: center;
    padding: 0px 30px;
}

.headerWhite {
    background: #fff;
}
.headerWhite .headerItem::after {
    background-color: #000;
}
/* .generalHeaderContainer {
} */
.generalHeaderItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 27px 0px 20px;
}
.generalHeaderItems .headerItem {
    color: #000;
}
.headerSoloButton {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 40px;
    width: fit-content;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-color);
    color: var(--pink-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.headerSoloButton:hover {
    background-color: var(--dark-color-hover);

}
.homepageRight{
    position: absolute;
    bottom: calc(8% - 18px);
    right: 30px;
}
.btnAppointments, .btnNoAppointments{
    cursor: pointer;
    background: none;
    border: none;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    perspective: 100px;
    transition: 300ms;
}
/* .btnAppointments img{
    transition: 300ms;
}
.btnAppointments:not(.newsletter-image-container):hover img{
    transform: rotateY(-22deg) rotateX(22deg);
}
.homepageRight .btnAppointments:hover, .servicesContainerTop .btnAppointments:hover  {
    transform: translateY(-25px)
} */
.btnNoAppointments{
    z-index: 100000001;
    position: relative;
}
.quoteContainer{
    padding-bottom: 380px;
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quoteContainer img{
    width: 166px;
    height: 118px;
}
.quoteText{
    font-size: 65px;
    width: 65%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #0F314C;
}
.quoteAuthor{
    font-size: 45px;
    color: #AAAAAA;
}
.imaginiContainerHome {
    background-color: #0F314C;
    overflow: unset;
}
.imagineMareContainer{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
/* .imagineMareContainer img{
    margin-top: -200px;
    width: 100%;
} */
.imagineMareContainer img {
    margin-top: -200px;
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}
.titleImage{
    font-size: 55px;
    color: white;
}

.descriptionImage{
    font-size: 17px;
    color: white;
    width: 50%;
}
.imageContent{
    display: flex;
    flex-direction: column;
    padding: 95px 0px;
    row-gap: 30px;
    align-items: center;
}
.text-center{
    text-align: center;
    align-items: center;
}
.text-left{
    text-align: left;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}
.text-right {
    text-align: right;
    align-items: flex-end;
    padding: 0px;
    padding-bottom: 50px;
}
.imagesBottom {
    display: flex;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.imagineLongContainer{
    width: 42%;
    margin-bottom: -125px;
}
.imagineWideContainer {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.imagineLongContainer img, .imagineWideContainer img {
    width: 100%;
    height: 72%;
    object-fit: cover;
}
.imagineLongContainer .descriptionImage, .imagineWideContainer .descriptionImage{
    width: 65%;
    height: auto;
}
.buttonImage:hover{
    text-decoration: none;
    color: white;
}
.buttonAppointments{
    color: white;
    padding: 17px 63px;
    border: 1px solid black;
    background-color: black;
    text-decoration: none;
    font-size: 16px;
    transition: 300ms;
}
.containerSalonHome{
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 5%;
    position: relative;
    overflow-x: hidden;
    margin-left: 5%;
}
.imagineSalon{
    width: 50%;
}
.imagineSalon img{
    width: 100%;
    min-height: 386px;
    object-fit: cover;
    height: 100%;
}
.textSalon{
    width: 46%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.salonBig{
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 35px;
}
.viewAllSalons{
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-decoration: none;
    color: #AAAAAA;
    font-size: 17px;
    width: max-content;
}
.descriereSalon{
    font-size: 17px;
}
.titluSalon{
    font-size: 45px;
}
.descriereSalon p{
    margin-bottom: 0px;
    margin-top: -10px;
}
.buttonAppointments.black{
    color: black;
    border: 1px solid black;
    transition: 300ms;
}
.containerSalonHome .buttonAppointments.black{
    color: white;
}
.buttonAppointments.absolute {
    position: absolute;
    bottom: 85px;
    left: calc(50% - 133px);
}

.servicesHomeContainer{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 125px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    background-position: center;
    background-size: cover;
}
.servicesHomeTitle{
    font-size: 70px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 10px;
}
.servicesHomeAll{
    padding-top: 60px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
}
.serviceHome{
    height: 295px; 
    color: white;
    padding: 23px 30px;
    -webkit-backdrop-filter: blur(23px) brightness(0.75) ;
    backdrop-filter: blur(23px) brightness(0.75);
    width: 100%;
    max-width: 225px;
}
.serviceTitle{
    /* border-bottom: 1px solid #5e5e5e; */
    padding-bottom: 32px;
    margin-bottom: 34px;
    font-size: 20px;
}
.servicesSalon .serviceTitle{
    border-bottom: 1px solid #d9d9d9;
}

/* .serviceDescription p{
    font-size: 17px;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
} */
.servicesHomeContainer .buttonAppointments{
    padding: 17px 125px;
    transition: 300ms;
    display:block;
    width: fit-content;
}
.footerContainer {
    
}
/* .footerTop  div, 
.footerTop  a {
    color: #fff !important;
} */
.footerTop {
    /* background: #E1D3BA; */
    padding: 75px 0;
}
.containerColumn{
    display: flex;
    column-gap: 75px;
}
.two-cols{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
/* .submenu{
    padding-bottom: 20px;
} */
.submenu .title{
    color: #AFAFAF !important;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.two-cols > a{
    font-size: 14px;
    color: black;
    text-decoration: none;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #fff;
    font-weight: 300;
}
.btnAppointments,
.two-cols > a:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 10%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
.galleryTitle a{
    color: inherit;
}
@keyframes shine{
    0%{
        -webkit-mask-position: 150%;
    }
    100%{
        -webkit-mask-position: -50%;
    }
}
.footerLeft{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    column-gap: 50px;
    width: 40%;
    position: relative;
}
.logoFooter{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logoFooter-img {
    max-width: 180px;
}
.logoFooter-img img {
    width: 100%;
    height: 100%
}
.newsletter-contact-title {
    margin-top: 20px;
    text-transform: uppercase;
}
.logoText{
    width: 75%;
    font-size: 16px;
}
.footerTop{
    display: flex;
    justify-content: space-between;
}
.news-letter{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    position: relative;
    outline: none;
}
.news-letter::placeholder {
    color: #AEAEAE;
    font-family: 'Poppins', sans-serif;
}
.newsletter-image-container{
    outline: none;
    cursor: pointer;
    padding: 0 60px;
}
.newsletter-contact{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.footerRight{
    /* width: 28%; */
    flex-grow: 1;
}
.developedBY.mobile {
    display: none;
}
/* .subscribeTitle{
     font-size: 16px;
} */
.subscribeDescription-title {
    color: #fff;
}
/* .subscribeDescription{
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #fff !important;
} */
/* .newsletter{
    margin-bottom: 45px;
} */
/* .footerBottom{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
} */
.legalPages{
    display: flex;
    column-gap: 30px;
    flex-grow: 1;
    margin-top: 80px;
}
.developedBY {
    width: 100%;
    max-width: 310px;
    text-align: center;
}
.developedBY.mobile {
    display: none;
}
.developedBY, .developedBY a, .legalPages a {
    font-size: 14px;
    text-decoration: none;
    color: #AEAEAE;
    font-weight: 300;
    transition: all 300ms ease-in-out;
}
.developedBY a:hover, .legalPages a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 10%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
.servicesContainerTop {
    padding-top: 145px;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}
.headerLogo.mobileHeaderLogo {
    display: none;
}
.headerBlack .headerLogo img{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.headerBlack .headerItem {
    color: black;
}
.headerBlack{
    border-bottom: 1px solid #707070;
}
.servicesTitle {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #0F314C;
}
.servicesDescription{
    font-size: 17px;
    width: 40%;
    padding-top: 20px;
    padding-bottom: 45px;
}
.servicesContainerTop .linksServices{
    display: flex;
    column-gap: 30px;
    height: 50px;
    align-items: baseline;
    padding-bottom: 35px;
    padding-left: 0;
    /* padding-top: 0; */
    padding-top: 35px;
}
/* .linksServices a {
} */
.linkServiciu a {
    position: relative;
    color: var(--light-pink-color);
    transition: all .3s;
}
.linkServiciu a::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    width: 6px;
    background-color: transparent;
    border-radius: 50px;
}
.linkServiciu a:hover {
    color: var(--pink-color);
}
.linkServiciu.active-category a {
    color: var(--pink-color)
}
.linkServiciu.active-category a::after {
    background-color: var(--pink-color)
}
.linksServices span{
    color: #1F1F1F;
    font-size: 24px;
}
.servicesContainerTop .btnAppointments, .servicesContainerTop .btnNoAppointments{
    position: absolute;
    right: 5%;
    top: 180px;
    /* -webkit-box-shadow: 0px 1px 11px 3px rgb(0 0 0 / 21%);
    box-shadow: 0px 1px 11px 3px rgb(0 0 0 / 21%); */
    border-radius: 50%;
}
.serviceContent{
    display: flex;
    align-items: center;
    width: 100%;
}
.serviceContent.serviceContent-margin {
    margin-top: 40px;
}
/* .serviceContent:nth-of-type(2n){
    margin-right: 0%;
} */

.serviceText {
    width: 50%;
    padding: 25px 0px 10px 0px;
    /* padding-left: 5%;
    padding-right: 5%; */
}
.serviceText.no-description {
    padding: 0px;
    height: 100%;
    max-height: 450px;
    aspect-ratio: 1 / 1;
}
.serviceText-container {
    padding: 0px 40px;
}
.service-big-title {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.service-description-wrapper h2,
.service-description-wrapper p {
    margin: 0px;
}
.service-description-item {
    display: flex;
    flex-direction: column;
    /* row-gap: 10px; */
}
.serviceContent-btn {
    margin: 0 auto 30px;
}
.service-description-item h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    margin: 5px 0 10px 0;
}
.service-description-item p {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
    /* padding-bottom: 10px; */
}
.serviceText-image {
    width: 100%;
    height: 100%;
    /* max-height: 500px; */
    object-fit: cover;
}
.course-special-info {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-color);
}
.course-desc {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 10px 0;
}
.course-desc li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
    list-style: none;
    padding-left: 16px;
}
.course-desc li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--pink-color);
    border-radius: 50%;
}
/* .serviceText div{
    font-size: 16px;
    color: #000000;
} */
.salonServices {
    padding-top: 0px;
    flex-direction: row-reverse;
    padding-right: 0px;
    padding-bottom: 0px;
}
.salonServices .textSalon{
    padding-left: 5%;
    width: 40%;
}

.allServices {
    margin-top: 0px;
    background-image: url('../images/iQwEXAQDLeXhHPzDUPGZ.png');
    /* height: calc(100vh - 145px); */
}
.allServices.about {
    background-image: none;
    position: relative;
    height: 100vh;
}
.headerWhite .headerLogo img{
    filter: invert(0);
    -webkit-filter: invert(0);
}
.headerLogo img{
    max-width: 160px;
    max-height: 30px;
    height: 100%;
    width: max-content;
}
.generalHeaderItem img {
    max-width: 160px;
    max-height: 30px;
}

/* .headerWhite .headerItem {
    color: white;
} */
.headerBlack.headerWhite{
    border-bottom: none;
}

.allServices .servicesDescription{
    display: none;
}
.allServices .homepageLeft{
    bottom: 0px;
}
.allServices .homepageRight{
    bottom: calc(8% + 10px);
}
.allServices .homepageLeft > h1{
    color: #B6A27F;
    position: absolute;
    bottom: 95px;
    font-size: 120px;
    filter: opacity(0.5) brightness(2);
    -webkit-filter: opacity(0.5) brightness(2);
    text-transform: uppercase;
    letter-spacing: 35px;
}
.allServices.about .homepageLeft{
    color: #B6A27F;
    position: absolute;
    font-size: 120px;
    filter: opacity(1) brightness(2);
    -webkit-filter: opacity(1) brightness(2);
    text-transform: uppercase;
    letter-spacing: 35px;
}
.allServices .btnAppointments {
    bottom: 15%;
    top: auto;
}
.linksServices{
    background-color: var(--dark-color);
    margin-bottom: 40px;
}
.linksServices-contaiener {
    display: flex;
    align-items: center;
    column-gap: 5%;
    height: 80px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 1700px;
    padding: 0 5%;
    margin: 0 auto;
}
.appointmentTextTitle{
    font-size: 35px;
    letter-spacing: 3px;
}
.makeAppointment{
    padding: 100px 22%;
    background: #E1D3BA;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.appointmentTextDescription{
    width: 80%;
}
.appointmentForm .newsletter-image-container{
    position: relative;
    bottom: 0px;
}
.appointmentForm{
    display: flex;
    align-items: center;
    column-gap: 75px;
    margin-bottom: 0px;
    flex-shrink: 0;
}

.inputsAppoint input{
    outline: none;
    border: none;
    background: transparent;
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
    font-size: 14px;
    width: 100%;
}
.inputsAppoint input:first-of-type{
    margin-bottom: 45px;
}
.allServicesContainer{
    /* background-color: #EFE7DB;
    padding-left: 11%;
    padding-right: 11%;
    padding-bottom: 100px; */

}
.oneServiceContainerWide{
    display: flex;
    align-items: center;
    /* padding-right: 5%;
    padding-left: 5%; */
    justify-content: space-between;
    /* padding-top: 80px; */
}
.allServicesContainer .oneServiceContainerWide a{
    width: 45%;
}
.allServicesContainer .oneServiceContainerWide img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.oneServiceContainerWide img{
    width: 45%;
}
.oneServiceContainerWide .oneServiceText {
    width: 45%;
}
.oneServiceContainerLong{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-right: 5%;
}
.oneServiceContainerLong img{
    width: 45%;
    max-height: 880px;
    object-fit: cover;
}
.oneServiceContainerLong .longServiceTexts{
    width: 45%;
}
.oneServiceTitle{
    font-size: 45px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    color: #1F1F1F;
}
.oneServiceDescription p {
    font-size: 17px;
    color: #1F1F1F;
    margin: 0px;
    padding-top: 30px;
}
.oneServiceTitle::before {
    border-top: 0.5px solid #1F1F1F;
    content: '';
    width: 185px;
    margin-bottom: 13.5px;
}
.salonContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.allSalons .textSalon{
    padding-left: 5%;
    padding-right: 5%;
    width: 40%;
}
.viewSalon{
    padding: 17px 100px;
    padding-top: 20px;
    border: 1px solid #1F1F1F;
    font-size: 16px;
    color: #1F1F1F;
    text-decoration: none;
    width: max-content;
    transition: 300ms;
}
.viewSalon:hover{
    background-color: #1F1F1F;
    color: white;
}
.allSalons .titluSalon::before{
    border-top: 0.5px solid #1F1F1F;
    content: '';
    width: 185px;
    margin-bottom: 13.5px;
}
.allSalons .titluSalon{
    display: flex;
    flex-direction: column;
}
.oneServiceContainerWide.row-reverse{
    flex-direction: row-reverse;
}
.gm-style>div>div>div:last-of-type {
    -webkit-filter: grayscale(1);
    filter: grey;
  }
.salonContainer:nth-of-type(2n) , .oneServiceContainerWide:nth-of-type(2n){
    flex-direction: row-reverse;
}

.servicesSalon .servicesHomeTitle{
    color: black;
}
.servicesSalon .serviceHome{
    background-color: #EFECE7;
    backdrop-filter: unset;
    color: black;
}

.contact-salon-btn {
    margin: 50px auto 0px;
}
.contact-salon-wrapper {
    /* background-image: url('../images/contactSal.salonContacton.png');
    padding: 100px 19.5%; */
    padding: 70px 0 80px;
    background-color: var(--dark-color);
    
}
.contact-salon-wrapper.contact-salon-wrapper-single {
    padding: 0;
    min-height: 600px;
    position: relative;
}
.contact-salon-wrapper.contact-salon-wrapper-single .salonWrapper{
    display: flex;
    align-items: center;
    height: 600px;
}
.salonContactMap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 50% !important;
    /* width: 100%;
    height: 100%;
    background-color: red; */
}
.salonContactMap #map {
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0; */
    height: 100% !important;
    width: 100% !important;
}
.salonContact {
    width: 50%;
    /* height: 100%; */
}
.contact-salon-wrapper-single .salonContact .general-block-first-title-container {
    text-align: left;
}
.contact-salon-wrapper.contact-salon-wrapper-single .salonWrapper .contact-salon-btn{
    margin: unset;
    margin-top: 35px;
    color: var(--dark-color);
}

.salonsContainer{
    /* width: initial;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* display: flex;
    justify-content: space-between;
    gap: 10px; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
}
.salonContactTitle{
    color: var(--gold-color);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* .salonContactSubtitle{
    font-size: 16px;
    color: white;
    padding-top: 33px;
    padding-bottom: 18px;
} */
.salonContactContent > div:not(.salonContactSubtitle){
    /* display: flex; */
    /* column-gap: 10px; */
    color: #fff;
    font-weight: 300;
    margin-bottom: 12px;
}
.salonContactContent a{
    color: #fff;
    /* text-decoration: none; */
}

/* .salonContactOpening::before{
    content: '';
    background-image: url('../images/time.svg');
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
} */

/* .salonContactAddress::before{
   content: '';
   background-image: url('../images/location.svg');
   width: 20px;
   height: 25px;
   background-size: contain;
   background-repeat: no-repeat;
       background-position: center;
} */
/* .salonContactPhone::before{
    content: '';
    background-image: url('../images/phone.svg');
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
} */

/* .salonContactType::before{
    content: '';
    background-image: url('../images/mail.svg');
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
} */
.map-salon{
    width: 61% !important;
    margin-left: auto;
    height: 700px !important;
    position: relative;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 60px;
}

.serviceText .btnPrice{
    padding: 16px 100px;
    border: 1px solid black;
    width: max-content;
    font-size: 16px;
    cursor: pointer;
    margin-top: 35px;
}
.btnPrice{
    transition: 300ms;
}
.btnPrice:hover{
    background-color: #1F1F1F;
}
.btnPrice:hover a{
color: white;
}

.serviceContent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 400px;
}
.serviceContent.left {
    flex-direction: row-reverse;
}
.swiperImages .swiper-wrapper{
    max-height: 780px;
}
.swiperImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.swiper-button-prev {
    background-image: url('../images/back-top.svg') !important;
    transform: rotate(270deg);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  
  .swiper-button-next {
    background-image: url('../images/back-top.svg') !important;
    transform: rotate(90deg);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: calc(5% + 20px);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: calc(5% + 20px);
}

  .modal {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.modal .content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 20px;
    height: calc(100% - 20px);
    max-height: 650px;
    border-radius: 20px;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}
.modalNoAppointment .content{
    width: 100%;
}
.modalNoAppointment .modalText {
    width: 90%;
    justify-content: center;
}


.modal .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.359);
    z-index: 9999;
    /*position: relative;*/
}

.modal .close::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/close.svg');
    background-size: cover;
}
.closeButton .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 29px;
    cursor: pointer;
    z-index: 9999;
}

.closeButton .close::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/close.svg');
    background-size: cover;
}

.modal.open:not(.modalNoAppointment) {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background: rgba(15, 49, 76, 0.47);
    z-index: 100000000;
}
.modal.open.modalNoAppointment {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    z-index: 100000000;
    right: 4%;
    justify-content: flex-end;
    max-height: 422px;
    bottom: 4%;
    top: auto;
    width: 41%;
    max-width: 775px;
    left: auto;
}
.modalNoAppBig.modal.open.modalNoAppointment {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    z-index: 100000000;
    justify-content: flex-end;
    max-height: unset;
    width: 50%;
    max-width: 100%;
    padding-left: 25%;
    padding-right: 25%;
    right: 0px;
    left: 0px;
    height: 100vh;
    top: 0px;
    bottom: 0px;
    background: rgba(15, 49, 76, 0.47);
}
.modalNoAppBig.modal .content {
    width: 100%;
    height: 80%;
}

.modal.open .content {
    transform: scale(1);
}

.modal-body{
    display: flex;
    height: 100%;
    justify-content: space-between;
    overflow: initial;
    position: relative;
}
.modalImage{
    width: 50%;
}
.modalImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modalText {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
}
.content{
    padding: 40px;
}
.modalTitle{
    font-size: 40px;
    text-transform: uppercase;
}
.modalPosition{
    font-size: 14px;
}
.modalDescription{
    overflow: auto;
    height: calc(80% - 100px);
    margin-bottom: 50px;
}
.borderModal{
    background: #1F1F1F;
    height: 0.5px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: calc(100% - 40px);
}
.locationModal{
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 15px;
    column-gap: 20px;
    flex-shrink: 0;
}
.memberLocation{
    font-size: 16px;
    color: var(--gold-color);
    font-weight: 400;
}
.modalDescription, .modalDescription p, .modalDescription span{
    font-size: 17px;
}
.dark-scrollbar {
    overflow: auto;
    height: calc(100% - 30px) !important;
    margin-top: 40px;
}

.dark-scrollbar::-webkit-scrollbar,
.dark-scrollbar>div::-webkit-scrollbar {
    width: 6px;
}

.dark-scrollbar::-webkit-scrollbar-track,
.dark-scrollbar>div::-webkit-scrollbar-track {
    background: #D1D1D1;
    box-shadow: inset 0 0 0 2px white;
    overflow: hidden;
}

.dark-scrollbar::-webkit-scrollbar-thumb,
.dark-scrollbar>div::-webkit-scrollbar-thumb {
    background: #0F314C;
    border-radius: 7px;
}

.dark-scrollbar::-webkit-scrollbar-thumb:hover,
.dark-scrollbar>div::-webkit-scrollbar-thumb:hover {
    background: #0F314C;
}

.member{
    display: flex;
    align-items: center;
    width: 50%;
    max-height: 432px;
    min-height: 432px;
    height: auto;
}
.member:nth-of-type(4n-1){
    flex-direction: row-reverse;
}
.member:nth-of-type(4n){
    flex-direction: row-reverse;
}
#team_members{
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 65px;
    flex-wrap: wrap;
    position: relative;
}
.member img{
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.member .text{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 300ms;
}
.teamTitle{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px;
    font-size: 85px;
    text-transform: uppercase;
    letter-spacing: 35px;
    color: #0F314C;
}
.member .text h2{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
}
.member .text p{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.buttonModal{
    background: transparent;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}
.member .text:hover{
    background: #0F314C;
}
.member .text:hover h2, .member .text:hover p{
    color: white;
}
.servicesSalon{
    padding-bottom: 0px;
}
.linieProgress{
    position: relative; 
    width: fit-content;
    height: 100%;
}
.littleCircleEmpty{
    margin-right: 25px;
}
.littleCircle{
    margin-right: 25px;
    display: none;
}
.stepActive .littleCircle{
    display: block;
}
.stepActive .littleCircleEmpty{
    display: none;
}
.visibleStep .littleCircle{
display: none;
}
.visibleStep .littleCircleEmpty{
display: block;
}
.visibleStep .selectServices{
    display: flex !important;
}
.modalJobs .selectServices{
    column-gap: 20px;
}
.visibleStep .nextButton{
    display: flex !important;
}

.bigCircle{
    position: absolute;
    left: -7px;
}
.bigCircleBottom{
    position: absolute;
    left: -7px;
    bottom: 0px;
}
.appointmentTitle{
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.appointmentDescription{
    font-size: 17px;
    padding-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 65px;
}
.modalAppointment .modal-body, .modalJobs .modal-body {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
}
.modalJobs .modal-body {
    overflow-y: auto;
    padding-right: 5px;
}
.modal.modalJobs .content {
    padding-right: 10px;
    padding-top: 43px;
}
.modalAppointment .modalText, .modalJobs .modalText {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.selectService{
    position: absolute;
    top: 160px;
    left: -4px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.selectServiceText{
    flex-direction: column;
}
.selectServiceTitle{
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.selectServices{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
    cursor: pointer;
}
.selectServiceIndiv{
    background-color: transparent;
    border: 1px solid var(--gold-color);
    height: 106px;
    width: 15%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    transition: 300ms;
}
.selectServiceIndiv:hover {
    background-color: var(--gold-color);
    color: #fff;
}
.selectServiceIndivTitle{
    font-size: 12px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
.nextButton{
    width: 208px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    border: 1px solid #C5B293;
    color: #C5B293;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}
.selectedService{
    transition: 300ms;
    background-color:var(--gold-color) ;
}
.selectedService .selectServiceIndivTitle{
    color: white;
}
.selectedService .selectServiceIndivIcon img{
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.selectSalon{
    position: absolute;
    top: 540px;
    left: -4px;
    display: flex;
    align-items: baseline;
}
.selectTime{
    position: absolute;
    top: 575px;
    left: -4px;
    display: flex;
    align-items: baseline;
}
.personalDetails{
    position: absolute;
    top: 610px;
    left: -4px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.formDetails{
    width: 100%;
    padding-left: 30px;
    padding-right: 15%;
}
.selectSalon .selectServices, .selectSalon .nextButton{
    display: none;
}
.selectTime .hasDatepicker, .selectTime .nextButton, .selectTime .time, .inputCV{
    display: none;
}
.personalDetails form{
    display: none;
    flex-direction: row;
    row-gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stepActive.selectSalon {
    top: 200px;
}
.stepActive.selectTime {
    top: 235px;
}
.stepActive.personalDetails {
    top: 270px;
}
.stepActive.selectSalon .selectServices{
    display: flex;
    flex-direction: column;
}
.stepActive.selectSalon .nextButton, .stepActive.selectTime .nextButton,
.stepActive.selectTime .time, .stepActive.personalDetails form{
    display: flex;
}
.stepActive.selectTime .hasDatepicker{
    display: block;
}
.visibleStep.uploadCV .inputCV{
    display: block;
}
.selectSalonIndiv{
    background: #EEE5D7;
    color: black;
    padding: 14px;
    width: 256px;
    font-size: 14px;
    border-radius: 6px;
    transition: 300ms;
    display: flex;
    align-items: center;
}
.selectSalonIndiv.selectedService{
    background-color: #0F314C;
    color: white;
}
.selectTime .date .ui-datepicker{
    border: none;
}
.selectTime .ui-datepicker-header{
    border: none;
    border-radius: 15px;
    background: #EFE7DB;
    max-width: 250px;
}
.selectTime .ui-datepicker-title{
    font-size: 14px;
    color: #0F314C;
    font-weight: normal;
}
.selectTime .ui-datepicker .ui-datepicker-prev span{
    background-image: url('../images/arrow-left.svg');
}
.selectTime .ui-datepicker .ui-datepicker-next span{
    background-image: url('../images/arrow-left.svg');
    transform: rotate(180deg);
}
.selectTime .ui-icon-circle-triangle-w, .selectTime .ui-icon-circle-triangle-e {
    background-position: center;
}
.ui-datepicker th span{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.hasDatepicker .ui-datepicker-calendar tbody tr .ui-state-default{
    font-size: 12px;
    text-align: center;
    background: transparent;
    border: none;
    color: #1F1F1F;
}
.ui-datepicker-current-day{
    background-color: #C5B293;
    border-radius: 2px;
}
.ui-datepicker-current-day a{
    color: white !important;
}
.hasDatepicker .ui-datepicker-calendar tbody tr td{
    width: 23px;
    height: 23px;
}
.hasDatepicker .ui-datepicker-calendar tbody tr td a{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 100%;
}
.ui-datepicker table {
    max-width: 250px;
}
.shop-swiper{
    max-height: 522px;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
}
.productImage{
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
    height: 276px;
}
.productText{
    padding-bottom: 20px;
}
.shop-swiper .swiper-wrapper{
    max-height: 522px;
}
.category a:nth-of-type(2){
    padding: 5px 18px 5px 25px;
    color: #ac987f;
    font-size: 12px;
    text-transform: uppercase;
    max-height: 33px;
    overflow: hidden;
}
.category a:nth-of-type(2)::before {
    content: "";
    height: 2px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ac987f;
}
.title a {
    font-size: 17px;
    color: black;
    padding: 10px 18px;
    height: 65px;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
    display: inline-block;
}
.title{
    /* margin-top: 20px;
    min-height: 52px; */
}
.shop-swiper a:hover{
    color: #d0a97e;
}
.shop-swiper a{
transition: all 0.3s ease-out 0s;
}

.productPrice{
    font-size: 20px;
    padding: 0 18px;
}

.shopContainer{
    margin-left: 14.5%;
    margin-right: 14.5%;
    padding-top: 100px;
    padding-bottom: 70px;
}
.shopTitle {
    font-size: 85px;
    text-transform: uppercase;
    letter-spacing: 35px;
    text-align: center;
    margin-right: -35px;
}
.shopLogo{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
}
.shopDescription{
    font-size: 17px;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.goToShop{
    width: 302px;
    height: 54px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0F314C;
}
.goToShop a{
    color: #0F314C;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.productImageContaier .product-action {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: .8;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    opacity: 0;
}
.product-item:hover .productImageContaier .product-action {
    margin-top: 0;
    opacity: 1;
}

.productImageContaier{
    position: relative;
    padding: 18px;
    padding-bottom: 0px;
}
.product-item .productImageContaier .product-action a span{
    background-image: url('../images/add-cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center!important;
    width: 26px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}
.product-item .productImageContaier .product-action a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    background-color: transparent;
    padding: 15px;
}
/* .product-item:hover {
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-out 0s;
} */
.product-item{
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}
.oneTime {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 0px 10px; */
    height: 30px;
    width: 70px;
    border: 1px solid var(--gold-color);
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 12px;
}
.oneTime:hover {
    background-color: var(--gold-color);
    color: #fff;
}
.time {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.timeActive{
    transition: 300ms;
    background-color: var(--gold-color);
    color: white;
}

input[type="radio"] {
    background-color: var(--gold-color);
    margin: 0;
    font: inherit;
    color: var(--gold-color);
    width: 20px;
    height: 20px;
    border: 0.5px solid var(--gold-color);
    border-radius: 50%;
    place-content: center;
    margin-right: 15px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px !important;
  }
  input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 10px 10px var(--gold-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  input[type="radio"]:checked::before {
    transform: scale(1);
}
.radios{
    display: flex;
    align-items: center;
    width: 100%;
}
label[for="job_gender1"],
label[for="gender1"]{
    margin-right: 40px;
}
input, #jobAppointmentMessage,
input, #appointmentMessage{
    border: none;
    border-bottom: 1px solid var(--border-color);
    outline: none;
    padding-bottom: 4px;
    width: 100%;
    font-size: 14px;
    color: var(--dark-color);
    border-radius: 0;
    -webkit-border-radius: 0;
}
/* .form_wrap:nth-of-type(2), .form_wrap:nth-of-type(3){
    width: 48%;
}
.form_wrap:nth-of-type(4), .form_wrap:nth-of-type(5){
    width: 100%;
} */
.radios label{
    font-size: 14px;
    color: black;
}
.boxcheck{
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}
.boxcheck input{
    width: auto;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #0F314C;
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-color);
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    padding-bottom: 0px !important;
    place-content: center;
    flex-shrink: 0;
    padding-top: 0px;
    margin-top: 3px;
}
input[type="checkbox"]::before {
    content: "";
    width: 9px;
    height: 9px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 12px 12px var(--gold-color);
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.termenicond{
    font-size: 14px;
    color: #616161;
    font-weight: 300;
}
.termenicond a {
    color: var(--gold-color);
    transition: all 300ms ease-out;
}
.termenicond a:hover {
    color: var(--gold-color-hover);
}
.scheduleButton{
    position: absolute;
    bottom: -18px;
    display: flex;
    padding: 17px 71px;
    border: 1px solid #0F314C;
    left: 25px;
    cursor: pointer;
    background: none;
    color: #0F314C;
    font-size: 16px;
  }
  .buttonDisabledSchedule{
    pointer-events: none;
    color: #AAAAAA;
    border-color: #AAAAAA;
}
.buttonDisabledSchedule img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.contactFormContainer{
    padding: 80px;
    width: 50%;
    background-color: var(--light-pink-color);
}
.courses-form.contactFormContainer {
    background-color: transparent;
    /* width: 100%; */
    margin: 0 auto;
    padding: 80px 0;
}
.contactFormTitle{
    text-align: center;
    font-size: 45px;
  }
  .contactFormSubtitle{
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .contactForm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
    overflow: hidden;
    row-gap: 35px;
}
.contactForm .form_wrap{
    width: 48%;
    background-color: var(--light-pink-color) !important;
}
.contactForm input,
.contactForm #appointmentMessage,
.contactForm #jobAppointmentMessage {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: var(--light-pink-color);
    color: #616161 !important;
    border-bottom: 1px solid var(--border-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.contactForm input::placeholder,
.contactForm #appointmentMessage::placeholder,
.contactForm #jobAppointmentMessage::placeholder {
    color: var(--border-color) !important;
}
.contactForm .form_wrap:nth-of-type(5){
    width: 100% ;
}
/* .contactForm .form_wrap:nth-of-type(5) textarea{
} */
.contactForm textarea {
    width: 100%;
    padding-top: 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--border-color);
    min-height: 120px;
    font-size: 14px;
    color: #616161;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: var(--light-pink-color);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.contactForm textarea::placeholder {
    color: var(--border-color);
}
.contactForm select{
    border: 0px;
    border-bottom: 1px solid var(--border-color);
    /* padding-top: 10px;
    padding-bottom: 5px; */
    height: 37px;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #616161;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: var(--light-pink-color);
    font-weight: 300;
}
.contactFormContainer .general-button {
    background-color: var(--gold-color);
    border-color:var(--gold-color);
    margin: 50px auto 0px;
}
.contactFormContainer .general-button:hover {
    background-color: var(--gold-color-hover);
    border-color:var(--gold-color-hover);
}
/* .contactForm .boxcheck{
    margin-top: 30px;
} */
/* .contactSendButton{
    margin-top: 70px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 115px;
    outline: none;
    border: 1px solid #0F314C;
    background: none;
    font-size: 16px;
    column-gap: 12px;
    align-items: center;
    cursor: pointer;
    color: #0F314C;
}
.contactSendButton img{
    transition: 300ms;
}
.contactSendButton:hover img{
    transform: translateX(5px);
} */
.wp-block-video{
    width: 100%;
    height: 100%;
    margin: 0px;   
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopDifferent .shopTitle{
    font-size: 45px;
    letter-spacing: 7px;
}
.bigImageFrancek{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.bigImageFrancek img{
    max-height: 750px;
}
footer .newsletter-image-image img {
    width: 30px;
    height: 30px;
}
.newsletter-image-image img{
    transition: transform 3s ease-in-out;
}
.newsletter-image-image img:hover {
    transform: rotate(360deg);
}

.aboutContainer{
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 115px;
    padding-bottom: 60px;
}
.aboutContainerTitle{
    font-size: 45px;
    color: #0F314C;
    padding-bottom: 30px;
}
.aboutDescriptionsTop, .aboutDescriptionsBottom{
    display: flex;
    justify-content: center;
}
.aboutDescription{
    width: 97%;
    text-align: center;
}
.aboutDescription p{
    font-weight: 300;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.aboutImages{
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutImagesLeft{
    width: 46%;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.aboutImagesLeftTop{
    width: fit-content;
}
.aboutImagesLeftBot{
    display: flex;
    margin-left: auto;
}
.aboutImageRight{
    width: 46%;
}
.aboutImagineRight{
    width: 100%;
    object-fit: cover;
}
.teamDescriptionsContainer{
    padding: 90px 5%;
}
.teamDescriptionsTitle{
    color: #0F314C;
    font-size: 45px;
    padding-bottom: 30px;
}
.teamDescriptions{
    display: flex;
    justify-content: space-between;
}
.teamDescription{
    width: 46%;
}

.teamDescription p{
    font-size: 17px;
    color: #1F1F1F;
}
.teamBanner {
    object-fit: cover;
    width: 100%;
    max-height: 800px;
    object-position: top;
}
.galleryContainer{
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.galleryLeft{
    width: 50%;
}
.galleryRight {
    width: 45%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.galleryLeft .swiper-slide img{
    width: 100%;
}
.galleryLeft .swiper-button-next, .galleryLeft .swiper-rtl .swiper-button-prev {
    right: 20px;
}
.galleryLeft .swiper-button-prev, .galleryLeft .swiper-rtl .swiper-button-next {
    left: 20px;
}
.galleryTitle{
    color: #0F314C;
    font-size: 45px;
}
.galleryDescription{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 17px;
    color: #1F1F1F;
}
.galleryView a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}
/* .galleryBigContainer .galleryContainer:nth-of-type(2n){
    flex-direction: row-reverse;
} */
/* .galleryBigContainer .galleryContainer:nth-of-type(2n) .galleryRight{
    padding-left: 0px;
    padding-right: 5%;
} */
/* .galleryBigContainer{
    padding-bottom: 60px;
} */

.galleryLeft img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
    height: 100%;
}
.allPhotosGallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    column-gap: 30px;
    padding-bottom: 115px;
    padding-left: 5%;
    padding-right: 5%;
}
.allPhotosGallery > .photo-gallery > img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 500px;

}
.allPhotosGallery .photo-gallery{
    width: calc(50% - 95px);
    /* margin-right: 95px; */
    margin-right: 0px;

}
.allPhotosGallery .photo-gallery:nth-of-type(2n+1){
    /* margin-bottom: 80px; */
    margin-bottom: 0px;
}
.allPhotosGallery .photo-gallery:nth-of-type(2n){
    /* margin-top: 80px; */
    margin-top: 0px;
}
.allPhotosGallery .photo-gallery:nth-of-type(4n-1){
    /* margin-left: 95px; */
    margin-left: 0px;
    margin-right: 0px;
}
.allPhotosGallery .photo-gallery:nth-of-type(4n){
    /* margin-left: 95px; */
    margin-left: 0px;
    margin-right: 0px;
}
.legalContent{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 75px;
    border-top: 0.5px solid #1F1F1F;
    padding-top: 52px;
    font-size: 17px;
}
.legalContent i, .legalContent b{
    font-size: 45px;
    color: #0F314C;
    font-weight: normal;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
    font-weight: normal !important;
    line-height: 30px;

}
.legalContent i{
    font-size: 30px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #0F314C !important;
    border-radius: 0px;
}
.icon {
    color: white !important;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: transparent !important;
}
.allPhotosGallery .photo-gallery:hover .overlay {
    opacity: 0.47;
}
.allPhotosGallery .photo-gallery{
    position: relative;
    width: calc(33% - 18px);
}
.fa-search:before {
    content: "" !important;
    width: 80px;
    height: 80px;
    background-image: url("../images/zoom.svg") ;
    display: block;
}

.jobContainer{
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    /* border-top: 0.5px solid #1F1F1F; */
    padding-top: 60px;
}
.jobLeft, .jobRight{
    width: 46%;
}
.jobTitle{
    color: #0F314C;
    font-size: 45px;
}
.jobDescription > p{
    font-size: 17px !important;
    background-color: white !important;
    color: black !important;
}
.homepageBanner:not(.onlyHome) h1 {
    width: max-content;
}
.openJobsModal{
    width: fit-content;
    padding: 17px 115px;
    margin-top: 50px;
    margin-bottom: 60px;
    border: 1px solid #0F314C;
    color: #0F314C;
    font-size: 16px;
    cursor: pointer;
    transition: 300ms;
}
.openJobsModal:hover{
    color: white;
    background: #0F314C;
}
.modalJobs .selectServiceIndiv {
    height: 35px;
    width: max-content;
}
.modalJobs .selectServiceIndivTitle {
    font-size: 12px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    width: max-content;
}
.modalJobs .stepActive.selectSalon .selectServices {
    display: flex;
    flex-direction: row;
}
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  .reveal-left {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 0.5s all ease;
  }
  
  .reveal-left.active {
    transform: translateX(0);
    opacity: 1;
  }
  
  .reveal-right {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 0.5s all ease;
  }
  
  .reveal-right.active {
    transform: translateX(0);
    opacity: 1;
  }
  #contactTerms{
    padding-top: 0px;
    margin-top: 5px;
  }
  .alertify-notifier > div{
    font-size: 16px !important;
  }
  .legalPages a{
    display: block;
  }
  .legalPages a::first-letter{
    text-transform: uppercase;
  }
  .selectServiceTitle span {
    font-size: 12px;
    color: #AAAAAA;
    font-style: italic;
}
.hideDesktop{
    display: none;
}
.imaginiContainerHome p{
    margin: 0px;
}
.servicesHomeAll .swiper-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
}
.footerRight .newsletter-image-container {
    /* position: absolute; */
}
.langFooter.active {
    border: 1px solid var(--gold-color);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gold-color) !important;
    font-size: 14px;
}
.langFooter.active:hover {
    color: var(--gold-color-hover) !important;
    border-color: var(--gold-color-hover);
}
.footerTranslate{
    display: flex;
    align-items: center;
    column-gap: 22px;
    justify-content: center;
}
.langFooter:not(.active){
    color: #C5B293;
    font-size: 14px;
}
.langFooter {
    transition: all 300ms ease-out;
}
.langFooter:hover {
    color: var(--gold-color-hover);
    
}
.toggler{
    display: none;
}
.toggler img{
    padding: 15px;
}
.menuMobile {
    position: fixed;
    /* height: calc(100vh - 125px);
    width: calc(100% - 30px); */
    background:#fff;
    /* border-radius: 10px; */
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75); */
    /* border: 1px solid #e3e3e3; */
    z-index:9;
}
.headerBlack .openMenu img{
    filter: invert(1);
    -webkit-filter: invert(1);
} 
.openMenu img{
    filter: invert(1);
    -webkit-filter: invert(1);
}

.headerWhite .openMenu img{
    filter: invert(0);
    -webkit-filter: invert(0);
}
/* .headerWhite{
    background: rgb(3,10,15);
    background: linear-gradient(0deg, rgba(3,10,15,0) 0%, rgba(13,12,12,0.3925945378151261) 40%, rgba(0,0,0,1) 100%);} */
.modalDescription p {
    margin: 0px;
}
.bigImageFrancekMobile{
    display: none;
}
#team_members:not(.team-swiper) .swiper-wrapper{
    flex-wrap: wrap;
}
.viewMore{
    display: none;
}
.rotateMore{
    transform: rotate(180deg);
}
::-webkit-file-upload-button {
    display: none;
 }
 .inputCV {
    background-image: url(../images/upload.svg);
    background-position: right 10px bottom 18px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    margin-top: 30px;
    min-height: 40px;
    margin-bottom: 70px;
}
.alertify-notifier{
    z-index: 100000001 !important;
}
.headerItem::after {
    content: "";
    width: 0px;
    transition: 500ms ease;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 0.5px;
    filter: opacity(0.65);
    -webkit-filter: opacity(0.65);
    background-color: white;
}
.headerItem:hover:after {
    transform-origin: bottom left;
    width: 95%;
}

.headerBlack .headerItem:hover::after{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.headerBlack.headerWhite .headerItem:hover::after{
    filter: invert(0);
    -webkit-filter: invert(0);
}

#btnTop {
    display: none;
    position: fixed;
    bottom: calc(8% - 18px);
    right: 5%;
    z-index: 99;
    background-image: url(../images/back-top.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    outline: none;
    width: 86px;
    height: 86px;
    padding: 0px;
    cursor: pointer;
}
#btnTop:hover{
    transform: translateY(-5px);
    transition: 300ms;
}
.viewAllSalons:hover img{
    transform: translateX(5px);
    transition: 300ms;
}
.linkServiciu{
    flex-shrink: 0;
}
/* .linksServices {
    overflow-x: scroll;
    overflow-y: hidden;
} */

.linksServices-contaiener::-webkit-scrollbar {
    height: 5px;
}

.linksServices-contaiener::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.linksServices-contaiener::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #C5B293;
}

.linksServices-contaiener::-webkit-scrollbar-thumb:hover {
    background-color: #C5B293;
}
.quoteAbout{
    padding-bottom: 110px;
    padding-top: 180px;
}

.homepageBanner:not(.onlyHome){
    height: 500px;
    margin-top: 85px;
}
.homepageBanner:not(.onlyHome) .homepageLeft{
    display: none;
}
.homepageBanner:not(.onlyHome) > h1{
    width: max-content;
}
.BannerHomepageTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-text-1 {
    color: var(--pink-color);
    font-family: 'Birthstone';
    font-size: 120px;
    line-height: 1;
}
.banner-text-2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-text-2 p {
    margin: 0px;
}
.onlyHome .banner-text-1 {
    font-size: 135px;
    line-height: 1.3;
}
.onlyHome .banner-text-2 {
    font-size: 67px;

}
.banner-text-3 {
    font-size: 18px;
    font-weight: 300;
}

.aboutImage img{
    width: 100%;
}
.youMustService, .youMustSalon, .youMustDate, .youMustCV, .youMustInput, .youMustJob{
    width: max-content;
    float: right;
    position: absolute;
    left: 265px;
    margin-top: -42px;
    display: none;
    column-gap: 10px;
    align-items: center;
    color: red;
    font-size: 17px;
    font-style: italic;
  }
  .imagineWideContainer .buttonAppointments:hover{
    background: white;
    color: #0F314C;
  }
  .date .nextButton{
    margin-top: 0px;
  }
  .youMustInput{
    bottom: 0px;
  }

  .buttonAppointments.black:hover {
    color: white;
    background-color: black;
}
.servicesHomeContainer .buttonAppointments:hover {
    color: black;
    background-color: white;
}
.goToShop a:hover {
    background-color: #0F314C;
    color: white;
}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: -230px;
    left: -402px;
    width: 416px;
    text-align: left;
    color: white;
    font-size: 12px;
    background-color: #D8D8D8;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
}
  
  .btnNoAppointments:hover .tooltip-text {
    visibility: visible;
  }
  
.tooltip-text b{
    margin: 0px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #1F1F1F;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}
.tooltip-text p{
    margin: 0px;
    font-size: 16px;
    color: #1F1F1F;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0;
    bottom: 0px;
    margin-left: 0px;
    left: auto;
    right: 18px;
    box-sizing: border-box;
    border: 10px solid black;
    border-color: transparent #D8D8D8 #D8D8D8 transparent;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: none;
}
.noAppointmentContact {
    width: 100%;
    max-width: 208px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F314C;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #0F314C;
    margin-top: 100px;
}
.noAppointmentContact a{
    color: #0F314C;
    padding: 17px 66px;
}
.btnPrice a{
    color: black;
}
.two-cols > div{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    padding-top: 3px;
}
/* .two-cols > div:not(.subscribeDescription):hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 10%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
} */
body.modal-open, html.modal-open{
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
body.menu-open, html.menu-open{
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.nextButton img{
    transition: 300ms;
}
.nextButton:hover img{
    transform: translateX(5px);
}
.aboutContainerBig .homepageLeft p{
    width: max-content;
}
.salonServices {
    margin-right: 0px;
    margin-left: 0px;
}
.salonContainer.even .imagineSalon{
    width: 45%;
    margin-right: 5%;
}
.salonContainer.odd .imagineSalon{
    width: 45%;
    margin-left: 5%;
}
.modalPositionandLocation{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.menuMobileHeader .btnAppointments img{
    max-height: 75px;
}
h1{
    font-weight: inherit;
    margin: 0px;
}
.developedBY a:hover {
    
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 10%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
.footerBottom .legalPages a:hover{
    color: #C5B293;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus, 
form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.serviceTitle a{
    color: inherit;
}
.serviceTitle a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 10%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
.headerItem:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 10%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}
.productText .title{
    margin-top: 5px;
}
.footerRight > img{
    max-width: 180px;
}
.viewAllSalons img{
    width: 30px;
    height: 30px;
}
.noBack{
    background-image: none !important;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.courseContainer {
    /* padding-right: 5%; */
    display: flex;
    align-items: center;
    /* column-gap: 5%;
    padding-left: 5%; */
}
.courseText{
    width: 40%;
}
.coursePicture {
    width: 50%;
}
.coursePicture img {
    width: 100%;
    height: 780px;
    object-fit: cover;
}
.coursesContainer{
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.courseTitle h2{
    font-size: 45px;
    color: #0F314C;
    font-weight: 500;
    margin: 0px;
}
.courseTitle{
    display: flex;
    align-items: center;
    column-gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.courseTitle span, .courseTitle{
    font-size: 30px;
    color: #0F314C;
}
.dateCourse, .locationCourse, .courseDescription, .coursePrice{
    font-size: 17px;
    color: black;
}
.coursePrice span{
    font-size: 25px;
}
.buttonCourse a{
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    border: 1px solid #0F314C;
    color: #0F314C;
    font-size: 16px;
    margin-top: 40px;
    transition: 300ms;
    column-gap: 10px;
}
.buttonCourse a:hover{
    background-color: #0F314C;
    color: white;
}
.buttonCourse img{
    transition: 500ms;
}
.buttonCourse a:hover img{
    filter: invert(1) brightness(2);
    -webkit-filter: invert(1) brightness(2);
    transform: rotate(180deg);
}
.locationCourse{
    padding-top: 10px;
    padding-bottom: 20px;
}
.coursePrice {
    padding-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.courseDescription li{
    padding-bottom: 10px;
}
.courseDescription li::marker{
    color: #C5B293;
}
.scheduleContainer{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.scheduleTitle{
    font-size: 20px;
    color: black;
    padding-bottom: 40px;
}
.oneSchedule{
    display: flex;
    column-gap: 30px;
    padding-bottom: 20px;
}
.scheduleDate{
    font-size: 18px;
    color: #C5B293;
    width: 100%;
    flex-shrink: 0;
    max-width: 75px;
    text-align: left;
}
.scheduleActivity{
    font-size: 17px;
    color: #000000;
}
.contactCoursesContainer{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.contactDetailsCourses{
    margin-left: 5%;
    margin-right: 5%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.contactCoursesTitle{
    font-size: 45px;
    padding-bottom: 40px;
    color: #1F1F1F;
}
.contactPerson{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contactPersonName{
    font-size: 20px;
    color: #000000;
    padding-bottom: 20px;
}
.contactPersonDetail{
    font-size: 17px;
    color: #000000;
}
.coursesForm{
    padding-left: 16%;
    padding-right: 16%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 65px;
}
.coursesFormDescription{
    font-size: 14px;
    color: var(--dark-color);
    width: 100%;
    max-width: 665px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.coursesFormTitle {
    text-align: center;
}
.coursesForm .contactForm .form_wrap {
    width: 31%;
}
.contact-input-form-title {
    font-size: 16px;
    color: #616161;
    margin: 0;
    font-weight: 300;
    text-transform:  uppercase;
}
.coursesForm .boxcheck {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.coursesForm .contactSendButton {
    margin-top: 42px;
    transition: 300ms;
}
.coursesForm .contactSendButton:hover {
    background-color: #0F314C;
    color: white;
}
.coursesForm .form_wrap:nth-of-type(6), .coursesForm .form_wrap:nth-of-type(7){
    display: none;
}
.coursesForm .contactForm{
    justify-content: flex-start;
    column-gap: 3%;
}
.swiperCourses .swiper-slide{
    position: relative;
    max-height: 380px;
}
.swiperCourses .swiper-slide img{
    width: 100%;
    height: 380px;
    object-fit:cover;
    object-position: top;
}
.swiperCourses .photo-gallery:hover .overlay {
    opacity: 0.47;
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    display: none;
}
.swiperCourses{
    margin-bottom: 60px;
}
.courses .servicesDescription{
    padding-bottom: 70px;
}
.courses {
    padding-top: 180px;
}
.courseContainer.indiv .coursePrice{
    padding-top: 0px;
    padding-bottom: 30px;
}
.fancybox__counter{
    display: none;
}
.galleryIndiv .homepageLeft h1 > *{
    margin: 0px;
}

.salonContactAll{
    width: 100%;
    max-width: 330px;
}
.salonContactAll-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}


/* christmas */

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 10001;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
  }
  
  .lightrope li {
    position: relative;
    animation-fill-mode: both; 
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px; /* globe-width */
    height: 28px; /* globe-height */
    border-radius: 50%;
    margin: 20px; /* globe-spacing / 2 */
    display: inline-block;
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.67px 24px 3px rgba(0, 247, 165, 1); /* globe-height / 6, globe-width * 2, globe-spread */
    animation-name: flash-1;
    animation-duration: 2s;
  }
  
  .lightrope li:nth-child(2n+1) {
    background: rgba(0, 255, 255, 1);
    box-shadow: 0px 4.67px 24px 3px rgba(0, 255, 255, 0.5);
    animation-name: flash-2;
    animation-duration: 0.4s;
  }
  
  .lightrope li:nth-child(4n+2) {
    background: rgba(247, 0, 148, 1);
    box-shadow: 0px 4.67px 24px 3px rgba(247, 0, 148, 1);
    animation-name: flash-3;
    animation-duration: 1.1s;
  }
  
  .lightrope li:nth-child(odd) {
    animation-duration: 1.8s;
  }
  
  .lightrope li:nth-child(3n+1) {
    animation-duration: 1.4s;
  }
  
  .lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px; /* globe-width - 2 */
    height: 9.33px; /* globe-height / 3 */
    border-radius: 3px;
    top: -4.67px; /* globe-height / 6 */
    left: 1px;
  }
  
  .lightrope li:after {
    content: "";
    top: -14px; /* globe-height / 2 */
    left: 9px; /* globe-width - 3 */
    position: absolute;
    width: 52px; /* globe-spacing + 12 */
    height: 18.67px; /* globe-height / 3 * 2 */
    border-bottom: solid #222 2px;
    border-radius: 50%;
  }
  
  .lightrope li:last-child:after {
    content: none;
  }
  
  .lightrope li:first-child {
    margin-left: -40px; /* -globe-spacing */
  }
  
  @keyframes flash-1 { 
    0%, 100% { 
      background: rgba(0, 247, 165, 1);
      box-shadow: 0px 4.67px 24px 3px rgba(0, 247, 165, 1); 
    } 
    50% { 
      background: rgba(0, 247, 165, 0.4); /* light-off-opacity */
      box-shadow: 0px 4.67px 24px 3px rgba(0, 247, 165, 0.2); 
    }
  }
  
  @keyframes flash-2 { 
    0%, 100% { 
      background: rgba(0, 255, 255, 1);
      box-shadow: 0px 4.67px 24px 3px rgba(0, 255, 255, 1); 
    } 
    50% { 
      background: rgba(0, 255, 255, 0.4); /* light-off-opacity */
      box-shadow: 0px 4.67px 24px 3px rgba(0, 255, 255, 0.2); 
    }
  }
  
  @keyframes flash-3 { 
    0%, 100% { 
      background: rgba(247, 0, 148, 1);
      box-shadow: 0px 4.67px 24px 3px rgba(247, 0, 148, 1); 
    } 
    50% { 
      background: rgba(247, 0, 148, 0.4); /* light-off-opacity */
      box-shadow: 0px 4.67px 24px 3px rgba(247, 0, 148, 0.2); 
    }
  }

.main {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
	/* animation-delay: 7s, 8s; */
}

@keyframes main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}

.initial-snow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
    z-index: 0; /* Lower than other content */
    pointer-events: none; /* Ensure snowflakes don't block interactions */
}

.initial-snow > * {
	font-size: 50px;
	color: white;
	position: absolute;
	top: -5vh;
}

@keyframes snowfall {
	0% {
		transform: translate3d(var(--left-ini), 0, 0);
	}

	100% {
		transform: translate3d(var(--left-end), 110vh, 0);
	}
}

.snow:nth-child(2n) {
	filter: blur(1px);
	font-size: 40px;
}

.snow:nth-child(6n) {
	filter: blur(2px);
	font-size: 30px;
}

.snow:nth-child(10n) {
	filter: blur(5px);
	font-size: 30px;
}

/* Customize Each Snowflake with Randomized Variables */
.snow:nth-child(1)  { --size: 1;   --opacity: 0.9; --duration: 20; --delay: 2;  --left: 0.05; --top: 0.1;  --left-ini: 0vw;  --left-end: -2vw; }
.snow:nth-child(2)  { --size: 0.8; --opacity: 0.7; --duration: 25; --delay: 4;  --left: 0.15; --top: 0.2;  --left-ini: -1vw; --left-end: 1vw; }
.snow:nth-child(3)  { --size: 1.2; --opacity: 0.8; --duration: 22; --delay: 6;  --left: 0.3;  --top: 0.05; --left-ini: 1vw;  --left-end: 0vw; }
.snow:nth-child(4)  { --size: 1;   --opacity: 0.6; --duration: 30; --delay: 9;  --left: 0.45; --top: 0.15; --left-ini: 0vw;  --left-end: 2vw; }
.snow:nth-child(5)  { --size: 0.9; --opacity: 0.5; --duration: 15; --delay: 10; --left: 0.6;  --top: 0.25; --left-ini: -1vw; --left-end: 3vw; }
.snow:nth-child(6)  { --size: 1.1; --opacity: 0.8; --duration: 18; --delay: 12; --left: 0.75; --top: 0.05; --left-ini: 0vw;  --left-end: -3vw; }
.snow:nth-child(7)  { --size: 0.7; --opacity: 0.7; --duration: 26; --delay: 14; --left: 0.85; --top: 0.1;  --left-ini: -2vw; --left-end: 2vw; }
.snow:nth-child(8)  { --size: 1.3; --opacity: 0.8; --duration: 20; --delay: 16; --left: 0.2;  --top: 0.3;  --left-ini: 1vw;  --left-end: -1vw; }
.snow:nth-child(9)  { --size: 0.8; --opacity: 0.6; --duration: 28; --delay: 18; --left: 0.55; --top: 0.2;  --left-ini: 2vw;  --left-end: 0vw; }
.snow:nth-child(10) { --size: 1.4; --opacity: 0.7; --duration: 17; --delay: 20; --left: 0.7;  --top: 0.35; --left-ini: -1vw; --left-end: 3vw; }

.snow {
    position: fixed;
    top: 10px; /* Unique starting position for each snowflake */
    left: calc(var(--left) * 100%);
    width: calc(var(--size) * 1.5vw);
    height: calc(var(--size) * 1.5vw);
    opacity: var(--opacity);
    animation: snowfall calc(var(--duration) * 1s) linear infinite;
    animation-delay: calc(var(--delay) * -1s);
    z-index: 0; /* Keeps snowflakes in the background */
    pointer-events: none; /* Allow clicks to pass through */
}

body.christmas{
    background-color: #ebebeb;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

.containerAnimation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    animation: fadeOut 1s ease-in-out forwards;
    animation-delay: 3s; /* Delay before animation starts */
    background-color: black;
    flex-direction: column;
    row-gap: 20px;
}

.containerAnimation img:first-of-type {
    width: 500px;
    height: 600px;
    margin-right: -5%;
}
.containerAnimation img:last-of-type{
    width: 200px;
}
body.christmas footer .footerTop{
    background-color: #0F314C;
}
body.christmas footer .footerTop *{
    color: white !important;
}
body.christmas .logoFooter img, body.christmas .toggler img{
    filter: invert(1);
    -webkit-filter: invert(1);
}
body.christmas > .christmasContainer{
    z-index: 0;
}
/* Ensure Links and Buttons Are on Top */
a, button, [data-interactive] {
    position: relative; /* Ensures they appear above snowflakes */
    z-index: 2;
}
div:has(> a:first-child){
    position: relative; /* Ensures they appear above snowflakes */
    z-index: 2;
}
body.christmas .headerWhite{
    background: unset;
}
.hidden{
    display: none;
}

/* BRAND LOGO List BLOCK */
.brand-logo-white-bg {
    background-color: #fff;
}
.brand-logo-list-wrapper {
    background-color: #fff;
}
.brand-logo-list {
    /* height: 110px; */
    padding: 25px 0;
}
.brand-logo-list-wrapper.brand-logo-list-wrapper-biography {
    box-shadow: 0 0 8px 3px rgba(238, 197, 200, 0.36);
    margin-top: 20px;
}
.brand-logo-list .swiper-wrapper {
    align-items: center;
    justify-content: center;
}
.brand-logo-item.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo {
    width: 100%;
    max-width: 120px;
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}
.brand-logo-list-wrapper.brand-logo-list-wrapper-biography .brand-logo {
    max-height: 55px;
}

/* TITLE TEXT IMG SWIPER */
.title-text-img-swiper-wrapper {
    /* max-height: 650px; */
    padding: 50px 0;
}
.title-text-img-swiper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    gap: 7%;
    
}
.title-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    /* background-color: red; */
    max-width: 483px;
    width: 100%;
}
/* .title-text-first-title {
    margin: 0;
}
.title-text-second-title {
    margin: 0;
} */
.title-text-section-text {
    margin: 0 0 30px 0;
}
.title-text-img-swiper.swiper {
    max-width: 500px;
    width: 100%;
    height: 450px;
    margin: unset;
    padding-bottom: 50px;
}
.title-text-img-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.title-text-img-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--pink-color);
    text-align: center;
}
.title-text-img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 20px;
}
.title-text-img-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: uppercase;
    max-width: 248px;
    margin-bottom: 7px;
}
.title-text-img-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
    max-width: 248px;
}
.pagination {
    position: absolute !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    bottom: 10px !important;
    z-index: 1;
}
.swiper-pagination-bullet {
    border: 1px solid var(--pink-color) !important;
    background: transparent !important;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--pink-color) !important;
}

/* ABOUT FRANCEK */
.about-francek-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.ab-items-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    /* justify-content: space-between; */
    gap: 10px;
    width: 100%;
    margin-top: 35px;
}
.ab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
}
.ab-item-image {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}
.ab-item-title {
    font-size: 20px;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.ab-item-text {
    font-weight: 300;
    height: 70px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* IMAGE TEXT BTN */
.image-text-btn-wrapper {
    background-color: var(--dark-color);
}
.image-text-btn-container {
    display: flex;
    flex-direction: row;
}
.image-text-btn-text-area-wrapper {
    width: 50%;
    flex-shrink: 0;
}
.image-text-btn-text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.image-text {
    width: 50%;
    height: 100%;
    max-height: 670px;
    aspect-ratio: 1 / 1;
}
.image-text-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text-btn-wrapper .general-block-second-title,
.image-text-btn-wrapper .image-text-section-text {
    color: #fff;
}
.image-text-btn-wrapper .image-text-third-title {
    color: var(--pink-color);
}
.image-text-btn-wrapper.left,
.image-text-btn-wrapper.bg-pink-color {
    background-color: var(--light-pink-color);
}
.image-text-btn-container.left {
    flex-direction: row-reverse;
}
.image-text-btn-wrapper.left .general-block-second-title,
.image-text-btn-wrapper.left .image-text-section-text,
.image-text-btn-wrapper.left .image-text-third-title,
.image-text-btn-wrapper.bg-pink-color .general-block-second-title,
.image-text-btn-wrapper.bg-pink-color .image-text-section-text,
.image-text-btn-wrapper.bg-pink-color .image-text-third-title {
    color: var(--dark-color);
}
.image-text-btn-wrapper.left .image-text-first-title,
.image-text-btn-wrapper.bg-pink-color .image-text-first-title {
    color: var( --gold-color);
}
.image-text-third-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image-text-section-text {
    margin-top: 25px;
}
.image-text-btn-info_text-wrapper {
    padding: 50px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-text-btn-info_text {
    color: #fff;
    max-width: 800px;
}

/* .image-text-btn-list {} */
.btn-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}
.btn-list-container.left .image-text-button,
.btn-list-container.bg-pink-color .image-text-button {
    background-color: var(--gold-color);
    border-color:  var(--gold-color);
}
.btn-list-container.left .image-text-button:hover,
.btn-list-container.bg-pink-color .image-text-button:hover {
    background-color: var(--gold-color-hover);
    border-color:  var(--gold-color-hover);
}
.btn-list-container.left .image-text-button:nth-of-type(2n) {
    background-color: transparent !important;
    color: var(--gold-color);
}
.btn-list-container.left .image-text-button:nth-of-type(2n):hover {
    background-color: var(--gold-color-hover) !important;
    color: var(--dark-color);
}
.image-text-button {
    padding: 0 20px;
}
.image-text-button.general-button.btnAppointments {
    background-color: var(--pink-color);
    border: 1px solid var(--pink-color);
    animation: none;
    /* filter: none !important; */
}
/* SERVICES HOMEPAGE */
.services-home-container {
    padding: 80px 0 100px;
    margin: 0 0 50px;
}
.homeServices-swiper {
    padding-bottom: 50px;
}
.homeServices-slide {
    height: 400px;
}
.homeServices-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homeServices-slide-image.mobile {
    display: none;
}
.homeServices-description-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px 0 50px;
    row-gap: 30px;
}
.homeServices-button {
    margin: 0 auto;
}
.homeServices-description-item {
    flex: 1;
}
.homeServices-description-title {
    display: inline-flex;
    position: relative;
    color: var(--light-gray-color);
    width: 100%;
    margin-bottom: 17px;
    padding-bottom: 5px;
    text-wrap: nowrap;
    padding-right: 15px;
}
.homeServices-description-title::after {
    content: "";
    width: 100%;
    transition: width 0.5s ease, background-color 0.5s ease;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    background-color: var(--gold-color);
}
.homeServices-description-item.active .homeServices-description-title::after {
    background-color: #fff;
}

.homeServices-description-title.visited::after {
    width: 100%;
    background-color: #fff;
}
.homeServices-description-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-right: 15px;
}

.homeServices-description-text {
    color: var(--light-gray-color);
    font-weight: 300;
}

.homeServices-description-item.active .homeServices-description-title,
.homeServices-description-item.active .homeServices-description-text{
    color: var(--pink-color) ;
}

/* FollowFrancek */
.follow-farncek-container {
    margin: 50px 0;
}
.follow-francek-img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.follow-francek-img-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.follow-francek-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 400ms ease-in-out;
}

.follow-francek-img:hover {
    transform: scale(1.04);
}

/* CONTACT NEW */
.contact-container {
    display: flex;
    flex-direction: row;
}
.contact-container.contact-container-noImg {
    justify-content: center;
}
.contact-container.contact-container-noImg .contactFormContainer {
    padding-left: 0;
    padding-right: 0;
}
.contact-container.contact-container-noImg .contactFormContainer .form_wrap,
.contact-container.contact-container-noImg .contactFormContainer input,
.contact-container.contact-container-noImg .contactFormContainer select,
.contact-container.contact-container-noImg .contactFormContainer textarea,
.contact-container.contact-container-noImg .contactFormContainer,
.courses-form.contactFormContainer .form_wrap,
.courses-form.contactFormContainer input,
.courses-form.contactFormContainer select,
.courses-form.contactFormContainer textarea {
    background-color: transparent !important;
}
.contact-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.contact-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contact-image-container .general-block-first-title-container {
    margin: unset;
    max-width: 414px;
}

/* HeroStats */
.hero-stats-logo-list {
    /* height: 110px; */
    padding: 25px 0;
}
.hero-stats-logo-item.swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.hero-stats-logo-item.has-no-text .hero-stats-logo-image {
    max-width: 160px;
}
.hero-stats-logo-image {
    max-width: 65px;
    height: 65px;
    object-fit: contain;
}
.hero-stats-first-text {
    font-size: 25px;
    font-weight: 600;
    color: var(--dark-color);
}
.hero-stats-second-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
}

/* LEGAL PAGES */
.general-container.legal-wrapper {
    padding: 0 30px
}
.legal-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 50px;
}
.legal-toc-container {
    max-width: 350px;
    width: 100%;
    flex-shrink: 0;
    /* padding: 0px 10px 0px 0px; */
    /* background-color: red; */
}
.toc-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.toc-list-item {
    text-transform: uppercase;
    padding: 5px 0;

}
.legal-content {
    font-weight: 300;
}
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5,
.legal-content h6 {
    font-size: 24px;
    font-weight: 500;
}

/* AllServices */
.all-services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
}
.service-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: -1;
}
.service-item.the-last {
    grid-column: 1 / -1;
    height: 370px;
}
.service-item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    /* filter: grayscale(100%); */
}
.service-item-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}
.general-block-first-title.service-item-title {
    font-size: 65px;
    margin-bottom: 15px;
}
.service-item-description {
    height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: 600px;
}
.service-item-description p {
    margin: 0;
}
.service-link {
    height: 40px;
    margin-top: 20px;
}

.service-item.odd-desktop .service-item-title {
    color:var(--gold-color);
}
.service-item.even-desktop .service-item-title {
    color:var(--pink-color);
}
.service-item.odd-desktop .service-link {
    background-color:var(--gold-color);
    border-color:var(--gold-color);
}
.service-item.odd-desktop .service-link:hover {
    background-color:var(--gold-color-hover);
    border-color:var(--gold-color-hover);
}
.service-item.even-desktop .service-link {
    background-color:var(--pink-color);
    border-color:var(--pink-color);
}
.service-item.even-desktop .service-link:hover {
    background-color:var(--light-pink-hover);
    border-color:var(--light-pink-hover);
}
/* COURSES */
.courses-container .linksServices {
    margin-bottom: 0;
}
.linksServices-contaiener.linksServices-contaiener-center {
    justify-content: center;
}
.courses-container .image-text-btn-text-area {
    max-width: 100%;
    padding: 10px 20px;
}
.courses-container .image-text-section-text {
    max-width: 650px;
}

/* Galleries Block */
.gallery-big-container {
}
.gallery-container {
    display: flex;
    flex-direction: row;
}
.gallery-container.right {
    flex-direction: row-reverse;
}
.gallery-left {
    width: 50%;
}
.gallery-right {
    width: 50%;
    background-color: var(--light-pink-color);
}
.gallery-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;

}
.gallery-title {
    font-size: 65px;
    color: var(--gold-color);
}
.gallery-second-title {
    font-size: 28px;
}
.gallery-description {
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 100%;
    max-height: 130px;
}
.gallery-button {
    margin-top: 20px;
}
.gallery-view {}

.swiper-gallery .swiper-slide{
    height: auto;
    max-height: 500px;
    aspect-ratio: 1 / 1;
}
.gallery-slide img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
.all-photos-gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 10px;
}
.all-photos-gallery {
    aspect-ratio: 1 / 1;
}
.all-photos-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* TEAM */
.team-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}
.team-member {
    aspect-ratio: 1 / 1;
}
.team-member:hover{
    cursor: pointer;
}
.team-member:hover .team-image {
    filter: grayscale(100%) contrast(1.1) brightness(0.9);
}
.team-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top !important;
    transition: all .2s ease-in-out;
}
.green-overlay {
    
}
.team-text h2,
.team-text p {
    transition: all .2s ease-in-out;
}
.team-member:hover .team-text h2,
.team-member:hover .team-text p {
    color: var(--gold-color);
}
.team-text h2 {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 600;
    text-transform: uppercase;
}
.team-text p {
    font-size: 14px;
    color: var(--dark-color);
    font-weight: 300;
}
.modal .team-modal-container {
    width: 100% !important;
    max-width: 1100px !important;
    padding: 40px 20px !important;
    height: 80% !important;
    margin: 0 20px !important;
}
.team-modal-container .back-btn.mobile {
    display: none;
    position: unset;
}
.team-modal-container .back-btn.mobile,
.team-modal-container .close {
    align-items: center;
    justify-content: center;
    height: 32px;
    width: fit-content;
    padding: 0 25px;
    background-color: transparent;
    border: 1px solid var(--gold-color);
    border-radius: 3px;
    color: var(--dark-color);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1.2px;
    cursor: pointer;
    text-transform: uppercase;
}
.team-modal-container .close {
    display: inline-flex;
    top: 10px;
    right: 15px;
}
.team-modal-container .close::after {
    display: none;
}
.team-modal-container .modal-body {
    justify-content: unset;
    gap: 20px;
}
.team-modal-container .modalImage {
    width: 100% !important;
    max-width: 450px !important;
    padding: 0 !important;
}
.team-modal-container .modalText {
    width: 100%;
    height: 100% ;
}
.team-modal-container .modalTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.modal-description {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}



.team-modal-container::-webkit-scrollbar,
.team-modal-container>div::-webkit-scrollbar,
.team-modal-container .modalText::-webkit-scrollbar,
.team-modal-container .modalText>div::-webkit-scrollbar {
    width: 6px;
}
.team-modal-container::-webkit-scrollbar-track,
.team-modal-container>div::-webkit-scrollbar-track,
.team-modal-container .modalText::-webkit-scrollbar-track,
.team-modal-container .modalText>div::-webkit-scrollbar-track {
    background: #D1D1D1;
    box-shadow: inset 0 0 0 2px white;
    overflow: hidden;
}
.team-modal-container::-webkit-scrollbar-thumb,
.team-modal-container>div::-webkit-scrollbar-thumb,
.team-modal-container .modalText::-webkit-scrollbar-thumb,
.team-modal-container .modalText>div::-webkit-scrollbar-thumb {
    background: #0F314C;
    border-radius: 7px;
}
.team-modal-container::-webkit-scrollbar-thumb:hover,
.team-modal-container>div::-webkit-scrollbar-thumb:hover,
.team-modal-container .modalText::-webkit-scrollbar-thumb:hover,
.team-modal-container .modalText>div::-webkit-scrollbar-thumb:hover {
    background: #0F314C;
}

/* APPOINTMENT */

.inactive-container {
    background-color: rgba(246, 242, 242, 0.1);
    opacity: 0.4;
    pointer-events: none !important;
}
.appointment-container .content {
    padding: unset;
}
.appointment-text-container {
    display: flex;
    flex-direction: column;
    gap: 25px;   
}
.appointment-description {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
}
.select-service-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.select-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /* overflow-y: auto; */
    /* padding-bottom: 5px; */
}
.select-service-indiv,
.select-salon-indiv,
.selected-date-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 25px;
    width: fit-content;
    border-radius: 3px;
    border: 1px solid var(--gold-color);
    background-color: transparent;
    color: var(--dark-color);
    font-size: 14px;
    transition: all .3s;
    letter-spacing: 1.3px;
    text-wrap: nowrap;
}
.select-service-indiv:hover,
.select-salon-indiv:hover,
.selected-date-item:hover {
    cursor: pointer;
    background-color: var(--gold-color);
    color: #fff;
}
.select-service-indiv.is-active,
.select-salon-indiv.is-active {
    background-color: var(--gold-color);
    color: #fff;
}

.select-service-indiv.has-sub-services {
    position: relative;
}

.select-service-indiv .expand-icon {
    margin-left: 8px;
    font-size: 20px;
    transition: transform 0.3s ease;
    rotate: 90deg;
}

.sub-services-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 24em;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 8px;
    margin-top: 5px;
}
.sub-services-dropdown .select-sub-service-indiv {
    text-wrap: wrap;
    min-height: 35px;
    height: auto;
}

.select-sub-service-indiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 35px;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid var(--gold-color);
    background-color: transparent;
    color: var(--dark-color);
    font-size: 13px;
    transition: all .3s;
    letter-spacing: 1.2px;
    text-wrap: nowrap;
    cursor: pointer;
    margin-bottom: 5px;
}

.select-sub-service-indiv:last-child {
    margin-bottom: 0;
}

.select-sub-service-indiv:hover {
    background-color: var(--gold-color);
    color: #fff;
}

.select-sub-service-indiv.is-active {
    background-color: var(--gold-color);
    color: #fff;
}

.select-services::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.select-services::-webkit-scrollbar-track {
    background: #d1d1d132;
} 

.select-services::-webkit-scrollbar-thumb {
    background: #A3A7AB;
}

.select-services::-webkit-scrollbar-thumb:hover {
    background:  var(--gold-color);
}
.appointment-container .contact-input-form-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.form-details {
    display: flex;
    flex-direction: column;
    gap: 20px;  
}
.form_wrap-first-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1100px;
}
.form_wrap-first-container .input_wrap,
.form_wrap-first-container .form_wrap {
    width: 100%;
}
.form_wrap-textarea {
    width: 100%;
    max-width: 1100px;
}
.schedule-button.general-button {
    background-color: var(--gold-color);
}
.schedule-button.general-button.button-disabled-schedule {
    background-color: var(--light-gray-color);
    border: 1px solid var(--light-gray-color);
    color: #fff;
    cursor: not-allowed;
}
.select-time {
    display: flex;
    flex-direction: column;
}
.select-time-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    margin-bottom: 0px !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--border-color) !important;
    color: var(--dark-color);
}
.ui-datepicker .ui-datepicker-header {
    background: var(--gold-color);
    color: #fff;
    border: none;
    border-radius: 0 !important;
}
.ui-datepicker {
    padding: 0px !important;
    font-family: 'Poppins', sans-serif !important;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 14px !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 50% !important;
    transform: translateY(-58%) !important;
}
.ui-datepicker .ui-datepicker-next
/* .ui-datepicker .ui-datepicker-next-hover */
 {
    right: 5px !important;
}
.ui-datepicker .ui-datepicker-prev
/* .ui-datepicker .ui-datepicker-prev-hover */
 {
    left: 5px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    /* top: unset !important; */
}
.ui-state-active {
    background-color: var(--gold-color) !important;
}
.ui-state-hover {
    color: var(--gold-color) !important;
}

.you-must-service,
.you-must-salon,
.you-must-date,
.you-must-cV,
.you-must-input,
.you-must-job {
    width: max-content;
    float: right;
    position: absolute;
    left: 265px;
    margin-top: -42px;
    display: none;
    column-gap: 10px;
    align-items: center;
    color: red;
    font-size: 17px;
    font-style: italic;
}

.confirmation-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(97, 97, 97, .6);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}
.confirmation-modal-wrapper.is-show {
    opacity: 1;
    pointer-events: auto;
}
.confirmation-modal-container {
    width: 100%;
    max-width: 900px;
    height: 100%;
    max-height: 80vh;
    margin: 80px 20px 0 20px;
    padding: 45px 0  40px 40px;
    background-color: #fff;
    position: relative;
    z-index: 999999;
}
.modal-content {
    overflow-y: auto;
    padding-right: 40px;
    height: 100%;

}
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: fit-content;
    padding: 0 25px;
    background-color: transparent;
    border: 1px solid var(--gold-color);
    border-radius: 3px;
    color: var(--dark-color);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1.2px;
    cursor: pointer;
    text-transform: uppercase;
}
.confirmation-modal-wrapper .select-service-indiv,
.confirmation-modal-wrapper .select-salon-indiv {
    background-color: var(--gold-color);
    color: #fff;
}
.confirmation-modal-wrapper .selected-date-item {
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: #fff;
}
.select-service-modal-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15%;
    margin-top: 20px;
}
.selected-date-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.modal-container-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
    margin-bottom: 5px;
}
.phone-modal-container {
    margin-top: 20px;
}
.name-modal-container {
    margin-top: 40px;
}
.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-align: center;
    margin: 0 auto 20px;
}
.modal-message {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-color);
    margin-bottom: 20px;
}
.subscribeInput {
    margin-bottom: 30px;
}
/* JOBS */
.jobs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}
.job-container {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
}
.job-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 10px;
}
.job-description {
    font-weight: 300;
}
.job-description ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.job-description ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--pink-color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.job-description a b {
    color: var(--gold-color);
    font-weight: 500;
}
.open-jobsModal {
    margin-top: 30px;
    margin-left: auto;
    background: var(--gold-color);
}
/* JOBS MODAL */
.modalJobs .appointment-text-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.modalJobs .select-job .select-service-indiv,
.modalJobs .select-salon .select-salon-indiv {
    border: 1px solid var(--gold-color);
    color: var(--dark-color);
    background-color: transparent;
}

.modalJobs .select-job .select-service-indiv.selected-service,
.modalJobs .select-salon .select-salon-indiv.selected-service {
    background-color: var(--gold-color);
    color: #fff;
}

.modalJobs .inactive-container {
    opacity: 0.5;
    pointer-events: none;
}

.modalJobs .upload-cv .inputCV {
    border: 1px solid var(--border-color);
    padding: 10px;
    width: 100%;
    background-image: url(../images/upload.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.modalJobs .personal-details .form_wrap {
    width: 100%;
}

.modalJobs .personal-details .form_wrap-first-container {
    display: flex;
    gap: 20px;
}

.modalJobs .schedule-button {
    margin-top: 20px;
}

.modalJobs .you-must-input {
    display: none;
    color: red;
    font-style: italic;
    margin-top: 10px;
}
.modalJobs .upload-cv .input_wrap {
    width: 100%;
}
.inputCV-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.inputCV-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 25px;
    width: fit-content;
    border-radius: 3px;
    border: 1px solid var(--gold-color);
    background-color: transparent;
    color: var(--dark-color);
    font-size: 14px;
    transition: all .3s;
    letter-spacing: 1.3px;
    text-wrap: nowrap;
    cursor: pointer;
}
.inputCV-label:hover {
    background-color: var(--gold-color);
    color: #fff;
}
.file-name {
    font-size: 14px;
    color: var(--gold-color);
    font-weight: 500;
    margin-top: 10px;
}