*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mm-wrapper__blocker{
    display: none !important;
}
a,
a:hover {
    text-decoration: none;

}
.navx-trigger{
    color: black;
}
.navx-trigger:hover{
    color: black !important;
}

.navx-row:hover{
    color: white;
}
body {
    overflow-x: hidden;
}
.testimonial-container {
    padding: 20px 0;
}
.testimonial-wrapper {
    padding: 0 40px;
}
.testimonial-item {
    display: none;
}
.testimonial-item.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}
.testimonial-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
}
.testimonial-author {
    color: #343a40;
    font-weight: 600;
}
.testimonial-rating {
    font-size: 1.2rem;
}
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    /*background: rgb(48, 48, 48);*/
    padding: 12px 0;
}
.header.is-stuck {
    box-shadow: 0 4px 14px rgb(83, 83, 83);
}
.header__wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header__navbar { display: none; }
}
.header__logo {
    display: block;
    max-width: 182px;

}

.header__logo img {
    width: auto;
    /* height: 103px; */
    height: 75px;
}

.header__navbar {
    margin-left: 125px;
    display: flex;
    align-items: center;
    width: 100%;

}

.header-lang .btn {
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 17px;
    color: #fff;
}

.header__navbar ul li a span.original {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-weight: 500;
    font-style: normal;
}

.header__navbar ul li a span.hover-menu {
    display: block;
    font-weight: 600;
    font-style: normal;
    color: #BF9948;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 2rem);
    -ms-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.header__navbar ul li a:hover .hover-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    border: 0;
}

.header__navbar ul li a:hover .original {
    -webkit-transform: translate(0, -2rem);
    -ms-transform: translate(0, -2rem);
    transform: translate(0, -2rem);
    opacity: 0;
}


.pages-header .header-lang .btn {
    color: #131413;
}

.header-lang {
    display: flex;
    align-items: center;
}

.header-lang i {
    color: #fff;
}

.pages-header .header-lang i {
    color: #131413;
}

.header__navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.header__navbar ul li a {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    position: relative;
    white-space: nowrap;
}

.header__button a {
    display: inline-block;
    background: #BF9948;
    border-radius: 32px;
    width: max-content;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 8px 28px;
    margin-left: 35px;
}

.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner .video-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .video-wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 61, 136, 0.319);
    position: absolute;
    z-index: 1;
}

/* .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
} */

.banner__wrappper {
    display: flex;
    align-items: center;
}

.banner__left {
    max-width: 500px;
}

.banner__left h1 {
    font-family: 'Anglecia Pro Display';
    font-weight: 400;
    font-size: 48px;
    line-height: 63px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.banner__left p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
    width: 574px;
    margin-bottom: 24px;
}

.banner__left a {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #E5E5E5;
}

.banner__left a img {
    margin-left: 8px;
    height: 56px;
}

.banner__right {
    width: 826px;
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    transform: translateX(12%);
    z-index: 1;
}

.banner__right .banner__item {
    display: block;
    cursor: pointer;
}

.banner__image {
    height: 402px;
}

