@font-face {
  font-family: 'ITCAvantGardeGothicLTExtraLight';
  src: url('/fonts/ITCAvantGardeGothicLTExtraLight.eot');
  src: url('/fonts/ITCAvantGardeGothicLTExtraLight.eot') format('embedded-opentype'),
       url('/fonts/ITCAvantGardeGothicLTExtraLight.woff2') format('woff2'),
       url('/fonts/ITCAvantGardeGothicLTExtraLight.woff') format('woff'),
       url('/fonts/ITCAvantGardeGothicLTExtraLight.ttf') format('truetype'),
       url('/fonts/ITCAvantGardeGothicLTExtraLight.svg#ITCAvantGardeGothicLTExtraLight') format('svg');
}

@font-face {
    font-family: 'AvantGarde CE';
    src: url('/fonts/AvantGardeCE-Book.eot');
    src: url('/fonts/AvantGardeCE-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvantGardeCE-Book.woff2') format('woff2'),
        url('/fonts/AvantGardeCE-Book.woff') format('woff'),
        url('/fonts/AvantGardeCE-Book.ttf') format('truetype'),
        url('/fonts/AvantGardeCE-Book.svg#AvantGardeCE-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeGothicLTMedium';
  src: url('/fonts/ITCAvantGardeGothicLTMedium.eot');
  src: url('/fonts/ITCAvantGardeGothicLTMedium.eot') format('embedded-opentype'),
       url('/fonts/ITCAvantGardeGothicLTMedium.woff2') format('woff2'),
       url('/fonts/ITCAvantGardeGothicLTMedium.woff') format('woff'),
       url('/fonts/ITCAvantGardeGothicLTMedium.ttf') format('truetype'),
       url('/fonts/ITCAvantGardeGothicLTMedium.svg#ITCAvantGardeGothicLTMedium') format('svg');
}


/* @font-face {
  font-family: "ITCAvantGardeGothicLTExtraLight";
  src: url("/fonts/ITCAvantGardeGothicLTExtraLight.eot");
  src: url("/fonts/ITCAvantGardeGothicLTExtraLight.eot")
      format("embedded-opentype"),
    url("/fonts/ITCAvantGardeGothicLTExtraLight.woff2") format("woff2"),
    url("/fonts/ITCAvantGardeGothicLTExtraLight.woff") format("woff"),
    url("/fonts/ITCAvantGardeGothicLTExtraLight.ttf") format("truetype"),
    url("/fonts/ITCAvantGardeGothicLTExtraLight.svg#ITCAvantGardeGothicLTExtraLight")
      format("svg");
} */


html {
  overflow-x: hidden;
  font-size: 10px;
}

.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
}

.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: #000;
}
.language {
  margin-bottom: 30px;
}
.mixcolor {
  background: linear-gradient(to right, #fff 75px, #f5ece7 75px, #f5ece7 100%);
}
img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:none
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}
.fullbackground {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid_6 {
  width: 50%;
  padding: 0 25px;
  float: left;
  text-align: left;
}

.tb {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  height: 100%;
}

.tbc {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.tbc.vbottom {
  vertical-align: bottom;
}
/* General */
body {
  /* font-family: itc-avant-garde-gothic-pro, sans-serif; */
  
  font-family: 'AvantGarde CE';
  /* font-weight: 300;
  font-style: normal; */
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  margin: 0;
  /* letter-spacing: 1px; */
  padding: 105px 0 0 0;
  overflow-x: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 806px;
  float: none;
}

.fullheight {
  background-size: cover;
  height: calc(100vh - 83px);
  min-height: 550px;
}

.half {
  width: 50%;
  float: left;
}

.haspadding {
  padding-left: 25%;
}

.leftdiv,
.rightdiv,
.leftdiv65,
.rightdiv65 {
  width: 58%;
  width: 58vw;
  display: block;
  background-size: cover;
  background-position: center center;
}

.leftdiv65,
.rightdiv65 {
  width: 65vw;
}

.bgwhitep {
  background: #fff;
  padding-bottom: 250px;
}

.leftdiv42,
.rightdiv42,
.rightdiv35,
.leftdiv35 {
  width: 40vw;
  /* width: 42vw; */
  display: block;
  background-size: cover;
  background-position: center center;
}

.rightdiv35,
.leftdiv35 {
  width: 35vw;
}

.leftdiv42,
.leftdiv,
leftdiv50,
.leftdiv65,
.leftdiv35 {
  float: left;
}

.leftdiv60 {
  width: 60%;
  width: 60vw;
  float: left;
}

.leftdiv50 {
  width: 50%;
  width: 50vw;
}

.rightdiv50 {
  width: 50%;
  width: 50vw;
  float: right;
}

.leftfloat {
  float: left;
}

.rightdiv42,
.rightdiv,
.rightdiv65,
.rightdiv35 {
  float: right;
}

section {
  position: relative;
  width: 100vw;
}

.centeralign {
  text-align: center;
}

.leftalign {
  text-align: left;
}

.rightalign {
  text-align: right;
}

.rightfloat {
  float: right;
}

.m400 {
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m430 {
  width: 430px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.m500 {
  width: 500px;
  max-width: 100%;
}

.m350 {
  width: 350px;
  max-width: 100%;
}

.m250 {
  width: 250px;
  max-width: 100%;
}

.padding-r-50 {
  padding-right: 50px;
}

.padding-r-40 {
  padding-right: 40px;
}
.padding-r-vw {
  padding-right: 30vw;
}

.minheight {
  min-height: 500px;
}

.link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: #d7a079;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0;
  font-family: 'ITCAvantGardeGothicLTMedium';
}

.absright50,
.absright58,
.absright65,
.absleft65 {
  position: absolute;
  right: 0;
  width: 50%;
  width: 50vw;
  top: 75px;
  bottom: 0;
  background-size: cover;
  z-index: 1;
}

.left65 {
  width: 60%;
  float: left;
}

.right35 {
  width: 40%;
  float: right;
}

.absleft65 {
  left: 0;
  right: auto;
  top: 0;
  width: 65vw;
}

.absright58 {
  width: 58vw;
  top: 0;
}

.absright65 {
  width: 65vw;
  bottom: 50px;
}

.rightm450 {
  width: calc(100vw - 450px);
  float: right;
  max-width: 65vw;
}

.rightm {
  width: calc(65vw + 450px);
  float: right;
  max-width: 100vw;
}

.m450 {
  width: 450px;
  float: right;
}

.absleft58 {
  position: absolute;
  left: 0;
  width: 60vw;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.absleft50 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-position: center;
  background-size: cover;
}

.centertop {
  background-position: center bottom;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-50 {
  padding-left: 50px;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-r-75 {
  padding-right: 75px;
}

.padding-l-75 {
  padding-left: 75px;
}

.max80 {
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.margin-t-75 {
  margin-top: 75px;
}

.margin-t-225 {
  margin-top: 225px;
}

.margin-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.margin-t-250 {
  margin-top: 250px;
}

.margin-t-150 {
  margin-top: 150px;
}

.margin-t-180 {
  margin-top: 150px;
}

.margin_b_400 {
  margin-bottom: 400px;
}
.margin_b_300 {
  margin-bottom: 300px;
}
.margin-b-370 {
  margin-bottom: 370px;
}
.margin-b-275 {
  margin-bottom: 275px;
}
.margin-b-225 {
  margin-bottom: 225px;
}
.margin_b_150 {
  margin-bottom: 150px;
}
.margin-b-120 {
  margin-bottom: 120px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin_b_65 {
  margin-bottom: 65px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
.margin_b_50 {
  margin-bottom: 50px;
}
.margin_b_40 {
  margin-bottom: 40px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin_b_75 {
  margin-bottom: 75px;
}

.margin-tb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-tb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.padding-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding-t-350 {
  padding-top: 350px;
}
.padding-t-330 {
  padding-top: 330px;
}
.padding-t-300 {
  padding-top: 300px;
}
.padding-t-290 {
  padding-top: 290px;
}
.padding-t-220 {
  padding-top: 220px;
}
.padding-t-180 {
  padding-top: 180px;
}
.padding-t-150 {
  padding-top: 150px;
}
.padding-t-130 {
  padding-top: 130px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-90 {
  padding-top: 90px;
}

.padding-b-75 {
  padding-bottom: 75px;
}

.padding-t-75 {
  padding-top: 75px;
}

.padding-b-300 {
  padding-bottom: 300px;
}

.padding-b-180 {
  padding-bottom: 180px;
}

.padding-b-150 {
  padding-bottom: 150px;
}

.relative2 {
  position: relative;
  z-index: 2;
}

.leftdiv {
  float: left;
}

.rightdiv {
  float: right;
}

.toplogo {
  position: absolute;
}

.gradiant1 {
  background: #d69e77;
}
.videoholder {
  width: 1200px;

  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#video {
  width: 100%;
  height: 672px;
}
.logovideo {
  padding: 5vh 10vw 2vh 5vw;
  position: absolute;
  left: 10vw;
  top: 0;
}
.logovideo img {
  width: 15vw;
}
.gray {
  color: #888584;
}
.gw {
  background: #fff;
}
.g1 {
  background: linear-gradient(to bottom, #f9d2b2 0%, #fdd5b5 100%);
}

.g2 {
  background: linear-gradient(to right, #fdd5b5 0%, #d29b78 40%, #fdd5b5 100%);
}

.g3 {
  background: linear-gradient(to right, #fdd5b5 0%, #c4a89c 100%);
}

.g4 {
  background: linear-gradient(to bottom, #fdd5b5 0%, #d29b78 40%, #fdd5b5 100%);
}
/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 100;
}

p {
  text-align: left;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
}

.marginauto {
  margin-left: auto;
  margin-right: auto;
}

.fs100 {
  font-size: 10rem;
  font-size: 13rem;
  color:#F6C3AB;
  /* font-weight: 600; */
}
h1 {
  font-size: 7.5rem;
  color: #d7a079;
  letter-spacing: 4px;
  letter-spacing: 0;
  font-family: "ITCAvantGardeGothicLTExtraLight";
  text-align: left;
  line-height: 1.2;
}

.gold {
  color: #d7a079;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
  width: 500px;
  max-width: 100%;
}

h3 {
  font-size: 4rem;
  color: #000;
  letter-spacing: 3px;
  font-family: "ITCAvantGardeGothicLTExtraLight";
  line-height: 1;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
/* Navigation */
header {
  width: 100%;
  position: fixed;
  width: 100%;
  height: 105px;
  background: #fff;
  z-index: 20;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  top: 0;
  left: 0;
}

nav#mainnav {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  display: none;
  z-index: 1000;
  opacity: 0;
  text-align: center;
  padding: 100px;
}

#nav li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  display: block;
}

#nav li a {
  font-size: 5rem;
  color: #d7a079;
  letter-spacing: 4px;
  font-family: "ITCAvantGardeGothicLTExtraLight";
  text-align: left;
  line-height: 1;
  display: inline-block;
  position: relative;
}

#nav li a.download-btn {
  font-size: 1.9rem;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #D7A079;
  font-family: 'ITCAvantGardeGothicLTMedium';

  position: relative;  
}
#nav li a.download-btn::after {
  display: none!important;
}

#nav li a.download-btn:before {

  content: '';
  position: absolute;
  top:-15px;
  bottom: 0;
  right: -40px;
  width: 31px;
  height: 31px;
  background: url('/images/buttons/down.png') center no-repeat;
  background-size: cover;
  }


#nav li .language a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0px;
}

#nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0px;
  background: linear-gradient(to right, #fdd5b5 0%, #d29b78 40%, #fdd5b5 100%);
  height: 2px;
  transition: all 0.2s ease-in-out;
}

#page-architecture #nav li a.architecture:after,
#page-apartments #nav li a.apartments:after,
#page-penthouse #nav li a.penthouse:after,
#page-location #nav li a.location:after,
#page-team #nav li a.team:after,
#page-register #nav li a.register:after,
#nav li a:hover:after {
  width: 100%;
}
#nav li.show {
  transform: translateY(0);
  opacity: 1;
}

.close {
  position: absolute;
  top: 40px;
  right: 40px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  color: #d7a079;
  cursor: pointer;
  text-align: center;
}

.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #d7a079;
}

.close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #d7a079;
}

.fixed .submenu,
.fixed .submenud {
  position: fixed;
  top: 75px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.submenu,
.submenud {
  position: absolute;
  top: 100vh;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  z-index: 999;
  width: 100%;
  background: #fff;
  left: 0;
  font-size: 1.3rem;
  font-weight: 200;
}

.submenu li,
.submenud li {
  display: inline-block;
  margin: 0 20px;
}

.submenu li.active a,
.submenud li.active a {
  color: #d7a079;
  font-family: 'ITCAvantGardeGothicLTMedium';

}

#logo-s {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  width: 144px;
}

#page-penthouse #logo-s,
#page-architecture #logo-s,
#page-register #logo-s,
#page-location #logo-s,
#page-apartments #logo-s,
#page-team #logo-s {
  opacity: 1 !important;
}

.d0,
.d1,
.d2,
.d3 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.animated .d1 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.animated .d2 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.animated .d3 {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}

#page-home #logo-s {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
}

#page-apartments .mainlogo.long {
  top: 30vh;
  padding: 120px 60px 60px 120px;
}

.mainlogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 120px 60px;
  max-width: 545px;
  z-index: 2;
  top: 100px;
  display: flex;
  justify-content: center;
}

.mainlogo svg {
  width: 350px;
}

.mainlogo.long {
  padding: 50vh 60px 60px 75px;
  left: calc(65vw - 50px);
}

.sptop {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.sptop.ex80 {
  top: -250px;
  left: auto;
  width: 0;
  right: 0;
}

.animated .sptop.ex80 {
  width: calc(100% + 75px);
}

.spleft.ex80 {
  top: -250px;
  left: -75px;
  height: 0;
  z-index: 3;
}

.animated .spleft.ex80 {
  height: calc(100% + 175px);
}

.spbottom.ex80 {
  bottom: -75px;
  left: -75px;
  width: 0;
  z-index: 3;
}

.animated .spbottom.ex80 {
  width: calc(100% + 75px);
}

.animated .sptop.ex80 {
  width: calc(100% + 75px);
}

.sptop.ex15 {
  top: -100px;
  left: auto;
  width: 0;
  right: 0;
}

.animated .sptop.ex15 {
  width: calc(100% + 100px);
}

.spleft.ex15 {
  top: -100px;
  left: -100px;
  height: 0;
}

.animated .spleft.ex15 {
  height: calc(100% + 200px);
}

.spbottom.ex15 {
  bottom: -100px;
  left: -100px;
  width: 0;
}

.animated .spbottom.ex15 {
  width: calc(100% + 100px);
}

.sptop.ex16 {
  top: -75px;
  left: 0;
  width: 0;
}

.animated .sptop.ex16, .animated .spbottom.ex16 {
  width: calc(100vw - 60px);
}

.spright.ex16 {
  top: -75px;
  left: calc(100vw - 60px);
  right: auto;
  height: 0;
}

.animated .spright.ex16 {
  height: calc(100%);
}

.spbottom.ex16 {
  bottom: 75px;
  right: 60px;
  width: 0;
  z-index: 3;
}



.sptop.ex17 {
  top: 75px;
  left: 0;
  width: 0;
  z-index: 4;
}

.animated .sptop.ex17 {
  width: calc(35vw + 100px);
}

.spright.ex17 {
  top: 75px;
  left: calc(35vw + 100px);
  right: auto;
  height: 0;
  z-index: 3;
}

.animated .spright.ex17 {
  height: 100%;
}

.spbottom.ex17 {
  bottom: -75px;
  right: calc(65vw - 110px);
  width: 0;
  z-index: 3;
}

.animated .spbottom.ex17 {
  width: calc(35vw + 110px);
}

.sptop.ex9 {
  width: 0;
}

.spleft.ex9,
.sptop.ex9 {
  left: -20vw;
}

.animated .spbottom.ex9,
.animated .sptop.ex9 {
  width: calc(100% + 20vw);
}

.spbottom.ex8 {
  bottom: 75px;
  left: -150px;
  width: 0;
}

#page-register .ex4 {
  /* display: none; */
}

#page-register .spbottom.ex15 {
  bottom: 75px;
}

#page-register .animated .spleft.ex15 {
  height: calc(100% + 25px);
}

.sptop.ex4 {
  width: 0;
}

.animated .sptop.ex4 {
  width: 100%;
}

.sptop.ex0,
.spbottom.ex0,
.sptop.ex6,
.spbottom.ex6 {
  width: 0;
}

.spbottom.ex0 {
  right: -15vw;
}

