@font-face {
  font-family: "Sohne Breit";
  src: url("/fonts/SohneBreit-Kraftig.woff2") format("woff2"), url("/fonts/SohneBreit-Kraftig.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("/fonts/Sohne-Buch.woff2") format("woff2"), url("/fonts/Sohne-Buch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("/fonts/Sohne-Kraftig.woff2") format("woff2"), url("/fonts/Sohne-Kraftig.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --banner-height: 40px;
  --header-height: 60px;
  --gap: 20px;
  --light: #ffffff;
  --red: #F17523;
  --dark: #36332E;
  --cream: #ede8e1;
  --xxs: 5px;
  --xs: 10px;
  --s: 40px;
  --m: clamp(40px, 87px, 11vh);
  --l: clamp(40px, 93px, 12vh);
  --xl: clamp(50px, 150px, 12vh);
}

body {
  font-family: "Sohne";
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
  margin: 0;
  text-align: center;
  padding: 0;
  background-color: var(--cream);
}

#page-penthouses {
  background: #292624;
  color: #EDE8E1;
}

.breit {
  font-family: "Sohne Breit";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

section {
  position: relative;
}

section.bg {
  background: #EDE8E1;
}

#page-penthouses section.bg {
  background: #292624;
}

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

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

.loaded .toFade {
  opacity: 1;
}

.delay1 {
  transition-delay: 0.2s;
}

.delay2 {
  transition-delay: 0.4s;
}

.delay3 {
  transition-delay: 0.6s;
}

.grid_4 {
  width: calc(33.33% - 13.66px);
  display: block;
}

.grid_3 {
  width: calc(25% - 23.33px);
}

.grid_6 {
  width: 50%;
}

.half {
  width: calc(50% - 10px);
  text-align: center;
}

.pad-all {
  padding: var(--gap);
  position: relative;
}
.pad-all::before {
  position: absolute;
  top: 0;
  background-color: currentColor;
  left: var(--gap);
  width: 0;
  height: 1px;
  opacity: 0.3;
  transition: width 0.7s;
  display: block;
  content: "";
}
.pad-all.animated::before {
  width: calc(100% - var(--gap));
}

.container {
  max-width: calc(100% - var(--gap) * 2);
  margin: auto;
  position: relative;
}
.container.w1200 {
  width: 1200px;
}

.inner {
  max-width: 460px;
}

.border-r {
  border-right: 1px solid #fff;
}

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

#page-penthouses .border-t {
  border-top: 1px solid #EDE8E1;
}

#page-penthouses #salesSec {
  display: none;
}

.w333 {
  width: 333px;
  max-width: 100%;
}

.max430 {
  max-width: 430px;
  margin: auto;
}

.w500 {
  width: 550px;
  max-width: 100%;
  margin: auto;
}

.w450 {
  width: 450px;
  max-width: calc(100% - 40px);
  margin: auto;
  text-align: left;
}

.max450 {
  max-width: 460px;
  text-align: left;
}

.max500 {
  width: 500px;
  max-width: calc(100% - 40px);
  text-align: left;
}

.w215 {
  width: 215px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

#map {
  font-family: "The Seasons";
}

.map-det {
  padding: 20px 0;
  border-top: 1px solid #A49374;
}

.map-head {
  cursor: pointer;
  position: relative;
}

.map-head:after {
  content: "";
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background: #A49374;
  position: absolute;
}

.map-head:before {
  content: "";
  display: block;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 1px;
  background: #A49374;
  position: absolute;
}

.map-cat.active .map-head:before {
  display: none;
}

.cat-inner {
  padding-top: 20px;
  display: none;
}

.map-p {
  line-height: 1.4;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

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

.pb100 {
  padding-bottom: 100px;
}

.ptb80 {
  padding: 80px 0;
}

.ptb100 {
  padding: 100px 0;
}

.pb150 {
  padding-bottom: 150px;
}

.pt150 {
  padding-top: 150px;
}

.ptb150 {
  padding: 150px 0;
}

.flex {
  display: flex;
}

.s-b {
  justify-content: space-between;
}

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

.gap {
  gap: var(--gap);
}

.flex-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

#map {
  height: 100vh;
}

