body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

.App {
  text-align: center;
}
a {
  text-decoration: none !important;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}

.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.banner img {
  filter: brightness(70%);
  height: 90vh;
  object-fit: cover;
  width: 100%;
}

.banner-image:after {
  /* background-image: linear-gradient(0deg, #000, #fff0); */
  /*background-image: linear-gradient(45deg, #000, #fff0);*/
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}

.banner {
  margin-top: 75px;
  position: relative;
}

.stickey img {
  object-fit: cover;
  width: 100%;
}

.banner-stick {
  left: 5%;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.banner-stick-box {
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 2rem 3rem;
}

.banner-stick-box h2 {
  color: #ba994a;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-stick-box span {
  font-size: 30px;
  font-weight: 500;
}

.banner-stick-box h5 {
  background-color: #ffffff54;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0;
  padding: 12px 24px;
}

.banner-stick-box p {
  margin-top: 2rem;
}

.banner-stick-box p a {
  background-color: #ba994a;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 12px 24px;
  text-decoration: none;
}
.banner-stick-box p a:hover {
  color: #000;
}

.banner-stick-box p svg {
  margin-left: 10px;
}

@media only screen and (max-width: 680px) {
  .banner img {
    height: 40vh;
    object-fit: cover;
    width: 100%;
  }

  .banner-stick {
    /* background-color: #000; */
    background-color: #ba994a;
    left: 0;
    position: relative;
    z-index: 1;
  }

  .banner-stick-box {
    padding: 1rem;
  }

  .banner-stick-box h2 {
    font-size: 35px;
  }

  .banner-stick-box span {
    font-size: 25px;
  }

  .banner-stick-box h5 {
    background-color: #202020;
  }
}

.aboutUs {
  background-color: #fafafa;
  padding: 1rem 0 3rem;
  position: relative;
  width: 100%;
}

.about-items {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.about-left {
  width: 60%;
}

.about-title {
  margin-bottom: 1rem;
  text-align: start;
}

.about-detail h3 {
  font-size: 20px;
  font-weight: 500;
}

.about-detail h3,
.about-detail p {
  color: #000;
  margin: 0;
  padding-bottom: 20px;
}

.about-detail p {
  font-size: 16px;
  font-weight: 400;
}

.about-right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.about-right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-button {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.about-button a {
  background: #ba994a;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 24px;
  place-content: center;
  place-items: center;
  position: relative;
  text-decoration: none;
}
.about-button a:hover {
  color: #000;
}

.about-button a p {
  font-size: 20px;
  margin: 0;
}
.about-button-price-list a {
  background: #ba994a;
  border-radius: 25px;
  color: #fff;
  display: flex;
  /* font-size: 14px; */
  overflow: hidden;
  padding: 6px 0px;
  place-content: center;
  place-items: center;
  position: relative;
  text-decoration: none;
}

.about-button-price-list a p {
  font-size: 16px;
  margin: 0;
}
.about-button-price-list a:hover {
  color: #000;
}

@media only screen and (max-width: 680px) {
  .about-items {
    flex-wrap: wrap;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

  .about-title h4 {
    font-size: 14px;
    line-height: 0px;
    margin-top: 20px;
  }

  .about-right {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .about-main {
    max-width: 520px;
  }

  .about-button a {
    text-align: center;
    width: 100%;
  }
}

.Highlights {
  padding: 6rem 0;
  position: relative;
  width: 100%;
}

.highlights-item {
  display: flex;
  gap: 2rem;
}

.highlights-left {
  align-items: flex-start;
  background-color: #ba994a;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem;
  position: relative;
  right: 25%;
  width: 50%;
  z-index: 2;
}

.highlights-left h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.highlights-left ul li {
  align-items: center;
  color: #fff;
  display: flex;
  padding-bottom: 10px;
}

.highlights-left ul {
  padding: 0;
}

.highlights-left ul li svg {
  color: #eee238;
  font-size: 20px;
  margin-right: 10px;
}

.highlights-right {
  width: 50%;
}

.highlights-right img {
  filter: brightness(70%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 680px) {
  .highlights-item {
    flex-wrap: wrap;
  }

  .highlights-left {
    padding: 3rem 1rem 1rem;
    right: 0;
    width: 100%;
  }

  .highlights-right {
    width: 100%;
  }
}

.Walkthrough {
  background-color: #ba994a;
  padding: 3rem 0;
  width: 100%;
}

.Walkthrough-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.Walkthrough-main h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.walkthrough-item {
  display: flex;
  gap: 1rem;
}

.walktrough-card:first-child {
  grid-area: box1;
}

.walktrough-card:nth-child(2) {
  grid-area: box2;
}

.walktrough-card:nth-child(3) {
  grid-area: box3;
}

.walktrough-card:nth-child(4) {
  grid-area: box4;
}

.walkthrough-left {
  grid-gap: 10px;
  display: grid;
  gap: 10px;
  grid-template-areas: "box1 box1 box2" "box3 box4 box4";
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  width: 70%;
}

.walktrough-card img {
  aspect-ratio: 3/1;
  border-radius: 8px;
  object-fit: cover;
}

.walkthrough-left iframe,
.walktrough-card img {
  height: 100%;
  width: 100%;
}

.walkthrough-right {
  width: 30%;
}

.walkthrough-form {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 2rem;
}

.walkthrough-form h4 {
  font-size: 18px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .Walkthrough-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .walkthrough-item {
    flex-wrap: wrap;
  }

  .walkthrough-left,
  .walkthrough-right {
    width: 100%;
  }

  .category-card {
    height: 200px;
  }

  .walkthrough-left {
    height: 25vh;
  }
}

.form button {
  background-color: #ba994a;
  border: none;
  border-radius: 25px;
  padding: 15px 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.form button:hover {
  background-color: #ba994a;
  color: #000;
}

.form .form-control {
  font-size: 13px;
}

.form textarea {
  min-height: 120px;
  resize: vertical;
}

.HomePlan {
  padding: 3rem 0;
  width: 100%;
}

.HomePlan-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.homeplan-box {
  display: flex;
  gap: 2rem;
}

.homeplan-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.homeplan-left h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.homeplan-right {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  width: 55%;
}

@media (min-width: 1200px) {
  .HomePlan-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .homeplan-box {
    flex-wrap: wrap;
  }

  .homeplan-left,
  .homeplan-right {
    width: 100%;
  }

  .homeplan-left h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
  }
}

.Amenities {
  background-color: #fafafa;
  padding: 3rem 0;
  width: 100%;
}

.Amenities-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.Amenities-main h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.Amenities-box {
  border: 1px solid #f8e8c2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.Amenities-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.2rem;
}

.Amenities-card p svg {
  font-size: 60px;
}

@media (min-width: 1200px) {
  .Amenities-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 990px) {
  .Amenities-box {
    border: 1px solid #e9eff2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.Bbottom {
  background-color: #fafafa;
  padding: 3rem 0;
  position: relative;
  width: 100%;
}

.about-top {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.about-top-left {
  width: 30%;
}

.about-top-right {
  justify-content: space-between;
  width: 100%;
}

.about-card,
.about-top-right {
  align-items: center;
  display: flex;
}

.about-card {
  gap: 10px;
}

.about-card-icn svg {
  color: #ba994a;
  font-size: 40px;
}

.about-card-title span {
  color: #ba994a;
  font-size: 16px;
}

.about-card-title h5 {
  font-size: 18px;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .about-top {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .about-top-right {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.overview {
  background-color: #ba994a;
  padding: 3rem 0;
  width: 100%;
}

.about-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.overview-item {
  display: flex;
  gap: 2rem;
}

.overview-left {
  height: 100%;
  width: 30%;
}

.overview-left .overview-form {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 2rem;
}

.overview-left .overview-form h4 {
  font-size: 17px;
  margin-bottom: 25px;
}

.overview-right {
  width: 70%;
}

.overview-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 23px;
}

.overview-detail p {
  color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px;
}

.overview-category img {
  border-radius: 5px;
  height: 100% !important;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.category-card {
  height: 150px;
  margin: 10px;
  position: relative;
}

.category-card:after {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 50%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}

.overview-category p {
  bottom: 4%;
  color: #fff;
  left: 5%;
  margin: 0;
  position: absolute;
  z-index: 2;
}

.overview-category {
  margin-top: 20px;
}

.overview-category .owl-nav button {
  align-items: flex-end;
  background-color: #fff !important;
  border-radius: 50px;
  display: flex;
  font-size: 25px !important;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.overview-category .owl-nav button.owl-prev {
  left: -1%;
  position: absolute;
  top: 40%;
}

.overview-category .owl-nav button.owl-next {
  position: absolute;
  right: -1%;
  top: 40%;
}

@media (min-width: 1200px) {
  .about-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 990px) {
  .about-main {
    max-width: 720px;
  }
}

@media only screen and (max-width: 680px) {
  .overview-item {
    flex-wrap: wrap;
  }

  .overview-left,
  .overview-right {
    width: 100%;
  }

  .category-card {
    height: 200px;
  }
}

.navBar {
  box-shadow: 0 4px 10px 0 #0000004d;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.nav-menu,
.navBar {
  background-color: #fff;
  width: 100%;
}

.nav-menu {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.navbar-items {
  width: 100%;
}

.company-logo-box a h5 {
  align-items: center;
  color: #000;
  display: flex;
  margin-bottom: 0;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}

.company-logo img {
  max-height: 80px;
  object-fit: cover;
  width: 100%;
}

.container-fluid,
.navbar {
  padding: 0;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar-toggler {
  height: 20px;
  position: relative;
  transition: 0.5s ease-in-out;
  width: 30px;
}

.navbar-toggler,
.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  background: #ab987a;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}

.middle-bar {
  margin-top: 0;
}

.navbar-toggler .top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  margin-top: 0;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -18px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  filter: alpha(opacity=100);
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 18px;
  transform: rotate(0deg);
}

.nav-action {
  align-items: center;
  display: flex;
}

.nav-button {
  padding: 10px;
}

.navbar-light .navbar-toggler {
  border: none;
  box-shadow: none;
}

.nav-menu ul li {
  position: relative;
}

.nav-menu ul li a {
  font-size: 1rem;
  padding: 10px 9px !important;
  text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
  border-bottom: none;
  color: #000;
}

.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 2px solid #ba994a;
  color: #ba994a;
}

.call-button p {
  border-left: 1px solid gray;
  color: #000;
  margin: 0 0 0 1rem;
  padding-left: 20px;
}

.call-button p a:hover {
  color: #ba994a;
}

.call-button p a {
  color: #000;
  text-decoration: none;
}

.call-button p a svg {
  font-size: 20px;
  margin-right: 10px;
}

.nav-menu ul li a:hover {
  color: #ba994a !important;
}

.dropdown-menu {
  display: none;
}

#luxuryDropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle:after {
  display: none !important;
}

.fix-icon {
  bottom: 2%;
  position: fixed;
  right: 2%;
}

.fix-icon a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  z-index: 1;
}

.fix-icon .shine,
.fix-icon a {
  background-color: #25d366;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.fix-icon .shine {
  animation: shine 2s infinite;
  bottom: 15%;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}

.fix-icon a svg {
  animation: whatsapp 2s infinite;
  font-size: 25px;
}

.fix-icon-call {
  bottom: 10%;
  position: fixed;
  right: 2%;
  padding-bottom: 14px;
}

.fix-icon-call a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  z-index: 1;
}

.fix-icon-call .shine,
.fix-icon-call a {
  background-color: #ba994a;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-bottom: 11px;
}

.fix-icon-call .shine {
  animation: shine 2s infinite;
  bottom: 18%;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}

.fix-icon-call a svg {
  font-size: 25px;
}
.fix-icon-call a:hover {
  color: #000;
}
.fix-icon a:hover {
  color: #000;
}

.fix-icon-enquery {
  bottom: 50%;
  position: fixed;
  right: -4%;
  rotate: -90deg;
}

.fix-icon-enquery a p {
  background-color: #ba994a;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 #0000004d;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 12px 24px;
  text-align: right;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.fix-icon-enquery p:hover {
  background-color: #ba994a;
  color: #000;
}

@keyframes whatsapp {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes shine {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.4);
  }
}

@media screen and (min-width: 1200px) {
  .nav-menu {
    max-width: 1140px;
  }
}

@media screen and (min-width: 990px) {
  .navbar-nav .nav-item .dropdown-menu.mega-menu:before {
    border-bottom: 13px solid #fff;
    border-left: 11px solid #0000;
    border-right: 11px solid #0000;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: 0;
    position: absolute;
    right: auto;
    top: -12px;
    transform: translate(-50%);
  }

  .nav-button {
    display: none;
  }

  .fix-icon-enquery {
    right: -4%;
  }
}

@media only screen and (max-width: 990px) {
  .nav-action {
    flex-flow: wrap;
  }

  .nav-menu ul li {
    border-bottom: 1px solid #bbb;
    margin: 0 10px;
    position: relative;
  }

  .nav-action {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    padding: 1rem 0;
  }

  .fix-icon-enquery {
    right: -5%;
  }
}

@media only screen and (max-width: 540px) {
  .navBar {
    top: 0;
  }

  .company-logo img {
    max-height: 80px;
  }

  .fix-icon-enquery {
    right: -15%;
  }
}

.formfloat {
  background-color: rgba(0, 0, 0, 0.582);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.formfloat-main {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.floatform-card {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
  width: 30%;
}

.formfloat-button {
  position: absolute;
  right: 2%;
  top: 2%;
}

.formfloat-button svg {
  background-color: #e8b86d;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  margin: 0;
}

@media only screen and (max-width: 540px) {
  .floatform-card {
    position: relative;
    width: 100%;
  }
}

.location {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

.Page-title h1 {
  color: #212121;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 2rem;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.location-box iframe {
  height: 70vh;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .Page-title h1 {
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
  }
}

.Footer {
  background: #fff;
  background: linear-gradient(145deg, #fff, #ba994a);
  width: 100%;
}

.Footer-main,
.footer-down {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer-item h5 {
  align-items: center;
  color: #000;
  display: flex;
  margin-bottom: 0;
  padding: 14px 0;
  text-align: center;
  width: 55%;
}

.footer-item h2 {
  font-size: 20px;
}

.footer-item h2:after {
  background-color: #b3b992;
  border-radius: 50px;
  content: "";
  display: flex;
  height: 2px;
  margin-top: 5px;
  width: 25%;
}

.footer-box {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 30% 30% 40%;
  padding-top: 5rem;
}

.footer-box img {
  margin-bottom: 2rem;
  width: 70%;
}

.footer-item ul {
  padding: 0;
  text-align: center;
}

.footer-item p {
  color: #000;
}

.footer-item ul li,
.footer-item ul li a {
  align-items: center;
  display: flex;
}

.footer-item ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-item ul li a:hover {
  color: #c5705d;
}

.footer-item ul li a svg {
  font-size: 25px;
  margin-right: 12px;
}

.footer-copyright {
  align-items: center;
  border-top: 1px solid #636363;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 10px;
  width: 100%;
}

.footer-copyright p a {
  color: #000;
  text-decoration: none;
}

.footer-copyright p {
  color: #000;
  padding: 10px 0;
}

.footer-copyright p,
.footer-item-disclaimer p {
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
}

.footer-item-disclaimer p {
  color: #2b2b2b;
}

.footer-item-disclaimer .disclaimer {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer-item-policy a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-contact {
  align-items: baseline;
  display: flex;
}

.footer-contact p svg {
  font-size: 22px;
  margin-right: 10px;
}

.footer-contact a {
  color: #000;
  margin-top: 5px;
  margin-right: 10px;
  text-decoration: none;
}
.footer-contact a:hover {
  color: #000;
}

.footer-contact a svg {
  font-size: 22px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .Footer-main,
  .footer-down {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .footer-contact {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }

  .footer-item ul li {
    justify-content: center;
  }

  .footer-item ul li a {
    font-size: 15px;
    margin: 0 8px;
  }

  .footer-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-box img {
    margin-bottom: 2rem;
    width: 40%;
  }

  .footer-item p {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }

  .footer-item ul li a svg,
  .footer-item:nth-child(3) ul li a {
    font-size: 30px;
    font-weight: 700;
  }

  .footer-item ul li a svg {
    margin-right: 15px;
  }

  .footer-copyright {
    flex-direction: column;
    justify-content: center;
  }

  .footer-copyright p {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
  }

  .footer-item h5 {
    width: 48%;
  }

  .footer-item h2:after {
    width: 100%;
  }
}

.Gallery {
  background-color: #f1f1f1;
  padding: 9rem 0 3rem;
  width: 100%;
}

.Gallery-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.gallery-box {
  display: flex;
  gap: 1rem;
}

.gallery-items1 {
  width: 60%;
}

.gallery-items2 {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  width: 40%;
}

.gallery-box img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-box2 {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 1rem 0;
}

.gallery-box2 img {
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.Gallery-main .model {
  align-items: center;
  background-color: #000000d3;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: scale(0);
  transition: opacity 0.4s ease, visibility 0.4s, transform 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.Gallery-main .model.open {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 9999;
}

.Gallery-main .model.open img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  padding: 20px 0;
  width: auto;
}

.Gallery-main .model.open svg {
  background-color: red;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  position: fixed;
  right: 10%;
  top: 4%;
}

@media (min-width: 1200px) {
  .Gallery-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .gallery-box {
    flex-wrap: wrap;
  }

  .gallery-items1,
  .gallery-items2 {
    width: 100%;
  }

  .gallery-box2 {
    grid-gap: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem 0;
  }
}

.PriceList {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .pricelist-table {
    overflow: auto;
  }
}

.MasterPlan {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

.MasterPlan img {
  object-fit: cover;
  width: 100%;
}

.FloorPlan {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

.FloorPlan-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.floorplan-box {
  display: flex;
  gap: 1rem;
}

.floorplan-box img {
  border: 1px solid #bfcaec;
  object-fit: cover;
  width: 100%;
}

.floorplan-box-image {
  margin-top: 1rem;
  width: 50%;
}

@media (min-width: 1200px) {
  .FloorPlan-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .floorplan-box {
    flex-wrap: wrap;
    gap: 0;
  }

  .floorplan-box-image {
    margin-top: 1rem;
    width: 100%;
  }
}

.SiteVisit {
  background-color: #f1f1f1;
  padding: 9rem 0 3rem;
  width: 100%;
}

.SiteVisit-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.sitevisit-box {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sitevisit-item {
  width: 50%;
}

@media (min-width: 1200px) {
  .SiteVisit-main {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 680px) {
  .sitevisit-item {
    width: 100%;
  }

  .sitevisit-box {
    padding: 5rem 1rem;
  }
}

.Disclaimer {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

.Disclaimer-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.Disclaimer-body h3 {
  margin-top: 1rem;
}

.Disclaimer-body span {
  color: #000;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .Disclaimer-main {
    max-width: 1140px;
  }
}

.Amenities-page {
  margin-top: 80px;
  padding: 3rem 0;
  width: 100%;
}

/* my custom */
#overview,
#amenities,
#gallery,
#about,
#price-list,
#floor-plan,
#contact,
#fake-map {
  padding-top: 100px;
}

@media only screen and (max-width: 680px) {
  #overview,
  #amenities,
  #gallery,
  #about,
  #price-list,
  #floor-plan,
  #contact,
  #fake-map {
    padding-top: 120px;
  }

  .banner-stick-box p a {
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 680px) {
  .about-button-price-list a p {
    font-size: 12px;
  }
}
/* Overlay background */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Modal box */
.popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 10px;
  border-radius: 10px;
  max-width: 400px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (max-width: 915px) {
  .popup-content {
    margin-top: 50%;
  }
}

.footer-item-disclaimer p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

.footer-item-disclaimer.expanded p {
  -webkit-line-clamp: unset;
  overflow: visible;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

/*.modal-content {*/
/*  background-color: #fafafa;*/
/*  margin: 10% auto;*/
/*  padding: 20px;*/
/*  border-radius: 10px;*/
/*  width: 80%;*/
/*  color: #000;*/
/*  max-height: 80vh;*/
/*  overflow-y: auto;*/
/*}*/
.modal-content {
  position: relative;
  background-color: #fafafa;
  margin: 8% auto; /* vertically centered */
  padding: 30px 40px; /* space inside the box */
  border-radius: 10px;
  width: 90%;
  max-width: 800px; /* limit width on large screens */
  color: #000;
  max-height: 80vh;
  overflow-y: auto;
  text-align: left; /* ensure text is left-aligned */
  box-sizing: border-box;
}

.close {
    
  position: absolute;
  top: 15px;
  right: 35px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}
@media (max-width: 600px) {
  .modal-content {
    padding: 20px 16px;
    margin: 20% auto 11%;
    width: 95%;
  }
}
@media only screen and (max-width: 915px) {
  .modal {
  margin-top: 60px;
}

}
