.homeHeader {
    background: #fff;
}

.homeCarouselWrap {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFDFA8 0%, #FFFBF4 100%) 0% 0% no-repeat;
}

.homeCarousel {
    padding: 0 0;
    position: relative;
    display: block;
}

.homeCarousel .heading {
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 20px;
    font-family: 'Kugile Regular';
    text-transform: capitalize;
    text-shadow: 2px 2px rgb(0 0 0 / 37%);
    font-weight: 500;
}

.homeCarousel p {
    font-size: 14px;
    text-shadow: 1px 1px rgb(0 0 0 / 4%);
}

.homeCarouselSlide {
    position: relative;
}

.homeCarouselSlide:after {
    content: "";
    background: rgb(0 0 0 / 53%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.homeCarouselSlide .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgb(0 0 0 / 4%);
    z-index: 1;
}

.animatedCounterSec {
    margin: -140px 0 0 210px;
    z-index: 1;
}

.buildingTommorowWrap {
    position: relative;
}

.buildingTommorowImg {
    position: absolute;
    top: -140px;
    left: -130px;
    z-index: 0;
}

.firstPhaseSec {
    padding: 80px 0;
}

.firstPhaseSec .content {
    padding: 0 100px 0 15px;
}

.firstPhaseSec h4 {}

.firstPhaseSec h3 {
    margin: 0 0 50px;
}

.firstPhaseSec p {
    margin: 0 0 30px;
}

.projectSec {
    padding: 140px 0 100px;
    background: var(--lightYellow);
    margin: -65px 0 0;
    position: relative;
}

.projectSec .container {
    z-index: 1;
    position: relative;
}

.projectSec h3 {
    margin: 0 0 40px;
}

.projectSec .tabs {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 40px;
    flex-wrap: wrap;
}

.projectSec .text_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.projectSec .text_link img {
    height: 14px;
}

.projectSec .tabContent {
    margin: 0;
}

.projectSec .buttons {
    gap: 10px;
    display: flex;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.projectSec .columns {
    row-gap: 30px;
}

.testimonialBlogWrap {
    position: relative;
}

.testimonialBlogImg {
    position: absolute;
    top: 20px;
    right: 40px;
}

.testimonialSec {
    padding: 100px 0;
}

.testimonialSec h3 {
    margin: 0 0 30px;
}

.testimonial-carousel {
    padding: 0;
}

.testiThumb {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    position: relative;
    padding: 20px 20px;
    margin: 20px 8px;
}

.testiThumb .icon {
    height: 20px;
    width: auto !important;
    right: 20px;
    position: absolute;
}

.testiThumb .heading {
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
}

.testiThumb .sub {
    margin: 0 0 20px;
    color: #999;
}


@media screen and (max-width: 767px) {

    .homeCarousel .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .firstPhaseSec .content {
        padding: 0 15px;
    }

    .projectSec {
        padding: 30px 0;
        margin: 0;
    }

    .projectSec .tabs {
        margin: 40px 0 10px;
    }

    .testimonial-carousel {
        padding: 20px 0 00;
    }

    .testimonialSec {
        padding: 30px 0;
    }

    .buildingTommorowImg {
        top: 140px;
    }
}