* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: hudson;
    src: url('../fonts/hudson.ttf');
}

@font-face {
    font-family: hudson-bold;
    src: url('../fonts/hudson-bold.ttf');
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/neue-l.ttf');
}

@font-face {
    font-family: neue-m;
    src: url('../fonts/neue-m.ttf');
}

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
    color: #000000;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: hudson;
    scroll-behavior: smooth;
}

main:has(.all-buildings) {
    margin-bottom: -20px;
}

main {
    padding-top: 132px;
}

@media (max-width: 1175px) {
    main {
        padding-top: 0;
    }
}

/*header:has(.home-menu)+main {
    padding-top: 0;
}*/

@media (max-width: 800px) {
    main:has(.all-buildings) {
        padding-top: 0px;
    }

    main {
        padding-top: 0px;
    }
}

::selection {
    color: #FFFFFF;
    background: #000000;
}

::-moz-selection {
    color: #FFFFFF;
    background: #000000;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 30px 0;
}

.textarea h1,
.textarea h2,
.textarea h3,
.textarea h4,
.textarea h5 {
    font-family: neue-l !important;
    font-weight: 500 !important;
}

nav {
    text-align: center;
    position: relative;
    margin: auto;
	padding: 20px 0;
}

.logo-img {
    width: 300px;
}

header nav .menu-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .menu-main-container,
.hamburger {
    position: absolute;
    left: 50px;
    top: 120%;
    transform: translateY(-50%);
}

.hamburger {
    top: 45%;
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

nav a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    position: relative;
	padding-bottom: 0px
}

nav a:not(:has(.logo-img))::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

nav a:hover::before {
    transform: scaleX(1);
}

header:has(nav.white-bg) {
    background-color: #FFFFFF;
}

nav.white-bg a {
    color: #000000;
}

nav.white-bg a:not(:has(.logo-img)):before {
    background-color: #000 !important;
}

nav.white-bg .logo-img {
    filter: none;
}

#menu-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 20px;
	margin-bottom: 0;
    margin-top: 30px;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hero-section {
        height: unset;
    }
}

.z-index-hero {
    z-index: 1000;
}

.hero-vid {
    position: relative;
    height: 100%;
}

.hero-vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-vid,
.hero-vid video {
    width: 100%;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.hero-content h1 {
	font-weight: normal !important;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.24px !important;
    font-size: 56px;
	line-height:110px;
    letter-spacing: 10px !important;
}

.heading-txt {
    width: 100%;
    padding: 50px 0;
}

#site {
    z-index: 9999;
    position: relative;
    background: #ffffff;
}

.heading-txt h2 {
    font-weight: 100;
    font-size: 36px;
    width: 100%;
    margin: auto 50px;
    letter-spacing: 3.73px;
    width: 682px;
    text-transform: uppercase;
    line-height: 40px;
}

.inquiries {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    border-top: 1px solid #D9D9D9;
    padding-top: 50px;
    margin: 50px 0;
}

@media (max-width: 450px) {
    .inquiries {
        flex-direction: column;
        gap: 1rem;
    }
}

.inquiries a {
    padding: 8px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 1px;
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    width: 200px;
    text-decoration: none;
}

.inquiries a:hover {
    color: #fff !important;
}

.inquiries a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #000;
    z-index: -1;
    transition: all .8s;
}

.inquiries a:hover::before {
    width: 160%;
}

.stats {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.stats h3 {
    font-size: 35px;
    width: 17rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 100;
    text-align: center;
}

@media (max-width: 475px) {
    .stats h3 {
        width: unset;
    }
}

.stats p {
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

.stats .statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    height: auto;
}

.stats .statistic:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}

