#navbar {
    background: #0B3357;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all .2s linear;
}
.sectionfixed {
    transition: all .2s linear;
    box-shadow: rgb(0 0 0 / 9%) 0px 2px 8px 0px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s linear;
    padding: 10px 0px;
}
.sectionfixed .nav-logo img {
    width: 80px;
     transition: all .2s linear;
}
.nav-items > ul > li {
    position: relative;
    display: inline;
    list-style: none;
    margin: 0px 22px;
    cursor: pointer;
}
.nav-items ul {
    padding: 0;
    margin: 0;
}
.nav-items > ul > li > a {
    color: #f0efe9db;
    text-decoration: none;
    font-size: 17px;
}
.nav-items > ul > .active::after{
		transform: scaleX(1);
}
.nav-items > ul > .active a{
	color: #E3B789;
}
.nav-items > ul > li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E3B789;
    left: 0;
    bottom: -5px;
    transform-origin: 0% 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-items > ul > li:hover::after {
    transform: scaleX(1);
}
.nav-items > ul > li:hover a{
	color: #E3B789;
}

.nav-logo img {
    width: 90px;
    transition: all .2s linear;
}
#hamburger-menu,
#mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    #mobile-menu {
        background-color: #0b3357;
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        z-index: 999;
        padding: 150px 0px 0px;
        box-shadow: rgb(0 0 0 / 9%) 0px 2px 8px 0px;
    }
    .mobile-nav-items > ul {
        padding: 0px;
    }
.mobile-nav-button {
    width: 100%;
}
    .mobile-nav-items > ul > li {
        text-align: left;
        position: relative;
        list-style: none;
        padding: 15px 20px;
        cursor: pointer;
        border-bottom: 1px solid #ffffff0d;
    }

     .mobile-nav-items > ul > li > a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-nav-items > ul > li > a iconify-icon{
        font-size: 22px;
    }
    .mobile-nav-items > ul > li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #ffffff40;
        left: 0;
        bottom: 0;
        transform-origin: 0% 100%;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .mobile-nav-items > ul > li:hover::after {
        transform: scaleX(1);
    }
    .mobile-nav-button:hover .anim-layer {
        width: 100%;
        left: 0;
    }
.mobile-nav-items {
    width: 100%;
}
    .mobile-nav-button:hover a {
        color: #ffffff;
        background: #b99066;
    }

    .mobile-nav-button button iconify-icon {
    font-size: 26px;
}
    .mobile-nav-button .mobbtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #967a5d;
        font-size: 18px;
        text-transform: capitalize;
        padding: 14px 20px;
        font-family: "Playfair Display", serif;
        color: #fff;
        border: 0;
    }
    .nav-items > ul,
    .nav-button {
        display: none;
    }

    #hamburger-cross {
        display: block;
        color: white;
        cursor: pointer;
        font-size: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

       #hamburger-menu {
        display: flex;
        color: white;
        cursor: pointer;
        font-size: 26px;
    }
}
    .booking_popup .modal-dialog {
        max-width: 900px;
    }
.booking_popup .modal-content {
    border: 0;
    border-radius: 0;
}
.booking_popup .modal-body {
    padding: 0;
}
.booking_popup .hotel-booking {
    display: flex;
}
.hotel_booking_img {
    width: 40%;
    overflow: hidden;
    position: relative;
}
.overlay_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 40px;
    background: linear-gradient(45deg, black, transparent);
}
.overlay_text h2 {
    color: #F0EFE9;
    font-size: 34px;
    font-family: "Playfair Display", serif;
    line-height: 34px;
}
.hotel_booking_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel_booking_form {
    width: 60%;
    padding: 40px 40px 0px;
    position: relative;
    background: #EDE4D5;
}
.hotel_booking_form .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.book_input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #00000026;
    outline: none;
    box-shadow: none;
    padding: 0px 0px 8px;
    font-size: 14px;
    width: 100%;
    resize: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
 filter: sepia(1);
}

