.item-slider-stages:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
    z-index: 9;
}


.slide-mv__info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999;
}

.slide-mv__ct-brief {
    color: white;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 200;
}

.slide-mv__img {
    position: relative;
    z-index: 1;
}

.slide-mv__img img {
    width: 100%;
    height: 95vh;
    /* animation: zoomInOut 6s ease-in-out infinite; */
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* zoom lÃƒÂªn */
  }
  100% {
    transform: scale(1); /* zoom vÃ¡Â»Â */
  }
}

.slide-mv__img-mask {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 280px;
    width: 100%;
    background-color: white;
    -webkit-mask-image: url('../images/slider-cloud-bg.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x;
}

.slide-mv__info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999;
}

.slide-mv__ct {
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.slide-mv__ct-logo img {
       display: inline-block;
    margin-top: 35px;
    height: 69px;
    width: auto;
}

.item-slider-stages {
    position: relative;
    z-index: 9999;
}

.slide-mv__ct-brief {
    border-radius: 24px;
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 15px 35px;
    line-height: 1.5;
    font-weight: 300;
}

.slide-mv__ct-ttl {
    font-size: 30px;
    font-weight: 700;
    max-width: 67%;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto !important;
    padding: 10px 0px;
}

a.btn-rooms {
    padding: 13px 40px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}







section.widget-form-room {
    position: absolute;
    bottom: 0;
    width: 100%;
}

form.kodelisting-form-wrap {
    margin: 0;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.kodelisting-form-field {
    display: flex;
    align-items: center;
    gap: 0px 14px;
}

.kodelisting-reservation-form .kodelisting-form-icon {
    width: 20px;
    height: 25px;
    margin-right: 3px;
}

.kodelisting-reservation-form .kodelisting-form-icon svg {
    width: 20px;
    height: auto;
}

.kodelisting-reservation-form .kodelisting-form-icon svg path {
    fill: #b07f23;
}

.kodelisting-reservation-form .field-wrap {
    flex: 1 1 auto;
    position: relative;
}

label.kodelisting-form-label {
    color: #666666;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0px;
}

.field-input-wrap.checkin-date input {
    color: #666666;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.kodelisting-reservation-form .kodelisting-dropdown {
    position: absolute;
    bottom: -12px;
    left: 0;
    transform: translateY(100%);
    z-index: -1;
    display: block;
    min-width: 320px;
    background: #FFFFFF;
    color: #000;
    border: 1px solid #b07f23;
    box-shadow: 0 0 50px rgba(50, 50, 50, 0.2);
    padding: 30px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.kodelisting-reservation-form .kodelisting-dropdown.is-open {
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.field-input-wrap.has-dropdown input {
    color: #666666;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.kodelisting-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .input-text {
    padding: 0;
    margin: 0;
    width: 40px;
    height: auto;
    background: none;
    border: none;
    text-align: center;
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before {
    width: 12px;
    height: 1px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:after,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: currentColor;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus {
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:after,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: currentColor;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    width: 1px;
    height: 12px;
}

.btn-theme-colored1 {
    color: #fff;
    background-color: #b07f23;
    border-color: #b07f23;
    min-height: 56px;
    padding: 0 15px;
    text-align: center;
    width: 267px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.kodelisting-reservation-form {
    background-color: #FFFFFF;
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.slideshows-banner {
    position: relative;
}









section.box-Most-Safe {
    padding: 40px 0px;
}

.sub-title-outer .subtitle {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

h2.title.tm-split-text.split-in-right .title-part1 {
    font-size: 37px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #222;
    line-height: 1.5;
}

h5.icon-box-title {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    color: #000;
    font-weight: 200;
}

.desc-content-abouts-pages p {
    font-size: 17px;
    margin: 0px 0px 15px 0px;
    color: #b07f23;
    text-align: justify;
}

.section-item2-abouts-pages p {
    font-size: 16px;
    color: #666;
}

.icon-box-wrapper {
    display: flex;
    gap: 0px 13px;
    align-items: center;
}

.list-the-best {
    display: flex;
    gap: 0px 50px;
}

.item-the-best {
    max-width: 100%;
}

.list-btn-abouts-the-best {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 0px 42px;
}

.sub-title-outer .subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../images/before.png);
}
.item-slider-stages.slick-slide.slick-current.slick-active img {
        animation: zoomInOut 6s ease-in-out;
}
.slide-mv__ct {
    transform: translateY(47%);
    opacity: 0;
    transition: 0.8s ease;
}

.item-slider-stages.slick-slide.slick-current.slick-active .slide-mv__ct {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.8s ease;
}
.item-the-best .icon-box-title {
    margin-bottom: 0px;
}

.right-current-theme {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 20px;
}

.images-most-safe img {
    height: 552px;
    width: 100%;
    object-fit: contain;
        display: block;
}

.list-the-best .icon-box-wrapper .icon-text {
    width: 45%;
}

.list-btn-abouts-the-best .btn-theme-colored1 {
    font-size: 15px;
    font-weight: 600;
}

section.Luxury_Rooms {
    padding: 40px 0px;
    background: #f7f5f0;
}

.hedding-pages-rooms {
    text-align: center;
}

.hedding-pages-rooms .sub-title-outer .subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.hedding-pages-rooms .sub-title-outer .subtitle:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-right: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.hedding-pages-rooms .title-hedding-split-line h2 {
    font-size: 50px;
    font-weight: 200;
    color: #222;
}


section.Luxury_Rooms .list-suite-rooms-night {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

section.Luxury_Rooms .item-suite-rooms-night {
    position: relative;
    overflow: hidden;
}

section.Luxury_Rooms .item-suite-rooms-night:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #00000052;
    z-index: 1;
}

section.Luxury_Rooms .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 20px;
    transform: translateY(80px);
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 9;
}

section.Luxury_Rooms .images-suite-rooms-night img {
    display: block;
}

section.Luxury_Rooms .content-box .title h6 a {
    font-size: 27px;
}

section.Luxury_Rooms .content-box .title a {
    color: #fff;
    font-size: 26px;
    font-weight: 200;
}

section.Luxury_Rooms .content-box .price {
    color: #fff;
}

section.Luxury_Rooms a.book-btn {
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block;
}

section.Luxury_Rooms .kodelisting-icon i {
    font-size: 16px;
    color: #fff;
}

section.Luxury_Rooms ul.kodelisting-room-basic-info-minimal {
    display: flex;
    gap: 0px 20px;
}

section.Luxury_Rooms .box-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 10px;
    margin-top: 20px;
    /* opacity: 0; */
    /* visibility: hidden; */
}

section.Luxury_Rooms .item-suite-rooms-night:hover .content-box {
    transform: translateY(10px);
    transition: 0.5s ease;
}

section.Luxury_Rooms .item-suite-rooms-night img {
    transform: scale(1);
    transition: 0.5s ease;
    height: 350px;
}

section.Luxury_Rooms .item-suite-rooms-night:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}



.Hotel_Facilities .header {
    text-align: center;
    margin-bottom: 60px;
}

.Hotel_Facilities .brand {
    font-size: 14px;
    color: #b8860b;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
}

.Hotel_Facilities .title {
    font-size: 48px;
    color: #2c3e50;
    font-weight: 400;
    margin-bottom: 20px;
}

.Hotel_Facilities .facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.Hotel_Facilities .facility-item {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f8f5f0;
    position: relative;
}

.Hotel_Facilities .facility-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.Hotel_Facilities .facility-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
    stroke: #b8860b;
    fill: none;
    stroke-width: 1.5;
}

.Hotel_Facilities .facility-title {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 400;
}

.Hotel_Facilities .facility-description {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0 auto;
}

section.decorative-elements {
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/11/1.jpg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box-content-decorative-elements {
    padding-top: 195px;
    padding-bottom: 61px;
}

section.decorative-elements .title-hedding p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #c7c7c7;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 7.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}



section.decorative-elements .title-hedding p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

section.decorative-elements .hedding-member-pages h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    width: 54%;
}

section.Hotel_Facilities {
    padding: 40px 0px;
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/11/home.png);
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
}

section.Fitness_Center {
    padding: 40px 0px;
}

section.Fitness_Center .images_Fitness_Center {
    margin-right: -105px;
    position: relative;
    z-index: 9;
}

section.Fitness_Center .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 60px 60px 80px 200px;
    margin-top: 50px;
}

section.Fitness_Center .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    width: 95px;
    height: 11px;
    background-color: #b07f23;
}

