html {
  overflow: auto;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

/**
  HOMEPAGE
 */
/* Style for our header texts
   * --------------------------------------- */
h1 {
  font-size: 5em;
  font-family: arial,helvetica;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
  text-align: center;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section1,
#section2,
#section3 {
  background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#background01 {
  background-image: url(../../assets/images/home/Banner_Home_Building_1920.jpg);
}

#background02 {
  background-image: url(../../assets/images/home/Banner_Home_Pool_1920.jpg);
  padding: 6% 0 0 0;
}

#background03 {
  background-image: url(../../assets/images/home/Banner_Home_Apartments_1920.jpg);
  padding: 6% 0 0 0;
}

#background04 {
  background-image: url(../../assets/images/home/Banner_Home_Branded_Residences_1920.jpg);
  padding: 6% 0 0 0;
}

#section3 h1 {
  color: #000;
}

#section1 h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  color: #fff;
}

#section2 .intro {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
}

#section2 h1,
#section2 p {
  text-shadow: 1px 5px 20px #000;
}

#section3 h1,
#section3 p {
  text-shadow: 1px 5px 20px #000;
  color: #fff;
}

.page-home h1 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 55px;
  color: white;
  letter-spacing: 1px;
  line-height: 60px;
  margin-bottom: 50px;
}

.page-home h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: white;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.page-home a {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 20px 60px;
  background-color: #8f6d4f;
}

.footer-home {
  position: absolute;
  bottom: 0px;
  z-index: 50;
}

.footer-home p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-home a {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  padding: 0 20px;
  vertical-align: top;
}

.footer-home a:hover {
  font-weight: bold;
}

.footer-home span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
  vertical-align: top;
}

#logo {
  height: 95px;
  margin: 10px auto;
}

.home #navbars {
  position: absolute;
  right: 35px;
  top: 30px;
}

.home #navbars .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 20px;
}

.navbar-global .navbar {
  float: right;
  margin-top: -40px;
}

.navbar-global .navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #8f6d4f !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 25px;
}

.navbar-global .logo {
  margin: 0 auto;
  padding-top: 30px;
}

.navbar-global .logo img {
  width: 235px;
}

.menu-left {
  width: 575px;
  background-color: white;
  z-index: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
}

.menu-left h4 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  color: #8f6d4f;
  letter-spacing: 1px;
  margin-top: 115px;
  margin-bottom: 50px;
}

.menu-left label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #8f6d4f;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

.menu-left span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #8f6d4f;
  margin-left: 15px;
}

.menu-left input[type="text"] {
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #8f6d4f;
  width: 70%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #8f6d4f;
}

.menu-left a {
  background-color: transparent;
  color: #26374c;
  border-bottom: 1px solid #26374c;
  text-transform: none;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
}

.menu-left button {
  margin-top: 80px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 60px;
  border: none;
  background-color: #8f6d4f;
}

.menu-left .actions {
  margin-top: 35px;
}

.menu-left .actions a {
  background-color: transparent;
  color: #26374c;
  border-bottom: none;
  text-transform: none;
  padding: 0;
  color: #8f6d4f;
  cursor: pointer;
  font-size: 18px;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8f6d4f;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f6d4f;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f6d4f;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 16px;
  width: 16px;
  border: 1px solid #cccdcd;
}

input[type="checkbox"]:checked {
  background: #8f6d4f;
}

input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 17%;
  width: 25%;
  height: 55%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="checkbox"]:checked:after {
  display: block;
}

*:focus {
  outline: none;
}

.bk-gray {
  background-color: #f6f6f6;
}

.page-terms {
  margin-top: 105px;
  padding-bottom: 100px;
}

.page-terms h2 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #8f6d4f;
  letter-spacing: 1px;
  margin-bottom: 55px;
}

.page-terms p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #324458;
  margin-bottom: 30px;
}

.page-terms p.small {
  font-size: 12px;
}

.footer {
  height: 210px;
  background-color: #324458;
  padding: 40px 125px 0 125px;
  position: relative;
}

.footer h4 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
}

.footer p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #be9c7f;
  line-height: 30px;
  margin-top: 10px;
}

.footer .footer-bottom {
  padding-top: 15px;
}

.footer .footer-bottom p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #be9c7f;
  text-transform: uppercase;
}

.footer .footer-bottom span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #be9c7f;
  margin-left: 20px;
  margin-right: 20px;
}

.footer .footer-bottom a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #be9c7f;
}

