@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500&display=swap");
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2023 Schwartzco Inc.
        License: 2305-KMXIRI     
*/
@font-face {
  font-family: "Canela Web";
  src: url("/fonts/Canela-Thin-Web.woff2") format("woff2"), url("/fonts/Canela-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
:root {
  --header-height: 77px;
  --gap: 55px;
  --navy: #28323D;
  --creame: #F7F0E7;
  --sky-blue: #C9D5DF;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--creame);
  color: var(--navy);
  margin: 0;
  padding: 0;
  text-align: left;
  overflow-x: hidden;
}

.blue {
  color: #FA00FF;
}

.Canela-Thin-Web {
  font-family: "Canela Web";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

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

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

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

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

.fullyvideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.bg-video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

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

/* General */
.w400 {
  width: 397px;
  max-width: calc(58% - 26px);
  padding: 76px 0 0 0;
}

.w290 {
  width: 290px;
}

.info {
  border-top: 1px solid var(--navy);
  padding: 10px 0 0 0;
}

.w48 {
  width: 48%;
  position: relative;
}

.w424 {
  width: 424px;
  max-width: 48%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-self: stretch;
}

.pad-th {
  padding: 160px 0 50px 0;
  padding-bottom: 130px;
  min-height: 100vh;
  background-size: cover;
}

.team-link {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.grid_6 {
  width: calc(50% - 11px);
}

.grid_4 {
  width: 33.33%;
}

.grid_7 {
  width: 57.53%;
  position: relative;
}

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

.caption {
  color: var(--creame);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
  font-size: 12px;
}

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

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  display: block;
  width: 70px;
  z-index: 2;
  text-align: center;
  animation: bounce 2s infinite;
}
.arrow img {
  display: block;
  margin: auto;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.mb {
  margin-bottom: 23px;
}

p.mb {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb2 {
  margin-bottom: 46px;
}

h3.mb2 {
  margin-bottom: 55px;
}

.pad-t-35 {
  padding-top: 35px;
}

.pad-t-99 {
  padding-top: 99px;
}

.pad-top-75 {
  padding-top: 74px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

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

.pad-btm-130 {
  padding-bottom: 130px;
}

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

.pad-btm-170 {
  padding-bottom: 170px;
}

.slideUp {
  opacity: 0;
  transform: translateY(60px);
}
.slideUp.delay1 {
  animation-delay: 0.25s !important;
}
.slideUp.animated {
  animation: slideUp 1s forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.img {
  width: 100%;
  margin: 0;
  display: block;
}

.artist::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "Artists impression";
  font-size: 12px;
  display: block;
  color: var(--creame);
  font-weight: 300;
  line-height: 1;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
}

.artist.top-top::after {
  bottom: 30px;
}

.wave {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: calc(50% + 150px);
  top: 30px;
  bottom: 93px;
  background-image: url(/images/wave.png);
  background-repeat: repeat;
  background-size: 130.5px 26.5px;
}
.wave.type2 {
  top: 100px;
}

.pattern {
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(/images/pattern.png);
  background-repeat: repeat-x;
  background-size: 130.5px 22px;
  z-index: 3;
  left: 0;
  position: relative;
}

.pattern-sky {
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(/images/pattern-sky.png);
  background-repeat: repeat-x;
  background-size: 130.5px 22px;
  z-index: 3;
  left: 0;
  top: -21px;
  position: absolute;
}

.pattern_t,
.pattern_c {
  position: absolute;
  top: -15px;
  left: 0;
}

.pattern_t {
  background-image: url(/images/pattern_t.svg);
}

.pattern_c {
  background-image: url(/images/pattern_c.svg);
}

.abs-b {
  position: absolute;
  bottom: -15px;
}

.flex-sbt {
  display: flex;
  justify-content: space-between;
  align-items: start;
  -moz-column-gap: 13px;
       column-gap: 13px;
  flex-wrap: wrap;
}

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

.flex-sbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: 1248px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - var(--gap) - var(--gap));
  position: relative;
}
.container.mid {
  width: 1040px;
}
.container.border-t {
  border-top: 1px solid var(--navy);
  padding-bottom: 60px;
  padding-top: 30px;
}

.blue-bg {
  background-color: var(--navy);
  color: var(--sky-blue);
}

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

.line {
  border-bottom: 1px solid var(--sky-blue);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.line:last-child {
  margin-bottom: 0;
}

.break {
  display: block;
}

.full-map {
  min-height: 370px;
  height: 60vh;
}

.map-info {
  height: 500px;
}

#map {
  height: 100%;
}

/* Headings */
p {
  letter-spacing: 0.02em;
  font-weight: 300;
}

h1,
h2 {
  font-family: "Canela Web";
  font-size: 46px;
  line-height: 1.16;
  letter-spacing: 0.02em;
  font-weight: 250;
  margin-bottom: 0.75em;
}
h1 .no-mb,
h2 .no-mb {
  margin-bottom: 0;
}
h1.sml,
h2.sml {
  font-size: 32px;
  margin-bottom: 15px;
}
h1 a,
h2 a {
  display: block;
  font-size: 0.55em;
  padding-top: 20px;
}

h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.3em;
}

h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.3em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h5.mb {
  margin-bottom: 15px;
}

/* Navigation */
header {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  transition: background 0.5s;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--gap);
}

#ul {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
  border-color: inherit;
}
#ul a {
  position: relative;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: #fff;
  display: block;
}
#ul a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 2px;
  bottom: -4px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
