﻿main {
    padding-top: 0px;
}
.beauty-spa h3 {
    font-family: "Cormorant Garamond", Sans-serif;
}
.beauty-spa .box-text {
    height: 100%;
}
.beauty-spa .box-text .card-title {
    font-family: "Cormorant Garamond", Sans-serif;
}
.beauty-spa .box-text p {
    line-height: 30px;
    font-size: 15px;
}
.beauty-spa .box-text .card-title h2 {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
}
.beauty-spa .box-text .card-text {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.about-us h2 {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 32px;
    font-weight: bold;
}
.about-us p {
    line-height: 32px;
    font-size: 16px;
}
.about-us .box-image, .about-us .box-image img {

}

.services {
    border-left: 0;
    border-right: 0;
}
.services .container-xl {
    position: relative;
    width: 100%;
    height: 100%;
}
.services .box-inner {
    padding: 30px 30px;
    height: 320px;
    position: relative;
}
.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;
}
.gallery h3 {
    font-weight: bold;
    font-family: "Cormorant Garamond", Sans-serif;
}
.gallery .box-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery .box-img img {
    width: 100%;
}
.gallery .box-img::after {
    content: '';
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 1s;
    border-radius: 8px;
}
.gallery .box-img:hover::after {
    opacity: 1;
    cursor: pointer;
}
.reviews .legend {
    font-weight: bold;
}
.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: "Cormorant Garamond", Sans-serif;
}
.reviews p {
    line-height: 35px;
}
.reviews p b {
    font-weight: 600;
}

.reviews .review-inner .border {
    border: 3px double var(--bg-site) !important;
}
.reviews .review-inner .border.border-top-none {
    border-top: none !important;
}
.reviews .review-inner .border.border-black {
    border-color: var(--color-theme) !important;
}
.home-gift-cart h2 {
    font-family: "Cormorant Garamond", Sans-serif;
}
.home-gift-cart p {
    line-height: 30px;
}

@media (max-width: 1199px) {
    .about-us h2 {
        font-size: 30px;
    }
    .about-us p {
        line-height: 28px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .beauty-spa .box-text .card-text {
        margin-top: 5px;
    }

    .about-us h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .about-us p {
        line-height: 30px;
        font-size: 15px;
    }

    .services .box-inner {
        height: auto;
    }
}