@font-face {
  font-family: "TradeGothic LT Extended";
  src: url("/fonts/TradeGothicLT-Extended.woff2") format("woff2"), url("/fonts/TradeGothicLT-Extended.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TradeGothic LT Extended";
  src: url("/fonts/TradeGothicLT-BoldExtended.woff2") format("woff2"), url("/fonts/TradeGothicLT-BoldExtended.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambon";
  src: url("/fonts/Cambon-SemiBold.woff2") format("woff2"), url("/fonts/Cambon-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambon";
  src: url("/fonts/Cambon-Regular.woff2") format("woff2"), url("/fonts/Cambon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 65px;
  --gap: 100px;
  --light: #e0e0e0;
  --white: #f5f5f5;
  --dark: #131F2E;
  --black:#1f3618;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 77px;
  --xl: 118px;
  --xxl: 180px;
}

.gt {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "TradeGothic LT Extended";
  font-weight: 700;
  font-size: 10px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
  background: var(--light);
  color: var(--dark);
  margin: 0;
  padding: 0;
  text-align: left;
  height: calc(100vh + 1px);
  overflow: hidden;
}
body.loaded {
  height: auto;
  overflow: initial;
}

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

.body-text {
  font-family: Cambon;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #1f3618;
}

.darker {
  color: var(--black);
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 45%;
}

.grid_6 {
  width: 50%;
}

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

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
a, button {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  background: transparent;
}

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

.border-t {
  border-top: 1px solid #889079;
}

.border-b {
  border-bottom: 1px solid #889079;
}

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

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
}
.loader.disable {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.logo-bottom {
  position: absolute !important;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
}
.logo-bottom svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo-bottom .not-by-g {
  display: none;
}

.trn17 {
  margin-top: -15vw;
}

.logo-top {
  width: 100%;
}
.logo-top svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo-top .by-g {
  display: none;
}

.logo-enq {
  width: calc(100% - 40px);
}

.btn-slider {
  border: 1px solid currentColor;
  width: 50px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Grosa Trial";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}
.play img {
  display: block;
  width: 35px;
}

@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-width {
  width: 100%;
}

.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 18px;
  position: relative;
  color: var(--light);
  z-index: 1;
  background-size: cover;
}
.full-height * {
  position: relative;
  z-index: 2;
}
.full-height .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.5;
  z-index: 0;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  z-index: 5;
}

/* General */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.g10 {
  gap: 10px;
}

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

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

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

.absolute {
  position: absolute;
}

.uppercase {
  text-transform: uppercase;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

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

.max545 {
  max-width: 545px;
}

.max594 {
  max-width: 584px;
}

.max608 {
  max-width: 608px;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

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

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

.links-holder {
  gap: 40px;
  justify-content: center;
}

.link {
  transition: 0.35s;
  width: 209px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  position: relative;
}

.link:before,
.link:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}

.link:after {
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center 0;
}

.link:hover:before {
  opacity: 0;
  transform: scale(0, 1);
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.link:hover:after {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.2s ease-in-out 0.25s;
}

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

#icon-hoder {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  overflow: hidden;
}
#icon-hoder img {
  display: block;
  transition: transform 0.7s;
  transform: translateY(105%);
}
#icon-hoder.show img {
  transform: translateY(0%);
}

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

h1, .h1 {
  font-family: "Cambon";
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1;
}

h2 {
  font-family: "Cambon";
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.12;
}

sup {
  font-size: 0.75em;
  font-family: inherit;
}

h3 {
  font-family: "Cambon";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.f20 h1, .f20 h2 {
  font-size: 20px;
}

h4 {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
h4::before {
  width: 4px;
  height: 4px;
  background-color: currentColor;
  display: block;
  content: "";
  transform: translateY(-0.1em);
}

h5 {
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 20px;
}

h6 {
  font-family: "Larken";
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.caption {
  padding-top: 15px;
  text-align: left;
  position: absolute;
  opacity: 0;
}

.asp1-1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.max500 {
  max-width: 560px;
  margin-bottom: 22vh;
  width: 55%;
}

.f16 {
  font-size: 16px;
}

.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;
  flex-wrap: wrap;
  height: 44px;
  padding: 0 34px;
  border: 1px solid currentColor;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.4s;
  transition-delay: none !important;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  color: currentColor;
}
.btn:hover {
  color: var(--light);
  background-color: var(--dark);
  border: 1px solid var(--dark);
}
.btn.btn-light {
  color: var(--dark) !important;
  background-color: var(--light) !important;
}

#txt * {
  text-align: center;
}

footer {
  background-color: var(--dark);
  padding: 0 18px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--light);
}

.logos {
  display: flex;
  gap: 20px;
}

.f10 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logos {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.links {
  gap: 50px;
}

.mob {
  display: none;
}

.toLetter .spn {
  opacity: 0;
  transform: scale(0.8);
}

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

.fadeInUp {
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: 0.3s;
}

.fadeInUp.animated {
  opacity: 1;
}

.asp1-1 {
  width: 100%;
  aspect-ratio: 1/1;
}

#page-booking {
  padding-top: 90px;
  background-color: var(--dark);
}
#page-booking header {
  color: var(--light) !important;
}
#page-booking header.bg {
  background-color: var(--dark) !important;
}
#page-booking h4 {
  padding: 0;
}
#page-booking h4::before {
  display: none;
}
#page-booking #th {
  min-height: 100vh;
  display: flex;
  padding: 40px 15px;
  justify-content: space-between;
  color: var(--light);
  align-items: center;
  flex-direction: column;
}
#page-booking #th .links {
  gap: 15px;
}
#page-booking #th .contact {
  width: 100%;
}