#ul a.active-page::after, #ul a:hover:after {
  opacity: 1;
}
#ul a.enq:hover {
  color: var(--navy) !important;
}

header.beged,
#page-team header {
  background-color: var(--navy);
}
header.beged #ul a,
#page-team header #ul a {
  color: var(--sky-blue);
}
header.beged #ul a::after,
#page-team header #ul a::after {
  background-color: var(--sky-blue);
}
header.beged .logo svg path,
#page-team header .logo svg path {
  fill: var(--sky-blue);
}

.logo {
  width: 375px;
  display: block;
  position: relative;
  z-index: 3;
}
.logo svg {
  display: block;
  width: 100%;
}
.logo svg path {
  fill: #fff;
}

.logo1 {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  display: block;
  width: 385px;
  left: 0;
  right: 0;
  z-index: 3;
}

.logo_b {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  max-width: 90%;
}

#nav-toggle {
  width: 24px;
  height: 7px;
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
  right: var(--gap);
  display: none;
}
#nav-toggle::after, #nav-toggle::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--sky-blue);
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transition: all 0.5s;
}
#nav-toggle::after {
  top: 100%;
  transform-origin: left bottom;
}
#nav-toggle.active::after {
  transform: rotate(-45deg);
  background-color: var(--sky-blue);
}
#nav-toggle.active::before {
  transform: rotate(45deg) translate(-6px, -6px);
  background-color: var(--sky-blue);
}

.btn {
  width: 175px;
  border-radius: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: var(--navy);
  background-color: var(--sky-blue);
  height: 45px;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn#play {
  position: absolute;
  z-index: 5;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: auto;
}
.btn.enq {
  color: var(--navy) !important;
}
.btn.enq:hover {
  background-color: var(--creame);
}
.btn.navy {
  color: var(--sky-blue);
  background-color: var(--navy);
}
.btn.navy:hover {
  color: var(--navy);
  background-color: var(--sky-blue);
}
.btn:hover {
  color: var(--navy);
  background-color: #fff;
}
.btn.b_submit {
  color: var(--sky-blue);
  background-color: var(--navy);
  margin: 30px auto 0 auto;
  cursor: pointer;
}
.btn.b_submit:hover {
  background-color: var(--creame);
  border-color: var(--creame);
  color: var(--navy);
}

#enquire {
  z-index: 4;
  background-color: var(--sky-blue);
}

#page-enquire #enquire {
  padding: 60px 30px;
}

.full-enq {
  background-color: var(--sky-blue);
}
.full-enq .grid_6 {
  width: 100%;
}
.full-enq .flex-sbt {
  display: block;
}
.full-enq .b_submit {
  margin: 30px 0 0 0;
}

input,
select {
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  border-bottom: 1px solid var(--navy);
  font-weight: 300;
}

.chk_holder {
  margin: 0 0 20px 0;
  color: var(--navy);
}

.enq_frm {
  max-width: 100%;
}

#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;
  text-align: center;
}

