@font-face {
  font-family: "AltaCaption";
  src: url("../fonts/Alta_caption.otf") format("opentype");
}
/*works*/
/* @font-face {
  src: url('CodecWarmTrial-Regular.ttf') format('truetype');
} */
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-9ptRegular.ttf") format("truetype");
}
/* @font-face {
  src: url('HelveticaNeue.woff') format('woff');
} */
/* @font-face {
  src: url('SeekerBold.otf') format('opentype');
} */
:root {
  /* font */
  --font-alta: "AltaCaption", sans-serif;
  --font-dmsans: "DMSans", sans-serif;
  /* color */
  --color-olive-green: #5b695e;
  --color-beige: #d5d0c5;
  --color-olive-green-hover: #505f53;
  --color-beige-hover: #f8f4eb;
  --color-olive-green-hover: #505f53;
  --color-slate-blue: #364673;
  --color-tan: #d5c4ac;
  --color-burgundy: #5b1334;
  --color-pale-gold: #e8cda1;
  --image-overlay-filter-yellow: brightness(0) saturate(100%) invert(98%)
    sepia(6%) saturate(696%) hue-rotate(325deg) brightness(89%) contrast(86%);
  --image-overaly-green: brightness(0) saturate(100%) invert(40%) sepia(23%)
    saturate(203%) hue-rotate(81deg) brightness(92%) contrast(92%);
}

.daterangepicker.ltr {
  direction: ltr;
  text-align: left;
  width: 494px;
  position: fixed;
  top: 103px !important;
}

html {
  font-size: 16px;
  color: #000;
}

body {
  /*background-color: #fff5e4;*/
  background-color: #f7f5f0;
    overflow-x: hidden;

}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: clamp(1.875rem, 1.6701rem + 0.6557vw, 2.25rem);
  font-family: var(--font-alta);
  font-weight: 600;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

p:empty {
  display: none;
}

p,
a,
span,
button,
input,
textarea,
small {
  font-family: var(--font-dmsans) !important;
}

.word_wrap {
  white-space: pre-line;
}

.form-control:focus {
  box-shadow: unset;
}

.custom-container {
  margin-inline: auto;
}

.custom-container-margin {
  margin-left: 26px;
}

.section-padding-top_bottom {
  padding-block: 6rem;
}

.booking--btn {
  background-color: #5b695e;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.booking--btn:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}

/* banner default css */
.banner-section {
  height: 50vh;
  width: 100%;
  isolation: isolate;
}

.banner-section.offer-banner-50, .banner-section.blog-bg-img {
  height: 60vh;
}

.banner-section::after {
  background: linear-gradient(
    177deg,
    rgb(44, 43, 43) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  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;
  color: #fff;
}

/* navbar */
.book__now {
  background-color: var(--color-beige);
  color: rgb(43.6428571429, 50.3571428571, 45.0816326531);
  padding: 10px 15px;
  max-width: 164px;
}

.nav-item.actve {
  border-bottom: 1px solid var(--color-beige);
}

.navbar--wrapper {
  position: absolute;
  width: 100%;
  z-index: 11;
  top: 10px;
}
.navbar--wrapper #navbar--navigation li {
  position: relative;
}
.navbar--wrapper #navbar--navigation li::after {
  position: absolute;
  border-bottom: 1px solid rgb(255, 255, 255);
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.hamburger--icons {
	right: 40px;
	top: 15px;
}
#side-navbar {
	width: 290px;
}
#side-navbar .offcanvas-header {
	background: var(--color-olive-green);
}
#side-navbar .offcanvas-header button.btn-close {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#side-navbar .offcanvas-body {
	background: #93d1a026;
}
#side-navbar .navbar-nav li {
	padding-left: 10px;
	transition: all 0.3s ease-in-out;
}
#side-navbar .navbar-nav li:hover {
	background-color: #d8f9dfe6;
}
#side-navbar .navbar-nav li {
    padding-left: 23px;
    padding-block: 0.5rem;
    transition: all 0.3s ease-in-out;
}
#side-navbar .navbar-nav li:not(:last-child){
        border-bottom: 1px solid #d2c9c947;

}
#side-navbar .navbar-nav .nav-item{
    margin-bottom:0;
}

.navbar--wrapper #navbar--navigation li:hover::after {
  position: absolute;
  border-bottom: 1px solid rgb(255, 255, 255);
  content: "";
  bottom: 0;
  transform: scaleX(0.9);
  left: 0;
}
.navbar--wrapper #navbar--navigation li a {
  color: #fff;
  letter-spacing: 0.9px;
}

.navbar--wrapper .dropdown-menu.show {
  background-color: rgba(213, 208, 197, 0.9);
  padding-bottom: 0;
  padding-top: 0;
  top: 42px;
  border: none;
  border-radius: 0;
}
.navbar--wrapper .dropdown-menu.show li {
  padding-block: 8px;
  transition: all 0.3s ease-in-out;
}
.navbar--wrapper .dropdown-menu.show li:not(:last-child) {
  border-bottom: 1px solid var(--color-beige-hover);
}
.navbar--wrapper .dropdown-menu.show li a {
  color: #000 !important;
}
.navbar--wrapper .dropdown-menu.show li:hover {
  background-color: var(--color-beige-hover);
}
.navbar--wrapper .dropdown-menu.show li:hover a {
  color: #000 !important;
}
.navbar--wrapper .dropdown-menu.show .dropdown-item:focus,
.navbar--wrapper .dropdown-menu.show .dropdown-item:hover {
  background-color: unset;
}

.navbar--wrapper.scroll-down .dropdown-menu.show,
.navbar--wrapper.scroll-up .dropdown-menu.show {
  background-color: rgba(91, 105, 94, 0.9);
}
.navbar--wrapper.scroll-down .dropdown-menu.show li,
.navbar--wrapper.scroll-up .dropdown-menu.show li {
  padding-block: 8px;
  transition: all 0.3s ease-in-out;
}
.navbar--wrapper.scroll-down .dropdown-menu.show li:not(:last-child),
.navbar--wrapper.scroll-up .dropdown-menu.show li:not(:last-child) {
  border-bottom: 1px solid var(--color-beige-hover);
}
.navbar--wrapper.scroll-down .dropdown-menu.show li a,
.navbar--wrapper.scroll-up .dropdown-menu.show li a {
  color: #ffffff !important;
}
.navbar--wrapper.scroll-down .dropdown-menu.show li:hover,
.navbar--wrapper.scroll-up .dropdown-menu.show li:hover {
  background-color: var(--color-beige-hover);
}
.navbar--wrapper.scroll-down .dropdown-menu.show li:hover a,
.navbar--wrapper.scroll-up .dropdown-menu.show li:hover a {
  color: #000 !important;
}

.daterangepicker_input svg {
  position: absolute;
  top: 7px;
  left: 5px;
}

/* navbar end */
/* home page slider */
.homepage_slider figure img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-carousel {
  position: relative;
  isolation: isolate;
}
.slider-carousel::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    177deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 0;
  z-index: 1;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.homepage_slider figure figcaption {
  bottom: 38px;
}

.homepage_slider h2 {
  color: #fff;
}

.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-beige);
  color: rgb(43.6428571429, 50.3571428571, 45.0816326531);
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  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 h3,
.home-room-package p {
  color: var(--color-olive-green);
}
.home-room-package .home-room-list a h2,
.home-room-package .home-room-list ul.ul_font li {
  color: var(--color-olive-green);
}

.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: 50%;
}

.home-room-package .swiper-slide .caption-title {
  opacity: 0;
}

.home-room-package .swiper-slide:nth-child(2n) {
  width: 50%;
}

.home-room-package .swiper-slide-active figure .caption-title {
  opacity: 1;
}

.home-room-package .button_wrapper {
  bottom: 56px;
  width: 160px;
  right: 24px;
}
.home-room-package .button_wrapper * {
  color: var(--color-olive-green);
}

.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, #74e2d7 0%, #e5dccd 100%);
}

.wellnes-section .wellness_position {
  top: 52px;
}

.wellnes-section .wellness-height img {
  margin-top: -81px;
  width: 1063px;
}

