﻿/*
@keyframes home {
    0% {
        background: url("../assets/doctors.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    25% {
        background: url("../assets/doctor-2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    50% {
        background: url("../assets/doctor-3.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    100% {
        background: url("../assets/doctor-4.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
*/

#animated-bg {
    background: url("../assets/slide-1.jpeg");
    transition: background 3s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 550px;
}

    .header-container h1 {
        font-style: normal;
      
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    

    .header-container > div {
        position: relative;
        top: 170px;
    }

.arrow-button-container {
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.21);
    border-radius: 2px;
}

.become-volunteer {
    background: url("/assets/volunteer.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

    .become-volunteer h1 {
        width: 270px;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.05em;
    }

    .become-volunteer p {
        line-height: 16px;
        letter-spacing: 0.05em;
        font-size: 12px;
    }

.figures-container {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}

.popular-causes {
    background: #F2F2F2;
}



.causes div {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
}

.active {
    color: #DA443D !important;
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFF0EF;
    border-radius: 20px;
}

.arrow {
    width: 30px;
    height: 30px;
    background: #FFFFFF !important;
    border: 1px solid #4F4F4F;
    border-radius: 100%;
}



.grey {
    background: #F2F2F2;
}

.font-weight {
    font-weight: 600;
}

.pt-7 {
    padding-top: 7rem;
}

.pb-7 {
    padding-bottom: 7rem;
}



.give {
    position: relative;
    z-index: 5;
    transform: translate(0px,-25px);
}

.padding-left-5 {
    padding-left: 5rem;
}

.padding-right-5 {
    padding-left: 5rem;
}



@media screen and (max-width: 992px) {
    .arrow-container {
        display:none;
    }
    .faces-section{
        display:none !important;
    }
    .header-container h1 {
        width: 100% !important;
    
    }
    .header-container p {
        width: 100% !important;
    }
    .support{
        width:100% !important;
    }
   
   
    .contact-us{
        width:100% !important;
        padding-left:0 !important;
    }
    .contact-us-container{
        width:80% !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .ml-7 {
        margin-left: 5rem !important;
    }
    .both-causes{
        width:100% !important;
    }
}