#chkInternational + label {
  padding: 0 0 0 26px;
  position: relative;
  color: var(--navy);
  font-family: inherit;
  display: inline-block;
}

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

#chkInternational + 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(--navy);
  border-right: 2px solid var(--navy);
  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;
}

.privacy {
  font-size: 10px;
  text-align: left;
}

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

.icon {
  width: 80px;
  display: block;
}

/*footer*/
footer,
.message {
  position: relative;
}

.logo_sky {
  width: 198px;
  display: block;
}

.address {
  width: -moz-max-content;
  width: max-content;
}
.address b {
  display: block;
  font-weight: 500;
}

.inner-footer {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  margin: auto;
  font-size: 15px;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}

.links {
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 14px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  position: relative;
}
.links p {
  letter-spacing: 0;
}

.icirt {
  width: 130px;
  display: block;
}

.logos {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  text-transform: uppercase;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: flex-end;
  justify-content: flex-end;
  column-gap: 25px;
}
.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;
  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;
}

.center-position {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pbs {
  padding-bottom: 20px;
}

ul.pl1em {
  padding-left: 1em;
}

@media screen and (max-width: 1740px) {
  .icirt {
    position: relative;
    transform: none;
    right: auto;
  }
}
@media screen and (max-width: 1380px) {
  :root {
    --gap: 20px;
  }
  body {
    font-size: 13px;
  }
  .logo {
    width: 310px;
  }
  #ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  h1,
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  .btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .w400 {
    padding: 45px 0 0 0;
  }
  .icon {
    width: 65px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
  }
  .desc {
    display: none;
  }
  .mob {
    display: block;
  }
  .pad-th {
    padding: 30px 0;
  }
  .grid_6,
  .grid_7 {
    width: 100%;
  }
  #nav-toggle {
    display: block;
  }
  #nav {
    position: fixed;
    padding: 50px 20px 20px 20px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100vh;
    background-color: var(--navy);
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #nav.active {
    transform: translateX(0%);
  }
  #ul {
    flex-direction: column;
  }
  #ul li {
    display: block;
    padding: 8px 0;
  }
  .logo {
    width: 145px;
    overflow: hidden;
    position: relative;
    height: 27px;
  }
  .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: 500px;
  }
  .icon {
    display: none;
  }
  .pad-btm-170 {
    padding-bottom: 60px;
  }
  .pad-top-170 {
    padding-top: 100px;
  }
  .no-pad-m {
    padding-top: 0;
  }
  .abs-m {
    position: absolute;
    top: -1px;
    left: 0;
  }
  .full-m {
    max-width: 100%;
  }
  .pattern {
    top: -1px;
  }
  .pattern,
  .pattern-sky,
  .pattern_c,
  .pattern_t {
    background-size: 100.5px 22px;
  }
  .w400,
  .w424 {
    max-width: 100%;
  }
  .w48 {
    width: 100%;
    margin-bottom: 30px;
  }
  .full-m .w400 {
    padding-left: var(--gap);
    padding-right: var(--gap);
    padding-bottom: 30px;
  }
  .wave {
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -20px;
    width: auto;
  }
  .mbm {
    margin-bottom: 40px;
  }
  .links {
    font-size: 11px;
    padding-top: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .btn.b_submit {
    margin: 30px 0;
  }
  #page-team #ancher {
    padding-bottom: 0;
  }
  #page-enquire #enquire {
    padding: 60px 10px;
  }
  .logo_sky {
    width: 150px;
    margin: 0 auto 40px auto;
  }
  .address {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .links p {
    letter-spacing: 0;
    padding-bottom: 4px;
  }
  h3.mb2 {
    margin-bottom: 35px;
  }
  .slideUp.delay1 {
    animation-delay: 0 !important;
  }
  main {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  #marina {
    overflow-x: auto;
  }
  #marina img {
    max-width: 200vw;
    width: 200vw;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 15px;
  }
  h1,
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 18px;
  }
  .register h2 {
    font-size: 28px !important;
  }
  .register h2 br {
    display: none;
  }
  .grid_4 {
    width: 100%;
  }
  .icirt {
    width: 120px;
    margin-bottom: 30px;
  }
  .links {
    display: block;
  }
  .links .flex-sbt {
    padding: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */