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

.w3-slider {
  width: calc(33.33% + var(--gap) * 0.33);
  position: static;
}

.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;
  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;
  max-height: calc(100vh - var(--header-height));
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  display: flex !important;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 4;
  left: var(--gap);
  bottom: 4px;
  letter-spacing: 0.02em;
}
.slick-arrow.slick-next {
  left: auto;
  right: var(--gap);
}

.slick-dots {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pop-slider {
  width: 80vw;
  margin: auto;
}

.full-slide {
  width: 100%;
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.full-slide-inner {
  width: -moz-max-content;
  width: max-content;
}

.fit-img {
  max-height: calc(100vh - 160px);
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pop-slider .slick-arrow {
  font-size: 0;
  left: -15px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 29px;
  background-size: cover;
  background-image: url(/images/buttons/prev.svg);
}
.pop-slider .slick-arrow.slick-next {
  left: auto;
  right: -15px;
  background-image: url(/images/buttons/next.svg);
}

@font-face {
  font-family: "Atlantis";
  src: url("/fonts/Atlantis-Regular.woff2") format("woff2"), url("/fonts/Atlantis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 65px;
  --gap: 30px;
  --light: #E8E3DA;
  --dark: #4E421C;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 72px;
  --xlm:174px;
  --xl: 191px;
}

.development {
  width: 1500px;
  position: relative;
  margin: auto;
  z-index: 1;
}

body {
  font-family: elza-text, sans-serif;
  color: var(--dark);
  background-color: var(--light);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 300;
  line-height: 1.38;
  font-size: 14px;
  text-align: center;
  text-align: center;
  letter-spacing: 0.01em;
}

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

#banner {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: var(--light);
  background: #3B3215;
  width: 100%;
  z-index: 5;
  font-family: "Atlantis";
  font-size: 18px;
  padding: 3px 0 5px 5px;
}

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

.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;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}

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

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

.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;
  }
}
.asp-910 {
  aspect-ratio: 9/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

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

.arden {
  width: 133px;
  margin: 0 auto 30px auto;
}

/* General */
.arrow {
  font-family: "Atlantis";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: var(--gap);
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
}
.arrow span {
  display: block;
  letter-spacing: 0.05em;
  font-size: 40px;
  margin: 0 auto var(--gap) auto;
}
.arrow img {
  margin: auto;
  width: 49px;
}

.gap {
  gap: 20px 40px;
}

.caption {
  font-size: 13px;
  padding: 10px 0;
  text-align: left;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.caption::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  transform: translateY(-2px);
}

.b-caption {
  font-size: 24px;
  text-align: center;
  font-family: "Atlantis";
  padding-bottom: 10px;
}

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

.center_align {
  text-align: center;
}

.absolute {
  position: absolute;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

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

.pbxl {
  padding-bottom: 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);
}

.pbxml {
  padding-bottom: var(--xlm);
}

.ptxml {
  padding-top: var(--xlm);
}

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

.pb105 {
  padding-bottom: 105px;
}

.pop-slide {
  padding-right: 25px;
  position: relative;
}

.pop-slide-btn {
  position: absolute;
  bottom: 13px;
  right: 41px;
  width: 27px;
  height: 22px;
  background-image: url(/images/buttons/plus.svg);
  display: block;
  z-index: 5;
  background-repeat: no-repeat;
}

.pop-up {
  position: fixed;
  z-index: 99;
  background-color: rgba(232, 227, 218, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.pop-up.active {
  pointer-events: initial;
}

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

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

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

.team-sec {
  border-top: 1px solid currentColor;
}
.team-sec .toggle-heading {
  position: relative;
  text-align: left;
  padding: 10.5px 0;
}

.inner {
  display: none;
  padding-bottom: 30px;
}

.plus {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.plus:after,
.plus:before {
  background-color: currentColor;
  position: absolute;
  display: block;
  content: "";
}

.plus:after {
  width: 9px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  right: 0;
}

.plus:before {
  width: 1px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  transition: transform 0.4s;
}

.team-sec.active .plus:before {
  transform: scale(0);
}

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

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

#fix-bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.para {
  overflow: hidden;
  height: 100vh;
  height: 100svh;
}
.para .inner-para {
  z-index: 1;
  position: relative;
  height: 100%;
  background-size: cover;
}

/* Headings */
h1,
h2,
h3, h5 {
  font-family: "Atlantis";
  font-weight: 400;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 36px;
  line-height: 1.05;
}

h2 {
  font-size: 36px;
  line-height: 1.05;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19.6px;
  letter-spacing: 0.1em;
}

h5 {
  font-size: 16px;
}

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

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

#map {
  height: calc(100vh - var(--header-height));
}

.w3-holder {
  overflow: hidden;
  padding-bottom: 30px;
}
.w3-holder:after {
  width: 2px;
  right: -1px;
  top: 0;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  background-color: var(--light);
}

.max560 {
  max-width: 610px;
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.animated {
  opacity: 1;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.over-hidden {
  overflow: hidden;
}

.toAnimate.lazyImg {
  filter: blur(5px);
  transition: opacity 1s, filter 1s;
  opacity: 0;
}

.lazyImg.animated {
  opacity: 1;
  filter: blur(0);
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 18px;
  padding: 0px 34px 0 34px;
  background-color: var(--dark);
  color: var(--light);
  line-height: 1;
  transition: all 0.4s;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Atlantis";
  min-width: 249px;
}
.btn.btn-light {
  color: var(--dark);
  background-color: var(--light);
  border: 1px solid var(--light);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--light);
    color: var(--dark);
    border: 1px solid var(--dark);
  }
  .btn:hover.btn-light {
    background-color: var(--dark);
    color: var(--light);
    border: 1px solid var(--light);
  }
  .btn:hover.btn-light.enq {
    border: none;
  }
  header .btn:hover {
    background-color: var(--light);
    color: var(--dark);
  }
  header.bg .btn:hover {
    background-color: var(--dark);
    color: var(--light);
  }
}
.gr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 214px;
  display: block;
  z-index: 2;
  opacity: 0.35;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 50%, #000000 87.79%);
}
.gr.btm {
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 50%, #000000 87.79%);
}

.logos {
  display: flex;
  justify-content: center;
  gap: 55px;
  align-items: flex-start;
}
.logos img {
  display: block;
  height: 18px;
}

.links {
  font-size: 10px;
  gap: 5px;
  padding: 30px 0;
  border-top: 1px solid #796e41;
  width: 1198px;
  text-align: center;
  color: var(--light);
  text-align: left;
}
.links img {
  width: 127px;
}

.close {
  position: absolute;
  background-size: cover;
  width: 36px;
  height: 36px;
  z-index: 5;
  right: var(--gap);
  top: var(--gap);
  display: block;
  background-image: url(/images/buttons/close.svg);
}

.popUp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  opacity: 0;
  transition: opacity 0.7s;
  justify-content: center;
  align-items: center;
  background: var(--light);
}