#mapcat {
  text-align: center;
  max-width: 640px;
  margin: auto;
}

.leftalign {
  text-align: left;
}

.penSvg {
  display: none;
}

#page-penthouses .penSvg {
  display: block;
}

#page-penthouses .homeSvg {
  display: none;
}

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

/* General */
.img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
}

.img.loaded {
  width: 100%;
}

img.loaded {
  height: auto;
}

.fadeInUp {
  opacity: 0;
  transition: all 0.7s;
}

.tofadeAll.animated .fadeInUp {
  opacity: 1;
}

.fadeInUp.animated {
  opacity: 1;
}

.toFade.animated {
  opacity: 1;
}

.parallexHolder {
  position: relative;
  overflow: hidden;
}

.parallex {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: -120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: top 1s ease-out;
  overflow: hidden;
}

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

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.middle {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}

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

.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  background-size: cover;
}

#page-penthouses .enq {
  color: #292624;
  background: #EDE8E1;
}

#page-penthouses .cls-c {
  fill: #EDE8E1;
}

.title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--gap);
  padding: 12px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}

/* Headings */
h1,
h2,
h3,
h5 {
  margin: 0;
  font-weight: 400;
  font-family: "the-seasons", sans-serif;
  letter-spacing: 0.15em;
}

p {
  margin: 0;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}

.tel {
  display: block;
  font-family: "the-seasons", sans-serif;
  font-size: 30px;
  letter-spacing: 0.19em;
}

h1 {
  color: #fff;
  font-size: clamp(30px, 60px, 7vw);
  letter-spacing: 0.2em;
  line-height: 1.1;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(32px, 80px, 8.5vw);
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}

h3 {
  font-size: clamp(20px, 32px, 5.5vw);
  letter-spacing: 0;
  line-height: 1.25;
}

h4, .caption {
  font-family: "Sohne Breit";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.25em;
  line-height: 1.4;
  text-transform: uppercase;
}

.caption {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.scale-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.3);
  transform-origin: center center;
  background-position: center center;
}

.head-line {
  position: absolute;
  color: #fff;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 3;
}

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

.btn {
  color: var(--cream);
  background: var(--dark);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.btn.enq, .btn.btn-light {
  background-color: #fff;
  color: var(--dark);
}

header.bg .btn.enq {
  background-color: var(--dark);
  color: var(--cream);
}

#page-penthouses .btn.dark {
  background: #EDE8E1;
  color: #292624;
}

.news-c {
  display: flex;
  position: fixed;
  background: inherit;
  top: var(--header-height);
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  z-index: 5;
  font-size: 12px;
}

.news-c a {
  letter-spacing: 0.2em;
  display: block;
}

.news-det {
  width: 700px;
  margin: auto;
  max-width: calc(100% - 80px);
  text-align: left;
}

.news-det img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.headline {
  font-size: 20px;
  margin-bottom: 1.5em;
}

.date {
  font-size: 12px;
  margin-bottom: 1em;
}

.news-det p {
  margin-bottom: 1em;
}

/* Navigation */
/* enquiry */
#page-penthouses input,
#page-penthouses select,
#page-penthouses textarea {
  color: #EDE8E1;
  border-bottom: 1px solid #EDE8E1;
}

#page-penthouses input[type=submit] {
  background: #EDE8E1;
  color: #292624;
}

.privacy {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

.multi-container {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #A49374;
  margin-bottom: 10px;
  list-style: none;
}

/*News Page Start*/
#news_list .flex-c {
  justify-content: flex-start;
}

#news_list .grid_4 {
  margin-right: 25px;
}

#news_list .grid_4:nth-child(3n) {
  margin-right: 0;
}

/*News Page End*/
#page-penthouses .inputs-list {
  border-bottom: 1px solid #EDE8E1;
}

/*footer*/
.f40 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
}

.linkHome {
  display: none;
}

#page-penthouses .linkHome {
  display: block;
}

.total {
  display: block;
}

.logos {
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  align-items: center;
  padding: 60px 0;
  flex-wrap: wrap;
}

.logos a img {
  display: block;
}

.links {
  padding: 40px 0;
}

.links a {
  display: inline-block;
  font-size: 13px;
}

