@font-face {
    font-family: 'Montserrat Thin';
    src: url('../../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Display Fair';
    src: url('../../fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat Thin';
}

.BranText {
    font-family: 'Montserrat Thin';
    color: white;
}

.BranText span {
    font-size: 45px;
    margin-bottom: 50px;
}

.BranText span span {
    font-family: 'Display Fair';
    color: #9ED7F5;
}

.Loading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #8DA7BE;
    z-index: 800000;
}

.Loading p {
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body::-webkit-scrollbar {
    width: 5px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #455869;
    /* color of the scroll thumb */
    border-radius: 5px;
    /* roundness of the scroll thumb */
    border: 1px solid #455869;
    /* creates padding around scroll thumb */
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 89vh;
}

.Container-Header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 89vh;
}

.Container-Header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 999;
}

.Container-Header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.Line-Into {
    width: 50px;
    height: 3px;
    background: white;
    transform: rotate(90deg)
}

.Container-Header-Text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    color: white;
    top: calc(100% / 3.5);
    left: 20px;
}

.HONE-Text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 450px;
}

.Container-Header-Text h1 {
    font-family: 'Display Fair';
    text-align: center;
    font-size: 80px;
}

.Container-Header-Text span {
    text-align: end;
    font-size: 50px;
}

.Container-Links-A {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    width: 40px;
    background: #8DA7BE;
    box-shadow: 3px 2px 2px 2px rgb(0, 0, 0, .5);
    border-radius: 20px;
    position: fixed;
    top: calc(100% / 3.5);
    right: 0;
    z-index: 99000;
}

.Container-Links-A ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.Container-Links-A ul li {
    list-style: none;
}

.Container-Links-A ul li a {
    width: 26px;
    height: 26px;
    color: white;
    transition: all ease-in-out .1s;
}

.Container-Links-A ul li a svg {
    width: 20px;
    height: 20px;
    transition: all ease-in-out .1s;
}

.Container-Links-A ul li a:hover {
    > svg {
        width: 23px;
        height: 23px;
    }
}

.Welcome-Dermaestetic-Section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.Welcome-Dermaestetic-Section__Container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    gap: 10px;
}

.WD-Text, .WD-Title-Img {
    width: 50%;
}

.WD-Text {
    width: 60%;
}

.WD-Text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WD-Text__Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 35px;
}

.WD-Text__Container p {
    text-align: justify;
}

.Welcome-Dermaestetic-Section__Container, .WD-Title-Img__Container {
    width: 100%;
}

.Welcome-Dermaestetic-Section__Container {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.WD-Text__Container {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-top: 100px; 
}

.WD-Text__Container p {
    font-size: 20px;
}

.Welcome-Dermaestetic-Section__Container p {
    width: 80%;
}

.WD-Title-Img__Container img {
    width: 90%;
    margin-top: 18px;
    z-index: 999;
}

.WD-Title-Img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.WD-Title-Img__Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}

.WD-Title-Img__Container h2 {
    font-size: 22px;
    color: rgb(56, 56, 56);
}

.WD-Title-Img__Container h3 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: rgb(56, 56, 56);
}

/*
OUR SERVICES
*/

.OurServices-Dermaestetic-Section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.OSD-Container {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    flex-direction: column;
}

.OSD-Container h2 {
    margin-left: 50px;
}

.Lines-Services-Left-Container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.LSLC {
    width: 70%;
    height: 4px;
    background: #9ED7F5;
}

.Lines-Services-Right-Container {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.LSRC {
    width: 70%;
    height: 4px;
    background: #606060;
}

.UL-Container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.UL-Container ul {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    height: 150px;
}

/*
SERVICES ITEMS
*/

.Services-Dermaestetic-Section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.SDS-Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.Service-Item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93%;
}

.SDS-Text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 45%;
}

.SDS-Text h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    font-weight: 500;
    color: #8DA7BE;
    margin-bottom: 8px;
}

.SDS-Text h2 span {
    font-family: 'Display Fair';
}

.SDS-Text p {
    text-align: justify;
    line-height: 1.5;
}

.SDS-Img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.SDS-Btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.SDS-Btn button {
    width: 120px;
    height: 30px;
    border: 1px solid #606060;
    border-radius: 15px;
    color: #606060;
    background: transparent;
    text-transform: uppercase;
    transition: all ease-in-out .1s;
    cursor: pointer;
}

.SDS-Btn button:hover {
    background: #606060;
    color: white;
}

.Lines-Service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
}

.LSD {
    width: 30px;
    height: 3px;
    background: #606060;
    transform: rotate(90deg);
}

.SDS-Img img {
    width: 75%;
    height: 75%;
}

/*
READY SECTION
*/

