@import url(../css/root.css);

/* main-header */
.g_header {
  background: #ffffffb3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  background: var(--color-ffffff);
  position: fixed;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .header-logo::before {
  opacity: 1;
}

/* loader css*/
/* loader css */
.desktop-menu {
  padding-top: 20px;
}

.right-menu {
  width: 80%;
  float: left;
}

.top-header {
  padding: 10px 0 25px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.left-menu .top-header::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 90%;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #00000000 100%);
}

.right-menu .top-header::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 90%;
  height: 2px;
  background: linear-gradient(90deg, #00000000 0%, #ffffff 52%, #ffffff 100%);
}

.header-social a {
  display: inline-block;
  padding: 0px 5px;
  margin-right: 10px;
}

.header-social a .svg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  fill: var(--color-49bf1f);
  position: relative;
  top: -3px;
}

.header-social a .svg,
.header-social a .svg path {
  fill: var(--color-f87002);
}

.header-social a:hover .svg,
.header-social a:hover .svg path {
  fill: var(--color-f87002);
}

.header-social .header-mail {
  font-size: var(--font-size-19);
  color: var(--color-04538e);
  font-weight: var(--font-weight-Bold);
  margin-left: 30px;
}

.header-social .header-mail .svg {
  margin-right: 10px;
}

.header-social .header-mail .svg,
.header-social .header-mail .svg path {
  fill: var(--color-04538e);
}

.main-nav {
  padding: 10px 0px;
  width: 100%;
  float: left;
  position: relative;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.header-logo {
  width: 20%;
  float: left;
}

.header-logo a {
  display: block;
  position: relative;
  top: 20px;
}

.header-logo img {
  width: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.left-menu .main-nav .navbar-nav .nav-item {
  padding-right: 30px;
}

.right-menu .main-nav .navbar-nav .nav-item {
  padding-left: 30px;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  line-height: var(--line-height-inherit);
  text-transform: uppercase;
  padding: 10px 10px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-f87002);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f87002);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: auto;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 250px;
  float: left;
  font-size: var(--font-size-15);
  color: var(--color-ffffff);
  background-color: var(--color-04538e);
  border-bottom: solid 1px var(--color-f87002);
  padding: 8px 12px;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-b92b01);
}

.dropdown-toggle {
  white-space: nowrap;
}

.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1px;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

/* dropdown-menu */
/* main-header */
/* hwarf-video-section */
.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
}

.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  background: var(--color-145d4c);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.our-menu-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 175px;
}

/* syntasa-video-section */
/* banner-section */
.slider-img {
  position: relative;
  z-index: 1;
}

.slider-img img {
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.banner-text-box {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.banner-text {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.dinner-plate {
  position: absolute;
  left: 90px;
  bottom: -300px;
  width: 35%;
  z-index: 1;
}

/* banner-section */
/* veg-non-veg-spices-section */
.home-about-text .main-title {
  color: #00000030;
}

.about-right-img {
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-attachment: fixed;
  background-position: right center;
  height: 113%;
  position: absolute;
  right: 0;
  top: -160px;
  width: 100%;
}

.about-right-img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background: var(--color-04538e);
  z-index: -1;
}

.about-right-img::after {
  content: "";
  position: absolute;
  right: 46%;
  bottom: 200px;
  width: 300px;
  height: 300px;
  background-image: url(/images/bg/coriander-leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.home-about-sub-text {
  padding-right: 300px;
}

.home-about-text {
  position: relative;
  z-index: 1;
}

/* veg-non-veg-spices-section */
/* our-journey-section */
.our-journey-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  position: relative;
}

.our-journey-left {
  display: block;
  width: 100%;
  padding-top: 20px;
  border-top: solid 2px var(--color-04538e);
}

.our-journey-experience {
  width: 100%;
}

.our-journey-experience-text .our-journey-number {
  font-size: var(--font-size-68);
  line-height: var(--line-height-68);
  color: var(--color-f87002);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Yeseva-One);
  margin-bottom: 0px;
}

.our-journey-experience-text {
  padding-left: 20px;
  position: relative;
}

.our-journey-sign {
  position: absolute;
  right: -34px;
  bottom: 0;
}

/* our-journey-section */
/* bar-menu-section */
.bar-menu-text {
  padding: 30px 50px;
}

.bar-menu-position {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  width: 100%;
}

.bar-menu-btn a {
  padding: 12px 30px;
  border: solid 2px var(--color-04538e);
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-ffffff);
}

.bar-menu-btn a img {
  width: 20px;
}

/* bar-menu-section */
/* our-menu-section */
.our-menu-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: var(--color-109ca8);
  z-index: -1;
}

.our-menu-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  width: 100%;
  height: 60%;
  background-image: url(../images/bg/our-menu-bg.png);
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.enjoy-your-food .main-title {
  color: #ffffff81;
}

.our-menu-title {
  margin-top: 80px;
  position: relative;
  z-index: 11;
}

.our-menu-title .text {
  padding-right: 50px;
}

.our-menu-title img {
  width: 100%;
}

.food-menu-div {
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  height: auto;
  z-index: 11;
}

.scroll-down .scroll-down-btn {
  font-size: var(--font-size-19);
  background: transparent;
  border: solid 2px var(--color-04538e);
  padding: 15px 20px;
}

.scroll-down .scroll-down-btn img {
  width: 20px;
}

.food-menu-img img {
  height: 850px;
}

/* our-menu-section */
/* special-food-section */
.special-food-section {
  margin-top: -250px;
  position: relative;
  z-index: 11;
}

.container-stage {
  padding-left: calc((100% - 1600px)/ 2);
}

.special-food-slider {
  padding-top: 80px;
  padding-bottom: 50px;
}

.special-food-list {
  padding: 50px 50px;
  /* padding-top: 210px; */
  background: var(--color-ffffff);
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 0px 15px #0000002f;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.special-food-list img {
  /* width: 200px; */
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  object-position: left center;
  /* position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%); */
}

.special-food-list h5.p-content {
  color: var(--color-282828);
  margin-top: 50px;
}

.special-food-list:hover h5.p-content {
  color: var(--color-04538e);
}