.animated .sptop.ex0,
.animated .spbottom.ex0 {
  width: 65vw;
}

.animated .sptop.ex6 {
  width: calc(35vw + 120px);
  z-index: 2;
}

.spright.ex0 {
  right: auto;
  left: 65vw;
}

.sptop.ex2,
.spbottom.ex2 {
  width: 0;
}

.spbottom.ex2 {
  right: calc(100% - 85vw);
}

.animated .sptop.ex2 {
  width: 85vw;
}

.animated .spbottom.ex2 {
  width: 85vw;
}

.spright.ex2 {
  right: auto;
  left: 85vw;
}

.spright.ex6 {
  right: auto;
  left: calc(35vw + 120px);
  z-index: 2;
}

.spbottom.ex6 {
  right: calc(65vw - 120px);
  width: 0;
}

.animated .spbottom.ex6 {
  width: calc(35vw + 120px);
  z-index: 2;
}

.sptop.ex10 {
  top: -50px;
  right: 0;
  left: auto;
  width: 0;
}

.animated .sptop.ex10 {
  width: calc(100% + 50px);
}

.spleft.ex10 {
  top: -50px;
  left: -50px;
}

.spbottom.ex10 {
  left: -50px;
}

.sptop.ex11 {
  z-index: 3;
  top: 100px;
  width: 0;
}

.spright.ex11 {
  z-index: 3;
  top: 100px;
  left: calc(100vw - 150px);
  height: 0;
}

.spbottom.ex11 {
  z-index: 3;
  bottom: 150px;
  left: 0;
}

.sptop.ex12 {
  z-index: 3;
  top: -225px;
  width: 0;
  right: 0;
  left: auto;
}

.spleft.ex12 {
  z-index: 3;
  top: -225px;
  height: 0;
}

.spbottom.ex12 {
  width: 0;
  left: 0;
}

.spbottom.ex12 {
  width: 0;
  left: 0;
  bottom: -50px;
}

.spleft.ex12 {
  z-index: 3;
  top: -225px;
  height: 0;
}

.sptop.ex13 {
  left: 0;
  width: 0;
  z-index: 3;
  top: -75px;
}

.animated .sptop.ex13 {
  width: calc(50vw);
  z-index: 3;
}

.spright.ex13 {
  left: 50vw;
  z-index: 3;
  top: -75px;
  height: 0;
}

.spbottom.ex13 {
  right: calc(-50vw);
  z-index: 3;
  top: 365px;
  width: 0;
}

.sptop.ex14 {
  top: -75px;
  left: calc(25vw - 200px);
  width: 0;
  z-index: 3;
}

.animated .sptop.ex14 {
  width: calc(25vw + 275px);
}

.spright.ex14 {
  top: -75px;
  left: calc(50vw + 75px);
  height: 0;
  z-index: 3;
  height: 0;
}

.spbottom.ex14 {
  bottom: 75px;
  right: calc(50vw - 75px);
  z-index: 3;
}

.animated .spbottom.ex14 {
  right: calc(50vw - 75px);
  width: calc(25vw + 275px);
}

.spleft.ex14 {
  left: calc(25vw - 200px);
  bottom: 75px;
  height: 0;
  z-index: 3;
}

.animated .spleft.ex14 {
  height: calc(100%);
}

.animated .spbottom.ex13 {
  width: calc(50vw);
}

.animated .spright.ex13 {
  height: 450px;
}

.animated .spleft.ex12 {
  height: calc(100% + 275px);
}

.animated .sptop.ex12 {
  width: 100%;
}

.animated .spbottom.ex11 {
  width: calc(100vw - 150px);
}

.animated .spright.ex11 {
  height: calc(100% - 250px);
}

.animated .sptop.ex11 {
  width: calc(100vw - 150px);
}

.animated .sptop.ex11 {
  width: calc(100vw - 150px);
}

.animated .spbottom.ex10 {
  width: calc(100% + 50px);
}

.animated .spleft.ex10 {
  height: calc(100% + 50px);
}

.sptop.ex19 {
  left: -75px;
  top: -350px;
  z-index: 3;
  width: 0;
}

.animated .sptop.ex19 {
  width: calc(100% - 200px);
}

.spright.ex19 {
  right: 265px;
  top: -350px;
  height: 0;
}

.animated .spright.ex19 {
  height: calc(100% + 275px);
}

.spbottom .ex19 {
  right: 265px;
  bottom: 75px;
  width: 0;
}

.animated .spbottom.ex19 {
  right: 265px;
  top: auto;
  bottom: 75px;
  width: calc(100% - 200px);
}

.spleft.ex19 {
  left: -75px;
  bottom: 75px;
  height: 0;
}

.animated .spleft.ex19 {
  height: calc(100% + 275px);
}

.sptop.ex1 {
  width: 0;
  left: auto;
  right: 0;
}

.spbottom.ex1 {
  width: 0;
  left: 50vw;
  right: auto;
}

.animated .spbottom.ex1 {
  width: 50vw;
}

.spbottom.ex1 {
  width: 0;
  left: -8vw;
  right: auto;
}

.animated .sptop.ex1 {
  width: 50vw;
}

.spleft.ex1 {
  left: auto;
  right: calc(50vw - 10px);
  bottom: auto;
  top: 0;
}

.spleft {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  width: 10px;
}

.hashover .spleft,
.hashover .spright {
  height: 100%;
}

.hashover .sptop,
.hashover .spbottom {
  width: 100%;
}

.animated .spleft {
  height: 100%;
}

.spright {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 0;
  width: 10px;
}

.bgcreame {
  background: #ffe5df;
}

.bgwhite {
  background: #fff;
}

.animated .spright {
  height: 100%;
}

.spbottom {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 10px;
}

.animated .spbottom {
  width: 100%;
}

.absbg {
  position: absolute;
  right: 0;
  width: 58%;
  width: 58vw;
  display: block;
  background: #f5ece7;
  top: -75px;
  bottom: -75px;
  z-index: 0;
}

.c1 {
  color: #fdd5b5;
}

.c2 {
  color: #f9d0b0;
}

.c5 {
  color: #e8bb9b;
}

.c6 {
  color: #e6ad85;
}

.c4 {
  color: #f8bf93;
}

.c3 {
  color: #fcc9a0;
}

.c7 {
  color: #daa582;
}
.registernow {
  width: 200px;
  color: #d7a079;
  text-align: center;
  display: block;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 1.6rem;
  position: relative;
  font-family: 'ITCAvantGardeGothicLTMedium';
}

.registernow.fix {
  right: 25px;
  position: fixed;
  z-index: 20;
  top: 35px;
}
.play-btn{
  width: 200px;
  color: #d7a079;
  position: absolute;
  text-align: center;
  right: 0;
	left: 0;
  top: 90%;
	transform: translateY(-100%);
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 1.6rem;
  z-index: 20;
  font-family: 'ITCAvantGardeGothicLTMedium';
  border: 2px solid #d7a079;
	margin: auto;
}
.viewapa
{    position: relative;
     width: 200px;
  color: #d7a079;
  display:block;
  margin: 40px auto;
  text-align: center;
 
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 1.6rem;
  
  font-family: 'ITCAvantGardeGothicLTMedium';
}

.registerlogo {
  width: 230px;
  padding: 27px 25px 15px 25px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.registerlogo img {
  width: auto;
  height: 35px;
}
.tempdiv {
  height: 30px;
}
#logo {
  opacity: 0;
  margin-bottom: 8vh;
  transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -webkit-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
}

#logo.animate {
  opacity: 1;
}

.fullimage {
  width: 100%;
  display: block;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 35px;
  left: 25px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #d7a079;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -7px;
}

#nav-toggle span:after {
  bottom: -7px;
  top: auto;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
/* enquiry */
#register-wrapper .register {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 75px;
  background: url("/images/mask.png") center no-repeat;
  background-size: cover !important;
}

#register-wrapper h4 {
  line-height: 1.3;
  font-size: 3rem;
  font-family: 'ITCAvantGardeGothicLTMedium';
  
  /* text-align: center; */
}

.formbox {
  width: 1000%;
  margin: 0 auto;
  max-width: 100%;
}

input,
textarea,
select {
  font-size: 1.6rem;
  margin: 0 auto 25px auto;
  padding: 5px 0;
  width: 100%;
  color: #ffffff;
  border: 0 none;
  text-transform: uppercase;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}

p.call,
p.call a {
  font-size: 2.2rem;
  font-weight: initial;
}

.b_submit {
  width: 100%;
  color: #d7a079 !important;
  text-align: center;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 2;
  position: relative;
  border: 1px solid #d7a079;
  padding: 10px 0;
  width: 210px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  transition: all 0.3s ease;
  font-size: 2.6rem;
  line-height: 1;
}

.b_submit:hover {
  background: linear-gradient(to right, #d69e77 0%, #efc7a6 75%);
}

.hoverbtn {
  padding: 5px 15px;
  width: 150px;
  margin: 40px auto;
  position: relative;
}

.thin .spright,
.thin .spleft {
  width: 1px;
}

.thin .sptop,
.thin .spbottom {
  height: 1px;
}

.hashover:after {
  content: "";
  display: block;
  background: linear-gradient(to right, #d69e77 0%, #efc7a6 75%); /* Safari */
  transition: width 0.3s;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.hashover:hover {
  color: #fff !important;
}

.innertxt {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.hashover:hover .innertxt {
  color: #fff;
}

.hashover:hover:after {
  width: 100%;
}

.hoverbtn:hover .b_submit {
  color: #fff !important;
}

input.animate,
select.animate,
h1.animate,
h2.animate,
.hoverbtn.animate {
  opacity: 1;
}

select {
  -moz-text-align-last: left;
  text-align-last: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 2px;
  color: #000;
}

.privacy {
  font-size: 15px;
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  max-width: 650px;
  margin: 60px auto 0 auto;
}

.comments-wrapper {
  padding: 0 25px;
}

#comments {
  height: 26px;
  display: block;
  margin-bottom: 40px;
  max-width: calc(100%);
}

.privacy a {
  color: #ffffff;
}

#enquiry1_thankyou {
  max-width: 250px;
}

.chk_holder {
  margin: 10px auto 30px auto;
  color: #ffffff;
}

.phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #ffffff;
  padding-left: 26px;
  padding: 5px 0 2px 26px;
  font-size: 10px;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: $form-field-text;
  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;
}
/*footer*/
footer {
  width: 100%;
  background: #833051;
  color: #fff;
  overflow: auto;
  padding: 40px 60px 30px 60px;
}

footer a,
footer p {
  line-height: 60px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

footer a img {
  display: block;
  max-width: 90%;
  margin: 13px auto;
  max-height: 35px;
}
.fb,.insta
{
    margin-right:20px;
    fill:#fff;
        transform: translateY(-9px);
}
footer a.right_align {
  text-align: right;
  width: auto;
  float: right;
}

footer a.centre_align {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -10px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-size: 1.3rem;
}
/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto 35px 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 #ffffff;
  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;
}

.element.animate ul.token-input-list-project li input {
  opacity: 1 !important;
}

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 #ffffff;
  font-size: 10px;
  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;
}

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-family: 'ITCAvantGardeGothicLTMedium';
  font-style: normal;
}

div.token-input-dropdown-project
  ul
  li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #000;
}
/* 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: -25px;
}

#au_postcode ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  top: 2px;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

.mobile,
.mob {
  display: none;
}

.desktop {
  display: block;
}

.cbre {
  padding-top: 25px;
  display: block;
}
.italic {
  font-style: italic;
}
.grand {
  float: right;
  position: relative;

  width: 415px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.grand h1 {
  margin-bottom: 75px;
}

.bgsp1 {
  left: 0;
  width: 75vw;
  display: block;
  background: #f5ece7;
  height: 250px;
  min-width: 780px;
  bottom: 0;
  z-index: 0;
  float: left;
  margin-top: 40px;
}

.bgspan2 {
  position: absolute;
  height: 250px;
  left: 0;
  width: 100%;
  display: block;
  background: #f5ece7;
  bottom: 0;
  z-index: 0;
}

.bgspan3 {
  position: absolute;
  top: 0;
  left: calc(35vw - 350px);
  right: 0;
  display: block;
  background: #f5ece7;
  bottom: 0;
  z-index: 0;
}

#EXTERIOR {
  padding-bottom: 400px;
  padding-top: 105px;
}

#extreiornext {
  background: #f5ece7;
  width: 75vw;
  padding-right: 55px;
  padding-bottom: 75px;
  min-width: 780px;
}

#extreiornext p {
  position: relative;
  margin-left: calc(35vw + 120px);
  padding: 35px;
  max-width: 450px;
  margin-top: -10px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
}

h1.awake {
  padding: 75px 0 50px 75px;
  position: relative;
  text-align: left;
  width: 65vw;
  margin-top: -150px;
  padding-top: 250px;
}

.lobbyp {
  position: relative;
  margin-left: calc(65vw - 10px);
  padding: 40px 40px 120px 40px;
  max-width: 450px;
  margin-top: -10px;
  z-index: 1;
}

.minusmargintop {
  margin-top: -75px;
  position: relative;
  z-index: 0;
}

.poolp {
  position: relative;
  background: #f5ece7;
  padding-bottom: 150px;
}

#LIVING,
#BEDROOM,
.marginleft {
  margin-left: calc(35vw - 350px);
  width: calc(65vw + 350px);
}

.innerslider,
.innerslider li {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
}

.innerslider li img {
  display: block;
}

.innerslider li.active {
  position: relative;
  top: 0;
}

.innerslider li {
  opacity: 0;
  transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -webkit-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  background-position: center;
  background-size: cover;
}
.innerslider li.active {
  opacity: 1;
}

.thumbslider {
  padding: 0;
  margin: 0;
}

.scheme {
  display: block;
  margin-top: 15px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 700;
}

.scheme:before {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  left: 0;
  top: 7px;
  width: 0;
  background: #fff;
  transition: 0.3s;
}

.scheme.active:before,
.scheme:hover:before {
  width: 30px;
}

#DARLING .scheme:before {
  background: #d7a079;
}

.items {
  text-align: left;
  color: #c9b1a5;
  border-bottom: 1px solid #c9b1a5;
  padding-bottom: 5px;
  margin-bottom: 7px;
  max-width: 400px;
}

.items span {
  float: right;
  display: inline-block;
}


.fullpopup {
  transition: 0.8s;
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 5555;
  width: 100%;
  height: 100vh;
  background: #393839;
  top: 0;
}
#popUp iframe {
    width: 100%;
    height:100%;
    position:relative;
    z-index:1
}


#secretpopup.fullpopup {
  overflow-y: scroll;
}

.discover {
  color: #fff;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 12px 0;
  cursor: pointer;
}

.white {
  color: #fff;
}

.closeslider {
  width: 150px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: 700;
}

.closesecret {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 30px 0 30px 75px;
  width: calc(100% - 450px);
  right: 0;
  background: #f5ece7;
}

.closesecret .closeslider {
  color: #000;
  border: 1px solid #000;
}

.fullbg {
  background: #393839;
  height: calc(100vh);
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.text {
  background: #393839;
  padding: 110px 65px;
  width: 450px;
  color: #fff;
  float: right;
}

.text p {
  text-align: center;
}

.text.leftalign p {
  text-align: left;
}

.background {
  width: calc(100% - 450px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.lefti .background {
  left: 450px;
}

.lefti .text {
  float: left;
}

.locationimageholder {
  border: 10px solid #fff;
  position: relative;
}

.mapheader {
  padding-top: 150px;
  padding-left: 40px;
  border: 10px solid #fff;
  border-right: none;
  color: #fff;
  padding-bottom: 75px;
  margin-left: -10px;
  margin-bottom: 75px;
}

.amenitislink {
  padding: 6px 0;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
}
.amenitis {
  width: 400px;
  max-width: 100%;
}
.detailsholder {
  display: none;
  padding-top: 20px;
}

.detailsholder p span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 2px;
}

.detailsholder p {
  font-weight: 100;
  padding: 3px 0;
  font-size: 13px;
  line-height: 15px;
  padding-left: 25px;
  position: relative;
}

#amenitieslist {
  position: relative;
}

.amenitis .scheme {
  margin-top: 6px;
    font-family: 'ITCAvantGardeGothicLTMedium';
}

.amenitis .scheme:before {
  display: none;
}

.amenitislink::before {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  top: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: auto;
  background: none;
  transition: all 0.3s ease-in-out;
}

.active .amenitislink::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#SECRETS .rightdiv65 {
  margin-top: -75px;
}

.hidden {
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  border: 5px solid #fff;
  width: 500px;
  margin: 100px auto 0 auto;
  max-width: 95%;
  line-height: 1.3;
}

#SECRETS .text {
  padding: 120px 65px;
}

.secretleft {
  width: 450px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  background-size: cover;
}

.secretright {
  width: calc(100vw - 450px);
  float: right;
  padding: 175px 75px 75px 75px;
  position: relative;
  overflow-x: hidden;
}

.secretdetails {
  display: none;
}

.secretmenu {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  top: 0;
  width: calc(100% - 450px);
  right: 0;
  background: #f5ece7;
}

.secretmenu li {
  width: 33.33%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 10px 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.secretmenu li.active {
  background: none;
  cursor: default;
  color: #000;
}

.fullpopup.bgcreame {
  background: #f5ece7;
}

.secretitem {
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
  margin-bottom: 30px;
}

.secretitem h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.secretitem h4 span {
  display: inline-block;
  width: 25px;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #000;
}

#page-team {
  background: #faf9f6;
}

#page-team.privacy-page {
  background: #ffe5df;
}

#page-team h1 {
  margin-top: 75px;
  padding-left: 75px;
  margin-bottom: 50px;
}

#page-team.privacy-page h1 {
  font-size: 6.7rem;
}

*.black {
  color: #000;
}

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page-register .registerlogo {
  display: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.mobile {
  display: none;
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 20px;

  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 20;
}

.closebtn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.closebtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

/* new update */