.banner__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.banner__info p {
    margin-top: 8px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.banner__wrappper .owl-nav {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.banner__wrappper .owl-nav button {
    outline: none;
}

.banner__wrappper .owl-nav button:first-child {
    transform: rotate(180deg);
}

.banner__wrappper .owl-nav button:last-child {
    margin: 10px 0 0 24px;
}

.banner__wrappper .owl-nav button i {
    font-size: 40px;
    color: #BF9948;
}

/* .text__item h3 {
    font-family: Anglecia Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 40px;
}

.text__item p {
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #171717;
}

.text__item a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 7px;
    font-family: 'Inter', sans-serif;
}

.text__item a img {
    height: 56px;
    margin-left: 8px;
}

.text {
    position: relative;
    padding-top: 200px;
}

.text__wrapper {
    margin-top: 112px;
    position: relative;
}

.text::before {
    content: '';
    position: absolute;
    border: 2px solid #BF9948;
    box-sizing: border-box;
    border-radius: 4px;
    height: 820px;
    width: 1700px;
    margin: 0 50px;
} */


.text {
    padding-top: 196px;
}

.text__wrapper {
    padding: 112px 160px;
    position: relative;

}

.text__wrapper:before {
    content: '';
    position: absolute;
    border: 2px solid #BF9948;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 822px;
    border-radius: 4px;
}

.text__info {
    width: 100%;
    max-width: 706px;
}

.text__image {
    width: 708px;
    height: 831px;
    position: absolute;
    top: -99px;
    right: 160px;
}

.text__image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.text__info h3 {
    font-family: 'Anglecia Pro Display';
    width: 296px;
    font-weight: normal;
    font-size: 45px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000000;
}

.text__info p {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #171717;
    margin-top: 40px;
}

.text__info p:last-child {
    margin-top: 24px;
}

.text__info a {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 49px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.text__info a img {
    margin-left: 8px;
    height: 56px;


}

.picture {
    margin-top: 88px;
    padding-bottom: 88px;
}

.picture__item {
    display: block;
}

.picture__item p {
    font-family: 'Inter', sans-serif;
    padding: 12px 16px;
    background: #BF9948;
    border: 1px solid #BF9948;
    box-sizing: border-box;
    border-radius: 4px;
    width: 342px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.picture__item h3 {
    font-family: 'Anglecia Pro Display';
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    /* margin-bottom: 28px; */
    height: 144px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.picture__item span {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.picture__item span img {
    margin-left: 10px;
}

.picture__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}


.picture__img {
    width: 830px;
    height: 380px;
    position: relative;
}

.picture__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.picture__item:nth-child(2) .picture__img {
    width: 585px;
    height: 380px;
}

.picture__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.picture__item {
    position: relative;
}

.picture__info {
    position: absolute;
    top: 40px;
    left: 30px;
}

.picture__info a img {
    height: 56px;
    margin-left: 8px;
}

.text__item {
    width: 49%;
}

.text__wrapper {
    display: flex;
    justify-content: space-between;
}

.text__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.text__picture {
    width: 708px;
    height: 830px;
    position: absolute;
    top: 100px;
}

.i_pool_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.i_pool_wrapper {
    display: flex;
}

.i_pool_wrapper > div {
    height: 100%;
}

.i_pool_wrapper > div:first-child {
    width: 19%;
}

.i_pool_wrapper > div:nth-child(2) {
    width: 50%;
}

.i_pool_wrapper > div:nth-child(3) {
    width: 18.5%;
}

.i_pool_wrapper > div:last-child {
    width: 12.5%;
}

.i_pool_title {
    margin-top: 338px;
    position: absolute;
    left: 50px;
    z-index: 1;
}

.i_pool_wrapper::after {
    content: '';
    background-image: url('../images/Pool_background.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 961px;
    height: 100%;
}

.i_pool_title ul {
    display: flex;
    align-items: center;
    transform: rotate(270deg);
    padding-bottom: 8px;
    border-bottom: 0.6px solid #000000;
    width: 100%;
}

.i_pool_title ul li h2 {
    font-family: 'Anglecia Pro Display';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-left: 52px;
}

.i_pool_title ul li:first-child h2 {
    margin-left: 0px;
}

.i_pool_title ul li {
    position: relative;
}

.i_pool_title ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.i_pool_images {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}

.i_pool_images__item {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    transition: width 1s ease-in-out;
    overflow: hidden;
}

.i_pool_images__item.active {
    width: 100%;
}

.i_pool_images__item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.i_pool {
    position: relative;
    background: #F0EBE8;
    height: 857px;
    padding: 90px 0;
}

.slider-buttons {
    position: absolute;
    top: 50px;
    left: 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*border-radius: 4px;*/
}

.i_pools_info {
    padding-left: 24px;
    margin-top: 125px;
}

.i_info_small {
    width: 280px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #908787;
}

.i_info_small:nth-child(3) {
    width: 252px;
    padding-right: 0px;
}

.i_info_small:nth-child(2) {
    width: 252px;
    padding-right: 10px;
}

.i_info_small h3 {
    font-family: 'Anglecia Pro Display';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.i_info_small p {
    font-family: 'Inter';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.swiper-item {
    height: 677px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    margin-left: 32px;
}

.swiper-button-next {
    margin-right: 32px;
}

.gallery {
    padding: 88px 0;
    position: relative;
}

.gallery__wrapper {
    /*padding-left: 100px;*/
}

.gallery__wrapper__title {
    margin-bottom: 59px;
}

.gallery__wrapper__title h1 {
    font-family: 'Anglecia Pro Display';
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: #000000;
    margin-bottom: 34px;
}

.gallery__wrapper__title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #BF9948;
    margin: 0;
}

.gallery__wrapper__main__link a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.gallery__wrapper__main__items {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 750px;
    width: 915px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.gallery__wrapper__main__items__left {
    margin-left: 8px;
}

.gallery__wrapper__main__items__left:first-child {
    height: 100%;
    padding-top: 120px;
}

.gallery__wrapper__main__items__left:nth-child(2) {
    height: 33%;
}

.gallery__wrapper__main__items__left:nth-child(3) {
    height: 33%;
}

.gallery__wrapper__main__items__left:nth-child(4) {
    height: 33%;
}

.gallery__wrapper__main__items__left:nth-child(5) {
    height: 50%;
    display: flex;
}

.gallery__wrapper__main__items__left:nth-child(5) .gallery__wrapper__main__items__img {
    margin-top: auto;
}

.gallery__wrapper__main__items__left:nth-child(6) {
    height: 50%;
}

.gallery__wrapper__main__items__left:last-child {
    padding-top: 240px;
}

.gallery__wrapper__main__items::after {
    content: '';
    position: absolute;
    top: 240px;
    left: -80px;
    bottom: 0;
    right: 0;
    background: url('/images/pattern_landing-03 1.jpg') no-repeat;
    z-index: -1;
}

.gallery__wrapper__main {
    position: relative;
}

.gallery::after {
    content: '';
    position: absolute;
    top: 35%;
    width: 830px;
    height: 584px;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    left: 55%;
    background: url('../images/lobby.jpg') no-repeat;

}

.gallery__wrapper__main__link img {
    height: 56px;
    margin-left: 8px;
}

.gallery__wrapper__main__link a {
    display: flex;
    align-items: center;
    width: max-content;
}

.gallery__wrapper__main__items__img {
    max-width: 220px;
    flex: 0 0 220px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}

.gallery__wrapper__main__items__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Layout: make right side fill its column and vertically center content */
.split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr; /* left images | right text */
    align-items: stretch;
}

.split-hero__left,
.split-hero__right {
    min-height: 520px; /* adjust as you like */
}

@media (min-width: 1400px) {
    .split-hero__left,
    .split-hero__right {
        min-height: 620px;
    }
}

.split-hero__right {
    display: flex;
    align-items: center;
    padding: clamp(20px, 4vw, 60px);
}

.split-hero__inner {
    position: relative;
    width: 100%;
    min-height: 260px; /* ensures room for the fade stack */
}

/* Stack both blocks on top of each other; animate the active one in */
.split-block {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: clamp(10px, 1.6vw, 18px);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .45s ease, transform .45s ease;
}

/* Active state: visible + settled */
.split-block.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Typography: make it hero-ish and let it breathe */
.split-eyebrow {
    font-size: clamp(14px, 1.2vw, 18px);
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .8;
}

.split-title {
    font-size: clamp(20px, 4vw, 56px);
    line-height: 1.08;
    margin: 0;
}

.split-text {
    font-size: clamp(16px, 1.4vw, 22px);
    line-height: 1.6;
    max-width: 48ch; /* remove or increase if you want even wider */
}

/* remove divider if any lingering */
.split-divide {
    display: none !important;
}

/* Optional: a slight stagger for eyebrow/title/text when becoming active */
.split-block.is-active .split-eyebrow,
.split-block.is-active .split-title,
.split-block.is-active .split-text {
    animation: split-stagger .6s ease both;
}

.split-block.is-active .split-title {
    animation-delay: .06s;
}

.split-block.is-active .split-text {
    animation-delay: .12s;
}

@keyframes split-stagger {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    min-height: 588px;
    background-color: #131413;
}

.footer__wrapper {
    padding: 40px 0;
}

.footer__first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 159px 120px 0 120px;
}

.footer__first__text {
    text-align: center;
}

.footer__first__text p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666766;
}

.footer__first__logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    margin-bottom: 19px;
}

.footer__first__logo img {
    height: 145px;
}

.footer__first__contact a {
    display: flex;
    flex-direction: column;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666766;
    transition: 0.3s ease-in-out;
}

.footer__first__contact a:hover {
    color: #BF9948;
}

.footer__second {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__second p {
    margin-bottom: 40px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666766;
}

.footer__second ul {
    display: flex;
    align-items: center;
}

.footer__second ul li:not(:last-child) {
    margin-right: 40px;
}

.footer__second ul li a {
    transition: 0.3s ease-in-out;
    display: block;
}

.footer__second ul li a:hover {
    transform: scale(1.2);
}

.footer__second ul li a:hover i {
    color: #BF9948;
}


.footer__second ul li a i {
    font-size: 28px;
    color: #B9B9B9;
    transition: 0.3s ease-in-out;
}

.footer__third {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.footer__third form {
    display: flex;
    align-items: center;
}

.footer__third form p {
    margin-right: 24px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666766;
    margin-bottom: 0;
}

.footer__third form label input {
    width: 290px;
    padding: 12px;
    background: #2B2B2B;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #666766;
}

.footer__third form label input::placeholder {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666766;
}

.footer__third button {
    display: flex;
    align-items: center;
    margin-left: 24px;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer__third button img {
    display: flex;
    height: 48px;
    margin-left: 8px;
}

.footer__bottom {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

.footer__bottom p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #666766;
}

.footer__bottom p a {
    color: #BF9948;
}

.pages-banner {
    position: relative;
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    /* margin-top: 120px; */
}

.pages-banner__title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}

.breadcrumb__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding-top: 20px;
    padding-left: 3px;
}

.breadcrumb__links i {
    font-size: 17px;
    display: block;
    margin-right: 15px;
    color: #fff;
    line-height: 21px;
}

.breadcrumb__links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.breadcrumb-item.active {
    color: #b9bfc4;
}

.pages-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -2;
}

.pages-header .header__navbar ul li a {
    display: inline-block;
    color: #131413;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.rooms-wrapper {
    padding-top: 40px;
}

.inner-title {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-title h2 {
    font-family: 'Inter';
    font-weight: 400;
    color: #BF9948;
}

.rooms-info {
    padding: 1.5em;
    background-color: #E8E7E0;
}

.rooms-item {
    margin-bottom: 30px;
    display: block;
}

.rooms-info span {
    padding: 6px 15px;
    background: #BF9948;
    color: #fff;
    margin-top: 12px;
    display: block;
    width: max-content;
}

.rooms-imgBx {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.rooms-info {
    border-radius: 0px 0px 4px 4px;
}


.rooms-imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rooms-info > p {
    margin: 12px 0 !important;
    color: #65645e;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.rooms-info h3 {
    font-family: 'Inter';
    color: #65645e;
}

.room-size {
    background-color: #fff4e4;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.room-size h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 13px;
}

.room-size span {
    font-size: 22px;
    font-family: "Inter";
}

.news-slider {
    margin-bottom: 20px;
}

.news-content__header h2 {
    font-family: 'Inter';
    font-weight: 400;
    color: #BF9948;
    margin: 30px 0;
}

.news-slide__item {
    width: 100%;
    height: 500px;
    display: block;
}

#newsImages .owl-nav button,
#newsImages .owl-nav button {
    width: 55px;
    height: 55px;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
}

#newsImages .owl-nav button i,
#newsImages .owl-nav button i {
    /* font-weight: bolder; */
    font-size: 24px;
    color: #BF9948;
}

.news-slider .owl-nav {
    display: flex;
    justify-content: center;
}

.news-slide__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#inner_pages {
    padding-bottom: 60px;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li.page a:hover {
    color: #BF9948;
}

.pagination ul li.active a {
    color: #ffffff;
    background: #BF9948;
    font-weight: 500;
}


header.pages-header {
    position: relative;
    padding: 16px 0;
}

.language-mobile {
    text-align: center;
    z-index: 2;
    width: 96%;
}

.openMenu1 {
    color: #fff;
    margin-left: 30px;
    font-size: 22px;
}

.pages-header .openMenu1 {
    color: #131413;
}

.gall {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.gall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contained__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 160px;
}

.contained__image img {
    height: 600px;
    width: 100%;
}

.contained__info {
    width: 440px;
}

.contained__info h2 {
    font-family: 'Anglecia Pro Display';
    font-weight: normal;
    font-size: 40px;
    font-style: italic;
    line-height: 51px;
    color: #000000;
    margin-bottom: 40px;
}

.contained__info p {
    margin-bottom: 25px;
    font-style: italic;
    font-family: 'Inter';
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
    color: #171717;
}

.contained__info__bottom {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-top: 1px solid #ccc;
}

.contained__info__bottom h6 {
    font-family: 'Anglecia Pro Display';
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.contained__info__bottom ul li {
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.contained-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
}

.contained-content p {
    margin-top: 25px;
}

#bar-rows .row:nth-child(odd) {
    flex-direction: row-reverse;
}

#bar-rows .row:nth-child(even) .contained-content {
    padding-left: 25px;
}


#bar-rows .row:nth-child(odd) .contained-content {
    padding-right: 25px;
}


#bar-rows .row > div {
    padding: 0;
}


/* For Booking */

.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
}

