@font-face {
  font-family: "Campton Book";
  src: url("/fonts/Campton-Book.woff2") format("woff2"), url("/fonts/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("/fonts/Campton-Light.woff2") format("woff2"), url("/fonts/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("/fonts/Campton-Medium.woff2") format("woff2"), url("/fonts/Campton-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gallery Modern";
  src: url("/fonts/GalleryModernRegular.woff2") format("woff2"), url("/fonts/GalleryModernRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Souvenir Std";
  src: url("/fonts/SouvenirStd-Light.woff2") format("woff2"), url("/fonts/SouvenirStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 70px;
  --green: #829A6C;
  --brown: #2A401B;
  --grey:#dfe2dd;
  --gap: 40px;
  --big-pad: 20vh;
  --mid-pad: 15vh;
  --sml-pad: 10vh;
  --pad-side: 10%;
}

body {
  font-family: "Campton";
  font-size: 16px;
  background: #fff;
  color: #2A401B;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ITC {
  font-family: "ITC Souvenir Std";
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

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

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

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

section {
  position: relative;
}

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

.fadeIn.animated {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}

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

.flex-s {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
}

.flex-sh {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
}

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

.imgToChange {
  filter: blur(10px);
  transition: all 0.7s;
  transition-delay: 0.5s;
}
.imgToChange.loaded {
  filter: blur(0);
}

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

.artist {
  position: relative;
}

.relative {
  position: relative;
}
.relative img {
  position: relative;
  z-index: 1;
}

.banner {
  position: absolute;
  padding: 10px;
  background: #db2600;
  color: #fff;
  z-index: 5;
  font-size: 16px;
  width: 220px;
  height: 220px;
  right: 30px;
  bottom: 30px;
  letter-spacing: 0.2em;
  font-weight: 300;
  border-radius: 50%;
  padding: 5px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner span {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 5px 5px 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

#enquire .banner {
  bottom: 150px;
}

.artist:after {
  position: absolute;
  display: block;
  bottom: 15px;
  left: 15px;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  content: "ARTIST IMPRESSION";
  line-height: 1;
  z-index: 5;
}

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

.bg-video {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.g30 {
  width: calc(33.33% - 15px);
  position: relative;
}

.g50 {
  width: calc(50% - 15px);
  position: relative;
}

.g70 {
  width: calc(66.66% - 11px);
  position: relative;
}

.g40 {
  width: 40%;
}

.g60 {
  width: 60%;
}

.g55 {
  width: 55%;
}

.g50-15 {
  width: calc(50% - 10px);
  min-width: 400px;
  max-width: 100%;
}

.grid_4 {
  width: 33.33%;
  padding: 0 10px;
}

.icon-holder {
  padding: 10px;
  width: 370px;
  margin: 0 auto 30px auto;
  max-width: 100%;
}
.icon-holder img {
  width: 44px;
  display: block;
  margin: 0 auto 25px auto;
}

.g25 {
  width: 25%;
}

.g9 {
  width: 75%;
}

.leftalign {
  text-align: left;
}

.link-title {
  display: block;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  border-bottom: 1px solid #CED0D7;
}

/* General */
.img {
  width: 100%;
  margin: 0;
  display: block;
}

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

p {
  font-family: "Campton Book";
}

h1 {
  font-family: "Gallery Modern";
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}
h1.middle {
  font-size: 128px;
  text-transform: uppercase;
  z-index: 5;
}

h2 {
  font-family: "Gallery Modern";
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-family: Campton;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.to-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
.to-hover img {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.to-hover .abs-img {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.to-hover:hover .abs-img {
  opacity: 1;
  transform: scale(1.03);
}

.g55 h3 {
  max-width: 460px;
}
.g55 p {
  max-width: 460px;
}

h4 {
  font-family: Campton;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.top-hero {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
}

body.loaded .top-hero {
  opacity: 1;
}

body.loadedfinal .top-hero {
  filter: blur(0);
}

.abs-link {
  font-family: "Campton";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  z-index: 2;
}
.abs-link span {
  display: block;
  margin-bottom: 10px;
}
.abs-link img {
  display: block;
  width: 15px;
  margin: auto;
}

.container {
  position: relative;
  width: calc(100% - var(--gap) - var(--gap));
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  max-width: 800px;
  justify-content: space-between;
}

.w560 {
  max-width: 560px;
}

p.w560 {
  margin: auto;
}

.full-h {
  height: 100svh;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.flex-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pk {
  width: 740px;
  max-width: 80%;
  margin: auto;
}

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

.ptl {
  padding-top: 230px;
}

.pbl {
  padding-bottom: 230px;
}

.ptm {
  padding-top: 100px;
}

.pbm {
  padding-bottom: 100px;
}

.pts {
  padding-top: 30px;
}

.pbs {
  padding-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

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

/* Navigation */
header {
  position: fixed;
  height: var(--header-height);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  transition: background 0.5s;
}
header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 257px;
  display: block;
}
header .logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo svg path {
  transition: fill 0.5s;
}
header.fixed {
  background-color: rgb(255, 255, 255);
  color: var(--brown);
}
header.fixed #nav-toggle span {
  background-color: var(--brown);
}
header.fixed .logo svg path {
  fill: var(--brown);
}

#page-home .logo {
  opacity: 0;
  transition: opacity 0.5s;
}

#page-home .fixed .logo {
  opacity: 1;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  width: 100%;
  height: 100svh;
  background-color: var(--brown);
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  z-index: 3;
  flex-wrap: wrap;
  flex-direction: column;
}
#nav #ul {
  position: relative;
  z-index: 2;
}
#nav #ul::before {
  position: absolute;
  left: -100vw;
  width: 100vw;
  top: -100vh;
  height: 200vh;
  z-index: 3;
  content: "";
  display: block;
}
#nav #ul::after {
  position: absolute;
  right: -100vw;
  width: 100vw;
  top: -100vh;
  height: 200vh;
  z-index: 3;
  content: "";
  display: block;
}

#nav li {
  width: 100%;
  display: block;
  list-style: none;
  position: relative;
  text-align: center;
}
#nav li .fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
#nav li:hover .fix-bg {
  opacity: 1;
  z-index: 0;
}
#nav li a {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "Gallery Modern";
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

#nav-toggle {
  display: flex;
  width: 75px;
  height: 15px;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  color: inherit;
  z-index: 5;
}

#nav-toggle::after {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: left;
  content: "MENU";
}

#nav-toggle span {
  width: 13px;
  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 {
  width: 83px;
  color: #fff;
}

#nav-toggle.active::after {
  content: "CLOSE";
}

#nav-toggle.active span.sp1 {
  top: 5px;
  background-color: #fff;
}

