.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 71.63%, rgba(0, 0, 0, 0.5) 100%);
}
.banner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.33%, rgba(0, 0, 0, 0.95) 98.22%);
}
.banner .form .form-group::before {
  background: #fff;
}
.banner .form .form-group label {
  color: #fff;
}
.banner .form .form-group input:focus, .banner .form .form-group input.valid, .banner .form .form-group textarea:focus, .banner .form .form-group textarea.valid {
  outline: none;
}
.banner .form .form-group input:focus ~ label, .banner .form .form-group input.valid ~ label, .banner .form .form-group textarea:focus ~ label, .banner .form .form-group textarea.valid ~ label {
  color: #e9e0e0;
}

.property-list-secA {
  padding-bottom: 7rem;
}
.property-list-secA .prop-tab {
  text-align: center;
  margin: 52px 0 77px;
}
.property-list-secA .prop-tab li {
  display: inline-block;
  vertical-align: middle;
  color: var(--text);
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  transition: 0.5s ease;
  cursor: pointer;
}
.property-list-secA .prop-tab li:not(:last-child) {
  margin-right: 3.8rem;
}
.property-list-secA .prop-tab li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--black);
  transition: 0.5s ease;
}
.property-list-secA .prop-tab li.active {
  color: var(--black);
}
.property-list-secA .prop-tab li.active::before {
  width: 100%;
}
.property-list-secA .prop-tab-content .tabs {
  transition: 1s ease;
}
.property-list-secA .prop-tab-content .tabs:not(.active) {
  transform: translateY(20px);
}