.banner .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.banner__wrappper2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner__title h1 {
    font-family: 'Anglecia Pro Display';
    font-weight: 400;
    font-size: 56px;
    line-height: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}


.banner__image {
    height: 402px;
}

.banner__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.banner__title {
    width: 708px;
    display: flex;
    text-align: center;
}

.reg__item label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

.reg__item input,
label {
    margin: .4rem 0;
}

.banner__reg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1196px;
    height: 86px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: 64px;
}

.reg__item {
    height: 100%;
    border-right: 0.6px solid #DFDFDF;
    width: 100%;
    padding-top: 9px;
    padding-left: 24px;
    padding-right: 35px;
    position: relative;
}

.reg__item:nth-child(4) {
    border-right: none;
}

.reg__item input,
select {
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 7px 0;
    color: #828282;
    width: 100%;
    padding: 0 15 0 0px;
}


.reg__item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.reg__item label {
    margin: 7px 0;
}

.banner__reg button {
    padding: 31px 61px;
    background: #BF9948;
    display: flex;
    align-items: center;
    outline: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    width: 238px;
    border-radius: 4px;
}

.banner__reg button img {
    margin-left: 19px;

}

.reg__item:nth-child(3) label {
    margin: 7px 0;
}

:focus-visible {
    outline: none;
}


