/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
@media (max-width: 991px) {
  .sec-header {
    max-width: unset;
  }
}

/* ======================================== */
/* FILTER PROPERTIES */
@media (max-width: 767px) {
  .pl-filter {
    display: none;
  }
}

@media (max-width: 991px) {
  .search-property-mob {
    margin-top: 20px;
  }
  .search-property-mob.fixed-search {
    top: 0;
    margin-top: 0;
  }
}

/* FEATURE PROPERTIES */
.pl-feature {
  padding: 50px 0 0;
}

@media (max-width: 991px) {
  .pl-feature .sec-header {
    max-width: unset;
  }
  .pl-feature .sec-header ul {
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 640px) {
  .pl-feature .sec-header div {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .pl-feature .main-with-mini > li.card-item:not(.card-side) .asset {
    min-height: 445px;
  }
}
@media (max-width: 640px) {
  .pl-feature .main-with-mini .card-item .asset .feature-property {
    top: 0;
    -webkit-transform: unset;
    transform: unset;
  }
  .pl-feature .main-with-mini .card-item .asset .feature-property img {
    max-width: 110px;
  }
}
@media (max-width: 640px) {
  .pl-feature .main-with-mini .card-items .asset .property-info h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .pl-feature .main-with-mini .card-item .asset .property-info .pricing .price > .label::after {
    left: 10%;
  }
}

/* HIGH RISE */
.pl-high-rise {
  padding: 90px 0 0;
}
@media (max-width: 640px) {
  .pl-high-rise {
    padding-top: 70px;
  }
}

/* MID RISE */
.pl-mid-rise {
  padding: 45px 0 0;
}

/* SUBDIVISIONS */
.pl-subdivision {
  padding: 45px 0 65px;
}

/* CITIES */
.pl-cities {
  padding: 90px 0;
}
@media (max-width: 640px) {
  .pl-cities {
    padding: 50px 0;
  }
}

/* CONTACT */
.pl-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* LEISURE */
.pl-leisure {
  position: relative;
}
@media (max-width: 991px) {
  .pl-leisure > figure img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pl-leisure .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
}
@media (max-width: 640px) {
  .pl-leisure .content {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .pl-leisure .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pl-leisure .content .logo {
  margin-right: 50px;
}
@media (max-width: 640px) {
  .pl-leisure .content .logo {
    width: 100%;
    margin-right: 0;
  }
}
.pl-leisure .content .logo img {
  width: 300px;
}
@media (max-width: 991px) {
  .pl-leisure .content .logo img {
    margin: 0 auto;
    width: 200px;
  }
}

.pl-leisure .content .info {
  width: 100%;
}
@media (max-width: 640px) {
  .pl-leisure .content .info {
    width: 70%;
  }
}
.pl-leisure .content .info h2 {
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .pl-leisure .content .info h2 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.pl-leisure .content .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .pl-leisure .content .info > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pl-leisure .content .info > div p {
  position: relative;
}
.pl-leisure .content .info > div p:not(:last-of-type) {
  padding-right: 25px;
}
.pl-leisure .content .info > div p::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
}
@media (max-width: 991px) {
  .pl-leisure .content .info > div p:nth-child(2)::after {
    display: none;
  }
}
.pl-leisure .content .info .units span {
  position: relative;
}
@media (max-width: 991px) {
  .pl-leisure .content .info .units span {
    width: 50%;
  }
}
.pl-leisure .content .info .units span:first-of-type {
  padding-right: 15px;
}
.pl-leisure .content .info .units span:first-of-type::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(16deg);
  transform: translateY(-50%) rotate(16deg);
}
@media (max-width: 640px) {
  .pl-leisure .content .info .price {
    margin-top: 5px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .pl-leisure .content .meta {
    margin: 0 auto;
    margin-right: 0;
  }
}
.pl-leisure .content .meta div {
  background-color: #fd6b00;
  border-radius: 50%;
  height: 88px;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pl-leisure .content .meta img {
  width: 100%;
}

.compare {
  position: fixed;
  width: 100%;
  top: 0;
  min-height: 77px;
  z-index: 9004;
  display: block;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.5);
  z-index: 10014;
}

.compare-content {
  background-color: #f7f7f7;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
}
.compare-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.compare .flex li:first-child {
  width: 23%;
  padding-left: 0;
}

.compare h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  opacity: 0.4;
}

.compare .flex li {
  width: 20%;
  padding: 10px 10px;
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .custom-card-properties .owl-carousel:has(> .card-item:only-child) {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-card-properties .owl-carousel:has(> *:nth-child(2)):not(:has(> *:nth-child(3))) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-card-properties .owl-carousel:has(> *:nth-child(3)):not(:has(> *:nth-child(4))) {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .custom-card-properties .owl-carousel .card-item:only-child {
    position: relative;
    width: 100%;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .asset > a figure::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 70%);
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info {
    position: absolute;
    left: 24px;
    bottom: 24px;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info .h5-text a,
.custom-card-properties .owl-carousel .card-item:only-child .info .meta,
.custom-card-properties .owl-carousel .card-item:only-child .info .pricing > .label,
.custom-card-properties .owl-carousel .card-item:only-child .info .pricing > .number {
    color: #fff;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info .unit-box li {
    border-color: #fff;
    color: #fff;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info .unit-box li.disabled {
    border-color: #414141;
    background-color: #414141;
    color: #fff;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info .cta-btns a {
    border-color: #ffffff;
    color: #fff;
  }
  .custom-card-properties .owl-carousel .card-item:only-child .info .cta-btns a.active {
    background-color: #10398e;
    border-color: #10398e;
  }
}