.property-imgs {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.property-imgs a {
	color: black;
    text-decoration: none;
}

.property-imgs a:hover {
	text-decoration: underline;
}

.property-divider {
    border: 5px solid #ffffff;
    height: 100%;
    width: 15px;
}

@media (max-width: 800px) {
    .property-divider {
        display: none;
    }
}

.property-imgs p {
    font-size: 11px;
    letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    padding-top: 10px;
}

.property-home {
    width: 50%;
}

.property-home p {
    margin-left: 50px;
}

.property-home img {
    height: 100%;
    max-height: 900px;
    width: 100%;
}

.textbox {
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    margin: auto;
}

.textbox:last-child {
    border-bottom: none;
    padding: 50px 0 0 0;
}

.textbox-content {
    margin-right: 50px;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

@media (max-width: 1000px) {
    .textbox-content {
        padding: 0 0;
    }
}

.textbox h3 {
    min-width: 300px;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 3.73px;
    width: 320px;
    text-transform: uppercase;
    line-height: 34px;
}

.textbox-content h4 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 100;
    margin: 50px 0 25px 0;
}

@media (max-width: 650px) {
    .textbox h3 {
        font-size: 22px; 
    }
    .textbox-content h4 {
        font-size: 18px;
    }
}

.textbox-content ul {
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.textbox-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
	color: #707070;
}

.property-info p {
    width: 450px;
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
}

.property-info p:not(:first-of-type) {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}
/*.property-info ul:not(:first-of-type) {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}*/

.details p {
    display: block;
}

.detail div {
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    width: 180px !important;
}

.detail p {
    width: 180px !important;
}

.all-buildings {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 50px;
    max-width: 2000px;
    margin: auto;
}

@media (max-width: 2000px) {
    .all-buildings {
        max-width: unset;
        margin: 0 50px;
    }
}

a.building-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    text-decoration: none;
    margin: 0 auto;
    max-height: 529px;
    max-width: 415px;
}

.building-wrapper p {
    padding: 20px 0 5px 2rem !important;
    margin-left: 0 !important;
}

.building-wrapper p.no-space {
    font-size: 12px !important;
    padding: 0 0 20px 2rem !important;
}

.building-wrapper.press-post p {
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 0 0 0 0 !important;
    margin-left: 0 !important;
}

a.building-wrapper p {
    transition: all 0.4s ease-in-out;
    background-color: transparent;
}


a.building-wrapper:not(:has(.content-details)):hover p {
    background-color: #000;
    color: #fff;
}

a.building-wrapper-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    max-width: 100%;
    text-decoration: none;
}

.building {
    width: 100%;
    height: 587px;
    max-width: 502px;
    background-size: cover;
    background-position: center;
}

.building-slider {
    width: 100%;
    height: 587px;
    background-size: cover;
    background-position: center;
}

.building-wrapper p {
    font-size: 13px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    margin-left: 2rem;
    color: #000000;
    text-decoration: none;
}

.building-wrapper-slider p {
    font-size: 13px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    margin-left: 1rem;
    color: #000000;
    text-decoration: none;
}

@media (min-width: 1600px) {
    .building {
        max-width: 100%;
    }
}