/* special-food-section */
/* banquet-section */
.banquet-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -360px;
  width: 60%;
  height: 1090px;
  background: var(--color-f87002);
  /* z-index: 1; */
}

.banquet-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: -34%;
  width: 40%;
  height: 50%;
  background: var(--color-109ca8);
  /* z-index: 1; */
}

.banquet-img {
  position: relative;
  z-index: 1;
}

.banquet-position {
  position: absolute;
  left: 0;
  top: -20%;
  right: 0;
  width: 100%;
  height: 100%;
}

.memorable-title {
  width: calc(100% - 300px);
  float: right;
  margin-top: -260px;
  z-index: 1;
  position: relative;
  margin-bottom: 150px;
}

.memorable-title .main-title {
  color: #ffffff85;
  margin-bottom: 0;
}

/* banquet-section */
/* luxurious-rooms-section */
.luxurious-rooms-img .luxurious-rooms-img01 {
  padding-top: 100px;
  padding-right: 0;
  width: 80%;
}

.luxurious-rooms-img .luxurious-rooms-img02 {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%;
  height: 440px;
  object-fit: cover;
}

.luxurious-rooms-position {
  position: absolute;
  top: 80px;
  width: 100%;
}

.luxurious-rooms-text {
  position: absolute;
  top: 385px;
  right: 0;
  background: var(--color-f87002);
  padding: 15px 30px;
  z-index: 11;
}

.memorable-text-div {
  padding-left: 200px;
}

.room-facility-list img {
  width: 60px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

.room-facility-list p {
  color: var(--color-ffffff);
}

.room-facility-list {
  width: 20%;
  float: left;
}

.room-facility-border {
  border-bottom: dashed 2px var(--color-49bf1f);
  padding-bottom: 50px;
}

.room-facility-btn {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-top: 80px;
}

.room-facility-btn .book-btn {
  background: var(--color-ffffff);
  color: var(--color-000000);
}

/* luxurious-rooms-section */
/* restaurant-section */
.restaurant-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

.restaurant-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--color-04538e);
  z-index: 1;
}

.single-category-box {
  margin-top: 30px;
  box-shadow: 5px 5px #109ba871;
  border: 1px solid #109ba870;
  border-radius: 5px;
  position: relative;
  transition: var(--transition);
  text-align: center;
  background-color: var(--color-ffffff);
  padding: 20px 15px;
  height: 155px;
}

.single-category-box .icon {
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  line-height: 40px;
  color: var(--color-109ca8);
  border-radius: 50%;
  transition: var(--transition);
  background-color: #ededed;
  display: inline-block;
  padding: 10px;
}

.single-category-box p {
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
}

.single-category-box:hover p {
  color: var(--color-04538e);
}

.single-category-box:hover {
  border-color: var(--color-109ca8);
  box-shadow: 5px 5px var(--color-109ca8)
}

.single-category-box:hover .icon {
  background-color: var(--color-109ca8);
  color: var(--color-ffffff)
}

.restaurant-right-img {
  position: absolute;
  top: 150px;
  right: 0;
  width: 40%;
  height: calc(100% - 300px);
  z-index: 1;
}

.restaurant-right-img02 {
  position: absolute;
  left: -210px;
  bottom: -140px;
  height: 600px;
}

/* restaurant-section */
/* gallery */
.masonry {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.gallery-box .img {
  width: 100%;
}

.masonry .item {
  display: inline-block;
  background: #ffffff;
  padding: 0px;
  margin: 0 0 1.5em;
  width: 100%;
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  /* float: left; */
}

@media only screen and (max-width:320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width:1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.gallery-box {
  position: relative;
}

.gallery-box a {
  display: block;
  position: relative;
}

.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-box:hover a::before {
  opacity: 1;
}

.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.gallery-box .overlay img {
  width: 30px;
}

.gallery-div {
  padding: 12px 0px;
  width: 100%;
}

.gallery-img01 {
  padding-left: 30px;
}

.gallery-img09 {
  height: 380px;
}

/* gallery */
/* review-section */
.review-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

.star-rating li {
  display: inline-block;
  margin-right: 10px;
}

.star-rating li img {
  width: 25px;
}

.review-text {
  margin-top: 50px;
}

.review-text .p-content {
  padding-left: 60px;
  position: relative;
}

.review-text .p-content span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 4px;
  background: var(--color-ffffff);
}

/* review-section */
/* map-iframe */
.map-iframe {
  width: 100%;
  height: 500px;
}

/* map-iframe */
/* main-footer */
.main-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background: #ffffff;
}

.footer-logo {
  width: 450px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.footer-contact-list .svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  /* fill: var(--color-ffffff); */
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.footer-contact-list {
  margin-bottom: 40px;
}

.footer-social-list .svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  fill: var(--color-04538e);
  margin: 10px;
  margin-top: 30px;
}

.footer-social-list .svg path {
  fill: var(--color-04538e);
}

.copyright {
  background: var(--color-109ca8);
  padding: 20px 0;
  margin-top: 50px;
}

.copyright p {
  color: #eaeaea;
}

.footer-bg-right {
  position: absolute;
  right: -100px;
  bottom: -50px;
  width: 300px;
}

/* main-footer */
/* breadcrumb-section */
.inner-banner-section .banner-text-box {
  top: unset;
  bottom: 80px;
}

.inner-banner-section .slider-img {
  height: 800px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
}

.breadcrumb li {
  color: var(--color-ffffff);
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
}

.breadcrumb li a {
  color: var(--color-ffffff);
}

.breadcrumb-item.active {
  color: var(--color-f87002);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}

.inner-banner-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50%;
  height: 150px;
  background: linear-gradient(90deg, #04538e 0%, #e85022a1 50%, #e8502200 100%);
  z-index: 1;
}

/* breadcrumb-section */
/* services-section */
/* tree-house-rooms */
.tree-house-rooms-section {
  padding-right: 100px;
  height: 100%;
}

.tree-house-rooms .swiper-container {
  height: 100%;
}

.tree-house-rooms .swiper-container {
  margin-top: 10px;
}

.swiper-container-thumbs .swiper-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: opacity(30%);
}

