@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --rts-para: #333;
    --rts-heading: #000834;
    --rts-white: #ffffff;
    --rts-gray: #effffe;
    --btn-1: #9b362d;
    --heading-color: #9b362d;
    --rts-border: rgba(125, 128, 135, 0.3);
    --transition: all 0.4s ease;
    --glida: "Gilda Display", serif;
    --Montserrat: "Montserrat", sans-serif;
    --h1: 80px;
    --h2: 45px;
    --h3: 48px;
    --h4: 40px;
    --h5: 32px;
    --h6: 24px;
    --p: 14px;
}
.main_wrapper {
    position: relative;
    width: 100%;
}
.main_wrapper .page_content {
    position: relative;
    margin-top: 0;
    z-index: 99;
    background-color: #fff;
    margin-left: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 365px;
    height: 100%;
}
.page__hero__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.room__slide__box .room__thumbnail::before,
.page__hero__bg::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img,
svg {
    display: inline-block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
p,
h1,
h2,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
body {
    font-size: var(--p);
    line-height: 28px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--rts-para);
    margin: 0 auto;
    background-color: #fff;
    overflow-x: hidden;
}
html,
body {
    scroll-behavior: smooth;
    max-width: 100%;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
.font-sm {
    font-size: 18px;
}
h1 {
    font-size: var(--h1);
    line-height: 90px;
}
@media screen and (max-width: 992px) {
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
}
h2,
.h2 {
    font-size: var(--h2);
    line-height: 45px;
}
@media screen and (max-width: 1200px) {
    h2,
    .h2 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 992px) {
    h2,
    .h2 {
        font-size: 48px;
        line-height: 58px;
    }
}
@media screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 576px) {
    h2,
    .h2 {
        font-size: 35px;
        line-height: 45px;
    }
}
h4,
.h4 {
    font-size: var(--h4);
    line-height: 50px;
}
@media screen and (max-width: 992px) {
    h4,
    .h4 {
        font-size: 30px;
        line-height: 40px;
    }
}
h5,
.h5 {
    font-size: var(--h5);
    line-height: 42px;
}
@media screen and (max-width: 1200px) {
    h5,
    .h5 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 992px) {
    h5,
    .h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
h6,
.h6 {
    font-size: var(--h6);
    line-height: 30px;
}
@media screen and (max-width: 1400px) {
    h6,
    .h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 576px) {
    h6,
    .h6 {
        font-size: 20px;
        line-height: 30px;
    }
}
h1,
h2,
.h2,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--rts-heading);
    font-weight: 400;
    font-family: var(--glida);
}
p {
    font-size: var(--p);
}
p:last-child {
    margin-bottom: 0;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pb-120 {
    padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 768px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}
.pt-120 {
    padding-top: 120px;
}
@media screen and (max-width: 1200px) {
    .pt-120 {
        padding-top: 100px;
    }
}
@media screen and (max-width: 992px) {
    .pt-120 {
        padding-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    .pt-120 {
        padding-top: 60px;
    }
}
.section__padding {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99;
    background: #fff;
}
.same_aspect{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.map_section {
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 992px) {
    .section__padding {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.g-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.gap-10 {
    gap: 10px;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.link__item {
    display: flex;
    align-items: center;
}
.radius-6 {
    border-radius: 6px;
}
.radius-10 {
    border-radius: 10px;
}
.center-item {
    display: grid;
    place-items: center;
}
.no-border {
    border: none !important;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
input:focus {
    outline: none;
}
input {
    transition: border-color 0.3s ease;
}
textarea:focus,
input:focus,
select:focus {
    outline: 1px solid var(--heading-color);
    box-shadow: none !important;
}
textarea:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 1px solid var(--heading-color);
}
.swal2-popup.swal2-toast .swal2-title {
    margin: 0.6em 1em !important;
    font-family: sans-serif !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    color: #000;
}
.theme-btn {
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 8px 20px;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.theme-btn::before,
.theme-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.theme-btn.border {
    border: 0.5px solid rgba(101, 103, 107, 0.3) !important;
    transition: var(--transition);
}
.theme-btn.border span {
    color: var(--rts-para);
    mix-blend-mode: normal;
}
.theme-btn.border:hover {
    border-color: var(--btn-1) !important;
}
.theme-btn.fill {
    background: var(--btn-1);
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    color: var(--rts-white);
    transition: var(--transition);
}
.theme-btn.fill:hover {
    color: var(--rts-white);
    border-color: var(--btn-1);
}
.theme-btn.fill:hover span {
    color: var(--rts-white);
    mix-blend-mode: normal;
}
.theme-btn.sm-btn {
    padding: 5px 20px;
}
@media screen and (max-width: 1200px) {
    .theme-btn.sm-btn {
        padding: 5px 10px;
    }
}
.theme-btn.no-border {
    border: none;
}
.theme-btn:hover.border {
    border-color: var(--btn-1);
}
.theme-btn:hover.fill {
    background: var(--btn-1);
    color: var(--rts-white);
}
.theme-btn.menu__btn img {
    filter: invert(1);
}
.btn-style {
    overflow: hidden;
    font-family: var(--Montserrat);
    font-size: inherit;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
}
.btn-style span {
    display: block;
    position: relative;
    mix-blend-mode: hard-light;
    z-index: 10;
    color: var(--rts-white);
}
.btn-style span i {
    position: relative;
    top: 2px;
}
.btn-style:hover span {
    animation: MoveScaleUpInitial 0.3s forwards,
        MoveScaleUpEnd 0.3s forwards 0.3s;
    color: var(--rts-white);
}
@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}
@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.btn-style::before {
    content: "";
    background: var(--btn-1);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.btn-style:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-style::after {
    content: "";
    background: var(--btn-1);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-style:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.rts__card .card-body {
    padding: 0;
}
.rts__card.is__home {
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
}
@media screen and (max-width: 1400px) {
    .rts__card.is__home {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 992px) {
    .rts__card.is__home {
        padding: 40px 30px;
    }
}
.rts__card.is__home:hover {
    box-shadow: 0px 30px 40px rgba(151, 151, 151, 0.16);
}
.rts__card .icon {
    margin-bottom: 30px;
}
.rts__card .icon img {
    width: 45px;
}
.rts__card .card-text {
    color: var(--rts-para);
}
.rts__card.is__home__three {
    max-width: 240px;
    background-color: transparent;
}
.slider-button-next,
.slider-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.slider-button-prev {
    left: 10px;
    right: auto;
}
.slider-button-prev svg path {
    transition: var(--transition);
}
.slider-button-prev:hover svg path {
    fill: var(--rts-heading);
}
.slider-button-next {
    right: 10px;
    left: auto;
}
.slider-button-next svg path {
    transition: var(--transition);
}
.slider-button-next:hover svg path {
    fill: var(--rts-heading);
}
@media screen and (max-width: 992px) {
    .full__width__nav {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
.slider__navigation {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: max-content;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
@media screen and (max-width: 768px) {
    .slider__navigation {
        display: none;
    }
}
.slider__navigation .nav__btn {
    border: 1px solid var(--rts-border);
    max-width: max-content;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    transition: var(--transition);
}
.slider__navigation .nav__btn:hover {
    background-color: var(--heading-color) !important;
}
.slider__navigation .nav__btn:hover img {
    filter: invert(100);
}
.slider__navigation .nav__btn img {
    transition: var(--transition);
}
.testimonial__slider__style__three {
    position: relative;
}
.testimonial__slider__style__three .slider__navigation {
    position: absolute;
    left: -45px;
    bottom: 50%;
    z-index: 1;
    transform: translate(0, 50%);
}
@media screen and (max-width: 992px) {
    .testimonial__slider__style__three .slider__navigation {
        display: none;
    }
}
.testimonial__slider__style__three .slider__navigation .nav__btn {
    background-color: var(--rts-white);
}
.rts__pagination {
    padding-top: 40px;
    max-width: max-content;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .rts__pagination {
        padding-top: 80px;
    }
}
.rts-pagination {
    display: flex;
    gap: 6px;
}
.page__hero__bg::before {
    background-color: rgba(0, 8, 52, 0.6);
}
.page__hero__height {
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .page__hero__height {
        height: 600px;
    }
}
@media screen and (max-width: 768px) {
    .page__hero__height {
        height: 500px;
    }
}
@media screen and (max-width: 576px) {
    .page__hero__height {
        height: 400px;
    }
}
.page__hero__content {
    color: var(--rts-white);
    position: relative;
}
.page__hero__content h1 {
    color: var(--rts-white);
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .page__hero__content h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 576px) {
    .page__hero__content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
.page__hero__height.if__has__search {
    height: 700px;
}
@media screen and (max-width: 576px) {
    .page__hero__height.if__has__search {
        height: 850px;
    }
}
.room__card {
    border: 1px solid var(--rts-border);
    border-radius: 10px;
    overflow: hidden;
}
.room__card__top {
    position: relative;
    overflow: hidden;
}
.room__card__top .room__card__image {
    overflow: hidden;
    height: 100%;
}
.room__card__top .room__card__image img {
    transition: var(--transition);
    width: 100%;
}
.room__card__top .room__card__image img:hover {
    transform: scale(1.05);
}
.room__card__meta {
    padding: 30px;
}
.room__card__meta .room__card__title {
    display: block;
    margin-bottom: 15px;
    transition: var(--transition);
}
.room__card__meta .room__card__title:hover {
    color: var(--heading-color);
}
.room__card__meta .room__price__tag span {
    color: var(--heading-color);
}
.room__card__meta__info {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
    .room__card__meta__info {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.room__card__meta__info span {
    display: flex;
    gap: 5px;
    align-items: center;
}
.room__card__meta .room__card__link {
    font-size: 18px;
    color: var(--heading-color);
    text-decoration: underline;
    font-family: var(--Montserrat);
}
.room__card.is__style__four {
    border-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .room__card.is__style__four {
        flex-direction: column;
    }
}
.room__card.is__style__four .room__card__top {
    flex-basis: 50%;
}
.room__card.is__style__four .room__card__top .room__card__image {
    border-radius: 10px;
}
.room__card.is__style__four .room__card__top .room__card__image a {
    display: block;
}
.room__card.is__style__four .room__card__top .room__card__image img {
    border-radius: 10px;
}
.room__card.is__style__four .room__card__meta {
    flex-basis: 50%;
    margin-left: 30px;
}
@media screen and (max-width: 768px) {
    .room__card.is__style__four .room__card__meta {
        margin-left: 0;
        padding-left: 0;
        flex-basis: unset;
        padding-bottom: 0;
        padding-right: 0;
    }
}
.room__card.is__style__four .room__card__meta__info {
    font-size: 20px;
}
@media screen and (max-width: 992px) {
    .room__card.is__style__four .room__card__meta__info {
        flex-wrap: wrap;
    }
}
.load__more__link {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.load__more__link a {
    border: 1px solid var(--rts-border);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 6px;
    font-size: 18px;
    font-family: var(--Montserrat);
    color: var(--rts-heading);
    transition: var(--transition);
}
.load__more__link a:hover {
    background-color: var(--heading-color);
    color: var(--rts-white);
}
.room__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
@media screen and (max-width: 768px) {
    .room__wrapper {
        row-gap: 0;
    }
}
.room__wrapper .room__card.is__style__four:nth-child(even) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .room__wrapper .room__card.is__style__four:nth-child(even) {
        flex-direction: column;
    }
}
.room__wrapper .room__card.is__style__four:nth-child(even) .room__card__meta {
    padding: 0;
    margin-left: 0;
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .room__wrapper
        .room__card.is__style__four:nth-child(even)
        .room__card__meta {
        margin-right: 0;
        padding-top: 30px;
    }
}
.social__links {
    display: flex;
    align-items: center;
    gap: 25px;
}
@media screen and (max-width: 768px) {
    .social__links {
        justify-content: center;
    }
}
.location {
    display: flex;
    justify-content: end;
}
@media screen and (max-width: 768px) {
    .location {
        justify-content: center;
    }
}
.main__header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    padding: 0;
    outline: 0;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main__header .navbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline !important;
}
.main__header .navbar .navbar-collapse {
    margin-top: 40px;
    flex-direction: column;
    align-items: baseline;
}
.main__header .navbar .navbar-collapse .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
}
.main__header .navbar-brand img {
    width: 160px;
}
.main__header .navbar .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 0 0 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.main__header .navbar .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    bottom: 4px;
    width: 0;
    border-bottom: 2px solid #000;
    -webkit-transition: width 0.23s;
    -o-transition: width 0.23s;
    transition: width 0.23s;
}
.main__header .navbar .navbar-nav .nav-item .nav-link:hover::after,
.main__header .navbar .navbar-nav .nav-item.active .nav-link::after {
    width: 70%;
}
.header_social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.header_social a {
    font-size: 16px;
    line-height: 30px;
    color: #9b362d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #9b362d;
    border-radius: 100px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header_social a:hover {
    background-color: #9b362d;
    color: #fff;
}
.navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
}
.banner__area .contact {
    position: absolute;
    z-index: 4;
    top: 30px;
    right: 30px;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
    border: 1.5px solid #fff;
    font-weight: 500;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    text-shadow: 0 0 20px #000000a3;
    transition: all 300ms;
}
.banner__area .contact:hover {
    background-color: #fff;
    color: #000;
}
.has__background {
    background-color: var(--rts-gray);
}
.section__wrapper {
    position: relative;
    margin-bottom: 40px;
}
.section__wrapper .section__content__right p {
    font-size: 14px;
    text-align: justify;
    color: #333;
    line-height: 26px;
}
.subtitle__icon__two {
    position: relative;
    display: inline-block !important;
    margin-bottom: 15px;
    left: 65px;
    font-weight: 700;
    color: var(--heading-color);
}
.subtitle__icon__two::before {
    position: absolute;
    content: "";
    left: -65px;
    bottom: 35%;
    width: 52px;
    height: 12px;
    background-image: url(../image/section_style_two.svg);
    background-repeat: no-repeat;
}
.banner__area {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 8, 52, 0.65);
    position: relative;
    z-index: 99;
}
.banner__slide__content {
    position: relative;
    z-index: 2;
}
.banner__slide__content .h6,
.banner__slide__content .title,
.banner__slide__content p {
    color: var(--rts-white);
}
.banner__slide__content .title {
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: var(--glida);
    text-shadow: 0 0 20px #000000a3;
    font-weight: 700;
}
.banner__area .banner_nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
}
.banner__area .banner_nav .next,
.banner__area .banner_nav .prev {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 600;
}
.banner__area .banner_nav .next {
    border-radius: 2px 0 0 0;
}
.banner__area .banner_nav .prev {
    border-radius: 0 0 0 2px;
}
@media screen and (max-width: 992px) {
    .banner__slide__content h1 {
        font-size: 60px;
        line-height: 70px;
    }
}
@media screen and (max-width: 768px) {
    .banner__slide__content h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 576px) {
    .banner__slide__content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
.banner__slide__content .sub__text {
    font-size: 15px;
    max-width: 560px;
    margin: 0;
    font-weight: 500;
    text-shadow: 0 0 20px #000000a3;
}
.banner__slider {
    position: relative;
}
.banner__slider .swiper-slide {
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}
.subtitle__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0 0 20px #000000a3;
}
.section__wrapper .content__title {
    font-weight: 700;
}
.about__wrapper .content__title {
    margin-bottom: 30px;
    font-weight: 700;
}
.about__wrapper .content__subtitle {
    font-size: 15px;
    margin-bottom: 45px;
    color: #333;
    text-align: justify;
}
.about__wrapper .image {
    position: relative;
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .about__wrapper .image {
        margin-right: 0;
    }
}
.about__wrapper .image img {
    max-height: 500px;
    width: 100%;
    border-radius: 5px;
}
.text-justify{
    text-align: justify;
}
.about__wrapper .image .image__card {
    padding: 22px 30px 22px 22px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: max-content;
    background-color: var(--rts-white);
    position: absolute;
    bottom: 20px;
    left: -100px;
}
@media screen and (max-width: 768px) {
    .about__wrapper .image .image__card {
        left: 0;
    }
}
.about__wrapper .image .image__card .icon {
    height: 82px;
    min-width: 82px;
    background-color: aliceblue;
    font-size: 45px;
    color: var(--heading-color);
}
.about__images {
    position: relative;
}
.about__images .image__left img {
    border-radius: 10px;
}
@media screen and (max-width: 576px) {
    .about__images .image__left img {
        height: 100%;
    }
}
.about__images .image__right {
    position: relative;
    margin-left: 200px;
    margin-top: -250px;
    border-radius: 10px;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .about__images .image__right {
        margin-left: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .about__images .image__right {
        margin-left: 80px;
    }
}
@media screen and (max-width: 992px) {
    .about__images .image__right {
        margin-left: 200px;
    }
}
@media screen and (max-width: 768px) {
    .about__images .image__right {
        margin-left: 100px;
    }
}
@media screen and (max-width: 576px) {
    .about__images .image__right {
        margin-left: 0;
        margin-top: 0;
    }
}
.about__images .image__right img {
    border-radius: 10px;
    border: 6px solid var(--rts-white);
}
.about__content {
    margin-left: 65px;
}
@media screen and (max-width: 992px) {
    .about__content {
        margin-left: 0;
    }
}
.room__amenity{
    display: flex;
    flex-direction: column;
}
.room__amenity .group__row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 0.5px solid rgba(101, 103, 107, 0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.room__amenity .group__row .single__item{
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    color: var(--rts-heading);
}
.reservation__meta {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .reservation__meta {
        flex-wrap: wrap;
    }
}
.reservation__meta .reservation__item {
    border: 1px solid var(--rts-border);
    max-width: max-content;
    padding: 20px;
    transition: var(--transition);
}
.reservation__meta .reservation__item:hover {
    border-color: var(--heading-color);
    background-color: var(--heading-color);
    color: var(--rts-white);
}
.reservation__meta .reservation__item:hover a,
.reservation__meta .reservation__item:hover span {
    color: var(--rts-white);
}
.reservation__meta .reservation__item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
        hue-rotate(104deg) brightness(103%) contrast(101%);
}
.reservation__meta .reservation__item p {
    margin-bottom: 10px;
}
.reservation__meta .reservation__item a,
.reservation__meta .reservation__item span {
    color: var(--rts-heading);
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
}
.reservation__meta .reservation__item a {
    font-size: 14px;
}
.room__slide__box {
    max-width: max-content;
    position: relative;
    min-width: 100%;
    border-radius: 6px;
}
.room__slide__box .room__thumbnail {
    position: relative;
    transition: var(--transition);
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.room__slide__box .room__thumbnail::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    border-radius: 6px;
    transition: var(--transition);
}
.room__slide__box .room__thumbnail img {
    max-width: 100%;
    border-radius: 6px;
    aspect-ratio: 9/9;
    object-fit: cover;
}
.room__slide__box .room__content {
    padding: 0 20px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--rts-white);
}
.room__slide__box .room__content .room__title .name {
    color: var(--rts-white);
    line-height: 20px;
}
.room__slide__box .room__content .rent {
    color: var(--rts-white);
    display: block;
    margin-top: 10px;
}
.room__slide__box .room__content__meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}
@media screen and (max-width: 992px) {
    .room__slide__box .room__content__meta {
        gap: 15px;
    }
}
.room__slide__box .room__content__meta span {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
}
.room__slide__box .room__content__meta span i {
    font-size: inherit;
}
.client__testimonial.has__shape .section__shape {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.facilities__area {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../image/gallery/03.jpg) no-repeat scroll center 0 / cover;
    background-attachment: fixed;
    overflow: hidden;
}
@media screen and (max-width: 992px) {
    .client__testimonial.has__shape .section__shape {
        display: none;
    }
}
.client__testimonial.has__shape .section__shape .shape__one {
    position: absolute;
    top: 0;
    left: 0;
}
.client__testimonial.has__shape .section__shape .shape__two {
    position: absolute;
    bottom: 0;
    right: 0;
}
.single__slider__item.is__home {
    text-align: center;
}
.single__slider__item.is__home .slider__rating {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.single__slider__item.is__home .slider__rating i {
    font-size: 30px;
    color: var(--heading-color);
}
.single__slider__item.is__home .slider__text {
    font-size: 17px;
    line-height: 30px;
    font-family: var(--Montserrat);
}
.single__slider__item.is__home .slider__author__info {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.single__slider__item.is__home .slider__author__info__image {
    height: 66px;
    width: 66px;
}
.single__slider__item.is__home .slider__author__info__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--rts-white);
}
.single__slider__item.is__home .slider__author__info__content {
    text-align: left;
}
.testimonial__item__content {
    display: flex;
    gap: 70px;
    align-items: center;
}
@media screen and (max-width: 992px) {
    .testimonial__item__content {
        gap: 40px;
        flex-wrap: wrap;
    }
}
.testimonial__item__content .author__icon img {
    height: 310px;
    min-width: 310px;
    border-radius: 50%;
    border: 5px solid var(--rts-gray);
}
.testimonial__item__content .slider__rating i {
    font-size: 25px;
    color: var(--heading-color);
}
.testimonial__item__content .slider__text {
    font-size: 28px;
    line-height: 42px;
    font-family: var(--Montserrat);
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .testimonial__item__content .slider__text {
        font-size: 26px;
        line-height: 40px;
    }
}
.testimonial__item__content {
    overflow: hidden;
}
.testimonial__author.is__thumb {
    max-width: 285px;
}
.testimonial__author__image img {
    border: 10px solid var(--rts-gray);
}
.testimonial__item__content {
    position: relative;
}
.facility__area {
    padding: 65px 0;
}
.facility__area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--rts-gray);
    z-index: -1;
    top: 0;
    left: 40%;
}
@media screen and (max-width: 992px) {
    .facility__area::before {
        left: 0;
    }
}
.facility__area .facility__image {
    height: 765px;
    width: 100%;
    right: 30px;
}
@media screen and (max-width: 768px) {
    .facility__area .facility__image {
        height: 100%;
        right: 0;
    }
}
.gallery__link {
    position: relative;
    display: block;
    height: 100%;
}
@media screen and (max-width: 992px) {
    .gallery__link img {
        height: 350px;
        width: 100%;
    }
}
.gallery__link:before {
    position: absolute;
    inset: 0;
    background: rgba(0, 8, 52, 0.3);
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.gallery__item:hover .gallery__link::before {
    opacity: 1;
}
.pr {
    position: relative;
}
.rts__contact {
    padding-right: 40px;
}
@media screen and (max-width: 992px) {
    .rts__contact {
        padding-right: 0;
    }
}
.reservation_form .form-input label {
    font-size: 14px;
    color: var(--rts-heading);
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}
.swal2-title {
    line-height: 20px !important;
}
.reservation_form .form-input input,
.reservation_form .form-input .select {
    width: 100%;
    border: 1px solid rgba(101, 103, 107, 0.3);
    padding: 13px 15px 13px 40px;
    border-radius: 4px;
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
}
.reservation_form .form-input textarea {
    height: 100px;
    resize: none;
}
.reservation_form .form-input .pr i {
    position: absolute;
    left: 12px;
    top: 52%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}
.reservation_form .theme-btn {
    padding: 10px 20px;
    font-size: 15px;
}
.offcanvas {
    height: fit-content !important;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif !important;
}
.contact__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-around;
    margin-left: 40px;
}
@media screen and (max-width: 992px) {
    .contact__info {
        margin-left: 0;
        gap: 30px;
    }
}
.contact__info__item h4 {
    margin-bottom: 20px;
}
.contact__info__item p {
    font-size: 17px;
    font-family: var(--Montserrat);
    line-height: 30px;
    color: #333;
}
.contact__map iframe {
    border-radius: 10px;
}
.copyright__text {
    border-top: 1px solid rgba(101, 103, 107, 0.2);
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.copyright__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .copyright__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
}
.rts__widget .max-290 {
    max-width: 290px;
}
.need-help-support {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    right: 10px;
    position: fixed;
    z-index: 999;
}
.need-help-support .support {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 8px #0000003d;
    height: 60px;
    padding: 10px;
    width: 60px;
}
.support img {
    border-radius: 100%;
    height: auto;
    width: 100%;
}
.need-help-support .toast {
    background-color: #fff;
    border: 0;
    color: #000;
    margin-right: 10px;
    width: fit-content;
    border-radius: 4px;
    opacity: 0;
}
.need-help-support .toast.show {
    opacity: 1;
    transition: opacity 0.15s linear;
}
.need-help-support .toast:before {
    border: 12px solid #0000;
    border-top-color: #fff;
    content: "";
    position: absolute;
    right: 50px;
    top: 17px;
    transform: rotate(-90deg);
}
.need-help-support .toast .toast-body {
    padding: 4px 7px;
    font-size: 13px;
}
.need-help-support .toast button {
    background: #fff;
    border: 0;
    color: #000;
    margin-right: 4px;
    padding: 0;
    cursor: pointer;
}
@media (max-width: 991px) {
    .banner__slide__content .title {
        line-height: 45px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .banner__slider .swiper-slide {
        height: 75vh;
    }
    .footer-area {
        padding: 60px 0 20px !important;
    }
}
.gallery__item img {
    aspect-ratio: 5/5;
    object-fit: cover;
}
.footer-area {
    background: #000;
    padding: 50px 0 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #cecece;
    left: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-area .contact__info {
    margin-left: 10px !important;
}
.footer-area .contact__info h4 {
    color: #faf9f6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-area .contact__info p {
    font-family: var(--Montserrat) !important;
    font-size: 13.5px;
    color: #ccc;
}
.reservation_form {
    background-color: #e6e6e6;
    padding: 20px;
    border-radius: 5px;
}
.border_lg_right {
    border-right: 1px solid #333333;
}
.border_line {
    width: 100%;
    height: 1px;
    background: #333333;
    margin-top: 20px;
}
.footer-bottom {
    padding-top: 25px;
    color: #a3a3a3;
}
.footer-bottom .footer-text a {
    color: #fff;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #dcdcdc;
}
::-webkit-scrollbar-thumb {
    background: #b7453b;
}
::-webkit-scrollbar-thumb:hover {
    background: #9b362d;
}
.navbar-toggler:focus{
    box-shadow:  none !important;
}
.reservation_btn{
    background-color: #9b362d;
    padding: 2px 12px;
    border: 0;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}
@media (max-width: 992px) {
    .main__header{
        position: relative;
        width: 100%;
    }
    .main_wrapper .page_content{
        margin: 0;
        padding: 0;
    }
    .main__header .navbar{
        flex-direction: row !important;
        align-items: center !important;
        width: 100%;
        padding: 7px 14px;
    }
    .main__header .navbar-brand img{
        width: 110px;
        margin-left: 70px;
    }
    .main__header .navbar .navbar-collapse{
        margin: 0;

    }
    .main__header .navbar .navbar-collapse .navbar-nav{
        padding-top: 15px;
    }
    .header_social{
        margin: 15px 0;
    }
    .section__padding{
        padding-left: 0;
        padding-right: 0;
    }
    .about__wrapper {
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .single__slider__item.is__home .slider__text{
        font-size: 15px;
    }
    .room__amenity .group__row{
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 0;
        border-bottom: 0;
        gap: 30px;
    }
    .offcanvas-body{
        padding: 10px;
    }
    .offcanvas-body .container-fluid{
        padding: 0;
    }
    .banner__area .banner_nav{
        display: none;
    }
    .footer-area{
        left: 0;
        position: relative;
    }
}
