:root {
  --green-light: #777D64;
  --orange: #DA8E6B;
  --white: #fff;
  --gray: #796E65;
  --purple: #63515C;
  --green: #777D64;
  --creamy: #DBD5CD;
}

@font-face {
  font-family: "CanelaLightWeb";
  src: url("/fonts/CanelaLightWeb.eot");
  src: url("/fonts/CanelaLightWeb.eot") format("embedded-opentype"), url("/fonts/CanelaLightWeb.woff2") format("woff2"), url("/fonts/CanelaLightWeb.woff") format("woff"), url("/fonts/CanelaLightWeb.ttf") format("truetype"), url("/fonts/CanelaLightWeb.svg#CanelaLightWeb") format("svg");
}
@font-face {
  font-family: "GothamBook";
  src: url("/fonts/GothamBook.eot");
  src: url("/fonts/GothamBook.eot") format("embedded-opentype"), url("/fonts/GothamBook.woff2") format("woff2"), url("/fonts/GothamBook.woff") format("woff"), url("/fonts/GothamBook.ttf") format("truetype"), url("/fonts/GothamBook.svg#GothamBook") format("svg");
}
.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;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: calc(16.6666666667% - 18px);
  width: 16.6666666667%;
}

.grid_3 {
  width: 30%;
}

.grid_4 {
  width: calc(33.3333333333% - 10px);
  width: 33.3333333333%;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 48%;
}
.grid_6.half {
  width: 50%;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 74.5%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.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 {
  margin: 0;
  display: flex;
  position: relative;
}

.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;
}

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

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

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%;
}
html body {
  font-family: "GothamBook";
  font-size: 16px;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  color: var(--gray);
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 806px;
  float: none;
}

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

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.4em;
  padding-bottom: 1em;
  color: var(--gray);
}
p .head {
  display: block;
  padding-bottom: 2em;
  font-size: 1.5em;
  line-height: 1.2em;
}

#contact p .head {
  padding-bottom: 0;
}

.call {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 1.2em;
  padding-bottom: 1em;
  color: var(--gray);
}

a {
  font-style: normal;
  font-weight: normal;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  color: var(--gray);
}

h1 {
  font-family: "CanelaLightWeb";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
h1 span {
  display: block;
  overflow: hidden;
}
h1 span span {
  transform: translatey(100%);
  -webkit-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  font-size: clamp(20px, 1.6vw, 36px);
  line-height: 1.2em;
}
h1.animated span span {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

h2 {
  font-family: "CanelaLightWeb";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
h2 span {
  display: block;
  overflow: hidden;
}
h2 span span {
  transform: translatey(100%);
  -webkit-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  font-size: clamp(28px, 4vw, 68px);
  line-height: 1em;
}
h2.animated span span {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

h3 {
  font-family: "CanelaLightWeb";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
h3 span {
  display: block;
  overflow: hidden;
}
h3 span span {
  transform: translatey(100%);
  -webkit-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  font-size: clamp(20px, 2vw, 48px);
  line-height: 1em;
}
h3 span span.name {
  font-family: "GothamBook";
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: clamp(12px, 0.7vw, 16px);
  line-height: 1.2em;
  text-align: center;
  margin-top: 2em;
}
h3 span span svg {
  height: 14px;
}
h3.animated span span {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: flex;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 48px;
  z-index: 100;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  display: inline-block;
  margin: 0 3vw;
}
header nav ul li a {
  font-family: "GothamBook";
  font-style: normal;
  font-weight: normal;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.2em;
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
header nav ul li a:hover {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}
header nav ul li a.active {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}
header nav .logo {
  margin: 0;
  display: block;
  opacity: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  width: 130px;
}
header nav .logo svg {
  width: 100%;
}
header.add_bg {
  background-color: #fff;
}
header.add_bg nav ul li a {
  color: var(--gray);
}
header.add_bg nav ul li a:hover {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}
header.add_bg nav ul li a.active {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}
header.add_bg .btn {
  background-color: var(--gray);
  color: #fff;
}
header.add_bg .logo {
  opacity: 1;
}
header.add_bg #nav-toggle span,
header.add_bg #nav-toggle span:after,
header.add_bg #nav-toggle span:before {
  background-color: var(--purple);
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
  transform: translateY(4px);
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

#architecture .bg-light {
  background-color: var(--creamy);
}
#architecture .bg-light .css-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(136, 178, 159, 0.45) 0%, rgba(136, 178, 159, 0.35) 39.06%, rgba(136, 178, 159, 0.3) 65.1%, rgba(136, 178, 159, 0) 100%);
  background-size: 80% 80%;
  animation: AnimationName 24s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
#architecture .bg-light h3 {
  color: var(--green-light);
  color: #88B29F;
}
#architecture .bg-purple {
  background-color: var(--purple);
}
#architecture .bg-purple .css-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(218, 142, 107, 0.45) 0%, rgba(218, 142, 107, 0.35) 25%, rgba(218, 142, 107, 0.3) 50.1%, rgba(218, 142, 107, 0) 100%);
  background-size: 80% 90%;
  animation: AnimationName 24s ease infinite;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
}
@keyframes AnimationName {
  0% {
    background-position: -20% -20%;
  }
  50% {
    background-position: 100% 20%;
  }
  0% {
    background-position: -20% -20%;
  }
}
#architecture .bg-purple p {
  color: var(--white);
}
#architecture .bg-purple h3 {
  color: var(--orange);
}