/* wellness spa  end*/
/* hall slider */
.hall-bg-pattern {
  position: relative;
}

.hall-bg-pattern .owl-carousel-hall img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.owl-carousel-hall .item img {
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hall-bg-pattern .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.hall-bg-pattern .owl-carousel-hall .owl-nav {
  display: flex;
  gap: 10px;
}

.hall-bg-pattern button i {
  background-color: var(--color-beige);
  border-radius: 100%;
  color: rgb(43.6428571429, 50.3571428571, 45.0816326531);
  padding: 10px;
  font-size: 20px;
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}

/* hall slider end */
/* footer section */
.footer-section {
  background-color: rgba(91, 105, 94, 0.9);
  position: relative;
  isolation: isolate;
}

.footer-section::after {
  background: url(../../sadan-image/sadan--texture.png) center center repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  opacity: 0.2;
  z-index: -1;
  background-size: 100%;
}

.footer-section svg {
  font-size: 24px;
}

.footer-section .footer_height {
  padding-top: 8rem;
}

/*.footer-section ul li {*/
/*  line-height: 2.5;*/
/*}*/
.footer-section ul li a {
  color: #fff;
}

.footer-section .copyright {
  border-top: 1px solid var(--color-beige);
  padding-block: 1.7rem;
  color: #fff;
}

.footer-section .inquiry_btn_home {
  border: 1px solid var(--color-maron);
  color: #fff;
}

.footer-section .footer_height {
  padding-block: 4.3rem 2rem;
}

.footer-section .footer-fonts ul li {
  line-height: 1;
  margin-bottom: 16px;
}

.footer-section .footer-fonts ul li a {
  font-size: 18px;
}

.footer--menu ul li {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer--menu ul li::before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-beige);
  left: -20px;
}

.footer--menu ul li:hover {
  margin-left: 3px;
}

ul.footer__contact_info li {
  display: flex;
  margin-bottom: 1.1rem;
}
ul.footer__contact_info li *,
ul.footer__contact_info li a svg {
  color: #fff;
}

ul.footer__contact_info li span a {
  white-space: nowrap;
}

.footer__contact_info li {
  letter-spacing: 1.3px !important;
}

/* footer section end */
/* luxuries */
.hall_swiper {
  width: 100%;
  height: 100%;
}
.hall_swiper .button_wrapper i,
.hall_swiper .button_wrapper .swiper-pagination *,
.hall_swiper .button_wrapper .swiper-pagination {
  color: var(--color-olive-green);
}

.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;
}

.hall_swiper .swiper-slide-active figcaption h4,
.hall_swiper .swiper-slide-next figcaption h4 {
  opacity: 1;
  font-size: 28px;
}

.hall_swiper .button_wrapper {
  bottom: 47px;
  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: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}

.contact__us_wrapper .form-title {
  text-align: left;
  margin-bottom: 30px;
  color: var(--color-olive-green);
}

.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: #990000;
  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: #990000;
  background-color: white;
}

.contact__us_wrapper input:not(:-moz-placeholder-shown) + label,
.contact__us_wrapper textarea:not(:-moz-placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #990000;
  background-color: white;
}

.contact__us_wrapper input:not(:-moz-placeholder-shown) + label,
.contact__us_wrapper textarea:not(:-moz-placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: var(--color-olive-green);
  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: var(--color-olive-green);
  background-color: white;
}

.contact__us_wrapper .submit-btn {
  background-color: #5b695e;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: auto;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.contact__us_wrapper .submit-btn:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}

.contact__us_wrapper .submit-btn:active {
  transform: scale(0.98);
}

.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: #ffffff;
  padding: 2rem;
  width: 22rem;
  font-size: 18px;
  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: 379px;
}

.color-maron {
  color: var(--color-maron);
}

/* contact page end */
.facilities_wrapper p {
  color: var(--color-olive-green);
}

.facilities_wrapper .facilities_icons img {
  width: 60px;
  filter: var(--image-overaly-green);
}

.facilities_wrapper .facilities_icons span {
  font-weight: 500;
}