.booking_popup .form-group label {
    color: #2e2e2e;
    font-size: 14px;
}
.booking_popup .form-group {
    margin-bottom: 10px;
}
/* banner */
#header_slider{
	overflow: hidden;
}
#banner {
    height: 100vh;
    position: relative;
}
#header_slider .item {
    height: 100vh;
}
#header_slider .owl-item img {
  transform: scale(1);
  transition: transform 20s ease;
}

#header_slider .owl-item.active img {
  transform: scale(1.2); /* zoom in */
}
#header_slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00000047;
    padding-top: 180px;
    z-index: 9;
}
.banner_caption h1 {
    color: #F0EFE9;
    font-size: 52px;
    font-family: "Playfair Display", serif;
    width: 590px;
    margin: 0 auto 20px;
    line-height: 56px;
}
.banner_caption p {
    color: #ffffffc7;
    font-size: 17px;
    width: 540px;
    margin: auto;
    line-height: 22px;
}
#common_header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 150px 0px 80px;
}
.common_caption {
    color: #000000B2;
    font-family: "Playfair Display", serif;
    font-size: 52px;
    margin: 0;
}
#common_header img {
    width: 220px;
}
#header_slider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    margin-top: 20px;
    gap: 5px;
}
#header_slider .owl-dots button {
    width: 8px;
    height: 8px;
    background: #00000026 !important;
    border-radius: 50%;
}
#header_slider .owl-dots .active {
    background: #0000009e !important;
}
.hm_about_title {
    padding-left: 70px;
    width: 560px;
    margin-bottom: 60px;
}
.hm_about_img01 {
    min-width: 340px;
    height: 230px;
    overflow: hidden;
}
.hm_about_img01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_about_content {
    display: flex;
    align-items: center;
    gap: 50px;
}
.hm_about_img02 {
    height: 100%;
    overflow: hidden;
}
.hm_about_img02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_about_description a {
    margin-top: 30px;
}
/* swipper slider */
.base-template__wrapper {
  max-width: 1780px;
}


.base-template__text {
  margin-bottom: 50px;
}

/**
 * Slider Instance
 */

.slider-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 6rem;
}

/* .slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  border: 1px solid transparent;
  background-image: linear-gradient(
      70deg,
      rgba(209, 206, 206, 0.6),
      rgba(102, 102, 102, 0.6)
    )
    border-box;
  mask: linear-gradient(#fff 0, #fff 100%) padding-box,
    linear-gradient(#fff 0, #fff 100%);
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
  transition: background-color 0.6s ease-in-out;
} */

/**
 * Background Slider
 */

.background-swiper {
  width: 100%;
  height: 100%;
  overflow: initial!important;
}

.background-swiper .swiper-wrapper {
  align-items: center;
}

.slide {
    position: relative;
     max-width: 720px;
    max-height: 460px;
    width: 100%;
        height: 720px!important;
}
.slide-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.slide-content .common_btn_border img {
    width: 22px!important;
}
/* .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
} */

/**
 * Centered Slider
 */

.centered-swiper {
    position: absolute !important;
    top: 41.5%;
    left: 50%;
    overflow: hidden;
    z-index: 10;
    max-width: 720px;
    max-height: 460px;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.centered-swiper__slide {
  width: 100%;
  transition: transform 0.6s ease;
}

.background-swiper img,
.centered-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/**
 * Sliders Info
 */

.slider-section__title {
    color: #000000;
}
.slider-section__text {
    margin: 0;
    font-weight: 400;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(-50%);
    opacity: 1;
  }

  100% {
    transform: translateX(calc((-50% - 50px)));
    opacity: 0;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(calc(-50% + 50px));
    opacity: 0;
  }

  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}

.hidden-out {
  animation: slideOutLeft 0.4s forwards;
}

.hidden-in {
  animation: slideInRight 0.4s forwards;
}

.hidden {
  opacity: 0;
}

/**
 * Slider Control
 */

.slider-section .owl-nav .owl-next {
  position: absolute;
  right: 20px;
top: 40%;
}