.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #BF9948;
}

.daterangepicker .drp-buttons .btn {
    background-color: #BF9948;
    border-radius: 4px;
    color: #FFFFFF;
    border: none;
}

.header-lang {
    margin-left: 75px;
}

.mobile-menu .header-main__mobile__menu {
    margin-left: 30px;
}

.mobile-menu .header-main__mobile__menu i {
    color: #fff;
}

.header-lang .dropdown-menu.show {
    position: absolute;
    top: 100%;
    left: -15px !important;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 5rem;
    padding: .3rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.header-lang .dropdown-item:focus,
.header-lang .dropdown-item:hover {
    color: #000;
    background-color: #BF9948;
}

.input-dates .form-control {
    margin-top: 15px;
}

.input-dates .form-group.last_f .captcha-main img {
    height: 100% !important;
    width: 100% !important;
}


.input-dates .pull-left input {
    height: 38px !important;
}

#captcha_contacts {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 38px;
    background: #BF9948;
    border-radius: 0 4px 4px 0;
    margin-right: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-form .form-group .captcha-main {
    display: flex;
    margin-left: 16px;
}


.input-dates .form-group #captcha_contacts img {
    height: 38px !important;
}

#captcha_contacts img {
    height: 38px !important;
}

#refresh_captcha_contacts {
    color: #fff;
}

