@media only screen and (max-width: 767px) {
  .banner.property-banner .bg {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .bg {
    height: 40vh;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .container {
    padding: 0;
  }
}

.property-list-secA {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .property-list-secA {
    padding-bottom: 3rem;
  }
}
.property-list-secA .prop-tab {
  text-align: center;
  margin: 52px 0 77px;
}
@media only screen and (max-width: 480px) {
  .property-list-secA .prop-tab {
    margin: 52px 0 50px;
  }
}
.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.property-detail-banner .banner-wrapper .flex {
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex {
    display: block;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA {
    position: absolute;
    bottom: 100%;
    padding: 25px;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex .colA h1 {
    font-size: 36px;
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colA .rera {
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.banner.property-detail-banner .banner-wrapper .flex .colB {
  flex: 0 1 32%;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1024px) {
  .banner.property-detail-banner .banner-wrapper .flex .colB {
    flex: 0 1 42%;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .banner-wrapper .flex .colB {
    background: rgba(0, 0, 0, 0.9);
  }
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card {
  padding: 42px 30px 54px;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card h4 {
  font-size: 24px;
  line-height: 1.25;
  color: var(--white);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.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: 2;
  --gaplr: 21px;
  --color: var(--white);
  --gaptb: 21px;
  --labelbefore: #616161;
  --labelafter: #616161;
  --borderbefore: #616161;
  --borderafter: var(--white);
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form .submit-grp {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.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 .wtsp::after {
  display: none;
}
.banner.property-detail-banner .banner-wrapper .flex .colB .card .form .submit-grp .wtsp:hover {
  color: var(--white);
  background: #25D366;
}

.prop-dtl-secA {
  padding: 6.75rem 0 9.3rem;
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secA {
    padding: 3.75rem 0 3.3rem;
  }
}
.prop-dtl-secA .sec-wrap {
  max-width: 706px;
  margin: 0 auto;
  text-align: center;
}
.prop-dtl-secA .sec-wrap .content {
  margin: 30px auto 64px;
  color: var(--text);
  max-width: 630px;
}
.prop-dtl-secA .sec-wrap ul {
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: var(--text);
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secA .sec-wrap ul {
    width: 100%;
  }
}
.prop-dtl-secA .sec-wrap ul li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secA .sec-wrap ul li {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.prop-dtl-secA .sec-wrap ul li:not(:last-child) {
  border-right: 1px solid #C6C4C4;
  padding-right: 35px;
  margin-right: 42px;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secA .sec-wrap ul li:not(:last-child) {
    border-right: 0;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.prop-dtl-secA .sec-wrap ul li p {
  font-size: 18px;
  font-weight: bold;
}

.prop-dtl-secB {
  display: flex;
  flex-wrap: wrap;
  background: var(--black);
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secB {
    display: inline-block;
    width: 100%;
  }
}
.prop-dtl-secB figure, .prop-dtl-secB figcaption {
  flex: 1;
}
.prop-dtl-secB figure {
  line-height: 0;
}
.prop-dtl-secB figure img {
  height: 100%;
  width: 100%;
}
.prop-dtl-secB figcaption {
  display: flex;
  align-items: center;
}
.prop-dtl-secB figcaption .content {
  max-width: 524px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secB figcaption .content {
    padding: 35px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB figcaption .content {
    padding: 50px 15px;
  }
}
.prop-dtl-secB figcaption .content .heading {
  margin-bottom: 15px;
}
.prop-dtl-secB figcaption .content .heading h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-a);
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secB figcaption .content .heading {
    text-align: center;
  }
}
.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: 20px;
}
.prop-dtl-secB figcaption .content ul li {
  position: relative;
  padding-left: 1.2rem;
}
.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: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--gradient-a);
}
.prop-dtl-secB figcaption .content .enqure-btn {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secB figcaption .content .enqure-btn {
    display: inline-block;
    margin: auto;
    margin-top: 25px;
  }
}

.prop-dtl-secC {
  padding: 5.5rem 0 4.75rem;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secC {
    padding: 3.5rem 0 3.75rem;
  }
}
.prop-dtl-secC .heading p {
  max-width: 425px;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secC .heading p {
    max-width: 325px;
  }
}

.floor-plan-col {
  border: 1px solid #D7D7D7;
}
.floor-plan-col .card {
  max-width: 250px;
  margin: 0 auto;
  padding: 30px 0 35px;
  text-align: center;
}
.floor-plan-col .card figure {
  line-height: 0;
  margin-bottom: 22px;
}
.floor-plan-col .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floor-plan-col .card h6 {
  font-family: "Orpheus Pro";
  font-size: 24px;
  line-height: 1;
}
.floor-plan-col .card .ar-flr {
  margin: 10px 0;
  color: var(--text);
}
.floor-plan-col .card .prc-flr {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: bold;
}
.floor-plan-col .card .btn {
  --padding: 35px;
}

.prop-dtl-secD {
  background: var(--black);
  padding: 5.3rem 0 6.5rem;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secD {
    padding: 2.3rem 0 2.5rem;
  }
}
.prop-dtl-secD .heading {
  margin-bottom: 3.3rem;
}
.prop-dtl-secD .amenity-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 55px 50px;
}
@media only screen and (max-width: 991px) {
  .prop-dtl-secD .amenity-wrap {
    grid-gap: 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secD .amenity-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.prop-dtl-secD .amenity-wrap .item {
  text-align: center;
  border-image-source: var(--gradient-a);
  border-image-repeat: repeat;
  border-image-width: auto;
  border-image-slice: 1;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secD .amenity-wrap .item {
    padding: 10px;
  }
}
.prop-dtl-secD .amenity-wrap .item .ico {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.prop-dtl-secD .amenity-wrap .item .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prop-dtl-secD .amenity-wrap .item p {
  color: var(--white);
  line-height: 1.3;
}

.prop-dtl-secE .heading {
  margin: 72px 0 55px;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secE .heading {
    margin: 40px 0 40px;
  }
}
.prop-dtl-secE .project-gallery-wrap {
  position: relative;
}
.prop-dtl-secE .project-gallery-wrap .project-gallery-slider .item {
  display: block;
  line-height: 0;
}
.prop-dtl-secE .project-gallery-wrap .project-gallery-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prop-dtl-secE .project-gallery-wrap .project-gallery-nav {
  max-width: 95%;
}
.prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-prev, .prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-next {
  height: 55px;
  width: 55px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
@media only screen and (max-width: 480px) {
  .prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-prev, .prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-next {
    display: none;
  }
}
.prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-prev:not(.swiper-button-disabled):hover, .prop-dtl-secE .project-gallery-wrap .project-gallery-nav .project-gallery-next:not(.swiper-button-disabled):hover {
  background: var(--secondary);
}

.prop-dtl-secF .heading {
  padding: 4.25rem 0;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secF .heading {
    padding: 2.25rem 0;
  }
}
.prop-dtl-secF .map-sec {
  position: relative;
}
.prop-dtl-secF .map-sec .bg {
  line-height: 0;
  height: 675px;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secF .map-sec .bg {
    height: 375px;
  }
}
.prop-dtl-secF .map-sec .bg img, .prop-dtl-secF .map-sec .bg iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.prop-dtl-secF .map-sec .map-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secF .map-sec .map-wrapper .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secF .map-sec .map-wrapper {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    translate: inherit;
  }
}
.prop-dtl-secF .map-sec .map-wrapper .card {
  background: var(--black);
  max-width: 495px;
  padding: 45px 25px;
}
@media only screen and (max-width: 767px) {
  .prop-dtl-secF .map-sec .map-wrapper .card {
    padding: 45px 15px;
  }
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 65px;
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item {
  text-align: center;
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item .ico {
  line-height: 0;
  margin-bottom: 4px;
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item .ico img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item h6, .prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item p {
  color: var(--white);
}
.prop-dtl-secF .map-sec .map-wrapper .card .upper-wrap .item p {
  font-size: 14px;
  line-height: 17px;
}
.prop-dtl-secF .map-sec .map-wrapper .card .bottom-wrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  margin-top: 4rem;
}
.prop-dtl-secF .map-sec .map-wrapper .card .bottom-wrap > * {
  flex: 1;
}

.prop-dtl-secG {
  padding: 4.8rem 0;
}
@media only screen and (max-width: 1024px) {
  .prop-dtl-secG {
    padding: 2.8rem 0;
  }
}/*# sourceMappingURL=property.css.map */