

/*@font-face {*/
/*  font-family: 'NewYork';*/
/*  src:url('../fonts/NewYork.otf') format('opentype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

@font-face {
  font-family: 'NTFabulousalternative';
  src:url('../fonts/NTFabulousalternative.otf') format('opentype');
  /*font-weight: 300;*/
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*  font-family: 'albertsans';*/
/*  src:url('../fonts/AlbertSans-Regular.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'BelganAesthetic';*/
/*  src:url('../fonts/BelganAesthetic.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'albertsans-italic';*/
/*  src:url('../fonts/AlbertSans-Italic.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'lora';*/
/*  src:url('../fonts/Lora-Regular.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'lora-italic';*/
/*  src:url('../fonts/Lora-Italic.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

:root {
  --font-primary: "Quicksand", sans-serif;
  --font-secondary: "NTFabulousalternative", sans-serif;
}

:root {
  --text-9: 9px;
  --text-11: 11px;
  --text-17: 17px;
  --text-19: 19px;
  --text-20: 20px;
  --text-21: 21px;
  --text-24: 24px;
  --text-28: 28px;
  --text-32: 32px;
  --text-36: 36px;
  --text-40: 40px;
  --text-46: 46px;
  --text-50: 50px;
  --text-60: 60px;
  --text-64: 64px;
  --text-72: 72px;
  --text-92: 92px;
  --text-96: 96px;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-code1: #4E4C4C;
  --color-code2: #4E4C4C;
  --color-code3: #4E4C4C;
  --color-code4: #252523;
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  font-family: var(--font-primary) !important;
  /* width: 100%; */
  /* background-color: var(--color-code1) !important; */
  color: var(--color-code4) !important;
  font-size: 17px;
  line-height: 1.5;
  /* letter-spacing: -1px; */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-code4) !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 17px;
  color: var(--color-code4);
  margin: 0 !important;
}

.font-secondary{
  font-family: var(--font-secondary) !important;
}

.color-1{
  color: var(--color-code1) !important;
}

.color-2{
  color: var(--color-code2) !important;
}

.color-3{
  color: var(--color-code3) !important;
}

.color-4{
  color: var(--color-code4) !important;
}

.bg-1{
  background-color: var(--color-code1) !important;
}

.bg-2{
  background-color: var(--color-code2) !important;
}

.bg-3{
  background-color: var(--color-code3) !important;
}

.bg-4{
  background-color: var(--color-code4) !important;
}

.bg-lgrey{
  background-color: #f5f5f5 !important;
}

.bg-white{
  background-color: var(--color-white) !important;
}

.section-pt-100{
  padding-top: 100px;
}

.section-pb-100{
  padding-bottom: 100px;
}

.section-pt-80{
  padding-top: 80px;
}

.section-pb-80{
  padding-bottom: 80px;
}

.section-pt-50{
  padding-top: 50px;
}

.section-pb-50{
  padding-bottom: 50px;
}

.mt-50{
  margin-top: 50px;
}

.mb-50{
  margin-bottom: 50px;
}

.mt-80{
  margin-top: 80px;
}

.mb-80{
  margin-bottom: 80px;
}



hr.border-bt{
  border-bottom: 1px solid var(--color-code3) !important;
  opacity: 1;
}

.text-9{
  font-size: var(--text-9);
}

.text-11{
  font-size: var(--text-11);
}

.text-17{
  font-size: var(--text-17);
}

.text-19{
  font-size: var(--text-19);
}

.text-20{
  font-size: var(--text-20);
}

.text-21{
  font-size: var(--text-21);
  line-height: 28px !important;
}

.text-24{
  font-size: var(--text-24);
}

.text-28{
  font-size: var(--text-28);
}

.text-32{
  font-size: var(--text-32);
}

.text-36{
  font-size: var(--text-36);
}

.text-40{
  font-size: var(--text-40);
  line-height: 50px;
}

.text-46{
  font-size: var(--text-46);
}

.text-50{
  font-size: var(--text-50);
}

.text-60{
  font-size: var(--text-60);
}

.text-64{
  font-size: var(--text-64);
}

.text-72{
  font-size: var(--text-72);
}

.text-92{
  font-size: var(--text-92);
}

.text-96{
  font-size: var(--text-96);
}

.pl-50{
  padding-left: 50px !important;
}

.h-100{
  height: 100%;
}

hr{
  margin: 0 !important;
}

.btn{
  width: max-content !important;
  padding: 12px 25px !important;
  border-radius: 0 !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: var(--font-secondary) !important;
  text-transform: capitalize !important;
}

.custom-container{
  max-width: 1400px;
  margin: auto;
}

.para-content{
  font-size: var(--text-17) !important;
  margin-top: 20px !important;
  line-height: 27px;
}

.para-content p{
    margin-top: 10px !important;
}

.para-content p:first-of-type{
    margin-top: 0px !important;
}

.explore-cta {
  font-size: var(--text-17) !important;
  position: relative;
  height: fit-content;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px; /* Ensures space for the underline */
  transition: color 0.3s ease-in-out;
  margin-top: 20px;
  width: max-content;
}

.explore-cta::after {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-code4);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.explore-cta:hover::after {
  transform: scaleX(0.5);
  transform-origin: center;
}

.explore-cta:not(:hover)::after {
  transform: scaleX(1);
  transform-origin: center;
}

.hover-trigger {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.explore-cta:hover .hover-trigger,
.hover-trigger:hover {
  transform: translateX(5px); /* Moves the span element */
}

.hotel-cta:hover::after,
.hover-trigger:hover ~ .hotel-cta::after {
  transform: translateX(10px); /* Moves the line to the right */
}

.hotel-cta:hover .hover-trigger,
.hover-trigger:hover {
  transform: translateX(10px); /* Moves the span element */
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;
  /* background-color: #fff; */
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}

.header__logo {
  margin: 15px 0;
}

.header__logo img {
  width: 110px;
}

.header2.sticky .header__logo img.logo-white{
display: none;
}

.header2 .header__logo img.logo-black{
  display: none;
}

.header2.sticky .header__logo img.logo-black{
  display: block;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background: var(--color-code3); */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1001;
} 

.header.sticky .header__logo{
  margin: 5px 0;
}

.header.sticky .header__logo img {
  width: 80px;
}

.header .button.btn {
  background-color: var(--color-white);
}

.header.sticky .button.btn {
  background-color: var(--color-white);
}

.header.header2.sticky .button.btn {
  background-color: var(--color-code3);
}

.header.header2.sticky a.button.btn  {
  color: var(--color-white) !important;
}

.header.sticky a.button.btn  {
  color: var(--color-code4) !important;
}

.header .desktopNav {
  display: flex;
  align-items: center;
}

.header .desktopNav > * {
  /* padding: 8px 25px; */
}

.header .desktopNav__item {
  position: relative;
  border-radius: 100px;
}

.header .desktopNav__item > a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--color-white) !important;
}

.header.header2.sticky .desktopNav__item > a {
  color: var(--color-code4) !important;
}

/* .header .desktopNav__item > a:hover {
  color: var(--color-code2) !important;
} */

.header .desktopNav__item > a {
  position: relative;
  padding-bottom: 4px; 
  transition: color 0.3s ease-in-out;
}

.header .desktopNav__item > a::after {
  content: '';
  width: 0;
  height: 1px; 
  background: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease-in-out;
}

.header.sticky .desktopNav__item a::after {
  background: var(--color-code3);
}

.header.sticky .desktopNav__item:hover a::after {
  background: var(--color-code3);
}

.header .desktopNav__item > a:hover {
  color: var(--color-code4);
}

.header .desktopNav__item > a:hover::after {
  width: 100%; 
}

.header .desktopNav .desktopNavSubnav {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 14px;
  transition: .2s;
  opacity: 0;
  pointer-events: none;
}

.header .desktopNav .button.btn{
  margin-left: 15px;
}
.header .button.btn a{
  /* color: var(--color-white) !important; */
  color: var(--color-code4) !important;
  font-weight: 500;
}

.img-hover-effect {
  overflow: hidden;
}

.img-hover-effect img.img-hover  {
  transition: transform 0.8s ease-in-out;
}

.img-hover-effect:hover img.img-hover  {
  transform: scale(1.05); /* Slight zoom effect */
}


.hotel-img{
  overflow: hidden;
}

.hotel-img .hotel-img-wrap{
  overflow: hidden;
}

.banner-img {
  position: relative;
  overflow: hidden; /* Prevents overflow */
}

.home-banner .banner-img img.img-hover {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  animation: scaleInfinite 5s ease-in-out infinite alternate;
  aspect-ratio: 16/9;
}

.banner-img img.img-hover {
  display: block;
  width: 100%;
  height: auto;
  /* transform: scale(1);
  animation: scaleInfinite 8s ease-in-out infinite alternate; */
}

@keyframes scaleInfinite {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* or any subtle zoom level you want */
  }
}

.banner-section{
  overflow: hidden;  
}

.banner-section .inner-header-overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}

.banner-section .hotel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); 
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

.banner-section .banner-img{
  position: relative;
  height: 100vh !important;
  /* transition: 8.5s ease-out !important;
  transform: scale(1) !important; */
}

.banner-section .banner-img img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-section .banner-text{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  width: 70%;
  z-index: 2;
  text-align: center;
}

.banner-section .banner-text .para-content{
  color: var(--color-white);
}

.banner-section .banner-text h1{
  color: var(--color-white);
  font-family: var(--font-secondary) !important;
  font-size: var(--text-64);
  text-shadow: 0px 0px 10px #4b4b4b;
}

.banner-section .banner-text p {
    color: var(--color-white);
    text-transform: uppercase !important;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px !important;
    font-weight: 500;
}

.hotels-slider h3{
  padding-top: 20px;
  /* font-size: var(--text-40); */
}

.hotels-slider .swiper-slide-active h3{
  /* margin-left: 50px; */
}

.hotel-img img{
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.newlaunch-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  transition: opacity 0.3sease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 20%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}

.newlaunch-section h3{
  font-size: var(--text-96);
  letter-spacing: 0 !important;
}

.newlaunch-section{
  position: relative;
}

.newlaunch-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.newlaunch-section img{
  height: 95vh;
  width: 100%;
  object-fit: cover;
}

.nl-content{
  position: absolute;
  bottom: 0;
  padding: 100px 0;
  color: var(--color-white);
  /* font-family: var(--font-primary) !important; */
  width: 100%;
}

.nl-content h4{
  font-size: var(--text-28) !important;
  padding-bottom: 20px;
}

.nl-content .btn-border{
  border-color: var(--color-white);
}

.nl-content .btn-border a{
  color: var(--color-white) !important;
}

.wg-content{
  display: flex;
  justify-content: space-between;
}

.wg-content p{
  width: 70%;
}

.gateaway-slider, .wpackages-slider, .review-slider, .gallery-slider, .hotels-slider, .room-img-slider, .facility-slider, .experience-slider, .room-single-slider, .food-slider, .experience-slider-home{
  overflow: hidden;
}

.title-section{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.border-rt{
  width: 100%;
  position: relative;
}

.border-rt::after{
  content: '';
  width: 90%;
  height: 1px;
  /* background-color: var(--color-code3); */
  background-color: #25252378;
  position: absolute;
  margin: 0 3%;
}

.review-wrap{
  background-color: var(--color-white);
  padding: 30px 20px;
}


.review-slider .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.review-slider .swiper-slide {
  /* height: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(1, 0.8);
  margin: auto;
}

.review-slider .swiper-slide.swiper-slide-active .review-wrap{
  transform: scale(1);
  transition: all 200ms linear;
  margin: auto;
}

.review-slider .review-wrap{
  /* height: 300px; */
  transform: scale(1, 0.8);
  border-image: linear-gradient(280deg, #000000, rgba(255, 255, 255, 0) 50%) 1 / 1.5px;
}
 
.review-slider .review-wrap img{
   width: auto;
  /*object-fit: cover; */
}

.wed-imgs img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 500px !important;
}

footer, footer a{
  color: var(--color-white) !important;
}

footer ul{
  padding: 0;
  margin: 0;
}

footer ul li{
  padding-bottom: 10px;
  font-size: var(--text-17);
}

footer .footer-address{
  padding-top: 30px;
  font-size: var(--text-17);
  line-height: 1.2;
  /* font-style: italic; */
}

footer h3{
  text-transform: uppercase;
  padding-bottom:5px;
  font-size: var(--text-24);
  font-weight: 500;
  position: relative;
  /* width: fit-content; */
  margin-bottom: 15px;
  color: #bfbfbf;
}

footer .copyright-wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

footer .footer-social-links{
  display: flex;
  justify-content: center;
}

footer .footer-social-links a{
  padding-right: 15px
}

footer .footer-social-links a:last-child {
  padding-right: 0px
}

footer .footer-social-links a i{
  font-size: 30px;
}

.footer-logo img{
  width: 200px;
}

footer.footer2 a, .footer2 .f-address, .footer2 .copyright{
  color: var(--color-black) !important;
}

footer.footer2 h3{
  color: #312d2d;
}

footer.footer2 .develop-by{
  color: var(--color-code3) !important;
}

.hoverTitleInteraction__images {
  position: relative;
}

.hoverTitleInteraction__images > * {
  opacity: 0;
  transition: all 0.3s;
}

.hoverTitleInteraction__images > * + * {
  position: absolute;
  top: 0;
  right: 0;
}

.hoverTitleInteraction__images > *.is-active {
  opacity: 1;
}

.sectionBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}


.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imageCard.-type-1 .imageCard__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 960px;
  padding: 100px;
}

.imageCard.-type-1.-hover-1 .-hover-1-slide {
  transition: all 0.3s ease-out;
}

.imageCard.-type-1.-hover-1 .-hover-1-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.imageCard.-type-1.-hover-1:hover .-hover-1-slide {
  transform: translateY(-230px);
}

.imageCard.-type-1.-hover-1:hover .-hover-1-content {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-out 0.2s;
}

.imageCard.-type-1.-hover-1 .-hover-1-slide {
  transition: all 0.3s ease-out;
}

.imageCard.-type-1.-hover-1:hover .-hover-1-slide {
  transform: translateY(-230px);
}

.relative{
  position: relative;
}

.absolute{
  position: absolute;
}

.gallery-img .explore-cta{
  margin-right: 30px;
}

.gallery-section .gallery-img img{
  height: 550px !important;
  width: 100%;
  object-fit: cover;
}

.gallery-img-link{
  text-align: right;
  padding-top: 20px;
}


.gallery-section .explore-cta{
  margin-top: 5px;
}

h1, h2, h3, h4{
  /* font-family: var(--font-secondary) !important; */
  margin-bottom: 0px !important;
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
  font-size: 17px !important;
  line-height: 1.4 !important;
  height: 50px !important;
  /* background-color: var(--color-code1) !important; */
  border: 1px solid #00000036 !important;
  padding: 0 20px !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.contactForm select:focus,
.contactForm input:not([type="range"]):focus,
.contactForm textarea:focus {
  border-color: var(--color-code4) !important;
}

.contactForm textarea {
  height: auto !important;
  padding-top: 25px !important;
}

.contactForm ::-moz-placeholder {
  font-weight: 400 !important;
}

.contactForm ::placeholder {
  font-weight: 400 !important;
}

.contactForm__caption {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
}

.contactForm .form-input {
  position: relative !important;
  width: 100%;
}

.contactForm .form-input label {
  position: absolute !important;
  top: 14px !important;
  left: 15px !important;
  color: black !important;
  z-index: 10 !important;
  pointer-events: none !important;
  transition: all 0.15s ease-out !important;
}

.contactForm .form-input label::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: -7px !important;
  right: -7px !important;
  bottom: 0 !important;
  /* background-color: var(--color-code1) !important; */
  z-index: -1 !important;
}

