/* home page */
/* home page hero banner  */
.hero-banner {
    /* background-color: #F7F7F7; */

    background-position: center;
    background-size: cover;
    background-image: url(/img/bg.png);
}

.video-background {
    position: absolute;
    background-image: url(/img/desk-banner.webp);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Push video behind other content */
    overflow: hidden;
}

.hero-banner .row {
    justify-content: space-between;
    height: 565px;
    align-items: center;
}

.video-background iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Prevent video interaction */
    object-fit: cover;
    /* Ensure video covers entire section */
}

.hero-banner .col-1 {
    display: flex;
    flex-direction: column;
    row-gap: calc(1.15vw + 0.1rem);
    width: 49%;
}

.hero-banner .button2 {
    margin-top: 0%;
}

.hero-banner .col-1 p {
    color: #ffffff;
    font-size: calc(0.9vw + 0.1rem);
    line-height: calc(1.3vw + 0.1rem);
    font-weight: 400;
}

.hero-banner .heading {
    margin: 0px;
    letter-spacing: -0.35px;
    font-size: calc(4.07vw + 0.1rem);
    /* -webkit-background-clip: text;
    background-clip: text !important; */
    color: white;
    /* background: linear-gradient(274.25deg, #242430 64.23%, #929299 111.92%); */
    line-height: calc(4.2vw + 0.1rem);
}

.hero-banner .heading .planning {
    position: relative;
    font-size: calc(4.07vw + 0.1rem);
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent;
    background: linear-gradient(
        274.25deg,
        #242430 40.23%,
        #61616e,
        #929299 111.92%
    );
    line-height: calc(4.3vw + 0.1rem);
}

.hero-banner .heading .planning::after {
    content: "";
    top: 90%;
    left: 0;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110%;
    background-image: url(/img/path13_1_.png);
    height: calc(2vw + 0.1rem);
}

.hero-banner .col-2 {
    width: 43%;
}

/* real-estate-with-savex */
.real-estate-with-savex {
    background-image: url("/img/section.png");
    background-size: cover;
    background-position: center;
}

.real-estate-with-savex .container {
    display: flex;
    column-gap: calc(3vw + 0.1rem);
    align-items: center;
}

.real-estate-with-savex .col1 {
    width: 54%;
}

.real-estate-with-savex .col2 {
    display: flex;
    flex-direction: column;
    row-gap: calc(1vw + 0.1rem);
    width: 39%;
}

.real-estate-with-savex .line {
    width: 25%;
}

.real-estate-with-savex .sub-heading {
    line-height: calc(2.8vw + 0.1rem);
}

.real-estate-with-savex .text {
    /* color: #7B7B7B; */
    font-size: calc(0.9vw + 0.1rem);
    width: 90%;
    line-height: calc(1.2vw + 0.1rem);
}

/*rental-return*/
.rental-return {
    background-image: url("/img/rental-return-bg.png");
}

.rental-return .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rental-return .sub-heading {
    line-height: calc(2.7vw + 0.1rem);
}

.rental-return .col1 {
    width: 50%;
}

.rental-return .col2 {
    width: 45%;
}

.rental-return .col1 {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    row-gap: calc(1.1vw + 0.1rem);
}

.rental-return ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 4%;
    list-style-type: none;
    flex-direction: column;
    line-height: calc(1.2vw + 0.1rem);
    font-size: calc(0.9vw + 0.1rem);
    width: 90%;
    row-gap: calc(0.7vw + 0.1rem);
}

.rental-return li {
    position: relative;
}

.rental-return li::after {
    left: 0%;
    background-image: url(/img/dot.png);
    height: calc(0.6vw + 0.1rem);
    width: calc(0.6vw + 0.1rem);
    top: 0;
    position: absolute;
    transform: translate(-180%, 53%);
    background-size: cover;
    content: "";
}

.rental-return .line {
    width: 20%;
}

/* how-it-work-home */
.how-it-work-home {
    background-image: url("/img/how-it-work-home.png");
    background-position: center;
    background-size: cover;
}

.how-it-work-home .sub-heading {
    text-align: center;
}

.how-it-work-home .line {
    width: 9%;
    text-align: center;
    margin: 13px auto;
    display: block;
    margin-bottom: 7%;
}

.how-it-work-home .row {
    align-items: center;
    width: 90%;
    margin: 0px auto;
    justify-content: space-between;
}

.how-it-work-home .card {
    position: relative;
    /* z-index: 1; */
    /* overflow: hidden; */
    background: #ffffff;
    width: 31%;
    transition: all 0.5s;
    box-shadow: 0px 5px 65px 0px rgba(39, 104, 140, 0.12);
    border-radius: 14px;
}

.how-it-work-home .card .inner-container {
    display: flex;
    padding: 11%;
    align-items: center;
    column-gap: calc(2vw + 0.1rem);
}

.how-it-work-home .card .card-heading {
    font-size: calc(1.5vw + 0.1rem);
}

.how-it-work-home .card .card-number {
    position: absolute;
    z-index: -28;

    top: -41%;
    left: 2%;
    font-size: calc(3.5vw + 0.1rem);
    font-weight: 900;
    color: #037e492b;
}

