@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700&display=swap');


body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.navbar {
    padding: 1rem 2rem;
    margin-left: 5%;
    margin-right: 5%;
}

.nav-logo {
    width: 300px;
}

@media (max-width: 800px) {
    .nav-logo {
        width: calc(40vmin);
    }
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    /* Border color for the toggle button */
}


.landing-page-button {
    background-color: #27902d;
    color: white;
    font-size: 0.4em;
    font-family: Arial, sans-serif;
    border: 1.5px solid #00000077;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 30px;
    padding-left: 30px;

    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    line-height: 1.5;
}

.landing-page-button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1.5px solid #000;
    color: #27902d;
    background-color: rgb(241, 235, 235);
    transition: opacity 0s 0.6s;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-item-link {
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    color: black;
    /* padding: 0.5rem 1rem; */
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
    padding-right: 20px !important;
}

.nav-item-btn {
    color: black;
    background-color: #c7c7c7a3;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0.25rem;
}

.nav-item-btn-dark {
    color: white;
    background-color: black;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0.25rem;
}

@media (max-width: 1150px) {
    .nav-item-link {
        /* font-size: 1.5vw; */
        text-align: center;
    }
}

@media (max-width: 995px) {
    .nav-item-btn {
        display: flex;
    }

    .nav-item-btn-dark {
        display: flex;
    }

    .nav-item-link {
        padding-left: 7.5px !important;
    }
}

.nav-item-btn:hover,
.nav-item-btn-dark:hover {
    opacity: 0.8;
}

.nav-item-btn:focus,
.nav-item-btn-dark:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.nav-item-btn:active,
.nav-item-btn-dark:active {
    background-color: #cdd1d4 !important;
    /* Lighter shade for active state */
}

.nav-item-btn-dark:active {
    background-color: #343a40 !important;
    /* Darker shade for active state */
}

.nav-item-btn:hover {
    color: black !important;
    background-color: #95989ad1 !important;
}

.nav-item-btn-dark:hover {
    color: white !important;
    background-color: #343a40 !important;
}

.nav-item-link:hover {
    background-color: white;
}

.about-landing-page {
    position: relative;
    height: auto;
    background: url('../img/bg/about_bg_alt.png') no-repeat center center;
    background-size: cover;
}

.about-landing-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.about-landing-page .container {
    position: relative;
    z-index: 2;
    /* Ensures the content appears above the overlay */
}

.properties-landing-page {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    height: auto;
    background: url('../img/bg/about_bg_alt.png') no-repeat center center;
    background-size: cover;
}

/* @media (max-width: 900px) {
    .properties-img {
        max-width: 200px;
    }    
} */


.properties-landing-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 125, 39, 0.9);
    z-index: 1;
}

.properties-landing-page .container {
    position: relative;
    z-index: 2;
    /* Ensures the content appears above the overlay */
}

.no-opacity {
    opacity: 1.0 !important;
}