#residences .bg-light {
  background-color: var(--creamy);
}
#residences .bg-light .css-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(136, 178, 159, 0.45) 25%, rgba(136, 178, 159, 0.3) 39.06%, rgba(136, 178, 159, 0.3) 65.1%, rgba(136, 178, 159, 0) 100%);
  background-size: 75% 75%;
  animation: AnimationName 24s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 97%;
  }
  50% {
    background-position: 100% 4%;
  }
  100% {
    background-position: 0% 97%;
  }
}

#team h2 {
  color: var(--white);
}
#team .bg-green {
  background-color: var(--green);
  background-blend-mode: multiply;
}
#team .bg-green .css-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(174, 83, 92, 0.45) 0%, rgba(174, 83, 92, 0.35) 39.06%, rgba(174, 83, 92, 0.3) 65.1%, rgba(174, 83, 92, 0) 100%);
  background-size: 80% 80%;
  animation: AnimationName 23s ease infinite;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
@keyframes AnimationName {
  0% {
    background-position: -20% -20%;
  }
  50% {
    background-position: 80% 80%;
  }
  100% {
    background-position: 30% 30%;
  }
}
#team h3 {
  color: var(--white);
}
#team p {
  color: #fff;
}
#team .abadeen {
  height: 1.2em;
  margin-right: auto;
  margin-bottom: 40px;
}
#team .koichi {
  height: 3em;
  margin-right: auto;
  margin-bottom: 40px;
}

#location .bg-light {
  background-color: var(--creamy);
}
#location .bg-light .css-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0.5) 65.1%, rgba(255, 255, 255, 0) 100%);
  background-size: 90%;
  animation: AnimationName 29s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 26%;
  }
  50% {
    background-position: 100% 75%;
  }
  100% {
    background-position: 0% 15%;
  }
}

/* enquiry */
#register {
  display: block;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
}

input,
select {
  font-family: "GothamBook";
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  margin: 0 0 20px 0;
  padding: 5px 0 15px 0;
  width: 100%;
  color: var(--gray);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--gray);
  text-align: left;
}
input.b_submit,
select.b_submit {
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
input.b_submit:hover,
select.b_submit:hover {
  background-color: var(--gray);
  color: var(--creamy);
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 7px 5px;
  background: var(--creamy);
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-size: 11px;
}
.privacy a {
  color: var(--gray);
  text-decoration: underline;
  font-size: inherit;
}

.chk_holder {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray);
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/svg/checkbox.svg") no-repeat left center;
  color: var(--gray);
  padding: 5px 0 6px 24px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  background-size: 17px;
}

