﻿.slider-home .text-banner li {
    display: inline-block;
    background: var(--bg-site);
    padding: 5px 10px;
    border-radius: 15px;
    margin: 5px 2px;
}
.slider-home .text-banner li span {
    color: var(--color-black);
    text-shadow: -1px 0 var(--color-white), 0 1px var(--color-white), 1px 0 var(--color-white), 0 -1px var(--color-white);
    font-weight: bold;
    position: relative;
    top: 2px;
}
.slider-home .text-banner li img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
}
.slider-home .text-banner i {
    font-size: 2em;
}
.slider-home .text-banner a {
    color: var(--color-black);
}
.about-us .box-image {
    height: 100vh;
}
.about-us h2 {
    font-family: "Italiana", sans-serif;
    font-size: 32px;
    font-weight: bold;
}
.about-us p {
    line-height: 32px;
}
.about-us .box-image, .about-us .box-image img {

}
.about-us .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
}
.about-us .box-inner .rounded {

}
.beauty-spa h3, .beauty-spa h5 {
    font-family: "Italiana", sans-serif;
    font-weight: bold;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.beauty-spa .beauty-spa-tags a.active {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}
.beauty-spa .beauty-spa-tags img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 5px;
    object-fit: cover;
}
.beauty-spa .beauty-spa-tags span {
    position: relative;
    top: 2px;
    font-family: "Italiana", Sans-serif;
    font-weight: bold;
    line-height: 25px;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.gallery h3 {
    font-family: "Italiana", sans-serif;
    font-weight: bold;
}
.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 h3 {
    font-family: "Italiana", sans-serif;
    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;
}
.reviews p {
    line-height: 35px;
}
.reviews p b {
    font-weight: 600;
}

.reviews .review-inner .border {
    border: 3px dotted var(--color-white) !important;
}
.reviews .review-inner .border.border-top-none {
    border-top: none !important;
}
.reviews .review-inner .border.border-black {
    border-color: var(--color-black) !important;
}

.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 {
    font-family: "Italiana", sans-serif;
}
.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;
}

@media (max-width: 1199px) {
    .about-us h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .slider-home .text-banner li span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .slider-home .text-banner i {
        font-size: 1.25em;
    }
    .slider-home .text-banner li span {
        font-size: 15px;
    }
    .slider-home .sliders .box-inner h2 {
        font-size: 26px;
    }
    .about-us h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .about-us p {
        line-height: 30px;
        font-size: 15px;
    }
    .about-us .box-image img {
        object-position: 70% 50%;
    }
    .services .box-inner {
        height: auto;
    }
}