@font-face {
    font-family: 'abigail';
    src: url('../fonts/abigail.eot');
    src: url('../fonts/abigail.eot?#iefix') format('embedded-opentype'),
        url('../fonts/abigail.woff2') format('woff2'),
        url('../fonts/abigail.woff') format('woff'),
        url('../fonts/abigail.ttf') format('truetype'),
        url('../fonts/abigail.svg#abigail') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tenor Sans';
    src: url('../fonts/TenorSans.eot');
    src: url('../fonts/TenorSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TenorSans.woff2') format('woff2'),
        url('../fonts/TenorSans.woff') format('woff'),
        url('../fonts/TenorSans.ttf') format('truetype'),
        url('../fonts/TenorSans.svg#TenorSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
body {
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;

}

html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    font-family: 'Tenor Sans';
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow: hidden;
}

#splash-screen {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: height 1s ease-in-out;
}

.video-div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

#splash-screen video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    /* width: 100%; */
    padding: 0;
}

.splash-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
}

.splash-inner p {
    font-family: 'abigail';
    font-size: 46px;
    color: #392E2C;
    line-height: 1;
}

.splash-inner-text p {
    font-size: 72px;
}

.splash-inner-text {
    display: none;
}

.splashP1 {
    opacity: 0;
}

/* 
.custom-loader {
    margin: auto;
    width: 12px;
    height: 12px;
    background: #392E2C;
    border-radius: 50%;
    box-shadow: 20px 0 #766DF422, -20px 0 #392E2C;
    animation: d5 1s infinite linear alternate;
}

@keyframes d5 {
    0% {
        box-shadow: 20px 0 #392E2C, -20px 0 #766DF422;
        background: #392E2C
    }

    33% {
        box-shadow: 20px 0 #392E2C, -20px 0 #766DF422;
        background: #766DF422
    }

    66% {
        box-shadow: 20px 0 #766DF422, -20px 0 #392E2C;
        background: #766DF422
    }
} */

/* header */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    transform: translateY(-100%);
}

header .navbar {
    padding: 15px 0;
    transition: all 0.5s ease-in-out;
}

header.active {
    background: #000000;
    transition: all 0.5s ease-in-out;
}

header.active .navbar {
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.navbar-brand svg {
    width: 180px;
    transition: all 0.5s ease-in-out;
}

header.active .navbar-brand svg {
    width: 150px;
    transition: all 0.5s ease-in-out;
}

/* .navbar-brand svg path {
    fill: #a5abaf !important;
}

header.active .navbar-brand svg path{
    fill: #392E2C !important;
} */

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 0 6px;
    border-radius: 1px;
}

.navbar-nav-innerPage .bar {
    background-color: #ffffff;
}

.bar2 {
    width: 15px;
}

.bar3 {
    width: 20px;
    margin: 0;
}

.navbar-nav .nav-item {
    display: flex;
    align-self: center;
}

.navbar-nav .nav-link[data-bs-toggle="offcanvas"] {
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: end;
}

.offcanvas-body {
    align-items: center;
    display: flex;
    justify-content: center;
}

.offcanvas {
    padding: 75px 30px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease-in !important;
}

.offcanvas.show {
    opacity: 1;
    transition: opacity 0.8s ease-in !important;
}

.offcanvas .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 25px;
    outline: inherit !important;
    box-shadow: none !important;
    filter: invert(1) !important;
    -moz-filter: invert(1);
    -webkit-filter: invert(1);
}

.navbar-nav {
    margin: 0 0 0 30px;
    justify-content: center;
}

.nav-link {
    color: #392E2C;
}

.offcanvas-body .navbar-nav {
    margin: 0;
}

.offcanvas-body .navbar-nav .nav-link {
    margin: 10px 0;
    color: #ffffff;
    font-size: 3.5em;
    line-height: 1;
    font-family: 'abigail';
    margin: 20px 0;
    text-align: center;
}

.offcanvas-body .navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: #E9BA67;
    transition: all 0.5s ease;
}

/* Common  */

.custom-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f1f2f3;
    background-image: url(../assets/loader.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    z-index: 9;
}

p {
    font-size: 16px;
    color: #DBDAD7;
    line-height: 1.2;
    overflow: hidden;
}

.btn-eternity {
    text-transform: uppercase;
    font-family: 'Tenor Sans';
    font-size: 18px;
    line-height: 1;
    padding: 15px 35px;
    border-radius: 0px;
    background-color: #392E2C;
    border: 0px solid #392E2C;
    transition: all 0.5s ease;
    position: relative;
    z-index: 0;
    opacity: 0;
    transform: translateY(50px);
}

.btn-eternity span {
    z-index: 2;
    position: relative;
}

.txt-grad {
    /* background: linear-gradient(to bottom, #E9BA67, #B79351);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
    color: #B79351;
}

.btn-eternity:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.btn-eternity:hover,
.btn-eternity:active,
.btn-eternity:focus {
    background-color: #392E2C;
    border: 0px solid #392E2C;
    transition: all 0.5s ease;
}

.btn-eternity:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}

.btn-eternity:hover .txt-grad {
    color: #392E2C;
    transition: all 0.5s ease;
}

.splitting .word {
    display: inline-block;
}

.splitting .word {
    white-space: nowrap;
}

.parap.splitting .word {
    position: relative;
    white-space: nowrap;
}

.cubeAni .word {
    opacity: 0;
}

/* .cubeAni .word {
    will-change: transform;
    transform-style: preserve-3d;
    transform: rotate3d(0, 1, 0, 90deg);
    transition: transform 1400ms cubic-bezier(0.425, 0.005, 0, 1);
} */

.cubeAni .word {
    /* backface-visibility: hidden;
    transform: rotateY(0deg) translateZ(3vw);
    transition: opacity 1300ms cubic-bezier(0.425, 0.005, 0, 1); */
    will-change: transform;
    transform-style: preserve-3d;
    transform: translateX(50px) rotate3d(0, 1, 0, 90deg);
    transition: transform 1400ms cubic-bezier(0.425, 0.005, 0, 1);
}

.cubeAni .word.flip {
    transform: translateX(0px) rotate3d(0, 1, 0, 0.01deg);
}

.cubeAni .word.inlineIt,
.cubeAni .word.inlineIt .char {
    display: inline;
    transition: all 0.5s ease;
}

/* banner-section  */
#wrapper {
    width: 100%;
    /* height: 100vh;
    overflow: auto; */
    display: none;
}

