
@import url("https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
:root {
  --font-elsie: "Elsie", sans-serif;
  --font-worksans: "Work Sans", sans-serif;
  --font-messiri: "El Messiri", sans-serif;
  --color-bg: #fff5e4;
  --color-maron: #981c20;
  --color-yellow: #ffd500;
  --color-border: #981c204d;
}

.daterangepicker.ltr {
  direction: ltr;
  text-align: left;
  width: 494px;
  position:fixed;
  top: 103px !important;
  
}

html {
  font-size: 16px;
  font-family: var(--font-worksans);
  color: #000;
}

body {
  background-color: #fff5e4;
  position:relative;
}
body::after{
   background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='60' height='60' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f3f0f0ff'/><path d='M6.13-.002.005 6.125v1.059L6.59 13.77l.013-.014 16.243 16.24L6.617 46.23.535 40.15l10.147-10.153L.004 19.318v1.037l9.644 9.641-9.646 9.65v1.03L12.73 53.402l-6.082 6.082-6.127-6.127.014-.015-.533-.531v1.06l6.127 6.127h1.055l6.586-6.584-.012-.012 16.246-16.246L46.236 53.39l-6.082 6.082-10.15-10.15-10.68 10.677h1.033l9.647-9.644 9.646 9.644h1.034l12.722-12.723 6.082 6.082-6.125 6.125-.013-.011-.528.527h1.057l6.123-6.123V52.81l-6.58-6.58-.016.015L37.16 29.996 53.393 13.77l6.082 6.082-10.15 10.144 10.677 10.678v-1.031l-9.647-9.647 9.647-9.64v-1.038L47.279 6.596 53.361.514l6.13 6.127-.016.013.527.53V6.123L53.879-.002h-1.057l-6.586 6.586.014.012-16.244 16.246L13.77 6.607l6.082-6.08 10.153 10.15L40.684-.001H39.65l-9.646 9.647-9.647-9.647h-1.03L6.601 12.723.52 6.64 6.646.514l.012.013.528-.529H6.13zm7.114 7.113 16.76 16.76 16.762-16.76 6.127 6.127-16.764 16.758 16.764 16.762-6.127 6.127-16.76-16.76-16.762 16.76-6.127-6.127 16.758-16.762L7.117 13.238l6.127-6.127z'  stroke-width='1' stroke='none' fill='hsla(47,80.9%,61%,1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    position: absolute;
        opacity: 0.3;
        content:"";
       z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
    }
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-elsie);
  font-size: clamp(1.875rem, 1.6701rem + 0.6557vw, 2.25rem);
}

p,
a,
span {
  font-family: var(--font-worksans);
}

.word_wrap {
  white-space: pre-line;
}

.form-control:focus {
  box-shadow: unset;
}

.custom-container {
  margin-inline: auto;
}
.custom-container-margin {
    margin-left: 26px;
}

.booking--btn {
  background-color: var(--color-maron);
  border-radius: var(--bs-border-radius);
  color: #fff !important;
  padding: 0.6rem 1rem;
}

/* banner default css */
.banner-section {
  height: 600px;
  width: 100%;
  isolation: isolate;

}
.banner-section::after {
  background-color: #0000002e;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-section h1 {
  font-size: clamp(1.875rem, 1.5865rem + 1.5385vw, 3.125rem);
  margin-bottom: 4rem;
}

/* navbar */

.nav_bar_logo{
  margin-top: 0.2rem;
}

.logo-img img {
  width: 150px;
  margin-top: 14px;
  margin-left: 0.8rem;
}
.logo-img.sticky-nav img {
  position: fixed;
  width: 140px;
}

