/* 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-slider div.row {
  display: flex !important;
  justify-content: space-between;
}
.slick-slider div.row img {
  width: calc(50% - 20px);
}

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

.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: max-content;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  transform: none;
  display: block;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  font-size: 0;
}
.slick-arrow.slick-next {
  left: 50%;
}

@font-face {
  font-family: "Panama Monospace Trial";
  src: url("/fonts/PanamaMonospaceTrial-Regular.woff2") format("woff2"), url("/fonts/PanamaMonospaceTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "APK Protocol Light Trial";
  src: url("/fonts/APK-Protocol-Light-Trial.woff2") format("woff2"), url("/fonts/APK-Protocol-Light-Trial.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "APK Protocol Semi-Bold Trial";
  src: url("/fonts/APK-Protocol-Semi-Bold-Trial.woff2") format("woff2"), url("/fonts/APK-Protocol-Semi-Bold-Trial.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "APK Protocol Trial";
  src: url("/fonts/APK-Protocol-Regular-Trial.woff2") format("woff2"), url("/fonts/APK-Protocol-Regular-Trial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 80px;
  --gap: 40px;
  --light: #D9D9D9;
  --red: #FF9F75;
  --dark: #141414;
  --heading-font:"Panama Monospace Trial";
  --body-font:"APK Protocol Trial";
  --semi-font:"APK Protocol Semi-Bold Trial";
  --xxs: 5px;
  --xs: 10px;
  --s: 25px;
  --m: 40px;
  --l: 72px;
  --xl: 185px;
  --xxl: 225px;
  --grey:#bcbdc2;
  --white: #F5F1EE;
}

.development {
  width: 1500px;
  position: relative;
  margin: auto;
}

body {
  background: var(--light);
  color: var(--dark);
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

*,
*: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: calc(33.33% - var(--gap) * 0.67);
  text-align: left;
}

.grid_5 {
  width: 41.67%;
}

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

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

.has-banner #landing {
  padding: calc(var(--gap) * 2) var(--gap) var(--gap) var(--gap);
}
.has-banner header {
  top: 30px;
}

#landing {
  display: flex;
  justify-content: space-between;
  gap: var(--gap);
  padding: var(--gap);
  height: 100vh;
  color: var(--white);
  height: 100svh;
  flex-direction: column;
  transition: padding 0.3s;
}

.artist {
  position: relative;
}

.artist::before {
  content: "Artist Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fullyvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.iframe-holder {
  position: relative;
  padding: 100% 0 0 0;
}
.iframe-holder iframe,
.iframe-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-video {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg-video::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}

.bg-video iframe {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
    width: 100vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    min-height: 100vh;
    min-width: 177.77vh;
  }
}
.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;
}

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

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

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

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.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;
  background-color: var(--grey);
  z-index: 2;
}

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

.para {
  z-index: 1;
}
.para .inner-para {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Headings */
h1,
h2,
h3, h4 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

h1,
h2 {
  font-size: clamp(32px, 90px, 7vw);
  line-height: 95%;
}