#landing {
  padding-top: 100px;
  background: url("/images/mask.png") center no-repeat;
  background-size: cover !important;
}
#landing .wrapper {
  height: calc(100vh - 205px);
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: url(/images/home/video-placeholder1.jpg) center no-repeat;
  background-size: cover;
}

.fullyvideo {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
  
}

.blackoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 48, 49, 0.2);
  z-index: 2;
}

#page-home .pink-facade:after {
  content: "";
  background: #ffe5df;
  position: absolute;
  width: 36vw;
  height: 120px;
  top: -120px;
  right: 0;
  left: auto;
}

.w400 {
  width: 400px;
}

.wrapper {
  display: block;
  overflow: auto;
}

.topbar {
  position: absolute;
  display: block;
  top: -200px;
  right: 0;
  width: 0%;
  height: 10px;
  z-index: 1;
}

#location .topbar {
  top: 175px;
}

#location .bottombar {
  bottom: 175px;
}

#location .leftbar {
  top: 175px;
}

#location .animated .leftbar {
  height: calc(100% - 350px);
}

.leftbar {
  position: absolute;
  display: block;
  top: -200px;
  right: 55vw;
  height: 0;
  width: 10px;
  z-index: 1;
}

.rightbar {
  position: absolute;
  display: block;
  top: -200px;
  right: 15vw;
  height: 0;
  width: 10px;
  z-index: 1;
}

.bottombar {
  position: absolute;
  display: block;
  bottom: -200px;
  left: 45vw;
  width: 0%;
  height: 10px;
  z-index: 1;
}

.topbar.moveright {
  right: auto;
  left: 0;
}

.bottombar.moveleft {
  left: auto;
  right: 15vw;
  bottom: 130px;
}

.animated .topbar,
.animated .bottombar {
  width: 55vw;
}

.animated .topbar.moveright,
.animated .bottombar.moveleft {
  width: 85vw;
}

.animated .leftbar {
  height: calc(100% + 400px);
}

.animated .rightbar {
  height: calc(100% + 70px);
}

.flex {
  display: flex;
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

.w70 {
  width: 70vw;
}
.w60 {
  width: 60vw;
}
.w65 {
  width: 65vw;
}
.w40 {
  width: 40vw;
  /* width: 35vw; */
}
.w35 {
  width: 35vw;
}
.w30 {
  width: 30vw;
}

.bgimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inblock {
  display: inline-block;
}

.padding-left {
  padding-left: 4vw;
}

.padding-right {
  padding-right: 4vw;
}

.top-fixed {
  position: absolute;
  top: 0;
  left: calc(36vw - 400px);
  padding: 100px 100px 50px;
}

.w50 {
  width: 50vw;
}
.w55 {
  width: 55vw;
}

.padding-tb-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

.margin-b-200 {
  margin-bottom: 200px;
}

.bg-venta {
  background: #833051;
}

.padding-tb-120 {
  padding: 120px 0;
}

.padding-lr-150 {
  padding: 0 150px;
}
.padding-90 {
  padding: 90px;
}

.margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-wrapper .sptop {
  right: -75px;
  left: auto;
}

.display-wrapper.animated .sptop {
  width: calc(100% + 75px);
}

.display-wrapper .spleft {
  top: 0;
  bottom: auto;
}

.display-wrapper .spbottom {
  left: 0;
  right: auto;
}

.display-wrapper.animated .spbottom {
  width: calc(100% + 75px);
}

.time p {
  position: relative;
}

.time span {
  /* position: absolute;
  right: 0; */
}

/* apartment page update*/
#page-apartments #landing {
  background-image: url("/images/apartments/1.jpg");
  height: calc(100vh - 105px);
}

.pink facade {
  position: relative;
}
.pink-facade:after {
  content: "";
  background: #ffe5df;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 150px;
  left: calc(4vw + 50px);
}

.pink-facade.leftside:after {
  left: 0;
  right: auto;
  width: 35vw;
  top: -75px;
  height: 600px;
}

#page-apartments .rightbar {
  right: 35vw;
}

#page-apartments .bottombar.moveleft {
  right: 35vw;
}

#page-apartments .animated .topbar.moveright,
#page-apartments .animated .bottombar.moveleft {
  width: 65vw;
}

#page-apartments .second-bar .rightbar {
  right: 55vw;
}

#page-apartments .second-bar .bottombar.moveleft {
  right: 55vw;
}

#page-apartments .second-bar.animated .topbar.moveright,
#page-apartments .second-bar.animated .bottombar.moveleft {
  width: 45vw;
}

/* penthouse page update*/
#page-penthouse #landing {
  background-image: url("/images/penthouse/1.jpg");
  height: calc(100vh - 105px);
}

#page-penthouse .topbar {
  top: -100px;
}

#page-penthouse .bottombar {
  bottom: 200px;
}
#page-penthouse .leftbar {
  top: -100px;
}

#page-penthouse .animated .leftbar {
  height: calc(100% - 100px);
}

/* ********************* */

#page-penthouse .topbar.moveright {
  top: -450px;
  left: -180px;
}

#page-penthouse .bottombar.moveleft {
  bottom: auto;
  top: 150px;
  z-index: 2;
  right: auto;
  left: calc(35vw + 10px);
  /* margin: auto; */
  transform: rotate(180deg);
  transform-origin: left;
}

#page-penthouse .rightbar {
  left: 35vw;
  top: -450px;
  z-index: 2;
}

#page-penthouse .animated .bottombar.moveleft,
#page-penthouse .animated .topbar.moveright {
  width: calc(35vw + 190px);
}

#page-penthouse .animated .rightbar {
  height: 605px;
}

/* #page-penthouse .animated .rightbar {
  width: ;
} */

.lg-container {
  width: calc(100% - 360px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.width40p {
  width: 40%;
}

.width50p {
  width: 50%;
}
.relate {
  position: relative;
}

/* architecture page udpate */

#page-architecture .topbar {
  top: -170px;
}

#page-architecture .bottombar {
  bottom: 230px;
  left: 50vw;
}

#page-architecture .leftbar {
  top: -170px;
  right: 50vw;
}

#page-architecture .animated .leftbar {
  height: calc(100% - 60px);
}

#page-architecture .animated .topbar,
#page-architecture .animated .bottombar {
  width: 50vw;
}

#page-architecture .topbar.moveright {
  top: 140px;
}

#page-architecture .bottombar.moveleft {
  right: 50vw;
  left: auto;
}

#page-architecture .rightbar {
  top: 140px;
  left: 50vw;
}

#page-architecture .animated .rightbar {
  height: calc(100% - 230px - 140px);
}

#page-architecture .pink-facade:after {
  height: 180px;
  top: -180px;
  width: 54vw;
  left: 0;
}

#page-architecture .big-one .topbar {
  top: 90px;
}

#page-architecture .big-one .bottombar {
  bottom: -550px;
  left: 100px;
}

#page-architecture .big-one .leftbar {
  top: 90px;
  left: 100px;
  z-index: 2;
}

#page-architecture .big-one.animated .leftbar {
  height: calc(100% - 90px + 550px);
}