section.nav-bar {
  top: 0;
  background: linear-gradient(0deg, #00000000 0%, #000000 100%);
  padding-block: 14px;
  /* menu */
}
section.nav-bar .form__bg_color {
  /*background-color: rgba(255, 255, 255, 0.8117647059);*/
  border-radius: 0 !important;
}
section.nav-bar .form__bg_color.on-scroll-added {
    background-color: rgb(152 28 33);
}

section.nav-bar form.booking-form .custom-border {
  border: 1px solid var(--color-border);
}
section.nav-bar form.booking-form .custom-border i {
  color: var(--color-maron);
}
section.nav-bar form.booking-form .custom-border ::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
section.nav-bar form.booking-form .custom-border ::placeholder {
  font-size: 14px;
  color: #000;
}
section.nav-bar form.booking-form button.btn_styling {
  background-color: var(--color-maron);
  font-size: 14px;
}
section.nav-bar .navbar-toggle:hover {
  cursor: pointer;
}

.daterangepicker_input svg {
  position: absolute;
  top: 7px;
  left: 5px;
}

#nav--menu {
  position: absolute;
  right: 0;
}
#nav--menu .page-wrapper .sidebar-wrapper,
#nav--menu .sidebar-wrapper .sidebar-brand > a,
#nav--menu .sidebar-wrapper .sidebar-dropdown > a:after,
#nav--menu .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
#nav--menu .sidebar-wrapper ul li a i,
#nav--menu .page-wrapper .page-content,
#nav--menu .sidebar-wrapper .sidebar-menu ul li a,
#nav--menu #show-sidebar,
#nav--menu #close-sidebar {
  transition: all 0.3s ease;
}
#show-sidebar{
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(12%) hue-rotate(171deg) brightness(104%) contrast(100%);
}
#nav--menu .page-wrapper {
  height: 100vh;
}
#nav--menu .page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}
#nav--menu #show-sidebar {
  position: fixed;
  right: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
#nav--menu .page-wrapper.toggled #show-sidebar {
  right: -40px;
}
#nav--menu .sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}
#nav--menu .sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nav--menu .sidebar-wrapper a {
  text-decoration: none;
}
#nav--menu .sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
#nav--menu .sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
}
#nav--menu .sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
#nav--menu .sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
#nav--menu .sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}
#nav--menu .sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
#nav--menu .sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 30px;
}
#nav--menu .sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
#nav--menu .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
#nav--menu .sidebar-wrapper .sidebar-menu .sidebar-dropdown .button-icon {
  width: 43px;
  height: 41px;
  display: grid;
  place-items: center;
  top: 0;
}
#nav--menu .sidebar-wrapper .sidebar-menu .sidebar-dropdown .button-icon:hover {
  color: #fff;
}
#nav--menu .sidebar-wrapper .sidebar-menu .sidebar-dropdown .button-icon:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
}
#nav--menu
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  ul {
  padding: 5px 0;
}
#nav--menu
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  li {
  padding-left: 10px;
  font-size: 16px;
}
#nav--menu .sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
#nav--menu
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  li
  a
  .badge {
  float: right;
  margin-top: 0px;
}
#nav--menu .sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
  transition: all 0.3s ease-in-out;
}
#nav--menu
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown.active
  .button-icon:after {
  transform: rotate(90deg);
  right: 17px;
  color: #fff;
}
#nav--menu .page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
#nav--menu .page-wrapper .page-content > div {
  padding: 20px 40px;
}
#nav--menu .page-wrapper .page-content {
  overflow-x: hidden;
}
#nav--menu ::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
#nav--menu ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#nav--menu ::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
#nav--menu ::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
#nav--menu ::-webkit-scrollbar-thumb:active {
  background: #525965;
}
#nav--menu ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#nav--menu ::-webkit-scrollbar-track:hover {
  background: transparent;
}
#nav--menu ::-webkit-scrollbar-track:active {
  background: transparent;
}
#nav--menu ::-webkit-scrollbar-corner {
  background: transparent;
}
#nav--menu .chiller-theme .sidebar-wrapper {
  background: #fff5e4;
}
#nav--menu .chiller-theme .sidebar-wrapper .sidebar-brand > a,
#nav--menu .chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
  color: #000000;
  font-size: 18px;
}
#nav--menu .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
#nav--menu
  .chiller-theme
  .sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown.active
  > a,