.Ready-Dermaestetic-Section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #8DA7BE;
}

.RDS-Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.RDS-Container h2 {
    color: white;
    margin-bottom: 20px;
}

.RDS-Container button {
    width: 250px;
    height: 85px;
    border-radius: 45px;
    box-shadow: 5px 2px 2px 2px rgb(0, 0, 0, .1);
    background: #9ED7F5;
    padding: 12px;
    border: none;
    transition: all ease-in-out .2s;
    cursor: pointer;
}

.RDS-Container button:hover {
    padding: 0;
}

.RDS-Container button div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: white;
    color: #8DA7BE;
    font-weight: 600;
    border-radius: 22px;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
}

.RDS-Container button div:hover {
    border-radius: 45px;
}


/*
CONTACT SECTION
*/

.Contact-Dermaestetic-Section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.CCDS-Container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin-top: 50px;
}

.Map-Shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99000;
}

.Map-Shape:hover {
    background: rgb(158, 215, 245, .2);
}

.Map-Map-Code, .Form-Content {
    width: 50%;
}

.Map-Map-Code__Container {
    position: relative;
    width: 100%;
    height: 600px;
}

.Form-Content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Form-Content__Container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.Form-Content__Container form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.FORM-Container {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 100%;
}

.FORM-Container input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #8DA7BE;
    border-radius: 8px;
    outline: #9ED7F5;
    background: rgb(158, 215, 245, .2);
    backdrop-filter: blur(7px);
}

.FORM-Container input::placeholder {
    color: #8DA7BE;
}

.FORM-Container textarea {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #8DA7BE;
    border-radius: 8px;
    outline: #1c465d;
    background: rgb(158, 215, 245, .2);
    backdrop-filter: blur(7px);
}

.FORM-Container textarea::placeholder {
    color: #8DA7BE;
}

.FORM-Container label {
    margin-top: 10px;
}

.FORM-Container button {
    position: relative;
    width: 120px;
    height: 50px;
    border: 2px solid #9ED7F5;
    border-radius: 25px;
    margin-top: 20px;
    background: white;
    text-transform: uppercase;
    color: #8DA7BE;
    transition: all ease-in-out .1s;
    cursor: pointer;
    z-index: 11000;
}

.FORM-Container button::before {
    content: "";
    width: 120px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 0;
    transition: all ease-in-out .1s;
}

.FORM-Container button:hover::before {
    background: transparent;
    border: 1px solid #9ED7F5;
}

.FORM-Container button:hover {
    border: none;
    background: #9ED7F5;
    color: white;
}

.UL-Container ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 15px;
    list-style: none;
}

.UL-Container ul li svg {
    width: 20px;
    height: 20px;
    color: #9ED7F5;
}

@media screen and (max-width: 768px) {
    .HONE-Text {
        width: 100%;
    }

    .UL-Container {
        display: flex;
        justify-content: space-around;
        align-items: start;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .OSD-Container {
        margin-top: 50px;
    }

    .UL-Container ul {
        padding-left: 30px;
    }

    .Service-Item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

    .Service-Item.reverse {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        width: 100%;
    }

    .SDS-Text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        margin-bottom: 50px;
    }

    .SDS-Img {
        width: 100%;
    }

    .CCDS-Container {
        flex-direction: column-reverse;
    }


    .Map-Map-Code, .Form-Content {
        width: 100%;
        margin-bottom: 50px;
    }

    .Map-Map-Code__Container {
        width: 100%;
        height: 406px;
    }

    .Container-Links-A {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 184px;
        width: 32px;
        background: #8DA7BE;
        box-shadow: 3px 2px 2px 2px rgb(0, 0, 0, .5);
        border-radius: 20px;
        position: fixed;
        top: calc(100% / 3.5);
        right: 0;
        z-index: 99000;
    }

    .Container-Links-A ul li a svg {
        width: 15px;
        height: 15px;
        transition: all ease-in-out .1s;
    }

    .Container-Links-A ul li a:hover {
        > svg {
            width: 15px;
            height: 15px;
            color: #607282;
        }
    }

    .Container-Header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -600px center;
        z-index: 0;
    }

    .rejuvenation-laser-therapy_Section .SDS-Text {
        padding-left: 20px
    }

    .rejuvenation-laser-therapy_Section .SDS-Text p {
        margin-bottom: 10px;
    }

    .rejuvenation-laser-therapy_Section .SDS-Text ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 15px;
        padding-left: 15px;
    }

    .limpface_Section, .fractional-laser-resurfacing_Section, .facial-rejuvenation_Section, .platelet-rich-plasma-therapy_Section, .treatment-of-vascular-lesions_Section, .lumifacial_Section {
        flex-direction: column-reverse;
    }
}

