/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  display: block !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  transform: none;
  display: block;
  left: 0;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.slick-arrow.slick-next {
  left: 50%;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 9px;
  z-index: 5;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--light);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: var(--light);
}

@font-face {
  font-family: "PF Highway Gothic Extended";
  src: url("/fonts/PFHighwayGothicExtended-Bold.woff2") format("woff2"), url("/fonts/PFHighwayGothicExtended-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 70px;
  --gap: 20px;
  --light: #FFE6CD;
  --brown: #7e4620;
  --dark: #000;
  --cream:#f9b39a;
  --xxs: 5px;
  --xs: 10px;
  --m: 60px;
  --l:clamp(40px, 93px, 12vh);
  --xl: clamp(50px, 152px, 19vh);
  --xxl: clamp(60px, 203px, 25vh);
}

body {
  color: var(--light);
  background: var(--brown);
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  font-family: "larken", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
}

main.loaded {
  height: auto;
  overflow: initial;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
  padding: 0 15px;
}

.grid_4 {
  width: 33.33%;
}

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

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

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

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

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

.full-height {
  height: calc(100vh - 41px);
  height: calc(100vh - 41px);
  width: 100%;
  background-position: center;
  background-size: cover;
}

.logo-t {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  height: clamp(40px, 189px, 14vh);
  position: relative;
  z-index: 3;
}

.comingsoon {
  position: absolute;
  top: 15%;
  z-index: 5;
  left: 15%;
  width: 199px;
  max-width: 25%;
  height: auto;
}

.rotate {
  animation: rotate 35s normal linear infinite;
  transform-origin: center center;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.register-svg {
  position: absolute;
  bottom: 76px;
  z-index: 5;
  right: 11%;
  width: 156px;
}

.hero-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hero-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.bg-cream {
  background-color: var(--cream);
}

.bg-brown {
  background-color: var(--brown);
  color: var(--light);
}

.dark-bg::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* General */
.gap {
  gap: var(--gap);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.r-reverse {
  flex-direction: row-reverse;
}

.max600 {
  max-width: 660px;
  margin: auto;
}

.col {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  row-gap: clamp(20px, 70px, 10vh);
  justify-content: center;
}

.icirt {
  margin: 20px auto 0 auto;
  display: block;
}

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

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

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

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

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

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

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

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

.align-end {
  align-items: flex-end;
}

.spn {
  position: absolute;
  display: block;
  background-color: var(--cream);
}

.sp-top {
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: width 0.8s;
}
.sp-top.animated {
  width: 100%;
}

.sp-left {
  top: 0;
  left: 0;
  height: 0;
  width: 1px;
  transition: height 0.8s;
}
.sp-left.animated {
  height: 100%;
}

.sp-right {
  top: 0;
  right: 0;
  height: 0;
  width: 1px;
  transition: height 0.8s;
}
.sp-right.animated {
  height: 100%;
}

.sp-bottom {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: width 0.8s;
}
.sp-bottom.animated {
  width: 100%;
}

.artist {
  position: relative;
}

.artist::after {
  content: "Artist Impression";
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  line-height: 1;
}

.caption {
  position: absolute;
  font-size: 10px;
  left: 10px;
  text-transform: uppercase;
  bottom: 10px;
  color: #fff;
  font-family: "PF Highway Gothic Extended";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.relative {
  position: relative;
  z-index: 2;
}

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 34px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 57px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.ptg {
  padding-top: var(--gap);
}

.pbg {
  padding-bottom: var(--gap);
}

.ptxl {
  padding-top: var(--xl);
}

.pt135 {
  padding-top: clamp(50px, 135px, 19vh);
}

.pbxxl {
  padding-bottom: var(--xxl);
}

.pt75 {
  padding-top: 75px;
}

.ptl {
  padding-top: var(--l);
}

.ptm {
  padding-top: var(--m);
}

.pts {
  padding-top: var(--gap);
}

.pbs {
  padding-bottom: var(--gap);
}

.pls {
  padding-left: var(--gap);
}

.prs {
  padding-right: var(--gap);
}

.ptxs {
  padding-top: var(--xs);
}

.ptxxs {
  padding-top: var(--xxs);
}

.ptxxl {
  padding-top: var(--xxl);
}

.pbxl {
  padding-bottom: var(--xl);
}

.pbl {
  padding-bottom: var(--l);
}

.pbm {
  padding-bottom: var(--m);
}

.pbxs {
  padding-bottom: var(--xs);
}

.pbxxs {
  padding-bottom: var(--xxs);
}

.bg-light {
  background-color: var(--light);
}

.border-b {
  border-bottom: 1px solid currentColor;
}

.border-t {
  border-top: 1px solid currentColor;
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  position: relative;
  z-index: 1;
}

/* Headings */
h1,
h2 {
  font-family: "moret-variable", serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

h1, h2.big {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.16;
  text-align: center;
}

h2 {
  font-size: 38px;
}
h2.xlarge {
  font-size: 68px;
}

h3 {
  font-family: "PF Highway Gothic Extended";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  word-spacing: 0.06em;
}

.pad20 {
  padding: var(--gap);
}

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.w720 {
  width: 720px;
  max-width: calc(100% - var(--gap) - var(--gap));
}

.banner {
  background-color: var(--light);
  color: var(--brown);
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.para {
  overflow: hidden;
}

.para .inner-para {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 63px 20px 0 20px;
}

.max700 {
  max-width: 690px;
}

.border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}

.border-t.animated {
  width: 100%;
}

.border-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}

.register.animated .border-bl {
  width: 100%;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeInUp.animated {
  opacity: 1;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.toAnimate.lazyImg {
  filter: blur(5px);
  transition: opacity 0.7s, filter 1s;
  opacity: 0;
}

.lazyImg.animated {
  opacity: 1;
  filter: blur(0);
}

.bg-dark {
  background-color: var(--dark);
  color: var(--grey);
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-family: "PF Highway Gothic Extended";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  flex-wrap: wrap;
  padding: 0 26px;
  color: var(--brown);
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: var(--cream);
}

.w500 {
  width: 500px;
  max-width: calc(100% - var(--gap) - var(--gap));
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.logos {
  -moz-column-gap: 45px;
       column-gap: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mob {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: var(--header-height);
  background-color: var(--brown);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gap);
  color: var(--light);
  transition: transform 0.7s;
  line-height: 1;
  transform: translateY(-100%);
  border-bottom: 1px solid var(--cream);
}
header .header-det {
  display: flex;
  gap: var(--gap);
  justify-content: flex-end;
  align-items: center;
}
header.bg {
  transform: translateY(0);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.logo {
  width: 224px;
  max-width: calc(100% - 120px);
}

.enq-b {
  display: none;
}

#enquire {
  background-color: var(--cream);
  color: var(--brown);
}

label {
  display: block;
  text-transform: uppercase;
  font-family: var(--no2);
  letter-spacing: 0.2em;
  font-size: 12px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: inherit;
  font-size: 14px;
  padding: 11px 0;
  line-height: 1;
  resize: none;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #7e4620 !important;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

option {
  color: var(--dark);
}

.form-row {
  position: relative;
}

.b_submit {
  background-color: var(--brown);
  color: var(--light);
  margin: 20px auto;
}

select {
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 12px 0;
}

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

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  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;
}

.check-holder {
  position: relative;
}

.check-holder input {
  opacity: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.check-holder input:checked + label:after {
  background-color: currentColor;
}

.check-holder label {
  padding-right: 20px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.check-holder label:before {
  position: absolute;
  right: -1px;
  width: 15px;
  height: 15px;
  top: -1px;
  border: 1px solid currentColor;
  content: "";
  display: block;
}

.check-holder label:after {
  position: absolute;
  right: 3px;
  width: 7px;
  height: 7px;
  top: 3px;
  content: "";
  display: block;
  border-radius: 5px;
}

.token-input-list-project {
  list-style: none;
}

.token-input-token-project {
  list-style: none;
  display: inline-block;
}
.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

.token-input-dropdown-project {
  background: var(--light);
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}

.privacy {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.privacy a {
  text-decoration: underline;
}

.icon-holder {
  padding: 57px 12px;
}
.icon-holder img {
  display: block;
  margin: auto;
}

.deicorp {
  display: block;
}
.deicorp img {
  margin: auto;
}

#thank_enq h2 {
  text-align: left;
}

.post-holder {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.check-field {
  padding: 25px 0;
}

.post-field {
  width: calc(100% - 130px);
}

.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
  font-size: 12px;
}

.disclaimer {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.33;
  padding: 60px 15px var(--gap) 15px;
}

.paivacy {
  padding-top: 30px;
  font-size: 9px;
  max-width: 658px;
  margin: auto;
  line-height: 1.5;
}
.paivacy a {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .comingsoon {
    top: 22%;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 50px;
    --gap:10px ;
    --l:60px;
    --xl:60px;
    --xxl:60px;
  }
  body {
    font-size: 14px;
  }
  .logo-t {
    height: clamp(30px, 50px, 7vh);
  }
  .hero-holder {
    height: 100%;
    position: absolute;
  }
  .hero-holder img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comingsoon {
    top: 20%;
    left: 8%;
  }
  #home {
    padding: 20px 0 0 0;
  }
  .banner {
    height: 88px;
    padding: 15px;
    display: block;
  }
  .register-svg {
    display: none;
  }
  .full-height {
    height: calc(100vh - 138px);
    height: calc(100svh - 138px);
  }
  h1 {
    font-size: 34px;
    max-width: 100%;
  }
  h2.big {
    font-size: 38px;
  }
  h3 {
    font-size: 12px;
    word-spacing: 0;
  }
  .ptb-m {
    padding-top: var(--xl);
    padding-bottom: var(--xl);
  }
  .enq-b {
    position: fixed;
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--cream);
    z-index: 50;
    height: 50px;
    color: var(--brown);
    padding: var(--gap);
    line-height: 1;
  }
  h4 {
    font-size: 16px;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .pt135 {
    padding-top: 60px;
  }
  .pt5 {
    padding: 0;
  }
  .grid_4, .grid_6 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
  }
  .slick-arrow {
    right: -22px;
  }
  .slick-arrow.slick-prev {
    left: -22px;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  .links {
    padding-bottom: 70px;
  }
  .inner img {
    margin-bottom: 20px;
  }
  .logos {
    flex-wrap: wrap;
    gap: 15px;
  }
  .break {
    display: block;
    width: 100%;
  }
  .full-m {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .full-m img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .btn {
    font-size: 12px;
  }
  .pad-m {
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  .pt-m {
    padding-top: var(--gap);
  }
  h2.xlarge {
    font-size: 50px;
  }
  .icon-holder {
    padding: 45px 12px;
  }
  .icon-holder img {
    max-width: calc(100% - 150px);
  }
  .disclaimer {
    padding: 40px 15px var(--gap) 15px;
  }
  #enquire {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */