@font-face {
  font-family: "Denton Condensed";
  src: url("/fonts/DentonCondensed-Light.woff2") format("woff2"), url("/fonts/DentonCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url("/fonts/Plain-Regular.woff2") format("woff2"), url("/fonts/Plain-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Album Slab";
  src: url("/fonts/AlbumSlab-Regular.woff2") format("woff2"), url("/fonts/AlbumSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Display";
  src: url("/fonts/ReworkDisplay-Semibold.woff2") format("woff2"), url("/fonts/ReworkDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Display";
  src: url("/fonts/ReworkDisplay-Semibold.woff2") format("woff2"), url("/fonts/ReworkDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --creame: #f4f5f1;
  --brown:#7B7F60 ;
  --grey:#D9D9D9;
  --light:#fff;
  --header-height:385px;
  --pad-h:116px;
  --pad-v:112px;
  --gap:20px ;
  --light-brown:#AEAB99 ;
  --sp:45px ;
}

body {
  font-family: "Album Slab";
  font-size: 14px;
  line-height: 1.35;
  background: var(--creame);
  color: var(--brown);
  margin: 0;
  padding: 320px 0 0 0;
  text-align: left;
  font-weight: normal;
}

.bg-brown {
  background-color: var(--brown);
  color: var(--creame);
}
.bg-brown .cls-w {
  fill: #fff;
}

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

.leftalign {
  text-align: left;
}

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

.max416 {
  max-width: 416px;
}

.Amazing {
  font-family: "Album Slab";
  font-weight: 400;
}

.plain {
  font-family: "Plain";
  font-weight: 400;
}

.f12 {
  font-size: 12px;
}

.grid_6 {
  width: calc(50% - var(--gap) * 0.5);
}

.grid_4 {
  width: calc(33.33% - var(--gap) * 0.67);
  display: block;
}

.grid_5 {
  width: 40%;
}

.grid_7 {
  width: 60%;
}

.grid_3 {
  width: calc(25% - var(--gap) * 0.75);
  display: block;
  overflow: hidden;
}

#main {
  background-color: inherit;
}

#landing {
  height: 100vh;
  height: 100svh;
  position: relative;
}

.full-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.noTocuh #main {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 3;
}
.noTocuh #main .scroll-content {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.noTocuh #main .scroll-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noTocuh #main .scroll-content::-webkit-scrollbar {
  display: none;
}

.play {
  display: flex;
  position: absolute;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  justify-content: center;
  font-family: "Rework Display";
}
.play::before {
  width: 18px;
  height: 18px;
  background-color: var(--grey);
  display: block;
  content: "";
  border-radius: 50%;
}

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

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

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

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

.pattern {
  display: block;
  position: absolute;
  bottom: 0;
  height: 13px;
  left: 0;
  width: 100%;
  background-image: url(/images/pattern.png);
  background-repeat: repeat-x;
  background-size: 40px 13px;
  z-index: 2;
}
.pattern.pattern_b {
  background-image: url(/images/pattern_b.png);
}

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

.pre-slide {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s;
}
.pre-slide#slide2 {
  z-index: 2;
}

.pre-logo {
  display: block;
  position: relative;
  z-index: 3;
  width: 300px;
  max-width: calc(100% - 100px);
}

.bus-logo {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  display: block;
  width: 154px;
  left: 0;
  right: 0;
  margin: auto;
}

/* General */
section {
  position: relative;
  z-index: 1;
}

.z3 {
  z-index: 3;
}

.full-height {
  height: 100vh;
  background-size: cover;
  width: 100%;
  position: relative;
}

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  display: block;
  width: 21px;
  z-index: 2;
}

.gr48 {
  width: 48%;
}

.gr6 {
  width: calc(50% - 10px);
}

.gr69 {
  max-width: calc(100% - 345px);
  width: 69%;
}

.w345 {
  min-width: 345px;
  width: 31%;
}

.w540 {
  width: 530px;
  max-width: 50%;
}

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

.mb20 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.pad-t {
  padding-top: var(--pad-v);
}

.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.7s, opacity 0.7s;
}

.fadeInUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.pad-top {
  padding-top: var(--pad-h);
}

.ptb80 {
  padding: 80px 0;
}

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

.pad-bottom {
  padding-bottom: var(--pad-h);
}

.pad-r {
  padding-right: var(--pad-h);
}

.pad-l {
  padding-left: var(--pad-h);
}

