    @import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
    * {
        margin: 0;
        padding: 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin-bottom: 0;
    }
    
    body {
        font-family: "Anta", sans-serif;
    }
    
    .great-vibes {
        font-family: "Great Vibes", cursive;
    }
    
    nav .container-fluid,
    section .container-fluid,
    footer .container-fluid {
        width: 95%;
    }
    
    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
    }
    
    li {
        list-style: none;
    }
    
    ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .py-70 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    
    .pt-70 {
        padding-top: 70px;
    }
    
    .pb-70 {
        padding-bottom: 70px;
    }
    
    .main-btn,
    .secondary-btn {
        background: linear-gradient(to right, #b5862c, #f2c546);
        font-size: 16px;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        color: #282828 !important;
        border: none;
        width: max-content;
        transition: .3s;
    }
    
    .secondary-btn {
        background: #808080;
        color: #fff;
    }
    
    .navbar {
        background-color: #1b1b1b;
        padding: 15px 0;
        position: relative;
    }
    
    .navbar.shrink {
        padding: 10px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
    }
    
    .navbar::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: linear-gradient(to left, #b5862c, #f2c546);
        z-index: 2;
        left: 0;
        bottom: -1px;
    }
    
    .navbar .navbar-nav {
        gap: 15px;
    }
    
    .navbar .nav-link {
        color: #fff;
        padding: 0 20px;
    }
    
    .navbar .nav-link.active {
        color: #f2c546;
    }
    
    .contact-us-section {
        background-image: url(../images/contact-bg.jpg);
        background-size: cover;
        background-position: center;
        padding: 150px 0;
    }
    
    .contact-us-section h4 {
        text-transform: uppercase;
        color: #111;
        letter-spacing: 5px;
        font-size: 36px;
    }
    
    .contact-us-section h2 {
        background: linear-gradient(to right, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 140px;
        line-height: 1;
        padding-top: 20px;
    }
    
    .contact-row {
        gap: 20px;
        margin-bottom: 80px;
    }
    
    .contact-row .contact-box {
        background-image: url(../images/logo-icon.png);
        border-radius: 10px;
        background-repeat: no-repeat;
        width: 25%;
        background-size: cover;
    }
    
    .contact-box a {
        color: #111;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contact-container {
        border: 4px solid #c0790c;
        border-radius: 20px;
        padding: 0 50px 30px;
    }
    
    .contact-container .nav-tabs {
        background-color: #fff;
        border: none;
        padding: 5px;
        border-radius: 10px;
        width: 45%;
        margin: 0 auto;
        margin-top: -35px;
    }
    
    .contact-container .nav-tabs .nav-link.active {
        color: #000;
        background: linear-gradient(to right, #b5862c, #f2c546);
        border-radius: 5px;
    }
    
    .contact-container .nav-tabs .nav-link {
        border: none;
        font-size: 22px;
        padding: 15px 5px;
        color: #333;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        line-height: 1;
    }
    
    .contact-container .tab-content label {
        font-size: 14px;
    }
    
    .contact-container .tab-content input,
    .contact-container .tab-content textarea {
        background-color: rgba(255, 255, 255, .7);
        padding: 10px;
        border-radius: 5px;
        border: none;
    }
    
    .contact-container .tab-content .ep-row [class*="col-"] {
        padding: 8px;
    }
    
    .contact-container .tab-content .btn {
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 20px;
    }
    
    footer {
        background-color: #202020;
        border-top: 5px solid #b5862c;
    }
    
    footer h3 {
        color: #fff;
        margin-bottom: 20px;
    }
    
    footer h3 span {
        background: linear-gradient(to right, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 72px;
    }
    
    footer .footer-address {
        background: linear-gradient(to right, #b5862c, #f2c546);
        border-radius: 5px;
        padding: 1px;
        display: inline-block;
        margin-top: 30px;
    }
    
    footer .footer-address .footer-flex {
        background-color: #202020;
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: center;
        border-radius: 5px;
        padding: 10px 20px;
    }
    
    footer .footer-address .footer-flex a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 300;
        text-align: left;
    }
    
    footer p {
        color: #808080;
        font-size: 12px;
        width: 70%;
        padding: 50px 0;
        margin: 0 auto;
    }
    
    footer .footer-social {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    .hero-banner {
        background-image: url(../images/available-homes.jpg);
        padding: 100px 0;
        background-size: cover;
        background-position: center;
    }
    
    .hero-banner h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 48px;
    }
    
    .hero-banner h2 {
        background: linear-gradient(to right, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 140px;
        filter: drop-shadow(2px 4px 6px black);
        -webkit-filter: drop-shadow(2px 4px 6px black);
        padding-top: 15px;
    }
    
    .hero-banner p {
        color: #fff;
        font-size: 30px;
        width: 50%;
        margin: 0 auto;
        line-height: 1;
    }
    
    .hero-banner p span {
        font-size: 48px;
    }
    
    .available-homes-box {
        position: relative;
        margin-bottom: 50px;
    }
    
    .available-homes-box .available-homes-img img {
        border-radius: 10px;
        min-height: 480px;
        object-fit: cover;
    }
    
    .available-homes-box .available-homes-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 50px;
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 100%;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-left {
        color: #fff;
        width: 35%;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-left h3 {
        font-size: 60px;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-left h5 {
        font-size: 18px;
        padding: 10px 0;
        font-weight: 200;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-left h4 {
        font-size: 24px;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-right {
        width: 65%;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-btns {
        display: flex;
        gap: 10px;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-btns .section {
        display: flex;
        flex-wrap: wrap;
        width: 33.3333%;
        flex-direction: column;
        gap: 10px;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-btns .section a {
        width: 100%;
        height: 100%;
    }
    
    .available-homes-box .available-homes-footer .available-homes-footer-btns .section a.secondary-btn {
        height: 50px;
        color: #fff !important;
    }
    
    .available-homes-box .form-wrap,
    .custom-home-box .form-wrap {
        position: absolute;
        z-index: 4;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .9);
        padding: 50px 20px;
        display: flex;
        text-align: center;
        justify-content: center;
        border-radius: 10px;
        transition: .3s;
        display: none;
    }
    
    .available-homes-box .form-wrap h3,
    .custom-home-box .form-wrap h3 {
        color: #fff;
        font-size: 24px;
    }
    
    .available-homes-box .form-wrap p,
    .custom-home-box .form-wrap p {
        color: #fff;
        padding: 0 0 10px 0;
        font-size: 14px;
    }
    
    .available-homes-box .form-wrap .form-group,
    .custom-home-box .form-wrap .form-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .lexus-pagination {
        margin-top: 25px;
    }
    
    .lexus-pagination ul {
        gap: 15px;
        align-items: center;
    }
    
    .lexus-pagination li a {
        border: 0;
        color: #777;
        font-size: 24px;
        width: 35px;
        height: 35px;
        display: flex;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    
    .lexus-pagination li.prev-next a {
        color: #333;
        font-size: 18px;
        width: auto;
        font-weight: 600;
        display: flex;
        align-items: center;
        border-radius: 0;
    }
    
    .lexus-pagination li.prev-next a i {
        color: #c0790c;
        margin: 0 5px;
    }
    
    .lexus-pagination li.active a {
        border: 1px solid #515a4e;
        background-color: #fff;
        color: #c0790c;
    }
    
    .custom-home-box {
        display: flex;
        margin-bottom: 50px;
    }
    
    .custom-home-box .custom-home-box-left,
    .custom-home-box .custom-home-box-right {
        width: 50%;
    }
    
    .custom-home-box .custom-home-box-left {
        position: relative;
    }
    
    .custom-home-box .custom-home-box-left .custom-home-img img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        min-height: 400px;
    }
    
    .custom-home-box .custom-home-box-left .bed-bath {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: rgba(0, 0, 0, .4);
        border-radius: 5px;
        display: flex;
        color: #fff;
        font-size: 12px;
        padding: 8px;
    }
    
    .custom-home-box .custom-home-box-left .bed-bath li:first-child {
        border-right: 1px solid #fff;
        padding-right: 8px;
        margin-right: 8px;
    }
    
    .custom-home-box .custom-home-box-left .custom-home-box-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        display: flex;
        gap: 20px;
    }
    
    .custom-home-box .custom-home-box-left .custom-home-box-footer a {
        width: 100%;
    }
    
    .custom-home-box .custom-home-box-left .custom-home-box-footer a:last-child {
        background: #2b8f51;
        color: #fff !important;
    }
    
    .custom-home-box .custom-home-box-right {
        display: flex;
    }
    
    .custom-home-box .custom-home-box-right .custom-gallery {
        height: 50%;
    }
    
    .custom-home-box .custom-home-box-right .custom-gallery a:first-child {
        display: block;
        height: 100%;
    }
    
    .custom-home-box .custom-home-box-right .custom-gallery a:first-child img {
        height: 100%;
        object-fit: cover;
    }
    
    .custom-home-box .custom-home-box-right .section:last-child .custom-gallery:first-child img {
        border-top-right-radius: 10px;
    }
    
    .custom-home-box .custom-home-box-right .section:last-child .custom-gallery:last-child img {
        border-bottom-right-radius: 10px;
    }
    
    .custom-home-box .custom-home-box-right .view-more-gallery {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .custom-home-box .form-wrap {
        border-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .homepage-about h4 {
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    .homepage-about h2 {
        background: linear-gradient(to right, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 72px;
        padding-top: 10px;
    }
    
    .homepage-about p {
        padding-bottom: 15px;
    }
    
    .homepage-about a {
        padding: 10px 40px;
    }
    
    .art-of-living h3 {
        color: #c0790c;
        font-size: 72px;
    }
    
    .art-of-living h2 {
        background: linear-gradient(to top, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 48px;
        text-transform: uppercase;
    }
    
    .art-of-living h6 {
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 24px;
        padding-top: 5px;
    }
    
    .award-home-box {
        position: relative;
    }
    
    .award-home-box .award-home-box-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        top: 0;
        left: 0;
        display: flex;
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        transition: .3s opacity;
    }
    
    .award-home-box:hover .award-home-box-overlay {
        opacity: 1;
        visibility: visible;
    }
    
    .modal .btn-close {
        position: absolute;
        right: 5px;
        top: 10px;
        color: #111;
        z-index: 8888;
        font-size: 18px;
        opacity: 1;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
    }
    
    .homepage-awards {
        background-image: url(../images/awards-bg.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 70px;
        padding-bottom: 200px;
        position: relative;
        overflow: hidden;
    }
    
    .homepage-awards .text-with-bg {
        text-align: center;
        background-image: url(../images/text-bg.png);
        background-size: 100%;
        background-position: center;
    }
    
    .homepage-awards .text-with-bg h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 36px;
    }
    
    .homepage-awards .text-with-bg h2 {
        background: linear-gradient(to top, #b5862c, #f2c546);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 100px;
    }
    
    .homepage-awards .text-with-bg {}
    
    .homepage-awards .gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .award-winning {
        position: relative;
    }
    
    .award-winning .slider-img {
        min-height: 500px;
        object-fit: cover;
    }
    
    .award-winning .slider-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .award-winning .slider-content img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 700px;
    }
    
    .award-winning .slider-content .slider-text {
        position: absolute;
        text-align: center;
    }
    
    .award-winning .slider-content h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
    }
    
    .award-winning .slider-content h2 {
        color: #f2c546;
        font-size: 80px;
        line-height: 1.2;
    }
    
    .award-winning .slider-content h3 {
        font-size: 12px;
        margin-top: -10px;
        color: #fff;
        text-transform: uppercase;
    }
    
    .award-winning .slider-content h5 {
        color: #fff;
		font-size: 12px;
    }
    
    .hero-slider {
        position: relative;
    }
    
    .hero-slider .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.leftHalf {
    position:absolute;
    left: 0px;
    height:100%;
    width:50%;
    overflow: hidden;
}

.rightHalf {
    position:absolute;
    right: 0px;
    height:100%;
    width:50%;
    overflow: hidden;
}

.leftHalf video {
    min-width: 100%;
    min-height: 100%;
}
.rightHalf video {
    min-width: 100%;
    min-height: 100%;
}