.facilities_wrapper .facilities_icons .facilities_bg_color {
  padding: 2rem 1.8rem;
  box-shadow: 3px 0px 33px 4px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 3px 0px 33px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 3px 0px 33px 4px rgba(0, 0, 0, 0.03);
}
.facilities_wrapper .facilities_icons .facilities_bg_color span {
  color: var(--color-olive-green);
}

/* 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;
} */
.dining_listing-wrapper .room_details p,
.meeting_listing-wrapper .room_details p {
  line-height: 1.9;
  max-height: 148px;
}

.accommodation-bg,
.dining__background {
  background-color: #fffcf3;
}

.room_listing-wrapper .room_details p {
  color: var(--color-olive-green);
}

.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 h1 a:link,
.room_listing-wrapper h1 a,
.dining_listing-wrapper h1 a:link,
.dining_listing-wrapper h1 a,
.meeting_listing-wrapperh1 a:link,
.meeting_listing-wrapper h1 a {
  font-family: var(--font-alta) !important;
  color: var(--color-olive-green);
}

.explore--btn {
  color: var(--color-olive-green);
}

/* 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;
  color: var(--color-olive-green);
}

.gallery_wrapper button.active {
  background-color: var(--color-olive-green);
  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 {
  padding: 15px;
}

.room_details .room_amenities .room__icons img,
.dining_details .room_amenities .room__icons img {
  width: 60px;
  filter: var(--image-overaly-green);
}

.room_details .room_amenities .room__icons p,
.dining_details .room_amenities .room__icons p {
  margin-bottom: 0;
  color: var(--color-olive-green);
}

.dining_info * {
  color: var(--color-olive-green);
}

.other--rooms h5 a {
  color: var(--color-olive-green);
  font-family: var(--font-alta) !important;
}

.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;
  color: var(--color-olive-green);
}
.owl-other-rooms p.card-text + .booking--btn {
  background-color: var(--color-olive-green);
  /*color: var(--color-beige) !important;*/
}
.owl-other-rooms p.card-text + .booking--btn:hover {
  background-color: var(--color-olive-green-hover);
  color: #fff !important;
}

/* 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;
  color: var(--color-olive-green);
  border-bottom: 1px solid rgb(80, 80, 80);
}

/* 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 */
.modal-dialog.square {
  max-width: 700px;
}

.modal-dialog.square .carousel-item img {
  height: 500px;
  width: 100%;
}

.modal-dialog.horizontal {
  max-width: 900px;
}

.modal-dialog.horizontal .carousel-item img {
  height: 400px;
  width: 100%;
}

.modal-dialog.vertical {
  max-width: 400px;
}

.modal-dialog.vertical .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;
  transition: all 0.5s;
}

/* New css */
.sub_title {
  font-size: 28px;
}

.room_info > ul {
  color: var(--color-olive-green);
}
.room_info > ul p {
  padding-right: 70px;
  text-align: justify;
}

.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;
  -o-object-fit: contain;
  object-fit: contain;
}

.scrol_btn {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 1000;
  background-color: var(--color-olive-green);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
}

/* .icon_flex{
  display: flex;
  align-items: flex-start;
} */
.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;
}
.blog-detail-page  .share-social{
        background: #fffdfa;
    max-width: 194px;
    padding: 9px 18px;
    border-radius: 26px;
}
.gallery-inner .share-social a i {
  font-size: 1.2rem;
}
.title--container + p{
    margin-top:20px;
}
.gallery-inner .share-social a:hover {
  transform: translateY(-2px);
}

.gallery-inner .offer-detail3 h2 {
  color: var(--color-olive-green);
}

.offer__bg_form.card input::-moz-placeholder,
.offer__bg_form.card textarea::-moz-placeholder {
  color: var(--color-olive-green);
}

.offer__bg_form.card select,
.offer__bg_form.card input::placeholder,
.offer__bg_form.card textarea::placeholder {
  color: var(--color-olive-green);
}

.booking--btn.form--btn-styling {
  background-color: var(--color-olive-green);
  color: var(--color-beige) !important;
}
.booking--btn.form--btn-styling:hover {
  background-color: var(--color-olive-green-hover);
  color: #fff !important;
}

