html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: monsterrat;
    font-weight: normal;
    src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: monsterrat;
    font-weight: bold;
    src: url(../font/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: monsterrat;
    font-weight: 600;
    src: url(../font/Montserrat-Bold.ttf);
}
a {
    text-decoration: none;
}
body {
    font-family: monsterrat;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #152335; 
}
::-webkit-scrollbar-thumb:hover {
    background: #000; 
    cursor: pointer;
}

.logo {
    position: absolute;
    top: 0;
    margin: 40px;
    z-index: 11;
}
.logo-menu {
    position: absolute;
    top: 0;
    margin: 40px;
    z-index: 11;
    opacity: 0;
    transition: all 1s ease-out;
}
.menu-active .logo-menu {
    opacity: 1;
}
.invert-logo {
    filter: brightness(0) invert(1);
}
.read-more {
    position: absolute;
    background-color: #F5F6F8;
    bottom: 0;
    width: 100%;
    padding: 30px;
    padding-right: 100px;
    text-align: right;
}
.read-more-anhor {
    color: #000;
    text-decoration: none;
}
.read-more-arrow {
    margin-left: 30px;
}
.slider-bg {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-mask {
    background-color: #2C3948;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
}
.slider-caption {
    position: absolute;
    height: 50vh;
    background: #fff;
    color: #000;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 60vh;
    text-align: left;
    display: table;
    padding: 0 40px;
}
.slider-text {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15%;
}
.slider-title {
    font-size: 4rem;
}
.slider-subtitle {
    font-size: 4rem;
    font-weight: 800;
}
.slider-desc {
    margin-top: 60px;
}
.slider-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.carousel-inner {
    overflow: visible;
}
.slider-dots {
    margin-left: 5%;
    left: 0;
    right: unset;
}
.slider-dot {
    opacity: 1 !important;
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
    margin-left: 0 !important;
    margin-right: 25px !important;
}
.slider-dot.active {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    margin: auto;
}
.menu {
    background-color: #fff;
    height: 100vh;
    z-index: 11;
    position: fixed;
    width: 0px;
    overflow-y: scroll;
    transition: all 500ms ease-out;
    right: 0;
}
.menu-active {
    width: 100%;
}
.menu-bg {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-mask {
    background-color: #152335;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .95;
}
.menu-nav {
    position: absolute;
    right: 0;
    height: 65vh;
    background-color: #152335;
    z-index: 10;
    padding: 40px;
    width: 140px;
    text-align: center;
}
.menu-hamburger {
    cursor: pointer;
}
.menu-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.menu-listing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: 0s all;
}
.menu-listing-opacity {
    opacity: 1;
}
.menu-listing ul {
    list-style-type: none;
    padding: 0;
    z-index: 1;
    max-width: 95%;
}
.menu-listing li {
    white-space: nowrap;
    margin-bottom: 50px;
}
.menu-listing a {
    color: #152335;
    font-size: 3rem;
    font-weight: 800;
    text-decoration: none;
}
.menu-listing a:hover {
}
.menu-invest small {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 4px;
}
.menu-invest a {
    color: #fff;
    line-height: 50px;
    display: block;
    white-space: normal;
}
.menu-invest a:hover {
}
.close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    cursor: pointer;
}
.social-icon:nth-child(2) {
    margin: 20px 0;
}
.slider-nav {
    position: absolute;
    bottom: 40px;
}
.slider-numbers {
    color: #fff;
    margin-bottom: 10px;
    opacity: .6;
}
.slider-arrows {

    width: 100%;
    display: flex;
}
.slider-arrow-left {
}
.slider-arrow-right {
    margin-left: 40px;
}
.slider-arrows img {
    cursor: pointer;
}
.section {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 80px 0;
}
.section-gray {
    background-color: #F5F6F8;
}
.section-article {
    padding-top: 80px;
    padding-bottom: 80px;
}
.name {
    align-items: center;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 60px;
}
.blue-square {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 20px;
    background-color: #0066B3;
}
.title {
    margin-bottom: 80px;
    width: 75%;
    font-size: 2rem;
    font-weight: 800;
}
.title a {
    color: #000;
}
.title-2 {
    margin-bottom: 80px;
    width: 35%;
    font-size: 2rem;
    font-weight: 800;
}
.separate-line {
    height: 1px;
    background-color: #000;
    width: 50%;
    margin-top: 10px;
}
.btn-read-more {
    margin-top: 80px;
    display: block;
    color: #000;
    text-decoration: none;
}
.btn-read-more img {
    margin-left: 15px;
}
.section-invest {
    margin-top: 120px;
}
.invest-bg {
    display: flex;
    align-items: flex-end;
    height: 600px;
    text-decoration: none;
    transition: 1s all;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.invest-content {
    z-index: 2;
}
.invest-title {
    width: 100%;
    color: #fff;
    font-size: 2rem;
    padding: 0 30px;
    margin-bottom: 30px;
}
.invest-btn {
    background-color: #fff;
    padding: 15px 30px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.invest-btn img {
    margin-left: 15px;
}
.invest-mask {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
}
.invest-bg:hover .invest-mask {
    opacity: 0;
}
.invest-bg:hover .invest-title {
}
.content-news {
    background-color: #F5F6F8;
    padding: 60px 120px;
    margin-bottom: 40px;
}
.content-news:last-child {
    margin-bottom: 0;
}
.btn-news {
    text-align: right;
}
footer {
    background-color: #152335;
    padding: 80px;
    color: #fff;
}
.logo-footer {
    text-align: center;
    filter: brightness(0) invert(1);
}
.footer-content {
    margin: 60px 0;
}
.footer-title {
    font-size: 2rem;
    color: #fff;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.address {
    color: rgba(255,255,255,0.5);
}
.address a {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
}
.address a:hover {
    color: #0066B3;
}
.footer-menu {
    margin-top: 50px;
    list-style-type: none;
    padding: 0;
}
.footer-menu li {
    text-align: right;
    margin-bottom: 20px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
}
.footer-menu li a:hover {
    color: #0066B3;
}
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-title {
    z-index: 2;
    text-align: center;
}
.banner-title h1 {
    color: #fff;
    font-size: 4rem;
}
.banner-title h3 {
    color: #fff;
    font-size: 3rem;
}
.left-photo {
    padding-left: 0;
    margin-right: 60px;
}
.right-photo {
    padding-right: 0;
    text-align: right;
}
.btn-contact-us {
    padding: 20px 40px;
    border-radius: 3px;
    background-color: #F5F6F8;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 100%);
    transition: 250ms all ease-in-out;
}
.btn-contact-us:hover {
    background-color: #152335;
    color: #fff;
}
.invest-subpage-margin {
    margin-bottom: 30px;
}
.gallery-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    text-decoration: none;
    transition: 1s all;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 30%);
    color: transparent;
    cursor: zoom-in;
    margin-bottom: 30px;
}
.gallery-bg:hover {
    opacity: 1;
    color: #fff;
}
.btn-primary {
    background-color: #152335;
    border: 1px solid #152335;
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 30%);
    padding: 15px 40px;
}
.btn-primary:hover {
    background-color: #fff;
    color: #152335;
    border: 1px solid #152335;
}
.btn-submit {
    text-align: right;
}
.btn-submit img {
    filter: invert(1);
    margin-left: 20px;
}
.btn-primary:hover img {
    filter: invert(0);
}
.form-control {
    border: 0px;
    line-height: 2.5;
}