.banner-section {
    width: 100%;
    height: 100vh;
    background: url(../assets/banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    transform: translateY(100vh);
    transition: transform 1s ease-out;
}

.banner-section-inner {
    position: relative;
    z-index: 1;
}

.banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.paraHead {
    color: #DBDAD7;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
}

.headh1 {
    font-size: 5em;
    line-height: 1;
    font-family: 'abigail';
    margin: 20px 0;
}

.headh2 {
    font-size: 3.5em;
    line-height: 1;
    font-family: 'abigail';
    margin: 20px 0;
}


.aLink {
    color: #DBDAD7;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #DBDAD7;
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
}

.aLink:hover {
    border-bottom: 1px solid #B79351;
    transition: all 0.5s ease;
}

/* about-section */
.about-section {
    width: 100%;
    background: url(../assets/second-section.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 350px;
}

.about-section p {
    margin: 30px 0;
}

/* amenities-section */
.amenities-section {
    width: 100%;
    background: url(../assets/section3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 0px;
    padding-bottom: 100px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}


.amenity-imgs {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
}

.amenity-imgs::before {
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
    background-color: #A5ABAF;
}

.amenity-img-1-inner,
.amenity-img-2-inner,
.amenity-img-3-inner {
    overflow: hidden;
}

.amenity-title {
    padding-top: 400px;
    padding-bottom: 00px;
}

.amenity-slider {
    padding: 0;
    margin-top: 70px;
}

.amenity-slider .carousel-cell {
    display: flex;
    height: 500px;
    max-width: 100%;
    width: auto;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    justify-content: center;
}

.amenity-slider .carousel-cell a {
    display: block;
    width: 90%;
    height: 100%;
    padding: 10px 10px 40px 10px;
    background-color: transparent;
    transition: all 0.5s ease;
    outline: inherit !important;
    text-decoration: none;
    position: relative;
}

.amenity-slider .carousel-cell a .amenity-slider-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.amenity-slider .carousel-cell p {
    color: #000000;
    margin: 0;
    padding: 10px 10px 0;
    text-align: right;
    opacity: 0;
    transition: all 0.5s ease;
}

.amenity-slider .carousel-cell a:hover {
    background-color: #ffffff;
    transition: all 0.5s ease;

}

.amenity-slider .carousel-cell a:hover p {

    transition: all 0.5s ease;
    opacity: 1;
}

.amenity-slider .carousel-cell img {
    /* max-width: 100%; */
    width: auto;
    height: 100%;
}

/* 
.amenity-slider .carousel-size-2 {
    width: 20%;
}

.amenity-slider .carousel-size-3 {
    width: 28%;
} */

.amenity-slider .flickity-button {
    /* position: absolute;
    top: -50px;
    left: unset; */
    background: #5C4738;
    color: #ffffff;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    box-shadow: inherit !important;
    border: 2px solid #ffffff;
}

.amenity-slider .flickity-prev-next-button.previous {
    left: 8%;
}

.amenity-slider .flickity-prev-next-button.next {
    right: 8%;
}

.residences-section {
    width: 100%;
    background: url(../assets/residences-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
}

.residences-banner {
    overflow: hidden;
}

.logo-section {
    width: 100%;
    height: 80vh;
    background: url(../assets/logo-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* fp-section  */
.fp-section {
    width: 100%;
    background-color: #D9D9D9;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fp-slider {
    width: 100%;
}

.fp-slider .carousel-cell {
    width: 100%;
    display: block;
}

.fp-slider .flickity-page-dots {
    bottom: -50px;
}

.fp-slider .flickity-page-dots .dot {
    display: inline-block;
    width: 7px;
    height: 4px;
    margin: 0 8px;
    background: #392E2C;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}

.fp-slider .flickity-page-dots .dot.is-selected {
    width: 50px;
}

/* .fp-section .btn-eternity {
    opacity: 1;
    transform: translateY(0px);
} */

.btn-eternity-small {
    padding: 5px 10px;
    margin-left: 10px;
}

.text-eternity {
    color: #392E2C;
}

.text-eternity-grey {
    color: #A5ABAF;
}

/* footer  */
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
    position: relative;
}

footer a {
    color: #A5ABAF;
    font-size: 18px;
    text-decoration: none;
    outline: inherit;
}

.textSmall {
    font-size: 14px;
    margin: 0 0 5px;
    color: #A5ABAF;
}

footer hr {
    border-top: 1px solid #E9BA67;
    opacity: 1;
}

.seperator {
    display: inline-block;
    margin: 0 10px;
    color: #A5ABAF;
}

.contact-inner-4 {
    display: flex;
    justify-content: flex-end;
}

.contact-inner-3 {
    display: flex;
    justify-content: center;
}

/* Forms  */
.modal-dialog {
    max-width: 100%;
    height: 100vh;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#brochureDownload .modal-content,
#modalgetintouch .modal-content,
#floorplansDownload .modal-content,
#modalVideo .modal-content {
    background-color: transparent;
    border-radius: 0px;
    height: 100%;
}

#brochureDownload .modal-body,
#modalgetintouch .modal-body,
#floorplansDownload .modal-body,
#modalVideo .modal-body {
    padding: 75px 35px;
}

#brochureDownload .btn-close,
#modalgetintouch .btn-close,
#floorplansDownload .btn-close,
#modalVideo .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    outline: inherit !important;
    box-shadow: 0px 0px 0px !important;
    color: #A5ABAF;
    font-size: 30px;
    border-radius: 0px;
    border: 1px solid #A5ABAF;
    line-height: 0;
}

#modalVideo iframe {
    height: 500px
}

.form-control {
    background: transparent;
    color: #A5ABAF;
    padding: 10px 15px;
    outline: inherit;
    font-size: 15px;
    border-radius: 0px;
    margin-bottom: 18px;
    border: 1px solid #A5ABAF;
}

.form-control::placeholder {
    color: #A5ABAF;
}

.form-control:focus {
    color: #A5ABAF;
    background-color: #36382E;
    border-color: transparent;
    outline: inherit;
    box-shadow: 0px 0px 0px;
}

textarea {
    resize: none;
    margin-bottom: 24px;
    border: 1px solid #000000;
}

.btn-primary {
    width: 100%;
    background-color: #392E2C;
    color: #DBDAD7;
    padding: 10px 15px;
    border: 1px solid #392E2C;
    outline: inherit;
    font-size: 18px;
    text-align: left;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.btn-primary:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../assets/download.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    transition: all 0.5s ease;
}

#modalgetintouch .btn-primary:before {
    content: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #A5ABAF;
    color: #392E2C;
    transition: all 0.5s ease;
    border: 1px solid #A5ABAF;
}

/* .btn-primary:hover::before {
    transform: translateY(10px);
    transition: all 0.5s ease;
} */

.btn-brochure {
    margin-left: auto;
}

.btn-brochure a {
    border: 1px solid #A5ABAF;
    color: #A5ABAF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    outline: inherit !important;
    transition: all 0.5s ease;
    font-size: 14px;
    display: inline-block;
}

.btn-brochure a:hover {
    color: #A5ABAF;
    background-color: #392E2C;
    transition: all 0.5s ease;
}

.status-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

/* Inner Pages  */

#wrapperInner {
    background-color: #DBDAD7;
}

.bannerInnersection {
    width: 100%;
    background: url(../assets/second-section.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
    height: 100vh;
}

.bannerInnersection .headh2 {
    font-size: 4em;
}

.bannerInnersection p .word {
    opacity: 0;
    transform: translateY(50px);
}

.neighbourhood {
    margin-top: -75px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.neighbourhoodImg {
    overflow: hidden;
}

.neighbourhoodImg iframe {
    opacity: 0;
    height: 600px;
}

.neighbourhood address {
    color: #000000;
    font-size: 24px;
    margin: 40px 0;
}

.neightel {
    font-size: 42px;
    line-height: 1;
    font-family: 'abigail';
    color: #000000;
    text-decoration: none;
    outline: inherit !important;
    display: inline-block;
}

.neightel:hover {
    text-decoration: none;
}


/* amenities page  */
.amenities-main {
    background-color: #392E2C;
    background-image: url(../assets/amenities-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.amenities-main-sections {
    position: relative;
    margin-top: -75px;
}

.amenities-main-sections .row {
    margin: 0;
}

.amenities-copy {
    padding: 75px;
}

.amenities-blocks-3 {
    background: url(../assets/section3-bg.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 150px 75px;
}

.amenities-blocks-4,
.amenities-blocks-5 {
    margin-top: -75px;
}

.amenities-blocks-6 {
    padding: 150px 75px 50px;
}

.amenities-blocks-7 {
    padding: 50px 75px 150px;
}

.amenities-blocks-7-inner {
    margin-top: 75px;
}

.amiImgBlock {
    overflow: hidden;
}

.banner-over-img {
    opacity: 0;
    transform: translateY(130px);
}

/* Residences  */
.residences-main {
    background-color: #000000;
    background-image: url(../assets/residences-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.residences-main-sections {
    position: relative;
    margin-top: -130px;
}

.residences-main-sections .row {
    margin: 0;
}

.residences-copy {
    padding: 15px 75px 15px 0;
}

.residences-blocks {
    padding: 0 75px;
}

.residences-blocks-2 {
    padding: 75px 0 30px 75px;
}

.amiImgBlockbox {
    position: relative;
    padding-left: 50px;
    padding-right: 0;
    padding-top: 50px;
}

.amiImgBlockbox::before {
    content: '';
    width: 200px;
    height: 300px;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.amiImgBlockbox2 {
    position: relative;
    padding-left: 0;
    padding-right: 50px;
    padding-bottom: 50px;
}

.amiImgBlockbox2:before {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    right: 0px;
}

.residences-blocks-3 .residences-copy {
    padding: 15px 75px 15px 75px;
}

.residences-blocks-4 {
    margin-top: 75px;
    padding: 75px 75px 75px 0;
    background-color: #ffffff;
}

.residences-blocks-4 .residences-copy {
    padding: 0 0 0 75px;
}

.residences-blocks-5 {
    padding: 75px 0 75px 75px;
}

.residences-blocks-5 .residences-copy {
    padding: 15px 75px 15px 0;
}

.residences-blocks-6 {
    padding: 0 75px 100px 0;
}

.residences-blocks-6 .residences-copy {
    padding: 15px 0 15px 75px;
}

/* Floor Plans  */
.floorPlans-main {
    background-color: #000000;
    background-image: url(../assets/residences-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 0;
}

.filter {
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
}

.filter ul {
    margin: 75px 0 20px;
    padding: 0;
}

.filter ul li {
    display: inline-block;
    margin: 10px 30px;
}

.filter ul li a {
    color: #ffffff;
    font-size: 18px;
    outline: inherit;
    transition: all 0.5s ease;
    text-decoration: none;
}

.filter ul li a.is-checked {
    color: #B79351;
}

.filter ul li a:hover {
    color: #B79351;
    transition: all 0.5s ease;
}

.filterGridMain {
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    position: relative;
}

.gridElement {
    width: 100%;
    margin: auto;
    padding: 75px 0;
}

.gridElement.fivebhk {
    background-color: #ffffff;
}

.gridElement h3 {
    font-size: 2.5em;
    line-height: 1;
    font-family: 'abigail';
    margin: 15px 0;
    color: #392E2C;
}

.gridElement ul {
    margin: 0;
    padding: 0;
}

.gridElement ul li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    gap: 10px;
}

.gridElement ul li p {
    color: #000000;
    margin: 0;
    font-weight: 400;
}

.gridElement ul li .seperater {
    width: 65%;
    height: 1px;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.gridElement .btn-eternity {
    opacity: 1;
    transform: translateY(0px);
    font-size: 16px;
    line-height: 1;
    padding: 5px 15px;
    border: 1px solid #392E2C !important;
}




@media only screen and (max-width: 1200px) {
    body {
        overflow: scroll;
    }

    .headh1 {
        font-size: 4em;
    }

    .headh2 {
        font-size: 2.8em;
    }

    .amenity-title {
        padding-top: 300px;
    }

}

@media only screen and (max-width: 1023px) {
    body {
        overflow: scroll;
    }

    .splash-inner p {
        font-size: 36px;
    }

    .splash-inner-text p {
        font-size: 52px;
    }

    #splash-screen video {
        height: 100%;
        width: auto;
    }

    .headh1 {
        font-size: 3em;
    }

    .amenity-img-1,
    .amenity-img-3 {
        padding: 0 !important;
    }

    .amenity-imgs::before {
        height: 0px;
        width: 0px;
    }


    .headh2 {
        font-size: 2em;
    }

    .paraHead {
        padding-right: 0px !important;
        font-size: 18px;
        opacity: 1;
    }

    .cubeAni .word {
        opacity: 1;
    }

    .cubeAni .word {
        will-change: transform;
        transform-style: unset;
        transform: none;
        transition: none;
    }

    .aLink {
        opacity: 1;
        transform: translateY(0px);
    }

    .about-section {
        padding-bottom: 250px;
    }

    .amenity-imgs {
        top: -120px;
    }

    .amenity-title {
        padding-top: 200px;
    }

    .amenity-img-1-inner,
    .amenity-img-2-inner,
    .amenity-img-3-inner {
        transform: translate(0px, 0px) !important;
    }

    .amenity-slider .flickity-button {
        display: none;
    }

    .amenity-slider {
        padding: 50px 0 0;
        margin-top: 0;
    }

    .residences-section {
        padding: 100px 15px;
    }

    .residences-banner img {
        transform: translate(0px, 0px) !important;
    }

    .logo-section {
        padding: 35px;
        height: 50vh;
        background: #000000;
    }

    .logo-section-inner {
        width: 100%;
        height: 100%;
        padding: 50px;
        background: url(../assets/logo-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
    }

    .fp-section {
        padding: 50px 25px 100px 25px;
    }

    .fp-section-inner .row {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }


    .fp-slider .flickity-page-dots {
        bottom: -25px;
    }

    .fp-section-inner .justify-content-end {
        justify-content: center !important;
    }

    .fp-section-inner .mt-5 {
        margin-top: 1rem !important;
    }

    .fp-section .btn-eternity {
        opacity: 1;
        transform: translateY(0px);
        font-size: 14px;
    }

    .textSmall {
        font-size: 12px;
        margin: 20px 0 5px 0;

    }

    footer {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    footer a {
        font-size: 14px;
    }

    footer .justify-content-end {
        justify-content: center !important;
    }

    footer h2 {
        margin-bottom: 20px !important;
    }

    /* 
    .amenity-slider .carousel-cell {
        max-width: 50%;
        height: auto;
    } */

    .amenity-slider .carousel-cell a {
        background-color: #ffffff;
        transition: all 0.5s ease;
        /* padding: 10px; */
    }

    /* .amenity-slider .carousel-cell img {
        height: 100%;
    } */

    .amenity-slider .carousel-cell a p {
        transition: all 0.5s ease;
        opacity: 1;
        font-size: 12px;
    }

    .form-control,
    .btn-primary {
        padding: 5px 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .btn-primary:before {
        content: '';
        width: 15px;
        height: 15px;
    }

    .navbar-brand svg {
        width: 120px;
    }

    .btn-brochure a {
        font-size: 10px;
        padding: 8px 12px;
    }

    header.active .navbar-brand svg {
        width: 100px;
    }

    .btn-eternity-small {
        opacity: 1;
        transform: translateY(0px);
    }

    .contact-inner-4 {
        display: flex;
        justify-content: center;
    }

    #modalVideo iframe {
        height: 350px
    }

    .bannerInnersection .paraP .word {
        opacity: 1 !important;
        transform: translateY(0px) !important;
    }

    .neighbourhoodImg img {
        opacity: 1;
        transform: scale(1) !important;
    }

    .residences-main-sections {
        position: relative;
        margin-top: -100px;
    }

    .amenities-copy .paraP,
    .residences-copy .paraP {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }

}

@media only screen and (max-width: 767px) {
    footer a {
        font-size: 13px;
    }

    .about-section {
        padding-bottom: 100px;
    }

    .amenity-imgs {
        top: -50px;
    }

    .amenity-title {
        padding-top: 140px;
        text-align: center;
    }

    .logo-section {
        padding: 25px;
        height: auto;
        background: #000000;
    }

    .amenity-slider .carousel-cell {
        max-width: 80%;
        height: auto;
    }

    .amenity-slider .carousel-cell img {
        max-width: 100%;
        width: auto;
        height: auto;
    }



    .amenity-slider .carousel-cell a {
        padding: 10px;
    }

    #modalVideo iframe {
        height: 250px
    }

    #modalVideo .modal-body {
        padding: 75px 15px;
    }



    /* Inner Pages */
    .bannerInnersection .headh2 {
        font-size: 2em;
    }

    .neighbourhood address {
        font-size: 18px;
    }

    .neightel {
        font-size: 32px;
    }

    .amenities-main-sections {
        margin-top: -20px;
    }

    .amenities-copy {
        padding: 15px;
    }

    .amenities-blocks,
    .residences-blocks {
        overflow: hidden;
    }

    .amenities-blocks-2 {
        margin-top: 30px;
    }

    .amenities-blocks-3,
    .amenities-blocks-7 {
        padding: 50px 15px;
    }

    .amenities-blocks-6 {
        padding: 50px 15px 0;
    }

    .amenities-copy .headh2 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .amenities-copy p,
    .residences-copy p {
        font-size: 14px;
    }

    .amenities-blocks-4,
    .amenities-blocks-5 {
        margin-top: -20px;
    }

    .amenities-blocks-7-inner {
        margin-top: 20px;
    }

    .neighbourhoodImg iframe {
        height: 300px;
        padding: 0 20px;
    }


    .residences-main-sections {
        position: relative;
        margin-top: -90px;
    }

    .residences-copy .headh2 {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .residences-blocks {
        padding: 15px;
    }

    .amiImgBlockbox {
        padding: 0;
    }

    .amiImgBlockbox2 {
        padding: 0
    }

    .residences-blocks-3 .residences-copy,
    .residences-blocks-4 .residences-copy,
    .residences-blocks-5 .residences-copy,
    .residences-blocks-6 .residences-copy,
    .residences-copy {
        padding: 0px;
    }

    .residences-blocks-3 .row,
    .residences-blocks-4 .row,
    .residences-blocks-6 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .residences-blocks-4 {
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .navbar-nav {
        margin: 0 0 0 8px;
    }

    .offcanvas-body .navbar-nav .nav-link {
        font-size: 2em;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        margin: 0 0 4px;
    }

    .bar2 {
        width: 10px;
    }

    .bar3 {
        width: 15px;
    }

    .filter ul li {
        margin: 10px;
    }

    .gridElement .pe-5 {
        padding-right: 12px !important;
    }

    .gridElement .ps-5 {
        padding-left: 12px !important;
    }
    .gridElement h3{
        font-size: 1.5em;
    }
    .gridElement .btn-eternity {
        margin-bottom: 50px;
    }
    .navbar-brand img {
        width: 130px;
    }
    footer img {
        height: 50px !important;
    }

}

@media only screen and (min-width: 1600px) {
    .headh1 {
        font-size: 9em;
    }
}
.bg_pink {
    background: #D9D9D9;
}