/* @font-face {
    font-family: "news706bt";
    src: url(../fonts/news_706_bt.ttf);
}
@font-face {
    font-family: "Brown";
    src: url(../fonts/BrownLightRegular.ttf);
} */
:root {
  --primary-text-color: #414141;
  --bg-color1: #091F32;
  --yellow: #DFB318;
  --blue: #10385C;
  --dark-blue: #072541;
  --label-color: #0A2947;
  --field-color: #8A8A8A;
  --light-gray: #f3f3f3;
  --grey-color: #C3C3C3;
  --main-button-color: #00172A;
  --info-color-blue: #D6E6F4;
  --info-color-green: #E3F1EB;
  --info-color-brown: #F3ECE7;
  --info-color-brown2: #ECE5DB;
  --text-green: #85C0A5;
  --text-goldern-brown: #AD805E;
  --text-light-goldern-brown: #C6A77E;
  --community: #F3BB92;
  --banquet: #E5BFA3;
  --luxury: #9EC7EB;
  --eco: #6EAD90;
  --roof-top-2: #A17451;
  --roof-top-1: #D3B48B;
  --pool: #A1AF68;
  --budgetroom: #96AABC;



  /* --mukta: "Mukta", sans-serif; */
  --playfair: "Playfair Display", serif;
  /* --newsbt: "news706bt"; */
  /* --brown: "Brown"; */
  --caveat: "Caveat", cursive;
  --noto: "Noto Sans", sans-serif;

}

* {
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #718495 !important;
}

