*{
    margin: 0px;
    padding: 0px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.home-page .booknow button {
    color: #fff;
    font-size: 14px;
    width: 160px;
    height: 42px;
    font-weight: 700; 
    float: right;
    position: absolute;
    right: 30px;
    background-color: #B3A26B;
    border: none; 
    border-radius: 0px !important;
    font-family:DM Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: auto;
    margin-top: 30px;
}

.home-page .booknow button:hover {
    color: #B3A26B;
    background-color: #fff;
    border-color: #fff;
    border: 2px solid #fff; 
}

.offer-text p a {
    color: #F4F0BE;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilda Display', serif;
    line-height: normal;
    border: none;
    outline: none;
    margin-top: 43px;
    text-decoration: none;
    display: inline-block;
}

.offer-text p a:hover {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Gilda Display', serif;
    line-height: normal;
    border: none;
    outline: none;
    margin-top: 43px;
    text-decoration: none;
    display: inline-block;
}

/* Sticky state on scroll for desktop only */
@media (min-width: 768px) {
  .header.sticky {
    position: fixed;
    background-color: #17191d8f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
  }

  .header.sticky #offer-text {
    color: #000;
  }

  .header.sticky .booknow button {
    color: #fff;
    font-size: 14px;
    width: 160px;
    height: 42px;
    font-weight: 700; 
    float: right;
    position: absolute;
    right: 30px;
    /*background-color: #fff;*/
    border: 2px solid #fff; 
    border-radius: 0px !important;
    font-family:DM Sans;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: auto;
     margin-top: 30px;
  }

  .header.sticky .booknow button:hover {
    color: #B3A26B;
    background-color: #fff;
    border-color: #fff;
    border: 2px solid #fff; 
  }

  .header.sticky .offer-text p a{
    color:#F4F0BE;
    text-align:center;
    vertical-align:text-top;
    font-size:20px;
    font-family:Gilda Display;
    line-height:auto;
    border-style:hidden;
    outline:none;
    margin-top: 42px;
    text-decoration: none;
    display: inline-block;
  }

.header.sticky .offer-text p a:hover{
    color:#fff;
    text-align:center;
    vertical-align:text-top;
    font-size:20px;
    font-family:Gilda Display;
    line-height:auto;
    border-style:hidden;
    outline:none;
    margin-top: 42px;
    text-decoration: none;
    display: inline-block;
  }


}


/* Home page CSS Start */
.banner-img {
    background: url(../images/home-banner1.webp) no-repeat center center / cover;
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* margin-top: -82px; */
}

/* Overlay patch */
.banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}


.banner-sec1 {
  position: relative;
}

.banner-heading1 h1{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#ffffff;
    text-align:center;
    vertical-align:text-top;
    font-size: 58px;
    text-transform: uppercase;
    font-family:Gilda Display;
    filter:drop-shadow(0px 4px 94px rgba(0,0,0,1));
    line-height: 63px;
    border-style:hidden;
    outline:none;
    margin: 0;
    padding-left: 66px;
    padding-right: 66px;
    z-index: 2;
}

.home-page .banner-sec1 .enq-now button {
    color: #fff;
    font-size: 14px;
    width: 157px;
    height: 42px;
    font-weight: bold;
    float: right;
    position: relative;
    right: 33px;
    font-family:DM Sans;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #fff;
    top: -30px;
    z-index: 2;
}

.home-page .banner-sec1 .down-scroll-img img {
    float: inline-end;
    left: 23px;
    position: relative;
    top: -10px;
    z-index: 2;
}

.section2 h2{
  color:#b3a26a;
  text-align:left;
  vertical-align:text-top;
  font-size:46px;
  font-family:Gilda Display;
  text-transform: uppercase;
  line-height:58px;
  border-style:hidden;
  outline:none;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}

.section2 p{
  color:#5d5c58;
  text-align:left;
  vertical-align:text-top;
  font-size:16px;
  font-family:DM Sans;
  line-height:auto;
  border-style:hidden;
  outline:none;
  padding-left: 50px;
  padding-right: 50px;
}

/*.section2 img{
  padding: 10px !important;
}*/

.section3{
  background-color: #EDEBE4;
}

.section3 h3{
  color:#a29466;
  text-align:center;
  vertical-align:text-top;
  font-size:40px;
  font-family:Gilda Display;
  line-height:70px;
  border-style:hidden;
  outline:none;
  padding-top: 90px;
  padding-bottom: 20px;
}

.section3 p{
  color:#5d5c58;
  text-align:center;
  vertical-align:text-top;
  font-size:16px;
  font-family:DM Sans;
  line-height:auto;
  border-style:hidden;
  outline:none;
  padding-left: 6px;
  padding-right: 6px;
}


.slider-section,
.swiper {
  position: relative;
}

.swiper {
  width: 100%;
  margin-bottom: 2rem;
}

.swiper-slide {
  position: relative;
}

.slide-caption {
  color:#5d5c58;
  padding: 2px;
  background: #fff;
  text-align:center;
  vertical-align:text-top;
  font-size:30px;
  font-family:Gilda Display;
  line-height:70px;
  text-transform: uppercase;
  border-style:hidden;
  outline:none;
}

/*.swiper-button-next,
.swiper-button-prev {
  color: white;
}
*/
/*@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}*/

.custom-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  background: #d9d4c2; /* Optional: if you want contrast */
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}


.slider1-prev {
  left: 10px;
}

.slider1-next {
  right: 10px;
}

.slider2-prev {
  left: 10px;
}

.slider2-next {
  right: 10px;
}

.section4 h3{
  color:#b3a26a;
  text-align: center;
  vertical-align:text-top;
  font-size:40px;
  font-family:Gilda Display;
  text-transform: uppercase;
  line-height:70px;
  border-style:hidden;
  outline:none;
}

.section4 span{
  color:#1b2634;
  text-align:center;
  vertical-align:text-top;
  font-size:24px;
  font-family:DM Sans;
  text-transform: uppercase;
  line-height:auto;
  border-style:hidden;
  outline:none;
  padding-top: 23px;
}

.section4 h4{
  color:#b3a26a;
  text-align:center;
  vertical-align:text-top;
  font-size: 20px;
  font-family:Gilda Display;
  text-transform: uppercase;
  line-height:auto;
  border-style:hidden;
  outline:none;
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
}

.section4 p{
  color:#5d5c58;
  text-align:center;
  vertical-align:text-top;
  font-size:14px;
  font-family:Inter;
  font-style: italic;
  line-height: auto;
  border-style:hidden;
  outline:none;
  padding-top: 16px;
}

.section4 .image-box {
  position: relative;
  width: 100%;
  overflow: visible;
}

.section4 .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.section4 .image-overlay {
  position: absolute;
  bottom: -20px; /* moves the box 10px below the image */
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.section4 .image-box h4{
  color:#b3a26a;
  text-align:center;
  vertical-align:text-top;
  font-size:26px;
  font-family:Gilda Display;
  text-transform: uppercase;
  border-style:hidden;
  outline:none;
  margin-bottom: -10px;
}

.section4 .image-overlay p{
  color:#5d5c58;
  text-align:center;
  vertical-align:text-top;
  font-size:14px;
  font-family:DM Sans;
  font-style: italic;
  border-style:hidden;
  outline:none; 
}

.section5{
  background-color: #EDEBE4;
}


.section6 {
  background: #fff;
}

.section6 h3{
  color:#b3a26a;
  text-align: center;
  vertical-align:text-top;
  font-size:40px;
  font-family:Gilda Display;
  text-transform: uppercase;
  line-height:20px;
  border-style:hidden;
  outline:none;
}


.section6 .testimonial-section {
  padding: 60px 0;
  position: relative;
}

.section6 .testimonial-box {
  background: #B3A26B;
  padding: 20px;
  border-radius: 0px;
  /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);*/
  height: 100%;
}

.section6 .testimonial-sec1 p{
    color: #fff;
    text-align: left !important;
    vertical-align:text-top;
    font-size:21px;
    font-family:Adobe Garamond Pro;
    line-height: 24px;
    border-style:hidden;
    outline:none;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-right: 15px !important;
}

