
nav#programNav a {
    color: white;
}

nav#programNav > li > a:focus,
nav#programNav > li > a:hover {
    color: white;
}



.bg-content {
    width: 100%;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    justify-content: space-between
}

body {
    background-color: #fff;
}

main {
    padding: 0;
}

.slider-container-fund {
    max-width: 87.5rem;
    margin: -20rem auto 4rem;
}

.funding-image-container-1 {
    display: none !important;
}

@media (max-width: 62rem) {
    .bg {
        margin-bottom: 2rem;
        padding-bottom: 0;
        height: 260px;
    }

    .slider-container {
        width: 90%;
    }
    .slider-container {
        margin: -11rem auto 4rem !important;
    }

    .bg-content {
        flex-wrap: wrap;
        padding: 0 1.875rem;
    }
    .funding-image {
        margin-top: -50px !important;
        border: 14px solid #FFF;
        height: 215px !important;
        width: 215px !important;
        object-fit: cover;
    }
    .funding-image-container, .space-div {
        display: none !important;
    }
    .funding-image-container-1 {
        display: flex !important;
        margin-bottom: 10px !important;
    }
    .funding-title {
        font-weight: 500 !important;
        font-size: 46px !important;
        line-height: 45px !important;
        color: black !important;

    }

    .btn-share {
        color: #007BFF !important;
        background-color: #EDF6FF !important;
        border: none !important;
    }
    .btn-make-donation {
        background-color: #003da6 !important;
        border-color: #003da6 !important;
        color: #FFF !important;
    }
    .btn-make-donation:hover, .btn-make-donation:focus {
        background-color: #2462ce !important;
        border-color: #2462ce !important;
        color: #FFF !important;
    }
}

@media (max-width: 48rem) {

    .bg-content {
        padding: 0;
    }
    .btn-share, .btn-make-donation, .buttons-container {
        width: 100% !important;
    }

    .btn-share::after {
        content: " Share";
        margin-left: 6px;
        font-weight: 500;
    }
    .buttons-container {
        margin-top: 10px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }

    .current-money {
        font-size: 24px !important;
    }
    .current-earned, .target-goal {
        font-size: 18px !important;
    }
    .target-money {
        font-size: 36px !important;
    }

    .cart-btn {
        margin: 48px 0 30px -72px !important;
    }
}


.progress {
    padding: 6px 7px;
    height: auto;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 100px;
    background-color: unset !important;
}

.progress-bar {
    width: 25%;
    border-radius: 100px;
    height: 18px;
    box-shadow: 0px 4px 14px 0px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px -7px 14px 0px rgba(0, 0, 0, 0.5) inset;
}

.card {
    background-color: unset !important;
}
.card-donors {
    border-radius: 10px !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25) !important;
    background-color: white !important;
}
.donor-title {
    font-family: "Knockout HTF70-FullWelterwt", sans-serif !important;
    font-weight: 500;
    font-size: 32px;
    color: white !important;
}
.donor-title-amount {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white !important;
}
.donor-persons-nb {
    font-family: "Knockout HTF70-FullWelterwt", sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: white !important;
}

#donors-feed {
    height: 532px !important;
    overflow-y: scroll;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
}
#donors-feed::-webkit-scrollbar {
    display: none;
}
#donors-feed {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.card-body {
    padding: unset !important;
}
.card-body-donors {
    padding: 1rem !important;
    gap: 35px;
}

.bg-content-funding {
    width: 100%;
    padding-bottom: 2.5rem;
    justify-content: space-between;
}

.funding-title {
    font-family: 'Knockout HTF70', sans-serif !important;
    font-weight: 500;
    font-size: 56px;
    /*text-overflow: ellipsis;*/
    /*text-wrap: nowrap;*/
    /*overflow: hidden;*/
    color: white;
}

.donors {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

}

.current-money {
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(0, 68, 169, 1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.current-earned {
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8C8C8C;
}

.target-money {
    margin-top: 8px;
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 24px;
    letter-spacing: 0;
    color: #575757;
    margin-bottom: 8px;
}

.target-goal {
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8C8C8C;;
}

.funding-image {
    margin-top: -175px;
    border: 14px solid #FFF;
    height: 306px;
    width: 306px;
    object-fit: cover;
}

.funding-image-label {

    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px #00000040;
    background: #FFFFFF;
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: -50px;
    color: #0044A9;

}
.text-container {
    position: relative;
    max-height: 144px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.text-container.expanded {
    max-height: none;
}

.gradient-overlay {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), white);
    pointer-events: none;
}

.text-container.expanded .gradient-overlay {
    display: none;
}

.text-container button {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    background: #333;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
#textContainer p {
    font-family: Avenir, serif, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}
.read-more {
    color: #007BFF !important;
    background-color: #EDF6FF;
    border: none !important;
    font-family: Helvetica, Arial,sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;

}
.btn-donate {
    border: 1px solid #007BFF !important;
    height: 235px !important;
    border-radius: 10px !important;
}
.donate-label {
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}

.donate-amount {
    font-family: Avenir, serif, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;

}
.donor-name {
    font-family: 'Knockout HTF70', sans-serif !important;
    font-weight: 500;
    font-size: 24px;
}
.donor-amount {
    font-family: Avenir, serif, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

}
.countdown {
    font-family: 'Knockout HTF70', sans-serif !important;
    font-weight: 500;
    font-size: 56px;
    color: white;
}
.countdown {
    position: absolute;
    top: -10px;
    right: 50px;
    padding: 5px 10px;
}