.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 ::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.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;
}

/* testimonial */
.testimonial {
    position: relative;
  background: #fff;
   isolation: isolate;
}

.testimonial .container{
position: relative;
 isolation: isolate;

}
.testimonial h3,
.testimonial p {
  color: var(--color-olive-green);
}

.testimonial >.container::before {
  position: absolute;
  content: "";
  background: url(../../sadan-image/quotes.png) no-repeat center center;
width: 222px;
height: 36%;
z-index: 1;
left: -36px;
top: 0;
opacity: 0.3;
background-size: 97px;
}

.testimonial--wrapper span {
  background-color: var(--color-olive-green);
}

.testimonial--wrapper .card {
  transition: 0.3s ease;
  background: rgb(213 208 197 / 33%);
}

.testimonial--wrapper .card img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 66px;
  aspect-ratio: 1/1;
}

.testimonial--wrapper .card .bi-star-fill,
.testimonial--wrapper .card .bi-star-half {
  font-size: 1.1rem;
}

#iframe_map iframe {
  height: 600px;
}

.hall-bg-color h3,
.hall-bg-color p {
  color: var(--color-olive-green);
}

.nearby h3,
.nearby p {
  color: var(--color-olive-green);
}

.nearby,
.hall-bg-pattern,
.home-room-package,
.luxuries-wrapper {
  position: relative;
  isolation: isolate;
}

.nearby::after,
.hall-bg-pattern::after,
.luxuries-wrapper::after,
.home-room-package::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.nearby-address{
background: #e4e0e057;
padding: 13px;
border-radius: 7px; 
}

.luxuries-wrapper::after,
.testimonial::after {
  position: absolute;
  background: url(../../sadan-image/sadan--texture.png) bottom center;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 93%;
  opacity: 0.2;
}

.nearby::after {
  background: url(../../sadan-image/nosiy.png) repeat center center;
}

.direction--arrow::after {
  content: "\f061";
  right: 28px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  color: rgb(43.6428571429, 50.3571428571, 45.0816326531);
}

.nearby--list {
  max-height: 577px;
  overflow-y: auto;
}

.nearby--list li {
  background-color: #ffffff;
  margin-right: 10px;
  border: 1px solid rgba(86, 121, 93, 0.231372549);
}

.nearby--list li *,
.nearby--list li h6 {
  color: var(--color-olive-green);
}
.nearby--list li h6 {
  font-weight: 600;
  font-size: 18px !important;
  max-width: 290px;
}

.btn--hall {
  background-color: #5b695e;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: auto;
  border: none;
  outline: none;
  color: white;
  padding: 10px 15px;
  border-radius: 0;
}
.btn--hall:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}

.btn--restaurant {
  background-color: #5b695e;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 118px;
  display: inline-block;
  color: white;
  padding: 10px 15px;
  border-radius: 0;
}
.btn--restaurant:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}

.aboutus-btn {
  transition: all 0.3s ease-in-out;
  background-color: #5b695e;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: auto;
  border: none;
  outline: none;
  color: white;
  padding: 10px 15px;
  border-radius: 0;
  margin-top: 15px;
  display: inline-block;
}
.aboutus-btn:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-olive-green);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-olive-green);
}

.price__tag {
  border-right: 1px solid #a5a5a5;
  color: var(--color-olive-green);
}

.room--content {
  color: var(--color-olive-green);
}
.room--content table * {
  color: var(--color-olive-green);
}

.gallery_wrapper ::-webkit-scrollbar {
  height: 5px;
}

.testimonial--wrapper p {
  max-height: 126px;
  min-height: 126px;
  overflow-y: auto;
  color: var(--color-olive-green);
}

.about--us {
  background-color: #fff;
  position: relative;
  isolation: isolate;
}
.about--us::after {
  position: absolute;
  background: url(../../sadan-image/sadan--texture.png) bottom center;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 93%;
  opacity: 0.2;
}

.about--us h2 {
  font-size: 26px;
  border-left: 2px solid var(--color-olive-green);
  color: var(--color-olive-green);
  padding-left: 20px;
}
.about--us h2 + p {
  color: var(--color-olive-green);
}