.footer .footer-bottom a:hover {
  color: white;
  text-decoration: none;
}

.menu-enquiry {
  position: absolute;
  bottom: 0;
  background-color: #8f6d4f;
  z-index: 600;
  width: 78px;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.menu-enquiry a {
  color: white;
}

.page-contact h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #8f6d4f;
  font-weight: 200;
  letter-spacing: 50px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-contact h5 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #8f6d4f;
  font-weight: normal;
  margin-top: 95px;
}

.page-contact p {
  margin: 50px 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-bottom: 95px;
}

.page-contact .address {
  background-color: #324458;
}

.page-contact img {
  height: 850px;
  width: 100%;
}

#form-contact {
  width: 575px;
  background-color: white;
  z-index: 400;
  text-align: center;
  margin: 0 auto;
}

#form-contact h4 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  color: #8f6d4f;
  letter-spacing: 1px;
  margin-top: 115px;
  margin-bottom: 50px;
}

#form-contact label {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #8f6d4f;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

#form-contact span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #8f6d4f;
  margin-left: 15px;
}

#form-contact input[type="text"] {
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #8f6d4f;
  width: 70%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #8f6d4f;
}

#form-contact a {
  background-color: transparent;
  color: #26374c;
  border-bottom: 1px solid #26374c;
  text-transform: none;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
}

#form-contact button {
  margin-top: 80px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 60px;
  border: none;
  background-color: #8f6d4f;
}

.page-retail h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #8f6d4f;
  font-weight: 200;
  letter-spacing: 50px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-retail .section-1 {
  background-color: #324458;
  height: 600px;
}

.page-retail .section-1 h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
  margin-top: 100px;
  margin-bottom: 42px;
}

.page-retail .section-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: white;
}

.page-retail .section-1 img {
  position: absolute;
  right: 0;
}

.page-retail .section-2 {
  margin: 100px 0;
}

.page-residence h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #8f6d4f;
  font-weight: 200;
  letter-spacing: 50px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-residence .section-1 {
  background-color: #324458;
  height: 672px;
}

.page-residence .section-1 h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
  margin-top: 100px;
  margin-bottom: 42px;
}

.page-residence .section-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: white;
}

.page-residence .section-1 img {
  position: absolute;
  right: 0;
  height: 570px;
  width: 100%;
}

.page-residence .section-2 {
  margin: 100px 0 130px 0;
}

.page-residence .section-2 h4 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
}

.page-residence .section-2 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #324458;
  margin-top: 45px;
}

.page-residence .section-2 .first {
  border-right: 1px solid #324458;
}

.page-residence .section-3 {
  margin-bottom: 100px;
}

.page-residence .section-4 {
  background-color: #324458;
  height: 615px;
  margin-bottom: 100px;
}

.page-residence .section-4 h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
  margin-top: 100px;
  margin-bottom: 42px;
}

.page-residence .section-4 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: white;
}

.page-residence .section-4 ul {
  padding-left: 20px;
}

.page-residence .section-4 li {
  color: white;
}

.page-residence .section-4 img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 570px;
  width: 100%;
}

.page-residence .section-5 {
  margin-bottom: 100px;
}

.page-residence .section-6 {
  margin-bottom: 100px;
}

.page-amenities h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: #8f6d4f;
  font-weight: 200;
  letter-spacing: 50px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 100px;
}

.page-amenities .section-1 {
  background-color: #324458;
  height: 672px;
}

.page-amenities .section-1 h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
  margin-top: 100px;
  margin-bottom: 42px;
}

.page-amenities .section-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: white;
}

.page-amenities .section-1 img {
  position: absolute;
  right: 0;
  height: 570px;
  width: 100%;
}

.page-amenities .section-2 {
  margin: 100px 0;
}

.page-amenities .section-3 {
  background-color: #324458;
  height: 682px;
  margin-bottom: 100px;
}

.page-amenities .section-3 h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: normal;
  color: #be9c7f;
  margin-top: 100px;
  margin-bottom: 42px;
}

.page-amenities .section-3 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: white;
}

.page-amenities .section-3 ul {
  padding-left: 20px;
}

.page-amenities .section-3 li {
  color: white;
}

.page-amenities .section-3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 570px;
  width: 100%;
}

.page-amenities .section-4 {
  margin: 100px 0;
}

/*
 * MOBILE
 */

/*# sourceMappingURL=style_frontend.css.map */
