﻿.beauty-spa h2 {
    line-height: 1.3em;
}

.beauty-spa p {
    line-height: 2em;
}

.beauty-spa .box-inner {
    padding: var(--padding-box);
    cursor: pointer;
}
.beauty-spa .box-inner .box-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    cursor: pointer;
    overflow: hidden;
}
.beauty-spa .box-inner .box-image img.img-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.beauty-spa .box-inner .img-hover-zoom img {
    transition: transform .5s ease;
}
.beauty-spa .box-inner .box-text {
    position: relative;
    padding: 5px 10px;
    background: rgba(var(--rgb-white), 0.75);
    margin-top: -50px;
    height: 50px;
    overflow-y: hidden;
    line-height: 30px;
    z-index: 2;
    border-radius: 5px;
    width: calc(100% - 1px);
}
.beauty-spa .box-inner .box-text-hover {
    position: absolute;
    bottom: 0;
    transition-duration: 1.5s;
}
.beauty-spa .box-inner h2 {
    position: relative;
    padding: 5px 0px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.25;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
    text-transform: unset;
    font-family: 'Playfair Display', sans-serif;
}
.beauty-spa .box-inner p {
    font-family: 'Playfair Display', sans-serif;
}
.beauty-spa a.btn {
    letter-spacing: 3px;
    font-family: 'Playfair Display', sans-serif;
}

.about-us h2 {
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
    line-height: 40px;
}
.about-us p {
    font-family: 'Playfair Display', sans-serif;
    line-height: 35px;
}
.about-us p b {
    font-weight: 600;
}

.self-care .box-image {
    height: 700px;
}
.self-care h2 {
    font-family: 'Playfair Display', sans-serif;
    line-height: 40px;
}
.self-care p {
    font-family: 'Playfair Display', sans-serif;
    line-height: 35px;
}

.services {
    min-height: 1015px;
    border-left: 0;
    border-right: 0;
    height: 100%;
}
.services .bg-services {
    position: absolute;
    width: 100%;
    height: 100%;
}
.services .bg-services .box-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    backface-visibility: hidden;
}
.services .bg-services .box-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 50%;
}
.services .bg-services .box-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--color-white);
}
.services .bg-services .container-xl {
    position: relative;
}
.services .box-inner {
    padding: 30px 25px;
    height: 320px;
    position: relative;
}
.services .box-inner .overlay {
    background-color: var(--color-white);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.services .box-inner h2 {

}
.services .box-inner p {
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    color: var(--color-text-site);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2em;
    font-family: 'Playfair Display', sans-serif;
}

.home-gift-cart h2 {
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
}
.home-gift-cart p {
    font-family: 'Playfair Display', sans-serif;
    line-height: 35px;
}
.home-gift-cart p b {
    font-weight: 600;
}
.home-gift-cart a.btn {
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 3px;
}

.reviews .carousel, .reviews .carousel .carousel-inner, .reviews .carousel .carousel-inner .carousel-item, .reviews .carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
}
.reviews .carousel .carousel-indicators [data-bs-target] {
    background-color: var(--color-text-site);
    width: 3px;
    border-radius: 50%;
}
.reviews .carousel .carousel-inner .carousel-item .carousel-caption {
    position: relative;
    right: unset;
    left: unset;
    color: var(--color-text-site);
}
.reviews .carousel .carousel-inner .carousel-item {

}

.reviews h2, .reviews h4 {
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
}
.reviews p {
    font-family: 'Playfair Display', sans-serif;
    line-height: 35px;
}
.reviews p b {
    font-weight: 600;
}

@media (max-width: 1599px) {
    .services {
        min-height: 930px;
    }
    .self-care .box-image {
        height: 600px;
    }
}
@media (max-width: 1199px) {
    .services {
        min-height: 855px;
    }
    .self-care .box-image {
        height: 535px;
    }
    .about-us h2 {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    .self-care .box-image {
        height: 450px;
    }
}
@media (max-width: 991px) {
    .services {
        min-height: 845px;
    }
    .self-care .box-image {
        height: 600px;
    }
}
@media (max-width: 767px) {
    .beauty-spa .card {
        width: 100%;
    }
    .beauty-spa .box-inner {
        margin: 0 auto;
    }
    .beauty-spa .box-inner .box-image {
        
    }
    .beauty-spa .box-inner p {
        font-size: 13px;
    }
    .self-care .box-image {
        height: 300px;
    }
    .services {
        min-height: 1230px;
    }
    .services .bg-services {
        min-height: 1200px;
    }
    .services .bg-services .box-video {
        min-height: 1200px;
    }
}