@media (max-width: 425px) {
    .split-hero__right {
        text-align: center;
        padding: 0 20px !important;

        /*margin: 30px 0;*/
    }

}

.input-dates button {
    width: max-content;
    box-shadow: none;
    outline: none;
    border: none;
    margin: auto;
    padding: 6px 42px;
    font-size: 19px;
    background: #BF9948;
    color: #fff;
}


/* Testimonial */


.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
    min-height: 520px;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #BF9948;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #BF9948;
}


.testim .arrow.left {
    left: -5px;
}

.testim .arrow.right {
    right: -5px;
}

.testim .dots {
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 3333;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #52628071;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    display: block;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #BF9948;
    border-color: #BF9948;
}


.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #BF9948;
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 20px;
    color: #1D1D1B;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #BF9948;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #BF9948;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #BF9948;
        box-shadow: 0px 0px 10px 5px #BF9948;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #BF9948;
        box-shadow: 0px 0px 0px 0px #BF9948;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}


@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}


.testim .owl-theme .owl-dots .owl-dot.active span,
.testim .owl-theme .owl-dots .owl-dot:hover span {
    background: #BF9948;
    border-color: #BF9948;
}


.testim .owl-theme .owl-dots .owl-dot.active span {
    -webkit-animation: testim-scale .3s ease-in-out forwards;
    animation: testim-scale .3s ease-in-out forwards;
}