.landing-page {
    background: url('../img/bg/landing_bg.jpg') no-repeat center center;
    background-size: cover;
    height: 650px;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.landing-page-title {
    /* line-height: calc(7.5vmin + 1vw);
    font-size: calc(3.5vmin + 3vw); */
    font-size: 60px;
    text-align: left;
    font-family: Arial, sans-serif;
    /* Use Arial font */
    font-weight: 700;
    /* Bold weight for prominence */
    color: white;
    /* Base color */
    background-size: cover;
    display: inline-block;
    padding: 20px;
    /* Adjust padding as needed */
    position: relative;
    line-height: 1.1;
}

@media (max-width: 780px) {
    .landing-page-title {
        line-height: calc(7.5vmin + 1vh);
        font-size: calc(3.5vmin + 2vh);
    }
}

.landing-page-title-outline {
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    padding-top: -10px !important;
    padding-bottom: -10px !important;
    font-weight: 700;
    /* Bold weight for outlined text */
    text-shadow: 0px 0px 5px #a8a8a829;

}

.landing-page-title span {
    display: inline-block;
}

.constructing-dream-homes {
    background-color: #222;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Lexend Exa', sans-serif;
}

.constructing-dream-homes p {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0;
    display: inline-block;
}

.constructing-dream-homes span {
    font-weight: 200;
    color: #fff;
}

.constructing-dream-homes img {
    margin-left: 20px;
    height: 80px;
    /* Adjust the height as needed */
}

@media (max-width: 1150px) {
    .constructing-dream-homes p {
        font-size: 1.6em;
    }
}

@media (max-width: 900px) {
    .constructing-dream-homes p {
        font-size: 1.3em;
    }
}

.custom-designed-homes {
    background-color: #222;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: 'Lexend Exa', sans-serif;
}

.custom-designed-homes p {
    font-size: 1.8em;
    font-weight: 800;
    margin: 0 0 0 10%;
    display: inline-block;
}

.green-text {
    color: #4CAF50;
}

.white-text {
    color: #fff;
}

.custom-designed-homes span {
    font-weight: 200;
    color: #fff;
}

.custom-designed-homes img {
    margin-left: 0;
    margin-right: 10%;
    height: 80px;
    /* Adjust the height as needed */
}

@media (max-width: 1700px) {
    .custom-designed-homes p {
        font-size: 1.6em;
    }
}

@media (max-width: 1480px) {
    .custom-designed-homes p {
        font-size: 1.5em;
    }
}

@media (max-width: 1400px) {
    .custom-designed-homes p {
        font-size: 1.4em;
    }
}

@media (max-width: 1315px) {
    .custom-designed-homes p {
        font-size: 1.3em;
    }
}

@media (max-width: 1235px) {
    .custom-designed-homes p {
        font-size: 1.2em;
    }
}

@media (max-width: 1155px) {
    .custom-designed-homes p {
        font-size: 1.1em;
    }
}

@media (max-width: 1070px) {
    .custom-designed-homes p {
        font-size: 1em;
    }
}

@media (max-width: 980px) {
    .custom-designed-homes p {
        font-size: 1.3em;
        margin: 0 5% 0 0;
    }
    .custom-designed-homes img {
        margin: 0 0 0 5%;
    }
    /* .custom-designed-homes {
        justify-content: center;
    } */
}

.powell-svg-logo {
    position: absolute;
    height: 100%;
    max-width: 100%;
    bottom: 0px;
    left: 0;
    padding-left: 0%;
    z-index: 0;
}


.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 200px;
}