.pad-30-top {
  padding-top: 30px;
}

.border-top::before, .border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(/images/pattern-line.png);
  background-repeat: repeat-x;
  background-size: 23px 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.border-top.b-red::before {
  background-image: url(/images/pattern-line-r.png);
}

.border-bottom.b-red::after {
  top: auto;
  bottom: 0;
  background-image: url(/images/pattern-line-r.png);
}

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

.flex-r {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: var(--pad-v);
       column-gap: var(--pad-v);
  flex-wrap: wrap;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-h {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}

.col-reverse {
  flex-direction: column-reverse;
}

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

.pad-left {
  padding-left: 60px;
}

.artist {
  position: relative;
  display: block;
}

.artist:after {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  z-index: 5;
  letter-spacing: 0.075em;
  font-family: "Rework Display";
  text-transform: uppercase;
  color: #FFFFFF;
  content: "ARTIST IMPRESSION";
  line-height: 1;
}

.to-t.artist:after {
  top: 15px;
}

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

.line {
  text-align: left;
  margin: auto;
  position: relative;
}
.line span {
  display: block;
  background-image: url(/images/line.svg);
  background-repeat: repeat-x;
  background-size: 10px 2px;
  width: calc(100% - 40px);
  height: 1px;
  margin: 20px 0 25px 0;
}

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

.break {
  display: block;
}

/* Headings */
h1,
h2 {
  font-family: "Denton Condensed";
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

h3 {
  font-family: "Album Slab";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

h4 {
  font-family: "Rework Display";
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: 0.075em;
}

.sketch {
  display: block;
  width: 65%;
}

/* Navigation */
header {
  height: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  background-color: rgba(142, 69, 63, 0);
  transition: background 0.5s;
  padding: 0 var(--gap);
}

.logo {
  margin: 0 auto;
  position: fixed;
  top: var(--sp);
  width: 200px;
  display: block;
  left: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.5s;
}
.logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.logo.faded {
  opacity: 0;
  pointer-events: none;
}
.logo.active path {
  fill: #fff;
}

#nav-toggle {
  display: flex;
  width: 45px;
  height: 28px;
  position: fixed;
  left: var(--sp);
  top: var(--sp);
  justify-content: flex-end;
  align-items: center;
  color: inherit;
  z-index: 100;
}

#nav-toggle span {
  width: 45px;
  height: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  transform-origin: left top;
}

#nav-toggle span.sp2 {
  top: 13px;
  width: 35px;
}

#nav-toggle span.sp3 {
  top: 26px;
  transform-origin: left bottom;
}

#nav-toggle.active span.sp1 {
  transform: rotate(45deg);
  background-color: #fff;
  width: 40px;
}

#nav-toggle.active span.sp2 {
  opacity: 0;
}

#nav-toggle.active span.sp3 {
  background-color: #fff;
  transform: rotate(-45deg);
  width: 40px;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  align-items: flex-start;
  justify-content: flex-end;
  transition: opacity 0.7s;
  z-index: 3;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: var(--brown);
  color: var(--creame);
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 80px;
}

#nav li {
  width: 100%;
  display: block;
  list-style: none;
  position: relative;
  text-align: center;
}

#nav li a {
  font-family: "Denton Condensed";
  font-size: 70px;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}

.btn {
  width: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: var(--creame);
  color: var(--brown);
  height: 41px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  transition: all 0.5s;
  font-family: "Rework Display";
}
.btn.enq {
  position: absolute;
  right: calc(2 * var(--gap));
  top: calc(2 * var(--gap));
  z-index: 5;
  display: flex;
}
.btn.b_submit {
  cursor: pointer;
  margin: 40px auto;
}

#enquire {
  position: relative;
  background: var(--brown);
  color: #fff;
  z-index: 120;
}
#enquire .pattern {
  bottom: 100%;
}

.register {
  width: 955px;
  max-width: 100%;
  margin: 0 auto;
}
.register h2 {
  line-height: 1.3;
  margin-bottom: 30px;
}
.register .max560 {
  max-width: 560px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.register .form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

input,
select {
  font-family: "Rework Display";
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  color: var(--light);
  border-bottom: 1px solid var(--light);
}

select {
  background-image: url(/images/buttons/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20%;
  background-size: 16px 8px;
}

.chk_holder {
  margin: 0 0 20px 0;
  text-align: center;
}

.enq_frm {
  max-width: 100%;
}

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

.checkbox + label {
  padding: 0 0 0 26px;
  position: relative;
  color: var(--light);
  font-size: 13px;
  font-family: inherit;
  display: inline-block;
  margin: 0 0 14px 0;
  font-family: "Rework Display";
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.checkbox + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--light);
  content: "";
  display: block;
  border-radius: 50%;
}

.checkbox + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 7px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid var(--light);
  border-right: 2px solid var(--light);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

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

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

.privacy {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Rework Display";
  text-transform: uppercase;
  color: #CDD1C5;
}

#thank {
  background-color: var(--light-blue);
}

.icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pages-links {
  background-color: var(--creame);
  color: var(--brown);
  text-align: center;
  padding-bottom: 140px;
}
.pages-links h2 {
  margin-bottom: 80px;
}
.pages-links .plain, .pages-links .title {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

/*footer*/
footer {
  position: relative;
  padding: 0 var(--gap) 40px var(--gap);
  background-color: var(--brown);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.links,
.logos {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin: auto;
  font-family: "Rework Display";
}

.logos {
  z-index: 1;
  position: relative;
  width: 620px;
  margin: auto;
  transform: translateX(35px);
}
.logos a {
  display: block;
  transform: translateY(-80px);
}

.links {
  width: 500px;
  max-width: 100%;
  justify-content: center;
  z-index: 2;
}

.logos img {
  display: block;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-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 {
  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: #fff;
  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: #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;
  top: 0;
}

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

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1750px) {
  .trn-l {
    transform: translateX(calc(-1 * var(--pad-h) + var(--gap)));
  }
}
@media screen and (max-width: 1380px) {
  :root {
    --pad-h:60px;
    --pad-v:90px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height:200px;
    --pad-h:80px;
    --pad-v:80px;
    --gap:20px ;
  }
  body {
    padding: 200px 0 0 0;
    text-align: center;
  }
  .logo {
    width: 130px;
    top: 20px;
  }
  #nav-toggle {
    left: 20px;
    top: 20px;
    height: 25px;
  }
  #nav-toggle span {
    width: 36px;
  }
  #nav-toggle span.sp2 {
    top: 9px;
    width: 26px;
  }
  #nav-toggle span.sp3 {
    top: 19px;
  }
  #nav-toggle.active span.sp1, #nav-toggle.active span.sp3 {
    width: 30px;
  }
  #nav {
    align-items: center;
    justify-content: center;
    padding: 130px 10px 80px 10px;
  }
  #nav li a {
    text-align: center;
    font-size: 41px;
  }
  #landing {
    height: 100vw;
  }
  .btn.enq {
    position: fixed;
    top: auto;
    transform: none;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .w540 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .gr48, .gr69, .gr6 {
    width: 100%;
    max-width: 100%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  .pad-r {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .pab-20-m {
    padding-bottom: var(--gap);
  }
  .checkbox + label {
    font-size: 13px;
  }
  input, select {
    font-size: 12px;
  }
  footer, #enquire {
    display: block;
    position: relative;
    z-index: 51;
  }
  .mb20m {
    margin-bottom: 20px;
  }
  .links {
    justify-content: space-between;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    display: block;
  }
  .links a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .logos {
    padding: 15px 0;
    width: 100%;
  }
  .container {
    display: block;
  }
  .chk_holder {
    border-bottom: 1px solid var(--light);
    padding-bottom: 20px;
  }
  .checkbox + label {
    font-size: 11px;
    width: 100%;
    margin-bottom: 0;
  }
  .flex-r {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
  }
  .w345 {
    width: 100%;
    max-width: 560px;
  }
  .logos {
    max-width: calc(100% - 60px);
    margin-bottom: 40px;
    transform: translateX(0);
  }
  .logos a {
    transform: translateY(0);
  }
  .border-top::before {
    background-size: 11.5px 1px;
  }
  .pattern {
    background-size: 20px 6.5px;
    height: 6px;
  }
  .z3 {
    margin-bottom: 20px;
  }
  .grid_4, .grid_6 {
    width: 100%;
  }
  .pad-left {
    padding-left: 0;
  }
  .artist:after {
    bottom: 15px;
    right: 10px;
    font-size: 9px;
  }
  .col-reverse {
    flex-direction: column;
  }
  .sketch {
    width: 460px;
    max-width: 80%;
    margin: 0 auto 40px auto;
  }
  .pages-links h2 {
    margin-bottom: 50px;
  }
  .location-link {
    width: 560px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  footer {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */