@media only screen and (max-width: 576px) {
  .project_location__map {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .project_facilities__content--item {
    padding: 0px 0px 0px 15px;
  }
  .area_size {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 40px;
    width: 220px;
    height: 100%;
  }
  .plot_condition {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (min-width: 576px) {
  .project_facilities_location__map {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .project_facilities__content--item {
    padding: 0px 0px 0px 25px;
  }
  .area_size {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 40px;
    width: 220px;
    height: 100%;
  }
  .plot_condition {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .project_facilities__img {
    background-color: #387167;
  }
  .project_facilities__img img {
    -webkit-clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(21% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .project_facilities__content--item {
    padding: 0px 0px 0px 35px;
  }
  .project_location__map {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .area_size {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 300px;
    height: 160px;
  }
  .plot_condition {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}

@media only screen and (min-width: 1250px) {
  .area_size {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 300px;
    height: 170px;
  }
  .plot_condition {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
  .project_facilities__content--item {
    padding: 0px 0px 0px 55px;
  }
}

@media only screen and (min-width: 1400px) {
  .area_size {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 300px;
    height: 180px;
  }
  .plot_condition {
    position: absolute;
    bottom: 65px;
    left: 65px;
  }
}

h1 {
  font-weight: 700;
}

.project_content:nth-child(3) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project_content__img img {
  width: 100%;
}

.project_facilities__content {
  background-color: #387167;
  color: white;
}

.project_facilities__img img {
  height: 100%;
  width: auto !important;
  margin-left: auto;
}

.project_location__map {
  height: 500px;
}

.project_location__map iframe {
  width: 100%;
}

.project_location__text h3 {
  color: #f29145;
}

.project_details__item {
  -webkit-clip-path: polygon(0% 20%, 20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 20%, 20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project_details__item .project_image--hover {
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project_details__item:nth-child(3) .project_image--hover {
  left: 12.5%;
}

.project_details__item:hover {
  background-color: #387167;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project_details__item:hover .project_image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.project_details__item:hover .project_image--hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.project_details__item:hover h4 {
  color: white;
}

.project_details .row div h4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project_details .row div:hover h4 {
  color: white !important;
}

.project_details__img img {
  width: 2.5rem;
}

.plot_map {
  position: relative;
}

.area_size {
  display: none;
  border: 1px solid #ac5050;
  border-radius: 15px;
}

.area_size__content {
  color: #C53434;
  font-weight: bold;
}

.plot_condition__color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.plot_condition__color--sold {
  background-color: #E49F96;
  border: 1px solid #BB3939;
}

.plot_condition__color--available {
  background-color: #fdf7df;
  border: 1px solid #C18F8F;
}

.plot_condition__color--reserved {
  background-color: #FF940A;
  border: 1px solid #CF0000;
}

.plot_condition__color--recreation_zone {
  background-color: #76BA56;
  border: 1px solid #CF0000;
}

.plot_map_section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.svg_hover path, polygon, rect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.svg_hover path:hover, .svg_hover polygon:hover {
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */