@font-face {
  font-family: "AyerPoster-Medium";
  src: url("/fonts/AyerPoster-Medium.eot");
  src: url("/fonts/AyerPoster-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/AyerPoster-Medium.woff2") format("woff2"), url("/fonts/AyerPoster-Medium.woff") format("woff"), url("/fonts/AyerPoster-Medium.ttf") format("truetype"), url("/fonts/AyerPoster-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AyerPosterMediumItalic";
  src: url("/fonts/3b98b314185e04e1c0a96247db8376c5.woff2") format("woff2"), url("/fonts/3b98b314185e04e1c0a96247db8376c5.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "SelfModern-Regular";
  src: url("/fonts/SelfModern-Regular.eot");
  src: url("/fonts/SelfModern-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/SelfModern-Regular.woff2") format("woff2"), url("/fonts/SelfModern-Regular.woff") format("woff"), url("/fonts/SelfModern-Regular.ttf") format("truetype"), url("/fonts/SelfModern-Regular.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kapra Neue Pro Exp";
  src: url("/fonts/KapraNeuePro-RegularExp.eot");
  src: url("/fonts/KapraNeuePro-RegularExp.eot?#iefix") format("embedded-opentype"), url("/fonts/KapraNeuePro-RegularExp.woff2") format("woff2"), url("/fonts/KapraNeuePro-RegularExp.woff") format("woff"), url("/fonts/KapraNeuePro-RegularExp.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
}

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

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  width: 50%;
  left: 0;
  margin: auto;
  z-index: 3;
}

.flex-direction-nav a svg {
  display: block;
  height: auto;
  width: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
  cursor: url(/images/icons/arrow-left.svg), auto;
}

.flex-direction-nav .flex-next {
  left: 50%;
  cursor: url(/images/icons/arrow-right.svg), auto;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 19;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 0;
}

.flex-control-paging li a.flex-active {
  background-color: #ffffff;
  cursor: default;
}

:root {
  --gap:30px;
  --pad:120px;
  --header-height:75px ;
}

body {
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  color: #32040E;
  background-color: #fbf3ee;
  font-family: "SelfModern-Regular";
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

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

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

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

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

.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 {
  position: relative;
}

a:not(.not-def) {
  font-family: "Kapra Neue Pro Exp";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
  font-family: "SelfModern-Regular";
}

input:-webkit-autofill::first-line {
  font-family: "SelfModern-Regular";
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/* General */
#landing {
  z-index: 8;
}

#landing .middle {
  font-size: 64px;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
}

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

.middle-h {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.full-h {
  height: 100svh;
}

/* Headings */
h1,
h2,
h3,
h4,
.call {
  margin: 0;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.italic {
  font-family: "AyerPosterMediumItalic";
}

h1 {
  font-family: "AyerPoster-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.01;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
h1 span.lowercase, h1 span.lowercase span {
  font-family: "AyerPosterMediumItalic" !important;
  text-transform: lowercase;
  font-style: italic;
}

h2 {
  font-family: "AyerPoster-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 1.01;
  text-transform: uppercase;
}
h2 span.lowercase, h2 span.lowercase span {
  font-family: "AyerPosterMediumItalic" !important;
  text-transform: lowercase;
  font-style: italic;
}

h3, .call {
  font-family: "AyerPoster-Medium";
  font-size: 32px;
  display: block;
}

h4 {
  position: absolute;
  left: var(--gap);
  bottom: var(--gap);
  color: #fff;
  z-index: 2;
  font-family: "AyerPoster-Medium";
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: left;
}

h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 0.5em;
}

/* Navigation */
#topAnchor {
  opacity: 0;
  z-index: -100;
  pointer-events: none;
  position: fixed;
  top: 0;
}

#page-thankyou header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 0 var(--gap);
  height: var(--header-height);
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: top 0.3s;
  color: #fff;
}
header.fixed {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: #fbf3ee;
  border-bottom: 1px solid #32040E;
  color: #32040E;
}
header.fixed .logo {
  width: 204px;
}
header.fixed .logo .logo-w {
  display: none;
}
header.fixed .logo .logo-b {
  opacity: 1;
}
header.fixed #nav-toggle {
  color: #32040E;
}
header.fixed #nav-toggle span {
  background-color: #32040E;
}
header #nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  width: 100%;
  height: 100svh;
  background-color: #32040E;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
header #nav li {
  list-style: none;
  position: relative;
  z-index: 1;
}
header #nav li:hover {
  z-index: 2;
}
header #nav a {
  font-family: "AyerPoster-Medium";
  font-size: clamp(26px, 90px, 15vw);
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  text-transform: uppercase;
}
header #nav a:hover, header #nav a.active-page {
  color: #F7D5C4;
  z-index: 2;
}
header #nav a .num {
  opacity: 0;
  transition: opacity 0.5s;
  font-family: "SelfModern-Regular";
  font-size: 0.4em;
  letter-spacing: 0.1em;
  padding-top: 0.2em;
  position: absolute;
  left: -2em;
  top: 0;
}
header #nav a .hover-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 300px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
header #nav a:hover .num {
  opacity: 1;
}
header #nav a:hover .hover-img {
  opacity: 1;
}
header .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0;
  width: 309px;
  display: block;
}
header .logo .logo-b {
  opacity: 0;
}
header.active {
  position: fixed;
  top: 0;
  z-index: 20;
}
header.active #nav-toggle {
  color: #fff;
}
header.active #nav-toggle span {
  background-color: #fff;
}

.touch .num {
  opacity: 1 !important;
}

.touch #cursor {
  display: none;
}

#cursor {
  position: absolute;
  width: 150px;
  height: 200px;
  transform: translate(-50%, -50%);
  background-size: contain;
  opacity: 0;
  transition: width 0.5s, height 0.5s, opacity 0.4s;
}
#cursor.scale {
  width: 300px;
  height: 400px;
  opacity: 1;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: inherit;
}

#nav-toggle {
  display: flex;
  width: 58px;
  height: 15px;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  z-index: 5;
}
#nav-toggle::after {
  display: block;
  content: "MENU";
}
#nav-toggle span {
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: top 0.5s;
}
#nav-toggle span.sp2 {
  top: 5px;
}
#nav-toggle span.sp3 {
  top: 10px;
}
#nav-toggle.active::after {
  content: "CLOSE";
}
#nav-toggle.active span.sp1 {
  top: 5px;
}
#nav-toggle.active span.sp3 {
  top: 5px;
}

.scrolldown {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.scrolldown .scrollTo::before {
  display: block;
  content: "Scroll Down";
  color: #fff;
  text-align: center;
  margin: 0 auto 10px auto;
  font-family: "SelfModern-Regular";
}
.scrolldown a {
  letter-spacing: 0;
}
.scrolldown img {
  margin: auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 15px 0 15px;
  line-height: 1;
  border: 1px solid #32040E;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 2px;
  border-radius: 2px;
}
.btn.b_submit {
  cursor: pointer;
  margin: 20px auto;
  font-family: "Kapra Neue Pro Exp";
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 0 16px;
  color: #F7D5C4;
  border: 1px solid #F7D5C4;
}
.btn.b_submit:hover {
  color: #32040E;
  background-color: #F7D5C4;
}
.btn.play {
  color: #32040E;
  background-color: #fff;
  border: none;
}
@media (hover: hover) {
  .btn.play:hover {
    color: #32040E;
    background-color: #F7D5C4;
  }
}
.btn.enq {
  background-color: #fff;
  color: #32040E;
  border: none;
}
@media (hover: hover) {
  .btn.enq:hover {
    color: #32040E;
    background-color: #F7D5C4;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #fbf3ee;
    background-color: #32040E;
  }
}
.btn.magenta {
  border: 1px solid #32040E;
}
@media (hover: hover) {
  .btn.magenta:hover {
    color: #F7D5C4;
  }
}

.fixed .btn.enq {
  background-color: transparent;
  color: #32040E;
  border: 1px solid #32040E;
}
@media (hover: hover) {
  .fixed .btn.enq:hover {
    color: #fbf3ee;
    background-color: #32040E;
  }
}

#btm-nav .hover-img {
  display: none;
}
#btm-nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "AyerPoster-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}
#btm-nav li a span {
  font-size: 12px;
  font-family: "SelfModern-Regular";
  padding-top: 3px;
}
#btm-nav .enq-li {
  display: none;
}
#btm-nav ul {
  list-style: none;
}
#btm-nav ul a {
  transition: color 0.3s;
}
#btm-nav ul a:hover, #btm-nav ul a.active-page {
  color: #F7D5C4;
}

.border-b {
  height: 1px;
  width: 0;
  transition: width 0.7s;
  background-color: #F7D5C4;
  position: absolute;
  top: 0;
  left: 0;
}

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

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 20px 0;
  background-color: #32040E;
}
footer p,
footer a {
  color: #F7D5C4;
}
footer .trusted {
  font-family: "Kapra Neue Pro Exp";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
footer .footer-logo {
  width: 90%;
  max-width: 263px;
  margin: 0 auto;
}

/* enquiry */
#enq {
  position: relative;
  z-index: 1;
}

.register {
  max-width: 420px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.register form .grid_12 {
  border-bottom: 1px solid #F7D5C4;
}
.register form p a {
  display: block;
}

input,
label {
  padding: 15px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: "SelfModern-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #F7D5C4;
  border-color: inherit;
}

label {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

select,
option {
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  font-family: "SelfModern-Regular";
  font-size: 12px;
  color: #F7D5C4;
}

option {
  padding: 10px 0;
  color: #F7D5C4;
  background-color: #32040E;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
}

.select-holder {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.privacy {
  font-size: 10px;
  text-decoration: underline;
  text-align: center;
}

.chk_holder {
  margin: 0;
  color: #32040E;
  display: flex;
  justify-content: 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;
  text-align: center;
}

#chkInternational + label {
  padding: 15px 0 15px 22px;
  position: relative;
  text-align: center;
  display: block;
  color: #F7D5C4;
  text-align: left;
  font-size: 12px;
  line-height: 1.17em;
  display: inline-block;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 1px);
  border: 1px solid #F7D5C4;
  content: "";
  display: block;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: calc(50% - 1px);
  left: 6px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #F7D5C4;
  border-right: 2px solid #F7D5C4;
  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;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "SelfModern-Regular";
}

li.token-input-token-project {
  overflow: hidden;
  margin: 0;
  color: #32040E;
  cursor: default;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  padding: 15px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  background-color: #fff;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  cursor: default;
  font-family: "SelfModern-Regular";
  font-size: 12px;
  z-index: 13;
  color: #32040E;
}
div.token-input-dropdown-project p {
  font-family: "SelfModern-Regular";
  font-size: 12px;
  padding: 3px;
}

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: #ffffff;
  color: #32040E;
  font-family: "SelfModern-Regular";
  font-size: 12px;
  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: #ffffff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #ffffff;
}

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

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

#preloader {
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #32040E;
  z-index: 100;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  padding: 30px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
#preloader.hide {
  opacity: 0;
  pointer-events: none;
}
#preloader video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#preloader .row {
  margin-top: auto;
}
#preloader .row p {
  color: #F7D5C4;
  font-family: "Kapra Neue Pro Exp";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
#preloader img {
  margin: auto;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  transform: translateX(-125%);
  -webkit-transform: translateX(-125%);
  -moz-transform: translateX(-125%);
  -ms-transform: translateX(-125%);
  -o-transform: translateX(-125%);
  transition: 0.7s linear;
  -webkit-transition: 0.7s linear;
  -moz-transition: 0.7s linear;
  -ms-transition: 0.7s linear;
  -o-transition: 0.7s linear;
}
#preloader.first-move img {
  transform: translate(none);
  -webkit-transform: translate(none);
  -moz-transform: translate(none);
  -ms-transform: translate(none);
  -o-transform: translate(none);
}
#preloader.second-move img {
  width: 523px;
}

section {
  position: relative;
  overflow: hidden;
}

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin-right: auto;
  position: relative;
  margin-left: auto;
}
.container.w600 {
  max-width: 600px;
}
.container.w1073 {
  max-width: 1073px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1300 {
  max-width: 1300px;
}

.w780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

main {
  position: relative;
}

.toLetter .spn {
  opacity: 0;
  transform: scale(0.8);
}
.toLetter.animated .spn {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
}

.line {
  display: block;
  margin: calc(2 * var(--gap)) 0;
  width: 0;
  background-color: #32040E;
  height: 1px;
  transition: width 0.7s;
}
.line.animated {
  width: 100%;
}

.container .grid_4.fadeIn:nth-child(2) {
  transition-delay: 0.25s;
}

.container .grid_4.fadeIn:nth-child(3) {
  transition-delay: 0.5s;
}

#enq_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  font-family: #32040E;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #32040E;
  color: #32040E;
  z-index: 8;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}

