
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 120px;
    width: 120px !important;
    object-fit: cover;
    border-radius: 50%;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 25%;
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #fbdb58;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #eddc98 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #fbdb58 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}


.head-donors{
    font-size:65px !important;
    font-weight: bold;
}

.testimonal{
    width:500px !important;
    height:450px !important;
    margin: 0 20px !important;

}
.testi_img{
    width: 60px !important;
    margin:auto;
}

.shadow-donors{
    box-shadow: 0 6px 15px #f0d04f;
}
.testimonal-bg{
    /* background-image: url(../img/Images/punjab/chandigarh.jpg); */
}