@font-face {
  font-family: "Brandon Grotesque";
  src: url("/fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("/fonts/BrandonGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abramo Serif";
  src: url("/fonts/AbramoSerif.woff2") format("woff2"), url("/fonts/AbramoSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("/fonts/BrandonGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("/fonts/BrandonGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --green: #85c7c0;
  --dark: #003141;
}

body {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  background: var(--green);
  color: var(--dark);
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
}

section {
  position: relative;
}

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

.grid_4 {
  width: 33.33%;
}

.leftalign {
  text-align: left;
}

.w500 {
  font-size: 20px;
  max-width: 580px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

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

.br {
  display: block;
}

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

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

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

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

.container {
  width: 1440px;
  max-width: calc(100% - 40px);
  margin: auto;
  position: relative;
}
.container.w1550 {
  width: 1550px;
}

.w55 {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pt150 {
  padding-top: 150px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt120 {
  padding-top: 100px;
}

.pt50 {
  padding-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb75 {
  margin-bottom: 75px;
}

.w640 {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

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

p {
  margin: 0;
}

#hero {
  overflow: hidden;
  z-index: 1;
}

section {
  position: relative;
  background-color: inherit;
  z-index: 2;
}

h1,
h2 {
  font-family: "Abramo Serif";
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
}

h2 span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: left;
}

h2 span:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--dark);
  left: 0;
  right: 0;
  content: "";
  display: block;
}

h3 {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
}
h3 img {
  display: block;
  margin: 0 auto 10px auto;
  width: 100px;
}

.w300 {
  margin: auto;
  width: 300px;
  max-width: 100%;
  position: relative;
}

.w900 {
  width: 900px;
}

.caption {
  max-width: 500px;
  padding-top: 15px;
  text-align: left;
}

.l1 {
  letter-spacing: 0.1em;
}

.moon {
  width: 100px;
  margin: 75px auto 0 auto;
}

.upper {
  text-transform: uppercase;
}

/* Navigation */
header {
  position: fixed;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.5s;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo-sml {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: opacity 0.5s;
  opacity: 0;
}
header .enq {
  opacity: 0;
}
header.show {
  background-color: #fff;
}
header.show .logo-sml {
  opacity: 1;
}
header.show .enq {
  opacity: 1;
}
header.show nav {
  opacity: 1;
}
header.show #nav-toggle {
  opacity: 1;
}

#page-home .home, #page-location .location, #page-team .team {
  text-decoration-color: var(--dark);
}

#page-team {
  padding-top: 60px;
}
#page-team header {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#page-team .logo-sml {
  opacity: 1 !important;
}
#page-team .enq {
  opacity: 1 !important;
}
#page-team nav {
  opacity: 1 !important;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  opacity: 0;
  transition: opacity 0.5s;
}
nav a {
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-weight: 600;
}

.logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 580px;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 40%;
  transition: opacity 0.5s;
}
.logo.fadeOut {
  opacity: 0;
}

#nav-toggle {
  display: none;
  width: 30px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  z-index: 100;
  left: 20px;
  opacity: 0;
}

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

#nav-toggle span.sp2 {
  top: 5px;
}

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

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

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

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

h1.logo {
  font-size: 6vw;
  width: 100%;
  max-width: 90%;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}

.full-h {
  height: 100vh;
  height: 100svh;
  position: relative;
  background-size: cover;
  background-position: center;
}

.phone {
  font-size: 13px;
  color: var(--dark);
  text-align: left;
}

.artist:after {
  position: absolute;
  display: block;
  bottom: 15px;
  left: 15px;
  font-size: 12px;
  color: #fff;
  content: "artist's impression";
  line-height: 1;
  z-index: 5;
}

.enq {
  font-weight: 600;
  text-transform: uppercase;
  z-index: 5;
}

.enq-in {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 500;
}

/* enquiry */
.register {
  max-width: 460px;
  margin: 0 auto;
}

input,
textarea,
select {
  margin: 0 auto 10px auto;
  padding: 10px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
  text-align: left;
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  resize: none;
  font-size: 16px;
  font-weight: 500;
}

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

select option {
  background: #fff;
  text-align-last: center;
  text-align: center;
  color: var(--green);
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.b_submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 150px;
  height: 40px;
  line-height: 1;
  cursor: pointer;
  border: none;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: var(--green);
  margin: 20px 0 10px auto;
  font-size: 16px;
  text-align: center;
}

.tel {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.tel a {
  display: block;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tel img {
  display: block;
  width: 130px;
}
.tel img.trg {
  width: 90px;
}

.privacy {
  font-size: 11px;
  margin-bottom: 60px;
}

.chk_holder {
  margin: 0 auto auto;
  position: relative;
  text-align: left;
  border-bottom: 1px solid var(--dark);
  padding: 3px 0 13px 0;
  text-align: center;
}

#chkInternational {
  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;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  font-family: inherit;
  display: inline-block;
  margin: auto;
  font-weight: 300;
  font-family: "Akkurat dark Pro";
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.15em;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--dark);
  content: "";
  display: block;
}

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

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

/*footer*/
footer {
  padding: 50px 0;
}

.istcity {
  display: block;
  width: 150px;
}

.trg {
  width: 160px;
  display: block;
}

.disclaimer {
  font-size: 10px;
  width: 1100px;
  padding: 75px 20px;
  line-height: 1.2;
  margin: auto;
  max-width: 100%;
}

.logos-holder {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

/* Token Style */
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;
  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;
}

.mob {
  display: none;
}

.pl30 {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .br {
    display: none;
  }
  .mob {
    display: block;
  }
  .phone {
    display: none;
  }
  .logos-holder {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 0 30px;
  }
  header {
    height: 60px;
  }
  header .logo-sml {
    width: 130px;
  }
  .logo {
    width: 80vw;
    max-width: 400px;
  }
  .pb130 {
    padding-bottom: 70px;
  }
  .pt150 {
    padding-top: 80px;
  }
  h1, h2 {
    font-size: 38px;
    font-weight: 600;
  }
  h2 {
    margin-bottom: 40px;
  }
  .register {
    margin-bottom: 80px !important;
  }
  footer {
    padding: 0 0 50px 0;
  }
  h2 span:after {
    height: 0.5px;
  }
  .grid_4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .tel a {
    justify-content: center;
  }
  .tel {
    justify-content: center;
  }
  h2 span {
    text-align: center;
    margin: auto;
  }
  .b_submit {
    margin: 20px auto 10px auto;
  }
  input, textarea {
    text-align: center;
  }
  header {
    justify-content: flex-end;
  }
  #nav {
    position: fixed;
    top: 60px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.5s;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: block;
    padding: 20px;
  }
  #nav a {
    display: block;
    padding: 10px 0;
  }
  #nav.active {
    transform: translateX(0);
  }
  #nav-toggle {
    display: block;
  }
  #page-team #nav-toggle {
    opacity: 1;
  }
  h1.logo {
    font-size: 48px;
  }
  .caption {
    max-width: 100%;
  }
  .pl30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}