* {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}

.overall {
  background: rgba(0, 66, 98, 1);
}

#mainContent {
  display: block;
}

#panel {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("../assets/images/panel.png");
  object-fit: cover;
  z-index: 1000;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.header-remain {
  display: none !important;
}

.panel-grid-container {
  display: flex;
  width: 100%;
}

.navleft-section {
  flex: 0 0 53%;
  display: flex;
  flex-direction: column;
  /* gap: 25px; */
  padding: 30px 0px 0px 30px;
 
}

.slideup img {
  margin-left: 30px;
  cursor: pointer !important;
}

.navleft-list ul {
  margin-left: 130px;
  list-style-type: none;
}

.navleft-list ul li {
  margin-top: 26px;
}

.navleft-list ul li a {
  font-size: 40px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.navright {
  flex: 0 0 47%;
}

.nav-rightsection {
  background: rgba(0, 66, 98, 1);
  display: flex;
  height: 100vh;
  flex-direction: column;
  color: white;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  transition: transform 0.5s ease, width 0.5s ease; /* Reduced time to 0.5 seconds */
  width: 100%;
  position: relative;
  transform: translateX(0%);
}

.nav-rightsection:hover {
  width: 110%;
  transform: translateX(-4%); /* Move to the left by 5% of its own width */
}

.nav-rightsection-img img {
  width: 311px;
  height: 71px;
  margin-right: 20px;
}

.nav-address {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  max-width: 300px;
  flex-wrap: wrap;
}

.nav-address span a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.nav-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  max-width: 300px;
  flex-wrap: wrap;
}