#page-architecture .big-one.animated .topbar,
#page-architecture .big-one.animated .bottombar {
  width: calc(100vw - 100px);
}

.ht100p {
  height: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-family: 'ITCAvantGardeGothicLTMedium';
  
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-l-20 {
  padding-left: 20px;
}
/* new update ends here */

#th {
    color: #ffffff;
}

.centerSlider
{
    width:1200px;
    max-width:calc(100% - 40px);
    margin:0 auto
}
.ptb100{
    padding-bottom:100px;
    padding-top:100px
}
.popUpTour
{
    display:block;
    width:100%;
    padding:0 30px;
}
.tourh3
{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: clamp(32px, 2.08vw, 40px);
    color: #d7a079;
    font-family: 'ITCAvantGardeGothicLTExtraLight';
}
.tourp
{
   text-align:center;
     margin:0  auto 50px auto;
     max-width:calc(100% - 40px)
}
p.display
{
     color: #d7a079;
     font-size:18px;
     letter-spacing: 1px;

    
     padding:10px 0 0 10px
}
p.no-bed
{
         color: #000;
     font-size:16px;
       padding:0px 0 10px 10px;
}
.popUpTour 
{
    color: #d7a079;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    background: #833051;
    text-transform: uppercase;
}
.mh500{
	min-height: 500px;
}
.tour-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.tour-wrapper img {
  width: 90%;
  max-width: 1500px;
}
@media screen and (max-height: 780px) {
  #sliderplaceholder,
  #locationpopup {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 1500px) {

  .ms-pr50 {
    padding-right: 50px;
  }
  html {
    font-size: 8px;
  }
  .padding-left {
    padding-right: 40px;
  }

  .padding-right {
    padding-left: 40px;
  }

  .mpl40 {
    padding-left: 50px;
  }

  .padding-90 {
    padding: 60px;
  }

  #register-wrapper .w70 {
    width: 60vw;
  }

  #register-wrapper .w30 {
    width: 40vw;
  }

  .padding-lr-150 {
    padding: 0 60px;
  }

  #register-wrapper .register {
    padding: 40px;
  }

  .link,
  .registernow {
    font-size: 2rem;
  }

  #page-architecture .big-one.animated .topbar,
  #page-architecture .big-one.animated .bottombar {
    width: calc(100vw - 25px);
  }

  #page-architecture .big-one .leftbar,
  #page-architecture .big-one .bottombar {
    left: 25px;
  }
}

@media screen and (max-width: 1400px) {

  p.call, p.call a {
    font-size: 2rem;
}
  .time span {
    display: block;
  }
  #video {
    height: 56vw;
  }

  .call {
    font-size: 1.4rem;
  }

  .top-fixed {
    padding: 50px 50px 25px;
    width: 580px;
    left: 6vw;
    right: auto;
    margin: auto;
  }

  .fullbackground {
    background-position-y: 0;
  }

  .animated .sptop.ex16,
  .animated .spbottom.ex16 {
    width: calc(100vw - 40px);
  }

  .spright.ex16 {
    right: 40px;
    left: auto;
  }

  .spbottom.ex16 {
    right: 40px;
    bottom: 20px;
  }

  .animated .spright.ex16 {
    height: calc(100% + 50px);
  }
}

@media screen and (max-width: 1100px) {

  .spright.ex16 {
    right: 30px;
  }

  .animated .sptop.ex16, .animated .spbottom.ex16 {
    width: calc(100vw - 30px);
}

.animated .spright.ex16 {
  height: calc(100% + 55px);
}
  html {
    font-size: 6px;
  }

  #register-wrapper .register {
    padding: 25px;
  }

  .padding-left {
    padding-right: 25px;
  }

  .padding-right {
    padding-left: 25px;
  }

  .mpl40 {
    padding-left: 60px;
  }

  .mplr25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  #page-home #landing {
    padding-top: 50px;
  }

  .padding-tb-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .type3 {
    padding-left: 50px;
  }

  .mainlogo.long {
    left: calc(65vw - 65px);
  }
}

