/* main section start */
body {
  background: #000 !important;
  color: #fff !important;
  overflow-x: hidden;
}
.card {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  color: #fff !important;
}

.accordion {
  background: none !important;
}

.main-hero {
  position: relative;
}
.main-hero h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  letter-spacing: 4.4px;
  width: max-content;
}
.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 0;
}
.hero-btm {
  width: 100%;
  background: #0000001f;
  position: absolute;
  bottom: 0;
  z-index: 98;
  width: 100%;
  backdrop-filter: blur(8px);
  color: #fff;
  background: rgba(15, 15, 15, 0.1);
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 16px 0px;
}
.mobile-banner,
.mobile-text {
  display: none;
}
/* main section end */

/* overview section start */
.overview {
  padding: 80px 0px;
}
.overview .all-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.overview .all-menu li {
  list-style: none;
}
.overview .all-menu li a {
  color: #fff;
  opacity: 70%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  padding: 12px 6px 6px 6px;
  transition: 0.3s;
}
.overview .all-menu li a.active {
  color: #fff;
  opacity: 100%;
  border-bottom: 1px solid white;
}

.overview .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #000;
  padding: 10px 0px;
  overflow-x: scroll;
  cursor: pointer;
}

.overview .links::-webkit-scrollbar {
  display: none;
}

.overview .overview-content {
  margin: 80px 0px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 44px 0px;
}

.overview .overview-content .contents {
  width: 50%;
  text-align: center;
}
.heading {
  font-size: 32px;
  font-weight: 275;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  margin: 0px;
}
.heading span {
  font-weight: 400 !important;
}
.overview-content .contents p {
  font-size: 16px;
  font-weight: 300;
}
.mobile-dropdown {
  display: none;
}
.mobile-dropdown .dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-dropdown select {
  font-size: 10px;
  text-transform: uppercase !important;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 10px 30px;
  background: #32312f;
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  text-align: center !important;
}
.mobile-dropdown i {
  color: #fff;
  position: absolute;
  right: 30px;
  /* top: 50%; */
}
/* overview section end */

/* projects section start */
.content {
  text-align: center;
}

.content p {
  font-size: 16px;
  font-weight: 300;
  margin: 70px 0px;
}
.projects {
  padding-bottom: 100px;
}
.projects .cards-container .card {
  width: 330px;
  height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear !important;
}
.cards-container .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s ease !important;
}
.projects .cards-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.cards-container .card .card-contents {
  width: 100%;
  padding: 32px 40px 0px 40px;
  position: absolute;
  bottom: 0%;
  z-index: 2;
  transition: all 1s ease !important;
  /* transform: translateY(0); */
}
.cards-container .card .card-contents h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.cards-container .card .card-contents ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}
.cards-container .card .card-contents ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.cards-container .card .card-contents ul li img {
  width: 25px;
  height: 20px;
}
.cards-container .card .card-contents .arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: all 0.5s ease !important;
  opacity: 1;
  visibility: visible;
}
.cards-container .card .card-contents .arrow img {
  width: 100%;
  height: 100%;
}
.cards-container .card .card-contents .property-btn {
  padding: 15px 50px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: all 0.5s ease !important;
}

.cards-container .card:hover::before {
  background: rgba(0, 0, 0, 0.6); /* black overlay on hover */
}

.cards-container .card:hover .property-btn {
  opacity: 1;
  visibility: visible;
  max-height: 50px; /* adjust as needed */
  margin-top: 0px;
}

.cards-container .card:hover .arrow {
  opacity: 0;
  visibility: hidden;
}

.cards-container .card:hover .card-contents {
  transform: translateY(-10px); /* content moves up slightly */
}

/* projects section end */

/* property section start */
.property {
  padding: 100px 0px;
}

.property .cards-container .card {
  width: 516px;
  height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear !important;
}

.property .cards-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.property .cards-container .card .card-contents .property-btn {
  width: 100%;
  text-align: center;
}

.property .cards-container .card .card-contents .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10%;
  bottom: 18%;
  transition: all 0.5s ease !important;
  opacity: 1;
  visibility: visible;
}
.property .cards-container .card:hover .arrow {
  opacity: 0;
  visibility: hidden;
}
.property .property-content {
  text-align: center;
  margin: 55px 0px;
}
.property .property-content .unit-heading {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.property .property-content .unit-heading span {
  font-weight: 700;
}
.property .property-content p {
  margin: 22px 0px;
  font-size: 16px;
  font-weight: 300;
}
.property .tabs {
  width: 90%;
  margin: 0 auto;
}
.property .tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 10px 0px;
  list-style: none;
  background: #32312f;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.property .tabs ul li {
  cursor: pointer;
}

.property .tabs ul li:hover,
.property .tabs ul li:active {
  color: #aff3ff;
}

#propertyTabs li.active-tab {
  color: #aff3ff;
}

.property-section {
  display: none;
}