.nav-para button {
  margin-top: 30px;
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: rgba(0, 66, 98, 1);
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.nav-para button:hover {
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  border: none;
}

.nav-media {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.nav-media-para {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}

.nav-para button {
  margin-top: 30px;
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: rgba(0, 66, 98, 1);
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.nav-para button:hover {
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  border: none;
}

.nav-media {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.nav-media p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffff;
}
.logo-img {
  max-width: 100%;
}

/*.wpcf7 .date-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #003B57;
    color: white;
    width: 220px;
    height: 45px;
    position: relative;
    overflow: hidden;
}

.wpcf7 .date-wrapper input {
    min-width: 0;
    flex-shrink: 1;
  }
  

.wpcf7 .date-icon {
    background-color: white;
    color: #003B57;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
    margin-left: 45px;
}

.wpcf7 input.date-input[type="date"] {
    background: none;
    border: none;
    color: white;
    flex: 1;
    font-size: 16px;
    height: 100%;
    padding: 0 10px;
    outline: none;
}

.wpcf7 input.date-input[type="date"]::-webkit-calendar-picker-indicator {
filter: invert(1);
cursor: pointer;
}

.wpcf7 .book-btn {
background-color: white;
color: #003B57;
border-radius: 30px;
border: none;
padding: 10px 20px;
font-family: 'Georgia', serif;
font-size: 16px;
margin-left: 15px;
cursor: pointer;
}  

.flatpickr-calendar {
    z-index: 9999 !important;
  }
  input.date-input.flatpickr-input {
    background-color: transparent !important;
    color: white !important;
  }*/
    
  .wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  .reservation-home .wpcf7-form {
    gap: 25px;
    width: 90vw;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .reservation .contact-contact-input {
    gap: 40px;
  }
  .reservation .contact-contact-input input {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #004262;
    min-height: 53px;
    max-height: 53px;
    padding: 0px 10px;
    font-weight: 600;
  }
  .reservation.searchresults .contact-contact-input input.wpcf7-submit {
    font-weight: 600;
    font-size: 30px;
  }
  .reservation .contact-contact-input, .reservation .contact-contact-btn {
    max-width: auto;
    width: 100%;
  }
  .reservation .contact-contact-btn {
    padding: 10px 0px;
  }
  .reservation.searchresults .contact-contact-input {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    gap: 75px;
  }
  .reservation.searchresults .contact-contact-btn {
    justify-content: start;
    padding-bottom: 0px;
  }
  .reservation.searchresults .wpcf7-form {
    width: 100%;
  }
  .reservation.searchresults .contact-contact-input input:not(.wpcf7-submit) {
    border: 1px solid #004262;
    color: #004262;
    background-color: #fff;
}
.reservation.searchresults .contact-contact-input .date-wrapper input {
    width: 450px !important
}
.reservation.searchresults .contact-contact-input :not(.date-wrapper) input:not(.wpcf7-submit) {
    width: 510px;
}
  .contact-contact-input .date-wrapper input {
    width: 335px;
  }
  .wpcf7-response-output {
    color: #fff;
    font-size: 18px;
    padding: 15px !important;
    width: 1000px;
    margin: 0 auto;
    margin: 1em 0.5em 1em !important;
  }
  .wpcf7-not-valid-tip {
    margin-top: 10px;
  }

  .reservation.searchresults .wpcf7-response-output {
    color: #000;
    margin: 0 !important;
    width: 100%;
  }

  .reservation.searchresults .wpcf7-spinner {
    margin: 10px 0px;    
    margin-left: -60px;
  }
  .reservation .wpcf7-spinner {
    margin: 10px 0px;
    margin-left: -25px;
  }
  .reservation .contact-contact-input-alt {
    background: #fff;
    padding: 50px 4%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 0px;
    border: 1px solid #004262;
  }
  .reservation.reservation-home .wpcf7-spinner {
    display: none;
    }

.event .column-event a  {
    position: relative;
}
.event .column-event a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.event .column-event .para-event {
    position: relative;
    z-index: 1;
}
.footer-address .mobilenumber a {
    color: #fff !important;
    text-decoration: none;
}
.footer-address .mobilenumber a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 600px) {
  .navleft-list ul {
    margin-left: 50px;
  }
  .nav-section ul {
    flex-direction: column;
  }
  .navleft-list ul li {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 997px) {

    .button-bookdrawer {
        display: none;
    }
  .navleft-list ul li a {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
  }

  #panel {
    height: auto; /* adjust to fit content */
  }

  .panel-grid-container {
    grid-template-columns: 1fr; /* Stack columns vertically */
  }

  .navright,
  .navleft-section {
    width: 100%; /* Make sure these elements fill the available width */
  }

  .slideup {
    text-align: start;
  }

  .nav-rightsection-img img {
    margin-right: 10px;
  }

  .navleft-section {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 8px 0px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .navtitle {
    font-size: 40px !important;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer-address p{
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navleft-list ul li a {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .panel-grid-container {
    flex-direction: column;
  }

  .navleft-section {
    gap: 0px;
  }
  .reservation .ssreult {
    padding: 0;
  }
  .reservation .contact-contact-input-alt {
    padding: 35px 5%;
        margin: 10px 0px 10px;
  }
  .reservation.searchresults .contact-contact-input .date-wrapper input {
    width: 90% !important;
    }
    .reservation.searchresults .contact-contact-input :not(.date-wrapper) input:not(.wpcf7-submit) {
        width: 100%;
    }   
    .reservation.searchresults .contact-contact-btn {
        display: block;
    }
    .child-reservation {
        margin-bottom: 25px;
    }
    .reservation.reservation-home .contact-contact-input, .reservation.reservation-home .contact-contact-btn {
        /*margin: 0px 20px !important;*/
        width: 100% !important;
        max-width: none;
    }
    .reservation.reservation-home .container {
        padding-bottom: 40px;
    }
}

.main {
  /* position: relative; */
  overflow: hidden;
}

#headermainImage {
  width: 100%;
}

#headermainImage img {
  width: 100%;
}

.headeroverlay {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  overflow: hidden !important;
  width: 0%;
}

.headeroverlay img {
  display: none;
  width: 100%;
}

.headeroverlay.active {
  transition: width 2s ease;
  width: 100%;
}

.child-slider {
  position: absolute;
  top: 0;
  width: 100%;
}

/* ......................................................................    section 1*/

.header-sticky {
  position: sticky !important;
  top: 0;
  z-index: 2000;
  /* padding-top: 20px; */
  display: none; /* initially hidden */
}

.header-sticky.visible {
  display: block !important;
}

.header-sticky .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 89vw;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #000000;
  /* padding: 8px 35px; */
  /* border-radius: 50px; */
}

.header-section {
  border: none;
  padding: 20px 0px;
  /* opacity: 0.8; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) -186.33%,
    rgb(5, 69, 101) 100%
  );
}

.header-section .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 85vw;
  max-width: 1440px;
  margin: 0 auto;
}

.child-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0px 80px;
}

.button-menu {
  width: 79px;
  height: 38px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.stickybutton-menu {
  width: 79px;
  height: 38px;
  border-radius: 19px;
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.menu {
  width: 79px;
  height: 28px;
  border-radius: 19px;
  background-color: #161616;
  font-weight: 600;
  font-size: 20px;
  border: none;
  display: none;
  cursor: pointer;
}

.book {
  width: 126px;
  height: 38px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  display: none;
}

.button-book {
  width: 126px;
  height: 38px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.button-bookdrawer {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  margin-top: 20px;
}

.stickybutton-book {
  width: 126px;
  height: 38px;
  border-radius: 19px;
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #overall {
    height: auto;
  }
  .header-sticky .container {
    display: none !important;
  }

  .navleft-list ul li {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
    cursor: pointer;
  }
}

@media (max-width: 600px) {
  .button-book {
    display: none;
  }

  .menu {
    width: 76px !important;
    height: 38px !important;
    display: block !important;
  }

  .book {
    display: block !important;
  }

  .child-container {
    margin: 0px 25px;
    padding-top: 20px;
  }
}

/* .......................................................................     section 2*/
.nav-section {
  border: 0.5px solid #ffffff;
  border-left: none;
  border-right: none;
  /* opacity: 0.8; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) -186.33%,
    rgba(0, 66, 98, 1) 100%
  );
}

.outdoor-nav-section {
  border: 0.5px solid #ffffff;
  border-left: none;
  border-right: none;
  /* opacity: 0.8; */
}

.outdoor-nav-section ul {
  list-style-type: none;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 14px 0px;
}

.outdoor-nav-section ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin: 0px 25px;
}

.nav-section ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin: 0px 25px;
}

@media (min-width: 320px) and (max-width: 600px) {
  .nav-section ul {
    flex-direction: column;
    gap: 10px;
  }

  .nav-section {
    justify-content: center;
    display: flex;
  }
  #ui-datepicker-div {
    display: none !important;
  }
  .reservation.reservation-home .container {
    padding-bottom: 40px;
    width: 100%;
    display: block;
}
.reservation.reservation-home .container h6 {    
    padding: 15px 15px 0;
}
.reservation.reservation-home .container .wpcf7 {
    padding: 15px;
}
  .reservation.reservation-home .contact-contact-input input, .reservation.reservation-home .contact-contact-btn input {
    width: 75%;
    max-width: none;
}

.reservation.reservation-home .contact-contact-btn input.wpcf7-submit { 
    width: 50%;
}

.reservation.reservation-home.searchresults .contact-contact-input input, .reservation.reservation-home.searchresults .contact-contact-btn input {
    width: 100%;
    max-width: none;
    font-size: 16px;
}
#datepicker_from, #datepicker_to {
    min-width: 300px;
    -webkit-appearance: none;
}
}

html {
  box-sizing: border-box;
}

.cart-drawer,
.cart-drawer *,
.cart-drawer *::before,
.cart-drawer *::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.cart-drawer {
  background-color: rgba(0, 66, 98, 1);
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 300px;
  padding: 20px;
  z-index: 1000; /* Ensure the drawer is on top of other elements */
}

.cart-drawer-right {
  right: -300px;
}

.cart-drawer-right.cart-drawer-open {
  right: 0;
}

.cart-drawer,
.cart-drawer-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart-drawer-btn img {
  cursor: pointer;
  display: inline-block;
  width: 23px;
}

.cart-drawer-close-btn img {
  cursor: pointer;
  color: rgba(255, 255, 255, 1) !important;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
}

.drawer-section ul li a {
  text-decoration: none;
  list-style-type: none;
  font-size: 18px;
}

.drawer-section ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.drawer-section ul li {
  list-style-type: none;
  margin-top: 20px;
}

@media screen and (max-width: 997px) {
  .drawer {
    display: block !important;
  }

  .button-book {
    display: none !important;
  }

  .nav-section {
    display: none !important;
  }
  .header-section {
    padding: 2px;
  }
  .outdoor-nav-section {
    display: none !important;
  }
  .outdoor-header-section {
    padding: 2px;
  }
}

/* .........................................................................section 3 */
.title-section {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 4px !important;
  position: relative;
  top: 70% !important;
  left: 50%;
  transform: translate(-50%, 100%);
}
/* ........................................................... important*/

.title-resort {
  font-weight: 400;
  font-size: 60px;
  color: rgba(255, 255, 255, 1);
}
.title-shambhala {
  font-weight: 600;
  font-size: 100px;
  color: rgba(255, 255, 255, 1);
}
.title-breakfast {
  font-weight: 400;
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 320px) and (max-width: 599px) {
  .title-section {
    transform: translate(-50%, 200%) !important;
  }

  .title-resort {
    font-size: 15px;
  }

  .title-shambhala {
    font-size: 20px;
  }

  .title-breakfast {
    font-size: 10px;
  }
  .reservation.searchresults .contact-contact-input .date-wrapper input {
    width: 90% !important;
}
}

@media (min-width: 360px) and (max-width: 380px) {
    #datepicker_from, #datepicker_to {
        min-width: 200px;
    }
    .reservation.reservation-home .contact-contact-input input, .reservation.reservation-home .contact-contact-btn input {
        width: auto;
    }
    .footer-section-wrapper .footer-section-container .footer-content {
        padding: 8px !important;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
  .title-section {
    gap: 5px;
    transform: translate(-50%, 80%) !important;
  }

  .title-resort {
    font-size: 30px;
  }

  .title-shambhala {
    font-size: 50px;
  }

  .title-breakfast {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .title-section {
    transform: translate(-50%, 70%);
  }
}

@media screen and (max-width: 1204px) { 
    .ssreult {
        padding: 0px 15px !important;
    }
    .contact-contact-input {
        display: flex;
        flex-direction: column;
    }
    .reservation.searchresults .contact-contact-input {
        gap: 25px;
    }
    .reservation.searchresults .contact-contact-input .date-wrapper input {
        width: 90% !important;
    }
    .reservation .contact-contact-input, .reservation .contact-contact-btn {
        margin: 0px;
    }
}

/* .......................................(section 4)............................................*/

@media screen and (max-width: 600px) {
  .child-reservation {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 565px) {
    .reservation.searchresults .contact-contact-input .date-wrapper input {
        width: 85% !important;
    }
  }

.reservation .container {
  background-color: #004262;
  padding-top: 50px;
  padding-bottom: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.facilities,
.child-reservation {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
}

.child-date {
  gap: 25px;
  width: 90vw;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: center;
}

.subchild-checkin {
  width: 250px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #004262;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #d3d3d3;
  background-image: url("../assets/solarcalendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 10px;
}

.subchild-checkin::placeholder {
  font-size: 20px;
  color: #d3d3d3;
  line-height: 24px;
}

.flatpickr-calendar {
  transform: translateY(5px);
}

.flatpickr-day,
span.flatpickr-weekday,
.flatpickr-current-month input.cur-year {
  font-family: "Roboto", sans-serif;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: "Roboto", sans-serif !important;
}

.flatpickr-current-month input.cur-year {
  font-family: "Roboto", sans-serif !important;
}

.subchild-checkin:hover {
  cursor: pointer;
}

.subchild-checkin:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #d3d3d3;
}

.subchild-checkin::-webkit-calendar-picker-indicator {
  filter: invert(80%);
  width: 24px;
  height: 24px;
}

.select-types {
  outline: none;
  width: 270px;
  padding: 15px 10px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #004262;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #d3d3d3;
  background-image: url("../assets/arrow.png");
  cursor: pointer;
  background-repeat: no-repeat;
  /* -webkit-appearance: none; */
  background-position: right center;
  background-size: 17px;
}

select {
  background-color: #ffffff;
  color: #161616;
  font-size: 20px;
  font-weight: 600;
}

option {
  background-color: white;
  color: #161616;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  font-family: Arial, Helvetica, sans-serif;
}
.reservation-book-facility {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: #004262;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #d3d3d3;
  margin-top: 15px;
}

.reservation-book-facility:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
}

/* ...........................................   section 5 */
.event .container {
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .column-event {
    width: 100% !important;
    flex-direction: row !important;
  }
}

@media only screen and (max-width: 768px) {
  .event .container {
    flex-direction: column;
  }

  .column-event {
    width: 100% !important;
    flex-direction: column;
  }


  .facilities-type .child-facility{
    margin: 0 auto;
  }
}
.event {
  overflow: hidden !important;
  background-color: #424242;
}

a.outdoor-event {
  text-decoration: none;
  color: inherit;
}

a.outdoor-event:hover {
  text-decoration: none;
}

a.outdoor-event:hover .para {
    width: 80%;
}

a.outdoor-event:hover h4 {
    font-size: 40px;
    line-height: 50px;
}

.column-event {
  display: flex;
  width: 33.33%;
  flex-direction: column;
  overflow: hidden !important;
  transition: width 0.5s ease, height 0.5s ease;
}

.column-event:hover {
  width: 38%;
}

.outdoor-event {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/wedding.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease-in-out;
}

.outdoor-event .child-para {
  display: none;
}

.outdoor-event:hover .para {
  animation: fadeUppara 0.6s forwards;
}

.outdoor-event:hover .child-para {
  display: block;
  animation: fadeUp 0.6s forwards;
}

a.bird-event {
  text-decoration: none;
  color: inherit;
}

a.bird-event:hover {
  text-decoration: none;
}

.ceremony-event {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/bird.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease-in-out;
}

.outdoor-event:hover,
.ceremony-event:hover {
  transform: scale(1.2);
}

.ceremony-event .child-para {
  display: none;
}

.ceremony-event:hover .para {
  animation: fadeUppara 0.6s forwards;
}

@keyframes fadeUppara {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* Apply the animation on hover */
.ceremony-event:hover .child-para {
  display: block;
  animation: fadeUp 0.6s forwards;
}

a.wellness {
  text-decoration: none;
  color: inherit;
}

a.wellness:hover {
  text-decoration: none;
}

a.wellness:hover .para {
    width: 80%;
}

a.wellness:hover h4 {
    font-size: 40px;
    line-height: 50px;
  }

.wellness {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/kayak.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
}

.fire {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/fire.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
}

.fire .child-para {
  display: none;
}

.fire:hover .para {
  animation: fadeUppara 0.6s forwards;
}

.fire:hover .child-para {
  display: block;
  animation: fadeUp 0.6s forwards;
}

.wellness:hover,
.fire:hover {
  transform: scale(1.2);
}

.wellness:hover .para {
  animation: fadeUppara 0.6s forwards;
}

.wellness .child-para {
  display: none;
}

.wellness:hover .child-para {
  display: block;
  animation: fadeUp 0.6s forwards;
}

a.special-event {
  text-decoration: none;
  color: inherit;
}

a.special-event:hover {
  text-decoration: none;
}

a.special-event:hover h4 {
    line-height: 50px;
}

.special-event {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/hottub.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
}

.special-event .child-para {
  display: none;
}

.special-event:hover .para {
  animation: fadeUppara 0.6s forwards;
  width: 80%;
}

.special-event:hover .para h4 {
    font-size: 40px;
}

.special-event:hover .child-para {
  display: inline-flex;
  animation: fadeUp 0.6s forwards;
}

.dinning {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 390px;
  background-image: url("../assets/pooltable.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
}

.dinning .child-para {
  display: none;
}

.dinning:hover .para {
  animation: fadeUppara 0.6s forwards;
}

.dinning:hover .child-para {
  display: block;
  animation: fadeUp 0.6s forwards;
}

.special-event:hover,
.dinning:hover {
  transform: scale(1.2);
}

.para-event {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.para-event ul {
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.para {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para p {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #ffffff;
}

.para h4 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
}

.child-para {
  font-size: 18px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  max-width: 250px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .para p {
    font-size: 40px;
  }
  .para h4 {
    font-size: 40px;
    line-height: 40px;
  }
}

/* ...........................................   section 6 */

.facilities-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 0px;
  /* background-color: #004262; */
  background: rgba(1, 9, 13, 1);
  gap: 70px;
}

.facilities {
  /* font-size: 70px; */
  /* font-weight: 600;
  color: #ffffff; */
}

.facilities-type {
  width: 90vw;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  gap: 25px;
}

@media only screen and (max-width: 600px) {
  .facilities-type {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .facilities {
    font-size: 40px;
  }
}

.child-facility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px !important;

  border: 1px solid rgba(0, 66, 98, 1);
  box-shadow: 0px 4px 14px 0px rgba(0, 66, 98, 0.16);
  border-radius: 10px;
}

.child-facility img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.facility-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}

/* ...........................................   section 7 */
/* Add transition effect for opacity change */

.animate-slide-right {
  animation: slideRight 1s forwards;
}

@keyframes slideRight {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(0);
  }
}

.subchild-image {
  position: relative;
  display: none;
  overflow: hidden;
}

.image-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-35%);
  text-align: start;
  padding: 5px 5px;
  border-radius: 5px;
}

/* Ensure text doesn't overflow the image */
.image-text-container p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 996px) {
  .image-text-container {
    top: 40%;
    left: 40%;
  }
}



/* animation properties */
.animate-scroll {
  animation: my-animation 1s linear;
  transition: all 0.8s ease-in;
  overflow: hidden !important;
}

@keyframes my-animation {
  from {
    transform: translateY(60%);
  }
  to {
    transform: translateY(-100%);
  }
}

/* Vendor prefixes (if still needed) */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(100%);
  }
}

