.video-card .img-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-card .img-box .btn-light {
    color: #ffffff;
}

.video-card .img-box .btn-light:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.news-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.fc-daygrid-day-top {
    flex-direction: column !important
}

.fc-toolbar-title {
    text-align: center;
}

.custom-event {
    position: relative;
    display: flex;
    flex-direction: column;
}


.avatar {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer
}

.avatar img {
    width: 100%;
    height: 100%
}

.avatar-sm {
    width: 2rem;
    height: 2rem;
}

.avatar-md {
    width: 3rem;
    height: 3rem
}

.avatar-lg {
    width: 3.5rem;
    height: 3.5rem
}

.avatar-xl {
    width: 4rem;
    height: 4rem
}

.me-n1 {
    margin-right: -0.25rem !important;
}

@media (min-width: 1400px) {
    .container.custom-container {
        max-width: 900px;
    }
}

.donation-section {
    background-image: url("../../assets/img/b-bg.png"), url('../../assets/img/b-bg-2.png');
    background-repeat: no-repeat;
    background-color: #F9F0F0;
    background-position: top left, bottom right;
}

.w-px-100 {
    width: 100px !important;
}

.fc .fc-daygrid-day-events {
    margin-top: 10px;
}

.tithi {
    display: inline-block;
    top: 0;
    position: absolute;
    right: 4px;
}

.contact-section .card {
    background-clip: padding-box;
    box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
    --bs-card-border-color: #dbdade;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.input-group-text {
    border: 0;
    border-radius: 0;
}

.desi-event-image {
    object-fit: cover;
    inset: 0;
    color: transparent;
    height: 100%;
    width: 100%;
}

.desi-event-div {
    width: 571px;
    height: 370px;
    border-radius: 8px;
}
