.main-wrapper{
    height: calc(100vh - 80px);
    overflow: hidden;
    padding: 10px 50px;
}
.main-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.main-wrapper a{
    position: absolute;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
}
.features:nth-of-type(2){
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
.features-in .icon-image{
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #36a839; 
    margin:0 auto;   
}
.features-in .icon-image img{
    width: 32px;
    height: auto;
    filter: invert(1);
}
#vvp{
    padding:30px 0 0px 0;
}
.features-in h2{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color:#131313;
}
.features-in p{
    color:#131313;
}
.breaker{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding:20px 0;
}
.breaker::before{
    content:"";
    position: absolute;
    top:54%;
    left:50%;
    width: 500px;
    background-color: #131313;
    height: 1px;
    transform: translate(-50%, -50%) scaleY(1.00001);
    z-index: 0;
    opacity: 0.25;
}
.breaker::after{
    content:"";
    position: absolute;
    top:46%;
    left:50%;
    width: 500px;
    background-color: #131313;
    height: 1px;
    transform: translate(-50%, -50%) scaleY(1.00001);
    z-index: 1;
    opacity: 0.25;
}
.breaker span{
    width: 48px;
    height: 48px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

#community-driven{
    padding:0;
}
#community-driven h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 48px;
    color:#131313;
    margin-bottom: 40px;
}
#community-driven h3 span{
    font-weight: 600;
    color:#0069a6;
}
.fe-card .card-image img{
    max-width: 85%;
    height: auto;
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
}
.fe-card .card-image{
    margin-bottom: 15px;
    position: relative;
}
.fe-card .card-image:before{
    content:'';
    position: absolute;
    top:45px;
    right:25px;
    width: 200px;
    height: 200px;
    background-color: #36a839;
    z-index: 0;
    opacity: 0.45;
}
.fe-card .card-content{
    padding:20px 10px 0 10px;
}
.fe-card .card-content h4{
    font-size: 20px;
    color: #0069a6;
    font-weight: 500;
    letter-spacing:1px;
}
.fe-card .card-content h4::first-letter{
    font-weight: 600;
}
#reap-image{
    padding:10px 0 20px 0;
}
#wh-slider{
    padding-left: 50px;
    padding-right: 50px;
}
#wh-slider .custom-button-next{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #36a839;
    color: #fff;
    padding: 15px 20px;
    color:#fff;
    z-index: 2;
}
#wh-slider .custom-button-prev{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #36a839;
    color: #fff;
    padding: 15px 20px;
    color:#fff;
    z-index: 2;
}
#wh-slider .slide-content{
    position: relative;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#wh-slider .slide-content .overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #131313;
    z-index: 1;
    opacity: 0.65;
}
#wh-slider .slide-content .slide-text{
    text-align: center;
    position: relative;
    z-index: 2;
}
#wh-slider .slide-content .slide-text h4{
    font-size: 48px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 40px;
    
}
#wh-slider .slide-content .slide-text a{
    display: inline-block;
    margin-top: 40px;
}
#wh-slider .slide-content .slide-text h5{
    font-size: 32px;
    font-weight: 700;
    color:#fff;
}
#wh-slider .slide-content .slide-text h5 span{
    display: block;
    color:#fff;
}
#wh-slider .slide-content .slide-text p{
    font-size: 14px;
    letter-spacing: 0.5px;
    color:#fff;
    font-weight: 300;
    line-height: 1.8;
}
#wh-slider .slide-image{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#wh-slider .slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#wh-slider .swiper-pagination-bullet-active{
    background: #fff;;
}

.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin:30px 0;
}
.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 15px;
    transition: 0.4s ease-in-out;
}
.process__item:hover {
    background: #f2f2f2;
}
.process__item:hover .process__number {
    transform: translateY(5px);
    color: #36a839;
}
.process__number {
    font-size: 64px;
    -webkit-text-stroke: 1px #fff;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}
.process__title {
    display: block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 24px;
    color: #36a839;
    text-transform: uppercase;
    margin-top: 30px;
}
.process__subtitle {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    line-height: 1.5;
}
.process__item:hover .process__subtitle {
    transform: translateY(5px);
    color: #131313;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }
    .process__item {
        width: 49%;
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .process__item {
        width: 100%;
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}
.causes-box{
    /* background-color: rgba(0, 0, 0, 0.05); */
    color: #fff;
    padding:15px 25px;
    min-height: 100px;
    text-align: left;
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    
    display: flex;
    flex-direction: row;
    line-height: 1.8;
    margin-bottom: 32px;
}
#wh-slider .slide-content .col-lg-4:nth-of-type(2) .causes-box, #wh-slider .slide-content .col-lg-4:nth-of-type(6) .causes-box{
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
} 
.causes-box span{
    /* position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    left:0;
    top:0;
    background-color: #36a839;
    border-radius: 50%; */
    display: inline-block;
    margin-right: 15px;
    /* font-size: 20px; */
    align-items: flex-start;
}
#testimonials{
    padding:60px 0 0 0;
    background-color: #fafafa;
}
.slide-col {
    width: 100%;
    height: 500px;
    position: relative;
}

.user-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.user-img img {
    height: 100%;
    border-radius: 10px;
    width: 320px;
    object-fit: cover;
    
}

.user-text {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    width: 75%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #4d4352;
    padding: 45px;
    z-index: 2;
}

.user-text p {
    font-size: 14px;
    line-height: 24px;
}
#testimonials .custom-button-next{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #36a839;
    color: #fff;
    padding: 15px 20px;
    color:#fff;
    z-index: 2;
}
#testimonials .custom-button-prev{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: #36a839;
    color: #fff;
    padding: 15px 20px;
    color:#fff;
    z-index: 2;
}
.breaker-section{
    background-color: #36a839;
    padding:80px 0 40px 0;
    margin-top: -40px;
    text-align: center;
    position: relative;
}
.breaker-section .breaker-image img{
    height: 75px;
    margin:15px 25px;
}
.breaker-section h4{
    font-size: 48px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 30px;
}
#goals{
    padding:0px 0 20px 0;
}
#goals h3{
    font-size: 64px;
    color:#131313;
    font-weight: 700;
}
#goals h3 span{
    color:#0069a6;
}
#goals .col-sm-8 p{
    font-size: 18px;
    color:#131313;
}