section.Fitness_Center .inner-column .sec-title {
    margin-bottom: 35px;
}

section.Fitness_Center .service-subtitle {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
}

section.Fitness_Center h2.service-title {
    font-size: 48px;
    font-weight: 100;
}

section.Fitness_Center .service-details {
    margin-top: 8px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.Fitness_Center .btn-view-details a {
    color: #b07f23;
    border: 1px solid #b07f23;
    border-width: 1px;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.Hotel_Facilities .facility-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    height: 11px;
    background-color: #f8f5f0;
    transform: translateX(-50%);
}

section.Fitness_Center .row:nth-child(2n) .inner-column {
    padding: 61px 231px 70px 60px;
}

section.Fitness_Center .row:nth-child(2n) .images_Fitness_Center {
    position: relative;
    z-index: 9;
    margin-right: 0;
    margin-left: -105px;
}

section.Fitness_Center .row {
    margin-bottom: 50px;
}



section.Check_Availability .item-left-Check_Availability {
    width: 40%;
    background-color: #F8F5F0;
    padding: 40px 15px 20px;
    border-top: 4px solid #ab8554;
}

section.Check_Availability .box-form-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .box-form-Check_Availability h2 {
    font-size: 40px;
    font-weight: 100;
    color: #222;
    margin-bottom: 20px;
}

section.Check_Availability .field-input-wrap.checkin-date input {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
}

section.Check_Availability .field-wrap {
    width: 100%;
}

section.Check_Availability .kodelisting-form-label {
    margin-bottom: 5px;
}

section.Check_Availability .btn-theme-colored1 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

section.Check_Availability .kodelisting-form-field {
    margin-bottom: 20px;
}


section.Check_Availability .container-Check_Availability {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    top: -50px;
}

section.Check_Availability .item-right-Check_Availability {
    height: 100%;
    padding: 0px 80px;
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 0px;
}

section.Check_Availability {
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/10/bg-booking.jpeg);
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
}