#nav--menu .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover {
  color: #000000;
}
#nav--menu .page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000000;
}
#nav--menu .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #000000;
}
#nav--menu .sidebar-menu ul.sub-menu li,
#nav--menu .sidebar-menu ul li {
  transition: all 0.3s ease-in-out;
}
#nav--menu .sidebar-menu ul li:hover {
  background-color: var(--color-maron);
}
#nav--menu .sidebar-menu ul li:hover a {
  color: #fff !important;
}
#nav--menu .sidebar-menu ul.sub-menu li:hover {
  background-color: #600a0c;
}

.navbar_sticky.postion--right {
  right: 1.1% !important;
  transition: all 0.5s ease-in-out;
}

/* navbar end */
/* home page slider */
.homepage_slider figure img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage_slider figure figcaption {
  bottom: 38px;
}
@media (min-width:1200px){
    .homepage_slider {
    position: relative;
}

.homepage_slider::after {
content: "";
background: url("../../image/bells.png") center right no-repeat;
top: 100%;
position: absolute;
position: absolute;
width: 181px;
height: 215px;
background-size: 80px;
animation: bell-sway 3.2s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
transform-origin: top center;
z-index:1;
}
}


@keyframes bell-sway {
    0% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



.homepage_slider .owl-nav {
  position: absolute;
  z-index: 9999;
  top: 50%;
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}
.homepage_slider .owl-nav i {
  background-color: var(--color-maron);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;

  display: grid;
  align-items: center;

  padding: 10px;
}

/* home page slider end */
/* homepage article */
.article-section .article_content {
  padding-top: 10rem;
}
.article-section .article_content h1 {
  max-width: 812px;
}
.article-section .article_content p {
  max-width: 447px;
}
.article-section .accomodation {
  max-width: 736px;
}
.article-section::after {
  content: "";
  background: url(../../image/heritage.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 250px;
  background-size: 600px;
  position: absolute;
  opacity: 0.3;
}

.color-filter {
  filter: brightness(0) saturate(100%);
}

/*offer image*/
.offer-image {
  right: 3%;
  top: -8.4rem;
}
.offer-image img {
  width: 253px;
}

/* homepage article end */
/* home package room */
.home-room-package .swiper {
  width: 100%;
  height: 100%;
}
.home-room-package .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-room-package .swiper-slide {
  width: 70%;
}
.home-room-package .swiper-slide .caption-title {
  opacity: 0;
}
.home-room-package .swiper-slide:nth-child(2n) {
  width: 70%;
}
.home-room-package .swiper-slide-active figure .caption-title {
  opacity: 1;
}
.home-room-package .button_wrapper {
  bottom: 80px;
  width: 160px;
  right: 24px;
}
.home-room-package .button_wrapper .swiper-button-next:after,
.home-room-package .button_wrapper .swiper-button-prev:after {
  display: none;
}
.home-room-package .button_wrapper .swiper-pagination {
  bottom: -12px;
}

/* home package room end */
/* bell package */
.bell_packge {
  background-color: var(--color-maron);
  padding-block: 11rem;
}
.bell_packge p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 7em;
}
.bell_packge .tmple-package figcaption p {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-yellow);
}

/* bell package end */
/* wellness spa */
.wellnes-section {
  background: linear-gradient(
    90deg,
    rgb(116, 226, 215) 0%,
    rgb(229, 220, 205) 100%
  );
}
.wellnes-section .wellness_position {
  top: 52px;
}
.wellnes-section .wellness-height img {
  margin-top: -81px;
  width: 1063px;
}

/* wellness spa  end*/
/* hall slider */
.hall-section {
  position: relative;
}
.hall-section .owl-carousel-hall img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hall-section .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.hall-section .owl-carousel-hall .owl-nav {
  display: flex;
  gap: 10px;
}
.hall-section button {
  display: grid;
  place-items: center;
}
.hall-section button i {
  background-color: var(--color-maron);
  border-radius: 100%;
  color: #fff;
  padding: 10px;
  height: 50px;
  font-size: 20px;
  width: 50px;

  display: grid;
  place-items: center;
}