.swiper-container-thumbs .swiper-slide-thumb-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: opacity(100%);
}

.tree-house-rooms-section .luxurious-rooms-position {
  top: 100px;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
  background-image: url(../images/icons/button-next.svg);
}

.swiper-button-next {
  right: 10px;
  left: auto;
  background-image: url(../images/icons/button-prev.svg);
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: var(--color-04538e);
  background-repeat: no-repeat;
  background-position: center center;
  /* padding: 11px; */
}

.amenities-list {
  width: 100%;
}

.amenities-list li {
  width: 23%;
  float: left;
  margin: 0 1%;
}

/* tree-house-rooms */
/* services-section */
/* gallery-section */
.filter-btn li {
  list-style: none;
  display: inline-block;
  padding: 12px 18px;
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  margin: 0 15px;
  background: var(--color-04538e);
  border-radius: 10px;
}

.filter-btn li:hover,
.filter-btn .active {
  color: var(--color-ffffff);
  background: var(--color-109ca8);
}

.bonding-box.gallery-box .overlay img {
  width: 30px;
  height: 30px;
}

.bonding-box img {
  object-fit: cover;
  height: 400px;
}

#Container .mix {
  margin-bottom: 30px;
}

/* gallery-section */
/* sidebar-box */
.sidebar-contact {
  position: fixed;
  top: 40%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 30px 30px;
  background: var(--color-109ca8);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 99;
  border-radius: 20px 0 0 0;
}

.sidebar-contact.active {
  right: 0;
}

.toggle-menu {
  display: block;
  font-size: var(--font-size-25);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.toggle-menu {
  position: absolute;
  height: 200px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  background: var(--color-49bf1f);
  top: 50%;
  left: -50px;
  line-height: 50px;
  border-radius: 0 20px 0 20px;
  transform: translateY(-50%);
}

.toggle-menu.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 200px;
  background-size: 30px auto;
  background-image: url(../images/icons/close.png);
  background-color: var(--color-49bf1f);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0 20px 0 20px;
}

.download-menu {
  width: 100%;
}

.download-menu .view-more-text {
  width: 46%;
  margin: 0 2%;
  float: left;
  text-align: center;
  background: #fff;
  padding: 20px 10px;
  border-radius: 20px 0;
}

.download-menu .downoad-menu-btn span {
  width: 100%;
  display: inline-block;
}

.downoad-menu-btn {
  font-size: var(--font-size-15);
  line-height: var(--line-height-15);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  font-family: var(--font-family-Sora);
}

.downoad-menu-btn .svg {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
  /* margin-top: -3px; */
  /* margin-right: 10px; */
  fill: var(--color-04538e)
}

.downoad-menu-btn .svg path {
  fill: var(--color-04538e)
}

.downoad-menu-btn:hover {
  color: var(--color-b92b01)
}

/* sidebar-box */
/* contact-section */
.pq-contact-box {
  background-color: var(--color-f8f1ed);
  padding: 45px;
  height: 100%;
}

.pq-contact-box .pq-contact-box-icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--color-109ca8);
}

.pq-contact-box .pq-contact-box-icon .svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  fill: var(--color-ffffff);
  display: inline-block;
}

.pq-contact-box .pq-contact-box-content p a {
  color: var(--color-000000);
}

.pq-contact-box .pq-contact-box-content p {
  color: var(--color-000000);
}

.map iframe {
  width: 100%;
  height: 600px;
  position: relative;
  border: 0;
}

/* contact-form */
.contact-us-form input,
.contact-us-form textarea,
.contact-us-form select {
  /* margin-bottom: 20px; */
  background-color: var(--color-ffffff);
}

/* contact-form */
.form-group {
  margin-bottom: 20px;
}

.contact-us-form .form-control {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-282828);
  color: var(--color-000000);
  width: 100%;
  float: none;
  font-size: var(--font-size-19);
  padding: 8px 15px;
  height: 50px;
  line-height: var(--line-height-inherit);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.contact-us-form textarea.form-control {
  height: 154px;
  resize: none;
}

.contact-us-form .form-control:focus {
  border-color: var(--color-282828);
  outline: none;
  box-shadow: none;
  background-color: var(--color-ffffff);
}

.contact-form-div {
  padding: 45px;
  background-color: var(--color-f8f1ed);
}

.pq-mt-500 {
  margin-top: -400px;
}

/* contact-form */
/* contact-section */
/* booking-table-form */
.reserv_modal-inner-box {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all .4s linear;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 15px #00000033;
}

.booking-table-left .booking-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.booking-table-left {
  padding: 40px 40px;
  height: 100%;
}

.booking-table-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 1;
}

.reservation_hours {
  width: min(100% - 25px, 330px);
  margin-inline: auto;
  position: relative;
  z-index: 20;
  padding: 40px 20px;
  transform: translate(0, -50%);
  top: 50%;
}

.reservation_hours:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, .3);
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -2;
  box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, .09);
}

.reserv_modal-wrapper {
  width: 100%;
  padding: 80px 80px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}

.reserv_modal-wrapper:after {
  content: '';
  position: absolute;
  top: 28px;
  left: 28px;
  bottom: 28px;
  right: 28px;
  background: #fff;
  border: 1px dotted #ccc;
  z-index: 1;
  border-radius: 30px 0 30px 30px;
}

.reservation-content {
  position: relative;
  z-index: 20;
}

.reserv-modal_bg {
  position: absolute;
  left: 20%;
  top: -40px;
  width: 400px;
  height: 400px;
  margin-left: 0;
  z-index: -1;
  background: url(../images/bg/map_bg.png) no-repeat center;
  opacity: .7;
}

.input-group .input-group-append {
  position: absolute;
  right: 6px;
  top: 6px;
}

/* booking-table-form */
/* about-top-section */
.about-top-text img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.about-top-text {
  padding: 50px 30px;
  position: relative;
}

.about-top-text::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--color-04538e);
}

.about-top-section .col-lg-3:last-child .about-top-text::before {
  background: transparent;
}

.about-top-section {
  border-bottom: solid 2px var(--color-04538e);
}

