@font-face {
  font-family: "GalanoGrotesque-SemiBold";
  src: url("/fonts/GalanoGrotesque-SemiBold.eot");
  src: url("/fonts/GalanoGrotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("/fonts/GalanoGrotesque-SemiBold.woff") format("woff"), url("/fonts/GalanoGrotesque-SemiBold.ttf") format("truetype"), url("/fonts/GalanoGrotesque-SemiBold.svg#GalanoGrotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque-Medium";
  src: url("/fonts/GalanoGrotesque-Medium.eot");
  src: url("/fonts/GalanoGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("/fonts/GalanoGrotesque-Medium.woff") format("woff"), url("/fonts/GalanoGrotesque-Medium.ttf") format("truetype"), url("/fonts/GalanoGrotesque-Medium.svg#GalanoGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque-Regular";
  src: url("/fonts/GalanoGrotesque-Regular.eot");
  src: url("/fonts/GalanoGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("/fonts/GalanoGrotesque-Regular.woff") format("woff"), url("/fonts/GalanoGrotesque-Regular.ttf") format("truetype"), url("/fonts/GalanoGrotesque-Regular.svg#GalanoGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DomaineDisp-Regular";
  src: url("/fonts/DomaineDisp-Regular.eot");
  src: url("/fonts/DomaineDisp-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/DomaineDisp-Regular.woff2") format("woff2"), url("/fonts/DomaineDisp-Regular.woff") format("woff"), url("/fonts/DomaineDisp-Regular.ttf") format("truetype"), url("/fonts/DomaineDisp-Regular.svg#DomaineDisp-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  outline: none !important;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.3333333333% - 33.3333333333px);
  margin-right: 50px;
}
.grid_4:nth-child(3n) {
  margin-right: 0;
}

#gallery .grid_4 {
  margin-bottom: 50px;
  overflow: hidden;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  align-self: normal;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: "GalanoGrotesque-Regular";
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
  height: 100%;
  color: #6E1026;
}
body.active-menu header {
  background-color: transparent;
}
body.active-menu header .enq {
  opacity: 0;
  pointer-events: none;
}
body.active-menu #nav-toggle span {
  color: #F6F4EC;
}
body.active-menu #nav-toggle span:first-child {
  background-color: #F6F4EC;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1em;
  position: relative;
  min-width: 650px;
}
h1::after {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  margin-top: 10px;
}

h2 {
  font-family: "DomaineDisp-Regular";
  font-size: 48px;
  line-height: 1em;
  text-transform: uppercase;
  /* or 100% */
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
}
p.large {
  font-family: "DomaineDisp-Regular";
  font-size: 20px;
  line-height: 1.25em;
}
p .pbs {
  display: block;
  padding-bottom: 10px;
}
p.pbs {
  padding-bottom: 15px;
}

.title {
  font-family: "GalanoGrotesque-Regular";
  font-size: 14px;
  line-height: 1.42em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6E1026;
}

.btn {
  display: block;
  text-align: center;
  font-family: "GalanoGrotesque-Medium";
  font-size: 12px;
  line-height: 1.16em;
  background-color: #6E1026;
  text-transform: uppercase;
  padding: 8px 16px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #FFFFFF;
  transition: 1.5s !important;
  -webkit-transition: 1.5s !important;
  -moz-transition: 1.5s !important;
  -ms-transition: 1.5s !important;
  -o-transition: 1.5s !important;
}
.btn.bg-cream {
  color: #6E1026;
}
@media (hover: hover) {
  .btn.bg-cream:hover {
    color: #FFFFFF;
  }
}
@media (hover: hover) {
  .btn:hover {
    background-color: #FF475C;
  }
}
.btn.enq {
  font-family: "GalanoGrotesque-Medium";
}

/* Navigation */
header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #F6F4EC;
}
header > div {
  display: flex;
  width: 33.3333333333%;
}
header > div:nth-child(2) {
  justify-content: center;
}
header > div:last-child {
  justify-content: flex-end;
}
header .enq {
  font-family: "GalanoGrotesque-Regular";
  font-size: 12px;
  line-height: 1.16em;
  background-color: #6E1026;
  text-transform: uppercase;
  padding: 8px 0;
  width: 140px;
  color: #FFFFFF;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6E1026;
  z-index: 99;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
nav ul {
  display: flex;
  align-items: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
}
nav ul li {
  display: block;
  text-align: center;
}
nav ul li a {
  color: #FFFFFF;
  font-family: "DomaineDisp-Regular";
  font-size: 44px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
nav ul li a::after, nav ul li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  transition: 0.5S opacity;
  -webkit-transition: 0.5S opacity;
  -moz-transition: 0.5S opacity;
  -ms-transition: 0.5S opacity;
  -o-transition: 0.5S opacity;
  opacity: 0;
  transform: translate(-200%, -50%);
  -webkit-transform: translate(-200%, -50%);
  -moz-transform: translate(-200%, -50%);
  -ms-transform: translate(-200%, -50%);
  -o-transform: translate(-200%, -50%);
}
nav ul li a::after {
  right: 0;
  transform: translate(200%, -50%);
  -webkit-transform: translate(200%, -50%);
  -moz-transform: translate(200%, -50%);
  -ms-transform: translate(200%, -50%);
  -o-transform: translate(200%, -50%);
}
nav ul li a:hover {
  color: #FF475C;
}
nav.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

#page-masterplan .page-masterplan,
#page-architecture .page-architecture,
#page-residences .page-residences,
#page-amenity .page-amenity,
#page-location .page-location,
#page-team .page-team,
#page-nowselling .page-nowselling {
  color: #FF475C;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav-toggle span {
  color: #6E1026;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "GalanoGrotesque-Medium";
}
#nav-toggle span.Menu-status {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
}
#nav-toggle > span:first-child {
  margin-right: 6px;
}
#nav-toggle > span:first-child, #nav-toggle > span:first-child::after, #nav-toggle > span:first-child::before {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #6E1026;
  display: block;
  content: "";
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#nav-toggle > span:first-child::before {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
#nav-toggle > span:first-child::after {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}
#nav-toggle.active span::before, #nav-toggle.active span::after {
  opacity: 0;
}