.about__us_text {
  margin-top: 4rem;
}

.about__us_text .about_title {
  margin-bottom: 3rem;
  padding-left: 2rem;
  border-left: 3px solid var(--color-olive-green);
}

.about__us_text h1 {
  font-size: 26px;
  font-weight: 600;
  color: var(--color-olive-green);
  margin-bottom: 0;
}

.about__us_text {
  color: var(--color-olive-green);
}
.about__us_text h2 {
  color: var(--color-olive-green);
  font-weight: 600;
  font-size: 2.9rem;
}

.footer__contact_info li p {
  display: flex;
  line-height: 1.2;
}

.footer__contact_info li svg {
  font-size: 18px;
}

#pop_vr {
  position: fixed;
  bottom: 150px;
  z-index: 99999;
  right: 25px;
  display:none;
}

#pop_vr > img {
  width: 50px;
}

.room_details h2 {
  color: var(--color-olive-green);
}
.room_details .room_occupancy > ul {
  color: var(--color-olive-green);
}
.room_details table {
  margin-top: 0.5rem;
  width: 100% !important;
}
.room_details table svg {
  margin-right: 10px;
}

.room_details table th,
.room_details table tr {
  font-weight: 500;
}

.room_details table * {
  background: unset !important;
  border: none;
}

.contact-address-location {
  color: var(--color-olive-green);
}

.reach_us h3,
.form__underline {
  position: relative;
}

.reach_us * {
  color: var(--color-olive-green);
}

.reach_us h3::after,
.form__underline::after {
  position: absolute;
  border-bottom: 2px solid var(--color-olive-green);
  content: "";
  width: 100px;
  top: 55px;
  left: 0;
}

.subscribe__us {
  max-width: 500px;
  border-radius: 10px;
}

.subscribe__us label {
  font-family: var(--font-alta);
}

.underline-animated input.form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}

.underline-animated input.form-control:focus {
  border-color: #630b0e;
  outline: none;
}

.underline-animated input.form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}

.underline-animated input.form-control::placeholder {
  color: #000000;
  opacity: 0.8;
}

.btn--rocket {
  transition: background-color 0.3s ease-in-out;
}

.btn--rocket:hover {
  background-color: var(--color-olive-green-hover);
}

.btn--rocket {
  background-color: var(--color-olive-green);
}

.luxuries-wrapper {
  background-color: #fff;
}
.luxuries-wrapper h3,
.luxuries-wrapper p,
.luxuries-wrapper figcaption a > h4 {
  color: var(--color-olive-green);
}
.exlusive__offer * {
  color: var(--color-olive-green);
}
#mce-EMAIL-error {
  position: absolute;
  top: 69px;
  background: rgba(255, 0, 24, 0.4117647059);
  color: #fff !important;
  padding-inline: 14px;
  /* border-radius: 10px; */
}

span[id*="-error"] {
  color: red;
  font-size: 14px;
  /*background-color: var(--color-beige);*/
  padding: 3px;
}

#frm-booking input,
#frm-booking textarea {
  font-size: 16px;
}

.navbar--wrapper.scroll-up {
  position: fixed;
  top: 0;
  z-index: 111;
  width: 100%;
  background-color: var(--color-olive-green);
}

.navbar--wrapper.scroll-down {
  position: fixed;
  background-color: rgba(91, 105, 94, 0.9);
  top: 0;
  z-index: 111;
  width: 100%;
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
#popout-modal-hall-inquiry ::-moz-placeholder {
  color: var(--color-olive-green);
}
#popout-modal-hall-inquiry h6,
#popout-modal-hall-inquiry ::placeholder,
#popout-modal-hall-inquiry select,
#popout-modal-hall-inquiry textarea,
#popout-modal-hall-inquiry input {
  color: var(--color-olive-green);
}
#popout-modal-hall-inquiry #submit-inquiry {
  background-color: var(--color-olive-green);
  color: var(--color-beige);
}

