@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@font-face {
    font-family: 'Bon-Vivant-Serif';
    src: url(/font/Bon-Vivant-Serif.woff) format('woff'),
        url(/font/Bon-Vivant-Serif.woff2) format('woff2');
}
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003b;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-information {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    color: #8C6239;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 0 3px #5d5b5b;
    border-radius: 5px;
}

.banner-information h1 {
    font-family: "Playfair", serif;
    font-size: 49px;
    font-weight: 500;
    margin-bottom: 0;
}

.banner-information p {
    color: #615f5f;
}

.banner-btn .btn {
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 20px;
    background: #8C6239;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    padding: 5px 30px;
    color: #fff;
}

.hot-projects-information .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.hot-projects-information .section-title h2 {
    font-family: "Playfair", serif;
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.section-title h2 {
    font-family: "Playfair", serif;
    font-size: 37px;
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 65px 0;
}

.project-section-information .project-img {
    position: relative;
    height: 305px;
    overflow: hidden;
}

.project-section-information .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    padding: 10px;
    width: 45px !important;
    height: 45px !important;
    border-radius: 54px;
    box-shadow: 0 0 3px #757575;
    color: #000 !important;
}

.swiper-button-prev:hover {
    background: #8C6239;
    color: #fff;
    transition: 0.2s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.explore-neighhour-hood-section .section-title {
    text-align: left;
}

.explore-neighhour-hood-section .section-title h2 {
    font-size: 32px;
}

.neibhour-hood-fit {
    display: flex;
    justify-content: space-between;
    padding: 15px 8px;
    font-family: 'Lora';
    align-items: center;
}

.explore-neighhour-hood-section .section-title p {
    font-size: 13px;
    color: #ffffff;
}

.neigbhour-fer h3 {
    font-size: 17px;
    margin-bottom: 2px;
}

.neigbhour-fer p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #434343;
    margin-bottom: 0;
}

.neigbhour-hood-projects {
    box-shadow: 0 0 3px #f1eaea;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #fff;
}

.neigbhour-btn .btn {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #676666;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 14px;
}

.neigbhour-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 242px;
}

.neigbhour-img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.neigh-project {
    position: absolute;
    background: #fff;
    font-family: 'Lora';
    padding: 2px 10px;
    bottom: 5%;
    left: 10px;
    border-radius: 30px;
}

.neigh-project p {
    margin-bottom: 0;
    font-size: 13px;
}

.explore-neigbhour-hood {
    position: relative;
    background: #8C6239;
}

.meet-best-agent-information {
    height: 100%;
    position: relative;
}

.explore-neigbhour-hood .section-title h2 {
    color: #fff;
}

.meet-best-agent-img {
    max-width: 220px;
    margin: 0 auto;
}

.meet-best-agent-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #00000091;
}

.meet-best-agent-section .section-title {
    text-align: left;
}

.meet-best-agent-section .section-title h2 {
    font-size: 32px;
}

.meet-best-agent-section .section-title p {
    font-size: 13px;
    color: #7b7b7b;
}

.meet-best-agent-fer {
    position: absolute;
    bottom: 5px;
    background: #8c6239f7;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    font-family: 'Montserrat';
    box-shadow: 0 0 3px #9b9b9b;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.meet-best-agent-fer h3 {
    font-family: 'Lora';
    font-size: 22px;
    margin-bottom: 2px;
}

.meet-best-agent-fer p {
    font-size: 13px;
    margin-bottom: 0;
}

.meet-best-agent {
    background: #fff;
}

.project-section-information {
    padding: 10px;
    border: 1px solid #b3b2b2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #cdcdcd;
}

.project-section-information h3 {
    font-family: 'Lora';
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.project-section-information p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.properities-section-info {
    position: relative;
}

.project-section-information .btn {
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
}

.project-section-information .project-img {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.project-section-information .project-img::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(178deg, #00000082, transparent, #000000a8);
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
    border-radius: 10px;
}

.project-section-information .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.arrow-right {
    position: absolute;
    top: 8px;
    right: 12px;
    padding: 11px;
    border-radius: 10%;
    z-index: 9;
    content: "";
    background: #8C6239;
}

.arrow-right i {
    color: #fff;
}

.project-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-btn .btn {
    background: #8C6239;
    color: #fff;
    font-size: 15px;
}

.search-option {
    background: url(../images/about-space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 0 0;
    background-position: center;
}

.section-information-option {
    background: #fff;
    font-family: 'Lora';
    padding: 10px;
}

.section-information-option h2 {
    font-size: 26px;
}

.section-information-option p {
    font-size: 14px;
}

.section-information-option {
    background: #fff;
    font-family: 'Lora';
    padding: 40px 15px;
    box-shadow: 0 0 3px #a7a6a6;
}

.section-information-option .btn {
    background: transparent;
    color: #000;
    border-radius: 25px;
    border: 1px solid;
    font-family: 'Lora';
    font-size: 14px;
    padding: 5px 20px;
}

.popular-developers {
    background: #fff;
    background-size: 100%;
    color: #000;
    position: relative;
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}

.developer-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.developer-card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    max-width: 145px;
    padding: 15px;
    border: 1px solid #5e5656;
    margin-bottom: 10px;
}

.developer-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
}

.developer-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.projects-station p {
    text-align: center;
}

.projects-station p a {
    color: #ffffff;
    font-family: 'Lora';
    border-radius: 20px;
    border: 1px solid #8c6239;
    box-shadow: 0 0 3px #cecdcd;
    background: #8c6239;
}

.collapse .card-body {
    background: beige;
    border: none;
}

.new-launch-hot-projects {
    background: #ebe5de;
    color: #000000;
}

.logo-home {
    max-width: 157px;
}

.modal-content {
    font-family: "Montserrat", sans-serif;
}

.ct-tag {
    font-size: 15px;
    margin-bottom: 10px;
}

.btn {
    background: #8C6239;
    color: #fff;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.developer-popular-mobile-wrapper {
    display: none;
}
.active-btn {
    background-color: #007bff !important; /* blue */
    color: #fff;
    border-color: #007bff;
}
.banner-location-section{
    position:relative;
    overflow:hidden;
}
.banner-location-section .container-fluid{
    padding:0;
}
.banner-location-section::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    z-index:9;
    background:linear-gradient(180deg, #00000000, #0000003d, #000000);
}
.banner-location-information{
font-family: 'Bon-Vivant-Serif';
color:#fff;
position:absolute;
top:35%;
left:50%;
transform:translate(-50%);
content:"";
z-index:9;
text-align: center;
}
.banner-location-information p{
    font-family: "Montserrat", sans-serif;
}
.project-btn-location {
    position: absolute;
    bottom: 0;
    left: 2%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.banner-location-img{
animation: zoomEffect 10s ease-in-out infinite alternate;
}
@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Zoom in slightly */
    }
}
.project-btn-location p {
    border-bottom: 1px dashed #fff;
}
a:not([href]):not([tabindex]){
    color:#fff;
}
.project-status-information{

}
@media only screen and (max-width: 1199px) {
    .arrow-right {
        padding: 8px;
    }

    .banner-information {
        width: 65%;
    }

    .banner-section {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .project-status-information h1{
            font-size: 37px !important;
}
.banner-information p {
    font-size: 14px;
}
.hot-projects-information .section-title h2 {
    font-size: 32px;
}
    .banner-location-information {
    width: 75%;
}
.banner-information {
    top: 23%;
}
.banner-location-section {
    margin-top: 70px;
}
.hot-projects-information .section-title p {
    font-size: 14px;
}
    .container {
        max-width: 835px;
    }

    .developer-card {
        max-width: 125px;
    }

    .message-form {
        display: none;
    }

  .project-section-information p {
        font-size: 13px;
        text-align: left;
    }
.project-section-information h3 {
    font-size: 21px;
}
.popular-developers .section-title p {
    font-size: 13px;
}
    .arrow-right {
        right: 3px;
    }

    .banner-information h1 {
        font-size: 44px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .message-form {
        display: block;
    }

    .developer-card {
        max-width: 100%;
        height: 100%;
    }

    .developer-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .developer-row {
        display: inline-block;
        justify-content: center;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .section-title p {
        font-size: 18px;
    }

    .banner-information {
        width: 80%;
    }
     .major-deveoper-height {
    overflow: hidden;
    height: 400px; 
}

.major-developer-slider {
    -webkit-animation: 15s merchantlist linear infinite;
    animation: 15s merchantlist linear infinite;
}
@-webkit-keyframes merchantlist {
    0% {
     -webkit-transform:translateY(0);
     transform:translateY(0)
    }
    100% {
     -webkit-transform:translateY(-50%);
     transform:translateY(-50%)
    }
   }
   @keyframes merchantlist {
    0% {
     -webkit-transform:translateY(0);
     transform:translateY(0)
    }
    100% {
     -webkit-transform:translateY(-50%);
     transform:translateY(-50%)
    }   
}
}

@media only screen and (max-width: 665px) {
    .banner-information {
        width: 100%;
        position: relative;
        border: 15px solid #8c62396e;
    }

    .section-title p {
        font-size: 17px;
        text-align: justify;
    }
}

@media only screen and (max-width: 635px) {
    .project-section-information p {
        font-size: 16px;
    }

    .message-form {
        display: none;
    }

}

@media only screen and (max-width: 565px) {
    .banner-location-section::before{
    background: linear-gradient(180deg, #00000000, #00000078, #000000);
}
.banner-location-information h1 {
    font-size: 32px;
}
    .banner-information h1 {
        font-size: 40px;
    }
    .project-status-information h1 {
        font-size: 30px !important;
    }
    .section-title p {
        font-size: 16px;
    }
     .project-section-information p {
        font-size: 13px;
    }
.property-points .section-title h2 {
    font-size: 28px;
}
.property-points .section-title p {
    font-size: 13px;
}
    .developer-popular-mobile-wrapper {
        display: block;
    }
     .hot-projects-information .section-title h2 {
        font-size: 27px;
    }

    .developer-popular-desktop-wrapper {
        display: none;
    }

    .developer-card {
        max-width: 100%;
        height: 120px;
    }

    .hot-projects-information .section-title h2 {
        font-size: 33px;
        text-align: center;
    }

    .section-title h2 {
        font-size: 33px;
    }

    .banner-information {
        padding: 15px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .message-form {
        display: block;
    }

    .project-section-information h3 {
        font-size: 25px;
    }

        .hot-projects-information .section-title h2 {
        font-size: 25px;
    }
    .hot-projects-information .section-title p {
        font-size: 12px;
    }
    .popular-developers {
        padding: 45px 0;
    }
    .projects-station p a {
    margin-bottom: 15px;
}
.banner-location-information p {
    font-size: 13px;
}
}
@media only screen and (max-width: 440px) {
        .section-title h2 {
        font-size: 30px;
    }
        .banner-information p{
        font-size: 11px;
    }
    .banner-location-information p {
    font-size: 12px;
}
    .banner-location-information h1 {
        font-size: 27px;
    }
    .project-btn-location p {
    font-size: 14px;
}
}
@media only screen and (max-width: 415px) {
    .banner-information {
        padding: 5px;
    }

    .banner-information h1 {
        font-size: 35px;
    }
    .banner-information p {
    font-size: 13px;
}
.padding-space-extra {
    padding: 35px 0;
}
         .section-title h2 {
        font-size: 24px;
    }
     .banner-information h1 {
        font-size: 35px;
    }
    .banner-information p {
    font-size: 12px;
}
.padding-space-extra {
    padding: 30px 0;
}
    .section-title p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px) {
}