.property-section.active-section {
  display: block;
}
.mobile-dropdown .dropdown select option {
  color: #fff;
}

.mobile-dropdown .dropdown select option.active {
  color: #aff3ff !important;
}

/* property section end */

/* amentities section start */
.amenities {
  text-align: center;
  padding: 100px 0px;
}
.amenities .amenities-card {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 50px 0px;
  width: 100%;
  margin: 0 auto;
}
.amenities .amenities-card .card {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* height: 242px; */
  gap: 20px;
  width: 400px;
}
.amenities .amenities-card .card .top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}
.amenities .amenities-card .card h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 2.42px;
}
.amenities .amenities-card .card ul {
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  max-width: 250px;
}
.amenities .amenities-card .card ul li {
  font-size: 16px;
  font-weight: 300 !important;
  text-align: start;
  list-style: none;
}
.amenities .amenities-card .card ul p {
  font-size: 16px;
}

.amenities .amenities-card .card .card-img {
  width: 64px;
  height: 64px;
}
.amenities .amenities-card .card .card-img img {
  width: 100%;
  height: 100%;
}
.divider {
  width: 250px;
  height: 0.5px;
  background-color: #fff;
}
/* amentities section end */

/* landmarks section start */
.landmarks {
  padding: 55px 0px 95px 0px;
  text-align: center;
}
.landmarks .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.landmarks .details .divider {
  transform: rotate(90deg);
  width: 90px;
}
.landmarks .details p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4.8px;
  padding-bottom: 16px;
  margin: 0px;
}
.landmarks .details h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
}
/* landmarks section end */

/* lifestyle section start */
.lifestyle {
  text-align: center;
  padding: 80px 0px;
}
.lifestyle .para {
  font-size: 16px;
  font-weight: 300;
  margin: 32px 0px;
}

.lifestyle .accordion-button:not(.collapsed) {
  background-color: #000 !important;
}
.lifestyle .accordion-button,
.faq .accordion-button {
  font-size: 20px;
}
.lifestyle .accordion-body {
  background-color: #000 !important;
  font-size: 18px;
}
.faq .accordion-body {
  font-size: 18px;
}
/* FAQs section code */

.accordion {
  padding: 8px 70px;
}
.accordion-item {
  background-color: transparent !important;
  border: none;
}
.accordion-button {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 1rem;
  padding: 1.3rem 1.5rem;
  text-align: left;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #1a1a1a !important;
  box-shadow: none !important;
}
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(100%);
}
.accordion-body {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 1rem 1.5rem;
  text-align: justify !important;
}
.accordion-body p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.accordion-button::after {
  transform: rotate(275deg) !important;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}
@media (max-width: 600px) {
  .accordion {
    padding: 8px 0px;
  }
}
.acc-img {
  height: 646px;
  padding-bottom: 32px;
}
.acc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-header {
  font-size: 20px;
  font-weight: 600;
}
/* lifestyle section end */

/* faq section start */
.faq {
  padding: 30px 0px;
}
.faq .category-faq-heading {
  text-align: center;
  padding-bottom: 64px;
}
.faq .category-faq-heading .faq-heading {
  font-size: 40px;
  font-weight: 275;
  text-transform: uppercase;
  letter-spacing: 4.4px;
}
.faq .category-faq-heading .faq-heading span {
  font-weight: 400 !important;
}

/* faq section end */

.desktop-br,
.desktop {
  display: block;
}
.mobile-br,
.mobile {
  display: none;
}

.hero-btm {
  display: none;
}

/* responsive */
@media (max-width: 768px) {
  .hero-btm {
    display: flex;
  }
  .main-hero h1 {
    font-size: 30px;
    text-align: center;
  }
  .desktop-br,
  .desktop {
    display: none;
  }
  .mobile-br,
  .mobile {
    display: block;
  }
  .mobile-banner,
  .mobile-text {
    display: block !important;
  }

  .overview .overview-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    gap: 20px;
  }
  .overview .overview-content .contents {
    width: 100%;
  }
  .overview .overview-content iframe {
    width: 100% !important;
  }
  .mobile-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .amenities .amenities-card {
    flex-direction: column;
    gap: 80px;
  }
  .amenities .amenities-card .card {
    width: 100%;
  }

  .amenities .divider {
    width: 250px;
  }
  .landmarks .details {
    flex-direction: column;
    gap: 30px;
  }
  .landmarks .details .divider {
    transform: rotate(0deg);
    width: 138px;
  }
  .accordion {
    padding: 8px 0px;
  }
}