nav[style*="display: block"] {
  display: flex !important;
}

/* enquiry */
.formbox {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.formbox h2 + p {
  font-family: "DomaineDisp-Regular";
  font-size: 20px;
  line-height: 1.25em;
  color: #F6F4EC;
}
.formbox .phone {
  font-family: "DomaineDisp-Regular";
  font-size: 28px;
  line-height: 1.142em;
  color: #F6F4EC;
  display: flex;
  justify-content: center;
}

.privacy {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
  font-family: "GalanoGrotesque-Regular";
  font-size: 12px;
  line-height: 1.25em;
  color: #F6F4EC;
}

input,
select,
textarea,
label {
  width: 100%;
  border: 0 none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-family: "GalanoGrotesque-Regular";
  font-size: 14px;
  line-height: 1.42em;
  color: #F6F4EC;
  border-bottom: 1px solid #F6F4EC;
}
input option,
select option,
textarea option,
label option {
  padding: 7px 5px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  color: #6E1026;
}
input.b_submit,
select.b_submit,
textarea.b_submit,
label.b_submit {
  cursor: pointer;
  margin: 10px auto 0;
}

.check-box-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.check-box-wrapper {
  border-bottom: 1px solid #fff;
}

.check-box-holder {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}
.check-box-holder .check-boxes {
  margin-bottom: 0;
}

.chk_holder {
  margin: 0 0 18px 0;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}

.checkboxes {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

.checkboxes + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
  border-bottom: 0 none;
}

.checkboxes + label:before {
  position: absolute;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

.checkboxes + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 5px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #F6F4EC;
  border-right: 2px solid #F6F4EC;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.checkboxes:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #F6F4EC;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F6F4EC;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #F6F4EC;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #F6F4EC;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#au_postcode,
#int_postcode,
#enquiryInternational1_HowDidYouHearHolder {
  width: 100%;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #FFFFFF;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #FFFFFF;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #FFFFFF;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #FFFFFF;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
  line-height: 1em;
  transform: translateY(-1.2em);
  -webkit-transform: translateY(-1.2em);
  -moz-transform: translateY(-1.2em);
  -ms-transform: translateY(-1.2em);
  -o-transform: translateY(-1.2em);
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  letter-spacing: 2px;
}

/*footer*/
footer {
  display: block;
  padding-bottom: 30px;
}
footer .footer-logos {
  margin: 0 20px;
}
footer p,
footer a,
footer span {
  display: block;
  font-family: "GalanoGrotesque-Regular";
  font-size: 14px;
  line-height: 1.25em;
  color: #F6F4EC;
}
footer #by-law a,
footer #by-law span {
  font-size: 12px;
}
footer #by-law span {
  margin: 0 8px;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.landing {
  height: 100%;
  min-height: 500px;
}
section.landing .ma {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.landing .ma .middle-banner-text {
  font-family: "DomaineDisp-Regular";
  font-size: 64px;
  line-height: 1em;
  text-align: center;
  color: #FFFFFF;
  /* or 100% */
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
section.landing .marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #6E1026;
  padding: 10px 0;
  display: flex;
  overflow: hidden;
}
section.landing .marquee a {
  font-family: "GalanoGrotesque-Regular";
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F6F4EC;
  display: flex;
  white-space: nowrap;
}
section.landing .marquee a span {
  color: #FF475C;
  display: flex;
  white-space: nowrap;
}
section.landing iframe {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 110vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 20/9;
}

.container {
  display: block;
  position: relative;
  width: 1040px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.container.w1440 {
  width: 1440px;
}
.container.w1200 {
  width: 1200px;
}
.container.w1100 {
  width: 1100PX;
}
.container.small {
  width: 600px;
}

.lazy-fade {
  transition: 1.5s opacity;
  -webkit-transition: 1.5s opacity;
  -moz-transition: 1.5s opacity;
  -ms-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
  opacity: 0;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

img.zoom {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -ms-transition: 1.5s all;
  -o-transition: 1.5s all;
}
img.zoom.fadeIn {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.dark-layer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.my-video-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GalanoGrotesque-Regular";
  font-size: 12px;
  line-height: 1.16em;
  /* identical to box height, or 117% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.my-video-links img {
  margin: 10px;
  width: 60px;
}

.quote h5 {
  font-family: "DomaineDisp-Regular";
  font-size: 24px;
  line-height: 1.2em;
}

.quote-by {
  font-family: "GalanoGrotesque-Regular";
  font-size: 14px;
  line-height: 1.428em;
  letter-spacing: 1px;
}

#enq .mar {
  width: -moz-max-content;
  width: max-content;
  background-color: #6E1026;
  padding: 5px 0;
  display: flex;
  overflow: hidden;
}
#enq .mar a {
  font-family: "GalanoGrotesque-Regular";
  text-transform: uppercase;
  color: #F6F4EC;
  display: flex;
  white-space: nowrap;
}
#enq .mar a span {
  display: inline-block;
  font-family: "DomaineDisp-Regular";
  font-size: 48px;
  line-height: 1.05em;
  text-transform: uppercase;
  flex-wrap: nowrap;
}

#direction {
  display: flex;
  justify-content: center;
  text-align: center;
}
#direction h2 {
  font-family: "DomaineDisp-Regular";
  font-size: 22px;
  line-height: 1.36em;
  color: #F6F4EC;
  padding-bottom: 10px;
}
#direction p,
#direction a {
  font-size: 15px;
  line-height: 1.25em;
}
#direction .space {
  display: block;
  width: 100%;
  height: 8px;
}
#direction a {
  display: block;
  border-bottom: 1px solid #F6F4EC;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

#floorplan {
  width: 1000px;
  max-width: 100%;
  display: block;
  position: relative;
}
#floorplan .points-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#floorplan .points-holder .point {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #FF475C;
}
#floorplan .points-holder .point .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
}
#floorplan .points-holder .point .plus:after, #floorplan .points-holder .point .plus:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #F6F4EC;
  display: block;
  position: absolute;
}
#floorplan .points-holder .point .plus:before {
  content: "";
  width: 1px;
  height: 9px;
}
#floorplan .points-holder .point:first-child {
  top: 62%;
  right: 48%;
}
#floorplan .points-holder .point:nth-child(2) {
  top: 23%;
  right: 51%;
}
#floorplan .points-holder .point:nth-child(3) {
  top: 40%;
  right: 66%;
}
#floorplan .points-holder .point:nth-child(4) {
  top: 73%;
  left: 43%;
}
#floorplan .points-holder .point:nth-child(5) {
  top: 56%;
  left: 20%;
}
#floorplan .points-holder .point .popup {
  font-family: "DomaineDisp-Regular";
  font-size: 14px;
  line-height: 1.1em;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #6E1026;
  background-color: #F6F4EC;
  white-space: nowrap;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -webkit-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -moz-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -ms-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -o-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  pointer-events: none;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
#floorplan .points-holder .point .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #F6F4EC transparent transparent transparent;
  margin: auto;
}
#floorplan .points-holder .point:hover .popup {
  opacity: 1;
}

#aerial {
  width: 100%;
  display: block;
  position: relative;
}
#aerial .points-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#aerial .points-holder .point {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #FF475C;
}
#aerial .points-holder .point .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
}
#aerial .points-holder .point .plus:after, #aerial .points-holder .point .plus:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #F6F4EC;
  display: block;
  position: absolute;
}
#aerial .points-holder .point .plus:before {
  content: "";
  width: 1px;
  height: 9px;
}
#aerial .points-holder .point:first-child {
  top: 25%;
  right: 88%;
}
#aerial .points-holder .point:nth-child(2) {
  top: 15%;
  right: 85%;
}
#aerial .points-holder .point:nth-child(3) {
  top: 40%;
  right: 79%;
}
#aerial .points-holder .point:nth-child(4) {
  top: 30%;
  left: 24%;
}
#aerial .points-holder .point:nth-child(5) {
  top: 14%;
  left: 36.2%;
}
#aerial .points-holder .point:nth-child(6) {
  top: 43%;
  left: 42%;
}
#aerial .points-holder .point:nth-child(7) {
  top: 33%;
  left: 55.2%;
}
#aerial .points-holder .point:nth-child(8) {
  top: 82%;
  left: 60%;
}
#aerial .points-holder .point:nth-child(9) {
  top: 58%;
  left: 89%;
}
#aerial .points-holder .point:nth-child(10) {
  top: 28%;
  left: 93%;
}
#aerial .points-holder .point .popup {
  font-family: "DomaineDisp-Regular";
  font-size: 14px;
  line-height: 1.1em;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #6E1026;
  background-color: #F6F4EC;
  white-space: nowrap;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -webkit-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -moz-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -ms-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  -o-transform: translate(calc(-50% + 12px), calc(-100% - 12px));
  pointer-events: none;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
#aerial .points-holder .point .popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #F6F4EC transparent transparent transparent;
  margin: auto;
}
#aerial .points-holder .point:hover .popup {
  opacity: 1;
}

.material {
  font-family: "GalanoGrotesque-Medium";
  font-size: 12px;
  line-height: 1.18em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 30px;
  color: #6E1026;
  padding-top: 20px;
}
.material:last-child {
  margin-right: 0;
}
.material.active {
  text-decoration: underline;
  cursor: default;
}

.team-logo.builder {
  width: 136px;
}
.team-logo.architect {
  width: 165px;
}
.team-logo.architect1 {
  width: 323px;
}

#mapdetails {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 100px;
  min-height: 86vh;
}
#mapdetails .map-cat {
  font-family: "DomaineDisp-Regular";
  font-size: 22px;
  line-height: 1.4em;
  color: #F6F4EC;
  border-top: 1px solid #F6F4EC;
  width: 100%;
  padding-top: 6px;
  cursor: pointer;
}
#mapdetails .map-cat:first-child {
  border-top: 0 none;
  padding-top: 0;
}
#mapdetails .pois {
  font-family: "GalanoGrotesque-Regular";
  font-size: 16px;
  line-height: 1.8em;
  color: #F6F4EC;
  width: 100%;
  display: block;
  cursor: initial;
}
#mapdetails .pois:first-child {
  border-top: 1px solid #F6F4EC;
  margin-top: 6px;
  padding-top: 6px;
}
#mapdetails .pois:last-child {
  margin-bottom: 6px;
}

.fullyvideo {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.disclaimer {
  display: none;
}
.disclaimer p {
  font-size: 12px;
}

#page-nowselling #apartments-list h2 {
  font-family: "DomaineDisp-Regular";
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
}
#page-nowselling #apartments-list * {
  text-align: center;
  list-style: inside;
}
#page-nowselling #apartments-list .btn {
  margin: 0 10px;
}
#page-nowselling .grid_6 {
  width: calc(50% - 25px);
  margin-right: 50px;
}
#page-nowselling .grid_6:nth-child(2n) {
  margin-right: 0;
}

#page-nowselling #apartments-list {
  justify-content: flex-start;
}
#page-nowselling #apartments-list h2 {
  font-family: "DomaineDisp-Regular";
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
}
#page-nowselling #apartments-list * {
  text-align: center;
}
#page-nowselling #apartments-list .btn {
  margin: 0 10px;
}
#page-nowselling #apartments-list .grid_6 {
  width: calc(50% - 25px);
  margin-right: 50px;
}
#page-nowselling #apartments-list .grid_6:nth-child(2n) {
  margin-right: 0;
}

.double-logos {
  display: flex;
  align-items: center;
}
.double-logos img {
  height: 26px;
}
.double-logos:last-child img {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}

#page-residences section.landing .ma,
#page-amenity section.landing .ma,
#page-team section.landing .ma,
#page-masterplan section.landing .ma {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.location-name {
  text-transform: capitalize;
}

.enq_frm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #6E1026;
  z-index: 999;
}

#FloorPlanHolder a {
  margin: 40px auto 0;
}

/* ------ */
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex,
.row {
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.center-align {
  text-align: center;
}

.mta {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mtba {
  margin-top: auto;
  margin-bottom: auto;
}

.ma {
  margin: auto;
}

.mbxl {
  margin-bottom: 150px;
}

.ptl {
  padding-top: 100px;
}

.pbl {
  padding-bottom: 100px;
}

.pll {
  padding-left: 100px;
}

.prl {
  padding-right: 100px;
}

.plm {
  padding-left: 50px;
}

.prm {
  padding-right: 50px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pts {
  padding-top: 30px;
}

.pbs {
  padding-bottom: 30px;
}

.pbxs {
  padding-bottom: 10px;
}

.mts {
  margin-top: 30px;
}

.mbs {
  margin-bottom: 30px;
}

.mbxs {
  margin-bottom: 10px;
}

.mrs {
  margin-right: 30px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.half-height {
  height: 50%;
  min-height: 500px;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.mw380 {
  max-width: 380px;
}

.mw450 {
  max-width: 450px;
}

.mw460 {
  max-width: 460px;
}

.mw600 {
  max-width: 600px;
}

.mw680 {
  max-width: 680px;
}

.wrap {
  flex-wrap: wrap;
}

.cream {
  color: #F6F4EC;
}

.bg-cream {
  background-color: #F6F4EC;
}

.crimson {
  color: #6E1026;
}

.bg-crimson {
  background-color: #6E1026;
}

.pink {
  color: #FF475C;
}

.white {
  color: #FFFFFF;
}

.abs {
  position: absolute;
}

.ofh {
  overflow: hidden;
}

.hidden {
  visibility: hidden;
}

.just-mobile {
  display: none;
}

.fsxs {
  font-size: 10px;
}

.news-tile {
  font-size: 14px;
  color: #6E1026;
}
.news-tile span {
  display: block;
}
.news-tile span.date {
  margin-bottom: 10px;
}
.news-tile span.title {
  margin-bottom: 10px;
  font-family: "DomaineDisp-Regular";
  font-size: 18px;
  text-transform: none;
}
.news-tile span.read {
  letter-spacing: 0.1em;
}
.news-tile img {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}

.news-det p {
  margin-bottom: 15px;
}

.f30 {
  font-size: 36px;
  text-transform: none;
  max-width: 670px;
  margin: 0 auto 20px auto;
}

.sticky {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  .mobileFriendlyStyle {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .mobileFriendlyStyle a {
    width: 100%;
    background-color: #FF475C;
    color: #6E1026;
  }
  section.landing {
    height: calc(100% - 29px);
  }
  section.landing .ma .middle-banner-text {
    font-size: 40px;
    margin-top: 70px;
  }
  section.landing iframe {
    padding-top: 71px;
  }
  header {
    justify-content: center;
  }
  header .logo {
    width: 100px;
  }
  header .logo svg {
    width: 100%;
    height: auto;
  }
  header > div:first-child {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header > div #nav-toggle span.Menu-status {
    display: none;
  }
  nav ul li {
    margin-bottom: 6px;
  }
  nav ul li a {
    font-size: 20px;
  }
  nav ul li:last-child {
    margin-bottom: 0;
  }
  p {
    text-align: center;
  }
  p.large {
    font-size: 18px;
  }
  .grid_6,
  .grid_4 {
    width: 100%;
    margin-right: 0;
  }
  h2 {
    font-size: 34px;
    text-align: center;
  }
  h5 {
    text-align: center;
    font-size: 18px;
  }
  .quote-by {
    text-align: center;
    font-size: 14px;
  }
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .formbox h2 + p {
    font-size: 18px;
  }
  .formbox .phone {
    font-size: 22px;
  }
  .register {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    padding-bottom: 50px;
  }
  footer #by-law a,
  footer #by-law span {
    font-size: 10px;
  }
  #page-masterplan .points-holder {
    display: none !important;
  }
  .location-name-holder {
    border-bottom: 1px solid #6E1026;
  }
  .location-name-holder .location-name {
    font-family: "GalanoGrotesque-Regular";
    font-size: 16px;
    line-height: 1.4em;
    color: #6E1026;
    margin-bottom: 6px;
  }
  .location-name-holder:last-child {
    border: 0 none;
  }
  #aerial .points-holder .point .plus {
    background-color: #F6F4EC;
    color: #6E1026;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  #aerial .points-holder .point .plus:after, #aerial .points-holder .point .plus::before {
    content: initial;
  }
  #map {
    width: 100%;
    height: 110vw;
  }
  #mapdetails {
    width: 100%;
    padding: 60px 20px;
    min-height: initial;
  }
  .team-logo.architect1 {
    width: 250px;
  }
  #page-nowselling #apartments-list .grid_6 {
    width: 100%;
    margin-right: 0;
  }
  #page-nowselling #apartments-list .grid_6:nth-child(2n) {
    margin-right: 0;
  }
  .double-logos {
    margin: auto !important;
  }
  .double-logos img {
    height: 18px;
  }
  /*----------------------*/
  .m-wrap {
    flex-wrap: wrap;
  }
  .m-reverse {
    flex-wrap: wrap-reverse;
  }
  .mbxl {
    margin-bottom: 110px;
  }
  .ptl,
  .m-ptl {
    padding-top: 60px;
  }
  .pbl,
  .m-pbl {
    padding-bottom: 60px;
  }
  .prl {
    padding-right: 60px;
  }
  .plm {
    padding-left: 25px;
  }
  .prm {
    padding-right: 25px;
  }
  .ptm {
    padding-top: 25px;
  }
  .pbm {
    padding-bottom: 25px;
  }
  .pts {
    padding-top: 20px;
  }
  .pbs {
    padding-bottom: 20px;
  }
  .pbxs {
    padding-bottom: 10px;
  }
  .mts {
    margin-top: 20px;
  }
  .mbs,
  .m-mbs {
    margin-bottom: 20px;
  }
  .pll {
    padding-left: 0;
  }
  .m-plrs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .m-w100 {
    width: 100%;
    max-width: 100%;
  }
  .m-aspect2by3 {
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-mlra {
    margin-left: auto;
    margin-right: auto;
  }
  .team-logo.builder {
    width: 200px;
  }
  #gallery {
    justify-content: space-between;
  }
  #gallery .grid_4 {
    width: 48%;
  }
  #gallery .grid_4 p {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 32px;
  }
  h2 br {
    display: none;
  }
}