.curated-box,.home-banner {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat
}

.curated-box .title,.featured-city-box .img-box .title {
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: flex;
    background: rgba(00,00,00,.4);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    margin: 0;
}

.home-banner {
    background-image: url(../images/banner.webp);
    background-color: #565656;
}

.home-banner .banner-content {
    width: 100%;
    z-index: 9;
    position: relative;
    background: rgba(00,00,00,.4);
    height: 100%;
    padding: 70px 0
}

.home-banner .sec-heading h1 {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 1px;
}

.home-banner .sec-heading p {
    color: #fff;
    font-weight: 600;
    font-size: 24px
}

.home-search {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative
}

.home-search .form-control {
    height: 60px;
    border: 0;
    padding: 10px 25px
}

.home-search .btn {
    height: 60px;
    margin-left: 10px;
    padding: 5px 45px;
    display: flex;
    align-items: center
}

.home-search .btn i {
    margin-right: 10px
}

.discover-commercial {
    text-align: center;
    display: flex;
    margin: 40px auto 0;
    border: 1px solid #fff;
    border-radius: 30px;
    max-width: 300px;
}

.discover-commercial a {
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    font-size: 17px;
    transition: .3s;
    display: inline-flex;
    margin: 0;
    flex: 1;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.discover-commercial a.active, .discover-commercial a:hover{
    background: #fff;
    color: var(--mainColor);
}

.count-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    padding-top: 60px
}

.count-list .grid {
    padding: 0 10px;
    flex: 1
}

.count-list-box {
    text-align: center;
    border-right: 1px solid #fff
}

.count-list-box .title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.count-list-box p {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff
}

.count-list .grid:last-child .count-list-box {
    border-right: 0
}

.trending-project-row {
    display: flex;
    flex-wrap: nowrap
}

.trending-project-row .slider-content {
    flex: 0 0 80%;
    width: 80%
}

.trending-project-row .view-all-content {
    width: 20%;
    flex: 0 0 20%;
    padding-right: 10px
}

.mobile-view {
    display: none
}

.curated-box {
    height: 200px;
    display: block;
    background-position: center center;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.curated-box .title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.curated-box::before,
.curated-box::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 9;
}

.curated-box::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.curated-box::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.curated-box:hover::before,
.curated-box:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.curated-box:hover .title{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-city-box {
    display: block;
    border: 1px solid #cecece;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.featured-city-box .img-box {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.featured-city-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.featured-city-box:hover .img-box img {
    transform: scale(1.1);
}

.featured-city-box .img-box .title {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center
}

.featured-city-box .options-txt {
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}

.why-buy-box {
    box-shadow: 0 0 10px #d6d4d4;
    background: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 30px
}

.why-buy-box .img-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    transition: transform .2s;
}

.why-buy-box .title {
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}
.why-buy-box:hover .img-icon {
    transform: scale(1.2);
}

.why-buy-box p {
    font-size: 14px;
    color: #6d6e70;
    margin: 0 auto;
    font-weight: 600
}

.loaction-tabs {
    margin-bottom: 40px
}

.loaction-tabs ul li.nav-item {
    flex: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.loaction-tabs ul li.nav-item .nav-link {
    padding: 9px 30px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6d6e70;
    border-radius: 30px;
    background: #fff;
    margin-right: 13px;
    border: 1px solid #ccc
}

.loaction-tabs ul li.nav-item .nav-link.active, .loaction-tabs ul li.nav-item .nav-link:hover {
    background-color: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor)
}


ul.loaction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.loaction-list li {
}

ul.loaction-list li a {
    border: 1px solid #cecece;
    display: block;
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    color: #565656;
    
}

ul.loaction-list li a span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

ul.loaction-list li a .bottom-content {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cecece;
    padding-top: 10px;
    margin-top: 10px;
}



ul.loaction-list li a .bottom-content span {
    margin-bottom: 0;
}

ul.loaction-list li a .bottom-content span.view {
    color: var(--mainColor);
}