.goal-box{
    padding:0 25px;
    text-align: center;
    min-height: 250px;
    margin-bottom: 0px;
    margin-top: -25px;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; */
}
.goal-box:before{
    content:'';
    position: absolute;
    top:50%;
    right:-15px;
    background-color: #eaeaea;
    width: 1px;
    height: 90%;
    transform: translateY(-50%) scaleY(1.00001);
}
.fix-height{
    max-height:330px;
    overflow:hidden;
}
.goal-box .goal-icon{
    padding:15px;
    width: 75px;
    height: 75px;
    /* border:1px solid #7e7e7e; */
    margin-top:20px;
    /* margin-bottom: 15px; */
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.goal-box .goal-icon img{
    opacity: 0.75;
}
.goal-box .goal-text h4{
    font-weight: 600;
    color:#0069a6;
    margin-bottom: 10px;
    font-size: 22px;
}
.goal-box .goal-text p{
    color: #131313;
}
.fundtext{
    position: absolute;
    bottom:15px;
    width: 90%;
    left: 50%;
    padding:25px 20px;
    background-color: #fff;
    text-align: center;
    transform: translateX(-50%);
    
}
.fundtext h3{
    font-weight: 800;
    font-size: 2.5vw;
    color:#131313;
}
.fundtext h3 span{
    display: block;
    font-size: 4vw;
}
#fundraising{
    padding:60px 0 60px 0;
    background-color: #fafafa;
}
#fundraising ul{
    list-style-type: disc;
    padding-left:40px;
}
.column-content{
    text-align: left;
}
.column-content ul{
    list-style-type: disc;
    padding-left: 40px;
}
.fixed-button{
    position: fixed;
    top:50%;
    z-index: 99;
    left:100%;
    transform: translate(-60%, -50%) rotate(-90deg) scale(0.85);
    transition: none;
}
.logo-flex{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
    flex-wrap:wrap;
}
.logo-flex .logo-f{
    width:calc(15% - 15px);
}
.logo-flex .logo-f:nth-of-type(1){
    width:100%;
    text-align: center;
}
.logo-flex .logo-f h3{
    font-weight:600;
    font-size:24px;
    color:#131313;
}
.org-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 15px;
    
}
.org-logo img{
    height:60px;
    width:auto;
    max-width:none;
}
.nla img, .nr img, .gl img{
    height: 72px;
}
.features-in{
    min-height:275px;
}
@media only screen and (max-width:600px){
    #vvp{
        overflow: hidden;
    }
    .breaker::before, .breaker::after{
        width:300px;
    }
    .main-wrapper{
        height: auto;
        text-align: center;
        padding:10px 20px;
    }
    .main-wrapper a{
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin:60px auto 0 auto;
    }
    #community-driven h3{
        font-size: 32px;
    }
    .fe-card{
        margin-bottom: 32px;
    }
    .fe-card .card-image:before{
        width: 300px;
        height: 300px;
    }
    .fe-card .card-image{
        margin-bottom: 0;
    }
    .breaker{
        padding:0;
    }
    #reap-image{
        padding:10px 0;
    }
    .process__item {
        width: 49%;
        display: inline-block;
        padding:0;
    }
    #wh-slider .slide-content{
        height: 115vh;
    }
    .process__subtitle{
        margin-top:0;
    }
    .process__subtitle{
        font-size:12px;
    }
    .process {
        width: 100%;
        padding: 0 0;
        text-align: center;
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    #wh-slider .slide-content .slide-text h5 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }
    .slide-text br{
        display:none;
    }
    .process__number{
        font-size: 32px;
    }    
    .causes-box{
        margin-bottom: 0;
        padding:10px;
    }
    #wh-slider{
        padding-left:0;
        padding-right:0;
    }
    #wh-slider .slide-content .slide-text h4{
        font-size:28px;
        margin-bottom:20px;
    }
    #wh-slider .slide-content .col-lg-4:nth-of-type(2) .causes-box, #wh-slider .slide-content .col-lg-4:nth-of-type(6) .causes-box{
        border:none;
    }
    .slide-col{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .slide-col .user-img{
        height: auto;
        width: 100%;
        position: static;
    }
    .user-img img{
        width: 100%;
    }
    .slide-col .user-text{
        position: static;
        transform: none;
        width: 100%;
    }
    .breaker-section h4{
        font-size: 32px;
    }
    .goal-box{
       min-height: auto; 
    }
    .slide-content .container{
        padding:0;
    }
    .logo-flex .logo-f{
        width:calc(50% - 10px);
    }
    .logo-flex .logo-f:nth-of-type(1){
        width:100%;
    }
}