#nav-toggle.active span.sp3 {
  top: 5px;
  background-color: #fff;
}

.btn {
  display: flex;
  color: #fff;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  font-family: "Campton";
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  padding: 1px 18px 0 18px;
  height: 32px;
  text-transform: uppercase;
}

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

/* enquiry */
#enquire {
  padding: 150px 0;
}

.register {
  max-width: 700px;
}

.bar {
  display: block;
  margin: 70px 0;
  height: 1px;
  width: 100%;
  background-color: var(--green);
}

label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-family: "Campton Book";
  font-size: 13px;
}

input,
textarea,
select {
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 12px;
  width: 100%;
  color: var(--brown);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #aab3a4;
  text-align: left;
  resize: none;
  font-family: "Campton Book";
}

select {
  background-image: url(/images/buttons/arrowDown.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}

select option {
  text-align: left;
  background-color: #fff;
  color: var(--green);
}

.privacy {
  font-size: 10px;
}

.b_submit {
  width: 100%;
  cursor: pointer;
  font-family: "Campton";
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  transition: all 0.4s;
}
.b_submit:hover {
  background-color: var(--green);
  color: #fff;
}

.check-holder ul {
  display: none !important;
}

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

.checkBox + label {
  padding: 15px 0 15px 30px;
  position: relative;
  text-align: center;
  display: block;
  color: var(--brown);
  text-align: left;
  line-height: 1.17em;
  display: block;
}

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

.checkBox + 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 var(--brown);
  border-right: 2px solid var(--brown);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

.checkBox: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: 0.7;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

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

.underline {
  text-decoration: underline;
  display: block;
}

#map {
  height: calc(100svh - var(--header-height) - var(--header-height));
  min-height: 300px;
}