.banner::after {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 71.63%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 45.33%, rgba(0, 0, 0, 0.95) 98.22%);
}
.banner.property-detail-banner .banner-wrapper .flex {
  align-items: flex-end;
}
.banner.property-detail-banner .banner-wrapper .flex .colA {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA {
    margin-bottom: 2rem;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA .content {
    flex-direction: column;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colA a {
  background: #fff;
  padding: 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 134px;
  border-radius: 15px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA .content .colA a {
    max-width: 90px;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colA h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA .content .colA h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA .content .colA p {
    font-size: 14px;
    margin-top: 6px;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colA .rera {
  font-size: 14px;
  line-height: 24px;
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colB {
  flex: 0 1 33%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  margin-right: 40px;
  background: none;
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colB .item p {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0px;
}
.banner.property-detail-banner .banner-wrapper .flex .colA .content .colB .item p:last-child {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.banner.property-detail-banner .banner-wrapper .flex .colB {
  flex: 0 1 28%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .banner.property-detail-banner .banner-wrapper .flex .colB {
    display: none;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card {
  padding: 16px 35px 28px;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card h4 {
  font-size: 24px;
  line-height: 1.25;
  background: linear-gradient(90deg, #94652A 0%, #FDEB8F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 8px;
  font-family: "Orpheus Pro";
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card h4 span {
  font-family: "Silver South Script";
  font-size: 32px;
  line-height: 1;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form {
  --item: 1;
  --gaplr: 21px;
  --color: var(--white);
  --gaptb:12px;
  --labelbefore: #616161;
  --labelafter: #616161;
  --borderbefore: #616161;
  --borderafter: var(--white);
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form input, .banner.property-detail-banner .banner-wrapper .flex .colB .card .form textarea {
  color: #fff;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form .submit-grp {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  color: #fff;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form .submit-grp > * {
  flex: 1;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form .submit-grp button {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.OverviewSection {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .OverviewSection {
    padding-top: 0px;
  }
}
.OverviewSection .row {
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .OverviewSection .row {
    flex-direction: column;
  }
}
.OverviewSection .row .colA {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .OverviewSection .row .colA {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.OverviewSection .row .colA h1 {
  color: #fff;
  font-family: "Orpheus Pro";
  margin-bottom: 28px;
}
.OverviewSection .row .colA p {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .OverviewSection .row .colA p {
    font-size: 14px;
  }
}
.OverviewSection .row .colA .buttons {
  display: flex;
  gap: 22px;
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .OverviewSection .row .colA .buttons {
    justify-content: center;
  }
}
.OverviewSection .row .colA .buttons button {
  font-size: 14px;
  letter-spacing: 1px;
}
.OverviewSection .row .colA ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 50px;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .OverviewSection .row .colA ul {
    grid-template-columns: 1fr;
  }
}
.OverviewSection .row .colA ul li {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
}
.OverviewSection .row .colA ul li span {
  font-size: 24px;
  background: linear-gradient(90deg, #94652A 0%, #FDEB8F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.OverviewSection .row .colA ul li p {
  font-size: 14px;
}
.OverviewSection .row .colB {
  width: 36%;
}
@media only screen and (max-width: 991px) {
  .OverviewSection .row .colB {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .OverviewSection .row .colB img {
    height: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .OverviewSection .row .colB img {
    height: auto;
  }
}

.LuxuryProperties-Section {
  padding: 80px 0;
  background: #111111;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section {
    padding: 40px 0;
  }
}
.LuxuryProperties-Section .overlay-effect {
  justify-content: flex-end;
  align-items: flex-start;
}
.LuxuryProperties-Section .overlay-effect .colB {
  display: block;
  color: #fff;
}
.LuxuryProperties-Section .overlay-effect .colB h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB h3 {
    font-size: 16px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB p {
  font-size: 16px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB p {
    font-size: 12px;
  }
}

.OfferSection {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .OfferSection {
    padding: 40px 0;
  }
}
.OfferSection .upper-sec {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .OfferSection .upper-sec {
    margin-bottom: 2rem;
  }
}
.OfferSection .upper-sec .slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .OfferSection .upper-sec .slider-nav {
    display: none;
  }
}
.OfferSection .common-slider .card {
  position: relative;
}
.OfferSection .common-slider .card figure img {
  width: 100%;
  cursor: pointer;
}
.OfferSection .common-slider .card figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.OfferSection .common-slider .card figcaption p {
  color: #fff;
  font-size: 20px;
}

.prop-dtl-secB {
  display: flex;
  flex-wrap: wrap;
  background: var(--black);
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB .row {
    flex-direction: column;
  }
}
.prop-dtl-secB figure, .prop-dtl-secB figcaption {
  flex: 1;
}
.prop-dtl-secB figure {
  line-height: 0;
}
.prop-dtl-secB figure iframe {
  height: 100%;
  width: 100%;
}
.prop-dtl-secB figcaption {
  display: flex;
  align-items: center;
  background: #111111;
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secB figcaption {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB figcaption {
    padding: 2rem 0.3rem;
  }
}
.prop-dtl-secB figcaption .content {
  max-width: 524px;
  margin: 0 auto;
}
.prop-dtl-secB figcaption .content .heading {
  margin-bottom: 15px;
}
.prop-dtl-secB figcaption .content .heading h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.prop-dtl-secB figcaption .content p, .prop-dtl-secB figcaption .content li {
  color: var(--text);
}
.prop-dtl-secB figcaption .content p, .prop-dtl-secB figcaption .content ul {
  margin-bottom: 16px;
}
.prop-dtl-secB figcaption .content ul {
  padding-left: 5px;
}
.prop-dtl-secB figcaption .content ul li {
  position: relative;
  padding-left: 1.6rem;
}
.prop-dtl-secB figcaption .content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.prop-dtl-secB figcaption .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--gradient-a);
}
.prop-dtl-secB figcaption .content .button-div {
  margin-top: 2rem;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB figcaption .content .button-div {
    justify-content: center;
  }
}
.prop-dtl-secB figcaption .content .button-div button {
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 34px;
  padding-right: 34px;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB figcaption .content .button-div button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.floorPlans-Section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .floorPlans-Section {
    padding: 40px 0;
  }
}
.floorPlans-Section .row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .floorPlans-Section .row {
    justify-content: center;
  }
}
.floorPlans-Section .row .heading h1 {
  max-width: -moz-max-content;
  max-width: max-content;
}
.floorPlans-Section .row .slider-nav {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .floorPlans-Section .row .slider-nav {
    display: none;
  }
}
.floorPlans-Section .FloorPlans .card {
  background: #fff;
  cursor: pointer;
  display: block;
}
.floorPlans-Section .FloorPlans .card .card-body {
  position: relative;
  transition: 0.6s ease;
}
.floorPlans-Section .FloorPlans .card .card-body:hover .Button-div {
  opacity: 1;
  transform: translateY(0);
}
.floorPlans-Section .FloorPlans .card .card-body img {
  filter: opacity(0.4);
  transition: opacity 0.6s ease;
  width: 100%;
}
.floorPlans-Section .FloorPlans .card .card-body p {
  color: #000;
  font-size: 16px;
  padding: 14px 14px 20px 14px;
  text-align: center;
  background: #fff;
}
.floorPlans-Section .FloorPlans .card .card-body .Button-div {
  position: absolute;
  top: 34%;
  left: 32%;
  right: auto;
  background: aquamarine;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(92px);
  transition: 0.6s ease;
  opacity: 0;
}
.floorPlans-Section .FloorPlans .card .card-body .Button-div button {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 28px;
  padding-right: 28px;
  transition: 0.6s ease;
}

.MoreProjects {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .MoreProjects {
    padding: 40px 0;
  }
}
.MoreProjects .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .MoreProjects .row {
    margin-bottom: 2rem;
  }
}
.MoreProjects .row .slider-nav {
  display: flex;
  gap: 18px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .MoreProjects .row .slider-nav {
    display: none;
  }
}
.MoreProjects .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
.MoreProjects .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
.MoreProjects .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
.MoreProjects .overlay-effect:hover h3, .MoreProjects .overlay-effect:hover p {
  transform: translateY(-10px);
}
.MoreProjects .overlay-effect h3, .MoreProjects .overlay-effect p {
  font-size: 14px;
  color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
}
.MoreProjects .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
.MoreProjects .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.MoreProjects .overlay-effect .buttons .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.MoreProjects .overlay-effect .buttons button {
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.MoreProjects .overlay-effect .buttons a {
  text-decoration: none;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
}
.MoreProjects .overlay-effect .buttons a.enquire-btn {
  background-color: #fff;
  border: 1px solid var(--white);
}
.MoreProjects .overlay-effect .buttons a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid var(--white);
}/*# sourceMappingURL=index.css.map */