/*.giving-heart {
    width: 19vw;
    height: 10vw;
}

.award {
    width: 17vw;
    height: 10vw;
}

.hello {
    width: 22vw;
    height: 13vw;
}*/

.button .btn:active {
  box-shadow: 8px 8px 0px rgb(55, 110, 46) !important;
}

.button .btn:focus-within {
  box-shadow: 8px 8px 0px rgb(55, 110, 46) !important;
}

.button .btn:hover {
  box-shadow: 8px 8px 0px rgb(55, 110, 46) !important;
}

.btn-light:active, .btn-light:focus-within,.btn-light:hover {
    background-color: var(--bs-secondary) !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(55, 110, 46) !important;
  }
  
  .btn-light:active, .btn-light:focus-within,.btn-light {
    background-color: var(--bs-secondary) !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(55, 110, 46) !important;
  }


/*Banner*/
.banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../img/donate/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem;
}

.donation-card {
    padding: 3rem;
}

@media screen and (max-width: 768px) {
    .banner {
        padding: 3rem;
    }

    .donation-card {
        padding: 1.5rem;
    }
}

lottie-player {
    width: 8rem;
    height: 8rem;
}




.card-container .card {
    font-weight: bold;
    border: 0px solid #000;
    border-radius: 2rem;
    position: relative;
    width: 100%;
    height: 100%;
}

.card-container .card a {
    padding: 2rem;
    width: 100%;
    background: white;
    text-decoration: none;
    border: 3px solid #000;
    border-radius: 2rem;
    color: black;
    display: block;
    transition: 0.25s ease;
    height: 100%;
}

.card-container .card a:hover {
    transform: translate(-6px, -6px);
    background-color: var(--bs-secondary);
    color: white;
}

.card-container .card a:hover .card--display {
    display: none;
}

.card-container .card a:hover .card--hover {
    display: block;
}

.card-container .card a .card--display h2 {
    margin: 20px 0 0;
}

.card-container .card a .card--hover {
    display: none;
}

.card-container .card a .card--hover h2 {
    margin: 20px 0;
}

.card-container .card a .card--hover p {
    font-weight: normal;
    line-height: 1.5;
} 


.card-container .card:active {
    box-shadow: 12px 12px 0px black;
    translate: -6px -6px;
}

.card-container .card:focus-within {
    box-shadow: 12px 12px 0px black;
    translate: -6px -6px;

}

.card-container .card:hover {
    box-shadow: 12px 12px 0px black;
    translate: -6px -6px;
}

.footer{
    padding: 20px 0;
    background-color: var(--bs-secondary); 
    color: #fff;
  }
  
  .info a{
    color: #fff;
  }
  
   .social {
    color: var(--bs-secondary);
    font-size: 1.5rem;
    margin: 0 10px;
  }
  
  .open {
    background-color: var(--bs-secondary) !important; 
  }
  
  .open:before {
    background-color:  var(--bs-secondary) !important; 
  }
  
  .open:after {
    background-color:  var(--bs-secondary) !important; 
  }
  
  .menu ul li a {
    color:  #597c00 !important; 
  }
  
  .menu ul li a:hover {
    color: rgb(2, 29, 3);
  }
  
  .menu ul li:hover {
    background-color: var(--bs-seconday-rgb)  !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:before {
    background-color:  var(--bs-secondary) !important; 
  }
  
  #menuToggle:checked ~ .menuOpen .open:after {
    background-color:  var(--bs-secondary) !important; 
  }
  
  .target-blank{
    padding: 5vh;
  }