/* about-top-section */
/* welcome-pali-resort-section */
.vision-mission-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

.welcome-pali-resort-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 50px;
}

.welcome-pali-resort {
  width: 100%;
  height: 100%;
}

.welcome-pali-resort-text {
  padding: 40px 60px;
  padding-right: 250px;
  height: 735px;
  background: var(--color-04538e);
}

.welcome-pali-resort-position02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}

.welcome-pali-resort-right .main-title {
  color: #0000000a;
}

.welcome-pali-resort-right h5 {
  padding: 30px 50px;
  background: var(--color-f87002);
  padding-right: 30%;
}

.plant-bazaar {
  width: 120px;
  height: 120px;
  background: var(--color-ffffff);
  position: relative;
  border-radius: 100%;
}

.plant-bazaar .plant-bazaar-logo {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  object-fit: contain;
}

.plant-menu {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-left: 15px;
}

/* welcome-pali-resort-section */
/* achievements-section */
.achievements-text-box {
  background: var(--color-ffffff);
  padding: 50px 50px;
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px #0000003f;
}

.achievements-text-box ul li {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}

.achievements-text-box ul li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

/* achievements-section */
/* vision-mission-section */
.vision-mission-text-box {
  width: 60%;
}

.vision-mission-text-box p {
  text-align: justify;
}

.vision-mission-text {
  padding: 50px 50px;
  background: var(--color-ffffff);
}

/* vision-mission-section */
/* resort-section */
.resort-div-left {
  position: absolute;
  top: 50%;
  width: 50%;
  padding-right: 20px;
  height: 85%;
  transform: translateY(-50%);
  z-index: 11;
}

.resort-div-right-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: var(--color-04538e);
  z-index: 1;
}

.resort-text {
  z-index: 1;
  padding: 80px 0;
  height: 800px;
  float: left;
}

.resort-div-right-div {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  padding-left: 20px;
  height: 85%;
  transform: translateY(-50%);
  z-index: 11;
}

.resort-div-left-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: var(--color-04538e);
  z-index: 1;
}

.resort-slider .swiper-button-next,
.resort-slider .swiper-button-prev {
  background-color: var(--color-49bf1f);
}

.resort-slider .swiper-button-next,
.resort-slider .swiper-button-prev {
  top: 90%;
}

.resort-slider .swiper-button-next {
  right: auto;
  left: 70px;
}

/* resort-section */
/* restobar-section */
.restobar-slider .swiper-button-next,
.restobar-slider .swiper-button-prev {
  top: 95%;
}

.restobar-slider .swiper-button-next {
  right: auto;
  left: 70px;
}

/* restobar-section */
/* banquet-hall-section  */
.banquet-hall-img {
  border-radius: 100%;
}

.banquet-hall-img img {
  /* height: 500px; */
  /* width: 500px; */
  border-radius: 100%;
  border: solid 4px var(--color-ffffff);
}

.banquet-hall-slider {
  padding: 150px 0;
}

.banquet-hall-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
  position: relative;
  z-index: 11;
}

.banquet-hall-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg/banquet-hall-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.prisitine-text-box .prisitine-text img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.prisitine-section {
  padding: 50px 0;
}

.prisitine-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: var(--color-000000);
  z-index: -1;
}

.prisitine-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: var(--color-04538e);
  z-index: -1;
}

.prisitine-text-box {
  padding: 0 120px;
}

/* banquet-hall-section  */
/* watch-videos-section */
.watch-videos-text .prisitine-text img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.watch-videos-text .main-title2 {
  color: #0000002e;
}

.watch-videos-text {
  position: relative;
  z-index: 1;
}

.watch-videos-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 670px;
}

.watch-videos-img,
.watch-videos-img img {
  height: 100%;
}

.watch-videos-img .triangle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.banquet-right-section {
  height: 100%;
}

.banquet-right-section .banquet-img03 {
  width: 400px;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
}

.addons-list-box {
  width: 150px;
  text-align: center;
  height: 100%;
  margin-left: 100px;
  padding-top: 100px;
}

.addons-list {
  margin-bottom: 30px;
}

.addons-list .svg {
  width: 50px;
  height: 50px;
  fill: var(--color-ffffff);
  margin-bottom: 10px;
}

.addons-list-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 80%;
  height: 3px;
  background: var(--color-ffffff);
}

.addons-list-line::before {
  content: "";
  position: absolute;
  left: 80%;
  bottom: 150px;
  width: 3px;
  height: 150px;
  background: var(--color-ffffff);
}

.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}

.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  background: var(--color-00a651);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* watch-videos-section */
/* google-reviews */
.google-reviews {
  /* position: fixed; */
  /* left: 0px; */
  /* bottom: 50px; */
  width: 220px;
  display: inline-block;
  /* z-index: 999; */
}

.google-reviews img {
  border-radius: 10px;
}

.purchase-plants-btn {
  display: inline-block;
}

.purchase-plants-btn a {
  font-size: var(--font-size-27);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-family: var(--font-family-Yeseva-One);
  font-weight: var(--font-weight-Regular);
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.whatsapp-room-btn .svg {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

/* google-reviews */

/* bookking-room */
/* RESET FORM ELEMENTS */
.input-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

/* INPUT CONTAINER  */
.input-container {
  width: 100%;
  height: auto;
  height: 80px;
  padding: 10px 14px 14px 14px;
  background: var(--color-f8f1ed);
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
}

.input-container label {
  position: relative;
  width: 100%;
  font-weight: var(--font-weight-Medium);
  font-size: var(--font-size-15);
  line-height: var(--line-height-15);
  color: var(--color-04538e);
  text-align: left;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.input-container input {
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  font-weight: var(--font-weight-Medium);
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
  text-transform: uppercase;
  margin-left: 0px;
}

/* RESERVATION BOX */
.reservation-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.shadow-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* bookking-room */
/* pali-lonavala */
.nearby-places li {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  float: left;
}

.nearby-places li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.nearby-locationicon {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* pali-lonavala */
.desktop-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.mobile-none {
  display: block !important;
}

.desktop-none {
  display: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1660px;
}


/* sohail-code */
.creative-membership {
  background: #fff;
  color: #1b1b1b
}
.membership-table h4 {
    font-size: 24px;
    font-weight: var(--font-weight-Medium);
    margin: 0;
    line-height: normal;
    color: #fff;
}

.creative-membership .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px
}

.club-head {
  text-align: left;
  margin-bottom: 22px
}

.club-head h2 {
  color: #04538e;
  font-size: 26px;
  margin: 0 0 6px;
  font-weight: 800;
  letter-spacing: 0.6px
}

.club-head .subtitle {
  color: #444;
  margin: 0;
  font-size: 14px;
  opacity: .9
}

/* TABLE (DESKTOP) */
.membership-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid rgba(4, 83, 142, 0.06);
  margin-bottom: 25px;
}

.membership-table .row {
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(4, 83, 142, 0.04)
}

.membership-table .row.header {
  background: #015394;
  color: #ffffff;
  font-weight: 700
}

.membership-table .cell {
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.membership-table .cell.feature {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-Medium);
  text-align: left
}

.membership-table .cell.center {
  text-align: center
}

.membership-table .small {
  font-size: 14px;
  opacity: 1;
  display: block;
  margin-top: 5px;
}

.membership-table i.fa-check {
  color: #f87002
}

.membership-table i.fa-xmark {
  color: #9aa0a6
}

/* ACCORDION (MOBILE) */
/* ---------- Base (preserved + fixes) ---------- */
.membership-accordion details {
  border: 1px solid rgba(4, 83, 142, 0.06);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 10px 0px 10px;
  background: #fff;
  transition: box-shadow var(--transition-fast) ease, border-color var(--transition-fast) ease, transform 0.12s ease;
  overflow: visible;
}

.membership-accordion summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-right: 40px; /* room for the + / - icon */
  flex-direction: column;
}

/* remove default marker */
.membership-accordion summary::-webkit-details-marker { display: none; }

.membership-accordion .muted {
  font-weight: 600;
  color: #0008;
  font-size: 13px;
}

/* grid */
.membership-accordion .acc-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr 80px;
  gap: 8px;
  padding-top: 10px;
}

.membership-accordion .acc-grid .center { text-align: center; }

/* responsive */
.desktop-only { display: block; }
.mobile-only  { display: none; }

@media (max-width:820px) {
  .membership-table .row { padding: 12px; }
}

/* mobile layout */
@media (max-width:700px) {
  .desktop-only { display: none; }
  .mobile-only  { display: block; }

  .membership-accordion .acc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0;
  }

  .membership-accordion .acc-grid div {padding: 2px 0;font-size: 14px;/* border-bottom: 1px solid #efefef; */}
  .membership-accordion summary {font-size: 14px;padding: 0;padding-right: 25px;border-bottom: 1px solid #04538e3b;padding-bottom: 5px;margin-bottom: 0;}
}

/* ---------- + / - ICON (Font Awesome) ---------- */
.membership-accordion summary::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--color-04538e);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform var(--transition-fast) ease, color var(--transition-fast) ease;
  pointer-events: none;
}
.membership-accordion summary::after { content: "\f067"; } /* fa-plus */
.membership-accordion details[open] summary::after { content: "\f068"; color: var(--color-f87002); } /* fa-minus */

/* ---------- Smooth content area (JS will animate height) ---------- */
.membership-accordion .acc-content {
  overflow: hidden;
  transition: opacity var(--transition-fast) ease, max-height var(--transition-fast) ease;
  opacity: 0;
  max-height: 0; /* fallback collapsed */
}

/* When JS opens the panel it will set inline max-height and add .is-open */
.membership-accordion .acc-content.is-open {
  opacity: 1;
}

/* small polish */
.membership-accordion details[open] {
  border-color: var(--color-f87002);
  box-shadow: 0 6px 18px rgba(4,83,142,0.06);
  transform: translateY(-1px);
  padding: 10px;
}

/* icons inside grid */
.membership-accordion .acc-grid i.fa-check { color: var(--color-f87002); font-size: 16px; }
.membership-accordion .acc-grid i.fa-xmark { color: var(--danger); font-size: 16px; }

/* focus-visible for keyboard users */
.membership-accordion summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(4,83,142,0.08);
  border-radius: 6px;
}

/* hover hint */
.membership-accordion summary:hover {
  border-radius: 6px;
}


/* sohail-code */
/* responsive css */
@media (max-width: 1680px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }

  .footer-bg-right {
    right: -40px;
    width: 200px;
  }

  .bar-menu-text {
    padding: 20px 20px;
  }

  .left-menu .main-nav .navbar-nav .nav-item {
    padding-right: 10px;
  }

  .right-menu .main-nav .navbar-nav .nav-item {
    padding-left: 10px;
  }

  .about-right-img::after {
    right: 48%;
    bottom: 130px;
    width: 200px;
    height: 200px;
  }

  .our-menu-bg::before {
    height: 25%;
  }

  .our-menu-bg::after {
    top: 25%;
  }

  .special-food-list {
    padding: 40px 40px;
  }

  .room-facility-list img {
    width: 50px;
    height: 40px;
    margin-bottom: 7px;
  }

  .memorable-text-div {
    padding-left: 150px;
  }

  .room-facility-border {
    padding-bottom: 40px;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .gallery-img09 {
    height: 240px;
  }

  .container-stage {
    padding-left: calc((100% - 1480px)/ 2);
  }
}