/* blog*/
.blog--listing a.btn {
  background-color: var(--color-olive-green);
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.blog--listing a.btn:hover {
  background-color: rgb(67.3214285714, 77.6785714286, 69.5408163265);
}
.blog--listing * {
  color: var(--color-olive-green);
}
.blog--listing p {
  max-height: 70px;
  overflow: hidden;
}
.blog--listing .card-body h5{
    margin-top: 30px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; /* Adjust as needed */
  max-height: 3em; /* 2 lines * line-height */
}

/*.blog-detail-page .border-bottom-black {
  border-bottom: 1px solid black;
}*/
.blog-detail-page  {
  color: var(--color-olive-green);
}
.other--blogs-post a{
color: var(--color-olive-green);
}
.other--blogs-post img{
    padding: 5px;
}
.other--blogs-post .card{
    background-color: #fff !important;
}
.blog__banner__title h1{
    font-size: clamp(1rem, 0.2683rem + 3.122vw, 3rem);
    max-width: 800px;
    margin-inline: 10px;
    text-align:center;
    
}
.border-bottom {
  border-bottom: 1px solid rgb(65, 65, 65) !important;
}
@media (min-width: 576px) {
  .room_details table th {
    width: 150px;
  }
  .custom-container {
    width: calc(100vw - 12%);
  }
}
@media (min-width: 767px) {
  .exlusive__offer img {
    max-height: 550px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
  }
}
@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%);
  }
}
.mobile-view-button{
    display:none;
}
.desktop-view-button{
    display:block;
}
@media (min-width:1399.5px){
    .parent-navvv.nav-item {
    display:none;
}
}
@media (max-width: 1399.5px) {
.navbar--wrapper {
    top: 0;
    background: var(--color-olive-green);
}
.book__now {
   max-width: 125px;
}
.mobile-view-button{
    display:block;
}
.desktop-view-button{
    display:none;
}
}

@media (max-width: 1360px) {
  .about--us h2 {
    font-size: 36px;
  }
}
@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: 1200px) {
  #navbar--navigation .btn-group {
    display: block !important;
  }
  #navbar--navigation .btn-group > li {
    position: relative;
    display: block !important;
  }
  #navbar--navigation .btn-group > li span {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media (max-width: 992px) {
  .logo-img img {
    width: 75px;
  }
  .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: 991px) {
  .testimonial::after {
    top: 63px;
    background-size: 113px;
  }
}
@media (max-width: 904px) {
  .article-section .article_content h1 {
    max-width: 100%;
  }
  .article-section .article_content p {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .section-padding-top_bottom {
    padding-block: 3rem;
  }
}
@media (max-width: 767px) {
  .navbar--wrapper a.navbar-brand img {
    width: 170px;
  }
  .homepage_slider figure figcaption {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .home-room-package {
    padding-bottom: 0;
  }
  .owl-carousel-hall .item img {
    height: 100%;
  }
  .about--us h2 {
    font-size: 30px;
  }
  .homepage_slider h2 {
    font-size: 20px;
  }
  .word_wrap {
    white-space: normal;
  }
  .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;
  }
  #iframe_map iframe {
    height: 350px;
  }
  .about__us_text .about_title {
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
  .about__us_text h1 {
    font-size: 1.9rem;
  }
  .about__us_text h2 {
    font-size: 1.7rem;
  }
      .about--us h2> img, .about__us_text .about_title img{
      width: 270px;
    }
    .testimonial::before {
        display:none;
    }
      .testimonial >.container::before {
      display:none;
  }
}
@media (max-width: 576px) {
  .custom-container {
    width: calc(100vw - 10%);
  }
  .banner-section h1 {
    bottom: 10%;
  }
  .banner-section {
    height: 350px;
  }
  .logo-img img {
    width: 85px;
  }
  .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: 18px;
  }
  .luxuries-wrapper {
    padding-bottom: 0;
  }
  .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;
  }
}
@media (max-width: 575px) {
  .testimonial::after {
    display: none;
  }
  .homepage_slider .owl-nav i,
  .hall-bg-pattern button i {
    width: 30px;
    font-size: 14px;
    padding: 0;
  }
      .book__now {
        scale: 0.8;
        transform-origin: center right;
    }

}
