* {
    font-family: sans-serif !important;
}

.bg-warning{
    background-color: #d6efc8 !important;
}

.log {
    width: 100px !important;
}

.text-justify {
    text-align: justify !important;
}


section {
    padding: 70px 0 !important;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.contact-box {
    height: 250px !important;
    object-fit: cover !important;
}

.rounded-circle {
    width: 200px !important;
    height: 200px !important;
}

.hg {
    height: 500px !important;
    object-fit: cover !important;
}

/*

.sponsors {
    height: 30px !important;
    width: 100px !important;
    object-fit: cover !important;
}
*/

.btn-success {
    background-color: #046d04 !important;
    color: #fff !important;
}

.text-success {
    color: #046d04 !important;
}


.donation-amount-btn.active {
    background-color: #046d04 !important;
    color: white;
}

.custom-amount {
    border-radius: 10px;
    padding: 15px;
}

.btn-donate {
    border-radius: 10px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 1.1rem;
}

.impact-card {
    border-radius: 15px;
    transition: all 0.3s;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card {
    border-radius: 15px;
    overflow: hidden;
}


.donation-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none !important;
    color: darkslategray !important;
    text-underline: none !important;
}

a:hover,
a:active {
    color: #046d04;
    text-decoration: none;
}

a .foo {
    border-radius: 1px solid #000 !important;
}



.portfolio-block {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background-color: #6fb45d
}

.portfolio-block img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

.portfolio-block .portfolio-text {
    position: absolute;
    padding: 3em 3em;
    width: 100%;
    height: 100%
}

.portfolio-block .portfolio-text:before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: white;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.portfolio-block .portfolio-text h3 {
    margin: 0 0 5px;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, transform 0.35s
}

.portfolio-block:hover img {
    opacity: 0.15;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.portfolio-block:hover .portfolio-text::before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.portfolio-block:hover .portfolio-text .fa-plus,
.portfolio-block:hover .portfolio-text h3 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.portfolio-block:hover .portfolio-text p {
    opacity: 0.9;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.masonry-4 {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.masonry-4 a {
    display: block;
    margin-top: 10px
}

.masonry-4 a:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}
