/* swiper */



.swiper {

    width: 100%;

    height: 100%;

}



.swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

}



.swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.home_main_section {

    background-color: #fff;

    padding: 10px 30px !important;

}



.home_main_section h1 {

    color: #2e0201;

    font-size: 24px;

    margin: 10px 0 20px 0;

    padding: 0px;

    font-family: aller;

    font-weight: bold;

    line-height: 30px;

    margin-bottom: 30px;

}



.home_main_section p {

    font-family: aller;

    /* font-size: 24px; */
    font-size: 20px;

    line-height: 30px;

    margin: 0px;

    padding: 0px 0px;

    color: #160200;

    font-weight: 400;

    /* margin-bottom: 25px; */
    margin-bottom: 5px;


}



.earth_link {

    color: #edb700;

    text-decoration: none;

    background-color: transparent;

}



.service_section {

    background-color: #6c0000;

    margin: 0px;

    padding: 10px 30px !important;

}



.service_section h1 {

    color: #fff;

    font-size: 24px;

    margin: 10px 0 10px 0;

    padding: 0px;

    font-family: aller;

    font-weight: bold;

    line-height: 30px;

}



.service_time {

    font-family: aller;

    font-size: 20px;

    line-height: 26px;

    margin: 0px;

    padding: 18px 0;

    color: #fff;

    font-weight: 400;

    margin-bottom: 15px;

    border-bottom: 2px solid #fff;

}

.donate a {
    margin-top: 4%;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
}

.donate a:hover
{
    background-color: #198754d4;
}



@media (max-width:991px) {

    .home_main_section {

        margin: 0px !important;

        padding: 0px !important;

        padding-left: 5px !important;

    }



    .home_main_section p {

        font-size: 19px;

    }

}