﻿.slider-contact .sliders .box-video video {
    object-position: 55% 50%;
}
.beauty-spa h2 {
    line-height: 1.3em;
}

.beauty-spa p {
    line-height: 2em;
}

.beauty-spa a.btn {
    letter-spacing: 3px;
    font-family: 'Playfair Display', sans-serif;
}

.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;
}

.contact h2 {
    line-height: 1.3em;
    position: relative;
    font-size: 36px;
    z-index: 1;
    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);
}

.contact h3 {
    font-family: 'Playfair Display', sans-serif;
    line-height: 1.3em;
    position: relative;
    font-size: 32px;
    z-index: 1;
    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);
}

.contact p, .contact a {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
}

.contact a {
    color: var(--color-black);
    text-decoration: none;
}

.contact .address p {
    font-size: 18px;
    margin-bottom: 0px;
}

.contact .circle {
    width: 2.25em;
    height: 2.25em;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}