body {
  font-family: var(--noto);
  font-optical-sizing: auto;
  color: var(--primary-text-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.header {
  /* background-color: #fff; */
  padding: 15px 0;
  /* height: 98px; */
  animation: goUp 0.5s ease-in-out forwards;
}

.home_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.logo {
  width: 224px;
  transition: all .5s ease;
}

.fixed-header {
  background: #fff;
  height: 55px;
  padding: 0;
  box-shadow: 0 4px 15px 0 #00000038;
  animation: goDown 0.5s ease-in-out forwards;
}

.fixed-header-logo {
  display: none;
}

.fixed-header .header-logo {
  display: none !important;
}

.fixed-header .small-logo {
  display: block !important;
  width: 60px;
}

.fixed-header .fixed-header-logo {
  display: block;
}

.menu-area {
  position: relative;
  z-index: 99;
}

.menu-area a {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--noto);
  color: var(--primary-text-color);
  margin: 0 25px;
  position: relative;
  font-size: 15px;
}

.menu-area a img {
  margin-left: 14px;
  border: 1px solid var(--primary-text-color);
  padding: 14px 10px;
}

.menu-area a:after {
  position: absolute;
  content: '';
  right: -24px;
  top: -11px;
  width: 1px;
  height: 45px;
  background-color: var(--primary-text-color);

}

.menu-area a:last-child:after {
  content: unset;
}

.fixed-header a span {
  display: none !important;
}

.fixed-header .menu-area a {
  margin: 0;
}

.home_header .menu-area a img {
  border-color: #fff;
  cursor: pointer;
}

.home_header .menu-area a {
  color: #fff;
}

.home_header .menu-area a:after {
  background-color: #7474748f;
}

.inner-header .menu-area a {
  color: #414141;
}

/* .inner-header .menu-area span{
  display: none !important;
} */
.fixed-header.home_header .menu-area a {
  color: #000
}

.fixed-header.home_header .menu-area a:after {
  display: none;
}

.close {
  cursor: pointer;
}

.sidenav {
  width: 328px;
  height: 100%;
  position: fixed;
  right: -328px;
  top: 0;
  background-color: #493E32;
  padding: 30px 25px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  font-family: var(--noto);
  z-index: 99;
}

.show {
  right: 0;
}

.sidenav ul li {
  margin-bottom: 25px;
}

.sidenav ul li a {
  color: #fff;
  display: block;
}

.sidenav ul li a.active {
  color: var(--yellow);
}

.sidenav ul li a:hover {
  color: var(--yellow);
  transition: all ease-in-out .3s;
}

.sidenav ul li p {
  color: #9F8E7B;
}

.banner {
  background-image: url(../images/banner.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 15% 15px;
  background-position: center;
}

.banner-center {
  width: 100%;
  padding: 50px;
  /* border-width: 1px;
  border-style: solid; */
  /* border-image: linear-gradient(to right, #B97F2B, #F4D477, #B47733, #E1A62C) 1; */
  position: relative;
}

.banner_border {
  width: 100%;
  background: #b97f2b7a;
  background-image: linear-gradient(to right, #b97e2b5e, #f4d57758, #b4783358, #e1a52c52);
  height: 1px;
  margin-top: 18px;
}

.banner-center-icon {
  position: absolute;
  top: -42px;
  width: 150px;
}

.location {
  position: absolute;
  bottom: -25px;
  font-family: var(--noto);
}

.videoBanner{
  position:absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.sticky-search {
  position: sticky;
  top: 30px;
  z-index: 9;
}

.is-pinned {
  pointer-events: none;
}

.is-pinned form {
  pointer-events: all;
}

.search-box {
  background-color: #fff;
  transform: translate(0, -30px);
  height: 55px;
  box-shadow: 0 4px 15px 0 #00000038;
}

.search-box input,
.search-box select {
  height: 100%;
  border: none;
  border-radius: 0;
  font-family: var(--noto);
  font-size: 14px;
  color: #718495;
  min-width: 175px;
  padding-left: 50px;
}

.search-box-input {
  position: relative;
  padding-right: 10px;
}

.search-box-input img {
  padding: 0 15px;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.search-box .search-box-input:after {
  position: absolute;
  content: ' ';
  right: 0;
  top: 5px;
  width: 1px;
  height: 45px;
  background-color: #c6c6c6;
  z-index: 2;
}

.search-box .search-box-input:nth-child(3):after {
  display: none;
}

.search-box button {
  height: 100%;
  background-color: #CBA318;
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-family: var(--noto);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.search-box button:hover {
  background-color: #e4b81d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.day-choose {
  color: #fff;
  background-color: #718495;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
}

.is-pinned .search-box {
  box-shadow: none;
}

.facility-section {
  margin: 90px 0;
  font-family: var(--noto);
}

.facility-item p {
  line-height: 25px;
  text-transform: capitalize;
  margin: 30px 0;
  color: #9D6828;
}

.facility-item img {
  width: 30%;
}

.content-box {
  margin: 50px 0;
}

.content-box h2 {
  font-family: var(--playfair);
  font-size: 40px;
  color: var(--blue);
}

.content-box p {
  font-family: var(--noto);
  font-size: 20px;
  /* color: #909090; */
  line-height: 35px;
}

.page-heading {
  margin-top: 50px;
}

.page-heading p {
  font-family: var(--noto);
  font-size: 20px;
  font-weight: 500;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-heading h1 {
  font-size: 40px;
  font-weight: 400;
  color: var(--blue);
  font-family: var(--playfair);
}

.slider-section {
  margin: 50px 0;
}

.swiper {
  width: 100%;
  /* height: 100%; */
  margin-top: 50px;

}

.swiper.sliderOne {
  overflow: visible;
}


.sliderOne .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sliderOne .swiper-slide img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  /* animation: zoom-in-zoom-out 50s ease-out infinite; */
}

.sliderOne .slider-nav {
  position: absolute;
  top: -74px;
  right: 72px;
  width: 86px;
  height: 30px;
}

.slider-nav .swiper-button-next:after,
.slider-nav .swiper-button-prev:after {
  font-size: 30px;
  color: #10385C;
}

.slider-nav .swiper-button-next {
  right: 0;
}

.slider-nav .swiper-button-prev {
  left: 0;
}

.slider-title {
  position: absolute;
  bottom: 20px;
  font-size: 28px;
  font-family: var(--playfair);
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 125px;
}

.community-hall {
  background-image: url(../images/com.svg);
  background-color: var(--community);
  background-size: cover;
}

.banquet {
  background-color: var(--banquet);
  background-image: url(../images/banquet.svg);
}

.luxury {
  background-color: var(--luxury);
  background-image: url(../images/luxury.svg);
}

.eco {
  background-color: var(--eco);
  background-image: url(../images/eco.svg);
}

.roof2 {
  background-color: var(--roof-top-2);
  background-image: url(../images/roof2.svg);
}

.roof1 {
  background-color: var(--roof-top-1);
  background-image: url(../images/roof1.svg);
}

.pool {
  background-color: var(--pool);
  background-image: url(../images/pool-pat.svg);
}

.budgetroom {
  background-color: var(--budgetroom);
  background-image: url(../images/budgetstay.svg);
}

.swiper-slide .hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  transition: all .3s cubic-bezier(.6, .4, 0, 1);
  right: 0;
  left: 0;

  color: #10385C;
  padding: 20px;
  font-weight: normal;
}

.swiper-slide .hover div {
  border-color: #10385c !important;
}

.swiper-slide:hover .hover {
  top: 0;

}

.swiper-slide:hover {
  background: var(--hover-bg);
}

/* .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
} */
.hover h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  font-family: var(--playfair);
}

.hover h2:after {
  content: ' ';
  width: 37px;
  height: 2px;
  background-color: #DFB318;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  bottom: -16px;
}

/* .swiper-slide:hover>div,.swiper-slide:hover>strong {
  opacity: 0;
} */
.yellow-btn {
  background-color: #CBA318;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  font-family: var(--noto);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-transform: capitalize;
}

/* .yellow-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 120%;
  background-color: #ffffff97;
  top: 50%;
  -webkit-transform: skewX(30deg) translate(-150%, -50%);
      -ms-transform: skewX(30deg) translate(-150%, -50%);
          transform: skewX(30deg) translate(-150%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 } */

.yellow-btn:hover {
  background-color: #e4b81d;
  color: #fff;
}

/* .yellow-btn:hover::before {
  -webkit-transform: skewX(30deg) translate(300%, -50%);
      -ms-transform: skewX(30deg) translate(300%, -50%);
          transform: skewX(30deg) translate(300%, -50%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
 } */

/* .yellow-btn:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
 } */
.blue-area {
  background-color: var(--bg-color1);
  position: relative;
  padding: 30px 0 40px 0;
}

.blue-area:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(../images/bottom-mask.svg);
  background-repeat: no-repeat;
  width: 730px;
  height: 768px;
  background-size: contain;
  z-index: -1;
}

.blue-area:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-image: url(../images/top-mask.svg);
  background-repeat: no-repeat;
  width: 540px;
  height: 340px;
  background-size: contain;
  pointer-events: none;
}

.sliderTwo .swiper-slide img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.slider-nav-bottom {
  position: absolute;
  bottom: -48px;
  right: -15px;
  width: 86px;
  height: 30px;
}

.slider-nav-bottom .swiper-button-next:after,
.slider-nav-bottom .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}

.slider-nav-bottom .swiper-button-next {
  right: 0;
}

.slider-nav-bottom .swiper-button-prev {
  left: 0;
}

.swiper.sliderTwo {
  overflow: visible;
  padding-bottom: 15px;
}

.tour-section {
  margin: 100px 0
}

.tour-title {
  color: var(--dark-blue);
}

.bubble-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-bubble-one {
  /* border-radius: 52% 48% 57% 43% / 49% 34% 66% 51% ; */
  width: 227px;
  height: 193px;
  overflow: hidden;
  position: relative;
  filter: grayscale(1);
  transition: all .5s ease;
}

.floating-bubble-one::before {
  content: '';
  background-image: url(../images/ring.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 160px;
  rotate: -38deg;
  top: 21px;
  left: 16px;
  opacity: 0;
  transition: all .5s ease;
}

.box-one-container:hover .floating-bubble-one::before {
  opacity: 1;
  transition: all .5s ease;
}

.floating-bubble-two {
  /* border-radius: 59% 41% 38% 62% / 32% 47% 53% 68%  ; */
  width: 220px;
  height: 290px;
  /* overflow: hidden; */
  position: relative;
  filter: grayscale(1);
  transition: all .5s ease;
}

.floating-bubble-two::before {
  content: '';
  background-image: url(../images/ring.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 242px;
  height: 256px;
  top: -65px;
  left: -4px;
  opacity: 0;
  transition: all .5s ease;
  rotate: 200deg;
}

.box-two-container:hover .floating-bubble-two::before {
  opacity: 1;
  transition: all .5s ease;
}

.floating-bubble-three {
  /* border-radius: 52% 48% 57% 43% / 49% 34% 66% 51% ; */
  width: 288px;
  height: 241px;
  overflow: hidden;
  position: relative;
  filter: grayscale(1);
  transition: all .5s ease;
}

.floating-bubble-three::before {
  content: '';
  background-image: url(../images/ring.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 277px;
  height: 223px;
  top: 13px;
  left: 13px;
  opacity: 0;
  transition: all .5s ease;
}

.box-three-container:hover .floating-bubble-three::before {
  opacity: 1;
  transition: all .5s ease;
}

.floating-bubble-three:hover,
.floating-bubble-two:hover,
.floating-bubble-one:hover {
  filter: grayscale(0);
  transition: all .5s ease;
}

.box-one-container {
  top: -85px;
  transition: all ease-in-out .5s;
}

.bubble-one-text {
  position: absolute;
  bottom: 40px;
  right: -156px;
  rotate: -12deg;
  transition: all ease-in-out .5s;
}

.bubble-one-text img {
  position: absolute;
  left: -40px;
  transition: all ease-in-out .5s;

}

.box-one-container .floating-bubble-one img {
  transition: all ease-in-out .5s;
}

.box-one-container .floating-bubble-one {
  background-color: #fff;
  transition: all ease-in-out .5s;
}

.box-one-container .bubble-one-text img {
  transition: all ease-in-out .5s;
}

.box-two-container {
  top: 0px;
  right: 0;
  transition: all ease-in-out .5s;
}

.bubble-two-text {
  position: absolute;
  bottom: 0px;
  right: 0px;
  rotate: 16deg;
  transition: all ease-in-out .5s;
  transform: translate(-90px, -10px);
}

.bubble-two-text img {
  position: absolute;
  top: 70px;
  right: 0px;
}

.box-three-container {
  bottom: -285px;
  transition: all ease-in-out .5s;
}

.bubble-three-text img {
  position: absolute;
  top: 0;
  right: -74px;
}

.box-four-container {
  right: 0;
  bottom: -190px;
  transition: all ease-in-out .5s;
}

.bubble-four-text {
  position: absolute;
  top: 36px;
  margin: 0 auto;
  left: 35px;
}

.gallery-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.gallery-list li {
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #909090;
}

.gallery-list li a {
  color: #909090;
}

.gallery-list li:hover {
  border-bottom: 2px solid #D29C32;
}

.gallery-list li:hover a {
  color: #D29C32;
}

.video-section {
  background: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 30px 0;
  margin-top: 170px;
}

.video-section li p:first-child {
  color: #9D6929;
}

.video-section video {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.map-section {
  background-color: #FAF5EF;
  padding: 100px 0;
}

.moment-section {
  background-image: url(../images/moment-bg.svg);
  /* background-position: 36.9% -319px; */
  background-position: top center;
  background-repeat: no-repeat;
}

.moment-section .nav-link {
  color: #1E1E1E;
  padding: 5px 25px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

.moment-section .nav-link:hover {
  color: #E1A62C;
}

.moment-section .nav-pills .nav-link.active {
  background: none;
  color: #E1A62C;
  border-bottom: 1px solid #E1A62C;
}

.slider-nav-three {
  position: absolute;
  bottom: -60px;
  width: 106px;
  height: 37px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slider-nav-three .swiper-button-next,
.slider-nav-three .swiper-button-prev {
  color: #B0B0B0
}

.slider-nav-three .swiper-button-next:after,
.slider-nav-three .swiper-button-prev:after {
  font-size: 30px;
}

.bottom-padding {
  padding-bottom: 105px
}

.sponsor-area {
  background-color: #F5F5F5;
  padding: 25px 0;
}

.footer {
  background-color: var(--bg-color1);
  background-image: url(../images/pattern.svg);
  padding: 50px 0 20px;
}

.uniquales-logo {
  width: 100px;
}

hr {
  border-top: 2px solid #407098
}

.instagram-feed {
  position: relative;
  /* background-image: url(../images/feed-bg.png);
  background-position: top right;
  background-size: contain; */
  padding: 150px 0;
  /* background-repeat: no-repeat;
  background-blend-mode: luminosity; */
}

.instagram-feed>img {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
  width: 50%;
}

.feed-img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

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

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

.instafeed-overlay {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 30px;
  padding: 15px;
  border: 1px solid #fff;
  pointer-events: none;
}

.instafeed-overlay img {
  filter: invert(1);
}

.instafeed-overlay-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .5);
  letter-spacing: 5px;
}

.whatsapp-icon {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

.sub-header {
  /* height: 80px; */
  /* background-size: 1005; */
  background-repeat: repeat-x;
  color: var(--blue);
  padding: 10px 15px;
  margin-top: 96px;
}

.sub-header-banquet {
  background-color: #F0DCCD;
  background-image: url(../images/banquet-pattern.svg);
}

.sub-header-community-hall,
.sub-header-community {
  background-color: #E8AB7E;
  background-image: url(../images/community-pattern.svg);
}

.sub-header-luxury {
  background-color: #BFD9F0;
  background-image: url(../images/luxury-pattern.svg);
}

.sub-header-rooftop-lounge,
.sub-header-rooftop {
  background-color: #C6A77E;
  background-image: url(../images/rooftop-pattern.svg);
}

.sub-header-ecospace {
  background-color: #85C0A5;
  background-image: url(../images/ecospace-pattern.svg);
}

.sub-header-title {
  font-family: var(--playfair);
  font-size: 30px;
  font-weight: bold;
}

.sub-header-info {
  font-family: var(--noto);
  font-weight: 600;
  font-size: 30px;
}

.sub-header-info span {
  font-family: var(--noto);
  color: #3E3E3E;
  font-size: 21px;
  font-weight: bold;
  margin-left: 5px;
  line-height: 1;
}

.sub-header-info p {
  font-family: var(--noto);
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.sub-header-info>div {
  margin: 0 25px;
  position: relative;
}

.sub-header-info>div:after {
  content: '';
  width: .5px;
  height: 73px;
  background-color: #A48873;
  position: absolute;
  right: -25px;
}

.sub-header-info>div:last-child:after {
  content: unset;
}

.page-content {
  margin: 88px auto;
  margin-bottom: 150px;
}

.page-title {
  font-family: var(--playfair);
  font-size: 40px;
  font-weight: normal;
  color: var(--blue);
}

.booking-title {
  font-family: var(--noto);
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 25px;

}

.booking-form {
  margin-block-start: 65px;
}

.booking-date-box {
  border-radius: 4px;
  border: 1px solid var(--primary-text-color);
  box-shadow: 0 6px 10px 0 #0000001a;
  padding: 10px 15px;
  font-family: var(--noto);
}

.booking-date-box div {
  position: relative;
}

.booking-date-box div:after {
  content: '';
  position: absolute;

}

.booking-date-box img {
  margin-right: 12px;
  width: 24px;
  transform: translate(0px, 4px);
  -webkit-transform: translate(0px, 4px);
}

.booking-date-box label {
  color: var(--label-color);
  font-family: var(--noto);
  font-size: 18px;
  font-weight: normal;
}

.booking-date-box p {
  color: var(--field-color);
  font-family: var(--noto);
  font-size: 16px;
  font-weight: normal;
  border: none;
  margin: 0;
}

.booking-date-box p i {
  font-size: 17px;
  color: var(--grey-color);
}

.booking-date-box p span {
  color: var(--grey-color);
}

.booking-date-box p b {
  font-weight: normal;
}

.booking-date-box .changedatebtn {
  display: block;
  background-color: var(--main-button-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  min-width: 146px;
  min-height: 55px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
}

.booking-form-inner {
  margin-top: 40px;
  font-family: var(--noto);
}

.booking-form-inner-label {
  font-family: var(--noto);
  font-size: 20px;
  font-weight: normal;
  color: var(--label-color);
  margin-bottom: 20px;
}

.checkbox {
  margin-bottom: 30px;
}

.checkbox label {
  font-size: 16px;
  font-weight: normal;
  padding-left: 45px;
  margin: 0;
  height: 30px;
  margin-right: 100px;
}

.checkbox input {
  width: 34px;
  height: 34px;
  margin-right: 20px;
}

/* Hide the default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox container */
.checkbox-container {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 12px;
  cursor: pointer;
}

/* Style the checkmark */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid var(--field-color);
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Show the checkmark when checkbox is checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
  -webkit-animation: checkboxExpand 0.3s ease forwards;
  animation: checkboxExpand 0.3s ease forwards;
}

/* Style the checkmark/indicator */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  width: 10px;
  height: 18px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  /* Adjust thickness and direction */
}

.info-box-blue {
  background-color: var(--info-color-blue);
  border-radius: 4px;
  color: var(--label-color);
  font-size: 16px;
  padding: 10px;
  margin-bottom: 6px;
}

.info-box-green {
  background-color: var(--info-color-green);
  border-radius: 4px;
  color: var(--label-color);
  font-size: 18px;
  padding: 14px 16px;
  margin-bottom: 6px;
}

.info-box-brown {
  background-color: var(--info-color-brown);
  border-radius: 4px;
  color: var(--label-color);
  font-size: 18px;
  padding: 14px 16px;
}

.info-box-brown2 {
  background-color: var(--info-color-brown2);
  border-radius: 4px;
  color: var(--label-color);
  font-size: 18px;
  padding: 14px 16px;
}

.center-checkbox {
  transform: translate(-20px, 0px);
  -webkit-transform: translate(-20px, 0px);
}

.text-green {
  color: var(--text-green);
}

.text-goldern-brown {
  color: var(--text-goldern-brown)
}

.text-light-goldern-brown {
  color: var(--text-light-goldern-brown)
}

.text-goldern {
  color: #B47733;
}

.text-yellow {
  color: var(--yellow);
}

.ff-noto {
  font-family: var(--noto);
}

.ff-playfair {
  font-family: var(--playfair);
}

.ff-caveat {
  font-family: var(--caveat);
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-40 {
  font-size: 40px;
}

.f-80 {
  font-size: 80px;
}

.f-128 {
  font-size: 128px;
}

.calendar_btn {
  border-radius: 4px;
  border: 1px solid var(--primary-text-color);
  color: var(--primary-text-color);
  background-color: transparent;
  padding: 8px;
  font-size: 14px;
}

.calendar_btn img {
  margin-right: 10px;
}

.min-h-25 {
  min-height: 25px;
}

.form-label {
  font-size: 16px;
  margin-bottom: 15px;
}

.input-box {
  background-color: var(--light-gray);
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
}

.input-box span {
  color: #b3b3b3;
  display: inline-block;
  width: 35px;
}

.input-box input,
.input-box textarea {
  background: none;
  border: none;
  width: 100%;
  font-size: 16px;
}

.input-box button {
  background-color: transparent;
  border: none;
  color: #000;
  margin: 0 6px;
}

.radio-container {
  height: 40px;
}

.radio-container label {
  margin-right: 28px;
}

.radio-container input {
  width: 27px;
  height: 27px;
  margin-right: 28px;
  accent-color: var(--blue);
  border: 1px solid var(--field-color);
  background-color: var(--light-gray);
}

.info {
  color: var(--field-color);
  font-size: 17px;
}

.additional-box {
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  border: 1px solid #5A87AF;
  margin-bottom: 20px;
}

.additional-box ul {
  color: #6196C5;
  font-size: 20px;
}

/* NEW ADDED */
.room-box {
  width: 100%;
  padding: 8px;
  border: 1px dashed #5087B7;
  /* margin-bottom: 20px; */
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.room-list:last-child {
  border-bottom: 1px dashed #5087B7;
}

.edit {
  color: #007FED;
  text-decoration: underline;
  font-size: 18px;
  margin: 0 30px;
}

.cancel {
  color: #6DA0CD;
  text-decoration: underline;
  font-size: 18px;
}

.room-total {
  font-size: 12px;
  font-weight: bold;
  color: #123F64;
  text-transform: uppercase;
  text-align: right;
}

.room-total span {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  color: #fff;
  background-color: #00172A;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-left: 15px;
}

#bookingSummaryModal .modal-content {
  background-color: #10385C;
  border: 1px solid #9EBBD4;
  border-radius: 10px;
  color: #fff;
}

.modal-header {
  border-bottom: 2px dashed #46739C;
  color: #fff
}

.modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
}

.modal-title {
  position: relative;
  padding-left: 15px;
}

.modal-title:before {
  content: '';
  background: url("../images/heading-arrow.svg");
  width: 10px;
  height: 14px;
  position: absolute;
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}

.summary-table {
  font-size: 16px;
  color: #4C8BC3;
  font-weight: 400;
}

.summary-table tr td {
  vertical-align: top;
  padding: 5px;
}

.summary-table-label {
  font-weight: 400;
  color: #fff;
}

.total-amount-row {
  background-color: #134069;
}

.total-amount-row h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.advnc-txt {
  font-size: 16px;
  color: #3876AD;
}

.total-amount {
  color: #E1A62C;
  font-size: 20px;
  font-weight: 600;
}

.advnc-amount {
  font-size: 16px;
  color: #3876AD;
}

.spin-btn {
  border: 2px solid #CBA318;
  background-color: #00172A;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.spin-btn img {
  margin-right: 15px;
  width: 35px;
}

.win-amount {
  font-size: 24px;
}

.discount-row {
  background-color: #092C4D;
  border: 2px dashed #46739C;
  border-left: 0;
  border-right: 0;
  /* box-shadow: inset 0px -6px 0 0 #10385c,  0 -6px #10385c; */
}

.discount-row h4 {
  font-size: 20px;
  font-weight: 500;
}

.request-text {
  overflow: auto;
  max-height: 130px;
}

.request-text::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: transparent;
  /* or add it to the track */
}

.request-text::-webkit-scrollbar-thumb {
  background: #1D8FEC;
  border-radius: 4px;
}

.alert-info {
  background-color: #E9DBD1;
  color: var(--label-color);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 20px;
}

.alert-info-heading {
  font-size: 18px;
  white-space: nowrap;
}

.alert-info-heading i {
  font-size: 14px;
  font-style: italic;
  color: #acacac;
}

.text-color1 {
  color: #E8AB7E;
}

.text-color2 {
  color: #C6A77E;
}

.text-color3 {
  color: #AD805E;
}

.text-color4 {
  color: #85C0A5;
}

.text-color5 {
  color: #AEBA7F;
}

.text-gray {
  color: var(--field-color);
}

.text-black {
  color: #5e5e5e;
}

.text-dark-blue {
  color: #1A4B77;
}

.text-light-blue {
  color: #628BAF;
}

.text-blue-light {
  color: #4C8BC3;
}

.text-primary-color {
  color: var(--primary-text-color)
}

.text-gray2 {
  color: #ACACAC;
}

.food-selection-head {
  padding: 15px;
}

.border-box {
  border: 1px solid #BFD9F0;
  padding: 20px;
  margin-top: 5px;
}

.border-box p {
  margin: 0;
}

.border-box a {
  text-decoration: underline;
}

.border-box:first-child {
  border-left: none;
}

.border-box:last-child {
  border-right: none;
}

.border-box .checkbox {
  margin-top: 15px
}

.border-box .checkmark {
  width: 26px;
  height: 26px;
}

.border-box .checkbox label {
  margin-right: 30px;
  height: 26px;
  padding-left: 35px;
}

.menu-btn {
  color: #fff;
  background-color: var(--main-button-color);
  border: none;
  border-radius: 4px;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-btn img {
  width: 28px;
  margin-right: 10px;
}

.other-service-box {
  border-radius: 4px;
  padding: 15px;
}

.other-service-box .radio-container {
  height: 30px;
}

.other-service-box-color-1 {
  background-color: #EAE1D7;
}

.other-service-box-color-2 {
  background-color: #E4EAEF;
}

.other-service-box-color-3 {
  background-color: #F9F2D9;
}

.other-service-box i {
  color: #69A2D6;
}

.other-service-box p {
  color: var(--label-color);
}

.isd_code {
  background-color: #575757;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  width: 55px;
  height: 45px;
}

input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  min-height: 100px;
}

.form-btn {
  min-width: 140px;
  min-height: 45px;
  background-color: #CBA318;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  font-family: var(--mukta);
  border-radius: 4px;
  text-transform: uppercase;
  /* letter-spacing: 4px; */
}

.summary-box {
  background-color: var(--blue);
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  font-family: var(--noto);
  position: sticky;
  top: 75px;
}

.summary-box h2 {
  font-size: 20px;
}

.table-box {
  border-top: 1px dashed #46739C;
  border-bottom: 1px dashed #46739C;
  margin: 13px 0;
  /* padding: 20px 0; */
}

.table-box thead th {
  font-size: 18px;
  font-weight: 400;
}

.table-box tbody {
  color: #4C8BC3;
  font-size: 16px;
}

.table-box tbody td {
  word-break: break-all;
  padding: 10px 0;
}

.bullet {
  width: 7px;
  height: 7px;
  background-color: #5AA3E3;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.table-box tfoot {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  font-size: 22px;

}

.table-box tfoot tr th {
  padding: 10px 0;
}

.disabled {
  background-color: #1A4B77;
  color: #3F7CB4;
}

.banquet-banner {
  background-image: url(../images/banquet-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.banquet-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.feature-details-box {
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  box-shadow: 0 6px 10px 0 #0000001b;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 25px;
  color: var(--blue);
  font-size: 20px;
}

.feature-details-box p {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
}

.feture-b-b {
  border-bottom: 1px solid #E8E7E7;

}

.price-details {
  background-color: #EEE7E1;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
}

.price-details h4 {
  font-size: 34px;
  /* font-weight: bold; */
  color: var(--blue);
  margin-bottom: 15px;
}

.price-details p {
  font-size: 16px;
  color: var(--blue);
  margin-bottom: 15px;
}

.squre-yellow-btn {
  background-color: #CBA318;
  border: none;
  color: #fff;
  font-family: var(--noto);
  font-weight: 400;
  font-size: 20px;
  padding: 10px 30px;
}

.squre-yellow-btn:hover {
  background-color: #e4b81d;
}

.banquet-info {
  padding: 45px;
  /* color: var(--main-button-color); */
  font-size: 20px;
  box-shadow: -98px 18px 30px 0 rgba(0, 0, 0, .20);
  border-radius: 4px;
  transform: translate(-10%, 0);
  background-color: #fff;
}

.banquet-info h2 {
  font-family: var(--playfair);
  font-size: 38px;
  color: #10385C;
  margin-bottom: 30px;
}

.big-title {
  font-size: 80px;
  font-family: var(--playfair);
  color: #0A314F;
  margin: 130px 0;
  text-align: center;
  font-weight: 400;
}

.big-subtitle {
  font-size: 40px;
  font-family: var(--playfair);
  color: #0A314F;
  text-align: center;
  font-weight: 400;
}

.celebration-box h1 {
  font-size: 40px;
  font-family: var(--playfair);
  font-weight: 400;
  color: #10385C;
  margin-bottom: 53px;
}

.celebration-box p {
  font-size: 20px;
  /* color: #00172A; */
  margin-bottom: 53px;
}

.video-overlay-text {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  font-size: 28px;
  color: #fff;
  padding: 150px 0 100px;
  pointer-events: none;
  left: 0;
  right: 0;
}

.video-overlay-text h2 {
  font-family: var(--playfair);
  font-size: 76px;
  font-weight: normal;
}

.feedback-area {
  margin: 150px 0;
}

.feedback-title {
  font-family: var(--playfair);
  margin-bottom: 100px;
}

.feedback-title h2:before {
  color: #D0A17D;
  font-size: 164px;
  line-height: 120px;
  position: absolute;
  content: '“';
  top: -82px;
  left: -6px;
  width: 60px;
  height: 60px;
}

.feedback-title h2 {
  font-size: 64px;
  color: #10385C;
  font-weight: 400;
  position: relative;
  margin-top: 70px;
}

.feedback-title p {
  color: #DFB318;
  font-size: 24px;
}

.guest-info {
  font-size: 24px;
  color: #00172A;
}

.guest-info p {
  margin: 0;
  font-weight: bold;
}

.guest-info span {
  color: #909090;
  font-weight: 400;
}

.guest-comment {
  font-size: 20px;
  /* color:#00172A; */
  margin-top: 50px;
}

.rating {
  font-size: 20px;
}

.add-container {
  margin: 90px 0;
  width: 100%;
}

.add-box {
  border-radius: 4px;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.add-box h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.add-box p {
  font-size: 18px;
}

.add-box .number {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

.car-box {
  background-color: #0A314F;
}

.food-box {
  background-color: #BC8F6E;
}

.photo-box {
  background-color: #414141;
}

.decoration-box {
  background-color: #C58FA0;
}

.community-banner {
  background-image: url(../images/communityhallbanner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.community-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.gray-area {
  background-color: #EEE7E1;
  padding: 150px 0;
}

.gray-area h2 {
  font-family: var(--playfair);
  color: #10385C;
  font-size: 40px;
  margin-bottom: 94px;
}

.gray-area p {
  font-size: 20px;
  color: #00172A;
  margin-bottom: 35px;
}

.phone-card {
  background-color: #E8AB7E;
  background-image: url(../images/phone-card-mask.png);
  width: 100%;
  /* height: 100%; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px;
  color: #fff;
  border-radius: 4px;
}

.phone-card h4 {
  font-family: var(--playfair);
  font-size: 48px;
  margin-bottom: 68px;
}

.phone-card p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.help-text {
  font-size: 28px !important;
  margin-top: 70px;
  line-height: 50px;
}

.line-text {
  position: relative;
  font-size: 40px;
  font-weight: 300;
}

.line-text:after {
  background-color: #D29C32;
  width: 60%;
  height: 4px;
  position: absolute;
  content: '';
  right: 0;
  top: 25px;
}

.luxury-banner {
  background-image: url(../images/luxury-room.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.luxury-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}
.budget-banner {
  background-image: url(../images/budget-room.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.budget-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.room-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.room-overlay h4 {
  font-family: var(--playfair);
  color: #fff;
  font-size: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}

.accommodation-banner {
  background-image: url(../images/accommodation-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.accommodation-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

#flatTabContent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#flatTab {
  border: none;
  margin-bottom: 100px;
}

#flatTab li {
  margin: 0 30px;
}

#flatTab li button {
  border: none;
  margin: 0;
  border-bottom: 8px solid transparent;
  font-size: 24px;
  color: #909090;
  font-weight: 500;
  width: 100px;
}

#flatTab li button.active {
  border-bottom: 8px solid #AEBA7F;
  color: #0A2947;
}

.helpSwiper .swiper-slide {
  position: relative;
}

.slider-info-box {
  position: absolute;
  width: 60%;
  bottom: 150px;
  z-index: 1;
  color: #fff;
  font-family: var(--playfair);
  background-color: #0A2947;
  text-align: center;
  padding: 40px 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slider-info-box button {
  width: 180px;
}

.slider-info-box p {
  font-size: 40px;
  margin-bottom: 30px;
}

.helpSwiper .swiper-pagination {
  bottom: 50px;
}

.helpSwiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.helpSwiper .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.rooftop-banner {
  background-image: url(../images/rooftop-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.rooftop-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.rooftop-info-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 60px;
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
}

.rooftop-title {
  color: #fff;
  font-family: var(--playfair);
  font-size: 80px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15%;
}

.rt-info-sub {
  color: #DFB318;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--noto);
  text-transform: uppercase;
}

.rooftop-info-box h4 {
  font-size: 40px;
  font-family: var(--playfair);
  font-weight: 400;
  margin-bottom: 53px;
}

.hastag {
  color: #B0B0B0;
  font-size: 28px;
  padding-left: 50px;
}

.hastag-2 {
  color: #A9B57B;
  font-size: 28px;
  padding-left: 50px;
  width: 621px;
  transform: translate(-26%, -70px);
}

.image-text {
  position: absolute;
  font-size: 40px;
  font-family: var(--playfair);
  color: #fff;
  text-align: center;
}

.title-40 {
  font-size: 40px;
  font-family: var(--playfair);
}

.sub-text {
  font-size: 20px;

}

.ecospace-banner {
  background-image: url(../images/ecospace-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.ecospace-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-banner {
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.contact-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}
.terms-banner {
  background-image: url(../images/terms-page.png);
  background-repeat: no-repeat;
  width: 100%;
  padding: 15.5% 15px;
  background-size: cover;
  background-position: center;
}

.terms-banner h2 {
  color: #BA8039;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-logo {
  position: relative;
  margin-bottom: 80px;
}

.contact-logo img {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  width: 150px;
}

.contact-logo:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #CBA318;
  left: 0;
  top: 30px;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info h3 {
  font-family: var(--playfair);
  color: #10385C;
  font-size: 35px;
  margin-bottom: 60px;
  font-weight: normal;
}

.contact-info p {
  color: #00172A;
  font-size: 20px;
}

.contact-info p img {
  margin-right: 10px;
}

.contact-btm-border {
  border-bottom: 1px solid #CBA318;
}

.contact-us {
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact-us h3 {
  font-family: var(--playfair);
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 60px;
}

.contact-us iframe {
  width: 100%;
  max-height: 525px;
  margin-bottom: 60px;
}

.contact-us p {
  font-size: 20px;
  line-height: 27px;
}

.contact-us p img {
  margin-right: 15px;
}

.video-box iframe {
  height: 100vh;
}

/* Keyframes for expanding animation */
@-webkit-keyframes checkboxExpand {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}

@keyframes checkboxExpand {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes goDown {
  0% {
    top: -60px;
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes goUp {
  0% {
    top: -60px;
  }

  100% {
    transform: translateY(0px);
  }
}

#spinModal .modal-dialog {
  max-width: 335px;
  margin: 0 auto;
}

#spinModal form {
  display: contents;
}

#spinModal .modal-content {
  background: none;
  border: none;
}

#spinModal .modal-content iframe {
  border-radius: 10px;
  /* min-height: 560px; */
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
}



.lightboxpreview {
  transition: all .3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all .4s ease-in-out;
}

/* .lightbox_img_wrap {
padding-top:65%;
position:relative;
overflow:hidden;
} */
.lightbox-enabled:hover {
  transform: scale(1.1)
}

/* .lightbox-enabled {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    object-fit:cover;
    cursor:pointer;
} */

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 850px;
  /* max-height:90vh; */
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

/* .lightbox-btn, #close {
color:white;
z-index:9999999;
cursor:pointer; 
position:absolute;
font-size:50px;
} */
.image-title {
  color: #CBA318;
}

.lightbox-btn {
  width: 16px;
  display: inline-block;
  cursor: pointer;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.left img {
  rotate: 180deg;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  /* -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); */
  /* max-height:95vh; */
  /* object-fit:cover; */
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }

  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }

  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}


.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}

.accordion-button {
  background: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
#loaderModal .modal-content{
  background: none !important;
  border:none;
}
#loaderModal .modal-content img{
  width: 40px;
}



/* Responsive CSS */

@media only screen and (max-width: 992px) {
  .video-box iframe {
    height: 460px;
  }

  .video-overlay-text {
    padding: 20px 0 20px;
    font-size: 20px;
  }

  .video-overlay-text h2 {
    font-size: 50px;
  }

  .rooftop-info-box {
    position: unset;
    width: 100%;
  }

  .rooftop-title {
    font-size: 60px;
  }

  .big-title {
    font-size: 40px;
  }

  .image-text {
    font-size: 23px;
  }

  .banquet-info {
    box-shadow: none;
    transform: unset;
  }
}

@media only screen and (max-width: 820px) {
  .slider-info-box {
    width: 70%;
    bottom: 80px;
    padding: 40px 30px;
  }

  .slider-info-box p {
    font-size: 20px;
  }

  #flatTab li button {
    font-size: 20px;
  }

  .logo {
    width: 175px;
  }

  .bubble-box {
    display: none;
  }

  .banner {
    background-size: cover;
  }

  .sticky-search {
    position: unset;
    padding: 0;
  }

  .sticky-search .container-xxl {
    padding: 0;
  }

  .search-box {
    height: auto;
    width: 100%;
    transform: translate(0px, 0px);
  }

  .search-box input,
  .search-box select {
    width: 100%;
    min-width: unset;
  }

  .search-box button {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .search-box .search-box-input:after {
    top: 0;
    height: 100%;
  }

  .swiper {
    margin-bottom: 50px;
  }

  .sliderOne .slider-nav {
    top: unset;
    bottom: -50px;
    right: 0;
    width: 86px;
    height: 30px;
    left: 0;
    margin: 0 auto;
  }

  section {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .blue-area,
  .video-section,
  .map-section,
  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-area a:last-child {
    margin-right: 0;
  }

  .banquet-info {
    transform: translate(0, 0);
    box-shadow: none;
    /* padding-left: 0;
      padding-right: 0; */
  }

  .video-overlay-text {
    padding: 35px 0;
    font-size: 16px;
  }

  .video-overlay-text h2 {
    font-size: 40px;
  }

  .sponsor-area img {
    margin-bottom: 15px;
  }

  .rooftop-info-box {
    position: unset;
    width: 100%;
    padding: 30px 0;
  }

  .big-title {
    font-size: 30px;
    margin: 30px 0;
    padding-left: 0 !important;
  }

  .hastag {
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .hastag-2 {
    width: 100%;
    font-size: 25px;
    transform: translate(0, 0);
    padding-left: 0;
  }

  .video-box iframe {
    height: 400px;
  }

  .alert-info-heading {
    font-size: 20px;
  }

  .alert-info-heading i {
    display: block;
  }

  .other-service-box {
    height: 100%;
  }

  .instagram-feed {
    padding: 50px 0;
  }

  .bottom-padding {
    padding-bottom: 30px;
  }

  .feature-details-box {
    margin: 35px 0;
  }

  .price-details h4 {
    margin-bottom: 0;
  }

  .price-details p {
    margin-bottom: 10px;
  }

  .celebration-box h1 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .celebration-box p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .full-video {
    padding: 0;
  }

  .feedback-area {
    margin: 50px 0;
  }

  .feedback-title h2 {
    font-size: 40px;
  }

  .gray-area {
    padding: 50px 0;
  }

  .gray-area h2 {
    margin-bottom: 30px;
  }

  .phone-card h4 {
    font-size: 40px;
  }

  .phone-card p {
    font-size: 25px;
  }

  .help-text {
    margin-top: 30px;
    font-size: 23px !important;
  }

  .feedback-title {
    margin-bottom: 30px;
  }

  .big-subtitle {
    font-size: 28px;
  }

  .f-20 {
    font-size: 2.5vw;
  }

  .table-box {
    margin: 0;
  }

  .summary-box {
    padding: 0 10px;
    padding-bottom: 10px;
  }

  .page-content {
    margin: 24px auto;
    margin-bottom: 40px;
  }

  .booking-form {
    margin-block-start: 30px
  }

  .booking-form-inner {
    margin-top: 40px;
  }

  .checkbox label {
    margin-bottom: 15px;
  }

  .booking-title {
    font-size: 25px;
  }

  .contact-info h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .contact-info p {
    margin-bottom: 30px;
  }

  .tour-section {
    margin: 20px 0;
  }

  .video-section {
    margin: 20px 0 0 0;
  }

  .footer h2 {
    font-size: 16px;
  }

  .footer ul {
    font-size: 12px;
  }

  .add-box .number {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 680px) {
  .tour-section {
    margin: 20px 0;
  }

  .sub-header {
    position: sticky;
    top: 47px;
    z-index: 2;
  }

  .slider-nav-bottom {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .feed-img {
    object-fit: cover;
    aspect-ratio: 1 / 2;
  }

  .sidenav {
    font-size: 14px;
  }

  .sidenav ul li {
    margin-bottom: 20px;
  }

  .sidenav ul li p {
    font-size: 13px;
  }

  .lightbox-btn {
    width: 14px;
  }

  .lightbox-image-wrapper {
    padding: 15px;
  }

  .sticky-search {
    overflow: visible;
  }

  .day-choose {
    padding: 10px;
    padding-left: 50px;
    margin-bottom: 10px;
  }

  .day-choose br {
    display: none;
  }

  .whatsapp-icon {
    width: 60px;
    height: 60px;
  }

  .summary-table tr td {
    width: 120px;
  }

}

@media only screen and (max-width: 480px) {
  #flatTab li button.active {
    border-bottom: 5px solid #AEBA7F;
  }

  #search {
    scroll-margin-top: 150px;
  }

  #spinModal .modal-dialog {
    max-width: unset;
    width: 95%;
  }

  /* #spinModal .modal-content iframe{
    width: 100%;
    height: 540px;
  } */
  .summary-table {
    font-size: 14px;
  }

  .gallery-list {
    width: 100% !important;
  }

  .gallery-list li {
    margin: 0 2px;
    margin-bottom: 10px;
  }

  .advnc-txt {
    font-size: 14px;
  }

  .win-amount {
    font-size: 20px;
  }

  .hover .f-30 {
    font-size: 25px;
  }

  .hover .yellow-btn {
    padding: 8px 34px;
    font-size: 16px;
  }

  .feature-details-box p {
    font-size: 14px;
  }

  .moment-section {
    background-size: contain;
  }

  .fixed-header {
    height: 48px;
  }

  .page-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .location {
    bottom: -43px;
  }

  .total-amount-row h4,
  .total-amount {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
  }

  #bookingmodaldata br {
    display: none;
  }

  .daterangepicker {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }

  .header {
    padding-top: 5px
  }

  .logo {
    width: 65px;
  }

  .menu-area a {
    font-size: 12px;
  }

  .menu-area a:last-child {
    margin-right: 0;
  }

  .f-32 {
    font-size: 4.3vw;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .yellow-btn {
    padding: 6px 10px;
    font-size: 14px;
  }

  .banner-center {
    padding: 30px;
  }

  .banner-center-icon {
    width: 90px !important;
    position: unset;
  }

  .banner-center img {
    width: 80%;
  }

  .location img {
    width: 18px;
  }

  .blue-area,
  .video-section,
  .map-section,
  .footer {
    /* padding-left: 30px;
    padding-right: 30px; */
    padding: 30px;
  }

  .video-section {
    margin-top: 0;
    background-image: none;
    background-color: #faf5ef;
  }

  .menu-area a {
    margin: 0 5px;
  }

  .menu-area a:after {
    content: unset;
  }

  .menu-area a img {
    padding: 10px 3px;
  }

  .sub-header {
    padding: 10px;
  }

  .sub-header-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sub-header-info {
    font-size: 20px;
  }

  .sub-header-info span {
    font-size: 16px;
    margin-left: 5px;
  }

  .sub-header-info p {
    font-size: 10px;
    margin-top: 5px;
    white-space: nowrap;
  }

  .sub-header-info>div:after {
    height: 27px;
    right: -16px;
  }

  .page-content {
    margin: 0;
  }

  .booking-form {
    margin: 0;
  }

  /* .tour-section{
    display: none;
  } */
  .search-box {
    height: auto;
    width: 90vw;
    transform: translate(0, 0px);
    padding-bottom: 15px;
    box-shadow: 0 0px 15px 0 #00000038;
  }

  .sticky-search {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 30px 0;
    padding-bottom: 20px;
  }

  .banner {
    background-size: cover;
    padding: 35% 40px;
  }

  .blue-area:after {
    width: 100%;
    height: 433px;
    display: none;
  }

  .content-box h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
  }

  .content-box h2 br {
    display: none;
  }

  .content-box p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .search-box-input {
    height: 50px;
  }

  .search-box input,
  .search-box select {
    width: 100%;
    background-color: #fff;
  }

  .search-box .search-box-input:after {
    top: 50px;
    width: 100%;
    height: 1px;
  }

  .facility-section,
  .content-box {
    margin: 0px 0;
  }

  .page-heading {
    margin-top: 20px;
  }

  .page-heading p {
    font-size: 14px;
  }

  .page-heading h1 {
    font-size: 20px;
  }

  .sliderOne .slider-nav {
    top: unset;
    bottom: -50px;
    right: 0;
    width: 86px;
    height: 30px;
    left: 0;
    margin: 0 auto;
  }

  .blue-area div>p {
    font-size: 14px !important;
  }

  .big-title {
    font-size: 30px;
    margin: 20px 0;
    padding-left: 0 !important;
    text-align: left;
  }

  .feature-details-box {
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 15px;
  }

  .banquet-info {
    transform: translate(0, 0);
    padding: 15px;
    box-shadow: none;
    font-size: 16px;
  }

  .banquet-info h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .banquet-info p {
    font-size: 14px;
  }

  /* .celebration-box{
    margin-bottom: 15px;
  } */
  .celebration-box h1 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .celebration-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .video-overlay-text {
    padding: 10px;
    font-size: 14px;
  }

  .video-overlay-text h2 {
    font-size: 25px;
  }

  .feedback-area {
    margin: 0;
  }

  .feedback-title {
    margin-bottom: 20px;
  }

  .feedback-title h2:before {
    font-size: 100px;
  }

  .feedback-title h2 {
    font-size: 20px;
  }

  .feedback-title p {
    font-size: 16px;
  }

  .guest-info {
    font-size: 16px;
  }

  .guest-comment {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .rating {
    font-size: 15px;
  }

  .gray-area {
    padding: 15px;
  }

  .gray-area h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .gray-area p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .phone-card {
    padding: 20px;
  }

  .phone-card h4 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .help-text {
    font-size: 14px !important;
    margin-top: 40px;
    line-height: 25px;
  }

  .line-text {
    font-size: 20px;
  }

  .line-text:after {
    width: 50%;
    top: 13px;
  }

  .add-box {
    padding: 20px;
  }

  .add-box h3 {
    font-size: 23px;
    margin-bottom: 19px;
  }

  .add-box p {
    font-size: 14px;
  }

  .add-box .number {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .banquet-banner,
  .ecospace-banner,
  .rooftop-banner,
  .banquet-banner,
  .community-banner,
  .luxury-banner,
  .budget-banner {
    padding: 28% 0px 30px;
  }

  .ecospace-banner h2,
  .rooftop-banner h2,
  .banquet-banner h2,
  .community-banner h2,
  .luxury-banner h2,
  .budget-banner h2 {
    font-size: 25px;
  }

  .ecospace-banner p,
  .rooftop-banner p,
  .banquet-banner p,
  .community-banner p,
  .luxury-banner p,
  .budget-banner p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .big-subtitle {
    font-size: 20px;
  }

  .checkbox label {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .swiper {
    margin-bottom: 50px;
    margin-top: 25px;
  }

  .moment-section .nav-link {
    padding: 5px 15px;
  }

  .bottom-padding {
    padding-bottom: 38px;
  }

  .instagram-feed {
    padding: 90px 0 60px;
  }

  .instafeed-overlay {
    width: 238px;
    height: 146px;
    top: 35px;
    font-size: 22px;
    pointer-events: none;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .uniquales-logo {
    margin-top: 15px;
  }

  .sponsor-area {
    padding: 10px 0;
  }

  .sponsor-area img {
    /* margin-bottom: 15px; */
    width: 100px;
  }

  .community-banner h2,
  .accommodation-banner h2 {
    font-size: 25px;
  }

  .community-banner p,
  .accommodation-banner p {
    font-size: 16px;
  }

  #flatTab li {
    margin: 0px 0px;
  }

  #flatTab li button {
    font-size: 18px;
  }

  .helpSwiper {
    margin: 0;
  }

  .helpSwiper .swiper-slide {
    padding: 50px 0;
  }

  .slider-info-box p {
    font-size: 14px;
    margin-bottom: 13px;
  }

  .slider-info-box {
    width: 85%;
    bottom: 76px;
    padding: 13px 6px;
  }

  .add-container {
    margin: 0;
  }

  .feedback-title h2:before {
    top: -59px;
  }

  .rooftop-title {
    font-size: 24px;
  }

  .rooftop-info-box h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .image-text {
    font-size: 30px;
  }

  .video-box iframe {
    height: 240px !important;
  }

  .hastag-2 {
    width: 100%;
    font-size: 16px;
    transform: translate(0, 0);
    padding-left: 0;
  }

  .slider-title {
    font-size: 30px;
  }

  .facility-item img {
    width: 35%;
  }

  .facility-item p {
    font-size: 16px;
    margin: 20px 0;
  }

  .map-section h2 {
    font-size: 20px;
  }

  .f-40 {
    font-size: 5vw;
  }

  .f-30 {
    font-size: 5vw;
  }

  .map-section iframe {
    margin-bottom: 30px
  }

  .f-20 {
    font-size: 3.4vw;
  }

  .f-22 {
    font-size: 5vw;
  }

  .f-24 {
    font-size: 4vw;
  }

  .f-18 {
    font-size: 3.5vw;
  }

  .video-section li p:first-child {
    font-size: 16px;
  }

  .price-details h4 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .price-details p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .squre-yellow-btn {
    font-size: 16px;
  }

  .hastag {
    font-size: 18px;
  }

  .title-40 {
    font-size: 6vw;
  }

  .sub-text {
    font-size: 14px;
    text-align: left;
  }

  /* .video-box iframe{
    height: auto;
  } */
  .contact-banner h2 {
    font-size: 35px;
  }
  .terms-banner h2 {
    font-size: 35px;
  }

  .contact-logo {
    margin-bottom: 30px;
  }

  .contact-info h3,
  .contact-us h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .contact-info p,
  .contact-us p {
    font-size: 16px;
  }

  .contact-us {
    margin: 30px 0;
  }

  .price-details {
    padding: 15px;
  }

  .rooftop-info-box {
    font-size: 16px;
  }

  .f-128 {
    font-size: 25vw;
  }

  .form-btn {
    font-size: 18px;
    min-height: 38px;
  }

  .slider-section {
    margin: 20px 0;
    padding: 0;
  }

  .hover h2 {
    font-size: 25px;
  }

  .hover .f-36 {
    line-height: 36px;
    font-size: 24px;
  }

  .f-16 {
    font-size: 3.5vw !important;
  }

  .sub-header {
    margin-top: 58px;
    margin-bottom: 25px;
  }

  .booking-date-box {
    padding: 10px;
  }

  .booking-date-box>div {
    border-bottom: 1px solid #00172a;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .booking-date-box>div:last-child {
    border: none;
    padding-bottom: 0 !important;
  }

  .booking-date-box label {
    font-size: 16px;
    font-weight: 500;
  }

  .booking-date-box p {
    font-size: 14px;
  }

  .booking-date-box p i {
    font-size: 14px;
  }

  .booking-date-box .changedatebtn {
    min-height: 40px;
    line-height: 40px;
    width: 180px;
  }

  .booking-form-inner {
    margin-top: 30px;
  }

  .booking-title {
    font-size: 20px;
    margin: 15px 0;
  }

  .booking-form-inner-label,
  .checkbox label,
  .info-box-blue,
  .info-box-brown {
    font-size: 14px;
  }

  .info-box-blue,
  .info-box-brown {
    padding: 8px 10px;
  }

  .info-box-brown2 .calendar_btn,
  .info-box-brown .calendar_btn,
  .info-box-green .calendar_btn,
  .info-box-blue .calendar_btn {
    margin-bottom: 10px;
  }

  .booking-form-inner-label {
    font-weight: 500;
  }

  .checkbox {
    margin-bottom: 15px;
  }

  .info-box-green p,
  .info-box-brown p,
  .info-box-brown2 p {
    margin: 0;
  }

  .form-label {
    font-size: 15px;
  }

  .info {
    font-size: 16px;
  }

  .room-box .checkbox {
    justify-content: center;
    margin-bottom: 0;
  }

  .dateselecled {
    height: 15px
  }

  .peraccomprice {
    font-size: 18px;
    font-weight: 500;
  }

  .radio-container {
    height: 50px;
  }

  .table-box {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-top: 0;
    padding-bottom: 10px;
  }

  .text-gray span,
  .text-gray b {
    display: block;
  }

  #stickyDiv {
    top: 55px;
    left: 0;
  }

  .alert-info-heading {
    text-align: center;
  }

  .alert-info-heading i {
    display: block;
    text-align: center;
  }

  .sub-header-info>div {
    margin: 0 16px;
    text-align: center;
  }

  .full-video {
    padding: 0;
  }

  .daterangepicker .drp-calendar.right {
    display: none !important;
  }

  .daterangepicker .drp-calendar {
    width: 100% !important;
    /* Expand the left calendar to full width */
  }

  .table-box tbody td {
    padding: 0
  }

  .summary-box {
    padding: 10px;
  }

  .additional-box ul {
    font-size: 14px;
  }

  #flatTab {
    margin-bottom: 0;
  }

  #changeDateModal .search-box {
    width: 100%;
    padding: 0;
  }

  #changeDateModal .search-box-input {
    height: auto;
  }

  #changeDateModal .search-box input {
    height: 40px;
  }

  #changeDateModal .day-choose {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 387px) {

  /* .summary-box{
    top:159px !important;
  } */
  .location {
    bottom: -60px;
  }

  .peraccomprice {
    font-size: 16px;
  }

  .booking-form-inner-label,
  .checkbox label,
  .info-box-blue,
  .info-box-brown {
    font-size: 12px;
  }

  .alert-info {
    font-size: 12px;
    padding: 5px 9px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 320px) {
  .banner-center {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-center img {
    width: 80%;
  }

  .location img {
    width: 20px;
  }

  .banner-center-icon {
    top: 10px;
    width: 100px;
  }

  section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blue-area,
  .video-section,
  .map-section,
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .moment-section .nav-link {
    padding: 5px 8px;
    font-size: 12px;
  }

  .content-box {
    margin: 0px 0;
  }

  .room-box {
    padding: 8px 0;
  }

  .room-box .checkbox label {
    padding-left: 35px;
  }

  .checkmark {
    width: 25px;
    height: 25px;
  }

  .checkmark:after {
    top: 42%;
    width: 7px;
    height: 12px;
  }

  .room-box .checkbox label {
    margin-bottom: 0 !important;
  }

  .room-box .col-9 {
    width: 100%;
  }

  .booking-form-inner-label,
  .checkbox label,
  .info-box-blue,
  .info-box-brown {
    font-size: 12px;
  }

  .booking-title {
    font-size: 16px;
  }

  .booking-date-box label {
    font-size: 14px;
  }

  .booking-date-box p {
    font-size: 12px;
  }

  .booking-date-box img {
    width: 18px;
  }

  .page-title {
    font-size: 20px;
  }

  .booking-date-box .changedatebtn {
    width: 140px;
    font-size: 14px;
  }

  .form-label {
    font-size: 12px;
  }

  .input-box input,
  .input-box textarea {
    font-size: 14px;
  }

  .info {
    font-size: 12px;
  }

  .alert-info {
    font-size: 12px;
  }

  .alert-info-heading {
    font-size: 16px;
  }

  .f-18 {
    font-size: 5vw;
  }

  .summary-box p {
    font-size: 12px;
  }

  .form-btn {
    font-size: 14px;
    min-height: 30px;
  }
}