:root {
    --font-global: 'Denton Test';
    --color-gray-1: #9e9e9e;
}

::selection {
    background-color: #fff;
    color: #000;
}

body {
    color: #cfcfcf;
    background-color: #000;
}

.nav-logo-wrap .logo {
    max-width: unset;
    height: unset;
}

.nav-logo-wrap .logo img {
    width: 280px;
}

.hs-title-3 {
    text-transform: none;
    font-weight: 200;
    letter-spacing: 5px;
}

.bolder {
    font-weight: 600;
}

.works-filter.works-filter-elegant a.active:before {
    opacity: .2;
    border-color: #fff;
}

.works-filter a.active {
    color: #ffffff;
}

.main-nav {
    height: unset !important;
    padding: 10px 0;
}

.floorplan-item .post-prev-img {
    position: relative;
}

.floorplan-item .post-prev-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .3;
    pointer-events: none;
    z-index: 2;
}

.floorplan-item .floorplan-name {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
}

form.form input, form.form textarea {
    background-color: #252525;
    color: #fff !important;
}

/*form.form input:focus {*/
/*    color: #000 !important;*/
/*}*/

.link-circle-1:before {
    border: 2px solid #ffffff;
}

.ci-title {
    color: #d1d1d1;
}

.contact-item a {
    color: #fff;
}

.contact-item a:hover {
    color: #b1b1b1;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
}

.feature-item {
    width: calc(100% / 3);
    border: 1px solid #535353;
    border-left: none;
    border-bottom: none;
    padding: 25px 0;
}

.feature-item:first-of-type {
    border-left: 1px solid #535353;
}

.feature-item:nth-of-type(4n) {
    border-left: 1px solid #535353;
}

.feature-icon img {
    width: 80px;
}

.feature-item:nth-last-of-type(-n + 3) {
    border-bottom: 1px solid #535353;
}

.feature-icon {
    color: #9e9e9e;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.feature-name h6 {
    font-size: 20px;
    color: #9e9e9e;
    text-align: center;
    margin-bottom: 0;
}

.works-filter a.active:hover {
    color: #535353;
}

.floorplan-name i {
    font-size: 30px;
    margin-right: 6px;
}

.hero-swiper .swiper-slide {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.overlay-target {
    position: relative;
}

.overlay-target::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black; /* Or any overlay color */
    pointer-events: none;
    z-index: 1;
    opacity: 0; /* default fallback */
}

.overlay-target[data-overlay="1"]::after {
    opacity: 0.1;
}

.overlay-target[data-overlay="2"]::after {
    opacity: 0.2;
}

.overlay-target[data-overlay="3"]::after {
    opacity: 0.3;
}

.overlay-target[data-overlay="4"]::after {
    opacity: 0.4;
}

.overlay-target[data-overlay="5"]::after {
    opacity: 0.5;
}

.overlay-target[data-overlay="6"]::after {
    opacity: 0.6;
}

.overlay-target[data-overlay="7"]::after {
    opacity: 0.7;
}

.overlay-target[data-overlay="8"]::after {
    opacity: 0.8;
}

.overlay-target[data-overlay="9"]::after {
    opacity: 0.9;
}

.overlay-target[data-overlay="0"]::after {
    opacity: 0;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.prive-text {
    text-align: center;
    opacity: .5;
}

.prive-text img {
    width: 70%;
    margin: 0 auto;
    margin-top: -65px;
}

.link-to-top-2-wrap {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    display: none;
}

.hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev {
    background-color: #fff;
    padding: 10px;
    font-size: 20px;
    color: #000;
}

.hero-swiper .swiper-button-next:after, .hero-swiper .swiper-button-prev:after {
    font-size: 20px;
}

.hero-swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 12px;
    height: 12px;
    background-color: #8d8d8d;
    opacity: .6;
}

.hero-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

section.about {
    background-color: #fff;
}

.about-text {
    padding-inline: 4rem;
    color: #0b0b0b;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo img {
    margin: 0 auto;
    width: 150px;
}

.modal.show .modal-dialog {
    background-color: #fff;
    color: #000;
}

#message {
    height: 130px;
}

.form-control:focus {
    color: #fff;
    background-color: #252525;
}

.g-map {
    margin-bottom: 100px;
}

.g-map iframe {
    width: 100%;
    height: 360px;
}

.link-hover-anim {
    color: rgb(219 219 219);
}

input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="url"]:-webkit-autofill, input[type="search"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="date"]:-webkit-autofill, input[type="color"]:-webkit-autofill, textarea:-webkit-autofill, input[type="text"]:-webkit-autofill:hover, input[type="email"]:-webkit-autofill:hover, input[type="number"]:-webkit-autofill:hover, input[type="url"]:-webkit-autofill:hover, input[type="search"]:-webkit-autofill:hover, input[type="tel"]:-webkit-autofill:hover, input[type="password"]:-webkit-autofill:hover, input[type="date"]:-webkit-autofill:hover, input[type="color"]:-webkit-autofill:hover, textarea:-webkit-autofill:hover, input[type="text"]:-webkit-autofill:focus, input[type="email"]:-webkit-autofill:focus, input[type="number"]:-webkit-autofill:focus, input[type="url"]:-webkit-autofill:focus, input[type="search"]:-webkit-autofill:focus, input[type="tel"]:-webkit-autofill:focus, input[type="password"]:-webkit-autofill:focus, input[type="date"]:-webkit-autofill:focus, input[type="color"]:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
}

.project-video iframe {
    width: 100%;
    height: 700px;
}