/* Language switcher */
.cappa-lang-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.cappa-lang-item {
    width: 26px;
    height: 18px;
    opacity: 0.45;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.cappa-lang-item img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2px;
}
.cappa-lang-item.active {
    opacity: 1;
}
.cappa-lang-item:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* *** */
.services .content .cont h3 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;
}
.content h3 {
    margin-top: 2.4rem;
}

/* *** */
.rooms1 .item .con h3, .rooms1 .item .con h3 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rooms1 .item .con span.room-price,
.rooms1 .item .con span.room-price a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.facilties .single-facility h3 {
    font-size: 21px;
    color: #222;
    margin-bottom: 10px;
}

/* *** */
.header .caption span.caption-title,
.header .caption span.caption-subtitle {
    display: block;
}

.header .caption span.caption-title {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Gilda Display', serif;;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
    white-space: nowrap;
}

.header .caption span.caption-subtitle {
    font-family: 'Barlow Condensed', serif;;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
}

@media screen and (max-width: 991px) {
    .header .caption span.caption-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .header .caption span.caption-title {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }

    .header .caption span.caption-subtitle {
        font-size: 12px;
    }
}

/* *** */
.facilties .col-md-4 {
    display: flex;
    padding-bottom: 30px;
}
.facilties .single-facility {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.facilties .single-facility {
    margin-bottom: 0;
}

/* *** */
.pricing .owl-stage {
    display: flex;
}
.pricing .owl-item {
    display: flex;
    height: auto;
}
.pricing .pricing-card {
    display: flex;
    flex-direction: column;
}

.pricing.spa .row {
    display: flex;
    flex-wrap: wrap;
}
.pricing.spa .row > [class*="col-"] {
    display: flex;
}
.pricing.spa .pricing-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* *** */
.banner-header {
    height: 40vh;
}

/* *** */
.content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 25px 25px;
}
.content ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #aa8453;
}
.content ul li:last-child {
    margin-bottom: 0;
}
.content hr {
    border-top: 1px solid #aa8453;
}

/* *** */
.kenburns-section {
    min-height: 40vh;
}
.kenburns-inner .caption h2 {
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
@media screen and (max-width: 767px) {
    .kenburns-inner .caption h2 {
        font-size: 12px;
    }
}

.section-padding.bg-black h2 {
    color: #fff;
}

/* *** */
.booking-box {
    margin-bottom: 120px;
}
.btn-form1-submit:hover {
    border: none;
}
.js-booking-form .input1_inner input,
.js-booking-form .select1_inner .select2
{
    border: 1px solid #f8f5ef;
}
.js-booking-form .input1_inner input.error,
.js-booking-form .select1_inner.error .select2
{
    border: 1px solid red;
}