:root {
    --siteColor: #ac8c58;
    --siteHoverColor: #d4b46a;
}

.pointer {
    cursor: pointer;
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.site-header .header-bottom .header-logo {
    width: 150px !important;
}

.widget-slider .slider-booking ul li {
    width: 25%;
    margin-top: 10px;
}

.widget-slider .slider-booking ul li:last-child {
    padding-right: 10px !important;
}

.contact-top .wrapper-inner,
.corporate-top .wrapper-inner,
.accomodation-top .wrapper-inner {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact-top .widget-page-title .widget-breadcrumb,
.corporate-top .widget-page-title .widget-breadcrumb,
.accomodation-top .widget-page-title .widget-breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fixed-image {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 99999;
    display: block;
}

.testimonials-item {
    display: flex;
    flex-direction: column-reverse;
}

.widget-testimonials-carousel .testimonials-item .item-comment {
    margin-top: 40px;
}

.widget-testimonials-carousel .testimonials-item .item-comment:after {
    bottom: 100% !important;
    transform: rotate(180deg) !important;
    top: unset;
}

.health-clup-section {
    background-image: url(assets/img/photo-offers.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100px !important;
    width: 100%;
    overflow-x: hidden;
}

.health-clup-section p {
    line-height: unset !important;
}

.health-clup-section .widget-offers-grid .offers-item:last-child:before {
    background: none !important;
}

.widget-rooms-carousel .widget-carousel {
    margin-left: unset !important;
    margin-right: unset !important;
}

.header-bottom .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.widget-slider .widget-carousel .slider-item .item-inner h2:before,
.widget-slider .widget-carousel .slider-item .item-inner h2:after {
    display: none !important;
}

.reservation-btn {
    margin-top: 10px;
    width: 100%;
}

.captcha-col {
    padding-left: 0 !important;
}

.widget-title {
    text-align: center;
}

.widget-text {
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.widget-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.widget-rooms-carousel .rooms-item {
    padding: 10px;
}

.widget-rooms-carousel .rooms-item .item-inner {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(33 30 25 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 30, 25, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(33 30 25 / 10%);
}

.widget-rooms-carousel .rooms-item .item-desc {
    padding: 25px;
    height: 190px;
}

.slider-booking a {
    width: 100%;
    height: 50px;
    background: #ff000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #fff;
    font-weight: 500;
    transition: 400ms;
}

.slider-booking a:hover {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #292929;
    border: 1px solid #fff;
    transition: 400ms;
}

.widget-rooms-carousel .rooms-item .item-desc p {
    min-height: 75px !important;
    color: #292929 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.rooms-item .item-desc h4 a {
    font-weight: 600 !important;
}

.about-content p,
.room-desc p {
    font-size: 16px;
    line-height: 1.6 !important;
    color: #292929;
    font-weight: 500;
}

.about-content h2 {
    font-size: 35px !important;
    font-weight: 700;
}

.main-about .widget-inner p,
.widget-about-grid .widget-item p {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #292929 !important;
}

.widget-about-grid .widget-item h2 {
    font-weight: 700;
}

.widget-contact-info li ul li,
.widget-contact-info li ul li a {
    color: #292929;
    font-weight: 600;
    font-size: 14px;
}

.widget-contact-review .review-item .item-inner i {
    font-size: 25px;
    margin-bottom: 10px;
    color: #292929;
}

.widget-contact-review .review-item .item-inner a {
    font-size: 12px;
    font-weight: 600;
    color: #292929;
}

a:hover,
a:active,
a:focus {
    color: #292929 !important;
}

.site-header .header-bottom .header-nav ul li a:hover {
    background: var(--siteColor);
    color: #ffffff !important;
}

.site-header .header-bottom .header-nav>ul>li.sub ul li a {
    background-color: var(--siteColor);
}

.site-header .header-bottom .header-nav>ul>li.sub:hover>a {
    color: #fff;
    background-color: var(--siteColor);
}

.rooms-item.services-item.col-md-4 img {
    height: 325px;
    object-fit: cover;
    width: 100%;
}

.item-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-rooms-carousel .rooms-item .item-desc {
    height: 235px;
}

.services-page .widget-title h3 {
    font-weight: 700;
    font-size: 32px
}

.services-page .widget-title {
    margin-bottom: 25px;
}

.services-page .wrapper-inner {
    padding-top: 25px;
}

.services-page .widget-rooms-carousel .rooms-item .item-desc h3 {
    font-weight: 600;
    font-size: 22px
}

.main-about {
    margin-top: 75px;
}

.header-bottom .wrapper {
    padding: 0 !important;
}

.site-header .header-bottom .header-logo {
    left: unset !important;
}

.d-flex.header-socials a {
    font-size: 15px;
    margin-right: 10px;
}

.powered-logo {
    height: 20px;
    filter: grayscale(1) brightness(0) invert(1);
    margin-top: 35px;
}

@media (max-width: 767px) {
    .site-header .header-bottom {
        padding-top: 20px;
        /* padding-top: 60px; */
        width: 100%;
        display: flex;
        align-items: center;
    }

    .site-header:not(.nav-open) .header-bottom {
        height: 110px;
    }

    .widget-rooms-detail .room-features ul li {
        height: unset;
        white-space: normal;
        text-overflow: unset;
    }
}


@media screen and (max-width: 992px) {
    .no-mobile {
        display: none;
    }

    .no-desktop {
        display: block;
    }

    .widget-slider.has-rooms .wrapper .item-inner {
        display: block;
    }

}

@media screen and (min-width: 993px) {
    .no-mobile {
        display: block;
    }

    .no-desktop {
        display: none;
    }
}


.site-header .header-bottom .header-logo {
    left: unset !important;
}

.site-header .header-bottom .header-logo {
    position: relative !important;
    left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin: 0 25px;
    background: none !important;
    z-index: 9;
}


.widget-slider .slider-item {
    position: relative;
}

.widget-slider .slider-item video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.widget-slider .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 99;
}

.slider-item .wrapper {
    z-index: 999;
}

.widget-gallery-carousel .gallery-item.sustan-item {
    padding-top: 0 !important;
}

.gallery-item.sustan-item a {
    width: 100% !important;
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


a.reservation_link {
    position: fixed;
    bottom: 100px;
    left: 40px;
    z-index: 99999999999999999999999999;
    padding: 10px 17px;
    background: var(--siteColor);
    color: #fff;
    box-shadow: 0px 0px 15px #00000047;
    border-radius: 10px;
}

.wrapper.header-wrapper {
    max-width: 1400px !important;
}

.widget-contact-form.career-form {
    margin-top: 0;
    padding: 40px;
}

.widget-contact-form.career-form h2,
.widget-contact-form.career-form p.career-text {
    text-align: center;
}


.header-bottom .header-wrapper1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .site-header .header-bottom {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
