
@font-face {
    font-family: "SangBleuKingdom-Light";
    src: url("/fonts/SangBleuKingdom-Light-WebXL.woff2") format("woff2"), url("/fonts/SangBleuKingdom-Light-WebXL.woff") format("woff"), url("/fonts/SangBleuKingdom-Light-WebXL.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

:root {
    --header-height: 75px;
    --banner-height:38px;
    --gap: 180px;
    --white: #fff;
    --light:#f3f0ee;
    --dark: #4f5974;
    --pad: 80px;
    --red:#948655;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'neue-haas-grotesk-display';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    background: var(--light);
    color: var(--dark);
}

main {
    min-height: calc(100vh - var(--header-height) - 400px);
}

.f18 {
    font-size: 18.78px;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

.img {
    width: 100%;
    display: block;
}

a, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.white {
    color: #fff;
}

.fadeInUp {
    opacity: 0;
}

    .fadeInUp.animated {
        animation: fadein .7s;
        -webkit-animation: fadein .7s forwards;
    }

section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.upppercase {
    text-transform: uppercase;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn {
    display: flex;
    height: 53px;
    width: max-content;
    font-size: 15.98px;
    letter-spacing: 0.25em;
    line-height: 1;
    font-weight: 600;
    color: var(--dark);
    background: var(--light);
    padding: 0 51px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.bg-blue {
    background-color: var(--dark);
    color: #fff;
}

.g-8 {
    width: calc(75% - 10px);
    height: 100%;
}

.g-4 {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
}

    .g-4 .g-4-col {
        height: 33.33%;
        position: relative;
    }

.other-projects {
    display: flex;
    background-color: #00000080;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.grid_7 {
    width: 60%;
}

.grid_8 {
    width: calc(75% - 10px);
}

.grid_6 {
    width: calc(50% - var(--gap) * .5);
}

.grid_50 {
    width: calc(50% - 35px);
}

.g_8 {
    width: calc(66.66% - 13.66px);
}

.grid_4 {
    width: calc(33.33% - 13.66px);
    display: block;
}



.grid_6 {
    width: calc(50% - 50px);
}

.grid_3 {
    width: calc(25% - 15px);
    position: relative;
}

.w200 {
    width: 200px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
    display: block;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.mb5 {
    margin-bottom: 6px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.pt20 {
    padding-top: calc(var(--gap) / 1.5);
}

.pt50v {
    padding-top: 50svh;
}

.ptxl {
    padding-top: 220px;
}

.pbxl {
    padding-bottom: 220px;
}

.ptl {
    padding-top: 85px;
}

.pbl {
    padding-bottom: 85px;
}

.pad-l {
    padding-left: var(--gap);
}

.pad-r {
    padding-right: var(--gap);
}

.pad-r-40 {
    padding-right: 40px;
}

.pad-l-40 {
    padding-left: 40px;
}

.ptm {
    padding-top: calc(.5 * var(--pad));
}

.pbm {
    padding-bottom: calc(.5 * var(--pad));
}

.pts {
    padding-top: 70px;
}

.pbs {
    padding-bottom: 70px;
}

.pt35 {
    padding-top: 35px;
}

.pb35 {
    padding-bottom: 35px;
}

.pr20 {
    padding-right: 20px;
}

.pr20 {
    padding-left: 20px;
}


.bg-video {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top:0;
    left:0
}
.bg-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%,-50%)
}

@media (min-aspect-ratio: 16/9) {
    .bg-video iframe {
        height:56.25vw
    }
}

@media (max-aspect-ratio: 16/9) {
    .bg-video iframe {
        width:177.78vh
    }
}
.gallery {
    height: calc(100vh - var(--header-height) - var(--banner-height));
    height: calc(100svh - var(--header-height) - var(--banner-height));
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row-gallery img {
    display: block;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.asp1-1 {
    display: block;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.obj-fit {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.underline {
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 0.13em;
}

.max10 {
    max-width: 10em;
}

.over-hidden {
    overflow: hidden;
}

.container {
    width: calc(100% - var(--gap) - var(--gap));
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.full-h {
    height: 100svh;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.flex-st-st {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-sb-st {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-en-st {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-en-ce {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-sb-ce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
    align-self: normal;
}

.flex-st-ce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
    align-self: normal;
    gap: 20px;
}

.flex-ce-ce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-col-ce-ce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    flex-wrap: wrap;
}

.flex-col-sb-st {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    align-self: stretch;
    flex-wrap: wrap;
}

.reverse {
    flex-direction: row-reverse;
}

.gap {
    gap: 20px;
}

.chalk {
    width: 560px;
    max-width:75%;
    display: block;
    margin-bottom: 60px;
}
.download {
    background: var(--dark);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 41px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 35px;
}
.landing {
    padding: 90px 0 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
}

    .landing.land-pent {
        justify-content: center;
    }

        .landing.land-pent:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: var(--dark);
            opacity: 0.5;
            z-index: 0;
            content: '';
        }

.abs-land {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
}

.play {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    letter-spacing: 0.25em;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

p {
    line-height: 1.44;
}

h1, h2, h3, h6 {
    font-family: "SangBleuKingdom-Light";
    font-weight: normal;
    font-size: 36px;
}

.f28 {
    font-size: 28px;
}

.f36 {
    font-size: 32px;
    max-width: 720px;
    text-align: center;
    text-align: center;
    line-height: 1.4;
}

h4 {
    font-weight: 600;
    letter-spacing: 0.25em;
    font-size: 16px;
}

.f19 {
    font-size: 19px;
    letter-spacing: 0.64em;
    line-height: 1.57;
}

h5 {
    font-weight: 600;
    letter-spacing: 0.64em;
    font-size: 22px;
}

.f29 {
    font-size: 29px;
}

.f12 {
    font-size: 12px;
    letter-spacing: 0.25em;
    font-weight: 600;
}

.f16 {
    font-family: 'neue-haas-grotesk-display';
    font-weight: 600;
    color: var(--red);
    letter-spacing: 0.64em;
    text-align: center;
    font-size: 16px;
}
.f14{
    font-size:14px;
    font-weight:500;
        letter-spacing: 0.05em
}
.l1{
      letter-spacing: 0.05em
}
a.f16 {
    letter-spacing: 0.25em;
}

.f16.white {
    color: #fff;
}

span.border {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--red);
}

.border-red {
    display: block;
    position: relative;
    padding-bottom: 8px;
    width: max-content;
}

span.border-right {
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    display: block;
    background: var(--red);
    position: absolute;
}

.border-red:after {
    position: absolute;
    bottom: 0;
    background: currentColor;
    left: 0;
    width: 100%;
    display: block;
    height: 2px;
    content: '';
}

.Sang {
    font-family: "SangBleuKingdom-Light";
    font-size: 18.78px;
    line-height: 1.7;
}

h6 {
    font-size: 22px;
    margin-bottom: 5px;
}

.trn30 {
    transform: translateY(-30px);
}

.max550 {
    max-width: 550px;
}

.max620 {
    max-width: 620px;
}

.max1140 {
    max-width: 1140px;
}

.img-holder {
    position: relative;
}

    .img-holder img {
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
    }

    .img-holder .abs-img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 22;
        animation: fade 15s linear infinite;
    }

@keyframes fade {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.rounded {
    border-top-left-radius: 11%;
    border-bottom-right-radius: 11%;
}

.roun25 {
    border-radius: 1.5vw;
}

.relative {
    position: relative;
    z-index: 1;
}

.icon {
    width: 120px;
    margin: 0 auto 40px auto;
    display: block;
}

.places-nearby {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.graya-w {
    width: 140px;
    margin: 0 auto 40px auto;
    display: block;
    display: block;
}

.inner-car {
    padding-top: 20px;
}

.register {
    width: 100%;
}

.signature {
    width: 220px;
    display: block;
}

.tittle {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid currentColor;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    text-transform:uppercase
}

.inner-ticker {
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    animation-name: rtl-anim;
    animation-duration: 35s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    word-spacing:0.05em
}

#list2 {
    animation-name: ltr-anim;
}

.inner-ticker img {
    display: block;
    height: clamp(100px, 227px, 18vh);
}

.inner-ticker span {
    display: block;
    font-size: clamp(20px, 2vw, 26px);
    line-break: none;
    white-space: nowrap;
}

@keyframes rtl-anim {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);

    }

    100% {
        transform: translateX(-33.33%);
        -webkit-transform: translateX(-33.33%);

    }
}

@keyframes ltr-anim {
    0% {
        transform: translateX(-33.33%);
        -webkit-transform: translateX(-33.33%);

    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
 
    }
}



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;
}
input::placeholder {
    color: inherit;
    opacity: 1;
}

.popUp {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  background: var(--dark);
  color:#fff
}

.innerPop {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 80px 0;
}

.innerPop .container {
  width: 1000px;
  text-align: left;
}

.innerPop p {
  margin-bottom: 20px;
}

.innerPop h4 {
  margin-bottom: 10px;
}
.innerPop h3{
    margin-bottom:15px

}
.innerPop  ul{
    list-style:none;
    margin-bottom:20px;
    line-height:1.5
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}

.close: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;
}

.close: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;
}
.min-h{

    object-fit:cover;
    object-position:left center
}
.self-stretch {
    align-self:stretch;
    display:flex;

}
.self-stretch img{
    align-self:stretch
}
#enquire_top {
    z-index: 10
}
#enquire {
    z-index: 11;
}
#page-home #enquire {
    background: var(--light);

}

#reg-top {
    display: flex;
    height: 100%;
    background-color: var(--dark);
    justify-content: center;
    align-items: center;
    height: 100px;
    color: #fff;
    position:fixed;
    z-index:2;
    bottom:0;
    left:0;
    width:100%
}

.join {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.15em;
}

#reg-top .parsley-errors-list {
    font-size: 9px;
    bottom: -11px;
    position: absolute
}

#reg-top input, #reg-top select {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: calc(100% - 20px);
    font-size: 12px;
}

    #reg-top input.brt {
        width: -moz-max-content;
        width: max-content;
        color: var(--dark);
        background: #fff;
        border-radius: 5px;
        margin: auto;
        line-height: 1;
        font-size: 11px;
        padding: 10px 30px;
        font-weight: 600;
        letter-spacing: 0.1em;
    }

.g200{
    min-width:200px;
    text-align:center
}
.g2 {
    width:200px;
 max-width: calc(16.66% - 20px);
    position: relative;
}
.bg-red {
    background: var(--red);
    color: var(--light);
   
}
    .bg-red .download {
        color: var(--red);
        background: var(--light);
    }

.bounce {
    animation: bounce 1s ease ;
}
#page-home .for-pent{
    display:none
}
#page-penthouses .for-home {
    display: none
}
@keyframes bounce {
    30% {
        transform: scale(1.05);
    }
    40%, 60% {
        transform: rotate(-1.5deg) scale(1.05);
    }

    50% {
        transform: rotate(1.5deg) scale(1.05);
    }

    70% {
        transform: rotate(0deg) scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