h3 {
  font-size: 60px;
  line-height: 95%;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

.Barnclueth {
  width: 100%;
  position: relative;
  z-index: 2;
}

.container {
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}
.container.w1340 {
  width: 1340px;
  max-width: calc(80% - 104px);
}

.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;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  height: 27px;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 0px 20px 0 20px;
  background-color: var(--white);
  color: var(--dark);
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.4s;
  cursor: pointer;
  font-family: var(--semi-font);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.btn.dark {
  background-color: var(--dark);
  color: var(--white);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--grey);
    color: var(--dark);
  }
  .btn:hover.dark:hover {
    background-color: var(--white);
    color: var(--dark);
  }
  header.bg .btn:hover {
    background-color: var(--dark);
    color: var(--light);
  }
}
.w446 {
  width: 446px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.links {
  font-size: 12px;
  gap: 5px;
  padding-bottom: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.links p {
  width: 100%;
  padding-top: 5px;
}

.f12 {
  font-size: 12px;
}

.illust path {
  stroke-dasharray: 5;
}

.mob {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  padding: 0 var(--gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: all 0.5s;
  font-size: 12px;
  font-family: var(--semi-font);
  height: var(--header-height);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
}
header * {
  position: relative;
  z-index: 2;
}
header .btn {
  z-index: 3;
}
header .phone {
  font-family: "HW Atlantic Trial";
  z-index: 3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
header.bg {
  color: var(--dark);
}
header.bg #bg {
  transform: translateY(0%);
}
header.bg .btn {
  background-color: var(--dark);
  color: var(--light);
}
header.bg .btn:hover {
  background-color: var(--white);
  color: var(--dark);
}

.logo {
  display: block;
  width: 360px;
  max-width: calc(100% - 200px);
  min-width: 120px;
}

#bg {
  position: absolute;
  background-color: var(--grey);
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s;
  transform: translateY(-100%);
  padding: var(--gap);
}

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

#banner {
  background-color: var(--dark);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 7px 25px;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F5F1EE;
  font-size: 12px;
}

#banner .close {
  display: flex;
  gap: 3px;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

#banner .close svg {
  display: block;
  width: 100%;
  transform: translateY(1px);
  height: auto;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: inherit;
  font-size: 12px;
  padding: 18px 0 8px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 300;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--grey);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--grey) !important;
}

.btn.b_submit {
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: var(--grey);
}
.btn.b_submit:hover {
  background-color: var(--white);
}

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

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;
  padding-bottom: 10px;
}

.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-left: 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  content: "";
  display: block;
}

.check-holder label:after {
  position: absolute;
  left: 3px;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  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 {
  text-decoration: underline;
}

#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 {
  width: 126px;
}

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

@media screen and (max-width: 1600px) {
  .container {
    width: 1321px;
    max-width: calc(100% - var(--gap) - var(--gap));
    margin: 0 auto;
  }
  .container.w1340 {
    max-width: calc(100% - 104px);
  }
}
@media screen and (max-width: 1456px) {
  .slick-arrow {
    right: -30px;
  }
  .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
  :root {
    --header-height: 60px;
    --banner-heihgt: 40px;
    --l: 40px;
    --xl: 80px;
    --m:25px;
    --gap:25px ;
  }
  .full-height {
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
  .desk {
    display: none;
  }
  #desk-slider {
    display: none;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .has-banner #landing {
    padding: calc(var(--banner-heihgt) * 1.5) var(--gap) var(--gap) var(--gap);
  }
  .full-m {
    max-width: 100%;
    width: 100%;
  }
  h4 {
    font-size: 16px;
  }
  .call {
    position: fixed;
    bottom: 20px;
    left: var(--gap);
    z-index: 99;
    color: var(--light);
    font-weight: 700;
  }
  #landing {
    height: calc(100vh - 58px);
    height: calc(100svh - 58px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .has-banner header {
    top: var(--banner-heihgt);
  }
  #banner {
    display: flex;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: var(--banner-heihgt);
    flex-direction: column;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 58px;
    background-color: var(--dark) !important;
    color: var(--light) !important;
  }
  header .phone {
    position: fixed;
    left: var(--gap);
    bottom: 20px;
    z-index: 50;
    color: var(--dark);
    letter-spacing: 0.12em;
    font-family: "Maison Neue";
    font-weight: 700;
  }
  .container.w1340 {
    max-width: calc(100% - var(--gap) * 2);
  }
  .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%;
  }
  .gap-n {
    gap: 0;
  }
  #enquire {
    padding-bottom: 80px;
  }
  h3 {
    font-size: clamp(32px, 60px, 6vw);
  }
  .blk-m {
    display: block;
  }
  .blk-m img {
    display: block;
    margin: 25px auto;
  }
  .full-m {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  :root {
    --banner-heihgt: 54px;
  }
  #banner {
    font-size: 8.5px;
  }
}