.section6 .testimonial-sec2 {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section6 .testimonial-sec2 p {
  margin: 0;
  color:#ffffff;
  text-align:left;
  vertical-align:text-top;
  font-size:14px;
  font-family:Inter;
  line-height: auto;
  border-style:hidden;
  outline:none;
}

.section6 .testimonial-sec2 img {
  width: 20px;
  height: auto;
}


./*section6 .testimonial-box p {
  font-size: 16px;
  color: #444;
}

.section6 .testimonial-box h5 {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}*/

.section6 .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
}

.section6 .testimonial-prev {
  left: -50px;
  display: none; /* initially hidden */
  background: none;
  box-shadow: none;
}

.section6 .testimonial-next {
  right: -50px;
  background: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .section6  .custom-arrow {
    display: none !important;
  }
}


.footer-sec{
  background-color: #16191D;
}

footer .social-media {
  display: flex;
  justify-content: center;
}

footer .social-media a {
  color:#ffffff;
  text-align:center;
  vertical-align:text-top;
  font-size:16px;
  font-family:DM Sans;
  margin-right:30px;
  font-weight: 600;
  text-decoration: none;
}

/*footer .social-media a i{
  color:#617F71;
  font-size: 20px;
  margin-right:5px;
}*/

/*footer .contact-info {
  background-color: #e6ebe8;
  border-radius: 40px;
  height: 70px;
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:40px auto;
}*/

/*footer .contact-info a {
  font-size:20px;
  color:#303030;
}*/

/*footer .contact-info a span{
  font-weight: 700;
}*/

footer p {
  color:#ffffff;
  text-align:center;
  vertical-align:text-top;
  font-size:15px;
  font-family:Adobe Garamond Pro;
  border-style:hidden;
  outline:none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fieldismandatory{
  color:#222222;
  text-align:center;
  vertical-align:text-top;
  font-size:15px;
  font-family:DM Sans;
  font-weight: 600;
  line-height:auto;
  border-style:hidden;
  outline:none;
  margin-top: 40px;
}

/* Contact Us */
.contact {
  float: left;
  width: 100%;
  background-color: #EDEBE4;
  padding: 60px 0px;
}

.contact h2 {
  color:#B3A26B;
  text-align:center;
  vertical-align:text-top;
  font-size:40px;
  font-family:Gilda Display;
  text-transform: uppercase;
  line-height:35px;
  border-style:hidden;
  outline:none;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact .form-wrap {
  margin: auto;
}
.contact .form-wrap .error {
  color: red;
}
.contact .form-wrap input {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap textarea {
  border: 1px solid #bebebe;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap select {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  margin-bottom: 1rem;
  color: #848484 !important;
  padding: 0px 15px;
}
.contact .form-wrap .resort {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 20%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #property {
  width: 80%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap .about-us {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 45%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #aboutUs {
  width: 55%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap input[type="submit"] {
  width: 100%;
  background-color: #242424;
  color: #fff;
  font-size: 17px;
}

.contact .form-wrap input[type="submit"]:hover {
  background-color: #B3A26B;
  color: #242424;
}



@media (min-width: 768px) and (max-width: 991px) {
  .contact .form-wrap .about-us {
    width: 50%;
  }
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
}


@media (max-width: 767px) {
  .contact {
    padding: 30px 15px;
  }
  .contact .form-wrap input {
    font-size: 12px;
    min-height: 40px;
  }
  .contact .form-wrap select {
    font-size: 12px;
    min-height: 35px;
    margin-bottom: 0;
  }
  .contact .form-group {
    margin-bottom: 10px;
  }
  .contact .container {
    padding: 0;
  }
  .contact label {
    font-size: 14px;
  }
  .contact .form-wrap .resort {
    font-size: 14px;
    min-height: 40px;
    padding: 8.5px 0px;
  }
  .contact .form-wrap .about-us {
    font-size: 14px;
    min-height: 40px;
    padding: 9px 0px;
  }
  .contact .form-wrap input[type="submit"] {
    font-size: 15px;
  }

  .form-row{
    display: grid !important;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }

}


@media (max-width: 480px) {
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
  .contact .form-wrap .about-us {
    font-size: 13px;
    min-height: 40px;
    padding: 9px 0px;
    width: 50%;
  }
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group {
    margin-bottom: 1rem;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}