/* hero section start */
.hero-section-container {
    /* background-image: url("https://cdn.prod.website-files.com/64e4adab5f1d09e383b3c68c/64e4adab5f1d09e383b3c6ea_hero-bg.jpg"); */
    background: url("../assests/Header.jpg");
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    color: #fff;
    flex-direction: column;
}
.hero-heading {
    font-size: 5rem;
    margin-bottom: 0 !important;
    line-height: 5rem;
}
.hero-heading:nth-child(3) {
    color: #0e56af;
}
.middle-hero-section {
    margin-top: 8rem;
    margin-left: 13%;
}
/* hero section end */

/* help section start */
.help-section-heading {
    text-align: center;
    margin: 3rem auto 7rem auto;
}
.help-section-h1-heading {
    font-size: 5rem;
    margin: 7rem auto 1rem auto;
}
/* help section end */

/* card section */
.card-section {
    /* display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap; */
}
.card-body-container {
    text-align: center;
    margin-bottom: 3rem;
}
.card-body-container > img {
    width: 5rem;
    height: 5rem;
    border: 1px solid white;
    border-radius: 50%;
    /* margin-bottom: 3rem; */
}
.grid-box-height {
    margin-top: 1rem;
    height: 15rem;
}

.banner-with-text-container {
    /* background: url("https://cdn.prod.website-files.com/64e4adab5f1d09e383b3c68c/657b4939f7ecfb9bf0068ce9_JB-Image-2.jpg"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 800px;
    height: 400px;
    margin: auto;
    padding: 2rem;
}
.viraaj-ventures-bg {
    background-image: url("../assests/viraaj-venturesHomepage.webp");
}
.realty-assistant-bg {
    background-image: url("../assests/Home Page - Reality Assistant.jpg");
}
.knowbility-advisors-bg {
    background-image: url("../assests/knowbility-advisors2.webp");
}

.text-content {
    width: 50%;
}

.custom-height-for-title {
    height: 4rem;
}

.hero-section-content {
    width: 30%;
    text-align: justify;
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
    /* CSS rules for mobile devices */
    .banner-with-text-container {
        width: 100%;
    }
    .help-section-h1-heading {
        font-size: 3rem;
    }
    .hero-heading {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .grid-box-height {
        height: auto;
    }
    .hero-section-container {
        background: url("../assests/headerForMobile.webp");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .hero-section-content {
        padding-right: 3rem;
        width: auto;
    }
}

/* Tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* CSS rules for tablets */
    .banner-with-text-container {
        width: 100%;
    }
    .help-section-h1-heading {
        font-size: 3rem;
    }
    .hero-heading {
        font-size: 2rem;
        line-height: 2rem;
    }
}

/* Desktops */
@media only screen and (min-width: 1025px) {
    /* CSS rules for desktops */
}
