.pointer {
    cursor: pointer;
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.site-header .header-bottom .header-logo {
    width: 240px !important;
    position: relative !important;
    left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin:0 25px;
    background: none !important;
}

ul.nav-left li .header-logo a {
    background: none !important;
}

.site-header .header-bottom .header-nav>ul.nav-left {
    padding-right: 0 !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: 16px;
    border: 1px solid #ffffff61;
    font-weight: 200;
    transition: 400ms;
    border-radius: 10px;
    letter-spacing: 1px;
}

.slider-booking a:hover {
    width: 100%;
    height: 50px;
    background: #d75c79;
    color: #ffffff !important;
    border: 1px solid #d75c79;
    letter-spacing: 2px;
    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: #d74e6e;
    color: #ffffff !important;
}

.site-header .header-bottom .header-nav>ul>li.sub ul li a {
    background-color: #d74e6e;
}

.site-header .header-bottom .header-nav>ul>li.sub:hover>a {
    color: #fff;
    background-color: #d74e6e;
}

.site-header .header-bottom .header-nav>ul>li.sub:before{
    display: none !important;
}

.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;
}


.widget-slider .widget-carousel .slider-item:after {
    background: linear-gradient(80deg, #C9123D, rgba(255,0,0,0) 60%),            linear-gradient(160deg, #DBD309, rgba(0,255,0,0) 60%),            linear-gradient(240deg, #6CC2E9, rgba(0,0,255,0) 60%),            linear-gradient(320deg, #C9123D, rgba(0,0,255,0) 60%),            linear-gradient(360deg, #9A1E67, rgba(0,0,255,0) 60%) !important;
}

/* .btn{
    background:
            linear-gradient(90deg, #DBD309, rgba(0,255,0,0) 70%),
            linear-gradient(180deg, #6CC2E9, rgba(0,0,255,0) 80%),
            linear-gradient(270deg, #C9123D, rgba(0,0,255,0) 60%) !important;
    border-radius:10px
    
} */

.site-header{
    
    background:
    linear-gradient(90deg, #DBD309, rgba(0,255,0,0) 70%),
    linear-gradient(180deg, #6CC2E9, rgba(0,0,255,0) 80%),
    linear-gradient(270deg, #C9123D, rgba(0,0,255,0) 60%);
}

.btn{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius:10px;
    overflow: hidden;
    background-color: transparent !important;
    z-index: 5 !important;
    color:#fff !important;
    background:
        linear-gradient(90deg, #DBD309, rgba(0,255,0,0) 70%),
        linear-gradient(180deg, #6CC2E9, rgba(0,0,255,0) 80%),
        linear-gradient(270deg, #C9123D, rgba(0,0,255,0) 60%) !important;
    width: 150px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 400ms;
}

.btn:hover{
    color:#d75c79 !important;
    transition: 400ms;
}
        

/* .btn:after{
    content:"";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1;
    transform:scale(1.5) rotate(00deg);
    z-index: 0;
    background:
            linear-gradient(90deg, #DBD309, rgba(0,255,0,0) 70%),
            linear-gradient(180deg, #6CC2E9, rgba(0,0,255,0) 80%),
            linear-gradient(270deg, #C9123D, rgba(0,0,255,0) 60%) !important;
    transition: 2000ms;
}
.btn:hover:after{
    transform:scale(1.5) rotate(270deg);
    transition: 2000ms;
} */


.site-footer{
    background:
    linear-gradient(90deg, #DBD309, rgba(0,255,0,0) 70%),
    linear-gradient(180deg, #6CC2E9, rgba(0,0,255,0) 80%),
    linear-gradient(270deg, #C9123D, rgba(0,0,255,0) 60%) !important;

}

.powered-logo {
    height: 20px;
    filter: grayscale(1) brightness(0) invert(1);
    margin-top: 35px;
}

.wr-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin-top: 25px;
}

@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;
    }
}