.bar {
  display: inline-block;
  margin: 0 7px 0 7px;
  transform: translateY(-2px);
  font-size: 12px;
}

.bar:after {
  content: "|";
}

.back {
  display: block;
  color: #292624;
  padding: 10px;
  color: #292624;
  background: #EDE8E1;
}

.m {
  display: none;
}

.logos a img.penSvg {
  display: none;
}

#page-penthouses .logos a img.penSvg {
  display: block;
}

#page-penthouses .logos a img.homeSvg {
  display: none;
}

.disclaimerPop {
  width: 100%;
  max-width: 600px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 20px 40px 20px 20px;
  background-color: #fff;
  border: 1px solid #000;
  pointer-events: none;
  transition: opacity 300ms;
  z-index: 1000;
}

.disclaimerPop.active {
  opacity: 1;
  pointer-events: all;
}

.closeDisclaimer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.closeDisclaimer::before,
.closeDisclaimer::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.closeDisclaimer::before {
  transform: rotate(45deg);
}

.closeDisclaimer::after {
  transform: rotate(-45deg);
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0 0 40px 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

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

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

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

* html .flexslider .slides {
  height: 1%;
}

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

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

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

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

.flex-direction-nav a {
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  left: 0;
  font-size: 0;
  width: 50%;
}

.flex-direction-nav .flex-next {
  left: 50%;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 6;
  text-align: center;
}

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

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  border: 1px solid var(--dark);
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: var(--dark);
}

.flex-control-paging li a.flex-active {
  background: var(--dark);
  cursor: default;
}

.popSlider {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cream);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
  z-index: 9999;
}
.popSlider.active {
  pointer-events: initial;
  opacity: 1;
}
.popSlider .fit-li {
  padding: 49px 0;
  height: 100vh;
  display: flex;
}
.popSlider .fit-li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.popSlider .closeSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 6;
  font-size: 9px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid currentColor;
}

.popImg,
.galImg {
  cursor: pointer;
}

.popSlider .flexslider {
  max-height: 100vh !important;
}

.popSlider .flex-direction-nav a {
  height: auto !important;
  top: auto !important;
  width: -moz-max-content !important;
  width: max-content !important;
  bottom: 0 !important;
  font-size: 9px;
  letter-spacing: 0.15em;
  opacity: 1 !important;
  cursor: pointer !important;
}

.popSlider .flex-direction-nav {
  height: auto !important;
  bottom: 18px !important;
  top: auto;
}

.popSlider .flex-direction-nav .flex-next {
  right: 20px !important;
  left: auto;
}
.popSlider .flex-direction-nav .flex-next:after {
  content: "NEXT";
}

.popSlider .flex-direction-nav .flex-prev {
  left: 20px !important;
  right: auto;
}
.popSlider .flex-direction-nav .flex-prev:after {
  content: "PREV";
}

.popSlider .caption {
  position: absolute;
  line-height: 1;
  bottom: 0;
  height: 49px;
  left: 0;
  right: 0;
  border-top: 1px solid currentColor;
  font-size: 9px !important;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  margin: 0 !important;
}

.glist {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.fit-flex {
  padding: 49px 0;
  height: 100vh;
  align-items: center;
  display: flex;
}
.fit-flex .info {
  width: 0;
  transition: width 0.5s, height 0.5s;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-self: stretch;
}
.fit-flex .fit-holder {
  height: 100%;
  width: 100%;
  transition: width 0.5s, height 0.5s;
}
.fit-flex .fit-holder img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.BackBtn {
  position: absolute;
  top: 17px;
  right: var(--gap);
  border: none;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 5px 5px 5px 0;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  opacity: 0;
}

.infoBtn {
  position: absolute;
  top: 17px;
  left: var(--gap);
  border: none;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 5px 5px 5px 0;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  z-index: 50;
}
.infoBtn:after {
  content: "+";
}

.active-info .info {
  border-right: 1px solid currentColor;
}
.active-info .BackBtn {
  opacity: 1;
  pointer-events: initial;
  z-index: 50;
}
.active-info .infoBtn:after {
  content: "-";
}
.active-info .fit-flex .info {
  width: 499px;
}
.active-info .fit-flex .fit-holder {
  width: calc(100% - 499px);
}
.active-info .closeSlider, .active-info .caption {
  font-size: 0 !important;
  pointer-events: none;
}

.w320 {
  min-width: 406px;
  width: 406px;
  margin: auto;
  max-width: 100%;
}

header {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 50;
  color: #fff;
}
header path {
  fill: currentColor;
}
header.bg {
  background-color: var(--cream);
  color: var(--dark);
  border-bottom: 1px solid currentColor;
}
header.bg .banner {
  height: 0;
}
header g * {
  fill: currentColor;
}
header.active {
  color: var(--dark);
}

.banner {
  position: relative;
  width: 100%;
  background-color: var(--dark);
  transition: opacity 2.5s, transform 0.5s;
  z-index: 101;
  opacity: 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  color: var(--cream);
  transition: height 0.5s;
  padding: 0 10px;
  height: 40px;
  text-transform: uppercase;
  font-family: "Sohne Breit";
  font-size: 11px;
  letter-spacing: 0.15em;
}
.banner .close {
  right: var(--gap);
}

#nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 var(--gap);
  color: inherit;
}

.logo {
  width: 230px;
}

.logo svg {
  display: block;
  width: 100%;
  height: auto;
}

#nav-toggle {
  z-index: 10;
  cursor: pointer;
  width: 30px;
  display: block;
  height: 17px;
  position: relative;
}

.mainSite {
  display: none;
}

#page-penthouses #nav-toggle, #page-news #nav-toggle, #page-availability #nav-toggle {
  display: none;
}

#page-penthouses .mainSite, #page-news .mainSite, #page-availability .mainSite {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}

#nav-toggle span {
  height: 1px;
  width: 100%;
  background: currentColor;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: opacity 0.7s;
}

#page-penthouses #nav-toggle span {
  background: #EDE8E1;
}

#nav-toggle .sp2 {
  top: 8px;
}

#nav-toggle .sp3 {
  top: 16px;
}

#nav-toggle.active .sp1,
#nav-toggle.active .sp3 {
  opacity: 0;
}

#ul {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s;
  width: 100%;
  flex-direction: column;
  display: none;
  justify-content: center;
  background: inherit;
  background: var(--cream);
}

#ul li {
  display: block;
}

#ul a {
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
  padding: 12px 0;
  display: block;
}

.phone {
  color: inherit;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 12px;
}

.phone svg {
  display: none;
}

#page-penthouses .phone {
  color: var(--cream);
}

#enquire {
  color: var(--dark);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  height: 100vh;
}
#enquire.active {
  pointer-events: initial;
}
#enquire.active .bg-cover {
  opacity: 1;
}
#enquire.active #register {
  transform: translateX(0);
}

.bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: opacity 0.7s;
  opacity: 0;
}

#register {
  background-color: var(--cream);
  width: 755px;
  max-width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: transform 0.7s;
  transform: translateX(100%);
  padding: 100px 117px;
  position: relative;
  z-index: 3;
}

label {
  text-align: left;
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-size: 12px;
  margin: 0 auto 15px auto;
  padding: 5px 0;
  width: 100%;
  color: var(--dark);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--dark);
  text-align: left;
  font-family: inherit;
}