ul.loaction-list li a .loc {
    font-weight: bold;
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.counter-section {
    background: #100A11;
    padding: 30px 0;
}

.counter-section ul {
    display: flex;
}

.counter-section ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #F2F2F2;
    padding: 0px 18px;
}

.counter-section ul li:last-child {
    border-right: 0;
}

.counter-section ul li span {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    display: block;
}
.counter-section ul li span i {
    font-size: 22px;
    font-style: normal;
    position: relative;
    top: -13px;
    font-weight: normal;
}
.counter-section ul li .txt {
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}

.news-banner-container{
    height: 324px;
    border-radius: 7px;
    overflow: hidden;
}
.news-banner-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.latest-news-grid {
    background: #170B17;
    padding: 40px;
    color: #fff;
    height: 324px;
    border-radius: 7px;
}



.latest-news-inner h5 {
    font-size: 15px;
    color: var(--mainColor);
    text-transform: uppercase;
    font-weight: bold;
}

.latest-news-inner h6 {
    font-size: 22px;
}

.latest-news-inner p {
}

.latest-news-inner .date {
    color: #bebebe;
    display: block;
    margin-bottom: 15px;
}

.latest-news-inner .act-btn .btn {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 12px;
}

.latest-news-grid .carousel-indicators {
    left: auto;
    right: 0;
    margin: 0;
}

.latest-news-grid .carousel {
    height: 100%;
}

.contact-us-banner {
    background-image: url(../images/contact.jpg);
    background-color: #565656;
}

.contact-us-banner .banner-content {
    width: 100%;
    z-index: 9;
    position: relative;
    background: rgba(00,00,00,.4);
    height: 100%;
    padding: 70px 0
}

.contact-us-banner .sec-heading h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}

.contact-us-banner .sec-heading p {
    color: #fff;
    font-size: 21px;
}
.contact-us-banner .btn {
    border: 2px solid var(--mainColor);
    border-radius: 30px;
    display: inline-block;
    padding: 15px 40px;
}
.research-sec {
    background: #170B17;
}

.research-sec .sec-heading h2 {
    color: var(--mainColor);
    font-size: 42px;
}

.research-sec .sec-heading {
    text-align: left;
}

.research-sec .sec-heading p {
    color: #fff;
}