.how-it-work-home .card:hover {
    background-color: #006039;
    transition: all 0.5s;
    color: white;
}

.how-it-work-home .card:hover img {
    transition: all 0.5s;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(1968%)
        hue-rotate(206deg) brightness(118%) contrast(100%);
}

/* track-your-investments */
.track-your-investments {
    background-image: url("/img/track-your-investments.png");
    background-position: center;
    background-size: cover;
}

.track-your-investments .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-your-investments .col1 {
    width: 51%;
}

.track-your-investments .col2 {
    width: 44%;
    display: flex;
    flex-direction: column;
    row-gap: calc(1vw + 0.1rem);
}

.track-your-investments .sub-heading {
    line-height: calc(2.7vw + 0.1rem);
}

.track-your-investments .text {
    font-size: calc(0.9vw + 0.1rem);
    line-height: calc(1.2vw + 0.1rem);
}

.track-your-investments .line {
    width: 20%;
}

.spread-investment .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spread-investment .sub-heading {
    line-height: calc(2.7vw + 0.1rem);
}

.spread-investment .col1 {
    width: 44%;
    display: flex;
    flex-direction: column;
    row-gap: calc(1vw + 0.1rem);
}

.spread-investment .line {
    width: 20%;
}

.spread-investment .col2 {
    width: 54%;
}

.spread-investment .text {
    font-size: calc(0.9vw + 0.1rem);
    line-height: calc(1.2vw + 0.1rem);
}

@media screen and (max-width: 900px) {
    .hero-banner .col-1 {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        width: 100%;
    }
    .video-background {
        background-image: url(/img/mob-hero.webp);
        background-size: cover;
        background-position: center;
    }
    .hero-banner .row {
        justify-content: space-between;
        height: 400px;
        align-items: center;
    }
    .hero-banner .heading {
        font-size: 2.3rem;
        line-height: 1.05;
    }

    .hero-banner .col-1 p {
        font-size: 0.9rem;
        line-height: 1.1;
        font-weight: 400;
    }

    /*  */
    .real-estate-with-savex .container {
        flex-direction: column;
    }

    .real-estate-with-savex .col1,
    .real-estate-with-savex .col2 {
        width: 100%;
    }

    .real-estate-with-savex .col2 {
        row-gap: 10px;
    }

    .real-estate-with-savex .sub-heading {
        line-height: 1.1;
    }

    .real-estate-with-savex .text {
        /* color: #7B7B7B; */
        font-size: 0.9rem;
        width: 100%;
        line-height: 1.3;
    }

    /*  */
    .rental-return .container {
        row-gap: 20px;
        flex-direction: column-reverse;
    }

    .rental-return .col2,
    .rental-return .col1 {
        width: 100%;
    }
    .rental-return .sub-heading {
        line-height: 1.1;
    }
    .rental-return ul {
        padding: 0px;
        margin: 0px;
        display: flex;
        padding-left: 4%;
        list-style-type: none;
        flex-direction: column;
        line-height: 1.2;
        font-size: 0.9rem;
        width: 100%;
        row-gap: 10px;
    }
    .rental-return .col1 {
        flex-direction: column;
        row-gap: 12px;
    }
    .rental-return li::after {
        height: 8px;
        width: 8px;
        top: 0;
    }
    /*  */
    .how-it-work-home .card {
        position: relative;
        /* z-index: 1; */
        /* overflow: hidden; */
        background: #ffffff;
        width: 100%;
        transition: all 0.5s;
        box-shadow: 0px 5px 65px 0px rgba(39, 104, 140, 0.12);
        border-radius: 14px;
    }
    .how-it-work-home .row {
        align-items: center;
        row-gap: 20px;
        width: 100%;
        flex-direction: column;
        margin: 0px auto;
        justify-content: space-between;
    }
    .how-it-work-home .card .card-heading {
        font-size: 1.2rem;
    }
    .how-it-work-home .card .inner-container {
        column-gap: 20px;
    }
    .how-it-work-home .card .card-number {
        position: absolute;
        z-index: 0;
        top: 14%;
        left: 70%;
        /* right: -90%; */
        font-size: 3rem;
        font-weight: 900;
        color: #037e492b;
    }
    /*  */

    .track-your-investments .container {
        row-gap: 20px;
        flex-direction: column;
    }
    .track-your-investments .col1,
    .track-your-investments .col2 {
        width: 100%;
    }
    .track-your-investments .sub-heading {
        line-height: 1.2;
    }
    .track-your-investments .col2 {
        flex-direction: column;
        row-gap: 10px;
    }
    .track-your-investments .text {
        font-size: 0.9rem;
        line-height: 1.2;
    }
    /*  */
    .spread-investment .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .spread-investment .col1,
    .spread-investment .col2 {
        width: 100%;
    }
    .spread-investment .col1 {
        row-gap: 12px;
    }
    .spread-investment .sub-heading {
        line-height: 1.2;
    }
    .spread-investment .text {
        font-size: 0.9rem;
        line-height: 1.2;
    }
}