.contactForm .form-input textarea:focus + label,
.contactForm .form-input input:focus + label {
  transform: translateY(-29px) !important;
}

.contactForm .form-input.-h-55 input {
  height: 55px !important;
}

.contactForm .form-input input, .contactForm .form-input textarea {
  width: 100%;
  margin-bottom: 15px;
}

a.button.btn{
  color: var(--color-white);
}

/* a .button.btn{
  color: var(--color-code4) ;
} */

.contact-form {
    background-color: #f5f5f5 !important;
    color: #fff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.contact-form p.contact-info {
  font-size: var(--text-17);
  padding-bottom: 20px;
  color: #fff;
}

.contact-form .section-title, .contact-form .contact-info{
  /*color: #fff;*/
}

.gallery-img-link h3{
  margin-left: 20px;
}

.facilities-wrap{
  background-color: var(--color-code3);
  color: var(--color-white);
}

.facilities-wrap ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  font-size: var(--text-21);
  text-align: center;
  line-height: 28px;
}

.facilities-wrap{
  font-size: var(--text-21);
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}

.facilities-wrap i{
  font-size: var(--text-36);
}

.facilities-wrap span{
  position: relative;
}

.facilities-wrap span::after{
  content: '';
  height: 100%;
  /* background-color: var(--color-white); */
  /* width: 100%; */
  position: absolute;
  border-right: 1px solid #fff;
}

.facilities-wrap ul i{
  font-size: var(--text-28);
}

.facilities-wrap ul span{
  position: relative;
}

.facilities-wrap ul span::after{
  content: '';
  height: 100%;
  /* background-color: var(--color-white); */
  /* width: 100%; */
  position: absolute;
  border-right: 1px solid #fff;
}

.facilities a.button{
  color: var(--color-white) !important;
}
.room-container{
  position: relative;
}

.rooms-cta .explore-cta{
  position: absolute;
  bottom: 5%;
  right: 0;
  transform: translate(0, 0%);
  padding-bottom: 0;
}

.btn-border{
  border: 1px solid var(--color-code3) !important;
}

.room-details-wrap .section-border{
  /* transform: scale(1, 0.8); */
  border-image: linear-gradient(270deg, #000000, rgba(255, 255, 255, 0) 95%) 1 / 1.5px;
}

.room-details-wrap .section-border-reverse{
  /* transform: scale(1, 0.8); */
  border-image: linear-gradient(90deg, #000000, rgba(255, 255, 255, 0) 95%) 1 / 1.5px;
}

.room-details-wrap .room-desc-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.room-details-wrap .room-desc-wrap h3{
  font-size: var(--text-40);
}

.room-details-wrap .room-desc-wrap p{
  font-size: var(--text-17);
}

.room-desc-wrap .btn a{
  color: #fff !important;
}
    
.room-details-wrap .room-cover-img{
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

.room-details-wrap .aminities-list ul{
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 50px;
}

.room-details-wrap .aminities-list ul li{
  border-bottom: 1px solid var(--color-code3);
  /* padding: 10px 0; */
}

.room-details-wrap .aminities-list ul li:nth-last-of-type(-n+3){
  border-bottom: none;
}

.room-img-slider{
  position: relative;
}

.swiper-button-prev, .swiper-button-next{
  padding: 25px;
  border: 0.5px solid #707070;
  border-radius: 50%;
  position: relative !important;
  right: auto !important;
  left: auto !important;
}

.slider-arr-prev, .slider-arr-next{
  padding: 25px;
  border: 0.5px solid #707070;
  border-radius: 50%;
  position: relative !important;
  right: auto !important;
  left: auto !important; 
}

.swiper-button-prev::after, .swiper-button-next::after{
  font-size: 30px !important;
  color: #707070 !important;
}

.slider-arr-prev::after, .slider-arr-next::after{
  font-size: 30px !important;
  color: #707070 !important;
}

img.wed-bg{
  width: 100%;
  height: 95vh;
  object-fit: cover;
}

.wedding-gal .review-wrap{
  padding: 0 !important;
}

.headerMobile__left button{
  background-color: transparent;
  border: none;
  outline: none;
}

.headerMobile__left button svg{
  fill: #000;
}

.header.sticky .headerMobile__left button svg{
  fill: #000;
}

/* media Queries*/

@media (max-width: 1400px) {
  .custom-container{
      max-width: 1340px;
  }
}
@media (max-width: 1200px) {
  .custom-container {
      max-width: 1140px;
  }

  .header .desktopNav {
    display: none;
  } 

  .headerMobile__left button{
    display: block !important;
  }

  .header .desktopNav.-is-menu-opened{
    display: block;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding: 10px;
    /* top: 90px; */
    top: 70px;
    height: 100vh;
    z-index: 1001;
  }

  .header .desktopNav.-is-menu-opened .desktopNav__item > a{
    color: var(--color-code4) !important;
  }

  .header .desktopNav.-is-menu-opened button.button {
    background-color: var(--color-code4) !important;
  }

  .header .desktopNav.-is-menu-opened button.button a{
    color: var(--color-white) !important;
  }

  .header{
    background-color: var(--color-white) !important;
  }

  .header .logo-white{
    display: none;
  }

   .header2 .header__logo img.logo-black{
    display: block;
  }
  
  .header .header__logo img {
     /*width: 85px;*/
     height: 60px;
  }
  
  .header .desktopNav.-is-menu-opened .button{
      margin-top: 20px;
  }
  
  .header .header-staah-btn .Configure-quickBook-Widget .searchBtn{
      color: #fff !important;
  }
}

@media (max-width: 992px) {
  .custom-container {
      max-width: 960px;
  }
}
@media (max-width: 768px) {
  .custom-container {
      max-width: 720px;
  }
}
@media (max-width: 576px) {
  .custom-container {
      max-width: 540px;
  }
}

.custom-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.facility-img{
  position: relative;
}

.facility-desc h3{
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
  color: #fff;
}

.facility-slider .facility-img-wrap img{
  height: 500px;
}

.video-section {
  position: relative;
}

.video-section img{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.video-section video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.video-section .inner-header-overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}

.video-section .video-content{
position: absolute;
top: 68%;
left: 6%;
transform: translate(0%, -32%);
color: #fff;
/* text-align: center; */
z-index: 2;
}

.video-section .video-content p{
  color: #fff;
  /* text-align: center; */
  font-size: var(--text-17);
  padding-top: 10px;
  width: 40%;
}

.video-section .video-content h3{
  font-size: var(--text-40);
}

.video-section .video-content .explore-cta{
  color: #fff !important;
  font-size: var(--text-17) !important;
  margin-top: 20px !important;
  border-bottom: 1px solid #fff !important;
}

.experience-slider .experience-img-wrap img, .experience-slider-home .experience-img-wrap img{
  height: 450px !important;
}

.experience-slider .hotel-desc h3, .experience-slider-home .hotel-desc h3{
  padding-top: 20px;
}

.experience-slider .hotel-desc p {
  /* width: 80%; */
}

.experience-section, .facility-section-events {
  background-color: #f5f5f5 !important;
}


.h-52{
  height: 52px;
}

/* Home 2 */

hr.header-el{
  width: 100px;
  /* background: var(--color-code3); */
  background-color: #25252378;
  opacity: 1 !important;
  /* height: 2px !important; */
}

.about-weddings  .button.btn{
  color: var(--color-code4);
}

@media (max-width: 992px) {
  .about-weddings hr.header-el{
    display: none;
  }

  .about-weddings .section-title {
    min-width: 100%;
    text-align: center;
  }

  footer h3{
    padding-top: 25px !important
  }

  hr.header-el{
    display: none;
  }
}

.inner-header-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.3sease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  overflow: hidden;
}

.contact-form{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16 / 9;
}

.contact-form .inner-header-overlay{
  height: 100%;
  background: #00000033;;
}

.contact-form .container{
  position: relative;
  z-index: 1;
}

header .desktopNav__item > a {
  font-size: var(--text-17);
}

.header .desktopNav > * {
  padding: 8px 15px;
}

.header .desktopNav__item > a{
  /* text-transform: capitalize; */
}

.header button.btn{
  padding: 12px 25px !important;
}

.header.sticky{
  background-color: #252523;
}

.header.header2.sticky{
  background-color: var(--color-white);
}

.hover-trigger {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  padding-left: 5px;
}

.hotel-img img {
  height: 550px !important;
  width: 100%;
  object-fit: cover;
}

.hotel-img .hotel-logo img {
  width: auto !important;
  display: block;
  height: auto !important;
}

.hotel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* z-index: 1; */
}

.hotel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  max-width: 250px; 
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: auto;
  height: auto;
  z-index: 2;
}

.hotel-img:hover .hotel-overlay {
  opacity: 1; /* Show overlay */
}

.hotel-img .hotel-logo {
  width: auto;
  height: auto !important;
}

.hotel-img:hover .hotel-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); /* Scale logo slightly */
  width: auto;
  height: auto !important;
}

.gd-border{
  border: 1px solid #d2b99a;
}


/* ------------------------------ */
.section-title {
  font-size: var(--text-40) !important;
  font-style:  normal !important;
  padding: 0 30px;
  position: relative;
  font-family: var(--font-secondary);
  min-width: max-content;
}

.experience-sec .hotel-desc{
  position: absolute;
  bottom: -8%;
  width: 90%;
  transform: translate(-50%, 0%);
  background: var(--color-code1);
  left: 50%;
  border: 1px solid #c6ac8c3d;
}

.inner-page .hotels-slider{
 overflow: visible;
}

.inner-page .hotels-slider h3{
padding: 20px;
 }

.inner-page .hotels-slider .hotel-img{
  overflow: visible;
 }

 .wed-section{
  background-size: cover !important;
  /* background-attachment: fixed !important; */
  height: 80vh;
  position: relative;
  transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
  background-position: center !important;
  aspect-ratio: 16/9;
  width: 100%;
 }

.wed-section .inner-header-overlay{
  height: 100%;
}

.wed-section .wed-content-wrap h4{
  font-size: var(--text-40);
}

.wed-section .wed-content-wrap{
  /* padding: 80px 50px; */
  margin: 50px;
  color: #fff;
  margin: auto;
  /* text-align: center; */
 }

.wed-section .wed-content-wrap a.explore-cta{
  color: var(--color-white) !important;
 }


 .home2.wed-section .hotel-overlay {
  opacity: 1;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6) !important;
}

.wed-section .wed-content {
  position: absolute;
  bottom: 0%;
  left: 6%;
  transform: translate(0%, -32%);
  color: #fff;
  /* text-align: center; */
  z-index: 2;
  width: 50%;
}

.wed-section .wed-content .para-content {
  font-size: var(--text-17) !important;
  color: #fff;
  width: 50%;
}

.wed-section .wed-content  a.explore-cta  {    
  border-bottom: 1px solid #fff !important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.room-imgs-slider2 {
  height: max-content;
  width: 100%;
  margin-bottom: 20px;
}

.room-imgs-slider {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.room-imgs-slider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.room-imgs-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.hotels-section{
  background-color: #f5f5f5 !important;
}

.hotels-section .swiper-slide img.img-hover  {
  display: block;
  width: 100%;
  height: 450px !important;
  object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room2.room-details-wrap .aminities-list{
  padding: 20px 50px 0 0;
}

.room2.room-details-wrap .aminities-list ul li{
  text-align: center;
}

.room2.room-details-wrap h3{
  font-size: var(--text-32);
}

.room2.room-details-wrap .aminities-list ul li{
  /* border-bottom: 1px solid #4e4c4c29; */
  border-bottom: none;
  padding: 20px 0;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* line-height: 0; */
  gap: 15px;
}

.room2.room-details-wrap .aminities-list ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 40px;
}

.room2.room-details-wrap .aminities-list ul li i {
  font-size: 35px !important;
  line-height: 0;
}


.room2.room-details-wrap .room-cover-img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* .room2.room-imgs-slider {
  height: 450px;
  margin-left: 10px !important;
} */

.room2.room-imgs-slider .swiper-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  height: 450px !important;
}

.room2 .hotel-img{
  height: 100%;
}

.room2.room-details-wrap .room-desc-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.room2.room-details-wrap .room-desc-wrap .room-desc{
  text-align: center;
}

.room2 .room-imgs-slider2 {
  height: 450px;
  width: 100%;
  margin-bottom: 0px !important;
}

.room2 .room-imgs-slider {
  height: 450px;
  width: 20%;
  margin-left: 10px;
}

.room2 .room-imgs-slider .swiper-slide {
  width: 95%;
}


.room2 .room-imgs-slider2{
  width: 80%;
}

.inner-hotels-slider .explore-cta{
  font-weight: 600;
  font-size: 15px !important;
}

.inner-hotels-slider p{
  width: 80%;
}

.facilities-section  img.room-cover-img {
  height: 550px !important;
}

  .room-single .room-single-slider{
     height: 70vh; 
  }


.room-single.room-details-wrap .room-cover-img {
  width: 100%;
  height: 70vh !important;
  object-fit: cover;
}

.room-single .single-room-arrw{
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  padding: 0 5%;
}

.room-single .single-room-arrw .swiper-button-prev::after, .room-single .single-room-arrw .swiper-button-next::after{
  color: var(--color-white) !important;
}

.slider-arr-next::after, .slider-arr-prev::after{
  color: var(--color-white) !important;
}

.room-single .single-room-arrw .swiper-button-prev, .room-single .single-room-arrw .swiper-button-next{
  border: 0.5px solid var(--color-white) !important;
}

.slider-arr-prev, .slider-arr-next{
  border: 0.5px solid #707070
}
/* .rooms-banner-img{
  position: relative;
  height: 100vh;
} */

/* .room2.room-details-wrap .ame-img1{
  width: 50%;
} */

.room2.room-details-wrap .ame-img2 img{
 height: 100% !important;
}

.room2.room-details-wrap .ame-img2{
 margin: auto;
 height:95%;
 width: 50%
}


.gallery-wrap{
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 15px;
}

.gallery-section{
    background-color: #f5f5f5 !important;
}

/*.gallery-section .img-hover{*/
/*    position: relative;*/
/*}*/



.gallery-section .facility-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gallery-section .facility-img-wrap .gallery-img-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; /* So it doesn't interfere with clicks */
}

.gallery-section .facility-img-wrap .gallery-img-link::before,
.gallery-section .facility-img-wrap .gallery-img-link::after{
  content: "";
  position: absolute;
  width: 80px;  /* Corner size */
  height: 80px;
  border-color: var(--color-white);
  border-style: solid;
}

/* Top-left corner */
.gallery-section .facility-img-wrap .gallery-img-link::before {
  top: 5%;
  left: 5%;
  border-width: 1px 0 0 1px;
}

/* Top-right corner */
.gallery-section .facility-img-wrap .gallery-img-link::after {
  bottom: 5%;
  right: 5%;
  border-width:  0 1px 1px 0;
}

/* .facility-img-wrap{

} */
.facility-slider-overlay {
  /* background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%); */
 position: relative;
}

.facility-slider-overlay::after{
  position: absolute;
  content: '';
  opacity: 1;
  z-index: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 500px;
  top: 0;
}

.home-offer-pack .facility-slider-overlay::after{
  height: 100% !important;
  z-index: -1;
}

.home-offer-pack .home-offer .facility-slider-overlay::after{
  background: none;
}