@media(max-width: 767px) {
    .loaction-tabs ul {
        flex-wrap:nowrap;
        overflow-x: auto;
        margin-bottom: 15px
    }

    .loaction-tabs ul li.nav-item .nav-link {
        white-space: nowrap;
        padding: 9px 20px;
        font-size: 10px;
        margin-right: 5px;
    }

    .loaction-tabs {
        margin-bottom: 0
    }

    .trending-project-row .view-all-content {
        display: none
    }

    
.discover-commercial{
    margin: 30px auto 0;

}
    
        .count-list{
     padding-top: 30px
    }

    .count-list,.project-scroll-m {
        margin: 0 -5px;
        overflow-x: auto
    }

    .home-banner {
        background-image: url(../images/banner-sm.webp)
    }

    .home-banner .sec-heading h1 {
        font-size: 25px
    }

    .home-search .btn {
        padding: 5px 15px;
        position: absolute;
        right: 0;
        margin-left: 0;
        height: 50px;
        border-radius: 0 var(--bs-btn-border-radius) var(--bs-btn-border-radius) 0
    }

    .home-search .btn i {
        margin-right: 0
    }

    .home-search .form-control {
        height: 50px;
        padding: 10px 60px 10px 15px;
        font-size: 13px
    }

    .count-list .grid {
        flex: 0 0 39%;
        width: 39%;
        padding: 0 5px
    }

    .home-banner .banner-content {
        padding: 30px 0 0
    }

    .discover-commercial a {
        font-size: 14px
    }

    .count-list-box p {
        font-size: 8px
    }

    .count-list-box .title {
        font-size: 18px
    }

    .curated-box .title,.featured-city-box .img-box .title,.home-banner .sec-heading p {
        font-size: 16px
    }

    .trending-project-row .slider-content {
        flex: 0 0 100%;
        width: 100%
    }

    .project-scroll-m {
        display: flex
    }

    .project-scroll-m .project-grid {
        flex: 0 0 90%;
        width: 90%;
        padding: 0 5px
    }

    .curated-box {
        height: 120px;
        margin-bottom: 0
    }
    .curated-box::before, .curated-box::after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

    .row-scroll-m .row,.slider-scroll-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -5px
    }

    .row-scroll-m .row .col-md-3,.slider-scroll-mobile .item {
        flex: 0 0 45%;
        width: 45%;
        padding: 0 5px
    }

    .featured-city-box .img-box {
        height: 100px
    }

    .featured-city-box .options-txt {
        padding: 8px;
        font-size: 12px
    }

    .why-buy-box {
        padding: 15px;
        margin-bottom: 0;
        box-shadow: none
    }

    .why-buy-box .img-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 5px
    }

    .why-buy-box .title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .why-buy-box p {
        font-size: 12px
    }

    .why-buy-us .row .col-md-4 {
        flex: 0 0 75%;
        width: 75%;
        padding: 0 5px
    }

    .developers-scroll-m .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -5px
    }

    .developers-scroll-m .row .col-md-2 {
        flex: 0 0 40%;
        width: 40%;
        padding: 0 5px
    }

    .mobile-view {
        display: block!important
    }

    .mobile-view .view-all-project {
        height: 125px;
        text-align: center
    }

    .view-all .btn {
        font-size: 13px;
        padding: 5px 20px;
        border-radius: 50px
    }

    ul.loaction-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -5px;
}

ul.loaction-list li {
    flex: 0 0 70%;
    width: 70%;
    padding: 0 5px;
}

ul.loaction-list li a .loc {
    font-size: 15px;
}

ul.loaction-list li a span {
    font-size: 12px;
}
.counter-section ul li span {
    font-size: 18px;
    margin-bottom: 5px;
}

.counter-section ul li .txt {
    font-size: 13px;
}

.counter-section ul {
    white-space: normal;
    overflow-x: auto;
}

.counter-section ul li {
    flex: 0 0 39%;
    width: 39%;
    padding: 0 5px;
}

.news-banner-container {
    height: auto;
    margin-bottom: 10px;
}

.latest-news-grid {
    height: auto;
    padding: 25px;
}

.research-sec .sec-heading h2 {
    font-size: 20px;
}

.contact-us-banner .sec-heading h2 {
    font-size: 40px;
}

.contact-us-banner .sec-heading p {
    font-size: 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

.count-list-box p {
    font-size: 10px;
}

.count-list {
    margin: 0 -5px;
}

.count-list .grid {
    padding: 0 5px;
}

.count-list-box .title {
    font-size: 18px;
}
.trending-project-row .view-all-content {
    width: 37%;
    flex: 0 0 37%;
    display: none;
}

.trending-project-row .slider-content {
    width: 100%;
    flex: 0 0 100%;
}




.row-scroll-m .row, .slider-scroll-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -5px;
}
.row-scroll-m .row .col-md-3, .slider-scroll-mobile .item {
    flex: 0 0 35%;
    width: 35%;
    padding: 0 5px;
}

.why-buy-us .row .col-md-4 {
    flex: 0 0 45%;
    width: 45%;
    padding: 0 5px;
}
.loaction-tabs .nav-pills {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.loaction-tabs ul li.nav-item {
    flex: auto;
    white-space: nowrap;
}

.loaction-list {
    display: flex;
    overflow-x: auto;
    margin: 0 -5px;
}

ul.loaction-list li {
    flex: 0 0 37%;
    width: 37%;
    padding: 0 5px;
}

}


@media screen and (min-width: 1000px) and (max-width: 1366px){
    .why-buy-box p{
        font-size: 13px;
    }
}