.slider-section .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
top: 40%;
}
.slider-section .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-section .owl-nav button {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background-color: #e4e4e48f !important;
    backdrop-filter: blur(0.25rem);
    transform: translateY(-50%);
    /* transition: background-color 0.3s ease, color 0.3s ease, opacity 0.35s ease; */
    cursor: pointer;
    font-size: 20px;
    color: #191919 !important;
}

.slider-section__next-button.disabled,
.slider-section__prev-button.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.slider-section__next-button:hover,
.slider-section__prev-button:hover {
  background-color: #E3B789;
  color: #fff;
}
.slider-section .rooms_img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.slider-section__next-button:active,
.slider-section__prev-button:active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #E3B789;
}

@media screen and (max-width: 767px) {
   

  .slide {
    max-width: 200px;
    max-height: 200px;
  }

.centered-swiper {
        max-width: 200px;
        max-height: 200px;
        top: 33.7%;
    }
.background-swiper {
    height: unset
}
.slider-section__title {
    color: #000000;
    font-size: 18px;
}
  .slider-section__next-button,
  .slider-section__prev-button {
    width: 50px;
    height: 50px;
    font-size: 0.875rem;
  }


}
.facilities_wrap h3 {
    color: #d3b391;
    font-size: 16px;
    margin: 0;
    font-family: "satoshi-light";
    transition: all .5s linear;
}
.facilities_wrap:hover h6{
    color: #fff;
    transition: all .5s linear;
}
.facilities {
    width: 80%;
    margin: 0px auto 0;
}
#facilities .common_title {
    margin: 0;
}
.facilities_wrap {
    margin-bottom: 10px;
    background: #404b51;
    height: 80px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #e3b78917;
}
.facilities_wrap:hover img {
    filter: brightness(0) invert(1);
    transform: rotateY(360deg);
    transition: all .5s linear;
}
#rooms_suits {
    overflow: hidden;
}
.facilities_wrap img {
    max-width: 50px;
    max-height: 40px;
    object-fit: contain;
    transition: all .5s linear;
}
    .facilities .row {
        --bs-gutter-x: 10px;
    }
