﻿.beauty-spa h2 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    font-size: 36px;
}
.beauty-spa #beauty-spa-box-inner h2::before {
    content: '';
    width: 260px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
    padding: 20px 0px;
}
.beauty-spa a.btn {
    letter-spacing: 3px;
}
.beauty-spa a.btn:hover::after {
    content: '→';
}

.beauty-spa .box-inner {
    padding: var(--padding-box);
    cursor: pointer;
}
.beauty-spa .box-inner .box-image {
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    cursor: pointer;
    overflow: hidden;
}
.beauty-spa .box-inner .box-image .img-blank-service {
    height: 100%;
    width: 100%;
    background: url(../images/service-blank.png);
    background-size: cover;
}
.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-image .box-text {
    padding: 1rem;
    background: rgba(var(--rgb-white), 0.6);
}
.beauty-spa .box-inner .box-image .box-text:hover {
    background: var(--color-white);
}
.beauty-spa .box-inner .box-image h2 {
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 0px;
    text-transform: unset;
}
.about-us h2, .about-us h3 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
}
.about-us h2::before {
    content: '';
    width: 170px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.about-us h3 {
    font-size: 22px;
}
.about-us h3::before {
    content: '';
    width: 450px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    bottom: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.about-us p {
    font-family: Open Sans, Arial, sans-serif;
}
.about-us .box-image .img-blank-about {
    height: 100%;
    width: 100%;
    background: url(../images/about-blank.png);
    background-size: cover;
}

.services {
    width: 100%;
    margin: 0 auto;
    max-width: unset;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.services .bg-services {
    position: relative;
    width: 100%;
    background-image: url(../images/index/home_service_bg.jpg);
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .bg-services .overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services .bg-services .container-xl {
    position: relative;
}
.services .box-inner {
    background-color: var(--color-white);
    padding: 30px 25px;
    height: 270px;
}
.services .box-inner p {
    font-weight: bolder;
    text-align: center;
    font-size: 17px;
    color: var(--color-text-site);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', Georgia, "Times New Roman", serif;
}
.services .box-inner img {
    height: 85px;
}
.home-gift-cart h2, .home-gift-cart h3 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
}
.home-gift-cart h2::before {
    content: '';
    width: 430px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    bottom: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.home-gift-cart h3::before {
    content: '';
    width: 230px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.home-gift-cart p {
    font-family: Open Sans, Arial, sans-serif;
}
.home-gift-cart .box-image .img-blank-gift {
    height: 100%;
    width: 100%;
    background: url(../images/gift-blank.png);
    background-size: cover;
}
.home-gift-cart a.btn {
    letter-spacing: 3px;
}
.home-gift-cart a.btn:hover::after {
    content: '→';
}
.reviews h2 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
}
.reviews h2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}
.reviews h4 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
}
.reviews p {
    font-family: Open Sans, Arial, sans-serif;
}
@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    .beauty-spa #beauty-spa-box-inner h2::before {
        width: 100%;
    }
    .about-us h2 {
        text-align: center;
    }
    .about-us h2::before {
        left: 0;
        width: 100%;
    }
    .about-us h3 {
        text-align: center;
    }
    .about-us h3::before {
        left: 0;
        width: 100%;
    }
    .home-gift-cart h2 {
        text-align: center;
    }
    .home-gift-cart h2::before {
        left: 0;
        width: 100%;
    }
    .home-gift-cart h3 {
        text-align: center;
    }
    .home-gift-cart h3::before {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .beauty-spa #beauty-spa-box-inner h2::before {
        padding: 15px 0;
        left: 0;
        width: 100%;
    }
}