.subheading-bg-landing {
    background: url('../img/common-fe/subheading_0.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.subheading-bg-subheading-2 {
    background: url('../img/common-fe/subheading_2.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 500px;
}

/* .subheading-bg-subheading-17 {
    background: url('../img/common-fe/subheading_4.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 600px;
} */

.subheading-bg-subheading-17 {
    position: relative;
    text-align: center;
    height: 600px;
    overflow: hidden;
}

.bg1 {
    background-image: url('../img/properties/photo-reel/1.png');
}

.bg2 {
    background-image: url('../img/properties/photo-reel/2.png');
}

.bg3 {
    background-image: url('../img/properties/photo-reel/3.png');
}

.bg4 {
    background-image: url('../img/properties/photo-reel/4.png');
}

.bg5 {
    background-image: url('../img/properties/photo-reel/5.png');
}

.bg6 {
    background-image: url('../img/properties/photo-reel/6.png');
}

.bg7 {
    background-image: url('../img/properties/photo-reel/7.png');
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2.5s ease-in-out;
    /* Adjusted transition duration */
}

.video-container {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.video-30-index {
    margin: auto;
    height: 560px;
    border-radius: 15px;
}

@keyframes slideshow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    /* Start fading in */
    30% {
        opacity: 1;
    }

    /* Fully visible */
    40% {
        opacity: 0;
    }

    /* Start fading out */
    100% {
        opacity: 0;
    }

    /* Completely invisible */
}

.bg1 {
    animation: slideshow 17.5s infinite 0s;
}

.bg2 {
    animation: slideshow 17.5s infinite 2.5s;
}

.bg3 {
    animation: slideshow 17.5s infinite 5s;
}

.bg4 {
    animation: slideshow 17.5s infinite 7.5s;
}

.bg5 {
    animation: slideshow 17.5s infinite 10s;
}

.bg6 {
    animation: slideshow 17.5s infinite 12.5s;
}

.bg7 {
    animation: slideshow 17.5s infinite 15s;
}

@media(max-width: 1200px) {
    .video-30-index {
        max-width: 80%;
    }
}

.subheading-bg-color-dark-gray {
    background-color: #1E1E1E !important;
}

.subheading-bg-divider-1 {
    background: url('../img/common-fe/logo_outline_alt.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100px;
}

.subheading-bg-subheading-8 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('../img/common-fe/subheading_8_crop.png') repeat;
    background-size: contain;
    background-position: center;
    /* background-color: linear-gradiant; */
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
    background-color: #1E1E1E !important;
}


.subheading-bg-subheading-10 {
    /* background: url('../img/common-fe/subheading_.png') no-repeat center center; */
    background-size: contain;
    background-position: center;
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
    background-color: #1E1E1E !important;
}

.subheading-logo {
    /* max-width: 1000px; */
    margin-top: 3%;
    padding-left: 20px;
    padding-right: 20px;
}

.bg-white {
    background-color: rgba(255, 255, 255, 0.85);
    /* Adjust opacity */
}

.content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.text-content {
    position: relative;
    z-index: 1;
    max-width: 55%;
    margin-left: 10%;
    flex: 1 3 60%;
    margin-top: 10px !important;
    margin-right: 0px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-content h2 {
    color: #4CAF50;
    font-family: 'Lexend Exa', sans-serif;
    font-weight: normal;
    font-size: 2.5em;
}

.text-content h2 strong {
    color: black;
    font-weight: bold;
}

.text-content p {
    color: black;
    font-size: 1.25em;
    font-family: 'Lexend Exa', sans-serif;
}

.logo {
    position: relative;
    z-index: 1;
    flex: 1 1 20%;
    max-width: 275px;
    min-width: 150px;
    margin-right: 10%;
    margin-left: 0;
    /* padding-right: 30px; */
}

.logo img {
    max-width: 100%;
    height: auto;
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 1);
}

.divider {
    width: 60%;
    height: 3px;
    background-color: black;
    margin-right: 20px;
    margin-top: 33px !important;
    margin-bottom: 33px !important;
    position: relative;
    z-index: 1;
}

/* @media (max-width: 768px) {
    .text-content h2 {
        font-size: 2em;
    }

    .text-content p {
        font-size: 1em;
    }

    .divider {
        width: 100%;
    }
} */

@media (max-width: 980px) {
    .content {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        margin: 0;
        flex: 1 1 100%;
    }

    .logo {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .logo img {
        max-width: 50%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (min-width: 2700px) {
    .text-content {
        margin-left: 15%;
        max-width: 40%;
    }

    .logo {
        margin-right: 15%
    }
}

/* @media (min-width: 1500px) {
    .text-content {
        margin-left: 15%;
    }
} */


.centered-text {
    /* position: absolute;
    bottom: 30%;
    right: 2%; */
    margin-right: 80px;
    margin-left: 80px;
    color: white;
    text-align: center;
    font-weight: 500;
    text-shadow: 7px 5px 5px #000000ca;
}

.main-heading {
    font-size: 80px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.sub-heading {
    font-size: 40px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

/* @media (max-width: 1700px) {
    .main-heading {
        font-size: 60px;
    }

    .sub-heading {
        font-size: 35px;
    }
} */

@media (max-width: 1700px) {
    .main-heading {
        font-size: 65px;
    }

    .sub-heading {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .main-heading {
        font-size: 55px;
    }

    .sub-heading {
        font-size: 35px;
    }
}

@media (max-width: 600px) {
    .main-heading {
        font-size: 50px;
        margin: 0;
    }

    .sub-heading {
        font-size: 30px;
        margin: 0;
    }

}

.subheading-bg-subheading-9 {
    background: linear-gradient(to bottom, #C8C8C8, #CDCDCD);
    position: relative;
    height: auto;
}

.subheading-bg-subheading-9 .desktop-view,
.mobile-view {
    background: url('../img/tiles/background_powell_logo.png') no-repeat center center;
    background-size: contain;
    background-position: center;
}

/* .desktop-view { */
/* display: grid;
    grid-template-areas:
        'imageA infoA'
        'infoB imageB'; */
/* display: flex;
    flex-direction: column;
    flex-wrap: nowrap
} */

.subheading-9-right {
    display: flex;
    text-align: right;
    align-items: right;
    justify-content: center;
}

.subheading-9-left {
    display: flex;
    text-align: left;
    align-items: left;
    justify-content: center;
}

.subheading-9-bottom {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin: 0;
    padding: 20px;
}

.subheading-9-bottom p {
    margin: 0px;
}

@media (max-width: 1200px) {
    .subheading-9-bottom {
        font-size: 30px;
    }
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin-right: 5% !important;
    margin-left: 5% !important;
}

@media (min-width: 2200px) {
    .content-wrapper {
        margin-right: 15% !important;
        margin-left: 15% !important;
    }
}


@media (min-width: 2600px) {
    .content-wrapper {
        margin-right: 20% !important;
        margin-left: 20% !important;
    }
}


.gray-color {
    background-color: rgba(0, 0, 0, 0.95) !important;
    /* Increase opacity for better text readability */
}

.green-color {
    /* mix-blend-mode: color-burn; */
    backdrop-filter: blur(100px) !important;
    background-color: rgb(0, 91, 14) !important;
    /* Increase opacity for better text readability */
}

.mobile-section {
    flex: 1;
    margin: 30px !important;
    padding: 30px;
    backdrop-filter: blur(5px);
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
    position: relative;
    border-radius: 20px;
}

.max-mobile-img-content {
    max-width: 200px;
}

.mobile-section-content {
    background-size: cover;
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* Center content horizontally */
    color: #fff;
    position: relative;
    padding: 13px;
}

.mobile-section-content h2 {
    font-size: 40px;
}

/* .a-l-section {
    grid-area: 'imageA';
}
.a-r-section {
    grid-area: 'infoA';
} */

.a-l-section,
.a-r-section {
    /* flex: 1; */
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 0px !important;

}

.a-l-section img {
    max-width: 100%;
    height: auto;
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.4);
}

.r-section-white-line {
    color: white;
    /* width: 80%; */
    margin: 0px !important;
}

.a-r-section {
    /* background: url('../img/tiles/hawks_ridge_bg.png') no-repeat center center; */
    backdrop-filter: blur(5px);
    background-size: cover;
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: right;
    /* margin-bottom: 40px; */
    color: #fff;
    position: relative;
}

.a-r-section-content {
    background-size: cover;
    display: flex;
    width: 900px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: right;
    /* Center content horizontally */
    color: #fff;
    position: relative;
    padding: 13px;
    font-family: 'Lato', sans-serif;
}

.a-r-section h2 {
    padding-right: 15px;
    margin-bottom: 50px;
    margin-right: 40px;
    text-shadow: 4px 4px 5px #00000096;
    font-size: 4em;
}

.a-r-section p {
    padding-right: 15px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 1.2em;
    text-shadow: 4px 4px 5px #00000096;
}

.a-r-section .btn {
    align-self: start;
    padding: 10px 20px;
    font-size: 1.2em;
}

.section-button {
    text-align: center;
    background-color: black;
    color: white;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
    text-shadow: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .subheading-bg-subheading-9 {
        height: auto;
        padding: 20px 0;
    }

    .content-wrapper {
        flex-direction: column;
        align-items: right;
    }

    .a-l-section,
    .a-r-section {
        margin: 10px 0;
    }

    .a-r-section-content {
        padding: 20px;
    }

    .a-r-section h2 {
        font-size: 1.5em;
    }

    .a-r-section p {
        font-size: 1em;
    }

    .a-r-section .btn {
        font-size: 1em;
    }
}

.b-l-section {
    /* flex: 1; */
    /* margin-left: 20px; */
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 0px !important;
}

.b-r-section {
    /* flex: 1; */
    /* margin-left: 20px; */
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px !important;
}

.b-l-section img {
    max-width: 100%;
    height: auto;
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.4);
}

.b-r-section {
    backdrop-filter: blur(5px);
    background-size: cover;
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: left;
    /* margin-bottom: 40px; */
    color: #fff;
    position: relative;
}

.b-r-hawks-ridge {
    background: url('../img/tiles/hawks_ridge_bg.png') no-repeat center center;
}

.b-r-hidden-village {
    background: url('../img/tiles/hidden_village_bg.png') no-repeat center center;
}

.b-r-royal-oaks {
    background: url('../img/tiles/royal_oaks_bg.png') no-repeat center center;
}

.b-r-parkview-estates {
    background: url('../img/tiles/parkview_estates_bg.png') no-repeat center center;
}

.b-r-section-content {
    background-size: cover;
    display: flex;
    width: 900px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    /* Center content horizontally */
    color: #fff;
    position: relative;
    padding: 13px;
    text-shadow: 4px 4px 5px #00000096;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 1500px) {
    .b-r-section-content {
        width: 50vw;
    }

    .a-r-section-content {
        width: 50vw;
    }
}

.b-r-section h2 {
    padding-left: 15px;
    margin-bottom: 50px;
    margin-left: 40px;
    text-shadow: 4px 4px 5px #00000096;
    font-size: 4em;
}

.b-r-section p {
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.b-r-section .btn {
    align-self: start;
    padding: 10px 20px;
    font-size: 1.2em;
}

.section-button {
    text-align: center;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
    border-radius: 20px;
}

.section-button-black {
    background-color: black;
    color: white;
    border: 2px solid white;
}

.section-button-black:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.section-button-white {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.section-button-white:hover {
    background-color: black;
    color: white;
    border: 2px solid white;
}



.subheading-bg-subheading-11 {
    background: url('../img/tiles/its_the_community.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 700px;
}

.main-heading-2 {
    font-weight: 200;
    font-size: 60px;
    margin: 0;
    line-height: 60px;
    font-family: 'Lexend Exa', sans-serif;
}

.main-heading-2 strong {
    font-weight: 600;
}

.sub-heading-2 {
    font-size: 25px;
    width: 50%;
    font-weight: 200;
    margin: 0;
    margin-top: 30px;
    font-family: 'Lexend Exa', sans-serif;
}

.sub-heading-2 strong {
    font-weight: 600;
}

.heading-11-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: rgba(255, 255, 255, 0.91);
    text-align: left;
    font-weight: 500;
    text-shadow: 4px 5px 5px #0000009e;
    z-index: 2;
}

@media (max-width: 1500px) {
    .main-heading-2 {
        font-size: 50px;
    }

    .sub-heading-2 {
        font-size: 22px;
        width: 70%;
    }
}

@media (max-width: 900px) {
    .main-heading-2 {
        font-size: 45px;
    }

    .sub-heading-2 {
        font-size: 18px;
        width: 75%;
    }
}

@media (max-width: 600px) {
    .main-heading-2 {
        font-size: 40px;
    }

    .sub-heading-2 {
        font-size: 15px;
        width: 80%;
    }
}


.subheading-bg-subheading-12 {
    background: url('../img/tiles/its_the_amenities.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
    /* Align content to the bottom */
    justify-content: right;
    /* Align content to the right */
    /* text-align: right; */
}

.main-heading-3 {
    font-weight: 200;
    font-size: 60px;
    margin: 0;
    line-height: 60px;
    text-align: right;
    /* Right align the main heading text */
    font-family: 'Lexend Exa', sans-serif;
}

.main-heading-3 strong {
    font-weight: 600;
}

.sub-heading-3 {
    font-size: 25px;
    width: 50%;
    font-weight: 200;
    margin: 0;
    margin-top: 30px;
    text-align: right;
    /* Right align the sub-heading text */
    justify-content: right !important;
    margin-left: auto;
    font-family: 'Lexend Exa', sans-serif;
}

.sub-heading-3 strong {
    font-weight: 600;
}

.heading-12-text {
    position: absolute;
    bottom: 20%;
    right: 10%;
    color: rgba(255, 255, 255, 0.91);
    text-align: right;
    font-weight: 500;
    text-shadow: 4px 5px 5px #0000009e;
    z-index: 2;
}

@media (max-width: 1500px) {
    .main-heading-3 {
        font-size: 50px;
    }

    .sub-heading-3 {
        font-size: 22px;
        width: 65%;
    }
}

@media (max-width: 900px) {
    .main-heading-3 {
        font-size: 45px;
    }

    .sub-heading-3 {
        font-size: 18px;
        width: 70%;
    }
}

@media (max-width: 600px) {
    .main-heading-3 {
        font-size: 40px;
    }

    .sub-heading-3 {
        font-size: 15px;
        width: 80%;
    }
}

.desc-top {
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 600;
}

.desc-bottom {
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}

.subheading-bg-subheading-13 {
    background: url('../img/tiles/its_the_club.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 700px;
}



.subheading-bg-subheading-14 {
    background: url('../img/common-fe/home_about.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 500px;
}


.subheading-bg-subheading-15 {
    background: url('../img/tiles/background_powell_logo.png') no-repeat center center;
    background-size: cover;
    /* background-color: gray; */
    background-position: center;
    position: relative;
    height: auto;
    text-align: center;
}

.about-subheader {
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.about-subheader h1 {
    font-weight: 600;
    font-size: 24px;
}

.about-subheader p {
    font-size: 18px;
}

.about-subheader-footer {
    justify-content: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 34px;
}

.header-desc-text {
    font-family: 'Lato', sans-serif !important;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
}

.header-desc-text-fl {
    font-size: 40px;
}

.title {
    color: #fffffff4;
    text-shadow: 0px 4px 30.4px rgba(54, 73, 45, 0.4);
    font-family: 'Lexend', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 127%;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    padding: 50px;
}

.carousel {
    text-align: center;
    position: relative;
}

.carousel-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.left-arrow,
.right-arrow {
    cursor: pointer;
    width: 100px;
    /* Adjust width as needed */
    height: 100px;
    /* Adjust height as needed */
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 0px 4px 30.4px rgba(0, 0, 0, 0.80);
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin: 10px !important;
    padding: 80px;
}

.left-arrow:hover {
    transition: transform 0.1s ease-in-out;
    transform: rotate(-5deg) scale(1.1);
}

.right-arrow:hover {
    transition: transform 0.1s ease-in-out;
    transform: rotate(5deg) scale(1.1);
}

@media (max-width: 940px) {

    .left-arrow,
    .right-arrow {
        padding: 50px;
    }

    .title {
        font-size: 40px;
    }
}

.left-arrow {
    background-image: url('../img/ui/left_arrow.png');
}

.right-arrow {
    background-image: url('../img/ui/right_arrow.png');
}

.carousel-content {
    position: relative;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 30.4px rgba(0, 0, 0, 0.80);
    font-family: 'Lexend', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%;
    /* 30.48px */
}

.content-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-shadow: 0px 4px 30.4px rgba(0, 0, 0, 0.80);
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin: 10px !important;
    padding: 50px;
}

.content-item p {
    font-family: 'Lexend Exa', sans-serif;
    text-shadow: 0px 4px 30.4px rgba(0, 0, 0, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 127%;
}

.content-item.active {
    display: block;
}

.img-estate-map:hover {
    cursor: pointer;
}

.subheading-bg-subheading-16 {
    position: relative;
    height: 1650px;
    background: linear-gradient(0deg, #636363 0%, #080808 100%);
    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.subheading-bg-subheading-16::before {
    content: "";
    background: url('../img/tiles/background_powell_logo.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(0%) brightness(0.25);
    /* Apply the filter only to the background image */
    opacity: 0.5;
    z-index: 1;
}

.subheading-bg-subheading-16 .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the background */
}

@media (max-width: 1300px) {
    .subheading-bg-subheading-16 {
        height: 1700px;
    }
}

@media (max-width: 780px) {
    .subheading-bg-subheading-16 {
        height: 2300px;
    }
}

.schedule-visit-button {
    background-color: #0E9047;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.schedule-visit-button:hover {
    background-color: #13a552;
    transition: transform 0.1s ease-in-out;
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(78, 78, 35, 0.4);
}

.schedule-visit-button p {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.footer-bg {
    padding: 40px;
    background-color: #0E9047;
}

.footer-row-col {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px !important;
}

.left-row {
    padding-left: 0px;
}

.right-row {
    padding-right: 0px;
}

@media (min-width: 2000px) {

    .left-row {
        padding-left: 400px;
    }

    .right-row {
        padding-right: 400px;
    }

}

.footer-bg-logo-img {
    max-width: 230px;
}

.footer-bg-logo-text-img {
    margin-top: 30px;
    max-width: 340px;
    padding-right: 30px;
}


.footer-bg-links {
    margin-left: 30px;
    text-align: left;
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
    font-family: 'Lato', sans-serif;
}

.footer-contact {
    font-size: 30px;
    margin-top: 30px;
}

@media (max-width: 980px) {
    .footer-bg-logo-text-img {
        padding-right: 0;
        max-width: 230px;
    }

    .left-row {
        padding-left: 20px;
    }

    .right-row {
        padding-right: 20px;
    }

    .footer-bg-links {
        text-align: center;
        margin-left: 0px;
    }

    .footer-bg .row {
        flex-direction: column;
    }

    .footer-row-col {
        align-self: center;
    }

    .footer-contact {
        font-size: 20px;
    }
}

.footer-bg-links:hover {
    color: rgb(240, 240, 240);
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.80);
}


.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
}

.form-heading {
    text-align: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.92px;

}

.form-subheading {
    text-align: center;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 164%;
    letter-spacing: -1.08px;
}

.form-heading-modal {
    text-align: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.92px;

}

.form-subheading-modal {
    text-align: center;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 164%;
    letter-spacing: -1.08px;
}

@media (max-width: 1000px) {
    .form-container {
        padding: 20px;
    }

    .form-heading {
        font-size: 45px;
    }

    .form-subheading {
        font-size: 30px;
    }

    .form-heading-modal {
        font-size: 40px;
    }

    .form-subheading-modal {
        font-size: 30px;
    }
}

@media (max-width: 700px) {
    .form-container {
        padding: 10px;
    }
}


.form-button {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.form-button:hover {
    background-color: #333333;
}


.max-img-content {
    max-width: 400px !important;
}

/* Mobile viewing. */
.mobile-view {
    display: none;
}

@media (max-width: 1200px) {
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }
}






.homes-landing-page {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    height: auto;
    background: url('../img/logos/our_homes_house.png') no-repeat center center;
    background-size: cover;
}


.homes-landing-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(254, 255, 254, 0.9); */
    z-index: 1;
}

.homes-landing-page .container {
    position: relative;
    z-index: 2;
    /* Ensures the content appears above the overlay */
}



.homes-section-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    height: auto;
    /* background: url('../img/logos/our_homes_house.png') no-repeat center center; */
    background-size: cover;
}

.homes-section-1 h1 {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 48px;
}

@media (max-width: 1024px) {
    .homes-section-1 h1 {
        font-size: 36px;
    }
}


@media (max-width: 760px) {
    .homes-section-1 h1 {
        font-size: 30px;
    }
}


.homes-section-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 125, 39, 0.9);
    z-index: 1;
}

.homes-section-1 .container {
    position: relative;
    z-index: 2;
    /* Ensures the content appears above the overlay */
}


.subheading-bg-subheading-18 {
    position: relative;
    height: 1650px;
    background: linear-gradient(0deg, #636363 0%, #080808 100%);
    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.subheading-bg-subheading-18::before {
    content: "";
    background: url('../img/tiles/background_powell_logo.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(0%) brightness(0.2);
    /* Apply the filter only to the background image */
    opacity: 0.2;
    z-index: 1;
}

.subheading-bg-subheading-18 .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the background */
}

@media (max-width: 1300px) {
    .subheading-bg-subheading-18 {
        height: 1700px;
    }
}

@media (max-width: 780px) {
    .subheading-bg-subheading-18 {
        height: 2300px;
    }
}





.homes-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    height: auto;
    /* background: url('../img/logos/our_homes_house.png') no-repeat center center; */
    background-size: cover;
}

.homes-section-2 h1 {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 48px;
}

@media (max-width: 1024px) {
    .homes-section-2 h1 {
        font-size: 36px;
    }
}


@media (max-width: 760px) {
    .homes-section-2 h1 {
        font-size: 30px;
    }
}


.homes-section-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.homes-section-2 .container {
    position: relative;
    z-index: 2;
    /* Ensures the content appears above the overlay */
}


.quote-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quote-line {
    flex-grow: 1;
}

@media (max-width: 475px) {
    .quote-container {
        display: block;
        /* Stack the content */
        text-align: center;
        /* Center the text */
    }

    .quote-line {
        display: none;
        /* Hide the horizontal lines */
    }
}

.homes-section-3-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.homes-section-3-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homes-section-3-image {
    flex: 1;
    max-width: 400px;
    min-width: 150px;
    margin-bottom: 20px;
    text-align: center;
    /* Center image on smaller screens */
}

.homes-section-3-image img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.2);
}

.homes-section-3-text {
    flex: 1;
    min-width: 280px;
    max-width: 80%;
    padding: 0;
}

.homes-section-3-text p {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 1.6;
    color: white;
}

.homes-text-r {
    text-align: right;
    margin-left: 10px;
}

.homes-text-l {
    text-align: left;
    margin-right: 10px;
}

.homes-section-3-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homes-section-3-bottom img {
    max-width: 100%;
    border: solid;
    border-width: 2px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.homes-section-3-bottom p {
    max-width: 90%;
    margin-top: 5%;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1000px) {
    .homes-section-3-text p {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .homes-section-3-content {
        gap: 20px;
    }

    .homes-section-3-row {
        flex-direction: column;
    }

    .homes-section-3-image,
    .homes-section-3-text {
        max-width: 300px;
        text-align: center;
        padding: 0;
    }

    .homes-section-3-image {
        order: -1;
        /* Move image to the top on smaller screens */
        margin-bottom: 20px;
        /* Space between the image and text */
    }
}


.subheading-bg-subheading-19 {
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(0deg, #636363 0%, #080808 100%);
    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.subheading-bg-subheading-19::before {
    content: "";
    background: url('../img/tiles/background_powell_logo.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(0%) brightness(0.25);
    /* Apply the filter only to the background image */
    opacity: 0.5;
    z-index: 1;
}

.subheading-bg-subheading-19 .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the background */
}

/* @media (max-width: 1300px) {
    .subheading-bg-subheading-19 {
        height: 600px;
    }
}

@media (max-width: 780px) {
    .subheading-bg-subheading-19 {
        height: 700px;
    }
} */




.subheading-bg-subheading-20 {
    background: url('../img/tiles/wood_frame.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 500px;
}

.subheading-bg-subheading-20::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(2, 64, 30, 0.70) 0%, rgba(102, 102, 102, 0.00) 100%);
    z-index: 1;
}

.subheading-bg-subheading-20 .container {
    position: relative;
    z-index: 2;
}


.subheading-bg-subheading-21 {
    background: url('../img/tiles/contractor_alt.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.subheading-bg-subheading-21::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(153, 153, 153, 0.00) 0%, #8E8E8E 100%);
    z-index: 1;
}

.subheading-bg-subheading-21 .container {
    position: relative;
    z-index: 2;
}

.subheading-bg-subheading-22 {
    background: url('../img/tiles/contractor.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    height: 500px;
}

.subheading-bg-subheading-22::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(233, 233, 37, 0.29) 0%, rgba(109, 54, 54, 0.00) 100%);
    z-index: 1;
}

.subheading-bg-subheading-22 .container {
    position: relative;
    z-index: 2;
}

.subheading-bg-subheading-23 {
    background: url('../img/tiles/wood_frame_alt.png') no-repeat center center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.subheading-bg-subheading-23::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(224, 194, 75, 0.00) 0%, rgba(146, 122, 56, 0.47) 100%);
    z-index: 1;
}

.subheading-bg-subheading-23 .container {
    position: relative;
    z-index: 2;
}
  