.view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#testimonials .flex_title p {
    width: 400px;
}
#testimonials .flex_title .common_title {
    width: 310px;
}
.testimonial_wrap {
    background: #E3B78933;
    padding: 40px;
    height: 430px;
    overflow: hidden;
    display: grid;
    align-content: space-between;
}
.stars {
    display: flex;
    align-items: center;
    gap: 13px;
}
.stars img {
    width: 25px !important;
}
.testimonial h6 {
    color: #000000B2;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    margin: 30px 0px 0px;
}
#testimonial_slider {
    padding-left: 40px;
}
#cta {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
.cta {
    text-align: center;
    position: relative;
    z-index: 99;
}
#cta::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008a;
}
.cta p {
    color: #FFFFFF;
    width: 510px;
    margin: 20px auto 30px;
}
.cta .common_btn {
    margin: auto;
}
footer {
    background: #0B3357;
    padding: 50px 0px 30px;
}
.frt_logo img {
    width: 120px;
}
.ftr_top {
    text-align: center;
}
.ftr_top h4 {
    color: #E3B789;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    width: 430px;
    margin: 30px auto;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    border-top: 1px solid #eabb8733;
    padding-top: 20px;
}
.copyright p {
    margin: 0;
    color: #f0efe9bf;
    font-size: 13px;
}
.copyright p a {
    color: #e3b789;
    text-decoration: none;
}
.ftr_text h6 {
    color: #ffffffd6;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    width: 310px;
}
.ftr_text button {
    margin-top: 30px;
}
.quick_links a {
    color: #ffffffd6;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    transition: all .5s linear;
}
.quick_links a:hover{
    text-decoration: underline;
    transition: all .5s linear;
    color: #E3B789;
}
.ftr_contact a {
    color: #ffffffd6;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 15px;
    display: flex;
    width: fit-content;
    line-height: 22px;
    transition: all .5s linear
}
.ftr_contact a:hover {
    color: #E3B789;
    transition: all .5s linear
}
.ftr_mail {
    text-decoration: underline !important;
    margin-bottom: 5px !important;
}
.ftr_call {
    text-decoration: underline !important;
}
.soacial_media a {
    color: #fff;
    font-size: 22px;
    transition: all .5s linear
}
.soacial_media a:hover {
    color: #E3B789;
    transition: all .5s linear
}
.soacial_media{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: right;
}
.ftr_bottom {
    margin: 50px 0px;
}
.quick_links {
    padding: 0 40px;
}
#other_facilities ul {
    padding-left: 20px;
    margin: 0 auto;
    width: 90%;
}
#other_facilities ul li {
    padding-left: 0px;
    margin-bottom: 5px;
}
.common_flex .common_title {
    width: 420px;
}
.common_flex p {
    width: 380px;
    margin: 0;
}
.rooms_img_slider .item {
    height: 420px;
    overflow: hidden;
}
.rooms_img_slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rooms_slider .owl-nav button {
    width: 55px;
    height: 55px;
    background: #0000004D !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-size: 26px !important;
}
.rooms_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 30px;
    opacity: 0;
}
.rooms_img_slider:hover .owl-nav{
  opacity: 1;
}
.rooms_content button {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    position: relative;
    width: fit-content;
    margin-top: 25px;
    border: 0;
    background: transparent;
}
.rooms_content button::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.rooms_content button img{
  filter: brightness(0);
}
.rooms_content {
    margin-top: 20px;
}
.rooms_wrap {
    margin-bottom: 60px;
}
.rooms_wrap:hover h5{
  color: #9d6932;
  transition: all .2s linear;
}
.rooms_wrap h5 {
    transition: all .2s linear;
    margin-bottom: 3px;
}
#rooms {
    padding-bottom: 40px;
}
.facility_img {
    height: 330px;
    overflow: hidden;
}
.facility_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s linear;
}
.facility_wrap:hover img {
    transform: scale(1.02);
    transition: all .2s linear;
}
.facility_wrap:hover h5{
  color: #9d6932;
   transition: all .2s linear;
}
.facility_content {
    margin-top: 20px;
}
.facility_content h5 {
    margin-bottom: 20px;
     transition: all .2s linear;
}
.facility_content p {
    width: 570px;
    margin: 0;
}
.facility_wrap {
    margin-bottom: 60px;
}
#facilities .common_flex p {
    width: 437px;
}
#contact .common_flex .common_title {
    width: 490px;
}
#contact .common_flex p {
    width: 417px;
}
.contact_form {
    background: #EDE4D5;
    padding: 80px 45px;
}
.contact_form_left a {
    color: #000000;
    text-decoration: none;
    display: flex;
    width: 400px;
    line-height: 22px;
    font-size: 18px;
}
.smalltitle {
    margin-bottom: 5px;
}
.email {
    margin-bottom: 15px;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.phone {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    margin-bottom: 15px;
}
.contact_form_block {
    margin-bottom: 40px;
}
.contact_input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #00000026;
    outline: none;
    box-shadow: none;
    padding: 8px 0px;
    font-size: 15px;
}
.contact_input_wrap label {
    color: #000000;
    font-size: 16px;
}
.contact_input_wrap {
    margin-bottom: 30px;
}
.google_map {
    height: 500px;
    overflow: hidden;
}
.google_map iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.direction {
    display: flex;
    align-items: start;
    margin-top: 30px;
    justify-content: space-between;
}
.direction p {
    width: 580px;
    margin: 0;
    color: #000000;
    line-height: 20px;
}
#about .common_flex .common_title {
    width: 480px;
}
#about .common_flex p {
    width: 440px;
}
.about_img {
    height: 530px;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scroll-reveal p {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    margin-inline: auto;
    margin: auto;
    line-height: 38px;
    width: 1120px;
    text-align: center;
}
.scroll-reveal span {
    color: #00000033;
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, #000000B2, #000000B2);
    animation: scroll-reveal linear forwards;
    animation-timeline: view(y);
}
.scroll-reveal p span {
  animation-range-start: cover 22.5vh;
  animation-range-end: cover 50vh;
}

@keyframes scroll-reveal {
  to {
    background-size: 100% 100%;
  }
}
.centre_img {
    height: 498px;
    overflow: hidden;
    padding: 0 10px;
}
.centre_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_image {
    height: 230px;
    overflow: hidden;
}
.mv_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_description h5 {
    margin-bottom: 20px;
}
.mv_description {
    padding: 45px;
}
.mv_title{
    overflow: hidden;
}
.mv_description p{
    margin: 0;
}
.why_choose ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.why_choose_img {
    height: 350px;
    width: 50%;
    float: right;
    overflow: hidden;
}
.why_choose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_choose_content_wrap {
    width: 50%;
    float: left;
    height: 350px;
    display: flex;
    align-items: center;
}
.why_choose_content {
    background: #EDE4D5;
    padding: 40px;
}
.why_choose_content h5 {
    margin-bottom: 20px;
}
.why_choose ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.why_choose ul li:nth-child(even) .why_choose_content_wrap{
    float: right;
}
.why_choose ul li:nth-child(even) .why_choose_img{
    float: left;
}
.why_choose {
    width: 86%;
    margin: auto;
}
#why_choose {
    padding-bottom: 50px;
}
#locations .common_flex .common_title {
    width: 500px;
}
#nearby_destination .head_centre p {
    width: 520px;
}
.destination_img {
    height: 315px;
    overflow: hidden;
    width: 50%;
    float: left;
}
.destination_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nearby_destinations ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.nearby_destinations ul li {
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.path01 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    opacity: .3;
}
.path02 {
    position: absolute;
    top: 42px;
    left: -100px;
    opacity: .3;
    z-index: -1;
}
.path03 {
    position: absolute;
    top: 37px;
    left: -160px;
    opacity: .3;
    z-index: -1;
}
.nearby_destinations {
    width: 86%;
    margin: auto;
}
.destination_content_wrap{
    width: 50%;
    float: right;
    height: 315px;
    display: flex;
    align-items: center;
}
.destination_content {
    padding: 40px;
    padding-right: 0;
}
.nearby_destinations ul li:nth-child(even) .destination_content{
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.nearby_destinations ul li:nth-child(even) .destination_img{
    float: right;
}
.destination_content h5 {
    margin-bottom: 20px;
}
.destination_content img {
    margin-bottom: 50px;
    width: 32px;
}
#nearby_destination {
    overflow: hidden;
}
.why_choose_mob{
    display: none;
}
.why_choose_mob_content {
    background: #EDE4D5;
    padding: 25px;
}
.why_choose_mob_img {
    height: 250px;
    overflow: hidden;
}
.why_choose_mob_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_choose_mob_content h5 {
    margin-bottom: 15px;
}
#why_choose_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E3B789 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDE4D5 !important;
    color: #000000B2 !important;
    font-size: 18px !important;
    transition: all .5s linear;
}
#why_choose_slider .owl-nav button:hover {
    background: #e3b789 !important;
    color: #fff !important;
    transition: all .5s linear;
}
#why_choose_slider .owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
#facilities_details {
    padding-bottom: 40px;
}
.pattern {
    width: 220px;
}
.contact_input_wrap textarea {
    height: 100px;
    resize: none;
}
.wpcf7-not-valid-tip {
    font-size: 15px!important;
    margin-top: 5px;
}
.hotel_booking_form textarea {
    height: 80px;
}
.wpcf7-response-output {
    margin-top: 0 !important;
}
.mobilefix {
    background: #e3b789;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
}
.mobilefix a:last-child {
    border-right: 0;
}
.mobilefix a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
    border-right: 1px solid #58585852;
    width: 33.33%;
    justify-content: center;
    padding: 10px 0;
}
.mobilefix a svg {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.mobilefix a h4 {
    font-size: 13px;
    margin: 0;
}