html {
    height: 100%;
}

body {
    height: 100%;
}

section {
    padding-left: 0%;
    padding-right: 0%;
}

footer {
    padding-left: 0%;
    padding-right: 0%;
}

[lang] {
    display: none;
}

[lang=en] {
    display: block;
}


.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100%;
}

a {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    color: #fff;
}

h1 {
    color: #000000;
    font-weight: 400;
    font-family: 'Svarge Regular', sans-serif;
    font-size: 56px;
}

h2 {
    color: #000000;
    font-weight: 400;
    font-family: 'Svarge Regular', sans-serif;
    font-size: 32px;
}

h3 {
    color: #000000;
    font-weight: 700;
    font-family: 'Mont Book', sans-serif;
    font-size: 28px;
}

h4 {
    color: #000000;
    font-weight: 700;
    font-family: 'Mont Book', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

h5 {
    color: #000000;
    font-weight: 700;
    font-family: 'Mont Book', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

p {
    color: #000000;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
}

.p-main {
    width: 70%;
}

.p-light {
    color: #000000;
    font-family: 'Mont Light', sans-serif;
    font-size: 16px;
}

/* .price {
    color: #000000;
    font-family: 'Mont Book', sans-serif;
    font-size: 20px;
} */

.p-services {
    color: #000000;
    font-family: 'Mont Book', sans-serif;
    font-size: 24px;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-accent {
    color: #FFCC00;
}

.color-green {
    color: #2AC45A;
}

.margin-nav {
    margin-top: 60px;
}

.margin-line-1 {
    margin-left: 180px;
}

.paddingx-10-mobile {
    padding-left: 0%;
    padding-right: 0%;
}

.form-control {
    min-height: 48px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    color: black;
    opacity: 1;
    background-color: white;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 0px;
    padding: 8px;
    text-indent: 12px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.5;
    /* Firefox */
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active,
.open>.dropdown-toggle.form-control {
    border-width: 1px;
    color: black;
    opacity: 1;
}

.btn-accent {
    min-height: 50px;
    width: 280px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FFCC00;
    border-style: none;
    border-color: transparent;
    color: black;
    margin-left: auto;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.btn-accent.active,
.open>.dropdown-toggle.btn-accent {
    background-color: #d3a900;
    border-color: transparent;
    color: black;
}

.btn-accent:disabled {
    background-color: #acacac;
    border-color: transparent;
    color: white;
}

.btn-black {
    min-height: 50px;
    width: 280px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: black;
    border-style: none;
    border-color: transparent;
    color: white;
    margin-left: auto;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open>.dropdown-toggle.btn-black {
    background-color: black;
    border-color: transparent;
    color: #FFCC00;
}

.btn-black:disabled {
    background-color: #acacac;
    border-color: transparent;
    color: white;
}

.btn-nav {
    min-height: 40px;
    width: 200px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FFCC00;
    border-style: none;
    border-color: transparent;
    color: black;
    margin-left: auto;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav.active,
.open>.dropdown-toggle.btn-nav {
    background-color: #d3a900;
    border-color: transparent;
    color: black;
}

.btn-nav:disabled {
    background-color: #acacac;
    border-color: transparent;
    color: white;
}


.btn-link {
    cursor: pointer;
    min-height: 48px;
    max-width: 100px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    background-color: transparent;
    color: #161616 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.btn-link:hover {
    color: #FFCC00 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.btn-link-white {
    cursor: pointer;
    min-height: 48px;
    max-width: 100px;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    background-color: transparent;
    color: white !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.btn-link-white:hover {
    color: #FFCC00 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.bg-main {
    background-image: url(res/bg-main.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 600px;
}

.bg-texture-black {
    background-image: url(res/bg-texture-black.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-texture-grey {
    background-image: url(res/bg-texture-grey.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #101010;
}

.bg-cream {
    background-color: #F5F2EE;
}

.img-socials-container {
    max-height: 40px;
    max-width: 40px;
    background-color: #000000;
    border-radius: 20px;
}

.img-socials {
    max-height: 40px;
}

.img-socials:hover {
    max-height: 40px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(99%) saturate(542%) hue-rotate(0deg) brightness(104%) contrast(103%);
}

.span-link {
    cursor: pointer;
    min-height: 48px;
    max-width: 100px;
    font-weight: 500;
    font-family: 'Mont Regular', sans-serif;
    background-color: transparent;
    color: #FFCC00;
    text-decoration: none;
}

.span-link:hover {
    color: #79682F;
}

.anchor {
    position: absolute;
    margin-top: -60px;
}

.navbar {
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.navbar-collapse {
    background-color: transparent;
    box-shadow: none;
}

.nav-link {
    margin-right: 20px;
    margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #ffffff;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #FFCC00;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Mont Book', sans-serif;
    font-size: 16px;
    border-style: none;
    border-color: #FFCC00;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("res/ic-menu.png");
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border-style: none;
    box-shadow: none;
}

.main-container {
    display: flex;
    align-items: end;
    height: 660px;
    width: 100%;
    padding: 5%;
}

.block-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.block-text-container {
    width: 65%;
    padding: 5%;
}

.about-us-text-container {
    width: 65%;
    padding: 10%;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.img-ceo-container {
    width: 35%;
    height: auto;
}

.img-ceo {
    object-fit: cover;
    object-position: top;
}

.img-success {
    width: 200px;
    object-fit: contain;
    object-position: center;
}

.card-services {
    width: 30%;
}

.img-services-container {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.img-services {
    width: 100%;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s ease;
}

.card-services img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card-services:hover img {
    scale: 1.1;
    -webkit-filter: none;
    filter: none;

}

.card-services:hover p {
    border-left: 2px solid #FFCC00;
    border-right: 2px solid #FFCC00;
}

.img-eyelash {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
}

.salon-policy-image-container {
    width: 30%;
}

.img-salon-policy {
    width: 500px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.salon-policy-text-container {
    width: 70%;
    padding: 10%;
}

.icon-time {
    height: 24px;
    width: 24px;
}

.logo-footer {
    height: 160px;
    width: 160px;
    object-fit: contain;
}

.video-about-us-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

.video-about-us {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.footer-contact-form {
    width: 35%;
    padding-left: 5%;
}

.footer-contact-info {
    width: 35%;
}

.footer-contact-map {
    width: 30%;
    margin-left: auto;
}

.footer-google-map {
    min-height: 300px;
    width: 100%;
    height: 100%;
}

.copyright-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

.border-accent-bottom {
    border-bottom: 2px solid #FFCC00;
}

.border-black-top {
    border-top: 1px solid black;
}

.border-black-left {
    border-left: 1px solid black;
    border-top: none;
}

.w-80 {
    width: 80%;
}

.w-lg-50 {
    width: 50%;
}

.mb-0 {
    margin-bottom: 0px;
}

/* Fancy corners */
.corners-container {
    position: relative;
    height: 100%;
}

.corner-black-1,
.corner-black-2,
.corner-black-3,
.corner-black-4 {
    width: 24px;
    height: 24px;
    position: absolute;
}

.corner-black-1 {
    top: 5%;
    left: 5%;
    rotate: 0deg;
}

.corner-black-2 {
    top: 5%;
    right: 5%;
    rotate: 90deg;
}

.corner-black-3 {
    bottom: 5%;
    right: 5%;
    rotate: 180deg;
}

.corner-black-4 {
    bottom: 5%;
    left: 5%;
    rotate: 270deg;
}

/* SWIPER */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-wrapper .swiper-slide {
    height: unset;
}

.swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/* Animation */
@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.animate-fade {
    animation: fade-in 1s;
}

.animate-blink {
    opacity: 1;
    animation: fade 3s linear;
    animation-iteration-count: infinite;
}

.reveal {
    position: relative;
    transform: translateY(70px);
    opacity: 0;
    transition: 1s;
}

.reveal.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: 1s;
}

/* CUSTOM FONTS */
@font-face {
    font-family: 'Svarge Regular';
    src: url('res/fonts/Svarge-Regular.ttf');
}

@font-face {
    font-family: 'Mont Regular';
    src: url('res/fonts/Mont-Regular.ttf');
}

@font-face {
    font-family: 'Mont Book';
    src: url('res/fonts/Mont-Book.ttf');
}

@font-face {
    font-family: 'Mont Light';
    src: url('res/fonts/Mont-Light.ttf');
}


/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    .navbar-collapse {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }
    
    .bg-main {
        background-image: url(res/bg-main-1-mobile.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    h1 {
        font-size: 40px;
    }

    .p-main {
        width: 100%;
    }

    .block-container {
        display: block;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 5%;
    }

    .block-text-container {
        width: 100%;
    }

    .img-ceo-container {
        width: 100%;
        height: 400px;
    }

    .img-ceo {
        width: 90%;
        height: 400px;
    }

    .about-us-text-container {
        width: 100%;
        padding: 10%;
    }

    .video-about-us-container {
        width: 100%;
        height: 500px;
    }

    .video-about-us {
        width: 90%;
        height: 500px;
    }

    .salon-policy-image-container {
        width: 100%;
    }

    .img-salon-policy {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 100%;
    }

    .services-container {
        display: block;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .card-services {
        width: 100%;
    }

    .img-eyelash {
        height: 400px;
    }

    .img-services {
        width: 100%;
        height: 300px;
    }

    .footer-contact-form {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-contact-info {
        width: 100%;
    }

    .footer-contact-map {
        width: 100%;
    }

    .corners-container {
        position: relative;
        height: unset;
    }

    .border-black-left {
        border-top: 1px solid black;
        border-left: none;
    }

    .w-lg-50 {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .navbar-collapse {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }

    .bg-main {
        background-image: url(res/bg-main-1-mobile.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    h1 {
        font-size: 52px;
    }

    .p-main {
        width: 100%;
    }

    .block-container {
        display: block;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 5%;
    }

    .block-text-container {
        width: 100%;
    }

    .img-ceo-container {
        width: 100%;
        height: 500px;
    }

    .img-ceo {
        width: 60%;
        height: 500px;
    }

    .about-us-text-container {
        width: 100%;
        padding: 10%;
    }

    .video-about-us-container {
        width: 100%;
        height: 600px;
    }

    .video-about-us {
        width: 90%;
        height: 600px;
    }

    .img-salon-policy {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 100%;
    }

    .services-container {
        display: block;
        width: 80%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .card-services {
        width: 100%;
    }

    .img-eyelash {
        height: 400px;
    }

    .img-services {
        width: 100%;
        height: 500px;
    }

    .footer-contact-form {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-contact-info {
        width: 100%;
    }

    .footer-contact-map {
        width: 100%;
    }

    .corners-container {
        position: relative;
        height: unset;
    }

    .border-black-left {
        border-top: 1px solid black;
        border-left: none;
    }

    .w-lg-50 {
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-collapse {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    }

    .bg-main {
        background-image: url(res/bg-main-1.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    h1 {
        font-size: 40px;
    }

    .p-main {
        width: 70%;
    }

    .block-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 0%;
    }

    .block-text-container {
        width: 65%;
    }

    .img-ceo-container {
        width: 300px;
        height: 100%;
    }

    .img-ceo {
        width: 100%;
        height: 100%;
    }

    .video-about-us-container {
        width: 50%;
        height: 100%;
    }

    .video-about-us {
        width: 100%;
        height: 100%;
    }

    .img-salon-policy {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 100%;
    }

    .services-container {
        display: flex;
        width: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .card-services {
        width: 100%;
    }

    .img-eyelash {
        height: 500px;
    }

    .img-services {
        width: 100%;
        height: 500px;
    }

    .footer-contact-form {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-contact-info {
        width: 100%;
    }

    .footer-contact-map {
        width: 100%;
    }

    .corners-container {
        position: relative;
        height: 100%;
    }

    .border-black-left {
        border-top: 1px solid black;
        border-left: none;
    }

    .corners-container {
        width: 100%;
    }

    .w-lg-50 {
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
    }

    .bg-main {
        background-image: url(res/bg-main-1.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    h1 {
        font-size: 52px;
    }

    .block-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .block-text-container {
        width: 70%;
    }

    .img-ceo-container {
        width: 300px;
        height: 100%;
    }

    .img-ceo {
        width: 100%;
        height: 100%;
    }

    .video-about-us-container {
        width: 50%;
        height: 100%;
    }

    .video-about-us {
        width: 100%;
        height: 100%;
    }

    .p-main {
        width: 70%;
    }

    .img-eyelash {
        height: 640px;
    }


    .img-salon-policy {
        width: 100%;
        height: 800px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 80%;
    }

    .services-container {
        display: flex;
        width: 80%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .footer-contact-form {
        width: 100%;
        padding-left: 5%;
        padding-right: 0%;
    }

    .footer-contact-info {
        width: 100%;
    }

    .footer-contact-map {
        width: 100%;
    }

    .border-black-left {
        border-left: 1px solid black;
        border-top: none;
    }

    .w-lg-50 {
        width: 50%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
    }

    .bg-main {
        background-image: url(res/bg-main-1.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    h1 {
        font-size: 56px;
    }

    .block-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .block-text-container {
        width: 70%;
    }

    .img-ceo-container {
        width: 500px;
        height: 100%;
    }

    .img-ceo {
        width: 100%;
        height: 100%;
    }

    .video-about-us-container {
        width: 50%;
        height: 100%;
    }

    .video-about-us {
        width: 100%;
        height: 100%;
    }

    .p-main {
        width: 70%;
    }

    .img-eyelash {
        height: 600px;
    }

    .img-salon-policy {
        width: 100%;
        height: 700px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 80%;
    }


    .services-container {
        display: flex;
        width: 75%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .card-services {
        width: 100%;
    }

    .img-services {
        width: 100%;
        height: 500px;
    }

    .footer-contact-form {
        width: 30%;
        padding-left: 5%;
        padding-right: 0%;
    }

    .footer-contact-info {
        width: 30%;
    }

    .footer-contact-map {
        width: 40%;
    }

    .border-black-left {
        border-left: 1px solid black;
        border-top: none;
    }

    .w-lg-50 {
        width: 50%;
    }
}

/* Super large devices (XXL resolutions like TV or Monitor screens) */
@media only screen and (min-width: 1800px) {
    .navbar-collapse {
        background-color: transparent;
        box-shadow: none;
    }

    .bg-main {
        background-image: url(res/bg-main-1.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    .p-main {
        width: 70%;
    }

    .block-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
    }

    .block-text-container {
        width: 70%;
    }

    .img-eyelash {
        height: 580px;
    }

    .img-ceo-container {
        width: 500px;
        height: 100%;
    }

    .img-ceo {
        width: 100%;
        height: 100%;
    }

    .img-salon-policy {
        width: 100%;
        height: 900px;
        object-fit: cover;
        object-position: center;
    }

    .salon-policy-text-container {
        width: 60%;
    }

    .services-container {
        display: flex;
        width: 60%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .card-services {
        width: 100%;
    }

    .img-services {
        width: 100%;
        height: 500px;
    }

    .video-about-us-container {
        width: 50%;
        height: 100%;
    }

    .video-about-us {
        width: 100%;
        height: 100%;
    }

    .border-black-left {
        border-left: 1px solid black;
        border-top: none;
    }

    .w-lg-50 {
        width: 50%;
    }
}