@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  font-weight: 300;
}

.mapsiframe {
  height: calc(100% + 48px);
  position: relative;
  border: 0;
  top: -48px;
}

.mapsiframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sitelocation {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
  top: 10vh;
  color: #fff;
  z-index: 1;
  margin: auto;
}

.sitelocation img {
  max-width: 150px;
  margin: auto;
  display: block;
}

.masterplan {
  position: relative;
  top: 5vh;
  left: 3vw;
}

.masterplan a {
  cursor: pointer;
}

.masterplan .absolute {
  position: absolute;
  left: 0;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 250px;
}

.logo {
  max-width: 150px;
}

.plottingbg {
  position: absolute;
  width: 50vw;
}

area:hover {
  background-color: red;
  opacity: 0.5;
}

.padding-0 {
  padding-right: 0;
  padding-left: 0;
}

.image-map {
  border: 1px dotted #000 !important;
  cursor: pointer;
}

.image-map * {
  border: 1px dotted #000 !important;
  cursor: pointer;
}

.st0 {
  fill: #515151;
  stroke: #998181;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #998181;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  stroke: #998181;
  stroke-miterlimit: 10;
  stroke-dasharray: 19.6606,19.6606;
}

.st3 {
  fill: none;
  stroke: #998181;
  stroke-miterlimit: 10;
  stroke-dasharray: 20,20;
}

.st4 {
  fill: #C9C3C3;
  stroke: #998181;
  stroke-miterlimit: 10;
}

.plotmap * {
  -webkit-transition: .3s fill;
  transition: .3s fill;
  fill: #E2D1BC;
  border: 1px solid #BFAC97 !important;
}

.plotmap *:hover {
  fill: #293A86;
}

.soldplot {
  fill: #E69890;
}

.soldplot * {
  fill: #E69890;
}

.blurbg {
  background-image: url("../image/blurbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.selected {
  fill: #293A85;
}

.modal-dialog {
  max-width: 800px;
}

.modal-header {
  border-bottom: 0;
}

.plotnumnber {
  font-weight: 100;
  font-size: 3rem;
  text-transform: uppercase;
}

.close {
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 1;
  color: #c1c1c1;
  text-shadow: 0 1px 0 #fff;
}

.modal-body {
  padding: 2rem 1rem 1rem 3rem;
}

.status {
  font-weight: 100;
  font-size: 14px;
  padding: 0.5rem 1rem;
  color: #fff;
}

.available {
  background-color: #4CD892;
}

.sold {
  background-color: #D66B4D;
}

.detail {
  color: #293A86;
  font-size: 22px;
}

.icon {
  width: 55px;
  float: left;
}

.area {
  padding-top: 70px;
}

.facing {
  padding-top: 105px;
}

.stitle {
  color: #8D8E93;
  font-size: 18px;
  padding-left: 70px;
  font-weight: 100;
  line-height: 85px;
}

.tabledata tr td {
  padding-right: 10px;
}

.viewmore {
  color: #fff;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.projectdetails {
  position: absolute;
  top: 0;
  right: 10vw;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff !important;
  padding: 7px 15px;
  font-size: 13px;
}

svg a text {
  fill: #848484 !important;
}

svg a text tspan {
  fill: #848484 !important;
}

.roadcol {
  fill: #848484 !important;
}

.st5 {
  fill: none;
  stroke: #998181;
  stroke-miterlimit: 10;
  stroke-dasharray: 20,20;
}

.googlemaps {
  height: 35vh !important;
}

@media (max-width: 600px) {
  body {
    height: 100vh;
  }
  body > .container-fluid {
    height: 100%;
  }
  body > .container-fluid > .row {
    height: 100%;
  }
  .googlemaps {
    display: none;
  }
  .masterplan {
    position: static;
    padding: 2rem 0.5rem 1rem 0.5rem;
    height: 100%;
  }
  .logo {
    position: static;
  }
  .viewmore {
    padding-top: 0;
    font-size: 0.85rem;
  }
  svg {
    width: 100%;
  }
  .modal-body {
    padding: 1rem;
    height: 95vh;
  }
  .plotnumnber {
    font-size: 2rem;
  }
  .icon {
    display: none;
  }
  .stitle {
    padding-left: 0;
    line-height: 35px;
  }
  .detail {
    font-size: 1rem;
  }
  .area {
    padding-left: 0;
    padding-right: 0;
  }
  .projectdetails {
    position: static;
  }
  .absolute {
    right: unset !important;
    top: 1rem !important;
    left: 1rem !important;
  }
  .masterplan a {
    margin-top: 100px;
    position: absolute;
    left: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .masterplan a::after {
    margin-bottom: 3rem;
  }
  .blurbg {
    height: 100vh;
  }
  svg {
    width: 90vh;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 3vh;
    height: 40vh;
    left: -25vw;
    top: 50vw;
    bottom: 0;
    display: inline-block;
    position: fixed;
  }
}
/*# sourceMappingURL=custom.css.map */