@media screen and (max-width: 1000px) {


  #page-apartments #nav li a.apartments,
  #page-penthouse #nav li a.penthouse,
  #page-architecture #nav li a.architecture,
  #page-location #nav li a.location,
  #page-team #nav li a.team,
  #page-register #nav li a.registerlink,
  #page-home #nav li a.home
   {
    border-bottom: 1px solid;
  }

  .call {
    text-align: center;
    margin-top: 60px;
  }
  .mpr25 {
    padding-right: 25px;
  }

  .no-bg {
    background: none;
  }

  input,
  textarea,
  select {
    font-size: 2rem;
  }

  .b_submit {
    margin: 40px auto auto;
  }

  .mainlogo svg {
    width: 100%;
  }
  #location .topbar {
    top: calc(50vh - 35px);
  }

  #location .leftbar {
    top: calc(50vh - 35px);
  }

  #location .flex > div:first-of-type {
    margin-bottom: 0;
  }

  #location .animated .leftbar {
    height: calc(100% - 50vh - 50px + 45px);
  }
  #location .bottombar {
    bottom: 40px;
  }

  #location .bgimg:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 30px;
    height: calc(100% + 10px);
    background: #fff;
  }

  .top-fixed {
    position: static;
    background: #fff;
    width: 100%;
    padding: 70px 25px 80px 60px;
    left: 0;
  }

  .top-fixed .spleft {
    left: 25px;
    transition-delay: 0s;
    bottom: 0;
  }

 
  .fullbackground {
    height: 614px;
  }

  .top-fixed .spright {
    right: 25px;
    transition-delay: 0.6s;
  }

  .top-fixed.animated .spright,
  .top-fixed.animated .spleft {
    height: 100%;
  }

  .top-fixed .spbottom {
    top: 0;
    left: 25px;
  }
  .top-fixed.animated .spbottom {
    width: calc(100% - 50px);
  }

  .padding-right {
    padding-left: 25px;
  }

  .pink-facade {
    margin-top: 150px;
  }

  #page-home .pink-facade,
  #page-apartments .pink-facade {
    margin-top: 0;
  }

  #page-architecture .pink-facade:after {
    height: 75px;
    top: -75px;
    width: 60vw;
  }

  #page-home .pink-facade:after {
    height: 35px;
    top: -35px;
    width: 60vw;
  }

  .flex > div:first-of-type {
    margin-bottom: 60px;
    margin-bottom: 20px;
  }

  .pink-facade.leftside:after {
    height: 75px;
    top: -75px;
    width: 60vw;
  }

  .reverse {
    flex-direction: row;
  }

  .column-reverse {
    flex-direction: column-reverse;
  }

  .rightfloat {
    float: left;
    width:100%;
  }

  #register-wrapper .register {
    padding: 0;
    padding-bottom: 40px;
    margin: 0;
    background-size: 100% auto !important;
    background-position: bottom !important;
  }

  .w60,
  .w40,
  .w50,
  #register-wrapper .w30,
  #register-wrapper .w70,
  .w35,
  .w55 {
    width: 100%;
  }

  #register-wrapper .w30 {
    margin-bottom: 60px;
  }

  #page-architecture .flex > div:first-of-type.centertop.w65.bgimg {
    margin-bottom: 0;
  }

  .flex > div:first-of-type.w50.padding-right {
    margin-bottom: 0;
  }

  #page-home .margin_b_300.m400.rightfloat.mpl35 {
    margin-bottom: 60px;
  }

  .m-bm0 {
    margin-bottom: 0 !important;
  }
  .margin-b-120 {
    margin-bottom: 60px;
  }
  .margin-b-225 {
    margin-bottom: 110px;
  }
  .margin-t-250 {
    margin-top: 125px;
  }
  .padding-t-330 {
    padding-top: 160px;
  }
  .padding-tb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-t-290 {
    padding-top: 140px;
  }

  .margin-b-370 {
    margin-bottom: 180px;
    margin-bottom: 0;
  }
  .padding-t-350 {
    padding-top: 100px;
  }
  .padding-b-300 {
    padding-bottom: 150px;
  }
  .padding-t-130 {
    padding-top: 60px;
  }
  .padding-t-100 {
    padding-top: 50px;
  }

  .padding-tb-350 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .margin_b_400,
  .margin-b-200 {
    margin-bottom: 100px;
  }
  .margin_b_300 {
    margin-bottom: 70px;
    margin-bottom: 150px;
  }
  .margin-tb-130 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .margin-b-275 {
    margin-bottom: 150px;
  }
  .padding-b-180 {
    padding-bottom: 90px;
  }
  .padding-t-150 {
    padding-top: 70px;
  }
  .padding-t-220 {
    padding-top: 110px;
  }
  .margin-b-100 {
    margin-bottom: 50px;
  }

  .lg-container {
    width: calc(100% - 50px);
  }

  .animated .topbar,
  .animated .bottombar {
    width: calc(100vw - 25px);
  }

  .animated .leftbar {
    height: calc(100% - 30px);
  }

  .bottombar {
    left: 25px;
    bottom: 0;
  }

  .mpl50 {
    padding-left: 50px;
  }
  .mpl35 {
    padding-left: 35px;
  }
  .padding-left {
    padding-left: 25px;
  }
  .topbar,
  .leftbar {
    top: 25px;
  }

  .leftbar {
    left: 25px;
  }

  .animated .topbar.moveright,
  .animated .bottombar.moveleft {
    width: calc(100% - 25px);
  }
  .rightbar {
    right: 25px;
  }
  .topbar.moveright,
  .rightbar {
    top: calc(50vh - 50px);
  }
  .bottombar.moveleft {
    bottom: 0;
    right: 25px;
  }
  .animated .rightbar {
    height: calc(100% - 50vh + 50px);
  }

  .display-wrapper .spleft {
    left: 25px;
  }
  .display-wrapper .spbottom {
    left: 25px;
  }
  .display-wrapper.animated .sptop,
  .display-wrapper.animated .spbottom {
    width: calc(100% + 50px);
  }

  #page-apartments .topbar.moveright {
    top: -150px;
  }

  #page-apartments .bottombar.moveleft {
    top: 450px;
  }

  #page-apartments .rightbar {
    top: -150px;
  }

  #page-apartments .animated .rightbar {
    height: calc(600px);
  }

  #page-apartments .second-bar .topbar.moveright {
    top: -50px;
  }

  #page-apartments .second-bar .rightbar {
    right: 25px;
    top: -50px;
  }

  #page-apartments .animated.second-bar .rightbar {
    height: calc(505px);
  }

  #page-apartments .second-bar .bottombar.moveleft {
    right: 25px;
  }
  #page-apartments .second-bar.animated .topbar.moveright,
  #page-apartments .second-bar.animated .bottombar.moveleft {
    width: calc(100% - 25px);
  }

  /* penthouse design bars */
  #page-penthouse .topbar,
  #page-penthouse .leftbar {
    top: calc(50vh + 50px);
  }

  #page-penthouse .animated .leftbar {
    height: calc(100% - 50vh - 50px);
  }

  #page-penthouse .bottombar {
    bottom: 0;
  }

  /* architecture design bars */
  #page-architecture .topbar,
  #page-architecture .leftbar {
    top: -50px;
  }

  #page-architecture .bottombar {
    left: 25px;
  }

  #page-architecture .animated .leftbar {
    height: calc(100% + 49px);
  }

  #page-architecture
    .padding-t-100.padding-b-300.centeralign.padding-left.leftalign.relative2.w35 {
    padding-bottom: 0;
  }
  #page-architecture .animated .topbar,
  #page-architecture .animated .bottombar {
    width: calc(100% - 25px);
  }
  #page-architecture .bottombar {
    bottom: 0;
  }

  #page-architecture .topbar.moveright,
  #page-architecture .rightbar {
    top: 1200px;
  }

  #page-architecture .rightbar {
    left: auto;
    right: 25px;
  }

  #page-architecture .animated .rightbar {
    height: 350px;
  }

  #page-architecture .bottombar.moveleft {
    top: calc(1200px + 350px);
    right: 25px;
  }

  #page-architecture .big-one.animated .leftbar {
    height: 50%;
  }

  #page-architecture .big-one .bottombar {
    bottom: auto;
    top: calc(50% + 90px);
  }

  .mmb40 {
    margin-bottom: 40px;
  }

  .bgimg {
    position: relative;
    min-height: 50vh;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .flex {
    flex-wrap: wrap;
  }

  body {
    padding: 60px 0 0 0;
  }
  #page-home {
    padding: 0;
  }
  section {
    width: 100%;
  }
  header {
    height: 60px;
    box-shadow: none;
    background: #fff;
  }
  #page-home header {
    background: #fff url(/images/mob-mask.jpg);
    background-size: auto calc(100% + 6px) !important;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
    background-position: 50px -5px !important;
    background-repeat: no-repeat !important;

    transition: all 0.6s ease;
  }

  #page-home.fixed header {
    background: #fff;
  }

  .fullheight {
    height: 50vh;
    min-height: 100px;
  }

  .leftdiv,
  .rightdiv,
  .leftdiv65,
  .rightdiv65 {
    width: 100%;
  }

  .absright50,
  .absright58,
  .absright65,
  .absleft65,
  .absleft58 {
    position: relative;
    min-height: 50vh;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .leftdiv42,
  .rightdiv42,
  .rightdiv35,
  .leftdiv35 {
    min-height: 50vh;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto;
  }

  .leftdiv50 {
    width: 100%;
  }

  .animated .sptop.ex0,
  .animated .spbottom.ex0 {
    width: calc(100% - 20px);
  }

  .spright.ex0 {
    left: calc(100% - 20px);
  }

  .spbottom.ex0 {
    width: 65vw;
  }

  .spbottom.ex0 {
    right: 20px;
    width: 0;
  }

  .margin-t-150 {
    margin-top: 50px;
  }

  .margin_b_150 {
    margin-bottom: 50px;
  }

  .absbg {
    display: none;
  }

  .padding-tb-180 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .animated .sptop.ex1 {
    width: calc(100% - 20px);
  }

  .spleft.ex1 {
    left: 20px;
    right: auto;
  }

  .spbottom.ex1 {
    left: 25px;
  }

  .animated .spbottom.ex1 {
    width: calc(100% - 20px);
  }

  .type3 .padding-t-180 {
    padding-top: 0;
  }

  #page-home #architecture {
    margin-top: 135px;
  }

  #page-home #landing {
    height: calc(100vh);
    background: #fff;
  }

  #page-home .mainlogo {
    right: 0;
    width: 280px;
    padding: 68vh 0 30px 45px;
    left: auto;
    max-width: 500px;
    top: 0;
  }

  .mainlogo svg {
    width: 100%;
  }

  #page-home .mainlogo .spright {
    display: none;
  }

  .mainlogo img {
    width: 150px;
    max-width: 100%;
  }
  .registernow.fix {
    /* display: none; */
    top:auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff !important;
  }

  .registernow.fix::after {
    width: 100%;
  }

  .padding-t-75 {
    padding-top: 30px;
  }

  /* #page-home .registernow.fix {
    width: 250px;
    display: none;
    position: absolute;

    right: 0;
    left: 0;
    top: calc(100vh - 120px);
    margin: 0 auto;
    color: #fff;
  } */

  /* .hashover:after {
    width: 100%;
    color: #fff;
  } */
  .submenu li,
  .submenud li {
    display: inline-block;
    margin: 0 5px;
  }
  .mixcolor {
    background: #f5ece7;
  }
  #logo-s {
    left: auto;
    right: 25px;
    top: 7px;
    width: 110px;
  }
  #logo-s svg {
    width: 100%;
  }
  #nav-toggle {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
  }
  .fixed .submenu,
  .fixed .submenud {
    top: 45px;
  }

  .padding-t-180.type3 {
    padding-top: 45px;
  }
  .sptop.ex2 {
    top: 0;
  }
  .spright.ex2 {
    top: 0;
  }
  #location .margin-tb-75 {
    margin: 0;
  }
  #location {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .animated .spright.ex2 {
    height: 100%;
  }
  .grid_6 {
    width: 100%;
  }
  .register {
    padding: 48px 0 30px 0;
    margin: 20px auto;
  }
  footer a {
    display: block;
  }
    footer a.fb,  footer a.insta {
display:inline-block;
margin: 0 7px;
}

  footer a.centre_align {
    text-align: center;
    position: relative;
  }
  footer a.right_align {
    text-align: center;
    float: none;
  }

  nav#mainnav {
    text-align: center;
    padding: 125px 20px 75px 20px;
  }
  #nav li a {
    font-size: 25px;

    line-height: 26px;
  }
  #mainnav .registerlogo {
    bottom: auto;
    top: -70px;
    width: 100%;
  }
  .animated .registerlogo {
    border-right: 8px solid #f9d2b2;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .mainlogo.long,
  #page-apartments .mainlogo.long {
    left: 20px;
    width: calc(100% - 20px);
    max-width: 100vw;
    padding: calc(50vh + 30px) 30px 30px 30px;
    top: 0;
  }

  #EXTERIOR {
    margin-top: 150px;
  }
  .grand h1 {
    position: relative;
    top: 0;
    left: 0;
  }
  .grand {
    float: left;

    padding: 50px 50px 50px;
    width: 300px;
  }
  .spleft.ex9,
  .sptop.ex9 {
    left: 0;
  }
  #LIVING {
    margin-top: 50vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #LIVING .m350,
  #KITCHEN .m350,
  #BEDROOM .m350 {
    float: left;
    padding: 30px;
    width: 100%;
    padding-right: 30px;
  }
  .sptop.ex9 {
    display: none;
  }
  .animated .spbottom.ex9,
  .animated .sptop.ex9 {
    width: calc(100% - 20px);
  }
  .spleft.ex9 {
    left: 0;
  }
  .animated .spleft.ex9 {
    height: 100vh;
  }

  #LIVING,
  #BEDROOM,
  .marginleft {
    margin-left: 0;
    width: 100%;
    background: #fff;
  }
  .ex10 {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .slidermobile {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    background: rgba(245, 236, 231, 0.8);
    width: 100%;
    list-style: none;
  }
  .slidermobile ul,
  .slidermobile ul li {
    position: absolute;

    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    font-weight: 700;
  }

  .slidermobile ul li {
    display: none;
  }
  .slidermobile ul li.active {
    display: block;
  }

  .slidermobile .next {
    position: absolute;
    right: 20px;
    top: 0;
    width: 35px;
    z-index: 5;
  }

  .slidermobile .prev {
    position: absolute;
    left: 20px;
    top: 0;
    width: 35px;
    z-index: 5;
  }
  .slidermobile .next::before {
    position: absolute;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 10px;
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: auto;
    background: none;
  }
  .slidermobile .prev::before {
    position: absolute;
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    left: 30px;
    top: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

    background: none;
  }
  section {
    width: 100%;
  }
  #KITCHEN .bgcreame {
    background: #fff;
    padding-bottom: 0 !important;
    min-height: 100px !important;
  }
  .bgspan2 {
    display: none;
  }
  #BEDROOM {
    padding-bottom: 0 !important;
  }
  .ex11 {
    display: none !important;
  }
  .bgspan3 {
    display: none;
  }
  #BATHROOM {
    padding-bottom: 0 !important;
    min-height: 100px;
    margin-bottom: 75px;
  }
  .prevmobile {
    display: block;
    width: 50%;
    position: absolute;
    height: 30px;
    left: 20px;
    z-index: 10;
  }

  .prevmobile::before {
    position: absolute;
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    left: 0;
    top: 9px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: auto;
    background: none;
  }

  .nextmobile {
    display: block;
    width: 50%;
    position: absolute;
    height: 30px;
    left: 50%;
    z-index: 10;
  }

  .nextmobile::before {
    position: absolute;
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 20px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: auto;
    background: none;
  }
  .scheme {
    margin-top: 7px;

    padding-left: 0;
  }

  .registerlogo {
    display: none;
  }

  .b_submit {
    /* color: #fff !important; */
  }
  .rightm450 {
    width: 100%;

    max-width: 100%;
  }
  .m450 {
    width: 100%;
    max-width: 100%;
  }
  #footer_wrapper {
    text-align: center;
  }
  .submenu,
  .submenud {
    text-align: center;
  }

  .scheme::before {
    display: none;
  }
  .submenu,
  .submenud {
    top: 90vh;
  }
  footer {
    padding: 40px 20px 30px 20px;
  }
  #nav li a::after {
    display: none;
  }
  .notformob {
    margin-top: 0;
    margin-bottom: 0;
  }

  #apartments {
    margin-bottom: 0;
  }

  #location .sptop.ex0 {
    z-index: 3;
    top: 20px;
  }

  #location .spright.ex0 {
    top: 20px;
    z-index: 3;
  }

  #location.animated .spright.ex0 {
    height: calc(100% - 20px);
  }

  #location .leftdiv42 {
    padding-right: 40px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  #location .padding-b-75 {
    padding-bottom: 0;
  }
  #penthouse .m400.rightfloat {
    float: left;
  }
  #penthouse .leftdiv42 {
    padding-top: 40px;
  }
  div.mixcolor {
    display: none;
  }

  #page-team h1 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 760px) {