@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}
/* ............................................ */
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-right {
  animation: fade-right 1.1s ease forwards;
}


#prevSlide,
#nextSlide {
  height: 20px;
  border: none;
  width: 71px;
  height: 71px;
  border-radius: 50px;
  background-color: #2d8dbd !important;
  cursor: pointer;
}

/* #prevSlide:disabled {
  background-color: #0f74a5 !important;
} */

#prevSlide img {
  padding-top: 28px;
  padding-left: 30px;
}

#nextSlide img {
  padding-top: 28px;
  padding-left: 30px;
}

.overallellipse-image {
  display: flex;
  align-items: center;
  gap: 10px;
}



.gallery-residence-container h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0f74a5;
}

.gallery-residence-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
}

.gallery-residence-buttons {
  font-size: 70px;
  font-weight: 600;
  color: #ffffff;
}

.child-residence-container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 80px;
}

.child-residence-para {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.child-residence-para p {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  max-width: 300px;

  line-height: 31px;
}

.child-image {
  position: relative;
}

.child-image img {
  background-size: 100% 100%;
  filter: brightness(0.5);
}

.overlay-main {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 0%;
  white-space: nowrap;
}

.move-left {
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 0%;
  white-space: nowrap;
  position: absolute;
}

.overlay-main img {
  display: none;
  background-size: 100% 100%;
}

.overlay-main.active {
  transition: width 2s ease;
  width: 100%;
}

.gallery-residence-container hr {
  max-width: 90%;
  margin-top: 45px;
}

.child-residence-para button {
  width: 129px;
  height: 40px;
  border-radius: 19px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #ffffff;
  background-color: #004262;
  margin-top: 50px;
}

.child-residence-para button:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
  outline: none;
}

.child-residence-image {
  position: relative;
  overflow: hidden;
}

.child-residence-image img {
  width: 100% !important;
}

.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 0%;
  height: 100%;
  white-space: nowrap;
}

.overlay img {
  display: none;
  width: 100%;
  height: 100%;
}

.overlay.active {
  transition: width 2s ease;
  width: 100%;
}

.image-text-container p:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: transform 20s ease;
}

.image-text-container p:nth-child(2) {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  transition: transform 20s ease;
}

