@import url("ic-reviews.css");

.ic-home header h1, .ic-home header h2 {
    margin-top: 0;
}

.home-section {
    padding: 7rem 0;
}

.home-section .centered {
    text-align: center;
}

.home-section-header.centered p {
    max-width: 60%;
    margin: auto;
}

@media (max-width: 1024px) {
    .home-section-header.centered p {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .home-section {
        padding: 4rem 0;
    }
}

/* 
=============================
    Content header
=============================
*/

#home-content-header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home-content-header > div > div {
    width: 49%;
}

#home-content-header .intro-text {
    margin-bottom: 2.5rem;
}

.home-content-cta {
    font-size: 0;
}

.home-content-cta a {
    margin-right: 1rem;
}


@media (max-width: 1024px) {
    #home-content-header > div {
        flex-direction: column;
        gap: 3rem
    }

    #home-content-header > div > div {
        width: 100%;
    }
}

/* 
=============================
    Reviews Average
=============================
*/

#home-reviewsavg {
    /* font-size: 1.1em; */
    font-weight: 600;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.01) 100%);
}

/* 
=============================
    How it works
=============================
*/

#home-howitworks header p {
    margin-bottom: 0;
}


@media (max-width: 768px) {

    #home-howitworks header > div:last-child {
        margin-top: 2.5rem;
        text-align: left;
    }
}

.home-howitworks-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 5rem;
    gap: 2rem
}

.home-howitworks-cards > div {
    padding: 1rem;
    flex: 32%;
}

.home-howitworks-cards > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-howitworks-cards img {
    width: 120px;
    height: 120px;
}

#home-howitworks .button {
    margin: 4rem 0;
}

.home-howitworks-cards h5 {
    margin: 2rem 0 1.4rem 0;
}

.home-howitworks-cards p {
    /* font-size: .85em; */
    font-size: .95em;
    margin-bottom: 2rem;
}

@media (max-width: 1100px) {
    .home-howitworks-cards > div {
        flex: 100%;
    }
}

/* 
=============================
    Why Us?
=============================
*/

#home-whyus {
    /* background-color: rgba(248, 250, 253, 1); */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.01) 100%);
}

.home-whyus-cards {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
    gap: 4rem
}

.home-whyus-cards > div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 32%;
    gap: 4rem;
}

.home-whyus-cards h5 {
    margin: 0 0 1.4rem 0;
}

.home-whyus-cards i {
    font-size: 2.5em;
    color: #000;
    display: inline-block;
    margin-bottom: 2rem;
}

.home-whyus-cards p {
    /* font-size: .85em; */
    font-size: .95em;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .home-whyus-cards > div {
        flex: 100%;
    }

    .home-whyus-cards {
        flex-direction: column;
        margin-top: 5rem;
        gap: 0
    }
}

/* 
=============================
    Latest news
=============================
*/

#home-latestnews {
    /* background-color: rgba(248, 250, 253, 1); */
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
}

/* .home-blog {
    padding: 4rem 0;
} */