.testim .owl-theme .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: none;
}


/* Rooms New */

.hotelrooms {
    padding: 0;
}

.hotelrooms .item .desc h2 {
    margin-bottom: 15px;
}

.hotelrooms .item .desc ul {
    margin: 15px 0;
}

.hotelrooms .item {
    height: 570px;

    display: flex;


    align-items: stretch;

    justify-content: center;
}

.hotelrooms {
    padding-bottom: 40px;
}

.hotelrooms .item .desc {
    padding: 0 5%;

    display: flex;


    flex-direction: column;


    align-items: flex-start;

    justify-content: center;
}

.hotelrooms .item .desc h2 {
    font-size: 33px;
    margin: 0;
    color: #BF9948;
    margin-bottom: 10px;
    display: flex;
    white-space: nowrap;
}

.hotelrooms .item .desc h2 span {

    display: flex;
    font-size: 14px;
    color: #878787;
}

.hotelrooms .item .desc > span {
    font-size: 16px;

    flex-wrap: wrap;
    color: #ba9e60;
}

.hotelrooms .item .desc > span .price {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.hotelrooms .item .desc ul {
    margin-top: 15px;
}

.hotelrooms .item .desc ul li {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 15px;
    color: #878787;
    font-size: 16px;
    padding-left: 18px;
}

.hotelrooms .item .desc ul li::after {
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 17px;
    left: 5px;
    top: 50%;
    color: #ba9e60;
    transform: translate(-50%, -50%);
}


.hotelrooms .item .desc ul li:first-child {
    align-items: flex-start;
}

.hotelrooms .item .desc ul li:first-child::before {
    margin-top: 3.5px;
}

.hotelrooms .item .desc .btn-secondary {
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
}

.hotelrooms .item .desc .btn-secondary:hover {
    border: 1px solid #ba9e60;
}

.hotelrooms .item .slider {

    display: flex;


    align-items: center;

    justify-content: center;
    padding: 0;
}

.hotelrooms .item .slider .hotelrooms-carousel {
    width: 100%;
    height: 100%;
}

.hotelrooms .item .slider .hotelrooms-carousel .item {
    height: 570px;
    width: 100%;
}

.hotelrooms .item .slider .hotelrooms-carousel .item img {
    object-fit: cover;
}

.hotelrooms .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 210px;
    height: 70px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-next,
.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url(/assets/icons/arrow-slider.svg) no-repeat center center;
    margin: 0;
    padding: 0;
    opacity: 0.6;
    transition: 0.3s;
    margin: 0 10px;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-next:hover,
.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-next span,
.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-prev span {
    display: none;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.hotelrooms .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.hotelrooms .item:nth-child(2n) .slider .hotelrooms-carousel .owl-nav {
    right: auto;
    left: 0;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-next,
.hotelrooms .item .slider .hotelrooms-carousel .owl-nav button.owl-prev {
    background: url('../images/arrow-right1.svg') no-repeat center center;
    background-size: contain;
    opacity: 1;
    filter: none;
}


button:focus {
    outline: none;
}

.hotelrooms .item .slider .hotelrooms-carousel .owl-nav {
    border-radius: 4px;
    background: #BF9948;
    opacity: 0.8;

}

.hotelrooms .item .desc .btn-secondary {
    border-radius: 4px;
}

.hotelrooms .item .desc ul li::before {
    background: #BF9948;
}

.hotelrooms-carousel .owl-nav button i {
    font-size: 45px;
    color: #ffffff;
}

.hotelrooms-carousel .owl-nav button {
    color: #ffffff;
}

.hotelrooms .item .desc .btn-secondary:hover {
    color: #ffffff;
}


.hotelrooms .item .desc > span:not(:last-child) {
    margin-bottom: 7px;
}


.hotelrooms .item .desc ul li::before {
    display: none;
}

.hotelrooms .item .desc ul li i {
    color: #BF9948;
    margin-right: 8px;
}

.btn-secondary {
    padding: 12px 35px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    background: transparent;
}

.btn-secondary:hover {
    background: #ba9e60;
    border: 1px solid #ba9e60;
}


@media (max-width: 576px) {
    .hotelrooms .item .desc {
        padding: 20px 10px;
    }

    .hotelrooms .item .desc h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hotelrooms .item .desc h2 span {
        font-size: 10px;
        margin: 0 5px;
    }

    .hotelrooms .item .desc > span {
        font-size: 14px;
    }

    .hotelrooms .item .desc > span .price {
        font-size: 14px;
        display: block;
        margin: 5px 0 5px 0;
    }

    .hotelrooms .item .desc ul li {
        font-size: 14px;
    }

    .hotelrooms .item .desc a {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .hotelrooms .item .slider .hotelrooms-carousel .item {
        height: 200px;
    }

    .hotelrooms .item .slider .hotelrooms-carousel .owl-nav {
        height: 50px;
        width: 170px;
    }

    .inner-intropart {
        padding-bottom: 15px;
    }

    .inner-intropart .title {
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .inner-intropart .title h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .inner-intropart .title h2 span {
        display: inline-block;
    }

    .inner-intropart .title span {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }

    .inner-intropart .title span.price {
        display: block;
        margin: 0;
        font-size: 12px;
    }

    .inner-intropart .rooms-slider .slider .inner_room-carousel .owl-stage-outer .owl-item .item {
        height: 180px;
        padding: 0 10px;
    }

    .btn-secondary {
        padding: 13px 20px;
    }

    .inner-intropart .advantages {

        flex-wrap: wrap;
        padding: 15px 0;
        padding-bottom: 15px;
    }

    .inner-intropart .advantages .item {
        width: 50%;
    }

    .inner-intropart .advantages .item img {
        width: 25px;
        margin-bottom: 5px;
    }

    .inner-intropart .advantages .item:last-child {
        margin-bottom: 0;
    }

    .inner-intropart .advantages .item p {
        font-size: 14px;
    }

    .inner-aboutpart .content {
        padding: 0 10px;
    }

    .inner-aboutpart .content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .inner-aboutpart .content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .inner-aboutpart .content ul li {
        font-size: 14px;
    }

    .inner-aboutpart .content .btn-default {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}


/* Contacts */

.contacts {
    background: #fafafa;
    height: 500px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}

.contacts .map {
    padding: 0;
}

.contacts .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: grayscale(1); */
    display: flex;
}

.contacts .desc {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contacts .desc h2 {
    margin-bottom: 10px;
    color: #1c1c1c;
}

.contacts .desc p {
    margin-bottom: 20px;
}

.contacts .desc span.line {
    display: flex;
    width: 100px;
    height: 1px;
    background: #ba9e60;
    margin-bottom: 20px;
}

.contacts .desc a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #878787;
    margin-bottom: 20px;
}

.contacts .desc a span {
    display: flex;
    font-weight: 700;
    color: #1c1c1c;
    margin-right: 5px;
    white-space: nowrap;
}

.top-language button span {
    font-size: 17px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.top-language button {
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pages-header .top-language button {
    color: #131413;
}


.top-language button i {
    font-size: 11px;
    margin-left: 5px;
}

.dropdown-menu-l {
    position: absolute;
    min-width: 100px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    background: #fff;
    top: 50px;
    opacity: 0;
    /* border-radius: 4px; */
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.dropdown-menu-l a {
    color: #000;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    /* font-family: 'Opens Sans', sans-serif; */
    font-size: 17px;
}

.top-language {
    /* margin-left: 125px; */
    position: relative;
}

.top-language button {
    height: 50px;
}

.dropdown-menu-l a:hover {
    background-color: #BF9948;
}

.top-language:hover .dropdown-menu-l {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(187 193 221 / 30%);
    border-radius: 3px;
    padding: 30px;
}

.sidebar h3 {
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    color: #BF9948;
    margin-bottom: 12px;
}

.sidebar .list-unstyled.main-collapse {
    margin-bottom: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    display: block;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 400;
    color: #393a3b;
    transition: 0.3s ease-in-out;
    /* -webkit-text-stroke: 0.1px hsl(230, 72%, 41%); */
}


.sidebar ul li a:hover {
    color: #BF9948;
}


@media (max-width: 992px) {

    .contacts {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }

    .contacts .desc {
        padding: 20px;
    }

    .contacts .map {
        height: 320px;
    }

}


@media (max-width: 576px) {
    .contacts .desc {
        padding: 20px 10px;
    }

    .contacts .desc h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contacts .desc p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contacts .desc span.line {
        margin-bottom: 10px;
    }

    .contacts .desc a {
        font-size: 14px;
        margin-bottom: 10px;

        flex-wrap: wrap;
    }

    .contacts .map {
        height: 200px;
    }

}

.split-hero {
    position: relative;
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 100vh;
}

@media (max-width: 1024px) {
    .split-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }
}

.split-hero__left,
.split-hero__right {
    position: relative;
}

.split-hero__left {
    overflow: hidden;
}

.split-hero__left .swiper,
.split-hero__left .swiper-wrapper,
.split-hero__left .swiper-slide {
    height: 100%;
}

.split-hero__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nav arrows */
.split-hero__nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .45);
    border: 1px solid rgba(255, 255, 255, .25);
    cursor: pointer;
}

.split-hero__nav img {
    height: 42px;
}

.split-hero__nav--prev {
    left: 16px;
}

.split-hero__nav--next {
    right: 16px;
}

.split-hero__nav:hover {
    background: rgba(0, 0, 0, .6);
}

.split-hero__right {
    color: black;
    display: grid;
    align-items: center;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .split-hero__right {
        padding: 40px 0;
    }
}

.split-hero__inner {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 32px);
}

.split-block + .split-block {
    margin-top: clamp(24px, 3vw, 40px);
}

.split-eyebrow {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #BF9948;
    margin-bottom: 8px;
}

.split-title {
    font-size: clamp(20px, 4.4vw, 30px);
    line-height: 1.06;
    margin: 0 0 8px;
}

.split-text {
    font-size: clamp(16px, 1.6vw, 21px);
    color: #0000009c;
    margin: 0;
}

.split-divide {
    border: 0;
    height: 2px;
    font-weight: 500;
    background: #BF9948;
    margin: clamp(18px, 2.4vw, 28px) 0;
}

.split-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    color: #111;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    font-weight: 700;
    text-decoration: none;
    transition: transform .06s ease, box-shadow .2s ease;
}

.split-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.split-btn img {
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .split-hero__left {
        height: 50vh;
    }
}

.bigblock {
    padding: clamp(48px, 6vw, 120px) 0;
    background: #fff;
    border-top: 1px solid #efefef;
}

.bigblock--image {
    position: relative;
    color: #fff;
    background: #0b0f1a;
    isolation: isolate;
}

.bigblock--image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.bigblock--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.73);
    z-index: -1;
}

.bigblock__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.bigblock__head {
    margin-bottom: clamp(24px, 3vw, 40px);
}

.bigblock__eyebrow {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .9;
    margin-bottom: 8px;
}

.bigblock__title {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    margin: 0 0 8px;
}

.bigblock__lead {
    font-size: clamp(16px, 1.6vw, 20px);
    opacity: .95;
    margin: 0;
}

.bigrow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 2vw, 24px);
    margin-top: clamp(20px, 2.5vw, 32px);
}

@media (max-width: 990px) {
    .bigrow {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .bigrow {
        grid-template-columns: 1fr;
    }
}

.kpi {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(6px);
    color: black;
    font-weight: 600;
    padding: clamp(14px, 2vw, 18px);
    border-radius: 16px;
}

.bigblock__note {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
    opacity: .9;
}

.bb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #222;
    font-weight: 700;
    text-decoration: none;
    color: #111;
    background: #fff;
    transition: transform .06s ease, box-shadow .2s ease;
}

.bb-btn--light {
    border-color: rgba(255, 255, 255, .6);
}

.bb-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}
@media (max-width: 1822px) {
    .text__info{
        max-width: 620px !important;
    }
}
@media (max-width: 1702px) {
    .text__info{
        max-width: 520px !important;
    }
}
@media (max-width: 1650px) {
    .text__info{
        max-width: 470px !important;
    }
}
@media (max-width: 1550px) {
    .text__info{
        max-width: 500px !important;
    }
}

@media (max-width: 1530px) {
    .text__info{
        max-width: 335px !important;
    }
}
@media (max-width: 1480px) {
    .text__info {
        max-width: 450px !important;
}
	
@media (max-width: 576px) {
      .news-events {
        padding: 5px 0 0 0 !important;
    }
}