@media only screen and (max-width: 767px) {
  .scroll {
    height: 125px;
  }

  .gallery-residence-buttons h5 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
  }

  .child-image img {
    margin-top: 40px;
  }

  .gallery-residence-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 90%;
  }

  .child-residence-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .residence-rightsection-wrapper {
    padding-left: 0px;
  }

  .gallery-residence-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .residence-container {
    display: flex;
    flex-direction: column;
  }

  .residence-container {
    display: flex;
    flex-direction: column;
  }

  .residence-section-wrapper {
    height: auto;
  }

  .subchild-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
    margin-top: 20px;
  }

  .child-image p {
    text-align: start;
    justify-content: center;
    align-items: center;
  }
  .gallery-residence-container hr {
    max-width: 1440px;
    width: 80vw;
    margin-top: 50px;
  }

  .residence-rightsection-wrapper {
    padding-left: 0px;
  }

  .gallery-residence-container {
    display: flex;
    width: 80vw;
    margin: 0 auto;
  }
  .gallery-residence-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .child-residence-container {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .child-residence-para {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 15px;
  }

  .child-residence-image {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .child-image {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    margin: 0 auto;
  }

  .facilities-type {
    gap: 60px;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 0%;
    height: 100%;
    white-space: nowrap;
  }

  .overlay img {
    display: none;
    background-size: 100% 100%;
  }
  .child-image img {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .residence-container {
    display: flex;
    flex-direction: column;
  }

  .child-image {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    margin: 0 auto;
  }

  .subchild-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: block;
    margin-top: 20px;
  }

  .child-image p {
    text-align: start;
    justify-content: center;
    align-items: center;
  }
  .gallery-residence-container hr {
    max-width: 1440px;
    width: 90vw;
    margin-top: 50px;
  }

  .residence-rightsection-wrapper {
    padding-left: 0px;
  }



  .gallery-residence-buttons {
    display: flex;
    gap: 100px;
    max-width: 100%;
  }

  .child-residence-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .child-residence-para {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 15px;
  }

  .child-residence-image {
    margin-top: 30px;
  }
}

/* ................................. */
.sitting-area-section {
  position: relative;
  background-image: url("../assets/Rectangle 26.png");
  background-size: cover;
  width: 100%;
  height: 671px;
  background-repeat: no-repeat;
}

.sitting-area-section ul {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.play-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgba(217, 217, 217, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
}

.arrow-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 19px;
  width: 16px;
  transform: translate(-50%, -40%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lorem-section-wrapper {
  display: flex;
}

.lorem-container {
  margin-top: 321px;
  flex-basis: 60%;
}

.lorem-content {
  padding: 40px 0px;
  width: 590px;
  background-color: #004262;
}

.lorem-content p {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  max-width: 300px;
  color: #ffffff;
}

.lorem-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin-left: 45px;
    margin-bottom: 15px;
}

.lorem-content .lorem-content-inner {
    display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.lorem-button {
    display: inline-block;
    border-radius: 19px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #ffffff;
    background-color: #004262;
    cursor: pointer;
    width: 129px;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.lorem-button:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
  outline: none;
}

.glass-image {
  background-image: url("../assets/Rectangle\ 29.png");
  width: 180px;
  height: 288px;
  background-size: 100% 100%;
}

.glass-image-wrapper {
  margin-top: 335px;
  flex-basis: 15%;
}

.firepit-image-wrapper {
  margin-top: 100px;
}

.firepit-image {
  background-image: url("../assets/Rectangle\ 28.png");
  width: 180px;
  height: 288px;
  background-size: 100% 100%;
}

.customer-section-wrapper {
  padding: 80px 0px;
  background-color: #ffffff;
}

.customer-section-container h5 {
  font-size: 70px;
  font-weight: 600;
  line-height: 60px;
  color: #161616;
  text-align: center;
}

.marquee-content-wrapper {
  margin-top: 50px;
  width: 100%;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.marq {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  animation: marqueeAnimation 25s linear infinite;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(45%);
  }
  33.33% {
    transform: translateX(0%);
  }
  66.67% {
    transform: translateX(-32%);
  }
  100% {
    transform: translateX(45%);
  }
}

.first-box,
.second-box {
  width: 416px;
  height: 230px;
  border: 1px solid #d9d9d9;
  padding: 40px 40px;
}

.box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.message-symbol {
  overflow: visible !important;
  position: relative;
  width: 68px;
  height: 68px;
  background-size: cover;
  margin-top: -80px;
  margin-left: 330px;
}
.message-symbol img {
  margin-left: 23px;
  margin-top: 27px;
}

.message-img{
  position: absolute;
  top:40%;
  left: 35%;
}

.star-image {
  display: flex;
  gap: 10px;
}

.first-box p,
.second-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #161616;
}

.allena-image {
  display: flex;
  gap: 20px;
  align-items: center;
}

.allena-image h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #161616;
}

@media only screen and (max-width: 575px) {
  .lorem-content {
    padding: 40px 0px;
  }

  .lorem-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
  }
}