.slider-holder {
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.slider-holder.full-width {
  width: 100%;
}

.slider-trn {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: rtl-anim;
  position: relative;
}
.slider-trn .slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

@keyframes rtl-anim {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}
.center-align {
  text-align: center;
}

.contact {
  font-family: "Cambon";
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 400;
}

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

.flex-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.flex-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.p-contact {
  font-family: Cambon;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 18px;
  text-align: center;
  color: #efefef;
}

.bd-top {
  border-top: 1px solid;
}

.form-input {
  border: none;
  border-bottom: 0.75px solid #efefef;
  border-radius: 0;
  opacity: 0.75;
}

.form-select {
  border: none;
  border-bottom: 0.75px solid #efefef;
  border-radius: 0;
  opacity: 0.75;
}

.logo-txt {
  color: var(--light) !important;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 18px;
  text-align: center;
  color: #efefef;
}

header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  transition: transform 0.75s;
  color: var(--light);
  z-index: 100;
  transform: translateY(-100%);
  background: var(--light);
}
header .logo {
  display: block;
  width: 260px;
}
header.bg {
  transform: translateY(0);
}

#enquire {
  position: relative;
  z-index: 999;
  color: var(--light);
}

.arc {
  position: relative;
  height: 200px;
  color: var(--dark);
  overflow: hidden;
}
.arc img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

label {
  display: block;
  margin-bottom: 10px;
  font-family: "Cambon";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: left;
  opacity: 0.75;
}

select {
  background-image: url(/images/buttons/arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
}
select option {
  background-color: white;
  color: black;
}

.register {
  width: 948px;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 40px;
}
.form .grid_6 {
  width: calc(50% - 20px);
}

.w400 {
  width: 400px;
  margin: 0 auto 30px auto;
}

.tel {
  font-size: 20px;
  display: block;
}

input,
textarea,
select,
.upload-holder,
.post-holder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border-radius: 5px;
  border: 1px solid #343e4b;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--light);
  margin-bottom: 15px;
  padding: 15px;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  font-family: inherit;
}

.b_submit {
  width: 100% !important;
  margin-top: 15px;
  text-align: center;
  text-transform: none;
  background-color: var(--dark) !important;
  color: var(--light) !important;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Cambon";
}
.b_submit:hover {
  background-color: var(--light) !important;
  border: 1px solid var(--dark);
  color: var(--dark) !important;
}

.b_contact {
  background-color: var(--dark) !important;
  color: var(--light) !important;
  cursor: pointer;
  font-family: "TradeGothic LT Extended";
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 18px;
  text-align: center;
  color: #efefef;
}
.b_contact:hover {
  background-color: var(--light) !important;
  border: 1px solid var(--dark);
  color: var(--dark) !important;
}

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

.form-row {
  padding-bottom: 15px;
  position: relative;
}