.badge {
  position: relative;
  margin: auto;
  max-width: 60%;
  width: 200px;
}

.dark-gif {
  width: 150px;
  margin: auto;
}

#enq {
  z-index: 8;
}

#thank {
  padding: 100px 20px;
}
#thank * {
  color: #32040E;
  text-align: center;
  font-family: "Kapra Neue Pro Exp";
  font-size: 22px;
}

video {
  display: block;
}

.page-videos {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.banner {
  position: absolute;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #F7D5C4;
  width: 100%;
  padding: 0 var(--gap);
  top: 0;
  left: 0;
  z-index: 12;
}
.banner .close {
  position: absolute;
  right: var(--gap);
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

.modern {
  font-family: "SelfModern-Regular";
}

.tpa-disclaimer {
  font-size: 12px;
}

.intro-logo {
  max-width: 500px;
  margin: auto;
}

/*---------------------*/
.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.flex-sb {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-sb.links-holder {
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
}

.flex-ch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pink {
  color: #F7D5C4;
}

.bg-pink {
  background-color: #F7D5C4;
}

.magenta {
  color: #32040E;
}

.bg-magenta {
  background-color: #32040E;
  color: #F7D5C4;
}

.ofh {
  overflow: hidden;
}

.full-width {
  width: 100%;
}

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

.relative {
  position: relative;
}

.underline {
  text-decoration: underline;
}

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

.ls10 {
  letter-spacing: 0.1em;
}

.left-align {
  text-align: left;
}

.kapra {
  font-family: "Kapra Neue Pro Exp";
}

.uppercase {
  text-transform: uppercase;
}

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

.mb20 {
  margin-bottom: 25px;
}

.mb40 {
  margin-bottom: calc(1.5 * var(--gap));
}

.mb50 {
  margin-bottom: calc(2 * var(--gap));
}

.ptxl {
  padding-top: calc(1.5 * var(--pad));
}

.pbxl {
  padding-bottom: calc(1.5 * var(--pad));
}

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

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

.ptm {
  padding-top: calc(0.5 * var(--pad));
}

.pbm {
  padding-bottom: calc(0.5 * var(--pad));
}

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

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

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

.pr40 {
  padding-left: 0 !important;
  padding-right: 40px !important;
}

.mbs {
  margin-bottom: 40px;
}

.mbxs {
  margin-bottom: 10px;
}

.w500 {
  width: 480px;
  max-width: 100%;
}

.w480 {
  width: 480px;
  max-width: 100%;
}

.w400 {
  width: 400px;
  max-width: 100%;
}

.w350 {
  width: 350px;
  max-width: 100%;
}

.quate span {
  display: block;
  padding-top: 20px;
  font-size: 10px;
  line-height: 1.3;
}

.just-mobile {
  display: none;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.8s;
  overflow: hidden;
}
.fadeIn.btn {
  transition: opacity 0.8s, color 0.3s, background 0.3s;
}
.fadeIn img {
  transition-delay: 0.25s;
  transform: scale(1.05);
  transition: transform 1s;
}
.fadeIn.animated {
  opacity: 1;
}
.fadeIn.animated img {
  transform: scale(1);
}

.gallery {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px 0;
  margin: 0 auto;
}
.gallery .galleries {
  width: calc(33% - 50px);
}

.enq-tel {
  font-family: "AyerPoster-Medium";
  font-size: 36px;
  text-align: center;
}

.thankyou-container {
  min-height: 100%;
  height: auto;
  padding: 150px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thankyou-graphic {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.preloader-anim {
  font-family: "AyerPoster-Medium";
  z-index: 100;
  color: #fff !important;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#fancySlider {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  position: relative;
}
#fancySlider .click_me {
  width: 66px;
  height: 14px;
  border: none;
  position: absolute;
  top: calc(50% - 1px);
  overflow: hidden;
  box-shadow: none;
  background: none;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#fancySlider .click_me svg {
  width: 100%;
  height: auto;
}
#fancySlider .click_me.left {
  left: calc(6% - 33px);
}
#fancySlider .click_me.right {
  right: calc(6% - 33px);
  transform: rotate(180deg);
}
#fancySlider .wrapper {
  position: absolute;
  display: none;
}
#fancySlider > div {
  width: calc(33% - 50px);
  position: relative;
  overflow: hidden;
}
#fancySlider > div#left:before, #fancySlider > div#right:before {
  transition-delay: 0.5s;
}
#fancySlider > div#left .next {
  left: 0;
}
#fancySlider > div#right .next {
  right: 0;
}
#fancySlider > div#center {
  padding: 0;
}
#fancySlider > div#center .next {
  width: 100%;
}
#fancySlider > div img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#fancySlider > div .next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: right;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  transition-duration: 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
#fancySlider > div .next.show {
  transition-duration: 1s;
  opacity: 1;
}
#fancySlider > div .current.hide {
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 0.2s;
  opacity: 0;
}
#fancySlider.show > div:before {
  top: 100%;
}