.hs-error-msgs {
  list-style: none;
  font-size: 10px;
  color: red;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 5px 0;
  color: #fff;
  background: #000;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

input[type=submit] {
  text-align: center;
  background: var(--dark);
  color: var(--cream);
  width: 100%;
  margin: 0 0 15px 0;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.17em;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}

.hs-form-checkbox {
  list-style: none;
  width: 50%;
}

.hs-form-checkbox-display {
  display: flex;
}

.hs-form-checkbox-display span {
  display: inline-block;
  padding-left: 10px;
}

#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: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}

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

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

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

.closebtn {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  top: 10px;
  right: 10px;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
}
.closebtn img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1000px) {
  #nav {
    height: 50px;
  }
  body {
    font-size: 12px;
  }
  .logo {
    width: 115px;
  }
  h2 {
    font-size: 22px;
  }
  .banner {
    font-size: 10px;
    padding: 0 30px;
  }
  .enq {
    width: 100%;
    line-height: 1;
    bottom: 0;
    transform: none;
    padding: 12px 0;
    right: 0;
    left: 0;
    position: fixed;
    background-color: var(--dark) !important;
    color: var(--light) !important;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .border-r {
    border-bottom: 1px solid currentColor;
  }
  .container {
    width: calc(100% - 40px);
  }
  .grid_6,
  .half,
  .grid_4,
  .grid_3 {
    width: 100%;
  }
  .ptb80 {
    padding: 40px 0;
  }
  h4, .captiop {
    font-size: 12px;
  }
  .container .half:last-child,
  .container .grid_4:last-child,
  .grid_3:last-child {
    margin-bottom: 0;
  }
  .ptb150 {
    padding: 80px 0;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pt150 {
    padding-top: 80px;
  }
  .pb150 {
    padding-bottom: 80px;
  }
  .prlm {
    padding: 0 20px 60px 20px;
  }
  .w450 {
    margin: auto;
    text-align: center;
  }
  .w215 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mb80m {
    margin-bottom: 80px;
  }
  #map {
    height: 100vw;
  }
  .inner {
    width: calc(100% - 40px);
  }
  .map-det {
    padding: 12px 0;
  }
  #team .half {
    padding: 0 20px;
    margin-bottom: 0 !important;
  }
  .mb30m {
    margin-bottom: 30px;
  }
  #team .inner {
    width: 100%;
  }
  .max450 {
    margin-left: auto;
    margin-right: auto;
  }
  .leftalign,
  .max450 {
    text-align: center;
  }
  .dd {
    display: block;
    margin: auto;
    width: 120px;
  }
  .logos {
    display: block;
  }
  .logos a {
    display: block;
    margin-bottom: 35px;
  }
  .logos a img {
    margin: auto;
  }
  .logos a:last-child {
    margin-bottom: 20px;
  }
  .links a {
    font-size: 12px;
  }
  .prm {
    padding: 0 20px;
    text-align: center;
  }
  .phone {
    right: 20px;
    font-size: 0;
    width: 24px;
    height: 24px;
  }
  .phone span {
    display: none;
  }
  .phone svg {
    display: block;
    height: 24px;
    width: 24px;
  }
  #page-penthouses .phone svg polygon {
    fill: #EDE8E1;
  }
  .max500 {
    margin: auto;
  }
  .full-height {
    padding-left: 20px;
    padding-right: 20px;
  }
  #ul {
    top: 0;
  }
  #team .half.mbm {
    margin-bottom: 60px !important;
  }
  .m {
    display: block;
  }
  .d {
    display: none;
  }
  .news-c {
    top: 40px;
  }
  .det-page {
    padding-top: 115px;
  }
  .full-height {
    height: calc(100vh - 30px);
    height: calc(100svh - 30px);
  }
  #gallery .grid_4 {
    margin-bottom: 0;
  }
  .v_w388 .pad-l {
    padding-left: 0;
  }
  .w338, .v_w388 {
    width: 100%;
    position: relative;
    height: auto;
    gap: 20px;
  }
  .bg-d {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .bg-d::before {
    content: url(../images/buttons/close.svg);
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    color: #fff;
    font-size: 24px;
  }
  #detPop #content {
    width: calc(100% - 50px);
    flex-wrap: wrap;
  }
  #detPop #content .half {
    margin-bottom: 0;
  }
  .f40 {
    font-size: 30px;
  }
  .desk {
    display: none !important;
  }
  .avail-row .grid_2 {
    width: 25%;
  }
  .fit-flex {
    flex-wrap: wrap;
    overflow-y: scroll;
  }
  .fit-flex .info {
    width: 100%;
    height: 0;
  }
  .active-info .info {
    border-top: 1px solid currentColor;
    border-right: none;
  }
  .active-info .fit-flex {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
  }
  .active-info .fit-flex .info {
    height: 50vh;
    overflow-y: scroll;
    width: 100%;
  }
  .active-info .fit-flex .fit-holder {
    width: 100%;
    max-height: 50%;
  }
  .w320 {
    padding: 0vh 30px 40px 30px;
  }
}
@media screen and (max-width: 420px) {
  .breit {
    -webkit-text-size-adjust: none;
  }
}