/* Donate Page */

:root{
    --white:#FFF;
    --white-200:#F7F7F7;
    --black:#333;
}
.text-center{
    text-align: center;
}
.donate-page section, .donate-page .stats{
    padding: 120px 0;
}
.donate-page .hero {
    position: relative;
    padding: 165px 0 134px;
}
.donate-page .hero .background {
    width: 100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
}
.donate-page .hero .overlay{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.73) 11.28%, rgba(0, 0, 0, 0.52) 59%, rgba(0, 0, 0, 0.30) 86.35%, rgba(0, 0, 0, 0.00) 98.93%);
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;

}
.donate-page .hero .container {
    position: relative;
    z-index: 2;
}
.donate-page .hero h1{
    color: var(--white);
        font-size: 3rem;
}
.donate-page .hero p{
    color: var(--white);
    font-size:  1.25rem;
    width: 100%;
    max-width:  445px;
    margin-bottom:  35px;
}
.donate-page .faq-section .btn.btn-link {
    padding-left: 70px;
    padding-right: 50px;
        outline: none !important;
    box-shadow: none !important;
}
.donate-page .faq-section h2 {
    text-align: center;
    margin-bottom: 50px;
}
.donate-page .faq-section .faq .card-body {
    padding: 10px 70px 10px 100px;
}
.donate-page .ready{
    padding:    0px;
}
.donate-page .ready h2{
    color:  var(--white);
    margin-bottom:  0px;
}
.donate-page .box-ready{
    border-radius: 20px;
        background: #20A1A1;
        text-align: center;
        padding: 63px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:70px;
}
.donate-page .stats .h3-title{
    font-size:  1.25rem;
    text-align: center;
    margin-bottom: 50px;
}
.donate-page .together{
    background: var(--white-200);

}
.donate-page .together .together-img{
    width: 100%;
    max-width: 570px;
    border-radius: 20px;
}
.donate-page .together .box{
    border-radius: 16px;
    border: 1px solid rgba(32, 161, 161, 0.25);
    padding: 20px 75px;
    background: url('../img/heart-icon.png') no-repeat center left 20px var(--white);
    background-size: 45px;
    margin-bottom: 12px;
}
.donate-page .together .intro{
    margin-bottom: 35px;
}
.donate-page .together p{
    font-size: 1.25rem;
}
.donate-page .together .button{
    margin-top: 30px;
}
.donate-page .support p{
    margin-bottom: 50px;
}
.donate-page .support .box{
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.10);
    padding: 24px 24px 50px 24px;
    height: 100%;
}
.donate-page .support .box .img-wrap{
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.donate-page .support .box .image{
    width: 100%;
    max-width: 32px;
    
    object-fit: cover;
}
.donate-page .support .box h4 {
    text-transform: none;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.donate-page .questions h2{
    margin-bottom: 30px;
}
.donate-page .questions .wrap-info {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: self-start;
    justify-content: center;
}
.donate-page .questions .wrap-info .email-wrap{
    padding-top: 45px;
    background: url('../img/email-icon.png') no-repeat center top transparent;
    background-size: 45px;
}
.donate-page .questions .wrap-info .phone-wrap{
    padding-top: 45px;
    background: url('../img/phone-icon.png') no-repeat center top transparent;
    background-size: 45px;
}
.donate-page .questions .wrap-info .loc-wrap{
    padding-top: 45px;
    background: url('../img/loc-icon.png') no-repeat center top transparent;
    background-size: 45px;
}
.donate-page .questions .wrap-info .h4-title{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.125rem;
}
.donate-page .questions .wrap-info a{
    font-weight: 700;
}
.donate-page .testimonials{
    position: relative;
    padding: 130px 0;
    color: var(--white);
}
.donate-page .testimonials .background {
    width: 100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
}
.donate-page .testimonials .overlay{
   background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 11.22%, rgba(0, 0, 0, 0.70) 80.94%, rgba(0, 0, 0, 0.00) 99.98%);

    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.donate-page .testimonials .testimonials-carousel .quote {
    color: var(--white);
    text-align: left;
    font-size: 1.375rem;
}
.donate-page .testimonials .profile {
    text-align: left;
}
.donate-page .testimonials .testimonials-carousel{
    visibility: hidden;
}
.donate-page .testimonials .testimonials-carousel.slick-initialized{
    visibility: visible;
}
.donate-page .testimonials .testimonials-carousel .text-wrap {
    text-align: left;
    padding-left: 0px;
}
.donate-page .testimonials .testimonials-carousel .position{
    color: var(--white);
    font-size: 1.125rem;
}
.donate-page .testimonials .testimonials-carousel .quote:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/quote-teal.png) no-repeat top left transparent;
    background-size: 60px;
    margin-left: 0px;
    width: 60px;
    height: 60px;
}
.donate-page .testimonials .testimonials-carousel .slick-dots{
    text-align: left;
}
.donate-page .cta p {
    text-align: left;
    margin-bottom: 30px;
}
#give-form {
    max-width: 650px;
    width: 100%;
    border-radius: 20px;
}
#give-form .fancybox-container iframe {
    z-index: 99999999999;
    position: relative;
}


@media all and (max-width: 991px){
    .donate-page .hero .overlay{
        width: 70%;
    }
    .donate-page .together .align-items-center {
        align-items: self-start !important;
    }
    .donate-page .together .box{
        padding: 20px 30px 20px 65px;
        background-position: center left 12px;
    }
    .donate-page .support .box{
        height: calc(100% - 24px);
        margin-bottom: 24px;
    }
    .donate-page .testimonials .overlay {
        width: 90%;
    }
}

@media all and (max-width: 767px){
    .donate-page .stats{
        background: transparent;
    }
    .donate-page section, .donate-page .stats {
       padding: 90px 0;
    }
    .donate-page .box-ready{
        flex-direction: column;
        gap: 25px;
        padding: 50px;
    }
    .donate-page .questions .wrap-info {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }   
    .donate-page .testimonials {
        padding: 350px 0 50px 0;
    }
    .donate-page .hero {
        padding: 50px 0 280px;
    }
    .donate-page .testimonials .overlay {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 11.22%, rgba(0, 0, 0, 0.70) 80.94%, rgba(0, 0, 0, 0.00) 99.98%);
        top: inherit;
        right: 0;
        width: 100%;
        height: 70%;
        bottom: 0;
    }
    .donate-page .hero .overlay{
        background: linear-gradient(179deg, rgba(0, 0, 0, 0.80) -11.36%, rgba(0, 0, 0, 0.60) 68.74%, rgba(0, 0, 0, 0.00) 99.13%);
        top:0;
        width: 100%;
        height: 75%;
    }
    .donate-page .faq-section .btn.btn-link {
    padding-left: 20px;
    padding-right: 20px;
    }
    .donate-page .faq-section .faq .card-body {
        padding: 10px 30px 10px 50px;
    }
    .donate-page .cta {
        padding-top: 50px;
    }
}