

.donate-btn:hover {
    background-color: #6a2dbd;
}

carousel-item {
    height: 70vh;
    /* Adjust the height as needed */
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay for readability */
    padding: 15px;
    border-radius: 10px;
}