section.Check_Availability .hedding-item-right-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #d2d2d2;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .hedding-item-right-Check_Availability p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

section.Check_Availability .hedding-item-right-Check_Availability h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 15px;
}

section.Check_Availability .content-item-right-Check_Availability {
    color: #Fff;
}

section.Check_Availability .content-item-right-Check_Availability p {
    padding-bottom: 20px;
}

section.Check_Availability .hotline-item-right-Check_Availability {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

section.Check_Availability .content p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.Check_Availability h5.icon-box-title {
    font-size: 24px;
    color: #fff;
}


section.Check_Availability .ctnr:before {
    /* background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/10/bk-shape.png); */
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    left: -59px;
    width: 439px;
    height: 640px;
    content: "" "";
}

section.Check_Availability .ctnr {
    position: relative;
}

section.Check_Availability .box-content-desc-right-Check_Availability {
    margin-top: 70px;
}


section.blog-news {
    padding: 40px 0px;
    background: url( ../images/bg-shape-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.list-item-blog-news .splide__track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}


.splide__track {
    position: relative;
    display: block;
    /* margin-left: 3rem; */
    /* width: 30%; */
    margin-top: 30px;
}

.splide__slide {
    position: relative;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #b07f23;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 0;
    opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: 35px;
    opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
    opacity: 1;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}


a.velora-hedding h2 {
    font-size: 18px;
    color: #222;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

section.decorative-elements h2 .title-part1 {
    color: #fff !important;
}

section.decorative-elements h2.title.tm-split-text.split-in-right .title-part1 {
    width: 64%;
}

section.Check_Availability h2.title.tm-split-text.split-in-right .title-part1 {
    color: #fff;
}

section.box-Most-Safe h2.title.tm-split-text.split-in-right .title-part1 {
    width: 94%;
    font-size: 33px;
}
.desc-content-abouts-pages {
    padding-top: 0px;
}
.icon.icon-default img {
    height: auto;
    width: 64px;
}

.list-btn-abouts-the-best .btn-2-abouts img {
    width: 42px;
    height: auto;
}

.image-elegance img {
    height: 58px;
}

.image-elegance {
    margin-bottom: 10px;
}

.list-fitness-home-pages {
    padding-top: 50px;
}

.images_Fitness_Center {
    overflow: hidden;
    position: relative;
}

.images_Fitness_Center img {
    transform: scale(1);
    transition: 0.5s ease;
    display: block;
}

.images_Fitness_Center:hover img {
    transform: scale(1.3);
    transition: 0.7s ease;
}

.box-content-fitness h5.service-subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.icon-item-right-Check_Availability img {
    height: 46px;
}

.hotline-item-right-Check_Availability .icon-text p {
    padding-bottom: 0px !important;
}
.field-input-wrap.checkin-date select {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
}
.desc-content-elegance h3 {
    font-weight: 100;
    font-size: 24px;
    padding-bottom: 10px;
}

section.reviews {
    padding: 30px 0px;
    background: #f7f8fa;
}
.customers-item {
    padding: 4rem 3.2rem;
    border-radius: 24px;
    height: 100%;
    display: flex
;
    flex-direction: column;
}

.customers-item {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px -2px 8px 0px;
    padding: 30px 30px 50px 34px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    border: 1px solid rgb(238, 238, 238);
    margin-top: 10px;
    height: unset !important;
}
.customers-item__brief {
    margin-bottom: 19px;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
    -webkit-box-orient: vertical;
}
.icon-customers {
    text-align: center;
    display: flex
;
    justify-content: center;
    padding-bottom: 20px;
}
.customers-item__info {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
    margin-top: -45px;
    position: relative;
    z-index: 9999;
}
.customers-item__info-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 20px 20px 40px 0px;
}
.customers-item__info-img::before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.customers-item__info-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 9;
}
.customers-item__info-name {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.2;
    color: #b07f23;
}
.swal2-container{
    z-index: 999999 !important;
}
.hover-btn {
    position: relative;
}
section.Fitness_Center .btn-view-details a span{
    color:#b07f23;
}
a.btn.btn-outline-theme-colored1.btn-outline.hover-btn:hover span {
    color: #Fff;
}
section.Luxury_Rooms a.book-btn:hover {
    background: #b07f23;
    color: #Fff;
    transition: 0.5s ease;
}
.hover-btn:before {
    background-color: #222222;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: top right;
}

.hover-btn:hover:before {
    background-color: #222222;
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.hover-btn span {
    position: relative;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-weight: 500;
}
section.Check_Availability:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000063;
}


.images-most-safe {
    position: relative;
    overflow: hidden;
}

.images-most-safe:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.icon-box-wrapper .icon-text {
    line-height: 1.3;
}

a.news-link svg path {
    fill: #b07f23;
}
a.velora-hedding h2:hover {
    color: rgb(176, 127, 35);
}
.reviews-grid {
    margin-top: 25px;
}
.customers-item__info-img:after {
    content:"";
    width: 70px;
    height: 70px;
    top: -6px;
    left: -7px;
    position: absolute;
    background-color: #b07f238f;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 0;
	
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

.images_Fitness_Center:before {
     position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
}
ul.kodelisting-room-basic-info-minimal li img {
    width: 25px;
    height: 25px !important;
    object-fit: fill;
}
@media (max-width: 990px) {
    section.Luxury_Rooms a.book-btn {
    padding: 4px 13px;
}
    section.Luxury_Rooms ul.kodelisting-room-basic-info-minimal {
    gap: 0px 10px;
}

ul.kodelisting-room-basic-info-minimal li img {
    width: 20px;
    height: 20px !important;
}
    section.Luxury_Rooms .item-suite-rooms-night img{
        height: auto;
    }
    section.decorative-elements .title-hedding p {
    font-size: 11px;
}
    .desc-content-elegance h3 {
    font-size: 20px;
}
    .right-current-theme {
    padding-left: 0px;
}

    .images-most-safe img {
    height: auto;
}

section.Check_Availability .field-wrap {
    overflow: hidden;
}
    section.widget-form-room {
    position: unset;
}
    .Hotel_Facilities .facility-item {
    padding: 40px 10px;
}
    .images-most-safe {
        margin-bottom: 26px;
    }

    section.Fitness_Center .inner-column {
        padding: 30px 30px 30px 30px !important;
        margin-top: 0px;
    }

    section.Fitness_Center .images_Fitness_Center {
        margin-right: 0px;
        width: 100%;
    }

    section.Fitness_Center .images_Fitness_Center img {
        width: 100%;
    }

    section.Fitness_Center .row:nth-child(2n) .images_Fitness_Center {
        margin-left: 0px;
    }

    section.Fitness_Center .row:nth-child(2n) .clm:nth-child(1) {
        order: 2;
    }

    section.Check_Availability .item-right-Check_Availability {
        padding: 0px 20px;
        width: 50%;
    }

    h2.title.tm-split-text.split-in-right .title-part1 {
        font-size: 40px;
    }

    section.Check_Availability .content-item-right-Check_Availability p {
        font-size: 17px;
    }

    section.Check_Availability .item-left-Check_Availability {
        width: 50%;
        padding: 20px 20px 20px;
    }

    section.Check_Availability .box-form-Check_Availability h2 {
        font-size: 36px;
    }

    section.Fitness_Center h2.service-title {
        font-size: 40px;
    }

    .btn-theme-colored1 {
        width: 100%;
        min-height: 45px;
        padding: 0 40px;
    }

    .kodelisting-reservation-form {
        padding: 15px 0px 15px 0px;
    }

    section.decorative-elements h2.title.tm-split-text.split-in-right .title-part1 {
        width: 100%;
    }

    section.box-Most-Safe h2.title.tm-split-text.split-in-right .title-part1 {
        width: 100%;
        font-size: 38px;
    }

    .Hotel_Facilities .facilities-grid {
        gap: 10px;
    }

    .list-btn-abouts-the-best {
        justify-content: left;
        gap: 0px 40px;
    }

    .slide-mv__ct-brief {
        padding: 10px 15px;
        font-size: 15px;
    }

    .slide-mv__ct-brief:not(:last-child) {
        margin-bottom: 5px;
    }

    .slide-mv__ct-ttl {
        font-size: 22px;
        max-width: 350px;
        margin-bottom: 10px;
    }

    .slide-mv__ct-logo img {
        display: inline-block;
        max-width: 61px;
        width: 40%;
        margin-top: 15px;
        object-fit: contain;
    }

    .slide-mv__info {
        bottom: 50%;
    }

    .list-fitness-home-pages {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px 10px;
        padding-top: 15px;
    }

    section.Check_Availability .ctnr:before {
        display: none;
    }

    form.kodelisting-form-wrap {
        flex-wrap: wrap;
        gap: 15px 10px;
    }

    .widget-form-room .kodelisting-form-field {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .Hotel_Facilities .facilities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .Hotel_Facilities .title {
        font-size: 36px;
    }

}
@media(max-width:550px){
    .widget-form-room .kodelisting-form-field {
    width: calc(100% / 2 - 15px);
}
.list-the-best {
    flex-wrap: wrap;
}

.list-the-best .icon-box-wrapper .icon-text {
    width: 100%;
}   

.list-btn-abouts-the-best {
    flex-wrap: wrap;
    gap: 20px;
}
section.box-Most-Safe h2.title.tm-split-text.split-in-right .title-part1 {
    font-size: 30px;
}

h2.title.tm-split-text.split-in-right .title-part1 {
    font-size: 25px;
}

.sub-title-outer .subtitle {
    font-size: 15px;
}

section.Luxury_Rooms .list-suite-rooms-night {
    grid-template-columns: 1fr;
}

.Hotel_Facilities .facilities-grid {
    gap: 10px;
}

section.Fitness_Center h2.service-title {
    font-size: 30px;
}

section.Fitness_Center .inner-column {
    padding: 20px 20px 20px 20px !important;
}

.list-fitness-home-pages {
    grid-template-columns: 1fr;
}

section.Fitness_Center .inner-column:before {
    left: 0px;
}
section.Check_Availability .container-Check_Availability {
    flex-wrap: wrap;
    /* top: 0px; */
}

section.Check_Availability .item-left-Check_Availability {
    width: 100%;
}

section.Check_Availability .item-right-Check_Availability {
    width: 100%;
}
.Hotel_Facilities .facility-title {
    font-size: 20px;
}
section.Check_Availability {
            background-size: cover !important;
        background-position: center right !important;
}
}