.invest-dots {
    left: 0;
    right: 0;
}
.invest-info {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.invest-content {
    max-width: 70%;
}
.invest-end {
    margin: 80px auto;
}
.build-header {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 30px;
}
.build-label {
    color: #7F7F7F;
}
.build-title {
    color: #000;
    font-weight: 800;
}
.invest-title-subpage {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 3rem;
}
.invest-subtitle-subpage {
    font-size: 3rem;
    font-weight: 800;
}
.info-map {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    padding-left: 40px;
    padding-right: 140px;
    background-color: #152335;
    color: #fff;
    right: 15%;
}
.info-map h1 {
    font-size: 2rem;
    margin-bottom: 0;
}
.info-map h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
}
.address-map {
    margin-bottom: 20px;
}
.section-flat-gray {
    padding-top: 60px;
padding-bottom: 60px;
background-color: #F5F6F8;
}
.tabs {
    border: 0px;
    margin-bottom: 80px;
    justify-content: center;
}
.nav-tabs .nav-link.active {
    border: 0;
    font-weight: 800;
}
.nav-link {
    padding: 20px 40px 20px 0;
    margin-left: 40px;
    color: #000 !important;
    border: 0 !important;
}
.active-tab {
    width: 50%;
    background-color: #000;
    height: 1px;
    display: none;
    margin-top: 20px;
}
.active .active-tab {
    display: block;
}
.cell {
    text-align: left;
    padding: 20px;
}
.build-numbers {
    font-size: 4rem;
}
.flat-section {
    margin-top: 120px;
}
.flat-button {
    margin-top: 80px;
}
.flat-button a {
    color: #000;
    padding: 20px 30px;
    background-color: #F5F6F8;
    border-radius: 3px;
    transition: 250ms all;
    border: 1px solid #F5F6F8;
}
.flat-button-2 a {
    background-color: #152335;
    color: #fff;
    border: 1px solid #152335;
    transition: 250ms all;
}
.flat-button-2 img {
    filter: invert(1);
}
.flat-button img {
    margin-left: 15px;
}
.flat-button a:hover {
    background-color: #152335;
    border: 1px solid #152335;
    color: #fff;
}
.flat-button a:hover img {
    filter: invert(1);
}
.flat-button-2 a:hover {
    background-color: #fff;
    border: 1px solid #152335;
    color: #000;
}
.flat-button-2 a:hover img {
    filter: invert(0);
}
.flat-info {
    padding: 80px;
    text-align: left;
}
.flat-title {
    font-size: 2rem;
    font-weight: 800;
}
.flat-desc {
    margin: 40px auto 60px auto;
}
.flat-detail-item {
    margin-bottom: 20px;
}
.flat-detail-title {
    margin-right: 10px;
    white-space: nowrap;
}
.flat-separate {
    background-image: linear-gradient(to right,#7F7F7F 27%,rgba(127, 127, 127, 0) 0%);
    background-position: center;
    background-size: 20px 4px;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
}
.flat-detail-value {
    margin-left: 10px;
    white-space: nowrap;
}
.summary {
    margin-top: 60px;
    margin-bottom: 120px;
    text-align: right;
}
.summary span {
    display: inline-block;
    width: 120px;
    font-weight: 800;
}
.owl-bg {
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plan-3d {
    margin: 80px auto;
}
.dataTables_info, .dataTables_length, .dataTables_filter, .dataTables_paginate {
    /* display: none; */
}
table.dataTable.no-footer, .table>:not(:first-child) {
    border: 0;
}
#invest-table thead th {
    border: 0;
    background-color: #F5F6F8;
    padding: 20px;
}
#invest-table td {
    padding: 20px;
}
#invest-table .odd td {
    background-color: #fff !important;
}
#invest-table .even td {
    background-color: #F5F6F8 !important;
}
.filters-box {
    padding: 30px 20px;
    margin-bottom: 50px;
}
.filter {
    text-align: right;
    margin-left: auto;
}
.btn-clear-filter {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 5px 30px;
    color: #000;
    transition: 250ms all;
}
.btn-clear-filter:hover {
    background-color: #000;
    color: #fff;
}
.available-invest {
    margin-bottom: 40px;
    font-weight: 800;
}
.form-select {
    border: 0;
    line-height: 2.5;
}
.sliders-range {
    margin-top: auto;
    margin-bottom: 15px;
}
.noUi-handle {
    border: 0;
    background-color: #000;
    border-radius: 50%;
}
.noUi-horizontal .noUi-handle {
    height: 15px;
    width: 15px;
    box-shadow: none;
    top: -6px;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.noUi-target {
    box-shadow: none;
    border: 0;
    background-color: #000;
}
.noUi-connect {
    background-color: #000;
}
.noUi-horizontal {
    height: 3px;
}
.noUi-tooltip {
    border: 0;
    background-color: transparent;
}
.col-filter-1 {
    flex: 0 0 auto;
    width: 15%;
}
.col-filter-2 {
    flex: 0 0 auto;
    width: 11%;
    margin-left: auto;
    margin-right: auto;
}
.section-special {
    margin: 80px auto;
}
.left-photo-special {
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.right-section-special {
    background-color: #F5F6F8;
    padding: 160px 240px;
}
.right-section-special .title {
    width: 100%;
}
.icon-details {
    margin-top: 5px;
    margin-left: 10px;
}
.form-check-label {
    font-size: .6rem;
}
.alert {
    position: fixed;
    top: 20%;
    right: -10px;
    z-index: 100;
}
.contact-page a {
    color: #000;
}
.contact-page:hover {
    color: #152335;
}
@media (max-width: 1450px) {
    .right-section-special {
        padding-right: 0;
        padding-left: 300px;
    }
}
@media (max-width: 1200px) {
    .invest-mobile-margin:first-child {
        margin-bottom: 80px;
    }
    .invest-content {
        max-width: 95%;
    }
    .title {
        width: 100%;
    }
    .summary {
        margin-bottom: 0;
    }
    .section-flat-gray {
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu-listing {
        height: 85vh;
        justify-content: normal;
    }
    .menu-active .close-menu {
        position: fixed;
        filter: invert(1);
    }
    .menu-listing ul {
        padding-left: 30px;
        max-width: 100%;
    }
}
@media (max-width: 1100px) {
    .slider-caption {
        transform: translateY(50%) translateX(-50%);
    }
    .menu-listing a {
        /* font-size: 2rem; */
    }
}
@media (max-width: 992px) {
    .header {
        background-color: #fff;
        height: 121px;
    }
    .read-more {
        display: none;
    }
    .slider-bg {
        height: 70vh;
    }
    .slider-caption {
        transform: unset;
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    .slider-nav {
        display: none !important;
    }
    /* .menu-nav {
        height: 45vh;
        width: 100px;
        padding: 40px 20px;
    } */
    /* .menu-hamburger img {
        max-width: 50%;
    } */
    .slider-dots {
        left: 50%;
        bottom: 25%;
        transform: translateX(-50%);
        margin: 0;
    }
    .section-first {
        padding-top: 40vh;
        padding-bottom: 5%;
    }
    .footer-title {
        width: 100%;
    }
    .left-photo {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-bottom: 80px;
    }
    .right-photo {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-top: 80px;
    }
    .invest-header {
        margin-top: 121px;
        margin-bottom: 80px;
    }
    .title {
        width: 100%;
    }
    .col-filter-1 {
        width: 50%;
        margin: unset;
    }
    .col-filter-2 {
        height: 100px;
        width: 85%;
        margin: auto;
    }
    .sliders-range {
        margin-bottom: 0;
    }
    #slider-surface, #slider-price {
        margin-top: 35px;
    }
    .filters-box {
        padding-bottom: 0;
    }
    .left-photo-special {
        position: relative;
        transform: unset;
        text-align: center;
        background-color: #F5F6F8;
    }
    .right-section-special {
        padding: 80px 0;
    }
    .info-map {
        position: relative;
        transform: translateY(-10%);
        right: 5%;
        left: 5%;
        width: 90%;
    }
    .flat-button {
        margin-bottom: 40px;
    }
    .invest-header {
        order: 1;
        width: 90%;
        margin: auto;
        margin-top: -100px;
        background-color: #fff;
        z-index: 2;
        padding: 20px !important;
    }
    .invest-dots {
        bottom: 15%;
    }
}
@media (max-width: 768px) {
    .menu {
        overflow-y: scroll;
    }
    .title {
        width: 100%;
    }
    .separate-line {
        margin-bottom: 60px;
    }
    .footer-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-menu li {
        width: 50%;
        text-align: left;
    }
    .invest-mobile-margin {
        margin-bottom: 80px;
    }
    .filter {
        margin-bottom: 40px;
        text-align: center;
    }
    .flat-button {
        margin-top: 30px;
    }
}
@media (max-width: 600px) {
    .slider-caption {
        width: 50vh;
        height: 35vh;
    }
    .slider-dots {
        bottom: 15%;
    }
    .slider-title {
        font-size: 2.5rem;
    }
    .slider-subtitle {
        font-size: 2.5rem;
    }
    .slider-desc {
        margin-top: 30px;
    }
    .content-news {
        padding: 40px;
    }
    .nav {
        flex-wrap: nowrap;
    }
    .active-tab {
        margin-left: auto;
        margin-right: auto;
    }
    .flat-info {
        padding: 80px 40px;
    }
}
@media (max-width: 500px) {
    .slider-title {
        font-size: 1.5rem;
    }
    .slider-subtitle {
        font-size: 1.5rem;
    }
    .slider-caption {
        width: 40vh;
        height: 40vh;
    }
    .slider-dots {
        bottom: 20%;
    }
    .title {
        font-size: 1.5rem;
    }
    .footer-title {
        font-size: 1.5rem;
        width: 80%;
    }
    footer {
        padding: 80px 0px;
    }
    .logo-footer {
        text-align: center;
    }
    .logo-footer img {
        max-width: 50%;
    }
    .banner-title h1 {
        font-size: 3rem;
    }
    .banner-title h3 {
        color: #fff;
        font-size: 1rem;
    }
    .invest-title-subpage {
        font-size: 2rem;
    }
    .invest-subtitle-subpage {
        font-size: 2rem;
    }
    .info-map {
        padding: 40px;
    }
    .build-numbers {
        font-size: 2.5rem;
    }
}
@media (max-width: 400px) {
    .menu-nav {
        height: 45vh;
        width: 100px;
        padding: 40px 20px;
    }
    .menu-hamburger img {
        max-width: 50%;
    }
    .menu-listing a {
        font-size: 2rem;
    }
    .logo-menu {
        margin: 35px 15px;
    }
    .logo-menu img {
        width: 80%;
    }
    /* .menu-nav {
        width: 60px;
        padding: 40px 0;
    } */
    .slider-caption {
        width: 30vh;
        height: 45vh;
    }
    .slider-dots {
        bottom: 30%;
    }
    .invest-bg {
        height: 400px;
    }
    .logo {
        margin: 40px 0;
        margin-left: 40px;
        width: 60%;
    }
    .logo img {
        max-width: 80%;
    }
    .footer-title {
        width: 100%;
    }
    .btn-contact-us {
        font-size: 1.5rem;
    }
    .content-news {
        padding-left:  15px;
        padding-right:  15px;
    }
    .info-map {
        padding: 20px;
    }
    .build-numbers {
        font-size: 1.5rem;
    }
    .cell {
        padding: 5px;
    }
    .flat-info {
        padding: 80px 0px;
    }
    .tab-content {
        overflow-x: hidden;
    }
}
@media (max-width: 320px) {
    .slider-caption {
        width: 25vh;
        padding: 0 20px;
    }
    .btn-contact-us {
        font-size: 1.3rem;
    }
    .banner-title h1 {
        font-size: 2rem;
    }
    .invest-title-subpage {
        font-size: 1.5rem;
    }
    .invest-subtitle-subpage {
        font-size: 1.5rem;
    }
    .invest-end {
        margin: 40px 0;
        width: 60%;
    }
}



.noUi-horizontal .noUi-handle {
    right: -7px;
}