@media only screen and (min-width: 998px) and (max-width: 1439px) {
  .glass-image-wrapper {
    margin-left: 5px;
  }

  .firepit-image-wrapper {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 997px) {
  .lorem-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .glass-image-wrapper {
    margin-top: 0px;
    margin-left: 40px;
    flex-grow: 0;
  }
  .firepit-image-wrapper {
    margin-top: 10px;
    margin-left: 120px;
    margin-bottom: 10px;
  }
  .lorem-container {
    width: 100%;
    padding: 5px 0px;
    margin: 0;
    justify-content: space-evenly;
  }
  .sitting-area-section {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .lorem-content {
    padding: 20px 0px;
    width: 100%;
  }

  .customer-section-container h5 {
    font-size: 50px;
  }

  .allena-image h5 {
    font-size: 20px;
  }
}

.footer-section-wrapper .footer-section-container {
  background-color: #000000;
  /* height: 290px; */
  padding: 30px 0px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 87vw;
  max-width: 1440px;
  margin: auto;
}

.footer-image {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 60px;
}

.footer-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-menu ul div {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-menu ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-quick ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-quick ul div {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-quick ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-address .address {
  max-width: 250px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-address .address h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address p {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address .mobilenumber {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-address .mobilenumber h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address .mobilenumber p {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address .email {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-address .email h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-address .email p a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.rights {
  margin-top: 20px;
}

.rights-container {
  width: 87vw;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.rights-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-media {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.footer-media p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-section-container .footer-content {
    padding: 10px !important;
    max-width: 95%;
    float: left;
  }

  .footer-address {
    gap: 10px !important;
    margin-bottom: 0px !important;
  }

  .footer-menu ul li a {
    font-size: 15px !important;
  }

  .footer-menu ul {
    gap: 10px !important;
  }

  .footer-menu {
    margin-bottom: 0px !important;
  }

  .footer-quick ul li a {
    font-size: 15px !important;
  }

  .footer-quick {
    margin-bottom: 0px !important;
  }

  .footer-address p {
    font-size: 15px !important;
  }
  .footer-content {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .footer-image {
    margin-top: 0px;
    text-align: start;
  }

  .footer-section-container {
    height: auto !important;
  }

  .rights-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-image img {
    margin-top: 0px;
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-section-container {
    height: auto !important;
  }

  .footer-menu,
  .footer-quick,
  .footer-address {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    justify-content: left;
    /* align-items: center; */
    text-align: left;
  }

  .footer-address {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* #button {
  display: inline-block;
  background-color: rgba(15, 116, 165, 1);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: rgb(45, 131, 174);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
} */

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.section-ament-content {
  margin-bottom: 50px;
}
/* ----------------------------------------------------ament */
.ament-head {
  font-size: 60px;
  text-align: center;
  color: white;
  font-weight: 400;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-ament-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  margin-top: 100px;
}

.ament-content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.ament-content-title p:nth-child(1) {
  font-size: 60px;
  max-width: 945px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 60px;
  font-weight: 600;
}
.ament-content-title p:nth-child(2) {
  font-size: 26px;
  max-width: 853px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.ament-section-ament-welcome {
  padding-left: 175px;
  margin-bottom: 150px;
  margin-top: 80px;
}

.ament-section-ament-welcome-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ament-section-ament-welcome-content {
  width: 100%;
  background: #004262;
}

.ament-section-ament {
  display: flex;
  justify-content: center;
  padding: 40px 10px;
}

.ament-facilities-header {
  text-align: center;
  font-size: 70px;
  margin-top: 60px;
  line-height: 60px;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ament-facilities-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 50px;
  justify-content: center;
  max-width: 600px;
}

.ament-facilities-content {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  padding: 5px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ament-icon {
  width: 40px;
  margin-bottom: 10px;
}

.ament-section-ament-content .container {
    align-items: center;
    display: flex;
    width: 85vw;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0 75px;
}

.ament-section-ament-content .container h3 {
    font-size: 1.17em;
    margin: 50px 0px 20px;
}
.ament-section-ament-content .container .content1 {
    font-size: 26px;
    font-weight: 400;
    color: black;
    line-height: 31px;
}

@media screen and (max-width: 767px) {
  .section-ament-content {
    margin-top: 10px;
  }

  .ament-content-title p:nth-child(1) {
    line-height: 30px;
  }

  .ament-section-ament-welcome {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .ament-content-title p:nth-child(1) {
    font-size: 30px;
  }
  .ament-content-title p:nth-child(2) {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-ament {
    padding: 0px;
  }

  .ament-content-title p:nth-child(1) {
    font-size: 40px;
    max-width: 600px;
    line-height: 50px;
  }
  .ament-content-title p:nth-child(2) {
    font-size: 22px;
    max-width: 600px;
  }

  .ament-section-ament-welcome {
    padding-left: 0px;
  }

  .ament--header {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .ament-head {
    position: absolute;
    top: 70% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ament-section-ament-welcome-row {
    flex-direction: column;
    align-items: center;
  }

  .ament-section-ament-welcome {
    padding-left: 0px;
  }

  .ament-welcome-img {
    width: 100%;
  }

  .ament-facilities-header {
    font-size: 40px;
    margin-top: 30px;
  }

  .ament-facilities-icons {
    width: 100%;
  }

  .ament-content-title p:nth-child(1) {
    font-size: 30px;
  }
  .ament-content-title {
    margin-top: 50px;
  }
}

@media (min-width: 2560px) {
  .ament-head {
    height: 40%;
  }
}

.about-head {
  font-size: 60px;
  text-align: center;
  color: white;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 1px 6px #000;
}

#appendClass .main .color-white {
    text-shadow: 2px 1px 6px #000;
}

.about-section-banner {
  /* width: 90vw;
 max-width: 1440px;
  margin: 0 auto; */
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section-banner-first-row,
.about-section-banner-second-row {
  display: grid;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
  width: 85%;
    margin: 0 15% 5%;
}

.about-section-banner-title-row {
    padding: 10px;
    font-size: 40px;
    text-align: left;
}

.about-section-banner-left-content,
.about-section-banner-right-content {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.about-section-banner-left-content p {
  font-size: 26px;
  font-weight: 400;
  color: black;
  width: 100%;
  padding: 10px;
  line-height: 31px;
}

/* .about-section-banner-image-row img{
  width: 100%;
} */

.about-section-banner-right-content p:nth-child(1) {
  font-size: 26px;
  font-weight: 400;
  color: black;
  width: 100%;
  padding: 10px;
  line-height: 31px;
}

.about-section-wellness {
  margin-top: 50px;
  margin-bottom: 100px;
}

.about-section-wellness-row {
  display: flex;
  flex-direction: row;
}

.about-section-wellness-img-row img {
  background: #0000004d;
  height: 168px;
}

.about-wellness-left-content {
  width: 100%;
  height: 168px;
  background: #004262;
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.about-wellness-left-content p {
  color: white;
  font-size: 26px;
  max-width: 320px;
  display: flex;
  align-items: center;
  font-weight: 400;
  flex-wrap: wrap;
  line-height: 31px;
}

.about-wellness-left-content button {
  width: 129px;
  height: 40px;
  border-radius: 19px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #ffffff;
  background-color: #004262;
  margin-top: 0px;
}

.about-wellness-left-content button:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .about-section-banner-first-row,
  .about-section-banner-second-row {
    flex-direction: column;
    gap: 20px;
  }

  .about--banner-first-row {
    justify-content: center;
    align-items: center;
  }

  .about--wellness {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .about-section-banner {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1244px) {
  .about-section-banner-first-row,
  .about-section-banner-second-row {
    flex-direction: row;
    gap: 50px;
  }

  /* .about-section-banner-image-row img{
    width:  1000px;
  } */

  .about-section-banner-left-content p,
  .about-section-banner-right-content p {
    font-size: 20px;
    margin-bottom: 50px;
    width: 100%;
  }
  .about-section-banner-left-content p {
    font-size: 26px;
    font-weight: 400;
    color: black;

    padding: 10px;
    line-height: 31px;
  }

  .about-section-banner-right-content p:nth-child(1) {
    font-size: 20px;
  }

  .about-section-banner-left-content p:nth-child(1) {
    font-size: 20px;
  }

  .about-section-wellness-img-row img {
    height: 100px;
  }

  .about-section-wellness-img-row img {
    height: 100px;
    width: 100%;
  }

  .about-wellness-left-content {
    height: 100px;
  }

  .about-wellness-left-content p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .about-head {
    position: absolute;
    top: 70% !important;
    font-size: 30px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-section-banner {
    padding-inline: 2%;
  }

  .about-section-banner-left-content p,
  .about-section-banner-right-content p {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0px;
  }

  .about-section-banner-right-content p:nth-child(1) {
    width: 100%;
  }

  .about-section-wellness-img-row img {
    height: auto;
    width: 100%;
  }

  .about-wellness-left-content {
    gap: 50px;
  }

  .about-section-wellness-row {
    flex-direction: column;
  }

  .about-section-banner-image2-row img {
    margin-top: 0px;
    width: 100%;
  }

  .reservation .contact-contact-input, .reservation .contact-contact-btn {
    margin: 0;
  }
  .reservation .wpcf7-spinner {
    margin-left: 0;
  }
}

@media (max-width: 577px) {
  .about-head {
    position: absolute;
    top: 70% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-section-banner {
    padding: 0px;
  }
  .reservation.about-section-banner {
    padding: 50px 0;
  }

  .about-section-banner-first-row,
  .about-section-banner-second-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-section-banner-left-content p,
  .about-section-banner-right-content p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .about-section-wellness-img-row img {
    height: auto;
    width: 100%;
  }

  .about-wellness-left-content {
    height: 100px;
    gap: 50px;
  }

  .about-section-wellness-row {
    flex-direction: column;
  }

  .about-wellness-left-content p {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 15px;
    width: 540px;
  }

  .about-section-banner-image-row img,
  .about-section-banner-image2-row img {
    width: 100%;
    text-align: center;
  }

  .about-section-banner-left-content p {
    width: 100%;
  }

  .about-section-banner-right-content p:nth-child(1) {
    width: 100%;
    font-size: 18px;
  }

  .about-section-banner-image2-row img {
    margin-top: 0px;
  }

  .about-wellness-left-content {
    padding: 25px 0px;
    flex-direction: column;
    height: 100%;
    gap: 5px;
  }
  .about-section-wellness {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footer-address .email p a {
    font-size: 10px !important;
  }
  #datepicker_from, #datepicker_to {
    margin-left: 40px !important;
  }
  .mphb_sc_search-check-in-date:after {
    width: 40px !important;
  }
}

@media (min-width: 2560px) {
  .about-head {
    height: 40%;
  }
}

.main {
  position: relative;
}

.child-slider {
  position: absolute;
  top: 0;
  width: 100%;
}

/* ......................................................................    section 1*/

.header-sticky {
  position: sticky !important;
  top: 0;
  z-index: 2000;
  /* padding-top: 20px; */
  display: none;
  /* initially hidden */
}

.header-sticky.visible {
  display: block !important;
}

.header-sticky-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 89vw;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #000000;
  padding: 8px 35px;
  border-radius: 50px;
}

.header-section {
  border: none;
  padding: 19px 0px;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) -186.33%,
    rgb(5, 69, 101) 100%
  ); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.header-section-child {
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) -186.33%,
    rgb(5, 69, 101) 100%
  );
}

.header-section-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 85vw;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0px;
}

.button-menu {
  width: 79px;
  height: 38px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.stickybutton-menu {
  width: 79px;
  height: 38px;
  border-radius: 19px;
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.menu {
  width: 79px;
  height: 28px;
  border-radius: 19px;
  background-color: #161616;
  font-weight: 600;
  font-size: 20px;
  border: none;
  display: none;
  cursor: pointer;
}

.book {
  width: 126px;
  height: 38px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  display: none;
}

.logo-img {
  width: 300px;
}

.button-book {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.button-bookdrawer {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  background-color: #161616;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

.stickybutton-book {
  width: 126px;
  height: 38px;
  border-radius: 19px;
  background-color: rgba(15, 116, 165, 1);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

/* .......................................................................     section 2*/
.nav-section {
  border: 0.5px solid #ffffff;
  border-left: none;
  border-right: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) -186.33%,
    rgba(0, 66, 98, 1) 100%
  );
}

.nav-section ul {
  list-style-type: none;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 14px 0px;
}

.nav-section ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin: 0px 25px;
  opacity: 1 !important;
}

.navtitle {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .........................................................................resort gallery start*/
.resort-gallery-section {
  padding: 60px 0px;
}

.resort-gallery-section-container {
  display: flex;
  justify-content: center;
}

.gallery-gap {
  margin-top: 40px;
}

.gallery-image {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 10px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery {
  display: flex;
  gap: 40px;
}

.gallery-frame {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.gallery-frame img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.gallery-frame img:hover {
  transform: scale(1.1);
}

.frame {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}

.gallery-frame:hover .frame {
  transform: scale(0.95);
}

.gallery-frame img {
  display: block;
}

.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .........................................................................resort gallery stop*/

/* .........................................................................paradise start*/
.paradise-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: -2px;
}

.paradise-section img {
  width: 100%;
}

.paradise-title {
  position: absolute;
  top: 10;
  color: white;
}

.reservation-book {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  font-weight: 600;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #d3d3d3;
  margin-top: 35px;
}

.reservation-book:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
}

/* .........................................................................paradise stop*/

.rights {
  margin-top: 20px;
}

.rights-container {
  width: 87vw;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.rights-container .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}

.footer-media {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.footer-media .para {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}



/* --------------------------------- */
ul {
  padding: 0 !important;
}

@media (min-width: 2560px) {
  .navtitle {
    height: 40%;
  }
}

/* gobal */
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fs-60 {
  font-size: 60px;
}

.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-50 {
  font-size: 50px;
}

.fs-26 {
  font-size: 26px;
}

.lh-60 {
  line-height: 60px;
}

.color-white {
  color: rgba(255, 255, 255, 1);
}

.color-black {
  color: rgba(22, 22, 22, 1);
}

.color-blue {
  background-color: rgba(0, 66, 98, 1) !important;
}

/* enf\d */

/* responsive */
@media screen and (max-width: 600px) {
  .para {
    justify-content: start;
    align-items: start;
  }

  .header-section-container {
    padding: 0px;
  }
  .banner-content {
    width: auto !important;
    padding: 0px 10px;
  }

  .banner-content img {
    max-width: 100%;
  }

  .nav-section ul {
    flex-direction: column;
    gap: 10px;
  }

  .navleft-list ul {
    margin-left: 30px;
  }

  .nav-section {
    justify-content: center;
    display: flex;
  }
  .gallery {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    width: 180px;
  }

  .main .banner {
    height: 100%;
  }

  .image-container {
    margin-top: 40px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column;
    gap: 10px;
  }

  .resort-gallery-section {
    padding: 30px 0px !important;
  }

  .button-menu {
    width: 49px !important;
    height: 38px !important;
  }

  .button-book {
    display: none;
  }

  .menu {
    width: 76px !important;
    height: 38px !important;
    display: block !important;
  }

  .book {
    display: block !important;
  }

  .child-container {
    margin: 0px 25px;
    padding-top: 20px;
  }

  .paradise-title .para {
    font-size: 5px;
  }

  .reservation-book {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #d3d3d3;
    margin-top: 0px;
  }

  .resort {
    font-size: 35px !important;
  }

  .footer-image img {
    margin-top: 0px;
    width: 202px;
  }
}

@media screen and (max-width: 997px) {
  .slideup {
    text-align: start;
  }

  .paradise-title .para {
    font-size: 40px;
  }

  .drawer {
    display: block !important;
  }

  .button-book {
    display: none !important;
  }

  .nav-section {
    display: none !important;
  }
  .header-section {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-image img {
    margin-top: 0px;
    width: 250px;
  }
  .navleft-section {
    padding: 8px 0px 0px 0px;
  }

  .navleft-list ul {
    margin-left: 30px;
  }

  .panel-grid-container {
    flex-direction: column;
  }

  .firstrow {
    margin-top: -140px !important;
    gap: 10px;
  }

  .secondrow {
    margin-top: 10px !important;
    gap: 10px;
  }

  .firstrow,
  .secondrow {
    flex-direction: column;
    align-items: center;
  }
  .firstrowpara,
  .secondrow .para {
    margin: 0px 0;
  }
  .bannerchild {
    margin: 20px 0;
  }
  .firstrowpara {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .secondrow .para {
    font-size: 18px !important;
    line-height: 25px;
  }

  .secondrow {
    top: 0px;
  }

  .button-book {
    border: none !important;
    padding: 0px 0px;
  }

  .navleft-list ul li a {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .footer-section-container .footer-content {
    padding: 8px !important;
  }

  .footer-address {
    gap: 10px !important;
    margin-bottom: 0px !important;
  }

  .footer-menu ul li a {
    font-size: 15px !important;
  }

  .footer-menu ul {
    gap: 10px !important;
  }

  .footer-menu {
    margin-bottom: 0px !important;
  }

  .footer-quick ul li a {
    font-size: 15px !important;
  }

  .footer-quick {
    margin-bottom: 0px !important;
  }

  .footer-address p {
    font-size: 15px !important;
  }
  .footer-content {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .footer-image {
    margin-top: 0px;
    text-align: start;
  }

  .footer-media {
    justify-content: start;
  }

  .footer-section-container {
    height: auto !important;
  }

  .rights-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #overall {
    height: auto;
  }
  .header-sticky-container {
    display: none !important;
  }

  .paradise-title .para {
    font-size: 20px;
  }

  .images-section {
    padding: 50px 0px;
    background-color: #ffff;
  }

  .images-section .para {
    font-size: 35px;
    line-height: 40px;
  }

  .bannerchild {
    padding: 10px !important;
  }

  .navtitle {
    position: absolute;
    top: 70% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .oudoortitle {
    position: absolute;
    top: 40% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .navleft-list ul {
    margin-left: 30px;
  }

  .navleft-list ul li a {
    font-size: 30px;
  }

  .firstrow {
    margin-top: -130px !important;
    gap: 30px;
  }

  .secondrow {
    margin-top: 0px !important; /* Adjusted margin to avoid overlap */
    gap: 30px;
  }

  .banner-content {
    margin-top: -100px;
  }

  .firstrowpara {
    font-size: 20px !important;
  }

  .secondrow .para {
    font-size: 20px !important;
  }

  .navtitle {
    font-size: 40px !important;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .oudoortitle {
    position: absolute;
    top: 40% !important;
    font-size: 40px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    flex-wrap: wrap; /* Allow items to wrap to the next line */
  }
  .footer-section-container {
    height: auto !important;
  }

  .footer-menu,
  .footer-quick,
  .footer-address {
    width: calc(
      50% - 10px
    ); /* Each section takes 50% of the container width with spacing */
    margin-bottom: 20px; /* Adding space between sections */
    /* justify-content: center;
    align-items: center;
    text-align: center; */
  }

  .footer-address {
    margin-left: 5px; /* Adjusting margin for alignment */
    margin-right: 5px; /* Adjusting margin for alignment */
  }

  .images-section .para {
    font-size: 50px;
    line-height: 60px;
  }
  .secondrow {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 998px) and (max-width: 1200px) {
  .firstrow {
    margin-top: -220px !important;
    gap: 30px;
  }

  .secondrow {
    margin-top: 0px !important; /* Adjusted margin to avoid overlap */
    gap: 30px;
  }

  .firstrowpara {
    font-size: 22px !important;
  }

  .secondrow .para {
    font-size: 22px !important;
  }
}

/* end */

/* contact */

.contact {
  font-size: 60px;
  text-align: center;
  color: white;
  font-weight: 400;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-address {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.contact-address p {
  color: black;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}

.contact-address div {
  color: black;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}

.contact-address-image {
  width: 100%;
}

.contact-add-section {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.contact-add-para {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  max-width: 450px;
}

.contact-container {
  position: relative;
  display: inline-block;
}

.contact-overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-contact-form {
  background: #f5f5f5;
  min-height: 490px;
  margin-top: 80px;
  /* margin-bottom: 20px; */
}

.contact-contact-form .wpcf7-response-output {
    width: 1000px;
    margin: 0 auto !important;
    color: #000;
    border-color: #000 !important;
    margin-bottom: 20px !important;
}

.contact-contact-letter {
  max-width: 1050px;
  margin: 0 auto;
  font-family: Cormorant Garamond;
  font-size: 25px;
  padding: 60px 0px 20px;
}

input::placeholder {
  color: rgba(211, 211, 211, 1);
}
textarea::placeholder {
  color: rgba(211, 211, 211, 1);
}
.contact-contact-input {
  max-width: 1050px;
  margin: 0 auto;
  font-family: Cormorant Garamond;
  display: flex;
  gap: 80px;
}

.contact-contact-input input {
  width: 400px;
  height: 60px;
  font-size: 20px;
  border-left: none;
  border-right: none;
  border-top: none;
  background: #f5f5f5;
  border-bottom: 1px solid #d3d3d3;
}

input:focus {
  outline: none;
}

.contact-contact-inputs {
  max-width: 1050px;
  margin: 0 auto;
}

.contact-contact-inputs textarea {
  width: 875px;
  padding: 32px 0px 65px;
  font-size: 20px;
  border-left: none;
  border-right: none;
  border-top: none;
  background: #f5f5f5;
  border-bottom: 1px solid #d3d3d3;
}
.contact-mag-input {
  resize: none;
}
textarea:focus {
  outline: none;
  border-bottom: 1px solid #d3d3d3;
}
.contact-contact-btn {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 0px;
}

.contact-contact-btn button {
  width: 130px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #161616;
  border-radius: 20px;
  font-family: Cormorant Garamond;
  font-size: 20px;
  font-weight: 600px;
  cursor: pointer;
}

.contact-contact-btn button:hover {
  background-color: #0f74a5;
  border: none;
}

.adds {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #0f74a5;
}

.button-bookdrawer {
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .contact-contact-letter,
  .contact-contact-input,
  .contact-contact-inputs,
  .contact-contact-btn {
    margin: 0px 40px;
  }

  .contact-contact-input input,
  .contact-contact-inputs textarea {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .contact-add-section {
    /* display: flex;
    flex-direction: column; */
    padding: 5px;
  }

  .contact-address-image,
  .contact-overlay-image {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-contact-letter {
    font-size: 20px;
  }

  .contact-add-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .contact-address div {
    color: black;
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
  }

  .contact-contact-form {
    margin-top: 0px;
  }

  .contact-contact-input {
    gap: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact {
    position: absolute;
    top: 60% !important;
    font-size: 30px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .contact-contact-letter,
  .contact-contact-input,
  .contact-contact-inputs,
  .contact-contact-btn {
    margin: 0px 30px;
  }

  .contact-contact-letter {
    text-align: center;
  }

  .contact-contact-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .contact-contact-input input,
  .contact-contact-inputs textarea {
    max-width: none;
  }

  .contact-contact p {
    font-size: 40px;
    padding: 60px 20px;
  }

  .contact-address p {
    font-size: 40px;
  }

  .contact-address div {
    font-size: 20px;
  }

  .contact-contact-inputs textarea {
    max-width: 100%;
    padding: 29px 0px;
  }

  .contact-address-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .contact-contact {
    position: absolute;
    top: 70% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-contact p {
    font-size: 50px;
    padding: 40px 10px;
  }

  .contact-address p {
    font-size: 30px;
  }

  .contact-address div {
    font-size: 18px;
  }

  .contact-add-section {
    gap: 20px;
  }
}

@media (min-width: 2560px) {
  .contact {
    height: 40%;
  }
}
/* end */

/* outdoor */

.oudoortitle {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.oudoorbanner {
  width: 100%;
}

.banner {
  background-color: rgba(0, 66, 98, 1) !important;
  padding-bottom: 70px;
}

.banner-content {
  width: 70vw;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
}

.firstrow {
  margin-top: -395px;
}

.secondrow {
  margin-top: -15px;
}

.firstrow h2, .secondrow h2 {
    margin-bottom: 30px;
}

.firstrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 80px;
  margin-bottom: 100px;
  /*align-items: stretch;*/
  width: 87vw;
  max-width: 1440px;
}

.secondrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 80px;
  margin-bottom: 100px;
  /*align-items: stretch;*/
  width: 87vw;
  max-width: 1440px;
}

.firstrow .firstrowpara {
  flex: 0.9;
  line-height: 31.49px;
  max-width: 100%;
  text-align: start;
  color: white;
}

.firstrow .firstrowpara p {
    margin-bottom: 15px;
}

.bannerchild1,
.bannerchild2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 50px;
  flex: 0.6;
}

.bannerchild1 img:last-child,
.bannerchild2 img:last-child {
    margin-top: auto;
}

.secondrow .para {
  flex: 1;
  line-height: 31.49px;
  max-width: 100%;
  text-align: start;
  align-items: start;
  color: white;
}

.secondrow p {
    margin-bottom: 15px;
}

.secondrow .para p {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 31.49px;
}

.secondrow h3 {
    margin-top: 20px;
}
.secondrow ul {
    margin: 30px 0px 30px 40px;
    line-height: 40px;
}

/* --------------------------------------------------------- */

/* .........................................................................resort gallery stop*/
.images-section {
  padding: 100px 0px;
  background-color: #ffff;
}

.images-section .para {
  max-width: 1000px;
}

.image-container {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 70px !important;
  display: flex;
  justify-content: space-between;
}

.image-container .image img {
  width: 100%;
}

/* .........................................................................paradise start*/
.paradise-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.paradise-title {
  position: absolute;
  top: 10;
  color: white;
}

.reservation-book {
  width: 130px;
  height: 40px;
  border-radius: 19px;
  font-weight: 600;
  font-size: 20px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #d3d3d3;
  margin-top: 25px;
}

.reservation-book:hover {
  background-color: #0f74a5;
  color: #ffffff;
  border: none;
}

/* end */

/* Responsive */
@media screen and (max-width: 600px) {
  .banner-content {
    width: auto !important;
    padding: 0px 10px;
  }

  .banner-content img {
    max-width: 100%;
  }

  .nav-section ul {
    flex-direction: column;
    gap: 10px;
  }

  .navleft-list ul {
    margin-left: 30px;
  }

  .nav-section {
    justify-content: center;
    display: flex;
  }
  .gallery {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-img {
    width: 180px;
  }

  .main .banner {
    height: 100%;
  }

  .image-container {
    margin-top: 40px;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column;
    gap: 10px;
  }

  .resort-gallery-section {
    padding: 30px 0px !important;
  }

  .button-menu {
    width: 49px !important;
    height: 38px !important;
  }

  .button-book {
    display: none;
  }

  .menu {
    width: 76px !important;
    height: 38px !important;
    display: block !important;
  }

  .book {
    display: block !important;
  }

  .child-container {
    margin: 0px 25px;
    padding-top: 20px;
  }

  .paradise-title .para {
    font-size: 5px;
  }

  .reservation-book {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #d3d3d3;
    margin-top: 0px;
  }

  .resort {
    font-size: 35px !important;
  }

  .footer-image img {
    margin-top: 0px;
    width: 202px;
  }
}

@media screen and (max-width: 997px) {
  .slideup {
    text-align: start;
  }

  .paradise-title .para {
    font-size: 40px;
  }

  .drawer {
    display: block !important;
  }

  .button-book {
    display: none !important;
  }

  .nav-section {
    display: none !important;
  }
  .header-section {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-image img {
    margin-top: 0px;
    width: 250px;
  }
  .navleft-section {
    padding: 8px 0px 0px 0px;
  }

  .navleft-list ul {
    margin-left: 30px;
  }

  .panel-grid-container {
    flex-direction: column;
  }

  .firstrow {
    margin-top: 0px !important;
    gap: 10px;
  }

  .secondrow {
    margin-top: 10px !important;
    margin-bottom: 0;
    gap: 10px;
  }

  .secondrow ul {
    line-height: 25px;
  }

  .secondrow ul li {
    margin-bottom: 15px;
  }

  .firstrow,
  .secondrow {
    flex-direction: column;
    align-items: center;
  }
  .firstrowpara,
  .secondrow .para {
    margin: 0px 0;
  }
  .bannerchild {
    margin: 20px 0;
  }
  .bannerchild1,
    .bannerchild2 {
        gap: 30px;
    }
  .firstrowpara {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .secondrow .para {
    font-size: 18px !important;
    line-height: 25px;
  }

  .secondrow {
    top: 0px;
  }

  .button-book {
    border: none !important;
    padding: 0px 0px;
  }

  .navleft-list ul li a {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .footer-section-container .footer-content {
    padding: 10px !important;
  }

  .footer-address {
    gap: 10px !important;
    margin-bottom: 0px !important;
  }

  .footer-menu ul li a {
    font-size: 15px !important;
  }

  .footer-menu ul {
    gap: 10px !important;
  }

  .footer-menu {
    margin-bottom: 0px !important;
  }

  .footer-quick ul li a {
    font-size: 15px !important;
  }

  .footer-quick {
    margin-bottom: 0px !important;
  }

  .footer-address p {
    font-size: 15px !important;
  }
  .footer-content {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .footer-image {
    margin-top: 0px;
    text-align: start;
  }

  .footer-media {
    justify-content: start;
  }

  .footer-section-container {
    height: auto !important;
  }

  .rights-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #overall {
    height: auto;
  }
  .header-sticky-container {
    display: none !important;
  }

  .paradise-title .para {
    font-size: 20px;
  }

  .images-section {
    padding: 50px 0px;
    background-color: #ffff;
  }

  .images-section .para {
    font-size: 35px;
    line-height: 40px;
  }

  .bannerchild {
    padding: 10px !important;
  }

  .navtitle {
    position: absolute;
    top: 70% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .oudoortitle {
    position: absolute;
    top: 40% !important;
    font-size: 20px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .navleft-list ul {
    margin-left: 30px;
  }

  .navleft-list ul li a {
    font-size: 30px;
  }

  .firstrow {
    margin-top: -130px !important;
    gap: 30px;
  }

  .secondrow {
    margin-top: 0px !important;
    gap: 30px;
  }

  .banner-content {
    margin-top: -100px;
  }

  .firstrowpara {
    font-size: 20px !important;
  }

  .secondrow .para {
    font-size: 20px !important;
  }

  .navtitle {
    font-size: 40px !important;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .oudoortitle {
    position: absolute;
    top: 40% !important;
    font-size: 40px !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    flex-wrap: wrap;
  }
  .footer-section-container {
    height: auto !important;
  }

  .footer-menu,
  .footer-quick,
  .footer-address {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    /* justify-content: center;
    align-items: center;
    text-align: center; */
  }

  .footer-address {
    margin-left: 5px;
    margin-right: 5px;
  }

  .images-section .para {
    font-size: 50px;
    line-height: 60px;
  }
  .secondrow {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 998px) and (max-width: 1200px) {
  /* .navleft-section{
    gap:10px

  }

  .navleft-list ul li a {
    font-size: 30px;
   
  } */
  .firstrow, .secondrow {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .secondrow .bannerchild2 {
    order: 2;
    margin-bottom: 20px;
  }
  
  .navleft-list ul {
    margin-left: 30px;
  }

  .firstrow {
    margin-top: -220px !important;
    gap: 30px;
  }

  .secondrow {
    margin-top: 0px !important;
    gap: 30px;
  }

  .firstrowpara {
    font-size: 22px !important;
  }

  .secondrow .para {
    font-size: 22px !important;
  }
}

/* end */

.slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider {
  overflow: hidden;
}

.slider .item {
  text-align: center;
}

.slider .item img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------- */
.slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider {
  overflow: hidden;
}

.slider .item {
  text-align: center;
}

.slider .item img {
  width: 100%;
  height: auto;
}

.residence-section-wrapper {
  display: flex;
  width: 100%;
  background-color: #004262;
  gap: 89px;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.residence-section-wrapper .left-section {
  width: 20%;

  margin-top: 130px;
}
.residence-section-wrapper .right-section {
  width: 80%;
}
.right-section .right-navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 47px;
}
.right-section .right-navs > div {
  margin-left: auto;
}

.right-section .right-cont {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 85px;
}
.right-section .right-cont .child-residence-para {
  width: 35%;
}

.right-section .right-cont .right-slider {
  width: 65%;
}

.swiper {
  position: relative;
  margin: 0px auto;
  width: 100%;
}
.swiper.dark-swiper {
  height: 534px;
}
.swiper.light-swiper {
  height: 364px;
  width: 660px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
}

.swiper-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px 0px 130px 70px;
}

.swiper-text > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.swiper-text p:nth-child(1) {
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  color: #f5f5f5;
}

.swiper-text p:nth-child(2) {
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  color: #ffffff;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .residence-section-wrapper .left-section {
    width: 80% !important;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .firstrow, .secondrow {
        flex-direction: column;
        margin-bottom: 20px;
      }
      .secondrow .bannerchild2 {
        order: 2;
        margin-bottom: 20px;
      }

  .right-section .right-cont .child-residence-para {
    width: 100%;
  }

  .residence-section-wrapper {
    flex-direction: column;
  }

  .residence-section-wrapper .left-section {
    margin: 0px auto;
    width: 70%;
  }

  .residence-section-wrapper .right-section {
    width: 100%;
  }

  .right-section .right-cont .right-slider {
    width: 100%;
  }

  .residence-section-wrapper .right-section .right-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .residence-section-wrapper .right-section .right-navs {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .residence-section-wrapper .right-section .right-navs > div {
    margin-left: 0;
    margin-top: 50px;
  }

  .right-section .right-cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .right-section .right-cont .child-residence-para {
    width: 100%;
  }

  .residence-section-wrapper {
    flex-direction: column;
  }

  .residence-section-wrapper .left-section {
    margin: 0px auto;
    width: 40%;
  }

  .residence-section-wrapper .right-section {
    width: 100%;
  }

  .residence-section-wrapper .right-section .right-navs {
    width: 100%!important;
  }
  
  .residence-section-wrapper .right-section .right-navs > div {
    margin-left: 0;
    margin-top: 50px;
  }
  .child-facility{
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
    .firstrow, .secondrow {
        flex-direction: column;
        margin-bottom: 20px;
      }
      .secondrow .bannerchild2 {
        order: 2;
        margin-bottom: 20px;
      }
}

.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date{
  position: relative;
}

.mphb_sc_search-check-in-date label,
.mphb_sc_search-check-out-date label{
  display: none !important;
}


.mphb_sc_search-check-in-date:after{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f073";
  /* padding: 19.5px 25px; */
  position: absolute;
  left: 0px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 38px;
    min-height: 55px;
    width: 64px;
    text-align: center;
    vertical-align: middle;
    max-height: 58px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    top: 0;
    left: 0px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
}
.mphb_sc_search-check-out-date:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  /* padding: 19.5px 25px; */
  position: absolute;
  left: 0px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 38px;
    min-height: 55px;
    width: 64px;
    text-align: center;
    vertical-align: middle;
    max-height: 58px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    left: 0px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: inline-flex;
}

.reservation-home .mphb_sc_search-form input.mphb-datepick.mphb_datepicker{
  background-color: #004262 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 10px;
}

@media only screen and (min-width: 521px) and (max-width: 767px)  {
  .reservation-home .mphb_sc_search-form input.mphb-datepick.mphb_datepicker, .ssreult .mphb_sc_search-form input.mphb-datepick.mphb_datepicker{
    width: auto !important;
  }
  body .reservation-home .mphb_sc_search-form{
    width: auto;
    display: block;
  }
  body .ssreult .mphb_sc_search-form{
    display: block;
  }
 
  .page-template-search-results .mphb_sc_search-check-in-date:after{
    /* padding: 15px 24px;
    margin:1px; */
  }

}

body .button-book{
  background: rgba(0, 66, 98, 1);
}

body .custom-top-menu{
  margin-bottom: 0px;
}
.page-template-search-results .mphb_sc_search-check-in-date:after,
.page-template-search-results .mphb_sc_search-check-out-date:after{
  /* padding: 15px 24px;
  margin:1px; */
  background-color: #004262;
  color: #fff;
 /* display: none !important; */
 
}
.page-template-search-results .mphb_sc_search-check-in-date input,
.page-template-search-results .mphb_sc_search-check-out-date input{
  background-color: #ffff !important;
  color: #004262 !important;
  border: 1px solid #004262 !important;
}


.page-template-search-results #datepicker_from,
.page-template-search-results #datepicker_to{
  min-height: 55px;
  max-height: 55px;
 
}