@media (max-width: 1600px) {
    .all-buildings {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1300px) {
    .all-buildings {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 815px) {
    .building {
        width: 100%;
        height: 364px;
    }

    .all-buildings {
        margin: auto 50px;
    }
}

@media (max-width: 600px) {
    .all-buildings {
        margin: auto 25px;
    }
}

@media (max-width: 815px) {
    a.building-wrapper {
        width: 100% !important;
    }

    a.building-wrapper p {
        font-size: 12px;
        padding: 20px 0 5px .5rem !important;
    }

    a.building-wrapper p.no-space {
        padding: 0 0 20px .5rem !important;
    }
}

@media (max-width: 500px) {
    .all-buildings {
        margin: auto auto;
    }

    .all-buildings p {
        width: unset;
    }
    a.building-wrapper {
        max-width: 335px;
    }
}


@media (max-width: 650px) {
    .building {
        height: 264px;
    }

    .content.building {
        margin: auto;
    }
}

@media (max-width: 500px) {
    .all-buildings {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto 20px;
    }

    .content.building {
        width: 100%;
    }

    .all-buildings a {
        height: 400px;
        justify-content: start;
    }

    .building {
        width: 90vw;
        height: 600px;
    }

    .building-wrapper p {
        width: unset;
        height: 30px;
    }
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    margin-top: 50px;
}

.location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1.4px;
}

footer .icons svg {
    width: 15px;
    height: 15px;
}

.read-more {
    height: 40px !important;
    justify-content: center !important;
}

.bottom {
    border-top: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 20px 40px;
    gap: 20px;
}

.footer-nav {
    margin-top: -.5rem;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: -.1rem;
}

.top {
    display: flex;
    align-items: start;
    gap: 10%;
    padding: 50px 50px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 1rem;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

footer a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-img {
    height: 64px;
    transition: all 0.5s;
}

.show-articles {
    margin: auto;
    padding: 8px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 1px;
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.open-link {
    padding: 8px 6px;
    width: 200px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 1px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-articles:hover {
    color: #fff !important;
}

.show-articles::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #000;
    z-index: -1;
    transition: all .8s;
}

.article-mobile {
    display: none;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 400px) {
    .article-mobile .content.building {
        width: 90%;
    }
}

.article-mobile .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: unset;
    margin: unset;
    margin-left: 1rem;
}

.article-mobile-image {
    height: 100%;
    width: 50%;
    margin-right: 1rem;
}

.textarea p {
    font-family: neue-m;
}

.textarea {
    margin: auto 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textarea .spacing {
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 1px;
    margin: 50px 0;
}

.textarea h2:not(.legal-title) {
    margin-top: 3rem;
}

.textarea h3 {
    margin-top: 2rem;
}

.textarea h4 {
    margin-top: 1.5rem;
}

.legal-title {
    font-size: 2rem;
    text-decoration: underline;
    text-underline-offset: .5rem;
}

.read-more {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 1px;
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    width: 200px;
}

@media (max-width: 650px) {
    .read-more {
        width: 90%;
    }
}

@media (max-width: 815px) {
    .press-post {
        display: none !important;
    }

    .article-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        background: #fff;
        height: 300px;
        width: 100vw;
        padding: 50px 0;
    }

    .article-mobile p {
        color: #818181;
        font-size: 12px;
        font-weight: 500 !important;
    }

    .article-mobile h3 {
        color: #000000;
        font-size: 14px;
        font-weight: 500 !important;
    }

    .all-buildings:has(.article-mobile) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 650px) {
    .article-mobile {
        align-items: center;
    }
}

@media (max-width: 425px) {
    .article-mobile-image {
        height: 300px;
    }

    .article-mobile {
        height: auto;
    }
}

@media (max-width: 400px) {
    .article-mobile {
        flex-direction: column-reverse;
    }

    .read-more {
        width: 200px;
    }

    .article-mobile .content {
        margin-left: 0;
    }

    .article-mobile-image {
        height: 100%;
        width: 100%;
        margin-right: 0;
    }
}

.read-more-property {
    Color: #000 !important;
    border: 0px;
    background: transparent;
    text-align: left;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: unset;
    font-family: hudson!important;
    transition: all 0.2s ease;
    text-underline-offset: 3px;
    cursor: pointer;
}

.read-more-property:hover {
    text-decoration: underline;
}

.show-articles:hover::before {
    width: 160%;
}

.show-articles.hide {
    display: none;
}

.press-post-hidden {
    display: none !important;
}

@media (max-width: 1015px) {

    .location {
        font-size: 13px;
    }

    .location p,
    .location a {
        width: 90vw;
    }

    footer a {
        font-size: 12px;
    }

    footer ul {
        gap: 1rem;
    }

    .bottom {
        flex-direction: column;
    }

    .footer-logos {
        flex-direction: column;
    }

    .bottom {
        padding: 0;
    }

    .bottom-bottom {
        flex-direction: column !important;
        align-items: center !important;
    }

    .middle p {
        font-size: 14px;
    }

    .footer-logos {
        gap: .8rem;
        width: 100%;
        align-items: center;
        padding: 30px 0;
        border-bottom: 1px solid #D9D9D9;
    }

    .footer-nav {
        margin-top: unset;
        padding: 30px 0;
    }

    footer .footer-img {
        height: 84px;
    }


    .top {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .location {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .location p,
    .location a {
        padding-left: 50px;
    }

    .location:first-child {
        border-bottom: 1px solid #D9D9D9;
    }
}

@media (max-width: 600px) {
    footer a {
        font-size: 11px;
    }

    footer ul {
        gap: .5rem;
    }
}

@media (max-width: 350px) {
    footer a {
        font-size: 10px;
    }
}

@media (max-width: 500px) {

    .location p,
    .location a {
        padding-left: 20px;
    }
}

@media (max-width: 350px) {

    .location p,
    .location a {
        padding-left: 0;
    }

    .location {
        align-items: center;
    }
}

.mobile-menu {
    display: none;
}

.hamburger .line {
    width: 40px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 11px 0;
}

.hamburger:hover {
    cursor: pointer;
}

.mobile-items {
    height: 0;
    display: none;
    background: white;
    padding-top: 25px;
    z-index: 9999;
    position: relative;
    transition: all 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.mobile-menu:has(.is-active)+.mobile-items {
    display: block;
    border-top: 1px solid #D9D9D9;
    height: auto;
    position: absolute;
    padding-bottom: 30px;
    width: 100%;
    max-height: 500px;
}

.mobile-menu:has(.is-active)+.mobile-items ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu:has(.is-active)+.mobile-items a {
    color: #BCBCBC;
    font-size: 32px;
    text-decoration: none;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    transition: all 0.5s;
	text-transform:uppercase;
}

.mobile-menu:has(.is-active)+.mobile-items a:hover {
    color: #000;
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    max-width: 502px;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    height: 100%;
    max-width: 502px;
}

.content-details {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    letter-spacing: 2.4px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif;
}

.fadeIn-left {
    left: 20%;
}

.press-post p {
    margin-left: 8px !important;
}

@media (max-width: 1225px) {
    .press-post p {
        margin-left: 0 !important;
    }
}


/* medias */

@media (min-width: 1800px) {
    nav a {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .hero-content h1 {
        font-size: 65px;
    }
}

@media (max-width: 1215px) {
    nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 50px;
    }

    nav .menu-main-container {
        position: unset;
        transform: translateY(-10%);
    }
}

@media (max-width: 1175px) {
    .hero-content h1 {
        font-size: 35px;
    }

    .logo-img {
        filter: none;
    }

    header {
        background-color: #FFFFFF;
        position: unset;
    }

    .main-menu {
        display: none;
        opacity: 0;
    }

    .mobile-menu {
        display: block;
    }
}

@media (max-width: 615px) {
    .hero-content h1 {
        font-size: 25px;
    }

    .hamburger .line {
        width: 35px;
    }

    .logo-img {
        width: 250px;
    }
}

@media (max-width: 600px) {
    .mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: center;
        margin: 0 10px 0 25px;
    }

    .hamburger {
        position: unset;
        transform: translateY(-5%);
    }

    a:has(.logo-img) {
        width: 100%;
    }

    .logo-img {
        margin-left: -3rem;
    }
}

@media (max-width: 375px) {
    a:has(.logo-img) {
        width: unset;
    }

    .logo-img {
        margin-left: 0;
    }
}

@media (max-width: 775px) {
    .heading-txt h2 {
        color: #9F9F9F;
        width: 90%;
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        margin: auto;
    }
}

@media (max-width: 1000px) {
    .stats {
        flex-direction: column;
        padding: 0;
        width: unset;
    }

    .stats .statistic {
        border-right: 0px !important;
        width: 200px;
        margin: auto;
        padding: 20px 0;
    }

    .stats .statistic:not(:last-child) {
        border-bottom: 1px solid #D9D9D9;
    }

    .property-imgs {
        margin-top: 50px;
    }
}

@media (max-width: 800px) {
    .property-imgs {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .property-home {
        width: 100%;
    }
}

@media (max-width: 875px) {
    .property-home p {
        margin-left: 0;
        margin: auto;
        width: 90%;
        padding: 2px 0 7px 0;
    }
}

@media (max-width: 1000px) {
    .textbox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .textbox h3 {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .textbox-content {
        width: unset;
        margin: auto 50px;
    }

    .textbox-content ul {
        display: flex;
        flex-direction: column;
    }
}

.arrow p {
    color: #ffffff;
    font-weight: 900 !important;
    left: 50%;
    position: relative;
    margin-bottom: 2rem;
}

.arrow {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
}

@media (max-width: 1175px) {
    .arrow {
        top: 80%;
    }
}

@media (max-width: 650px) {
    .arrow {
        display: none;
    }
}

.down-arrow {
    display: inline-block;
    cursor: pointer;
    animation: bounce 1.5s infinite alternate;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.down-arrow::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mil::before {
    content: '+';
    top: -.28rem;
    position: relative;
}
.mil::after {
    content: 'Million';
}

.bil::after {
    content: 'Billion';
}

input::placeholder {
    font-size: 13px !important;
}

input:not(:placeholder-shown),
textarea {
    font-family: neue-l !important;
    font-size: 16px !important;
}
.form-control:focus{box-shadow: none;}

button[type=submit]:hover {
    background: #000 !important;
    background-color: #000 !important;
}

em.wpforms-error {
    display: none !important;
}

input::placeholder.wpforms-error {
    border-color: red !important;
}

.mailcheck-error {
    display: none !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full {
    margin: auto !important;
}

.wpcf7-form-control-wrap {
	 margin: auto !important;
	grid-column: 1 / 3 !important;
}
