@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');
}
body {
    background: #fbfbfb;
}

.banner-section {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: url('../images/background-color-point.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003d;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.banner-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-information {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}

.banner-information h1 {
    /* font-family: "League Spartan", sans-serif; */
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Bon-Vivant-Serif';
}

.dreams-fill {
    font-size: 27px;
    padding: 0;
    font-family: 'Montserrat';
}

.dreams-fill b {
    color: #4747a5;
    font-size: 25px;
}

.banner-btn .btn {
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 20px;
    background: #8c6239d9;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    padding: 5px 30px;
}

.banner-btn .btn:hover {
    background: #8C6239;
    transition: 0.2s;
}

.btn {
    background: #8C6239;
    color: #fff;
    font-size: 16px;
}

.section-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.section-title h2 {
    /* font-family: "League Spartan", sans-serif; */
    font-size: 41px;
    margin-bottom: 0;
    font-family: 'Bon-Vivant-Serif';
}

.section-title p {
    font-size: 20px;
}

.padding-space-extra {
    padding: 65px 0;
}

.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: "League Spartan", sans-serif; */
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-family: 'Bon-Vivant-Serif';
}

.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;
}

.arrow-right:hover {
    background: #4c4ca5;
    color: #fff;
    cursor: pointer;
    border: none;
}

.arrow-right:hover i {
    transform: rotate(0deg);
    transition: 0.5s;
}

.project-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.why-choose-us {
    background: url(../images/services-h-fig.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
    background-position: center;
}

.choose-points-info img {
    max-width: 75px;
}

.choose-points {
    position: absolute;
    bottom: -66%;
    left: 50%;
    background: #fff;
    padding: 20px;
    text-align: center;
    width: 82%;
    transform: translate(-50%);
    box-shadow: 0 0 3px #939393;
}

.choose-points-info {
    font-family: 'Montserrat';
}

.choose-points-info h3 {
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.choose-points-info p {
    font-size: 16px;
    color: #5c5c5c;
}

.choose-points-info .btn {
    background: transparent;
    color: #000;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #5c5c5c;
    border-radius: 0;
    font-size: 17px;
}

.border-right {
    padding-right: 10px;
}

.featured-properities {
    /* padding: 250px 0 50px 0; */
}

.client-transfer {
    padding: 120px 0;
}

.color-infer {
    background: #FAEDCB;
}

.client-transfer-info {
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px #bbb9b9;
    font-family: 'Montserrat';
}

.color-infers {
    background: #D9EEE9;
}

.color-inferer {
    background: #EADFFB;
}

.hot-projects-information .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.hot-projects-information .section-title h2 {
    /* font-family: "League Spartan", sans-serif; */
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Bon-Vivant-Serif';
}

.hot-projects-information .section-title p {
    font-size: 18px;
}

.hot-brochure-offer {
    width: 8%;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 0;
}

.hot-brochure-offer::before {
    position: absolute;
    top: -47px;
    right: -102px;
    border-right: 2px solid #000;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 9;
    transform: rotate(90deg);
}

.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-neigbhour-hood {
    padding: 220px 0 50px 0;
}

.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: 18px;
    color: #7b7b7b;
}

.neigbhour-fer h3 {
    font-size: 23px;
    margin-bottom: 0px;
    font-family: "League Spartan", sans-serif;
}

.neigbhour-fer p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #434343;
    margin-bottom: 0;
}

.neigbhour-hood-projects {
    box-shadow: 0 0 3px #979797;
    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: 19px;
}

.neigbhour-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 242px;
    overflow: hidden;
}

.neigbhour-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    content: "";
    border-radius: 5px;
}

.neigbhour-img img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.neigbhour-img:hover img {
    transform: scale(1.1);
    /* zoom in */
}

.explore-neighhour-hood-section a {
    color: #000;
    text-decoration: none;
}

.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;
}

.search-option {
    background: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 215px 0 15px 0;
    background-position: center;
    animation: zoomInOnce 0.8s 
ease-out forwards;
}
@keyframes zoomInOnce {
  to { transform: scale(1); }
}
.section-information-option {
    background: #fff;
    font-family: 'Lora';
    padding: 10px;
}

.section-information-option h2 {
    font-size: 26px;
}

.section-information-option p {
    font-size: 18px;
}

.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;
}

.meet-best-agent-information {
    height: 100%;
    position: relative;
}

.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: #ffff;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    font-family: 'Montserrat';
    box-shadow: 0 0 3px #9b9b9b;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
} */
.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;
}

.popular-developers {
    background: #8C6239;
    background-size: 100%;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 100px 20px;
    overflow: hidden;
}

.meet-best-agent {
    background: #fff;
}

.developer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.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: 270px;
    padding: 15px;
}

.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;
}

.testimonial-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.testimonial-section-title img {
    box-shadow: 0 0 3px #8d8d8d;
    border-radius: 10px;
}

video {
    max-width: 300px;
    border-radius: 15px;
}

