@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner .scroll-btn {
  margin-top: 2rem;
}

.project-listing-secA {
  padding: 62px 0;
  background: var(--black);
  --padding: 4rem;
}
@media only screen and (max-width: 1366px) {
  .project-listing-secA {
    --padding: 3rem;
  }
}
@media only screen and (max-width: 1330px) {
  .project-listing-secA {
    --padding: 30px;
  }
}
@media only screen and (max-width: 1152px) {
  .project-listing-secA {
    --padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .project-listing-secA {
    --padding: 15px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 345px) {
  .project-listing-secA {
    --padding: 13px;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec {
  padding-right: var(--padding);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1330px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1152px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec {
    padding-right: 0;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab {
  flex: 1;
  padding-right: 0;
  display: flex;
  justify-content: center;
  padding-left: 10rem;
}
@media only screen and (max-width: 991px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab {
    padding-right: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  transition: 0.5s ease;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li {
    font-size: 14px;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li:not(:last-child) {
  margin-right: 3.75rem;
}
@media only screen and (max-width: 1330px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gradient);
  width: 0;
  transition: 0.5s ease;
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li.active {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .project-listing-secA-proprty-tab li.active::before {
  width: 100%;
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .property-nav-tab {
  flex: 0 1 auto;
}
@media only screen and (max-width: 767px) {
  .project-listing-secA .project-listing-secA-wrapper .upper-sec .property-nav-tab {
    display: none;
  }
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .property-nav-tab .project-listing-secA-property-nav button {
  border: none;
}
.project-listing-secA .project-listing-secA-wrapper .upper-sec .property-nav-tab .project-listing-secA-property-nav button:hover {
  background: none;
}
.project-listing-secA .project-listing-secA-wrapper .project-listing-secA-proprty-tab-content .tabs {
  transition: 0.5s ease;
}
.project-listing-secA .project-listing-secA-wrapper .project-listing-secA-proprty-tab-content .tabs:not(.active) {
  transform: translateY(20px);
}

.banner:not(.banner-banner)::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 9.5%, #000000 100%);
}
.banner.property-detail-banner .banner-wrapper {
  bottom: 25%;
}
@media only screen and (max-width: 991px) {
  .banner.property-detail-banner .banner-wrapper {
    bottom: 0%;
  }
}
.banner.property-detail-banner .flex .colA {
  flex: 1;
  padding-right: 3rem;
}
@media only screen and (max-width: 991px) {
  .banner.property-detail-banner .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.banner.property-detail-banner .flex .colA .content h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: "Zolina";
  font-size: 48px;
  font-weight: 300;
  line-height: 68px;
  text-align: left;
}
.banner.property-detail-banner .flex .colA .content .lctn2 {
  margin-top: 10px;
  font-family: "Scandia";
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .banner.property-detail-banner .flex .colA .content .lctn2 {
    font-size: 14px;
    --arrow: 15px;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.property-detail-banner .flex .colA .content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .flex .colA .content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.property-detail-banner .flex .colA .content h1 {
    font-size: 30px;
  }
}
.banner.property-detail-banner .flex .colA .content-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .flex .colA .content-bottom {
    gap: 0px;
  }
}
.banner.property-detail-banner .flex .colA .content-bottom .box {
  text-align: center;
  padding: 0px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .flex .colA .content-bottom .box {
    padding: 0px 5px 15px;
  }
}
.banner.property-detail-banner .flex .colA .content-bottom .box:first-child {
  padding-left: 0;
}
.banner.property-detail-banner .flex .colA .content-bottom .box:nth-child(2) {
  border-left: 1px solid #9A9797;
  border-right: 1px solid #9A9797;
  padding: 0 30px 15px;
}
@media only screen and (max-width: 767px) {
  .banner.property-detail-banner .flex .colA .content-bottom .box:nth-child(2) {
    padding: 0px 5px 15px;
  }
}
.banner.property-detail-banner .flex .colA .content-bottom .icon {
  margin-bottom: 5px;
}
.banner.property-detail-banner .flex .colA .content-bottom .text {
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white);
}
.banner.property-detail-banner .flex .colA .content-bottom .value {
  font-family: "Scandia";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.top-fixedStrip {
  display: flex;
  gap: 50px;
}
.top-fixedStrip .btn {
  border-radius: 0px;
  background: var(--gradient);
  color: var(--black);
  border: none;
  position: absolute;
  right: 0;
  overflow: hidden;
  height: 100%;
  transition: background 0.6s ease;
}
.top-fixedStrip .btn:hover {
  background: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .top-fixedStrip .btn {
    display: none;
  }
}

.stripDetpScrol {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
  position: sticky;
  top: 60px;
  z-index: 2;
  background: var(--gradient-b);
  white-space: nowrap;
  overflow-x: auto;
}
@media only screen and (max-width: 991px) {
  .stripDetpScrol {
    top: 62px;
  }
}
.stripDetpScrol .srolToSec {
  display: flex;
  gap: 0 6px;
  flex: 0 1 80%;
}
.stripDetpScrol .srolToSec .tab {
  padding: 12px 18px;
  color: var(--text);
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.stripDetpScrol .srolToSec .tab:not(:last-child) {
  border-right: 1px solid rgb(53, 53, 53);
}
.stripDetpScrol .srolToSec .tab:last-child {
  position: relative;
}
.stripDetpScrol .srolToSec .tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondary);
  width: 0;
  transition: 0.5s ease;
}
.stripDetpScrol .srolToSec .tab.active::after {
  width: 100%;
}

.prop-detail-secA {
  padding: 64px 0 80px;
  background: url("../../images/shadow-bg.png"), url("../../images/shadow-bg.png") var(--black);
  background-repeat: no-repeat;
  background-position: 135% 100%, -45% 199%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secA {
    padding: 35px 0;
  }
}
.prop-detail-secA .flex {
  align-items: center;
}
.prop-detail-secA .flex .colB {
  flex: 1;
  padding-left: 5rem;
}
@media only screen and (max-width: 1200px) {
  .prop-detail-secA .flex .colB {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .prop-detail-secA .flex .colB {
    flex: 0 1 100%;
    padding-right: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secA .flex .colB {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .prop-detail-secA .flex .colB .heading.h-medium {
    width: 100%;
  }
}
.prop-detail-secA .flex .colB .heading h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .prop-detail-secA .flex .colB .heading h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.prop-detail-secA .flex .colB .heading p {
  color: var(--text);
  font-family: "Scandia";
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Scandia;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.prop-detail-secA .flex .colB .heading p:not(:first-of-type) {
  margin-top: 35px;
}
.prop-detail-secA .flex .colB .heading .rera-content {
  font-weight: 500;
  color: rgb(163, 163, 163);
}
.prop-detail-secA .flex .colB .heading .rera-content span {
  color: rgb(255, 255, 255);
}
.prop-detail-secA .flex .colA {
  flex: 0 1 50%;
}
@media only screen and (max-width: 991px) {
  .prop-detail-secA .flex .colA {
    flex: 0 1 100%;
  }
}
.prop-detail-secA .flex .colA figure {
  line-height: 0;
}
.prop-detail-secA .flex .colA figure img {
  width: 100%;
}

.prop-detail-secB {
  background: #0F0F0F;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB {
    padding: 2rem 0;
  }
}
.prop-detail-secB .md-col-b .head-sec {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .prop-detail-secB .md-col-b .head-sec {
    margin-bottom: 30px;
    margin-right: 15px;
  }
}
.prop-detail-secB .md-col-b .head-sec .amenities-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB .md-col-b .head-sec .amenities-nav {
    display: none;
  }
}
.prop-detail-secB .md-col-b .head-sec .amenities-nav .owl-prev img, .prop-detail-secB .md-col-b .head-sec .amenities-nav .owl-next img {
  height: 44px;
  width: 44px;
  border: 1px solid var(--secondary);
  padding: 10px;
  border-radius: 25px;
}
.prop-detail-secB .md-col-b .head-sec .amenities-nav .owl-prev img:hover, .prop-detail-secB .md-col-b .head-sec .amenities-nav .owl-next img:hover {
  background: #ccc;
}
.prop-detail-secB .md-col-b h3 {
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .prop-detail-secB .md-col-b h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB .md-col-b h3 {
    font-size: 30px;
  }
}
.prop-detail-secB .md-col-b .amenities-slider {
  margin-bottom: 50px;
}
.prop-detail-secB .md-col-b .amenities-slider .owl-stage {
  display: flex;
}
.prop-detail-secB .md-col-b .amenities-slider .owl-stage .owl-item {
  height: auto;
}
.prop-detail-secB .md-col-b .amenities-slider .item {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.prop-detail-secB .md-col-b .amenities-slider .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.prop-detail-secB .md-col-b .amenities-slider .item figure {
  height: 100%;
  line-height: 0;
}
.prop-detail-secB .md-col-b .amenities-slider .item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prop-detail-secB .md-col-b .amenities-slider .item figcaption {
  text-align: center;
  padding: 0 15px 30px;
  color: var(--white);
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB .md-col-b .amenities-slider .item figcaption {
    font-size: 18px;
    padding: 0 15px 20px;
  }
}
.prop-detail-secB .md-col-b .btn-div {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 33%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .prop-detail-secB .md-col-b .btn-div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB .md-col-b .btn-div {
    flex-direction: column;
  }
}
.prop-detail-secB .md-col-b .btn-div .btn-pro-banner {
  flex: 1;
  background: none;
  border: 1px solid var(--primary);
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secB .md-col-b .btn-div .btn-pro-banner {
    width: 100%;
  }
}
.prop-detail-secB .md-col-b .btn-div .btn-pro-banner path {
  fill: var(--black);
}
.prop-detail-secB .md-col-b .btn-div .btn-pro-banner:not(.btn-btn) {
  position: relative;
  background: var(--gradient);
  color: var(--black);
  border: none;
}
.prop-detail-secB .md-col-b .btn-div .btn-btn {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prop-detail-secC {
  padding: 62px 0;
  background: url("../../images/shadow-bg.png") var(--black);
  background-repeat: no-repeat;
  background-position: 115% 180%;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secC {
    padding: 30px 0;
  }
}
.prop-detail-secC .upper-sec {
  margin-bottom: 2.3rem;
}
.prop-detail-secC .upper-sec .heading h3 {
  text-align: center;
  color: var(--white);
  font-family: Zolina;
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secC .upper-sec .heading h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.prop-detail-secC .highlights-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 25px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secC .highlights-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
  }
}
.prop-detail-secC .highlights-wrap .item {
  text-align: center;
  border-radius: 0px;
  background: var(--gradient-c);
  overflow: hidden;
}
.prop-detail-secC .highlights-wrap .item .card {
  padding: 30px;
  margin: 1px;
  background: var(--gradient-c);
  border-radius: 0px;
  position: relative;
  height: 192px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secC .highlights-wrap .item .card {
    padding: 0 10px;
    height: 166px;
  }
}
.prop-detail-secC .highlights-wrap .item .card .ico {
  width: 31px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 24px;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "Scandia";
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.prop-detail-secC .highlights-wrap .item .card p {
  color: var(--white);
  line-height: 1.3;
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  width: 208px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secC .highlights-wrap .item .card p {
    width: 100%;
  }
}

.prop-detail-secD {
  padding: 62px 0;
  background: var(--black);
}
@media only screen and (max-width: 767px) {
  .prop-detail-secD {
    padding: 30px 0;
  }
}
.prop-detail-secD .upper-sec {
  margin-bottom: 2.3rem;
}
.prop-detail-secD .upper-sec .heading h3 {
  text-align: center;
  color: var(--white);
  font-family: Zolina;
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secD .upper-sec .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secD .upper-sec .slider-nav {
    display: none;
  }
}
.prop-detail-secD .floor-plan-col {
  border: none;
  border-radius: 5px;
}
.prop-detail-secD .floor-plan-col .card {
  padding: 0;
  background: var(--gradient-b);
  padding-bottom: 20px;
  border-radius: 5px;
  border: none;
}
.prop-detail-secD .floor-plan-col .card figure {
  line-height: 0;
  margin: 0;
  text-align: center;
  border: none;
}
.prop-detail-secD .floor-plan-col .card figure img {
  width: 100%;
  height: 254px;
  -o-object-fit: contain;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secD .floor-plan-col .card figure img {
    max-height: 200px;
  }
}
.prop-detail-secD .floor-plan-col .card figcaption .title-col {
  border-top: none;
  padding: 20px;
}
.prop-detail-secD .floor-plan-col .card figcaption .title-col h6 {
  font-family: "Scandia";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
}
.prop-detail-secD .floor-plan-col .card figcaption .title-col .ar-flr {
  color: #fff;
  font-family: Scandia;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.prop-detail-secD .floor-plan-col .card figcaption .btn-pro-banner {
  --heigth: 52px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  width: 90%;
  margin: 0 20px;
  border-radius: 0;
}
.prop-detail-secD .floor-plan-col .card figcaption .btn-pro-banner:hover path {
  fill: var(--black);
}
.prop-detail-secD .floor-plan-col .card figcaption .btn-pro-banner svg {
  width: 14px;
}
.prop-detail-secD .floor-plan-col .card figcaption .btn-pro-banner svg path {
  fill: var(--black);
}

.prop-detail-secE {
  position: relative;
  background: #0F0F0F;
}
.prop-detail-secE .item {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-detail-secE .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.prop-detail-secE .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prop-detail-secE .item figcaption {
  text-align: center;
  color: var(--white);
  position: absolute;
  bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "Zolina";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secE .item figcaption {
    font-size: 18px;
    padding: 0 15px 20px;
    bottom: 15px;
  }
}
.prop-detail-secE .swiper-pagination {
  margin: 0 auto;
  display: flex;
  background: #000;
  width: 10% !important;
  padding: 10px;
  border-radius: 15px;
  justify-content: space-evenly;
  position: absolute;
  bottom: 50px !important;
  left: 0 !important;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secE .swiper-pagination {
    width: 40% !important;
    bottom: 10px !important;
  }
}
.prop-detail-secE .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: gray;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s;
}
.prop-detail-secE .swiper-pagination-bullet-active {
  background: var(--gradient);
}

.prop-detail-secF {
  background: #0F0F0F;
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secF {
    padding: 30px 0;
  }
}
.prop-detail-secF .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secF .heading {
    margin-bottom: 30px;
  }
}
.prop-detail-secF .heading h3 {
  color: var(--white);
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .prop-detail-secF .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secF .heading h3 {
    font-size: 30px;
  }
}
.prop-detail-secF .advantage-wrap {
  --dot: 14px;
}
.prop-detail-secF .advantage-wrap::before {
  top: auto;
  height: 1px;
  bottom: var(--dot);
  color: #000;
}
.prop-detail-secF .advantage-slider {
  padding: 0 15px;
  padding-bottom: var(--dot);
}
.prop-detail-secF .advantage-slider .item {
  text-align: center;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 48px;
}
.prop-detail-secF .advantage-slider .item::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: auto;
  bottom: calc(var(--dot) / -2);
  right: auto;
  left: 50%;
  translate: -50% 0;
  background: var(--gradient);
}
.prop-detail-secF .advantage-slider .item .ico {
  line-height: 0;
  margin-bottom: 16px;
}
.prop-detail-secF .advantage-slider .item .ico img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prop-detail-secF .advantage-slider .item .loc, .prop-detail-secF .advantage-slider .item .dst {
  font-size: 16px;
  line-height: 1.2;
}
.prop-detail-secF .advantage-slider .item .loc {
  color: var(--text);
  margin-bottom: 12px;
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}
.prop-detail-secF .advantage-slider .item .dst {
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: var(--white);
}
.prop-detail-secF .advantage-slider .swiper-nav .swiper-prev svg path, .prop-detail-secF .advantage-slider .swiper-nav .swiper-next svg path {
  fill: var(--white);
}
.prop-detail-secF .btn-div {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 33%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .prop-detail-secF .btn-div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .prop-detail-secF .btn-div {
    flex-direction: column;
  }
}
.prop-detail-secF .btn-div .btn-pro-banner {
  flex: 1;
  background: none;
  border: 1px solid var(--primary);
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secF .btn-div .btn-pro-banner {
    width: 100%;
  }
}
.prop-detail-secF .btn-div .btn-pro-banner path {
  fill: var(--black);
}
.prop-detail-secF .btn-div .btn-pro-banner:not(.btn-btn) {
  position: relative;
  background: var(--gradient);
  color: var(--black);
  border: none;
}
.prop-detail-secF .btn-div .btn-btn {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prop-detail-secG {
  background: var(--black);
  line-height: 0;
}
.prop-detail-secG iframe {
  height: calc(100vh - var(--headerfixed));
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .prop-detail-secG iframe {
    height: calc(70vh - var(--headerfixed));
  }
}

.prop-detail-secH {
  padding: 60px 0 75px;
  background: var(--black);
}
@media only screen and (max-width: 767px) {
  .prop-detail-secH {
    padding: 30px 0;
  }
}
.prop-detail-secH .upper-sec {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secH .upper-sec {
    margin-bottom: 30px;
  }
}
.prop-detail-secH .upper-sec .heading h2 {
  color: var(--white);
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 400;
  line-height: 54.72px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secH .upper-sec .heading h2 {
    font-size: 30px;
  }
}
.prop-detail-secH .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 0;
}
.prop-detail-secH .upper-sec .slider-nav .swiper-prev, .prop-detail-secH .upper-sec .slider-nav .swiper-next {
  --size: 40px;
  pointer-events: all;
  ser-select: auto;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: tranparent;
  border: 1px solid var(--secondary);
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .prop-detail-secH .upper-sec .slider-nav .swiper-prev, .prop-detail-secH .upper-sec .slider-nav .swiper-next {
    display: none;
  }
}
.prop-detail-secH .upper-sec .slider-nav .swiper-prev path, .prop-detail-secH .upper-sec .slider-nav .swiper-next path {
  fill: var(--secondary);
}
.prop-detail-secH .upper-sec .slider-nav .swiper-prev svg, .prop-detail-secH .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}
.prop-detail-secH .upper-sec .slider-nav .swiper-prev.swiper-button-disabled, .prop-detail-secH .upper-sec .slider-nav .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.prop-detail-secH .upper-sec .slider-nav:has(.swiper-button-lock) {
  display: none !important;
}
.prop-detail-secH .upper-sec .slider-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .prop-detail-secH .upper-sec .slider-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.prop-detail-secH .upper-sec .slider-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.prop-detail-secH .upper-sec .slider-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prop-detail-secH .upper-sec .slider-nav.icon-width-auto .swiper-next svg, .prop-detail-secH .upper-sec .slider-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}
.prop-detail-secH .property-col {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
}
.prop-detail-secH .property-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.prop-detail-secH .property-col .figure img {
  width: 100%;
  transition: 0.5s ease;
  transform-origin: top;
}
.prop-detail-secH .property-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.prop-detail-secH .property-col .figcaption {
  padding: 15px;
  background: rgb(255, 255, 255);
}
.prop-detail-secH .property-col .figcaption .ttl {
  display: block;
  color: var(--black);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 450;
  margin-bottom: 5px;
  font-family: "Zolina";
}
.prop-detail-secH .property-col .figcaption .lctn {
  font-size: 13px;
  color: var(--text);
  font-family: "Zolina";
}
.prop-detail-secH .property-col .figcaption .projFetu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prop-detail-secH .property-col .figcaption .prc {
  font-family: "Scandia";
  font-size: 20px;
  font-weight: 400;
}
.prop-detail-secH .property-col .figcaption .btm-wrp {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.prop-detail-secH .lower-sec {
  text-align: center;
}
.prop-detail-secH .lower-sec .readmore {
  margin-top: 50px;
}
.prop-detail-secH .lower-sec .readmore a {
  display: inline-block;
  color: var(--black);
  font-weight: 500;
  transition: 0.5s ease;
  font-size: 18px;
}
.prop-detail-secH .lower-sec .readmore a span, .prop-detail-secH .lower-sec .readmore a img, .prop-detail-secH .lower-sec .readmore a svg {
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s ease;
}
.prop-detail-secH .lower-sec .readmore a img, .prop-detail-secH .lower-sec .readmore a svg {
  margin-left: 13px;
  transform: translateY(0);
  transition: 0.5s ease;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 13px;
}
.prop-detail-secH .lower-sec .readmore a img path, .prop-detail-secH .lower-sec .readmore a svg path {
  fill: var(--black);
}
.prop-detail-secH .lower-sec .readmore a:hover {
  color: var(--primary);
}
.prop-detail-secH .lower-sec .readmore a:hover img, .prop-detail-secH .lower-sec .readmore a:hover svg {
  transform: translateY(-7px);
}
.prop-detail-secH .lower-sec .readmore a:hover svg path {
  fill: var(--primary);
}/*# sourceMappingURL=project.css.map */