/* hall slider end */
/* footer section */
.footer-section {
  background: url(../../image/pot.png) bottom center no-repeat; 
   
    background-size: 450px;
    position: relative;
    z-index: 1;
    bottom: 1px;
}
.footer-section svg {
  font-size: 24px;
}
.footer-section .footer_height {
  height: 42rem;
  padding-top: 8rem;
}
.footer-section::after {
  position: absolute;
  content: "";
  background: url(../../image/footer-ballon.png) top right no-repeat;
  right: 30px;
  top: -70px;
  background-size: 163px;
  width: 172px;
  height: 39%;
}
.footer-section::before {
  position: absolute;
  content: "";
  background: url(../../image/parschute.png) top left no-repeat;
  left: -47px;
  top: 33px;
  background-size: 233px;
  width: 269px;
  height: 39%;
  z-index: -1;
}
.footer-section ul li {
  line-height: 2;
}
.footer-section ul li a {
  color: #000;
}
.footer-section .copyright {
  /*border-top: 1px solid rgb(43, 43, 43);*/
  padding-block: 1.7rem;
}
.footer-section .inquiry_btn_home {
  border: 1px solid var(--color-maron);
  color: var(--color-maron);
}
.footer-section .footer_height {
  height: 39rem;
  padding-top: 10rem;
}
.footer-section .footer-fonts ul li {
  line-height: 2.2;
}
.footer-section .footer-fonts ul li a {
  font-family: var(--font-messiri);
  font-size: 24px;
}

/* footer section end */
/* luxuries */
.luxuries-wrapper {
  margin-top: 6rem;
}

.hall_swiper .swiper {
  width: 100%;
  height: 100%;
}
.hall_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hall_swiper figcaption h4 {
  font-size: clamp(1.5625rem, 1.4038rem + 0.8462vw, 2.25rem);
  padding-block: 1rem;
  opacity: 0;
  padding-left: 10px;
  a{
      font-family:var(--font-elsie);
  }
}
.hall_swiper .swiper-slide-active figcaption h4,
.hall_swiper .swiper-slide-next figcaption h4 {
  opacity: 1;
  font-size: 28px;
}
.hall_swiper .button_wrapper {
  bottom: 69px;
  width: 140px;
  right: 14px;
}
.hall_swiper .button_wrapper .swiper-button-next:after,
.hall_swiper .button_wrapper .swiper-button-prev:after {
  display: none;
}
.hall_swiper .button_wrapper .swiper-pagination {
  bottom: -12px;
}
.hall_swiper .swiper-slide img {
  height: 497px;
}

/* luxuries end */
/* about us */
/* .aboutus-bg-img {
  background: url("../../image/about.jpg") no-repeat center/cover;
} */

/* about us  end*/
/* facilities */
/* .facilities-bg-image {
  background: url("../../image/facilities.jpg") no-repeat center/cover;
} */

/* contact page */
/* .contact-img {
  background: url("../../image/contact.jpg") no-repeat center/cover;
} */