#map-cats {
  width: 340px;
  max-width: 100%;
  border-bottom: 1px solid var(--brown);
  padding-bottom: 10px;
}

.map-cat {
  width: 100%;
  border-top: 1px solid var(--brown);
  margin-top: 10px;
}

.map-link {
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  text-transform: uppercase;
  display: block;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.map-link::after {
  width: 14px;
  height: 14px;
  display: block;
  cursor: pointer;
  border: 1px solid var(--grey);
  content: "";
  right: 0;
  top: 12px;
  position: absolute;
}
.map-link.active::before {
  width: 6px;
  height: 6px;
  background-color: var(--green);
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  top: 16px;
  display: block;
  position: absolute;
}
.map-link.active {
  margin-bottom: 5px;
}

.map-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.logos {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  padding: 30px 0 0 0;
  flex-wrap: wrap;
  max-width: 100%;
}
.logos img {
  width: auto;
  height: 40px;
}

/*footer*/
.top-foot {
  padding: 50px 0;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}
.top-foot p, .top-foot a {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Campton Book";
}

.mid-foot p, .btm-foot p {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.16em;
  padding: 20px;
}

.btm-foot {
  border-top: 1px solid var(--grey);
}

.disclaimer {
  width: 25%;
  border-right: 1px solid var(--grey);
}

.tpa {
  width: 50%;
}

.switch {
  position: absolute;
  bottom: 30px;
  display: flex;
  z-index: 50;
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  left: 0;
  width: 100%;
}
.switch a {
  display: flex;
  min-width: 144px;
  height: 28px;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
}
.switch a.active {
  color: var(--brown);
  background-color: #fff;
}

.toSwitch {
  position: relative;
}

.toSwitch img {
  position: relative;
  z-index: 1;
}

.toSwitch .abs-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.switch-theme.toSwitch .abs-img {
  opacity: 1;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

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

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

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

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

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

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

.call {
  display: block;
  font-weight: 500;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.popop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.popop .inner {
  width: 800px;
  max-width: 95%;
  margin: auto;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 50px;
  text-align: left;
}
.popop .inner p {
  margin-bottom: 10px;
}
.popop .bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popop .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}

@media screen and (max-width: 1200px) {
  .g50-15 {
    min-width: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  :root {
    --gap: 20px;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 80px;
  }
  h1.middle {
    font-size: 70px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 16px;
  }
  #nav li a {
    font-size: 32px;
  }
  .abs-link {
    font-size: 14px;
  }
  header {
    height: 60px;
  }
  header .logo {
    width: 140px;
    display: block;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
  header .enq {
    display: none;
  }
  #nav-toggle {
    width: 13px !important;
  }
  #nav-toggle::after {
    display: none;
  }
  .pbl {
    padding-bottom: 80px;
  }
  .ptl {
    padding-top: 80px;
  }
  .ptm {
    padding-top: 60px;
  }
  .pbm {
    padding-bottom: 60px;
  }
  .asp11 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .g55, .g50-15, .g40, .grid_4, .g60 {
    width: 100%;
  }
  #enquire {
    padding: 60px 0 40px 0;
  }
  #enquire h3 {
    font-family: "Gallery Modern";
    font-size: 38px;
    margin-bottom: 25px;
  }
  .g30 {
    width: 100%;
    margin-bottom: 20px;
  }
  .nombm {
    margin-bottom: 0;
  }
  .top-foot .grid_4 {
    margin-bottom: 30px;
  }
  .top-foot {
    padding: 50px 0 30px 0;
  }
  .disclaimer {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey);
  }
  .tpa {
    width: 100%;
  }
  #map {
    height: 100vw;
  }
  .g25 {
    width: 100%;
    margin-bottom: 15px;
  }
  .g9 {
    width: 100%;
  }
  .g50 {
    width: 100%;
  }
  input, textarea, select {
    margin-bottom: 15px;
  }
  .mbm {
    margin-bottom: 40px;
  }
  .logos p {
    width: 50%;
    margin-bottom: 20px;
  }
  .banner {
    font-size: 16px;
    width: 160px;
    height: 160px;
    font-size: 12px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
    bottom: auto;
  }
  #enquire .banner {
    top: auto;
    bottom: auto;
    position: relative;
    margin: 30px auto;
  }
}