/* Funding CSS Start  */

.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fund-container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 15px;
}

.main-fund-sec {
    background: #F3FFFF;
    padding: 57px 0;
}

.main-fund-sec h1 {
    font-family: 'Roboto';
}

.fund-raise-wp .title-wp h1 {
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #54595f;
}

.fund-raise-content {
    color: #fff;
    background: #DA3933;
    padding: 30px 30px 30px 110px;
    max-width: 890px;
    margin-left: -88px;
}

.fund-raise-img {
    width: calc(clamp(20.625rem, 18.009vw + 9.088rem, 23rem));
    aspect-ratio: 1/0.68;
    margin-top: 90px;
}

.fund-raise-card {
    display: flex;
    margin-bottom: 60px;
}

.fund-raise-img-wp {
    flex: 1;
    z-index: 1;
}

.fund-raise-wp .title-wp {
    margin-bottom: 50px;
}

.main-fund-sec h2 {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.fund-info-img {
    --icon-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    background: #fff;
    padding: 12px;
    flex: 0 0 auto;
}

.fund-info-card {
    display: flex;
    gap: 14px;
}

.fund-info-wp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.main-fund-sec p {
    font-family: 'Raleway';
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.fund-info-img img {
    width: 30px;
}

.main-fund-sec h4 {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.sec-btn {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #084B60;
    background-color: #FEC756;
    border-radius: 100px 100px 100px 100px;
    padding: 15px 20px 15px 20px;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.sec-btn:hover {
    color: #FEC756;
    background-color: #272727;
}

.fund-raise-btn-wp {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
    gap: 15px;
    flex-wrap: wrap;
}


.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid #272727;
    outline: none;
    color: #272727;
    font-size: 18px;
    z-index: 10;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.pagination-wp {
    display: flex;
    gap: 5px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #272727;
    color: #fff;
}

.next.page-numbers,
.prev.page-numbers {
    width: auto;
    padding: 0px 20px;
}

.fund-raise-card:last-child {
    margin-bottom: 0;
}

.flag-sec-btn {
    color: white;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.flag-sec-btn img {
    width: 26px;
}

.flag-sec-btn:hover {
    color: #FEC756;
}

/* Funding CSS End  */


/* Responsive CSS start  */

@media screen and (max-width: 1024px) {
    .fund-container {
        max-width: 800px;
    }

    .fund-raise-card {
        flex-direction: column;
        align-items: center;
    }

    .fund-raise-content {
        max-width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    .fund-raise-img {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        aspect-ratio: 1 / 0.69;
    }

    .fund-raise-img-wp {
        width: 100%;
    }

    .fund-raise-btn-wp {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .fund-raise-content {
        text-align: center;
    }

    .fund-info-card {
        flex-direction: column;
        align-items: center;
    }

    .fund-info-wp {
        grid-template-columns: 1fr;
    }

    .fund-raise-btn-wp {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .fund-raise-wp .title-wp h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .main-fund-sec h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .fund-container {
        padding-inline: 10px;
    }
}

/* Responsive CSS End  */