@media (max-width: 480px) {
  .overview {
    padding: 50px 0px;
  }
  .overview .overview-content {
    margin: 0px 25px;
    margin-bottom: 30px;
  }
  .main-hero h1 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 200;
    text-align: center;
  }
  .heading {
    font-size: 18px;
  }
  .overview .overview-content,
  .overview-content .contents p {
    font-size: 10px;
  }
  .overview .overview-content iframe {
    height: 225px !important;
  }
  .content p {
    font-size: 10px;
    margin: 30px 0px;
  }
  .property .property-content .unit-heading span {
    font-weight: 400;
  }
  .property .property-content .unit-heading {
    font-size: 18px;
    font-weight: 200;
  }
  .property .property-content p {
    font-size: 10px;
    margin: 30px 0px;
  }
  .property .property-content {
    margin: 30px 0px;
  }
  .hero-btm .mobile {
    width: 80%;
  }
  .hero-btm .mobile .custom-btn {
    padding: 12px 0px;
    width: 100%;
    font-size: 14.4px;
    font-weight: 600;
  }
  .projects {
    margin: 0px 25px;
    padding-bottom: 30px;
  }
  .property {
    padding: 50px 0px;
    margin: 0px 25px;
  }
  .amenities {
    padding: 50px 0px;
  }
  .amenities .amenities-card {
    padding: 30px 0px;
  }
  .amenities .amenities-card {
    gap: 50px;
  }
  .amenities .divider {
    width: 235px;
  }
  .amenities .amenities-card .card .card-img {
    width: 50px;
    height: 50px;
  }
  .amenities .amenities-card .card h3 {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .amenities .amenities-card .card ul {
    gap: 12px;
  }
  .amenities .amenities-card .card ul li,
  .amenities .amenities-card .card ul p {
    font-size: 10px;
  }
  .landmarks {
    padding: 50px 0px;
  }
  .landmarks .details p {
    font-size: 12px;
    letter-spacing: 1.32px;
  }
  .landmarks .details h3 {
    font-size: 17px;
    font-weight: 400;
  }
  .landmarks .details {
    margin-top: 40px;
  }
  .lifestyle {
    padding: 50px 0px;
    margin: 0px 25px;
  }
  .lifestyle .para {
    font-size: 10px;
  }
  .accordion-button {
    font-size: 12px !important;
  }
  .acc-img {
    height: 200px;
    padding: 0px;
    margin-bottom: 16px;
  }
  #faqAccordion1 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1a1a1a !important;
    box-shadow: none !important;
  }
  .lifestyle .accordion-body {
    background-color: #1a1a1a !important;
    box-shadow: none !important;
  }
  .accordion-body p,
  .lifestyle .accordion-body {
    font-size: 10px;
  }
  .faq .category-faq-heading {
    padding-bottom: 20px;
  }
  .faq .category-faq-heading .faq-heading {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .faq {
    margin: 0 25px;
  }
  .faq .accordion-body {
    font-size: 10px;
  }
  .property .cards-container .card {
    width: 310px;
    height: 300px;
  }
  .cards-container .card .card-contents {
    width: 100%;
    padding: 32px 20px 10px 20px;
  }
  .cards-container .card .card-contents h3 {
    font-size: 14px;
  }
  .box .mobile {
    margin-top: 35px;
  }
  .projects .cards-container .card {
    width: 312px !important;
    height: 450px;
  }
  .property .cards-container .card:hover .property-btn {
    display: none;
  }
  .cards-container .card:hover::before {
    background: none;
  }
  .cards-container .card:hover .card-contents,
  .cards-container .card .card-contents {
    transform: translateY(0);
  }
  .property .cards-container .card .card-contents .arrow,
  .property .cards-container .card .card-contents .property-btn {
    display: none;
  }
  .overview .all-menu {
    gap: 23px;
  }
}

@media (max-width: 394px) {
  .property .cards-container .card {
    width: 265px;
    height: 255px;
  }
  .projects .cards-container .card {
    width: 286px !important;
    height: 440px;
  }
  .main-hero h1 {
    font-size: 25px;
  }
  .overview .overview-content {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .projects,
  .property,
  .lifestyle,
  .faq {
    margin: 0 15px;
  }
  .cards-container .card .card-contents {
    padding: 32px 16px 10px 15px;
  }
  .cards-container .card .card-contents h3 {
    font-size: 12px;
  }
  .heading,
  .faq .category-faq-heading .faq-heading {
    font-size: 16px;
  }
  .projects,
  .property,
  .lifestyle,
  .faq {
    margin: 0 10px;
  }
  .overview .overview-content {
    margin: 0 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .property .cards-container .card {
    width: 230px;
    height: 235px;
  }
  .hero-btm .mobile .custom-btn {
    font-size: 12px;
  }
  .projects .cards-container .card {
    width: 242px !important;
    height: 400px;
  }
  .cards-container .card .card-contents .property-btn {
    padding: 15px 42px;
  }
  .heading,
  .faq .category-faq-heading .faq-heading {
    font-size: 14px;
  }
  .projects,
  .property,
  .lifestyle,
  .faq {
    margin: 0 7px;
  }
  .overview .overview-content {
    margin: 0 7px;
    margin-bottom: 30px;
  }
}
