﻿.beauty-spa h2 {
    font-family: "Gabriela";
    line-height: 1.3em;
    font-size: 36px;
    color: var(--color-white);
}

.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: 380px;
    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-text h2 {
    font-family: "Gabriela", Sans-serif;
    position: relative;
    z-index: 2;
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 0px;
    margin-top: 10px;
    text-shadow: -1px 0 var(--color-black), 0 1px var(--color-black), 1px 0 var(--color-black), 0 -1px var(--color-black) !important;
}
.about-us h2, .about-us h3 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
}
.about-us h3 {
    font-size: 22px;
}
.about-us p {
    font-family: "Roboto Flex";
}
.about-us .box-image .img-blank-about {
    height: 100%;
    width: 100%;
    background: url(../images/about-blank.png);
    background-size: cover;
}
.home-gift-cart h2, .home-gift-cart h3 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
}
.home-gift-cart .box-image img.img-fluid {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}
.home-gift-cart .box-image .img-blank-gift {
    height: 100%;
    width: 100%;
    background: url(../images/gift-blank.png);
    background-size: cover;
    background-color: var(--color-white);
    z-index: -1;
    border-radius: 50%;
}
.reviews h2, .reviews h4 {
    font-family: "Gabriela";
    line-height: 1.3em;
    position: relative;
}