.mob {
  display: none;
}

.video-m {
  width: 100%;
}
.video-m video {
  height: auto;
  width: 100%;
}

.video-iframe {
  width: 100%;
  height: calc(57vw - var(--gap) - var(--gap));
}

@media screen and (max-width: 1400px) {
  .g_6 {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 1200px) {
  .g_6 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --gap: 15px;
    --pad: 60px;
    --header-height: 60px;
  }
  #cursor {
    display: none;
  }
  body {
    font-size: 15px;
  }
  a:not(.not-def) {
    font-size: 13px;
  }
  .desc {
    display: none;
  }
  .mob {
    display: block;
  }
  #nav-toggle::after {
    display: none;
  }
  #nav-toggle span {
    width: 20px;
  }
  .mb15m {
    margin-bottom: 15px;
  }
  .mb20m {
    margin-bottom: 22px;
  }
  .btn.enq, .tell {
    background-color: transparent !important;
    color: #32040E !important;
    padding-right: 0;
  }
  header .logo {
    max-width: calc(100% - 140px);
  }
  header.fixed .logo {
    width: 170px;
  }
  header #nav a .num {
    font-size: 0.3em;
  }
  .header-right {
    position: fixed;
    background-color: #fbf3ee;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    padding: 0 var(--gap);
    border-top: 1px solid #32040E;
  }
  section.landing {
    height: calc(100svh - 50px);
  }
  .gallery {
    width: 90%;
  }
  .gallery .galleries {
    width: 30%;
  }
  .landing-header {
    justify-content: center;
    position: static;
  }
  .landing-header a:first-child,
  .landing-header a:last-child {
    display: none !important;
  }
  #landing::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    transition: height 0.3s;
  }
  #landing::after {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
  }
  #page-home #landing::before {
    height: 100px;
  }
  #page-home #landing.removed::before {
    height: 60px;
  }
  #page-home #landing::after {
    height: 133px;
  }
  #preloader video {
    display: none;
  }
  #landing {
    background-color: #32040E;
    min-height: 420px;
  }
  #landing video {
    width: 100%;
    min-height: 50vh;
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  .scrolldown {
    gap: 20px;
    bottom: 20px;
  }
  .scrolldown .logo {
    height: 30px;
  }
  .scrolldown .scrollTo::before {
    display: none;
  }
  .banner {
    justify-content: flex-start;
    font-size: 9.5px;
  }
  footer {
    padding-bottom: 100px;
  }
  footer .logos-holder {
    flex-direction: column;
  }
  footer .logos-holder a {
    margin-bottom: 26px;
  }
  footer .logos-holder a img {
    margin: auto;
  }
  .landing {
    background-position: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #btm-nav {
    display: none;
  }
  .w500m {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .inline-m {
    display: inline;
    text-align: center;
  }
  .inline-m div {
    display: inline;
  }
  .inline-m p {
    display: inline;
    text-align: center;
  }
  .bl-m {
    display: block;
    text-align: center;
  }
  /*-----*/
  h1,
  h2,
  #landing .middle {
    font-size: 36px;
    letter-spacing: 0.01em;
  }
  .ptxl {
    padding-top: 100px;
  }
  .g_6, .grid_6 {
    width: 100%;
  }
  .sketch {
    max-width: 60%;
    margin: auto;
  }
  .pt15 {
    padding-top: 15px;
  }
  .toLetter.animated .spn {
    transition-delay: 0s !important;
  }
  .fixed .btn.enq {
    border: none;
  }
}