@charset "UTF-8";
.loyalty-program-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.loyalty-program-wrapper .bg-very-light-gray {
  background-color: #FFFBE9;
  font-family: var(--font-secondary);
}
.loyalty-program-wrapper .bg-very-light-gray .fs-24 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
.loyalty-program-wrapper .bg-very-light-gray .me-10px {
  margin-right: 10px !important;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs {
  flex-wrap: nowrap;
  width: 100%;
  background: #EADCC6;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs > li {
  width: 100%;
  float: none;
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  background-color: #EADCC6;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link {
  padding: 20px 15px;
  box-shadow: none;
  border: none;
  background: 0 0;
  border-radius: 0;
  transition: 0.4s;
  position: relative;
  display: block;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link span {
  color: #232323;
  z-index: 9;
  position: relative;
  transition: 0.3scubic-bezier 0.12, 0, 0.39, 0;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link span > span {
  color: #b0609a;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
  position: absolute;
  top: 50%;
  height: 70px;
  width: 70px;
  background-color: #b0609a;
  z-index: 9;
  right: 0;
  opacity: 0;
  transform: translate(25%, -50%);
  transition: opacity 0s, transform 0s;
  transition-delay: 0s;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link .number-box .icon-extra-medium {
  font-size: 24px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link .bg-hover {
  color: #232323;
  background-color: #fffbe9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3scubic-bezier 0.12, 0, 0.39, 0;
  z-index: 1;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link:hover, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.show, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.active {
  color: white;
  isolation: inherit;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link:hover span, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.show span, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.active span {
  color: #b0609a;
  transition: 0.5s;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box {
  opacity: 1;
  transform: translate(50%, -50%);
  transition: opacity 0.4s, transform 0.4s;
  transition-delay: 0.35s;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link:hover .bg-hover, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.show .bg-hover, .loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item .nav-link.active .bg-hover {
  transform: scaleX(1);
}
.loyalty-program-wrapper .bg-very-light-gray .tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-slider {
  position: relative;
  overflow: hidden;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg {
  position: relative;
  z-index: 1;
  background-color: #fffbe9;
  overflow: hidden;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap {
  padding: 35px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .content-desc {
  position: relative;
  z-index: 1;
  padding-right: 0;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .content-desc p {
  color: #000;
  font-family: var(--font-primary);
  font-size: 18px;
  padding-left: 9px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .content-desc .content-img-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 6%;
  top: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .btn-border-reveal {
  padding: 15px 40px;
  border-radius: 6px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .content-title {
  margin-bottom: 15px;
  color: #000000;
  font-family: var(--font-secondary);
  line-height: 92px;
  font-size: 92px;
  font-weight: 600;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .loyalty_box {
  text-align: start;
  padding-left: 10px;
  display: flex;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .loyalty_box .feature-box-icon {
  margin-bottom: 15px;
  width: 20%;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .loyalty_box .feature-box-content {
  width: 80%;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .loyalty_box .feature-box-content h4 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .tab-bg .content-wrap .loyalty_box .feature-box-content span {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .right-0px {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .right-0px .book_btn {
  padding: 0 40px;
  height: 110px;
  background-color: #b0609a;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .right-0px .book_btn .book_text {
  font-weight: 600;
  line-height: 22px;
  font-size: 25px;
  text-transform: uppercase;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .social-linkss {
  right: 2%;
  top: 10%;
  z-index: 4;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .social-linkss ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane .social-linkss ul a {
  font-size: 20px;
  color: #b0609a;
}
.loyalty-program-wrapper .bg-very-light-gray .tab-pane#tab_seven5 .loyalty_box {
  align-items: center;
}

.js-slideer-hero-nav {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.js-slideer-hero-nav i {
  font-size: 15px !important;
}
.js-slideer-hero-nav:hover {
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid transparent;
}

body {
  /* Custom Scrollbar */
  /* Optional: Hover effect */
}
body::-webkit-scrollbar {
  width: 8px;
  /* Scrollbar width */
}
body::-webkit-scrollbar-track {
  background: #fffbe9;
}
body::-webkit-scrollbar-thumb {
  background: #b0609a;
}
body::-webkit-scrollbar-thumb:hover {
  background: #904d7d;
}
body .ecohotel-text {
  position: relative;
  color: #904d7d;
  color: #40a74c;
  font-weight: 600;
  z-index: 1;
}
body .ecohotel-text .deco_item {
  position: absolute;
  left: 51%;
  z-index: -1;
  height: 80%;
  width: 100%;
  bottom: 50%;
}
body .ecohotel-text .upDown {
  animation: upDown 2s infinite alternate;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
body .verticalSlider__wrap {
  padding-left: 50px;
  padding-top: 60px;
  margin-bottom: 0;
  padding-right: 50px;
}
body .trending-text {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  transform: translate(-13px, -10px);
  right: 0;
  top: 0;
}
body .trending-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  z-index: 5;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(234, 220, 198, 0.7411764706), transparent);
  transform: skewX(-25deg);
  animation: shineEffect 3s infinite linear;
}
@keyframes shineEffect {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
body .right-new {
  gap: 10px;
}
body .header .desktopNav .book-now-home {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #EADCC6;
  padding: 10px 20px;
  color: #131313;
  top: 12px;
}
body .header .desktopNav .book-now-home .view-button {
  display: inline-block;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 4;
  font-size: 14px;
  opacity: 1;
  transition: 0.7s all ease;
}
body .header .desktopNav .book-now-home .view-button.hov {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.7s all ease;
  animation: grow 2s infinite alternate;
  border-bottom: 1px solid #fffbe9;
}
@keyframes grow {
  0% {
    width: 0;
    border-color: #fffbe9;
  }
  50% {
    width: 100%;
    border-color: #fff;
  }
  100% {
    width: 0;
    border-color: #fffbe9;
  }
}
body .header .desktopNav .book-now-home:hover .view-button.hov {
  width: 100%;
  border-color: #904d7d;
  color: #904d7d;
}

.event-home {
  position: relative;
  background-color: #122223;
  z-index: 1;
}
.event-home .absolute-btn {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 326px;
  animation: float 2s linear 0.5s infinite alternate both;
}
.event-home .absolute-btn img {
  height: 100%;
}
.event-home .event-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.event-home .event-buttons .celebrate-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-home .event-buttons .celebrate-btn i {
  font-size: 16px !important;
}
.event-home .celebrate-event {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .event-home .celebrate-event {
    margin-right: -10vw;
  }
}
@media (min-width: 1400px) {
  .event-home .celebrate-event {
    margin-right: -20vw;
  }
}
.event-home .celebrate-event .event-wrapper {
  background: #FFFBE9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.event-home .celebrate-event .event-img img {
  width: 422px;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-home .celebrate-event .event-content {
  width: 45%;
  padding: 5%;
  position: relative;
}
.event-home .celebrate-event .event-content .box {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 20px;
  border-radius: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  font-size: 12px;
  background-color: #122223;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.event-home .celebrate-event .event-content .event-title {
  font-family: var(--font-secondary);
  font-size: 40px;
  color: #122223;
  margin-bottom: 10px;
  font-weight: 600;
}
.event-home .celebrate-event .event-content p {
  font-family: var(--font-primary);
  font-size: 16px;
}

.about-home {
  position: relative;
  z-index: 1;
}
.about-home .feature-box-content h5 {
  color: #122223;
}
.about-home .feature-wrap-box {
  padding: 30px 0;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
}
.about-home .feature-wrap-box .feature-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  height: 120px;
  width: 120px;
  border-radius: 100%;
}
.about-home .feature-wrap-box .feature-box-icon img {
  position: relative;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
}
.about-home .border-lefts {
  border-right: 1px solid rgba(160, 135, 91, 0.2);
}
.about-home .border-lefts:nth-child(even) .feature-box-icon::before {
  transform: rotate(-140deg);
}
.about-home .border-lefts:last-child {
  border: none;
}

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

.map-wrapper {
  background: #5a1f5a;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .map-wrapper .slick-list {
    padding: 0 !important;
  }
}
.map-wrapper .map-content {
  padding: 50px;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .map-wrapper .map-content {
    padding: 50px 0px 0;
    margin: 0 50px;
  }
  .map-wrapper .map-content br {
    display: none;
  }
  .map-wrapper .map-content .md\:text-40 {
    font-size: 35px !important;
  }
}
.map-wrapper .slider-nav {
  overflow: hidden;
}
.map-wrapper .cutom-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99;
  padding-left: 100px;
}
.map-wrapper .cutom-buttons .slick-arrow {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.map-wrapper .cutom-buttons .slick-arrow i {
  color: #fff;
}

@media (min-width: 1200px) {
  .w-lg-50 {
    width: 50%;
  }
}

.calltoaction_section {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.calltoaction_section .content_box.bg_primary {
  padding: 35px 60px 25px 60px;
  border-radius: 12px;
  z-index: 1;
  position: relative;
  background-image: linear-gradient(135deg, #1c1522 0%, #1c1522 70%, #1c1522 70%, #1c1522 100%), url(../img/img/bg-1.webp);
  border-bottom: 20px;
  box-shadow: 2px 2px 8px #c3bfae;
}
.calltoaction_section .content_box.bg_primary .event-title {
  font-family: var(--font-secondary);
  font-size: 50px;
  color: white;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .calltoaction_section .content_box.bg_primary {
    padding: 20px;
  }
}
.calltoaction_section .member-div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #e30050 30%, #ff7423 70%);
  padding: 15px;
  border-radius: 10px;
}
.calltoaction_section .member-div i {
  font-size: 30px;
  color: #fff;
}
.calltoaction_section .member-div span {
  color: #fff;
  font-size: 15px;
}

.text-gradient-cerise-salmon-red {
  background: #e30050;
  background: linear-gradient(135deg, #ffce87 30%, #ffffff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700 !important;
  font-size: 3vw;
}

.login_bg {
  background-image: url(../img/img/log_in_image.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.testi-bg {
  background-image: url(../img/img/demo-spa-salon-home-bg-01.jpg);
}

.left-0 {
  left: 0;
}

.h-580px {
  height: 500px !important;
}

@media (max-width: 991px) {
  .md-h-400px {
    height: 350px !important;
  }
}
@media (max-width: 575px) {
  .xs-h-300px {
    height: 300px !important;
  }
}
#particles-style-01 {
  z-index: -1;
}

.input-medium.w-100 {
  border: 1px solid #122223;
  border-radius: 0 !important;
  padding: 10px 20px;
}

.paddign-20px {
  padding: 20px 40px;
}

.main-title {
  text-transform: capitalize;
  font-size: 4vw;
  /* Adjusts based on viewport width */
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-accent-1);
  font-family: var(--font-secondary);
  margin: 0;
}
@media (min-width: 1400px) {
  .main-title {
    font-size: 3.5vw;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 10vw;
  }
}

.secondary-title, .roomCard__title {
  text-transform: capitalize;
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-accent-1);
  font-family: var(--font-secondary);
  margin: 0;
}
@media (max-width: 991px) {
  .secondary-title, .roomCard__title {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .secondary-title, .roomCard__title {
    font-size: 9vw;
  }
}

@media (max-width: 991px) {
  .event-home .celebrate-event .event-content .event-title {
    font-size: 7vw;
  }
  #book-now-wrapper {
    margin: 0 !important;
    padding: 30px 15px;
  }
  .navAbsolute.-type-3 .size-80, .navAbsolute.-type-2 .size-80 {
    background: var(--color-accent-1);
    color: white;
  }
  .footer.-type-1 .footer__grid {
    gap: 20px !important;
  }
  hr {
    margin: 0.2rem 0 !important;
  }
  .footer.-type-1 .footer__bottom {
    padding-bottom: 70px !important;
  }
  .Special_Offer .interactive-banner-style-07 figure .hover-show-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1.2);
    bottom: 5%;
  }
  .Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color {
    height: auto;
    width: auto;
    line-height: 1;
    border-radius: 50px !important;
    padding: 6px 10px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #623167, #e94037, #ff9221);
    border: 1px solid rgb(20, 5, 5);
    color: #fff;
    overflow: hidden;
  }
  .Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color span {
    color: #fff;
    font-size: 12px;
  }
  .Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color i {
    color: #fff;
    font-size: 12px;
  }
  .Special_Offer .interactive-banner-style-07 figure .hover-hide-content {
    bottom: 20%;
  }
  .Special_Offer .interactive-banner-style-07 figure:hover .hover-hide-content {
    opacity: 1;
    visibility: visible;
  }
  .sideImages.-type-2 {
    margin-bottom: 15px !important;
  }
  .footer.-type-1 .footer__grid .y-gap-15 > * {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
  .room-home-section .y-gap-30 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.section-padding-top {
  padding-top: 60px !important;
}
.section-padding-bottom {
  padding-bottom: 60px !important;
}
.section-padding.section-padding-top-0 {
  padding-top: 0 !important;
}
.section-padding.section-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.section-padding.section-padding-top-0 {
  padding-top: 0 !important;
}
.section-padding.section-padding-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-padding.section-margin-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-padding.section-margin-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-padding.mobile-padding-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-padding.mobile-padding-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .section-padding.mobile-margin-top-60 {
    margin-top: 60px !important;
  }
  .section-padding.mobile-top-0 {
    padding-top: 0 !important;
  }
  .section-padding.mobile-bottom-0 {
    padding-bottom: 0 !important;
  }
  .section-padding.mobile-top-10 {
    padding-top: 10px !important;
  }
  .section-padding.mobile-top-20 {
    padding-top: 20px !important;
  }
}

.mb-60px {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .d-none.d-lg-block {
    display: block !important;
  }
  .d-none.d-lg-flex {
    display: flex !important;
  }
  .d-flex.d-lg-none {
    display: none !important;
  }
  .d-block.d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mt-minus-180-mobile {
    margin-top: -150px;
  }
}
.mt-minus-180 {
  margin-top: -190px !important;
}

.restaurant-section .btn-gradient-text .btn-double-gradient-text {
  font-size: 13px;
}

.navAbsolute .swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.search-button i,
.navbar-menu-icon i {
  font-weight: 800;
}

@media (min-width: 1600px) {
  .navAbsolute.-type-2 {
    left: 0 !important;
    right: 0 !important;
  }
}
/* Mobile view (≤ 767px) */
@media (max-width: 767px) {
  /* Horizontal scrolling for banquet sliders on mobile */
  .banquet-mobile-slider,
  .banquet-mobile-slider1,
  .banquet-mobile-slider2,
  .banquet-mobile-slider3 {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banquet-mobile-slider .row,
  .banquet-mobile-slider1 .row,
  .banquet-mobile-slider2 .row,
  .banquet-mobile-slider3 .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
    padding: 0;
  }
  .banquet-mobile-slider .row::-webkit-scrollbar,
  .banquet-mobile-slider1 .row::-webkit-scrollbar,
  .banquet-mobile-slider2 .row::-webkit-scrollbar,
  .banquet-mobile-slider3 .row::-webkit-scrollbar {
    display: none;
  }
  .banquet-mobile-slider .col-lg-4.col-sm-6,
  .banquet-mobile-slider1 .col-lg-4.col-sm-6,
  .banquet-mobile-slider2 .col-lg-4.col-sm-6,
  .banquet-mobile-slider3 .col-lg-4.col-sm-6 {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: center;
    padding: 0 10px;
  }
  .banquet-mobile-slider .pt-100,
  .banquet-mobile-slider1 .pt-100,
  .banquet-mobile-slider2 .pt-100,
  .banquet-mobile-slider3 .pt-100 {
    padding-top: 0 !important;
  }
  .banquet-mobile-slider img,
  .banquet-mobile-slider1 img,
  .banquet-mobile-slider2 img,
  .banquet-mobile-slider3 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
  .banquet-mobile-slider [data-anim-child],
  .banquet-mobile-slider1 [data-anim-child],
  .banquet-mobile-slider2 [data-anim-child],
  .banquet-mobile-slider3 [data-anim-child] {
    animation: none !important;
    transform: none !important;
  }
  .home-usp-images .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
    padding: 0;
  }
  .home-usp-images .row::-webkit-scrollbar {
    display: none;
  }
  .home-usp-images .col-lg-4.col-md-4.col-sm-6 {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: center;
    padding: 0 10px;
  }
  .home-usp-images .image-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
  .home-usp-images [data-anim-child] {
    animation: none !important;
    transform: none !important;
  }
}
@media (max-width: 991px) {
  .Special_Offer.offer-home {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .Special_Offer.offer-home .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px;
  }
  .Special_Offer.offer-home .row .col {
    flex: 0 0 auto;
    width: 300px;
    max-width: 100%;
  }
  .Special_Offer.offer-home .row .col img {
    width: 100%;
    height: auto;
    display: block;
  }
}/*# sourceMappingURL=m.css.map */