.err-message {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spinner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner svg {
  animation: loading-rotate 2s linear infinite;
  height: 42px;
  width: 42px;
}

.spinner .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  animation: loading-dash 1.5s ease-in-out infinite;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

.radio-holder {
  gap: 15px;
}

.check-holder {
  position: relative;
  padding: 10px 0;
  min-width: 92px;
}

.no-pad .check-holder {
  padding: 0 0;
}

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

.check-holder label {
  padding-left: 20px;
  position: relative;
  color: #EFEFEF;
  text-transform: none;
  width: 100%;
  line-height: 1.2;
}

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

.check-holder label:after {
  position: absolute;
  left: 3px;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 50%;
}

.thx {
  text-align: center;
  padding-top: calc(50vh - 200px);
}

.parsley-errors-list {
  list-style: none;
}

.logo-f {
  width: 540px;
  display: block;
}

.l15 {
  text-align: center;
  letter-spacing: 0.15em;
}

#th {
  min-height: calc(100vh - 360px);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 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-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 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  bottom: 70px;
  left: calc(50% + 5px);
  width: 50px;
  height: 23px;
  border: 1px solid currentColor;
  right: 0;
  background-image: url(/images/buttons/nBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.slick-arrow.slick-prev {
  left: auto;
  right: calc(50% + 5px);
  background-image: url(/images/buttons/pBtn.svg);
}

@media screen and (max-width: 1368px) {
  :root {
    --gap: 20px ;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
    --l:40px;
    --xl:80px;
  }
  #landing {
    background-image: url(/images/home/hero-mobile.jpg) !important;
    background-position: 50% 80% !important;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .play {
    position: relative;
    bottom: auto;
    margin: 0 auto;
  }
  .enq-m {
    position: absolute;
    bottom: 30px;
  }
  header {
    height: 55px;
  }
  header .logo {
    display: block;
    width: 190px;
  }
  .row {
    gap: 30px 0;
  }
  .col {
    gap: 0 30px;
  }
  .full-height {
    padding: 10px;
  }
  .arc {
    height: 60px;
  }
  .grid_4, .grid_6, .grid_5, .grid_8, .grid_7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form .grid_6 {
    width: 100%;
  }
  .thx {
    text-align: center;
    padding: 30px 0;
  }
  footer .border-t {
    text-align: center;
  }
  footer .border-t p {
    margin-left: auto;
    margin-right: auto;
  }
  footer .border-t .row {
    gap: 0;
  }
  .radio-holder.row {
    gap: 15px;
  }
  .f10 {
    display: block;
    gap: 10px;
  }
  .f10 img {
    margin: 10px auto 0 auto;
    display: block;
  }
  .logos, .blk-m, footer .grid_7 {
    display: block;
  }
  .logos img, .blk-m img, footer .grid_7 img {
    margin: 0 auto;
  }
  input, textarea, select, .upload-holder, .post-holder {
    margin-bottom: 11px;
    padding: 12px;
  }
  .check-holder {
    padding: 5px 0;
  }
  .links {
    justify-content: space-between;
    gap: 30px;
  }
  .contact {
    width: 100%;
  }
  .pb-m {
    padding-bottom: 40px;
  }
  #page-booking .links {
    padding-bottom: 40px;
  }
  h3 {
    font-size: clamp(12px, 18px, 4.5vw);
  }
  #landing .full-m, #home .full-m {
    width: 100%;
  }
  #landing .full-m .slider-trn, #home .full-m .slider-trn {
    width: 100%;
  }
  #landing .full-m .slider-trn span, #home .full-m .slider-trn span {
    display: block;
    width: 100%;
    text-align: center;
  }
  section {
    overflow: hidden;
  }
  #home {
    text-align: center;
  }
  #home .btn {
    margin-left: auto;
    margin-right: auto;
  }
  #home h2 {
    max-width: 14em;
    margin-left: auto;
    margin-right: auto;
  }
  footer .p1, footer .p2 {
    display: none;
  }
  .auto-m {
    margin-left: auto;
    margin-right: auto;
  }
  .br-m {
    display: block;
  }
  .p2 {
    display: none;
  }
  .slider-holder {
    margin: auto;
  }
  footer .f20 {
    margin: auto;
  }
  .mb40m {
    margin-bottom: 40px;
  }
  .logo-bottom {
    display: none;
  }
  .grid_5 {
    width: 100%;
  }
  .logo-top .by-g {
    display: initial;
  }
  .pt-m {
    padding-top: var(--xl);
  }
  .g10 {
    gap: 10px;
  }
  .slick-arrow {
    opacity: 1;
  }
  .slider {
    padding-bottom: 160px;
  }
  .slick-list {
    overflow: initial;
  }
  .caption {
    bottom: -140px;
    width: 100%;
    opacity: 1;
  }
  .caption * {
    text-align: center;
  }
  .p-contact {
    font-size: 14px;
  }
  .flex-logo {
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
  }
  .o-1 {
    order: 1;
  }
  .o-2 {
    order: 2;
  }
  .o-3 {
    order: 3;
  }
}/*# sourceMappingURL=style.css.map */