/*video section*/

.banner-wrapper {
  height: 100vh;
  margin-top: 103px;
  padding-bottom: 200px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.video-sec {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #0000001c;
    z-index: 0;
}

.hero-scetion .hero-content {
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
}

.hero-scetion .hero-content {
  width: 90%;
  text-align: center;
  margin: auto;
  color: rgb(255, 255, 255);
}

.nst {
  font-size: 5rem;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 82%;
    text-align: center;
    padding-bottom: 100px;
}

.hero-content h1 {
  font-family: var(--heading-font);
  font-size: 70px;
  width: 90%;
  margin: auto;
  text-shadow: 0 0 2px #000;
  margin-bottom: 0px;
  margin-top: 50px;
}

.hero-content p {
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.h-big {
  font-family: var(--secondary-font);
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  text-transform: capitalize;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0px;
  max-width: 1140px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}

.h-big span {
  font-size: 96px;
}

.h-li-big {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 5px #000;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.booking-area {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


#bannerBookingBar {
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 95%;
    max-width: 1000px;
}
.booking-bar {
  background: #5e5e5e38;
  /* backdrop-filter: blur(15px); */
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgb(255 255 255 / 28%);
  display: flex;
  align-items: stretch;
  padding: 20px 40px;
  border-radius: 4px;
}

.booking-field {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-label {
  color: var(--primary-color);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
}

@font-face {
  font-family: "cheque";
  src: url('../font/cheque.otf');
  font-display: swap;
}

#bannerBookingBar input,
#bannerBookingBar select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  color: white;
  border: navajowhite;
}

#bannerBookingBar select option {
  color: #000;
  background: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

.input-wrapper input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 100%;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.input-wrapper i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-left: 10px;
}

.booking-action {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}

.btn-check-availability {
  background: var(--primary-color);
  color: var(--black-color);
  border: none;
  padding: 13px 11px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.btn-check-availability:hover {
  background: #d4bc85;
  box-shadow: 0 0 20px rgba(198, 175, 118, 0.4);
}

.questions-link {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  opacity: 0.8;
}

.questions-link a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .booking-bar {
    flex-direction: row;
    padding: 20px;
  }

  .booking-field {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
  }

  .booking-action {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    align-items: center;
  }

  #bannerBookingBar {
    position: relative;
    bottom: 203px;
    left: auto;
    transform: none;
    margin: 20px auto;
  }
}

.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
  margin-top: 30px;
  border-radius: 40px;
}

.search-bar select {
  font-size: 14px;
  color: var(--other-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 15px 0 10px;
  background: #fff;
  text-indent: 0px;
  border: 0px solid #e0e0e0;
  height: 32px;
  width: 100%;
}

.search-bar input {
  font-size: 14px !important;
  color: var(--other-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0;
  padding-left: 10px;
  background: #fff;
  border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
  padding-left: 20px;
}

.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--other-color);
  opacity: 1;
  /* Firefox */
}

.search-bar i {
  color: var(--other-color);
  position: absolute;
  top: 1.5rem;
  font-size: var(--f16);
  right: 20px;
}

.search-bar .col-3 {
  position: relative;
  width: 25%;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

.search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
}

.search-bar .check:before {
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
}

.search-bar .check i {
  top: 7px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}

div#guestsss11 {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer;
}

#guestsss11 .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m20);
}

#guestsss11 .adult-box p {
  letter-spacing: 0px;
  color: var(--black-color);
  text-shadow: 0px 0px 0px #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0px;
}

#guestsss11 button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: all 0.3s;
  cursor: pointer;
}

#guestsss11 button.button11.button1 {
  margin-left: var(--m14);
}

.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
  border-radius: 0 40px 40px 0;
  border: 1px solid #fff;
}

.search-bar button.main-btn.close111 {
  height: 43px;
  padding: 5px 15px;
  font-size: 14px !important;
  border: 1px solid var(--btn-color);
  border-radius: 20px;
  position: relative !important;
  left: 0px !important;
  right: 0px !important;
  color: #fff !important;
}

.search-bar .datepicker-common-2 {
  padding: 0;
  width: 50%;
}

.search-bar .main-check {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 50%;
}

.search-bar .main-check .row {
  position: relative;
  justify-content: space-around;
}

div#guestsss1 {
  width: 100%;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0rem;
  font-size: 18px;
  color: var(--secondary-color);
  cursor: pointer;
}

#guestsss1 button.main-btn.close1112 {
  height: 43px;
  padding: 5px 15px;
  font-size: 14px !important;
  border: 1px solid var(--btn-color);
  border-radius: 0px;
  position: relative !important;
  left: 0px !important;
  right: 0px !important;
  color: #fff !important;
}

#guestsss1 button.main-btn.btn.close1112:hover {
  background: var(--other-color) !important;
  border-color: var(--other-color) !important;
}

#guestsss1 .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#guestsss1 .adult-box p {
  letter-spacing: 0px;
  color: #000;
  text-shadow: 0px 0px 0px #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0px;
}

#guestsss1 button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  line-height: 30px;
  margin-left: 0;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}

#guestsss1 button.button11.button1 {
  margin-left: 14px;
}

.datepicker-section {
  position: relative;
}

.datepicker-common-2 {
  padding: 0;
}

input#demo17 {
  position: absolute;
  left: 0px;
  top: 0px !important;
  width: 100% !important;
  opacity: 0;
  height: 32px !important;
  z-index: 9;
}

.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
  padding-left: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 0px;
}

.search-bar input#show-target-data1 {
  padding: 0px;
  padding-left: 10px;
  font-size: 16px;
  height: 32px;
  border: 0px solid transparent;
  background-color: transparent;
}

.search-bar .col-lg.md-4.md-lg-0.srch-btn {
  padding: 0px;
}

.search-bar .check:before {
  position: absolute;
  content: "";
  top: 8px;
  right: 1px;
  width: 1px;
  height: 15px;
  background: #999;
}

/*start about*/


/* ==========================gallery sec=================================== */
/* Container Fixes */
.gallery-sec {
  padding: 42px 12px;
  overflow: hidden;
  padding-bottom: 11px;
  background: var(--secondary-color);
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

/* Use flex-wrap so arches don't squash too much on small screens */
.gallery-first-row,
.gallery-second-row,
.gallery-third-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Reusable Arch Styles */
[class*="gal-fir-col-"],
[class*="gal-sec-col-"],
[class*="gal-third-col-"] {
  position: relative;
  /* CRITICAL: All shapes anchor to this */
  height: 600px;
  width: 400px;
  max-width: 22vw;
  /* Makes width responsive to screen size */
  border-radius: 500px 500px 0 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 999; */
}

/* 
.gal-sec-col-1 {
  background-image: url("../images/a2.jpg"); 
} */

.gal-sec-col-1 {
  position: relative;
  height: 600px;
  width: 400px;
  max-width: 22vw;
}

.gal-sec-col-1 .card-img {
  position: absolute;
  inset: 0;
  background: url("../images/a5.webp") center/cover no-repeat;
  border-radius: 500px 500px 0 0;
  z-index: 2;
}

/* Circle behind image */
.cir-shp {
  position: absolute;
  width: 52%;
  left: -47%;
  top: 30%;
  z-index: 1;
  /* IMPORTANT */
}

/* Label always on top */
.gal-sec-col-1 .gal-box {
  position: relative;
  z-index: 3;
}


.gal-sec-col-2 {
  background-image: url("../images/a6.webp");
}

.gal-third-col-1 {
  background-image: url("../images/a4.webp");
}

/* Specific background images (Update these paths as needed) */
.gal-fir-col-1 {
  background-image: url("../images/a1.webp");
}

/* .gal-fir-col-2 { background-image: url("../images/a2.jpg"); } */
.gal-fir-col-3 {
  background-image: url("../images/a3.webp");
}

.gal-fir-col-4 {
  background-image: url("../images/a7.webp");
}

/* ... and so on for sec and third cols ... */


.gal-fir-col-2 {
  position: relative;
  height: 600px;
  width: 400px;
  max-width: 22vw;
}

.card-img {
  position: absolute;
  inset: 0;
  background: url("../images/a8.webp") center/cover no-repeat;
  border-radius: 500px 500px 0 0;
  z-index: 2;
}

.yellow-shap {
  position: absolute;
  width: 60%;
  top: -12%;
  left: 45%;
  z-index: 0;
}

.yellow-shap img {
  width: 100%;
}

/* Existing container positioning remains the same */
.star-shap {
  position: absolute;
  width: 65%;
  bottom: 9%;
  right: -35%;
  /* z-index:3; */
}

/* Ensure images fill the wrapper */
.star-behind img,
.star-front img {
  width: 100%;
  height: auto;
  display: block;
}

/* Base layer: sits behind the suite image */
.star-behind {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
}

/* Top layer: sits in front of everything */
.star-front {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
}

/* Ensure the label box stays between layers if needed */
.gal-box {
  position: relative;
  z-index: 5;
  background-color: #ffbe38;
  padding: 10px;
  white-space: nowrap;
  width: 185px;
  text-align: center;
  border-radius: 8px;
  top: -216px;
}

.gal-box h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 4px;
    color: var(--black-color);
}


.tri-shp {
  position: absolute;
  width: 50%;
  right: -20%;
  top: -11%;
  z-index: 1;
}

/* Image scaling inside shapes */
.yellow-shap img,
.star-shap img,
.cir-shp img,
.tri-shp img {
  width: 100%;
  height: auto;
}

/* .gal-box {
  background-color: var(--btn-color, #ffb400);
  padding: 5px 15px;
  white-space: nowrap;
} */

/* --- Text Styling (Based on your image) --- */
.gallery-sec-cont {
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0;
  color: #ffffff;
  /* Adjust based on your design */
}

.gallery-sec-cont p {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  color: #dfcec2;
}

/* =================hero  content ====================== */
.hero-logo img {
  width: 320px;
  border-radius: 50%;
  height: 320px;
}

.hero-logo h2 {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 500;
  font-family: var(--secondary-font);
}

.hero-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* =======================================    explore room -=========================================*/

.plan-stay-section {
  background: url('../images/bgals.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.plan-stay-section .container {
  padding-bottom: 120px;
}


.plan-title {
    font-size: 147px;
    font-weight: 500;
    color: #b45c6e;
    font-family: var(--secondary-font);
}

.btn-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.explore-btn {
  position: relative;
  z-index: 2;
  background-color: var(--secondary-color);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 18px 100px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.3s ease;
  letter-spacing: 8px;
}

.star {
  position: absolute;
  width: 164px;
  z-index: 1;
}


.star-left {
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}

.star-right {
  right: -85px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.plan-stay-section .strip-bann {
  width: 100%;
}

.plan-stay-section .strip-bann img {
  width: 100%;
}

/* =======================================    explore room -=========================================*/