@media (max-width: 1480px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }

  .welcome-pali-resort-text {
    padding: 20px 30px;
    padding-right: 180px;
  }

  .mt-50 {
    margin-top: 20px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .header-logo::before {
    bottom: -50px;
    height: 40px;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 7px 4px;
  }

  .luxurious-rooms-position {
    top: 0;
  }

  .room-facility-btn {
    margin-top: 40px;
  }

  .luxurious-rooms-img .luxurious-rooms-img02 {
    width: 50%;
    height: 330px;
  }

  .gallery-img09 {
    height: 180px;
  }

  .luxurious-rooms-text {
    top: 355px;
    padding: 10px 20px;
  }

  .food-menu-img img {
    height: 660px;
  }

  .container-stage {
    padding-left: calc((100% - 1280px)/ 2);
  }

  .banquet-bg::before {
    height: 800px;
  }

  .single-category-box {
    margin-top: 10px;
    padding: 10px 8px;
    height: 130px;
  }

  .tree-house-rooms-section {
    margin-bottom: 120px;
  }

  .about-top-text {
    padding: 20px 20px;
  }

  .tree-house-rooms-section .luxurious-rooms-position {
    top: 50px;
  }

  .tree-house-rooms-section {
    margin-bottom: 0;
    height: 800px;
  }

  .resort-text {
    height: 580px;
    padding: 40px 0;
  }

  .inner-banner-section .slider-img {
    height: 600px;
  }

  .inner-banner-text::before {
    height: 120px;
  }

  .banquet-hall-slider {
    padding: 80px 0;
  }

  .prisitine-text-box {
    padding: 0 80px;
  }

  .prisitine-section {
    padding: 40px 0;
  }

  .addons-list-box {
    width: 150px;
    margin-left: 60px;
    padding-top: 50px;
  }

  .addons-list .svg {
    width: 40px;
    height: 40px;
  }

  .banquet-right-section .banquet-img03 {
    width: 300px;
  }

  .footer-logo {
    width: 350px;
    margin-bottom: 80px;
  }

  .footer-social-list .svg {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .filter-btn li {
    padding: 10px 12px;
    margin: 0 10px;
  }

  .bonding-box img {
    height: 300px;
  }

  .contact-us-form .form-control {
    padding: 8px 10px;
    height: 40px;
  }

  .contact-form-div {
    padding: 25px 25px;
  }

  .pq-contact-box {
    padding: 25px;
  }

  .view-more-btn {
    padding: 12px 30px;
  }

  .input-group .input-group-append {
    right: 2px;
    top: 1px;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  .home-about-sub-text {
    padding-right: 200px;
  }

  .about-right-img::after {
    right: 48%;
    bottom: 210px;
    width: 150px;
    height: 150px;
  }

  .container-stage {
    padding-left: calc((100% - 1140px)/ 2);
  }

  .luxurious-rooms-img .luxurious-rooms-img02 {
    width: 45%;
    height: 280px;
  }

  .luxurious-rooms-text {
    top: 295px;
    padding: 10px 20px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .me-5 {
    margin-right: 1rem !important;
  }

  .memorable-text-div {
    padding-left: 120px;
  }

  .view-more-btn {
    padding: 12px 25px;
  }

  .room-facility-list img {
    width: 40px;
    height: 35px;
    margin-bottom: 7px;
  }

  .room-facility-list {
    width: 33%;
    padding: 10px 0px;
    height: 110px;
  }

  .luxurious-rooms-section.pb-100 {
    margin-bottom: 100px;
  }

  .restaurant-right-img02 {
    left: -130px;
    bottom: -120px;
    height: 500px;
  }

  .gallery-img01 {
    padding-left: 0;
  }

  .footer-social-list .svg {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .bar-menu-btn a {
    padding: 10px 18px;
  }

  .bar-menu-btn a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .bar-menu-text {
    padding: 10px 10px;
  }

  .food-menu-img img {
    height: 550px;
  }

  .special-food-list img {
    height: 120px;
  }

  .special-food-list {
    padding: 30px 30px;
  }

  .left-menu .main-nav .navbar-nav .nav-item {
    padding-right: 3px;
  }

  .right-menu .main-nav .navbar-nav .nav-item {
    padding-left: 3px;
  }

  .top-header {
    padding: 10px 0 15px;
  }

  .header-logo::before {
    height: 30px;
    bottom: -37px;
  }

  .header-social a .svg {
    width: 18px;
    height: 18px;
    top: -2px;
  }

  .header-social .header-mail {
    margin-left: 10px;
  }

  .footer-bg-right {
    right: 0;
    width: 150px;
  }

  .footer-logo {
    width: 400px;
    margin-bottom: 60px;
  }

  .dinner-plate {
    left: 40px;
    bottom: -140px;
    width: 26%;
  }

  .pt-300 {
    padding-top: 140px;
  }

  .about-right-img::before {
    width: 50%;
  }

  .home-about-sub-text {
    padding-right: 100px;
  }

  .about-right-img {
    height: 133%;
    top: -100px;
  }

  .memorable-title {
    width: calc(100% - 100px);
    margin-top: -200px;
    margin-bottom: 80px;
  }

  .about-top-text img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .welcome-pali-resort-position {
    padding: 30px 30px;
  }

  .welcome-pali-resort-text {
    padding: 30px 30px;
    padding-right: 140px;
    height: 635px;
  }

  .tree-house-rooms-section {
    margin-bottom: 0;
    height: 740px;
  }

  .inner-banner-section .slider-img {
    height: 520px;
  }

  .prisitine-text-box {
    padding: 0 60px;
  }

  .banquet-right-section .banquet-img03 {
    width: 260px;
    top: 20%;
  }

  .addons-list {
    margin-bottom: 16px;
  }

  .bonding-box img {
    height: 250px;
  }

  .reserv_modal-wrapper {
    padding: 60px 60px;
  }
}

@media (max-width: 1199.98px) {
  .gallery-img09 {
    height: 120px;
  }

  .restaurant-right-img02 {
    left: -80px;
    bottom: -160px;
    height: 400px;
  }

  .memorable-title {
    width: calc(100% - 350px);
    margin-top: -160px;
    margin-bottom: 80px;
  }

  .plant-bazaar {
    width: 80px;
    height: 80px;
  }

  .plant-bazaar .plant-bazaar-logo {
    padding: 10px 10px;
  }

  .plant-menu {
    width: 80px;
    height: 80px;
  }

  .addons-list-line::after {
    bottom: 60px;
  }

  .addons-list-line::before {
    bottom: 60px;
  }
}

@media (max-width: 1024px) {

  .sidenav,
  .mobile-toggle {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  /* mob-sidenav */
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: unset;
    right: 0;
    background-color: var(--color-ffffff);
    overflow-x: hidden;
    transition: .6s ease-in-out;
    padding-top: 60px
  }

  .toggle {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .toggle img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center
  }

  .mob-sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: 0;
  }

  .mob-sidenav .closebtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center
  }

  .main-nav {
    padding: 10px 5px;
    margin-left: 20px;
  }

  /* mob-sidenav */
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding: 0 25px;
  }

  .logo-mobile img {
    width: 180px;
  }

  .mobile-menu {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .container-stage {
    padding-left: 0;
  }

  .banquet-position {
    top: -50px;
  }

  .memorable-title {
    width: calc(100% - 330px);
    margin-top: -90px;
    margin-bottom: 40px;
  }

  .luxurious-rooms-section.pb-100 {
    margin-bottom: 170px;
  }

  .welcome-pali-resort-position {
    padding: 30px 10px;
  }

  .welcome-pali-resort-right h5 {
    padding: 30px 30px;
    padding-right: 0%;
  }

  .vision-mission-text-box {
    width: 80%;
  }

  .resort-text {
    height: 550px;
    padding: 40px 0;
  }

  .resort-text-height {
    height: 600px;
  }

  .resort-div-left,
  .resort-div-right-div {
    height: 70%;
  }

  .single-category-box p {
    font-size: var(--font-size-15);
    line-height: var(--line-height-15);
  }

  .tree-house-rooms-section {
    height: 780px;
  }

  .inner-banner-section .slider-img {
    height: 420px;
  }

  section.watch-videos-section.pt-100.pb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .watch-videos-right {
    height: 474px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .food-menu-img img {
    height: 350px;
  }

  .bar-menu-position {
    display: none;
  }

  .bar-menu-text {
    margin-bottom: 50px;
  }

  .pb-150 {
    padding-bottom: 50px;
  }

  .our-menu-bg::before {
    height: 20%;
  }

  .our-menu-bg::after {
    top: 20%;
  }

  .special-food-slider {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .banquet-bg::before {
    height: 740px;
  }

  .memorable-title {
    width: calc(100% - 250px);
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .memorable-text-div {
    padding-left: 0px;
  }

  .luxurious-rooms-position {
    top: 0;
    position: relative;
  }

  .room-facility-border {
    padding-bottom: 0;
  }

  .mt-100 {
    margin-top: 30px;
  }

  .luxurious-rooms-section.pb-100 {
    margin-bottom: 0;
  }

  .restaurant-right-img02 {
    left: -40px;
    bottom: -130px;
    height: 300px;
  }

  .single-category-box {
    margin-top: 10px;
    padding: 10px 8px;
    height: 110px;
  }

  .single-category-box .icon {
    margin-bottom: 8px;
    width: 45px;
    height: 45px;
    line-height: 30px;
    padding: 5px;
  }

  .gallery-img08,
  .gallery-img09,
  .gallery-img10 {
    display: none !important;
  }

  .about-top-text .div-title {
    font-size: var(--font-size-22);
    line-height: var(--line-height-22);
  }

  .welcome-pali-resort-position {
    padding: 0;
  }

  .welcome-pali-resort-position {
    padding: 0;
    width: 100%;
    position: relative;
    margin: 30px 0;
  }

  .vision-mission-text {
    padding: 20px 20px;
    background: var(--color-ffffff);
  }

  .achievements-text-box {
    padding: 30px 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }

  .resort-text {
    height: 100%;
    padding: 40px 0;
  }

  .resort-text-height {
    height: 650px;
  }

  .resort-div-left,
  .resort-div-right-div {
    height: auto;
  }

  .restobar-top-section-mobile {
    display: none;
  }

  .tree-house-rooms-section {
    height: 100%;
    width: 100%;
    padding-right: 0;
  }

  .memorable-text {
    margin-top: 0;
  }

  .tree-house-rooms-section .luxurious-rooms-position {
    top: 0;
    margin-top: 50px;
  }

  .inner-banner-section .slider-img {
    height: 320px;
  }

  .prisitine-section {
    padding: 0;
  }

  .prisitine-text-box {
    padding: 40px 10px;
  }

  .prisitine-section::before {
    width: 100%;
    height: 50%;
  }

  .prisitine-section::after {
    width: 100%;
    height: 50%;
  }

  section.watch-videos-section.pt-100.pb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .watch-videos-right {
    height: 500px;
    width: 100%;
    margin-top: 50px;
    position: relative;
  }

  .addons-list-box {
    width: 200px;
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banquet-right-section .banquet-img03 {
    top: 10%;
  }

  .addons-list-line::after {
    bottom: 30px;
  }

  .addons-list-line::before {
    bottom: 30px;
  }

  .bonding-box img {
    height: 150px;
  }

  .pq-mt-500 {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .reservation-box {
    display: block;
  }

  .input-container {
    margin-bottom: 20px;
  }

  .reservation-box2 .input-container {
    margin-right: 0;
  }

  .reservation_hours {
    transform: unset;
    top: 0;
  }

  .booking-table-left {
    padding: 20px 10px;
    height: 100%;
  }

  .whatsapp-room-btn .svg {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }

  .desktop-none {
    display: block !important;
  }

  .div-order-sm {
    order: 2;
  }

  .logo-mobile img {
    width: 150px;
  }

  .toggle img {
    width: 40px;
    height: 40px;
  }

  .memorable-title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .home-about-sub-text {
    padding-right: 0;
  }

  .banner-text-box {
    top: 40%;
  }

  .about-right-img::before,
  .about-right-img,
  .restaurant-bg::before {
    display: none;
  }

  .our-journey-left {
    padding-top: 0px;
    border-top: none;
  }

  .our-journey-experience {
    margin-bottom: 50px;
  }

  .food-menu-img img {
    height: 100%;
  }

  .special-food-section {
    margin-top: 60px;
    position: relative;
    z-index: 11;
  }

  .food-menu-div {
    position: relative;
    right: 0;
    top: 0;
  }

  .our-menu-title {
    margin-top: 40px;
  }

  .our-menu-bg::before {
    height: 14%;
  }

  .our-menu-bg::after {
    top: 14%;
  }

  .banquet-position {
    top: 0;
    position: relative;
    margin-top: 30px;
  }

  .memorable-text {
    margin-top: 20px;
    text-align: left !important;
  }

  .luxurious-rooms-img .luxurious-rooms-img01 {
    padding-top: 20px;
    width: 90%;
  }

  .luxurious-rooms-img .luxurious-rooms-img02 {
    width: 60%;
    height: 300px;
  }

  .luxurious-rooms-img .luxurious-rooms-img02 {
    width: 70%;
    height: 320px;
    top: 0;
  }

  .restaurant-right-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .restaurant-right-img02 {
    left: 50px;
    bottom: -10px;
    height: 40%;
  }

  .special-food-slider {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .welcome-pali-resort-text {
    padding: 30px 30px;
    padding-right: 30px;
    height: 100%;
  }

  .about-top-text::before {
    background: var(--color-ffffff);
  }

  .about-top-text::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--color-04538e);
  }

  .about-top-section {
    border-bottom: none;
  }

  .welcome-pali-resort-position02 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .img.mission-img {
    display: none;
  }

  .inner-banner-text::before {
    height: 90px;
    bottom: -10px;
  }

  .inner-banner-section .banner-text-box {
    top: unset;
    bottom: 30px;
  }

  .resort-div-left {
    position: relative;
    top: 0;
    width: 100%;
    padding-right: 0px;
    height: 100%;
    transform: unset;
    z-index: 11;
  }

  .resort-div-right-bg,
  .resort-div-left-bg {
    display: none;
  }

  .resort-text-height {
    height: 100%;
  }

  .resort-div-right-div {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding-left: 0px;
    height: 100%;
    transform: unset;
    z-index: 11;
  }

  .tree-house-rooms-section .luxurious-rooms-position {
    top: 0;
    margin-top: 10px;
  }

  .resort-text {
    height: 100%;
    padding: 20px 0;
  }

  .slider-img {
    height: 500px;
  }

  .inner-banner-section .slider-img {
    height: 250px;
  }

  .banquet-hall-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .bonding-box img {
    height: 100%;
  }

  .filter-btn li {
    padding: 10px 12px;
    margin: 10px 2px;
  }

  .footer-social-list {
    margin-bottom: 30px;
  }

  .reservation_hours {
    width: 100%;
    padding: 30px 20px;
    transform: translate(0, 0);
  }

  .reserv_modal-wrapper {
    padding: 30px 30px;
  }

  .reserv-modal_bg {
    left: 20%;
    top: 40px;
    width: 200px;
    height: 200px;
    margin-left: 0;
  }

  .reserv_modal-wrapper:after {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }

  .purchase-plants-btn a {
    color: var(--color-000000);
  }
}

@media (max-width: 575.98px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .bar-menu-text {
    width: 100%;
    display: block !important;
  }

  .bar-menu-text .bar-menu-btn {
    margin-top: 30px;
  }

  .our-menu-title {
    margin-top: 0px;
  }

  .our-menu-bg::before {
    height: 11%;
  }

  .our-menu-bg::after {
    top: 11%;
    height: 50%;
  }

  .banquet-bg::before {
    height: 40%;
    top: -710px;
  }

  .container-stage {
    padding-left: 20px;
  }

  .luxurious-rooms-img .luxurious-rooms-img02 {
    display: none;
  }

  .luxurious-rooms-img .luxurious-rooms-img01 {
    padding-top: 0;
    width: 100%;
  }

  .luxurious-rooms-text {
    top: 0;
    padding: 8px 10px;
  }

  .room-facility-btn {
    margin-top: 20px;
    text-align: left;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-bg-right {
    right: 0;
    width: 70px;
  }

  .footer-contact-list {
    margin-bottom: 30px;
  }

  .our-journey-sign {
    right: 0;
  }

  .restobar-slider .swiper-button-next,
  .restobar-slider .swiper-button-prev {
    top: 88%;
  }

  .logo-mobile img {
    width: 160px;
  }

  .inner-banner-section .bazaar-banner-img {
    height: 180px;
  }

  .banquet-hall-slider {
    padding: 20px 0;
  }

  .prisitine-text-box .prisitine-text img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .prisitine-text-box {
    padding: 30px 10px;
  }

  .banquet-right-section .banquet-img03,
  .addons-list-line::after,
  .addons-list-line::before {
    display: none;
  }

  .addons-list-box {
    width: 100%;
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sidebar-contact {
    right: -260px;
    width: 260px;
    padding: 20px 10px;
  }

  .map iframe {
    height: 350px;
  }

  .toggle-menu {
    height: 120px;
    width: 40px;
    left: -40px;
    line-height: 40px;
  }

  .toggle-menu.active:before {
    height: 120px;
    width: 40px;
    background-size: 20px auto;
  }

  .room-facility-list {
    width: 50%;
    padding: 10px 10px;
    height: 110px;
  }

  .room-facility-border {
    padding-bottom: 0;
    display: block !important;
  }

  .room-facility-btn .book-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .room-facility-btn .view-more {
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }

  .room-facility-btn .view-more .view-more-btn {
    width: 100%;
  }

  .mb-50 {
    margin-bottom: 10px;
  }

  .map-iframe {
    width: 100%;
    height: 300px;
  }

  .dinner-plate {
    left: 20px;
    bottom: -90px;
    width: 180px;
  }

  .our-journey-experience-text {
    padding-left: 0;
    position: relative;
  }

  .google-reviews {
    width: 160px;
  }

  .google-reviews img {
    border-radius: 10px;
  }

  #whatsapp-chat {
    width: 280px;
  }

  .info-avatar img {
    height: 72px;
  }

  .header-social .header-mail {
    margin-left: 0;
  }

  .contact-us-form textarea.form-control {
    height: 100px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 425px) {
  .welcome-pali-resort-text {
    padding: 20px 20px;
    padding-right: 20px;
  }

  .our-journey-sign {
    left: 60px;
    right: unset;
  }
}

@media (max-width: 395px) {
  .our-menu-bg::before {
    height: 15%;
  }

  .our-menu-bg::after {
    top: 15%;
    height: 50%;
  }

  .logo-mobile img {
    width: 110px;
  }
}

@media (max-width: 320px) {}

/* responsive css */