.innerPop {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 80px 20px;
}

.innerPop .container {
  width: 1000px;
  text-align: left;
}

.innerPop p {
  margin-bottom: 20px;
}

.innerPop h4 {
  margin-bottom: 25px;
}

.mob {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 6;
  padding: 0 var(--gap);
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.3s;
  height: var(--header-height);
  font-family: "Atlantis";
  font-size: 20px;
  height: 110px;
  line-height: 1;
}
header .phone {
  position: relative;
  z-index: 3;
}
header .btn {
  z-index: 3;
}
header.moved {
  top: 0;
}
header.moved #bg {
  top: 0;
}
header.bg {
  color: var(--dark);
  height: var(--header-height);
}
header.bg #bg {
  transform: translateY(0%);
}
header.bg .btn {
  background-color: var(--dark);
  color: var(--light);
}

.logo {
  display: block;
  width: 342px;
  max-width: calc(100% - 200px);
  top: 70px;
  z-index: 15;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
}

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

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

#enquire {
  background-size: cover;
  color: #fff;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3B3215;
  color: #ECE8E1;
}

.bg_enq {
  position: absolute;
  z-index: 0;
  width: 800px;
  max-width: 95%;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.register {
  width: 583px;
  margin: auto;
  max-width: calc(100% - 40px);
  position: relative;
}

input,
textarea,
select,
.upload-holder,
.post-holder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--light);
  border-bottom: 1px solid currentColor;
  font-family: inherit;
  margin-bottom: 4px;
  padding: 22px 0 12px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
}

select option {
  background-color: #3B3215;
}

.b_submit {
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 17px auto 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  letter-spacing: 0.02em;
  color: #8592A5;
  border: none;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.check-holder {
  position: relative;
  padding: 15px 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: currentColor;
}

.check-holder label {
  padding-left: 30px;
  position: relative;
  width: 100%;
}

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

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

.privacy {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.01em;
  max-width: 360px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
    --l: 40px;
    --xl: 80px;
    --xlm: 80px;
    --gap:25px ;
  }
  .full-height {
    height: calc(100vh - 45px);
    height: calc(100svh - 45px);
  }
  .top-logo {
    width: 160px;
  }
  .desk {
    display: none;
  }
  #desk-slider {
    display: none;
  }
  .mob {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .full-m {
    max-width: 100%;
    width: 100%;
  }
  h1, h2 {
    font-size: 22px;
  }
  .logo {
    height: 10vh;
    height: 10svh;
    width: -moz-max-content;
    width: max-content;
    max-width: 95%;
    top: 60px;
    color: var(--dark);
  }
  .logo svg {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
  .para {
    height: calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .arrow span {
    font-size: 30px;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    color: var(--dark) !important;
    text-align: right;
    justify-content: flex-end;
    padding-right: var(--gap);
  }
  header .phone.mob {
    position: fixed;
    left: var(--gap);
    bottom: 0;
    z-index: 50;
    color: var(--dark);
    display: flex;
    align-items: center;
    font-size: 18px;
    height: 50px;
    justify-content: center;
  }
  .container.w1340 {
    max-width: calc(100% - var(--gap) * 2);
  }
  .pt5 {
    padding: 0;
  }
  .grid_4, .grid_6 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
  }
  .w3-slider {
    width: 100%;
  }
  .pop-slide {
    padding-right: 0;
  }
  .pop-slide-btn {
    bottom: 9px;
    right: 9px;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  .links {
    padding-bottom: 70px;
  }
  #map {
    height: 100vw;
  }
  header.bg .btn {
    background-color: var(--light) !important;
  }
}