#chkInternational:checked + label {
  background: url("/images/svg/checked.svg") no-repeat left center;
  background-size: 17px;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: var(--gray);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--gray);
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--gray);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray);
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*footer*/
footer {
  display: block;
  width: 100%;
  margin: 0;
}
footer .bg-light {
  background-color: var(--creamy);
}
footer a,
footer p,
footer span {
  display: inline-block;
  text-align: left;
  color: var(--gray);
  padding-bottom: 0;
}
footer span {
  padding: 0 8px;
  font-size: 14px;
}
footer .grid_6 {
  align-items: center;
}
footer .sp {
  max-width: 100%;
  margin-left: auto;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

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

#au_postcode {
  margin-bottom: 20px;
}

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

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: var(--gray);
  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: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}

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: #fff;
  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: #fff;
}

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

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: #fff;
}

/* 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;
  line-height: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

.landing {
  height: 100%;
  min-height: 16vh;
}
.landing > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.landing > div .row {
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  flex-flow: column;
}
.landing > div .row .center-logo {
  display: block;
  position: relative;
  width: 400px;
  width: clamp(200px, 20vw, 400px);
  z-index: 2;
  margin: auto;
  transform: translateY(30%);
}
.landing > div .row .center-logo svg {
  width: 100%;
}
.landing > div .row .play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-style: normal;
  font-weight: normal;
  font-family: "GothamBook";
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  margin-bottom: 30px;
}
.landing > div .row .play-btn img {
  display: block;
  margin: 0 auto 15px auto;
  width: 40px;
}
.landing .message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #777D64;
  width: 100%;
  padding: 40px 20px;
}

.btn {
  font-family: "GothamBook";
  font-style: normal;
  font-weight: normal;
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.btn.enq {
  color: var(--gray);
  background-color: #ffffff;
  padding: 10px 14px;
  line-height: normal;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.dark-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dark-layer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

section {
  display: block;
  position: relative;
}

.wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 100px);
  margin: auto;
}

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

.Artistsimpression {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 10px;
  text-align: right;
  color: #FFFFFF;
}
.Artistsimpression.leftside {
  right: auto;
  left: 10px;
}

.artist {
  position: relative;
}

.w400 {
  width: 400px;
  max-width: 94%;
}

.closetohouse .location-name {
  display: block;
  font-family: "GothamBook";
  font-style: normal;
  font-weight: bold;
  font-size: clamp(12px, 0.7vw, 16px);
  line-height: 1.2em;
  color: #796E65;
  margin: 10px 0;
  min-height: 30px;
}
.closetohouse .location-distance {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-size: clamp(12px, 0.7vw, 16px);
  line-height: 1.2em;
  color: #796E65;
}
.closetohouse .location-distance .walk {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

#location .grid_4 {
  width: calc(33.333% - 10px);
  margin-bottom: 3%;
}
#location .grid_6 {
  width: calc(50% - 7.5px);
  justify-content: space-between;
  align-items: center;
}
#location .grid_6 h3 {
  margin: auto;
  margin-top: 0;
  color: var(--orange);
}
#location .grid_12 {
  margin-bottom: 3%;
}

#contact .bg-light {
  background-color: var(--creamy);
}
#contact .logo {
  padding-bottom: 40px;
}

.footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.footer-logo img {
  margin-right: 40px;
}

.para40 {
  padding-bottom: 40vh;
}
.para40 .tb40vh {
  margin-bottom: -38vh;
}

#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #777D64;
}
#preloader > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#preloader .brush {
  width: 500px;
  max-width: 50%;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  opacity: 0;
}
#preloader .brush.action {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  opacity: 1;
}
#preloader .brush svg {
  width: 100%;
}
#preloader .words {
  position: absolute;
  width: 250px;
  max-width: 25%;
}
#preloader .words svg {
  width: 100%;
}
#preloader .words .cls-2 {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  fill: transparent;
}
#preloader .words.action .cls-2.first {
  transition-delay: 0.5s;
  fill: #fff;
}
#preloader .words.action .cls-2.second {
  transition-delay: 1s;
  fill: #fff;
}
#preloader .words.action .cls-2.third {
  transition-delay: 1.5s;
  fill: #fff;
}
#preloader .words.action .cls-2.fourth {
  transition-delay: 2s;
  fill: #fff;
}
#preloader .words.action .cls-2.fifth {
  transition-delay: 2.5s;
  fill: #fff;
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

.row {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-flow: wrap;
}

.column {
  display: flex;
  flex-direction: column;
}

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

.ptl {
  padding-top: 120px;
  padding-top: clamp(60px, 6vw, 120px);
}

.pbl {
  padding-bottom: 120px;
  padding-bottom: clamp(60px, 6vw, 120px);
}

.ptm {
  padding-top: 60px;
  padding-top: clamp(30px, 3vw, 60px);
}

.pbm {
  padding-bottom: 60px;
  padding-bottom: clamp(30px, 3vw, 60px);
}

.pts {
  padding-top: 30px;
  padding-top: clamp(15px, 1.3vw, 30px);
}

.pbs {
  padding-bottom: clamp(15px, 1.3vw, 30px);
}

.mla {
  margin-left: auto;
}

.wrap {
  flex-flow: wrap;
}

.rowreverse {
  flex-flow: row-reverse;
}

.pb1000 {
  margin-bottom: 1000px;
}

.aligntop {
  align-items: flex-start;
}

.justmobile {
  display: none;
}

body[data-os*="Mac OS"] .btn {
  padding-top: 13px;
}
body[data-os*="Mac OS"] input.b_submit {
  padding-top: 8px;
}

@media screen and (max-width: 1100px) {
  .container {
    width: calc(100% - 60px);
  }
  .container.fullwidth {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .container {
    width: calc(100% - 20px);
  }
  .container.fullwidth {
    width: 100%;
    max-width: 100%;
  }
  .row,
  .m-column {
    flex-direction: column;
  }
  .justmobile {
    display: block;
  }
  .justdesktop {
    display: none !important;
  }
  header {
    padding: 10px 10px;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--purple);
    flex-direction: column;
    justify-content: space-around;
    opacity: 0;
    transition: 1s;
    transform: translateY(100%);
  }
  header nav ul {
    flex-flow: column;
  }
  header nav ul li {
    margin: 4vh auto;
  }
  header nav ul li a {
    font-size: 18px;
  }
  header nav .logo {
    opacity: 1 !important;
  }
  header.active_nav nav {
    opacity: 1;
    transform: translateY(0%);
  }
  header .mobile-logo {
    width: 30px;
  }
  header .mobile-logo {
    width: 30px;
    opacity: 0;
    transition: 0.5s;
  }
  header .mobile-logo svg {
    width: 100%;
  }
  header.add_bg .mobile-logo {
    opacity: 1;
  }
  header.add_bg nav ul li a {
    color: #fff;
  }
  header.add_bg.active_nav #nav-toggle span,
  header.add_bg.active_nav #nav-toggle span:after,
  header.add_bg.active_nav #nav-toggle span:before {
    background-color: var(--white);
  }
  #nav-toggle {
    display: flex;
  }
  .btn.enq {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 100% !important;
  }
  .m-pbm {
    padding-bottom: 30px;
  }
  .closetohouse .location-name {
    min-height: initial;
    height: auto;
  }
  .closetohouse .location-distance {
    margin-bottom: 20px;
  }
  #location .grid_4 {
    width: 49% !important;
  }
  .m-pbl {
    padding-bottom: 70px;
  }
  .m-mbl {
    margin-bottom: 70px;
  }
  .footer-logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-logo img {
    margin-bottom: 30px;
  }
  footer .grid_6 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .grid_6 a,
  footer .grid_6 p {
    margin-bottom: 10px;
  }
  footer span {
    display: none;
  }
  footer .sp {
    margin-left: 0;
  }
  .m-column-reverse {
    flex-flow: column-reverse;
  }
  .m-pt0 {
    padding-top: 0 !important;
  }
  .m-pb0 {
    padding-bottom: 0 !important;
  }
  .rowreverse {
    flex-flow: wrap;
    flex-direction: column;
  }
  .mla {
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .landing .message {
    padding: 15px 10px;
  }
  .Artistsimpression {
    font-size: 8px;
  }
}/*# sourceMappingURL=style.css.map */