.home-offer-pack .facility-slider-overlay::before{
  content: '';
  border: 1px solid #ffffff73;
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3%;
  position: absolute;
  /* z-index: -1; */
}

.home-offer-pack .home-offer.facility-slider-overlay::before{
  z-index: -1;
}


.home-offer-pack .offer-pack-desc{
 /* background: #000000a8; */
 /* background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%); */
 position: absolute;
 transform: translatex(-50%);
 bottom: 15%;
 left: 50%;
 /* padding: 0 0 10% 0; */
 width: 90%;
 z-index: 99;
 text-align: center;

  /* height: 100%; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.home-offer-pack .offer-pack-desc h3, .home-offer-pack .offer-pack-desc p{
  color: #fff;
}

.home-offer-pack .offer-pack-desc p{
  padding-top: 5px;
}

.home-offer-pack .img-hover-effect img.img-hover{
  aspect-ratio: 636 / 499;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.facility-desc h3{
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.bg-element-wrap{
  position: relative;
  height: 50vh;
  margin-bottom: -22%;
}


.bg-element{
    position: absolute;
    height: 100%;
    width: 100%;
    top: -95%;
    background-color: #f5f5f5 !important;
}

.food-slider{
    position: relative;
}

.food-slider .fs-arrows{
    position: absolute;
    width: 86%;
    right: 7%;
    left: 7%;
    top: 50%;
    justify-content: space-between !important;
}

.food-slider .fs-arrows .swiper-button-prev, .food-slider .fs-arrows .swiper-button-next, .food-slider .fs-arrows .swiper-button-next:after, .food-slider .fs-arrows .swiper-button-prev:after{
    border-color: var(--color-white) !important;
}

.slider-arr-prev, .slider-arr-prev::after, .slider-arr-next, .slider-arr-next::after{
  border-color: #707070 !important;
  content: '';
}

.details ul{
    /*list-style: disc !important;*/
    padding: 15px 20px 0;
}

.details{
  display: flex;
  gap: 30px;
  padding: 15px 0 40px; 
}

.details .details-wrap{
  display: flex;
  align-items: center;
}

.details .details-wrap i{
  padding-right: 10px;
  line-height: 0;
  font-size: var(--text-21);
}

.details ul li{
    list-style: disc !important;
}

.dine.experience-section .hotel-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.dine.experience-section .hotel-desc1::after,.dine.experience-section .hotel-desc2::after, .dine.experience-section .hotel-desc3::after{
   content: "";
  position: absolute;
  width: 80px;  /* Corner size */
  height: 80px;
  border-color: #25252378;
  border-style: solid;
  
}


.dine.experience-section .hotel-desc1::after{
  top: 0%;
  right: 0%;
  border-width: 1px 1px 0 0  ;
}

.dine.experience-section .hotel-desc2::after{
  bottom: 5%;
  left: 0%;
  border-width:  0 0 1px 1px;
}

.dine.experience-section .hotel-desc3::after{
  bottom: 0%;
  right: 0%;
  border-width:  0 1px 1px 0;
}

.rest-detail-section{
    /* background: url(../images/bg-4.webp);
    height: 60vh;
    background-size:cover;
    background-repeat: no-repeat;
    position: relative; */
}


.rest-detail-section .inner-header-overlay, .spa-bg-img .inner-header-overlay{
    height: 60vh;
    background: rgb(0, 0, 0, 0.4);
}

.rest-detail-section h3, .rest-detail-section p, .spa-bg-img h3, .spa-bg-img p{
    color: var(--color-white) !important;
}

.rest-detail-section .container, .spa-bg-img .container{
    position: relative;
    z-index: 1;
}

/*.rest-detail-section i,.spa-bg-img i{*/
/*    font-size: 50px;*/
/*    color: var(--color-white);*/
/*}*/


.rest-detail-section i,.spa-bg-img i{
    font-size: 20px;
    color: var(--color-white);
    padding-right: 10px;
    line-height: 0;
}

.rest-detail-section h3{
    padding-bottom: 10px;
}

.facilities.experience-section .hotel-desc{
  background-color: var(--color-white) ;
  align-items: center;
  text-align: center;
}

.facilities.experience-section .hotel-desc1::after,.facilities.experience-section .hotel-desc2::after, .facilities.experience-section .hotel-desc1::before,.facilities.experience-section .hotel-desc2::before{
  content: "";
  position: absolute;
  width: 80px;  /* Corner size */
  height: 80px;
  border-color: #25252378;
  border-style: solid;  
}

.facilities.experience-section .hotel-desc1::before{
    bottom: 6%;
  left: 5%;
  border-width: 0 0 1px 1px  ;
}

.facilities.experience-section .hotel-desc1::after{
    top: 6%;
  right: 5%;
  border-width: 1px 1px 0 0  ;
}

.facilities.experience-section .hotel-desc2::after{
    bottom: 6%;
  left: 5%;
  border-width:  0 0 1px 1px;
}

.facilities.experience-section .hotel-desc2::before{
    top: 6%;
  right: 5%;
  border-width:  1px 1px 0 0;
}

.contact-detail-section .c-wrap{
    position: relative;
}

.contact-detail-section i{
    position: absolute;
    font-size: 141px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #00000008;
}

.cont-page-form.contact-form p.contact-info {
  color: var(--color-code4);
}
.rooms .dine-experience a.button {
  color: var(--color-white) !important;
}

.wv-details-wrap{
  padding-top: 10px;
  line-height: 25px;
}

.wv-details{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  border-right: 1px solid #00000024;
  padding-right: 15px;
  margin-right: 15px;
}

.wv-details:last-of-type{
  border-right: none;
}

.experience-slider i {
  font-size: 24px;
  line-height: 0;
}

.area-detail{
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.area-detail-event{
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  min-height: 61px;
}
/* 

.wv-details::after{

  position: absolute;

  content: '';

  width: 10px;

  height: 10px;

  background-color: #000000;

} */
/* .events-section{
  background-color: #f5f5f5 !important;
} */

.wv-details-wrap i{
  font-size: 25px;
  line-height: 0;
  /* margin-right: 10px; */
}

.wv-subtitle{
  padding-top: 10px;
}

.area-detail div::after{
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
}

.area-detail div:last-of-type:after{
  content: '';
}

.area-detail span{
  font-weight: 500;
}

.footer-logo{
  text-align: center !important;
}

#privacyModal .modal-dialog{
  max-width: 55vw;
}

#privacyModal .modal-body{
  padding: 20px 50px 50px;
}

#privacyModal p{
  padding: 15px 0;
}

#privacyModal ol{
  padding-left: 15px;
  margin-bottom: 0;
}

#privacyModal ol li{
  list-style: decimal;
}

#privacyModal ul{
  padding: 0 0 15px 30px;
}

#privacyModal ul li{
  list-style: disc;
}

.home footer{
    margin-bottom: 76px;
}

@media (max-width: 992px) {
  .custom-container {
    max-width: 960px;
  }

  footer .copyright-wrap {
    flex-wrap: wrap;
  }

  .section-title {
    font-size: var(--text-32) !important;
    font-style: normal !important;
    padding: 0 30px;
    position: relative;
    font-family: var(--font-secondary);
    min-width: auto;
    text-align: center;
  }

  .footer-logo{
    text-align: center !important;
  }

  /*.footer-logo .text-center{*/
  /*  text-align: left !important;*/
  /*}*/

  /*footer .footer-social-links {*/
  /*  justify-content: flex-start;*/
  /*}*/

  .video-section .video-content p {
    width: 100%;
  }

  .video-section .video-content h3 {
    font-size: var(--text-32);
  }
  footer{
    padding: 30px !important;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-text h1{
    font-size: var(--text-36);
  }
    
  .section-title {
    font-size: var(--text-28) !important;
  }

  .video-section .video-content h3 {
    font-size: var(--text-28);
  }

  #events .section-title {
    /* min-width: 100% !important; */
  }
  
  .border-rt{
    display: none;
  }

  .section-pb-80 {
    padding-bottom: 50px;
  }

  .section-pt-80 {
    padding-top: 50px;
  }

  #privacyModal .modal-dialog {
    max-width: 90vw;
    margin: auto;
  }

  .wed-section .wed-content{
    width: auto;
    right: 6%;
  }

  .wed-section .wed-content .para-content{
    width: auto;
  }

.home footer {
    margin-bottom: 0px;
}

footer .copyright-wrap {
    justify-content: center;
}
.copyright{
  text-align: center;
}

.packages-section .packages-wrap.packages-wrap-right {
    margin:0px !important;
}

.packages-section .packages-wrap.packages-wrap-left {
    margin:0px !important;
}
.pcontent-wrap {
    padding: 40px 0px;
}

.flex-end{
      flex-direction: row !important;
}

}

.spa-bg-img, .dine-bg-img{
  height: 60vh;
  position: relative;
  width: 100%;
  object-fit: cover;
}

.dine-bg-img p a{
 color: var(--color-white) !important;
}

.spa-content-wrap, .dine-content-wrap{
  z-index: 2 !important;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute !important;
}

.parallax {background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}

/* .rest-detail-section{
  height: 60vh;
  position: relative;
  width: 100%;
  object-fit: cover;
} */



.quickpay-link {
    background: #353535;
    color: #fff !important;
    padding: 10px;
    border-radius: 0;
    display: inline-block;
     height: 40px; 
    position: fixed;
    right: 0px;
    bottom: 60% !important;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
     transform-origin: bottom right; 
    /* width: 60px; */
    z-index: 999999;
    border-radius: 0;
    display: flex !important;
    align-items: center;
}
/*.fixed-social a i{*/
/*    font-size: 40px;*/
/*}*/

.fixed-social span{
    text-transform: Capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: inherit;
}

.quickpay-link a{
    padding: 0 3px;
    line-height: 0;
    color: #fff !important;
}
.quickpay-link a img{
    width: 40px;
    height: 40px;
    /*margin: 3px 0 24px 3px;*/
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.quickpay-link a:hover {
    color: #a7a7a7;
}
.quickpay-link hr{
    display: none;
}

.fixed-social-mobile{
    display:none !important;
}

.fs-mob{
    display:none;
}

.quickpay-link.fs-desk{
    display:block;
}

.activity-section .experience-img-wrap{
  position: relative;
}

/* .activity-section .experience-img-wrap.overlay-bg{
  position: relative;
}

.activity-section .experience-img-wrap.overlay-bg::after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
  content: '';
  width: 300px;
  height: 300px;

} */

.overlay-bg {
  position: relative;
  overflow: hidden;
}

.overlay-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; /* Adjust the height as needed */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}

.activity-section .activity-content{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  justify-content: center;
  left: 0;
}

.activity-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: white;
}

.activity-section .activities-wrap .row{
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}

.activity-section h3{
  color: var(--color-white);
}

.packages-section .packages-wrap{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px -30px 50px 0;
  z-index: 1;
  flex-direction: column;
  padding: 0 55px !important;
}

.packages-section .packages-wrap.packages-wrap-left{
  margin: 50px -30px 50px 0;
}

.packages-section .packages-wrap.packages-wrap-right{
  margin: 50px 0 50px -30px;
}

.packages-section .packages-wrap .pcontent-wrap .p{
  text-align: center;
}

.packages-section a.button.btn {
  color: #fff !important
}

.packages-section a.button.btn.btn-border {
  color: #252523 !important
}

.desc{
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.desc1::after, .desc1::before{
  content: "";
  position: absolute;
  width: 92%;  /* Corner size */
  height: 91%;
  border-color: #25252321;
  border-style: solid;  
}

.desc2::after, .desc2::before{
  content: "";
  position: absolute;
  width: 100px;  /* Corner size */
  height: 40px;
  border-color: #fff;
  border-style: solid;  
}

.desc3::after, .desc3::before{
  content: "";
  position: absolute;
  width: 80px;  /* Corner size */
  height: 80px;
  border-color: #fff;
  border-style: solid;  
}


.desc1::before, .desc3::before{
  bottom: 6%;
  left: 5%;
  border-width: 0 0 1px 1px  ;
}

.desc1::after, .desc3::after{
  top: 6%;
  right: 5%;
  border-width: 1px 1px 0 0  ;
}

.desc2::after{
  bottom: 6%;
  left: 5%;
  border-width:  0 0 1px 1px;
}

.desc2::before{
  top: 6%;
  right: 5%;
  border-width:  1px 1px 0 0;
}

.pcontent-wrap{
  position: relative;
  z-index: 9;
}

.packages-section .modal-dialog {
  max-width: 70vw;
  margin: 1.75rem auto;
}

.packages-section .modal-content{
  padding: 30px;
}

.packages-section .modal-body{
  padding: 1rem 0;
}

.packages-section .modal-header{
  padding: 1rem 0;
}

.packages-section ul li{
  list-style: disc;
}

.packages-section ul{
  padding-left: 30px;
}

.packages-section .modal h4{
  font-family: var(--font-primary) !important;
  font-size: var(--text-19);
}  

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
  overflow: hidden;
  height: 100%;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent-1);
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs .tabs__controls {
  position: relative;
}

.tabs .tabs__controls::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.tabs .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-accent-1);
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-type-1 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

button.tabs__button.-base-active.button.js-tabs-button {
  background-color: transparent !important;
  padding: 10px !important;
  border: none !important;
  color: black;
}


button.tabs__button.-base-active.button.js-tabs-button.is-tab-el-active{
  position: relative;
}

button.tabs__button.-base-active.button.js-tabs-button.is-tab-el-active::after{
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  width: 100%;
}


.image-gallery .rmgl.popup-gallery.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.image-gallery .room-cation{
    bottom: 5%;
    right: 5%;
    background-color: #ffffffb5;
    font-weight: 500;
}

.videos-section video{
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

#onLoadPopup .hotel-img img {
  height: 450px !important;
}

.logo-element img{
  width: 100px;
  margin-bottom: 20px;
}

.hotel-sec-intro a .button.btn{
  color: var(--color-code4);
}


.contact-wrap{
    padding: 100px 0;
}

.contact-wrap p{
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.contact-pg-wrap .contact-wrap p{
  padding-bottom: 12px;
}

.contact-pg-wrap.rest-detail-section h3{
  padding-bottom: 20px;
}

.cont-add-wrap{
  color: #fff;
}

@media (max-width:991px){
  .quickpay-link {
      background: #353535; 
  }

  .fixed-social-mobile{
      display:block !important;
  }

  .fs-mob{
      display:block !important;
      border-left: 1px solid #ffffff;
  }

  .quickpay-link.fs-desk{
      display:none !important;
  }

  .quickpay-link {
      width: 60% !important;
  }

  .fixed-book-now{
      border-left: 1px solid #ffffff !important;
  }
  
    .videos-section video{
      height: auto;
      width: 100%;
      object-fit: cover;
    }
}





/* widget code */

 .booking-engine-wrap{
    position: relative;
    z-index: 999;
    margin-top: -140px;
    padding: 20px 15px;
    min-height: 100px;
    background: transparent !important;
}
 .booking-engine-wrap-inner{
    position: relative;
    z-index: 999;
    margin-top: 0;
    padding: 30px 15px;
    min-height: 100px;
    display: none;
}

 .booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
     background: rgb(47 46 39 / 60%) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     padding: 20px 40px !important;
     width: -moz-max-content;
     width: max-content;
     max-width: 100%;
     border-radius: 20px !important;
}

.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
     padding: 10px 40px !important;
}

.fixed-widget.booking-engine-wrap {
  min-height: 75px;
}

 .booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
     background-color: #242424 !important;
     color: #ffffff !important;
     border: 1px solid #0e0d0d !important;
     margin-left: 2px;
     height: 100%;
}

.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBlock {
     height: 36px;
}

.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBlock .btn{
     padding: 0 25px !important;
}

 .booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
     background: rgb(47 46 39 / 60%) !important;
     -webkit-backdrop-filter: blur(1px);
     backdrop-filter: blur(1px);
     border: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     padding: 20px 40px !important;
     width: -moz-max-content;
     width: max-content;
     max-width: 100%;
     border-radius: 50px;
}
 .booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
     background-color: #242424 !important;
     color: #ffffff !important;
     border: 1px solid #0e0d0d !important;
     margin-left: 2px;
}


 .fixed-book-now {
     background: #353535;
     color: #fff;
     display: inline-block;
     font-size: 1.2rem;
     height: 50px;
     line-height: 50px;
     position: fixed;
     right: 0;
     bottom: 40%;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform-origin: bottom right;
     width: 180px;
     z-index: 999999;
     border-radius: 0px;
     border: 0;
}
 .fixed-book-now a {
     padding: 12px 36px;
}
 .fixed-book-now a:hover {
     color: #f2f2f2;
     background: #555;
}
 .fixed-social {
    /*background: #353535;
     */
     color: #fff;
     padding: 10px 5px;
     border-radius: 0;
     display: inline-block;
     height: 50px;
     position: fixed;
     right: 0;
     bottom: 30%;
    /*width: auto !important;
    */
     text-decoration: none;
     text-transform: uppercase;
     /*-moz-transform: rotate(-90deg);*/
     /*-ms-transform: rotate(-90deg);*/
     /*-o-transform: rotate(-90deg);*/
     /*-webkit-transform: rotate(-90deg);*/
     /*transform-origin: bottom right;*/
     width: 180px;
     z-index: 999999;
     border-radius: 0;
}
 .fixed-social a:hover {
     color: #a7a7a7;
}
 .fixed-social hr{
     display: none;
}

 .fixed-widget.booking-engine-wrap {
     width: 100%;
     max-width: 100%;
     padding: 0 0;
}
 .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget{
     box-shadow: 0px 6px 12px 0px #000;
}
 .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
     background: #fff !important;
     width: 100%;
     max-width: 100%;
     color: #000 !important;
     border-radius: 0 !important;
}
 .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
     background-color: #fff !important;
     color: #000 !important;
}
 .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
     color: #000 !important;
}
 .fixed-widget.booking-engine-wrap-inner {
     width: 100%;
     max-width: 100%;
     padding: 0 0;
}
 .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget{
     box-shadow: 0px 6px 12px 0px #000;
}
 .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
     background: #fff !important;
     width: 100%;
     max-width: 100%;
     color: #000 !important;
     border-radius: 0 !important;
}
 .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
     background-color: #fff !important;
     color: #000 !important;
}
 .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
     color: #000 !important;
}
 
/* div.Configure-quickBook-Widget {*/
/*    display: none !important;*/
/*}*/


 @media (max-width: 991px) {

     .booking-engine-wrap{
        position: relative;
        z-index: 999;
        margin-top: 0;
        padding: 20px 15px;
         min-height: 100px;
    }
     .fixed-social {
        justify-content: space-evenly !important;
    }

.fixed-book-now a {
         padding: 10px 15px;
    }
     .fixed-social{
         display: flex !important;
         justify-content: space-around !important;
         left: 0% !important;
         bottom: 0% !important;
         padding: 5px 5px !important;
         /*-webkit-transform: rotate(-360deg) !important;*/
         border-radius: 0;
         align-items: center;
    }
     .fixed-book-now{
         right: 0 !important;
         bottom: 0% !important;
         width: 40% !important;
         -webkit-transform: rotate(-360deg) !important;
         border-radius: 0;
         display: none;
    }
     .fixed-social hr{
         display: block;
         width: 2px;
         background-color: #000;
         height: 100%;
    }
     .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
         display: none;
    }
     .fixed-widget.booking-engine-wrap {
         box-shadow: none !important;
         display: none !important;
    }
     .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
         display: none !important;
        ;
    }
     .fixed-widget.booking-engine-wrap-inner {
         box-shadow: none !important;
         
    }


}


.fixed-social {
    background: #29a71a; 
    color: #fff;
    padding: 10px;
    border-radius: 0;
    display: inline-block;
    /*height: 70px;*/
    position: fixed;
    right: 5px;
    bottom: 10px !important;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
    /*-moz-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);*/
    /*-webkit-transform: rotate(-90deg);*/
    transform-origin: bottom right;
    /*width: 60px;*/
    width: fit-content;
    z-index: 999999;
    border-radius: 10px;    
    display: flex !important;
    align-items: center;
}

.fixed-social a{
    display: flex;
    align-items: center;
    color: #fff;
}

/*.fixed-social a i{*/
/*    font-size: 40px;*/
/*}*/
.fixed-social a{
    /*padding: 0 3px;*/
    line-height: 0;
}
.fixed-social a img{
    /*width: 60px;*/
    /*height: 50px;*/
    /*margin: 3px 0 24px 3px;*/
    /*-moz-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*-o-transform: rotate(90deg);*/
    /*-webkit-transform: rotate(90deg);*/
}
.fixed-social a:hover {
    color: #a7a7a7;
}
.fixed-social hr{
    display: none;
}

.fixed-social-mobile{
    display:none !important;
}

.fs-mob{
    display:none;
}

.fixed-social.fs-desk{
    display:block;
}

@media (max-width:991px){
    .fixed-social {
        background: #353535; 
    }
    
    .fixed-social-mobile{
        display:block !important;
    }
    
    .fs-mob{
        display:block !important;
        border-left: 1px solid #ffffff;
    }
    
    .fixed-social.fs-desk{
        display:none !important;
    }
    
    .fixed-social {
        width: 60% !important;
    }
    
    .fixed-book-now{
        border-left: 1px solid #ffffff !important;
    }
    
    .footer-contact-wrap{
        text-align: center;
    }
    
    .footer-contact-wrap .d-flex{
        justify-content: center;
    }
    
    
   .booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
      padding: 20px 20px !important;
      width: 100%;
   } 
   
   .mobfd{
    flex-direction: column-reverse;
   }
   
   .w3-content {
        padding: 0 10px !important;
    }
    
  .home .modal-dialog {
    max-width: 100vw !important;
  }  
  
  .room2.room-details-wrap .aminities-list ul {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
  } 
  
  .room2.room-details-wrap .aminities-list {
    padding:  0;
  }
  
  .packages-section .modal-dialog {
    max-width: 90vw !important;
  }
  
  
  .facilities.experience-section .hotel-desc1::after{
    border-width: 0px 0px 0 0;
  }
  
  .facilities.experience-section .hotel-desc1::before {
    border-width: 0px 0px 0 0;
  }
  
  .dine.experience-section .hotel-desc1::after {
    border-width: 0px 0px 0 0;
  }
    
    .dine.experience-section .hotel-desc2::after {
        border-width: 0px 0px 0 0;
    }
    
    .dine.experience-section .hotel-desc3::after {
        border-width: 0px 0px 0 0;
    }
    
   .mg-5{
      gap:50px;
    }

    .details {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .details {
        flex-direction: row !important;
    }
    
    /*    .dine-bg-img {*/
    /*    height: 100vh !important;*/
    /*}*/
    
  .home .modal-dialog {
    max-width: 90vw !important;
  }  
  
    .packages-section .modal-dialog {
    max-width: 90vw !important;
  }
  
  .mg-5{
      gap:50px;
  }
  
  
}

.contact-form hr.header-el{
  background-color: #fff !important;
}

.home-offer-pack .home-offer h3{
  font-size: 25px;
  /* text-shadow: 1px 1px 7px #000; */
  text-align: center;
}

.home-offer-pack .home-offer h2{
  font-size: 40px;
  /* text-shadow: 1px 1px 7px #000; */
  text-align: center;
}

.home-offer-pack .home-offer .packages-wrap, .home-offer-pack .home-offer .packages-wrap .pcontent-wrap {
  height: 100%;
  width: 100%;
}

/* .home-offer-pack .home-offer .packages-wrap .pcontent-wrap {
  height: 100%;
  width: 100%;
} */

.home-offer-pack .home-offer .packages-wrap {
  /* background-color: #f5f5f5; */
}

.home-offer-pack .home-offer{
  background-image: url(../images/offer-bg.webp);
}


.home-offer .packages-wrap .facility-img{
  padding: 30px;
}

.home-offer .packages-wrap .facility-img .button.btn{
  background-color: #4e4c4c;
}

.home-offer .packages-wrap .facility-img a.button.btn {
  background-color: #4e4c4c;
  color: #fff !important;
}

.home-offer .packages-wrap .facility-img{
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.home-offer-pack .home-pack h3{
  font-size: 35px;
  text-shadow: 1px 1px 7px #000;
}

.home-offer-pack .home-offer .desc1::after{
  right: 6% !important;
}

.home-offer-pack .home-offer .desc1::before{
  left: 6% !important;
}


.home-offer-pack .home-offer p span{
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  font-family: var(--font-secondary);
  display: block;
  padding-top: 20px
}

.home-offer-pack .packages-wrap.packages-wrap-left{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gap-20{
  gap: 20px
}

.home .modal-dialog ul li{
  list-style-type: disc;
  margin-left: 25px;
}

.home .modal-dialog{
  max-width: 70vw;
}

.home .modal-body{
  padding: 20px 40px 40px;
}

.home-offer-pack hr.offer-hr{
  width: 40%;
  margin: 20px 0 !important;
  /* border: 2px dashed #000; */
}

.home-offer-pack .home-offer .facility-slider-overlay::before{
  z-index: -1;
}

.food-slider .fs-arrows .swiper-button-prev, .food-slider .fs-arrows .swiper-button-next, .food-slider .fs-arrows .swiper-button-next:after, .food-slider .fs-arrows .swiper-button-prev:after {
    border-color: var(--color-white) !important;
    background: white !important;
}    
    
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px !important;
}

.pp-page ol li{
    list-style: decimal;
}

.pp-page ol{
    padding-left: 15px;
    margin: 10px 0 5px;
}

.pp-page ul li{
    padding-left: 15px;
    list-style: disc;
}

.pp-page ul{
    margin-left: 30px;
}


.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.contact-pg-wrap.rest-detail-section.dine-bg-img .simpleParallax{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-pg-wrap.rest-detail-section.dine-bg-img, .contact-pg-wrap.rest-detail-section.dine-bg-img .inner-header-overlay{
    height: 100%;
}

.footer-qucikpay .button{
    background-color: #fff;
    margin-top: 10px;
}

.footer-qucikpay a.button {
    color: #252523 !important;
}


.footer-qucikpay .button.btn {
    padding: 10px 25px !important;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .header .desktopNav > *{
        padding: 8px 10px;
    }
    
    .header .btn{
        padding: 10px 15px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .fixed-social{
       bottom: 90px !important 
    }
}

@media (max-width: 1199px) {
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
  .xl\:d-none {
    display: none;
  }
  .xl\:d-block {
    display: block;
  }
  
  .Configure-quickBook-Widget .MbsSearchWidget{
      margin: 0 !important;
  }
  
  .header .button.btn {
      background-color: #4e4c4c;
    }
    
    .booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
      width: 100%;
   } 
}

@media (max-width: 991px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:d-none {
    display: none;
  }
  .lg\:d-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:text-center {
    text-align: center !important;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:d-none {
    display: none;
  }
  .md\:d-block {
    display: block;
  }
}

@media (max-width: 575px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:d-none {
    display: none;
  }
  .sm\:d-block {
    display: block;
  }
}


@media only screen and (max-width: 767px){
    
    .dine.experience-section .hotel-desc {
        align-items: center;
        text-align: center;
    }
    
    .dine.experience-section p {
        text-align: center;
    }
    
    .booking-engine-wrap .MbsSearchWidget .form-group.guestsearchTxt.notranslate, .formGroup .inputRoom {
        display: none;
    }
    
    .booking-engine-wrap .MbsSearchWidget .searchinOut.formGroup{
        width: 100%;
    }
    
    .section-title {
        /*min-width: fit-content !important;*/
        padding: 0;
    }
    
    .video-section .video-content{
        padding: 20px;
        left: 0%;
    }
    
}


@media only screen and (max-width: 991px){
    
    .home-offer-pack.facility-section .facility-img-wrap {
        margin-bottom: 20px;
    }
    
    .contact-pg-wrap.rest-detail-section .inner-header-overlay{
        height: 100%;
    }
    
    .contact-pg-wrap.rest-detail-section .dine-bg-img {
        height: 100%;
        object-fit: cover;
    }
    
    .room-single.room-details-wrap .room-cover-img{
        aspect-ratio: 2/3;
        height: 100% !important;
    }
    
    .room-single .room-single-slider{
        height: 100% !important;
    }
    
    .facilities .hotel-img .hotel-desc.hotel-desc1{
        margin-top: 0;
    }
    
    .home footer{
        margin-bottom: 50px;
    }
    
    .videos-section .video-1, .videos-section .video-3{
        display: none;
    }
}

.reviewSlideerWrap{
    border: 1px solid #dddddd54 !important;
    background-color: #f5f5f5 !important;
    box-shadow: none !important; 
}

.reviewSlideerWrap img.logoimg {
    filter: grayscale(100%);
}

.reviewSlideerWrap .active img.logoimg {
    filter: grayscale(0%);
}



.reviewSlideerWrap h3.reviewTitle{
    font-family: var(--font-primary) !important;
}

.wpcf7-form-control.wpcf7-submit{
    color: #fff;
}

.contactForm input:not([type="range"]):focus, .btn:focus{
    box-shadow: none !important;
}

.screen-reader-response{
    display: none ;
}

.wpcf7-not-valid-tip{
    color: #fff;
}

.page-id-62 .wpcf7-not-valid-tip, .page-id-62 .wpcf7-response-output{
    color: #252523;
}

.wpcf7-response-output{
    margin-top: 20px;
}


.fixed-social-mobile{
    display: none;
}

.header-staah-btn .btn{
    padding: 0 !important;
} 

.header-staah-btn .Configure-quickBook-Widget .searchBtn{
    background-color: inherit !important;
    border: none !important;
    color: #252523 !important;
    font-size: inherit !important;
    padding: 12px 25px !important;
    line-height: inherit !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: 400 !important;
    font-family: 'Quicksand' !important;
}    

.header.sticky .header-staah-btn .Configure-quickBook-Widget .searchBtn{
    color: #ffffff !important;
}

.video-popup-booknow #close-frm.mbs-close svg{
    fill: #ffffff !important;
}

@media only screen and (max-width: 991px){
    
    .header a.button.btn  {
      color: var(--color-white) !important;
    }

   .fixed-social-mobile{
        display: block;
        position: fixed;
        background-color: #4e4c4c;
        z-index: 999;
    }
    
     .fixed-social-mobile{
        display: flex !important;
        justify-content: space-around !important;
        width: 100% !important;
        left: 0% !important;
        bottom: 0% !important;
        padding: 5px 5px !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        align-items: center;
    }
    
    
    .fixed-social-mobile hr{
        display: block;
        width: 2px;
        background-color: #fff;
        height: 40px;
    }
    
    .fixed-social-mobile a{
        width: 50%;
        text-align: center;
        margin: auto;
        color: #fff !important;
    }
}

.page-id-855 .banner-section .banner-text p{
    text-transform: capitalize !important;
}