.container {
    max-width: 1485px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.developer-popular-mobile-wrapper {
    display: none;
}
.logo-home {
    max-width: 157px;
}

.modal-content {
    font-family: "Montserrat", sans-serif;
}

.ct-tag {
    font-size: 15px;
    margin-bottom: 10px;
}
/* Preloader styling */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* change background color if needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 1600px) {
    .banner-information {
        top: 40%;
    }

    .hot-projects-information .section-title h2 {
        font-size: 40px;
    }

    .choose-points {
        bottom: -66%;
    }
/* 
    video {
        max-width: 248px;
    } */

    .container {
        max-width: 1385px;
    }

    .choose-points {
        width: 87%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-information h1 {
        font-size: 50px;
    }

    .choose-points {
        width: 90%;
    }

    .choose-points-info h3 {
        font-size: 22px;
    }

    .dreams-fill {
        font-size: 25px;
    }

    .hot-projects-information .section-title h2 {
        font-size: 35px;
    }

    .choose-points-info p {
        font-size: 14px;
    }

    .container {
        max-width: 1068px;
    }

    .neigbhour-fer h3 {
        font-size: 21px;
    }

    .neigbhour-fer p {
        font-size: 14px;
    }

    .neigbhour-btn .btn {
        font-size: 16px;
    }

    .section-information-option p {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-title p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1295px) {
    .dreams-fill {
        font-size: 23px;
    }

    .choose-points {
        width: 96%;
    }

    .banner-btn .btn {
        font-size: 19px;
    }

}

@media only screen and (max-width: 1199px) {
    .choose-points {
        padding: 10px;
    }

    .container {
        max-width: 953px;
    }
}

@media only screen and (max-width: 991px) {
    .hot-brochure-offer {
        width: 15%;
    }

    .arrow-right {
        padding: 7px;
    }

    .why-choose-us {
        padding: 104px 0 171px;
    }

    .banner-information {
        width: 70%;
    }

    .developer-card {
        max-width: 161px;
    }

    .section-information-option p {
        font-size: 18px;
    }

    .explore-neigbhour-hood {
        padding: 262px 0 50px 0;
    }

    .project-section-information p {
        font-size: 17px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .banner-section-img {
        height: 80vh;
    }

    .why-choose-us {
        padding: 104px 0 197px;
    }
}

@media only screen and (max-width: 767px) {
    .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%)
    }   
}
    .testimonial-section-title {
        display: none;
    }

    .developer-popular-desktop-wrapper {
        display: none;
    }

    .developer-popular-mobile-wrapper {
        display: block;
    }

    .developer-card {
        max-width: 267px;
        margin-bottom:20px;
    }

    .banner-information {
        width: 90%;
    }

    .explore-neigbhour-hood {
        padding: 280px 0 50px 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .why-choose-us {
        padding: 104px 0 40px;
    }

    .choose-points {
        position: relative;
        bottom: 0;
    }

    .border-right {
        padding-right: 0;
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 15px;
    }

    .explore-neigbhour-hood {
        padding: 50px 0 50px 0;
    }

    .banner-information h1 {
        font-size: 43px;
    }

    .testimonial-video {
        margin: 0 auto;
        text-align: center;
    }

    .developer-card {
        margin: 0 auto;
        margin-bottom:20px;
    }

    .popular-developers {
        padding: 60px 20px;
    }

    .hot-brochure-offer {
        width: 25%;
    }

    .banner-information {
        width: 100%;
    }

}

@media only screen and (max-width: 432px) {
    .banner-information h1 {
        font-size: 39px;
    }

    .dreams-fill {
        font-size: 21px;
    }

    .banner-section-img {
        height: 73vh;
    }
    .banner-section::before {
    background: #00000061;
}
}

@media only screen and (max-width: 400px) {
    .banner-information h1 {
        font-size: 32px;
    }

    .dreams-fill {
        font-size: 15px;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    .banner-btn .btn {
        font-size: 17px;
    }

    .hot-projects-information .section-title h2 {
        font-size: 32px;
    }

    .why-choose-us {
        padding: 80px 0 40px !important;
    }

    .explore-neighhour-hood-section .section-title h2 {
        font-size: 30px;
    }

    .explore-neighhour-hood-section .section-title p {
        font-size: 16px;
    }

    .section-information-option h2 {
        font-size: 21px;
    }

    .section-information-option p {
        font-size: 13px;
        font-family: 'Montserrat';
    }

       .section-title h2 {
        font-size: 27px;
    }
        .section-title p {
        font-size: 15px;
    }
        .banner-section-img {
        height: 60vh;
    }
    .hot-projects-information .section-title h2 {
        font-size: 29px;
    }
    .hot-projects-information .section-title p {
    font-size: 16px;
}
.hot-projects-information .section-title {
    margin-bottom: 17px;
}
}

@media only screen and (max-width: 360px) {
    .banner-information h1 {
        font-size: 31px;
    }

    .dreams-fill {
        font-size: 17px;
    }

    .banner-btn .btn {
        font-size: 15px;
    }

    .hot-projects-information .section-title p {
        font-size: 17px;
    }

    .hot-projects-information .section-title h2 {
        font-size: 30px;
    }

    .hot-projects-information .section-title {
        margin-bottom: 20px;
    }

    .hot-brochure-offer {
        width: 28%;
    }

    .section-title h2 {
        font-size: 31px;
    }

    .why-choose-us {
        padding: 90px 0 40px !important;
    }

    .explore-neighhour-hood-section .section-title h2 {
        font-size: 28px;
    }

    .banner-section-img {
        height: 65vh;
    }
}