.contact__us_wrapper {
  /* form section */
  
}
.contact__us_wrapper .contact-form {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  font-family: var(--font-worksans);
}
.contact__us_wrapper .form-title {
  font-family: var(--font-elsie);
  text-align: left;
  margin-bottom: 30px;
  color: rgb(153, 0, 0);
}
.contact__us_wrapper .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact__us_wrapper input,
.contact__us_wrapper textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s;
}
.contact__us_wrapper input:focus,
.contact__us_wrapper textarea:focus {
  border-color: rgb(153, 0, 0);
  outline: none;
  box-shadow: 0 0 0 2px rgba(153, 0, 0, 0.1);
}
.contact__us_wrapper textarea {
  resize: none;
  min-height: 150px;
}
.contact__us_wrapper label {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s;
  background-color: white;
  padding: 0 5px;
}
.contact__us_wrapper input:not(:-moz-placeholder-shown) + label,
.contact__us_wrapper textarea:not(:-moz-placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: rgb(153, 0, 0);
  background-color: white;
}
.contact__us_wrapper input:focus + label,
.contact__us_wrapper textarea:focus + label,
.contact__us_wrapper input:not(:placeholder-shown) + label,
.contact__us_wrapper textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: rgb(153, 0, 0);
  background-color: white;
}
.contact__us_wrapper .submit-btn {
  background-color: rgb(153, 0, 0);
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.contact__us_wrapper .submit-btn:hover {
  background-color: rgb(180, 0, 0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact__us_wrapper .submit-btn:active {
  transform: scale(0.98);
}
.contact__us_wrapper .submit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact__us_wrapper .submit-btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.contact__us_wrapper .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact__us_wrapper .info-content h3 {
  margin: 0 0 5px 0;
  color: #333;
}
.contact__us_wrapper .info-content p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}
.contact__us_wrapper .contact_information ul li {
  background-color: #f9eacf;
  padding: 2rem;
  width: 20rem;
  font-size: 20px;
  border-radius: 8px;
}
.contact__us_wrapper .contact_information ul li svg {
  font-size: 40px;
  color: var(--color-maron);
}
.contact__us_wrapper a {
  color: #666;
}
.contact__us_wrapper .google_map iframe {
  height: 720px;
}

/* contact page end */
.facilities_wrapper .facilities_icons img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(1219%)
    hue-rotate(229deg) brightness(74%) contrast(72%);
}
.facilities_wrapper .facilities_icons span {
  font-weight: 500;
  min-height: 50px;
}
.facilities_wrapper .facilities_icons .facilities_bg_color {
  background-color: #f6e8d1;
  padding: 2rem 1.8rem;
  min-height: 250px;
}

/* facilities end */
/* room listing */
/* contact page */
/* .room-listing-img {
  background: url("../../image/Room1.jpg") no-repeat center/cover;
} */

.dining-listing-img {
  background: url("../../image/Dine.jpg") no-repeat center/cover;
}

.meeting-listing-img {
  background: url("../../image/slide1.jpg") no-repeat center/cover;
}

/* .gallery-bg-img {
  background: url("../../image/gallery.jpg") no-repeat center/cover;
} */

.room_listing-wrapper .room_details h1 a,
.dining_listing-wrapper .room_details h1 a,
.meeting_listing-wrapper .room_details h1 a {
  font-family: var(--font-elsie) !important;
}
.room_listing-wrapper .room_details p,
.dining_listing-wrapper .room_details p,
.meeting_listing-wrapper .room_details p {
  line-height: 1.9;
  max-height: 148px;
}
.room_listing-wrapper img,
.dining_listing-wrapper img,
.meeting_listing-wrapper img {
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.room_listing-wrapper a:link,
.room_listing-wrapper a,
.dining_listing-wrapper a:link,
.dining_listing-wrapper a,
.meeting_listing-wrapper a:link,
.meeting_listing-wrapper a {
  color: #000;
}

/* room listing end */
/* gallery */
.gallery_wrapper{
  margin-bottom: 20px;
}

.gallery_wrapper .image_gallery .element-item {
  margin-bottom: 30px;
}

.gallery_wrapper .image_gallery img {
    width: 100%;

}

.gallery_wrapper button {
  background: unset;
  border: none;
  transition: all 0.1s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.gallery_wrapper button.active {
  background-color: var(--color-maron);
  padding: 0.5rem 1rem;
  color: #fff;
}

/* gallery end */
/* inner page */
.room-slider .item {
  height: 100vh;
}
.room-slider .item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.room-slider .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.room-slider .owl-nav i {
  background-color: rgba(255, 253, 253, 0.2901960784) !important;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
}

/* room amenities */
.room_details .room_amenities .room__icons,
.dining_details .room_amenities .room__icons {
  background-color: #f6e8d1;
  padding: 2rem 1.8rem;
}
.room_details .room_amenities .room__icons img,
.dining_details .room_amenities .room__icons img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(1219%)
    hue-rotate(229deg) brightness(74%) contrast(72%);
}
.room_details .room_amenities .room__icons p,
.dining_details .room_amenities .room__icons p {
  margin-bottom: 0;
}
.room_details .room-side,
.dining_details .room-side {
  background: rgb(152, 28, 32);
  background: linear-gradient(
      180deg,
      rgba(152, 28, 32, 0.81) 0%,
      rgba(152, 28, 32, 0.82) 100%
    ),
    url(../../image/temple.png) center center no-repeat;
  background-color: var(--color-maron);
  outline: 2px solid white;
  outline-offset: -30px;
  background-size: auto 100%;
}

.other--rooms h5 a {
  font-family: var(--font-elsie) !important;
  color: #212529;
}

.owl-other-rooms .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-other-rooms p.card-text {
  max-height: 74px;
  overflow: hidden;
}

/* room amenities end */
/* dining and hall*/
.dining_details table * {
  background: transparent !important;
}
.dining_details table img{
  filter: brightness(0) saturate(100%) invert(20%) sepia(58%) saturate(3051%) hue-rotate(339deg) brightness(74%) contrast(100%);
}
.dining_details table tr th,
.dining_details table tr td {
  padding: 15px;
}

/* dining end */
/* hall section */
.table_wrapper table img {
  width: 90px;
  display: block;
  margin-bottom: 1rem;
  margin-inline: auto;
}

/* hall section end */
/* inner page end */
/* animation end */
/* 2moro need to remvoed */
/*#booking_form {
  display: none;
}

section.nav-bar .form__width_home {
  width: unset !important;
}

section.nav-bar .form__width_home {
  width: unset !important;
  padding: 4px !important;
}
*/
/* 2moro need to remvoed */
@media (min-width: 576px){
  .custom-container {
    width: calc(100vw - 12%);
  }
  .facilities_wrapper .facilities_icons .facilities_bg_color {
  min-height: 250px;
}
}@media screen and (min-width: 768px){
  #nav--menu .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}@media (min-width: 992px){
  .custom-container {
    width: calc(100vw - 14%);
  }
}@media (min-width: 1300px){
  section.nav-bar .form__width_home {
    width: 494px;
  }
}@media (max-width: 1300px){
  section.nav-bar form.booking-form .form-lg-hide {
    display: none !important;
  }
  section.nav-bar form.booking-form button.btn_styling.rounded_all_lg {
    border-radius: 0.25rem !important;
  }
  .homepage_slider figure img {
    height: 60vh;
  }
  .article-section .article_content {
    padding-top: 0;
  }
  .article-section .article_content p {
    max-width: 100%;
  }
  .article-section::after {
    opacity: 0.1;
  }
  .article-section .article_bg {
    position: static !important;
  }
  .article-section .position-sm-static {
    position: static !important;
  }
  .bell_packge {
    padding-block: 6rem;
  }
  .wellnes-section .wellness-height img {
    margin-top: 0;
    width: 806px;
  }
  .footer-section::after {
    display: none;
  }
  .footer-section::before {
    display: none;
  }
  .footer-section .footer_height {
    min-height: 490px;
    height: 100%;
    padding-block: 5rem;
  }
  .luxuries-wrapper {
    margin-top: 6rem;
  }
  .contact__us_wrapper .contact_information ul li {
    padding: 2.4rem;
    width: 18rem;
    font-size: 18px;
  }
}
@media (max-width: 992px){
  .logo-img img {
    width: 150px;
  }
  .luxuries-wrapper {
    margin-top: 3rem;
  }
  .hall_swiper .swiper-slide img {
    height: 300px;
  }
  .facilities_wrapper .facilities_icons img {
    width: 70px;
  }
  .facilities_wrapper .facilities_icons .facilities_bg_color {
    padding: 1.5rem;
  }
  .facilities_wrapper .facilities_icons .row-gaping-only .facilities-grow {
    flex: 1 0 auto;
    text-align: center;
  }

  .room--features-info {
    padding-block: 5rem;
  }
  .room-slider .item {
    height: 50vh;
  }
  .room_details .room_amenities .room__icons,
  .dining_details .room_amenities .room__icons {
    flex: 1 0 auto;
  }
}@media (max-width: 904px){
  .article-section .article_content h1 {
    max-width: 100%;
  }
  .article-section .article_content p {
    max-width: 100%;
  }
}@media (max-width: 767px){
  .word_wrap {
    white-space: normal;
  }
  section.nav-bar .form__bg_color {
    padding: 4px !important;
    right: 10px !important;
  }
  .offer-image {
    position: static !important;
    display: none;
  }
  .offer-image img {
    width: 50%;
  }
  .bell_packge {
    padding-block: 5rem 2rem;
  }
  .wellnes-section .wellness-height img {
    width: 100%;
  }
  .gallery_wrapper button {
    flex: 1 0 auto;
  }
}@media (max-width: 576px){
  .custom-container {
    width: calc(100vw - 10%);
  }
  .banner-section h1 {
    bottom: 10%;
  }
  .banner-section {
    height: 350px;
  }
  .logo-img img {
    width: 130px;
  }
  .article-section .article_content {
    padding-top: 2rem;
  }
  .home-room-package .button_wrapper {
    display: none;
  }
  .wellnes-section .wellness_position {
    position: static !important;
  }
  .hall-section button i {
    height: 35px;
    font-size: 16px;
    width: 35px;
  }
  .footer-section .copyright {
    padding-block: 1rem;
  }
  .footer-section .footer_height {
    padding-block: 2.2rem;
  }
  .footer-section .footer-fonts ul li a {
    font-size: 20px;
  }
  .luxuries-wrapper {
    margin-top: 1.5rem;
  }
  .hall_swiper .button_wrapper {
    display: none;
  }
  .contact__us_wrapper .contact_information ul li {
    flex: 1 0 auto;
    padding: 2.4rem 1rem;
    width: 100%;
  }
  .contact__us_wrapper .contact_information ul li svg {
    font-size: 30px;
  }
  .contact__us_wrapper .google_map iframe {
    height: 300px;
  }
  .facilities_wrapper .facilities_icons span {
    font-size: 14px;
  }
  .contact-form {
    padding: 20px;
  }
  #frm-booking table *{
    font-size: 14px !important;
}
}

.modal-dialog.square{
    max-width: 700px;
    .carousel-item{
        img{
     height: 500px;
    width: 100%;
        }
    }
}

.modal-dialog.horizontal{
    max-width: 900px;
    .carousel-item{
        img{
     height: 400px;
    width: 100%;
        }
    }
}

.modal-dialog.vertical{
    max-width: 400px;
    .carousel-item{
        img{
     height: 400px;
    width: 100%;
        }
    }
}

.whats_app {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 24px;
    display: grid;
    place-items: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.whatsapp_img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* New css */
.sub_title{
    font-size: 28px;
  }

.ul_font{
  font-family: var(--font-worksans);
}

.room_info p{
  /*padding-right: 70px;*/
  text-align: justify;
}

.room_info li{
  font-family: var(--font-worksans);
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.popup-content {
  background: #fff;
  border-radius: 10px;
  max-height: 90vh;
  height: auto;
  overflow-y: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}

.popup-content img {
  max-height: 90vh;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.scrol_btn{
  position: fixed;
  bottom: 139px;
  right: 24px;
  z-index: 1000;
  background-color: #981c21;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
}


/* .icon_flex{
  display: flex;
  align-items: flex-start;
} */


.booking--btn.form--btn-styling {
	background-color: var(--color-maron);
}
.booking--btn.form--btn-styling:hover {
	background-color: #6d1417;
}
.gallery-inner {
	padding: 3rem 0;
}
.gallery-inner .share-social {
	flex-wrap: wrap;
}
.gallery-inner .share-social a {
	font-weight: 500;
	font-size: 1rem;
	transition: all 0.3s ease;
}
.gallery-inner .share-social a i {
	font-size: 1.2rem;
}
.gallery-inner .share-social a:hover {
	transform: translateY(-2px);
}
.gallery-inner .offer-detail3 h2 {
	font-weight: 700;
	margin-bottom: 1rem;
}
.gallery-inner form .card {
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.05);
}
.gallery-inner form .form-control, .gallery-inner form .form-select, .gallery-inner form textarea {
	min-height: 48px;
	border-radius: 0.5rem;
	transition: border-color 0.3s ease;
}
.gallery-inner form .form-control:focus, .gallery-inner form .form-select:focus, .gallery-inner form textarea:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.gallery-inner form .btn {
	border-radius: 0.5rem;
}
.gallery-inner ::placeholder {
	font-size: 14px;
	font-weight: 500;
}
.dynamic-form-wrapper .table thead th {
	background-color: #f8f9fa;
	font-weight: 600;
}
.dynamic-form-wrapper .table tbody tr.parent td {
	vertical-align: middle;
}
.dynamic-form-wrapper .table tbody tr.parent td .form-check input[type="radio"] {
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
}
.dynamic-form-wrapper .table tbody tr.parent td input[type="text"] {
	text-align: center;
}
.multi-form-wrapper .table thead th {
	background-color: #f8f9fa;
	font-weight: 600;
}
.multi-form-wrapper .table tbody tr.parent td {
	vertical-align: middle;
}
.multi-form-wrapper .table tbody tr.parent td .form-check input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
}
.multi-form-wrapper .table tbody tr.parent td input[type="number"] {
	text-align: center;
}
.multi-form-wrapper .table tbody tr.parent td .row_total {
	font-weight: 500;
}
.multi-form-wrapper .table tbody .gtotal {
	font-weight: 500;
}
 .multi-form-wrapper  td:has(input[name *="no_pax"]){
   width: 100px;
}

 .dynamic-form-wrapper{
     td:has(input[name *="no_pax"]){
   width: 170px;
}
}

 
@media (min-width:767px){
.exlusive__offer img{
max-height: 550px;
object-fit: fill;
object-position: center;
}
.Configure-quickBook-Widget.highlight-book-now {
position: fixed;
bottom: 0;
z-index: 9;
width: 100%;
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
}


@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

.Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch{
    max-width:100% !important;
    background: #fff5e4 !important;
}

@media (min-width: 1200px) {
    .luxuries-wrapper, .hall-section {
        position: relative;
    }
    .luxuries-wrapper::after {
        content: "";
        background: url("../../image/animal.png");
        background-repeat: no-repeat;
        position: absolute;
        top: -118px;
        background-size: 217px;
        width: 244px;
        height: 320px;
        right: 60px;
        /*animation: customAni 2s ease 0s infinite normal none;*/
    }
        .hall-section::after {
        content: "";
        background: url(../../image/ommane.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 1px;
        background-size: 170px;
        width: 224px;
        height: 360px;
        left: 0;
        /*animation: customAni 2s ease 0s infinite normal none;*/
    }

}

@keyframes customAni {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}





/*new added testimonial*/
@charset "UTF-8";
.testimonial--section {
    color: #fff;
    top: 207px;
    right: 20px;
}
.testimonial--section .slide__info {
    max-width: 500px;
    padding: 20px;
    background-color: rgb(8 6 6 / 46%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 27%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.29);
}
.testimonial--section .testi__info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 5.2em;
}
.testimonial--section .rating svg{
        color: #ffd700;
        text-shadow: 3px 3px 4px #949494;
}

.phone_contact {
    bottom: 79px;
    z-index: 9;
    font-size: 28px;
    position: fixed;
    z-index: 999;
    right: 24px;
    display: grid;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #981c21;
    display: grid;
    place-items: center;
    animation: heartbeat-normal 1s ease 0s infinite normal none;
    color: #fff;
}
.phone_contact a {
    color: #ffffff;
}
@keyframes heartbeat-normal {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