.play-btn {
    width: 120px;
    color: #d7a079;
    position: absolute;
    text-align: center;
    right: auto;
    left: 0;
    top: 90%;
    font-size: 1rem;
    
}
  .minheight {
    min-height: initial;
    /* background: red; */
  }

  #nav li a {
    font-size: 2rem;
    line-height: 1;
  }

  #nav li a.download-btn {
    font-size: 1.5rem;
  }

  #nav li a.download-btn:before {
    width: 21px;
    height: 21px;
    top: -8px;
    right: -27px;
  }

  .top-fixed.animated .spright,
  .top-fixed.animated .spleft {
    height: 100%;
    z-index: 2;
  }

  .top-fixed .spleft {
    bottom: 0;
    z-index: 2;
  }

  .fullbackground {
    height: auto;
    background-image: none !important;
    background: #fff;
  }

  .w80p {
    width: 70%;
  }

  html {
    font-size: 10px;
  }

  p {
    font-size: 1.4rem;
  }
  body {
    letter-spacing: 0;
    font-optical-sizing: 1.4rem;
  }
  .link {
    padding: 10px 20px;
    font-weight: 100;
    letter-spacing: 1px;
  }

  .link,
  .registernow {
    font-size: 1.6rem;
  }

  #page-home .mainlogo {
    padding-top: 90%;
  }

  #page-home #landing {
    height: auto;
    padding-bottom: 150px;
  }

  #page-home section.bgcreame.padding-tb-200.centeralign.margin_b_400.mplr25 {
    margin-bottom: 65px;
  }

  .mob {
    display: block;
  }

  #page-home #landing .wrapper {
    display: none;
  }
  .margin-b-275 {
    margin-bottom: 80px;
  }
  .padding-t-300 {
    padding-top: 50px;
  }

  #page-apartments .pink-facade:after {
    height: 100px;
    top: 0;
  }

  .mpl50 {
    padding-left: 50px;
    padding-right: 25px;
  }

  #page-apartments .animated .topbar.moveright,
  #page-apartments .animated .bottombar.moveleft {
    width: calc(100vw - 25px);
  }

  #page-apartments .rightbar {
    right: 25px;
  }

  #page-apartments .bottombar.moveleft {
    right: 25px;
  }

  #register-wrapper .grid_6 {
    padding: 0;
  }
  .padding-lr-150 {
    padding-left: 25px;
    padding-right: 25px;
  }
  h1 {
    font-size: 5rem;
    letter-spacing: 2px;
  }

  .fs100 {
    font-size: 6.5rem;
  }

  .margin-b-200 {
    margin-bottom: 50px;
  }

  .padding-tb-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #page-home #architecture {
    margin-top: 60px;
  }

  .fs33 {
    font-size: 3.3rem;
  }

  #register-wrapper h1 {
    font-size: 3.8rem;
  }

  #register-wrapper h4 {
    font-size: 1.5rem;
  }

  input,
  textarea,
  select {
    font-size: 1.4rem;
  }

  .comments-wrapper {
    padding: 0;
  }

  p.call,
  p.call a {
    font-size: 1.9rem;
  }

  #location h1 {
    font-size: 4rem;
  }

  #page-architecture .topbar.moveright,
  #page-architecture .rightbar {
    top: 44%;
  }

  #page-architecture .animated .rightbar {
    height: 32%;
  }

  #page-architecture .bottombar.moveleft {
    top: calc(76%);
  }

  #page-architecture .big-one .bottombar {
    top:calc(70% + 90px);
  }
  #page-architecture .big-one.animated .leftbar {
    height: calc(60% + 90px);
}
}

@media screen and (max-width: 320px) {
  nav#mainnav {
    padding: 70px 20px;
  }

  #nav li a {
    font-size: 1.8rem;
  }

  #nav li a.download-btn {
    font-size: 1.5rem;
  }
}
