/* ===== 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;
  }
}
@media (max-width: 480px) {
  .sec-header h2 {
    max-width: 330px;
  }
}
@media (max-width: 640px) {
  .sec-header h3 {
    font-size: 1.125rem;
  }
}
.sec-header h1 + .desc {
  margin-top: 15px;
}
.sec-header h1 + .total-properties {
  margin-top: 30px;
}
.sec-header .desc {
  max-width: 80%;
}
.sec-header .desc > * {
  line-height: 1.4;
}
.sec-header .desc + .total-properties {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .search-property-mob {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .search-property-mob.fixed-search {
    margin-top: -30px;
  }
}

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

/* ALL PROPERTIES */
.lc-all-properties {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .lc-all-properties {
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .lc-all-properties .cardlist-04 {
    margin: 0 -15px;
  }
}
@media (max-width: 640px) {
  .lc-all-properties .cardlist-04 > div {
    width: calc(50% - 10px);
  }
}

/* SOON TO RISE */
.lc-soon {
  padding-top: 40px;
}

/* WHY THIS CITY */
.lc-why-city {
  position: relative;
  padding-top: 57px;
}
.lc-why-city > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
}
@media (max-width: 640px) {
  .lc-why-city > img {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lc-why-city .container {
  position: relative;
  z-index: 1;
}
.lc-why-city .content--body {
  margin-top: 30px;
  width: 100%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .lc-why-city .content--body {
    max-width: unset;
  }
}
.lc-why-city .content--body a {
  color: #53a700;
  font-weight: 400;
  text-decoration: underline;
}
.lc-why-city .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .lc-why-city .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px -15px 0;
  }
}
.lc-why-city .info-list h3 {
  margin-bottom: 20px;
}
.lc-why-city .info-list > li {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  .lc-why-city .info-list > li {
    padding: 0 15px;
    width: calc(50% - 15px);
    max-width: unset;
    margin-top: 20px;
  }
}
.lc-why-city .info-list > li:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .lc-why-city .info-list > li:not(:last-of-type) {
    margin-right: 0;
  }
}
.lc-why-city .info-list li > ul,
.lc-why-city .ifno-list li > ol {
  padding-left: 18px;
}
.lc-why-city .info-list li > ul li,
.lc-why-city .info-list li > ol li {
  margin-bottom: 15px;
  list-style: disc;
  color: #595959;
  line-height: 1.22;
}

/* LOCATION MAP */
.lc-map {
  padding-top: 114px;
}
@media (max-width: 640px) {
  .lc-map {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .lc-map .sec-header .ul {
    display: none;
  }
}
@media (max-width: 991px) {
  .lc-map .sec-header div > ul > li:nth-child(1) {
    min-width: 150px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header div > ul > li:nth-child(1) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .lc-map .sec-header div > ul > li:nth-child(2) {
    min-width: 120px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header div > ul > li:nth-child(2) {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header div > ul > li {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header.with-fields > div {
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header.with-fields > div ul {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .lc-map .sec-header .custom-select select,
.lc-map .sec-header .custom-checkbox label {
    font-size: 1rem;
    color: #595959;
  }
}
.lc-map .sec-header.with-fields > div > ul .custom-select label {
  right: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
@media (max-width: 640px) {
  .lc-map .sec-header.with-fields > div > ul .custom-select select {
    right: 5%;
    padding-right: 30px;
  }
}
.lc-map .custom-checkbox input[type=checkbox]:checked + label:after, .lc-map .custom-checkbox input[type=radio]:checked + label:after {
  -webkit-transform: translate(0%, -60%);
  transform: translate(0%, -60%);
}

/* INVESTMENT  */
.lc-invest {
  padding-top: 85px;
}

/* CONTACT  */
.lc-contact {
  padding-top: 18px;
  padding-bottom: 85px;
}