
/*<!-- blog-cards start -->*/

.blog-cards .card,.blog-cards12 .card {
    box-shadow: 0px 0px 20px -15px #232323;
    border-radius: 24px;
    border: 0;
    transition: all 0.3s ease;
    width: 370px;
    height: 470px;
    background-color: #ffffff;
}

.blog-cards .card:hover ,.blog-cards12 .card:hover {
    box-shadow: 0px 0px 25px -15px #232323;
    transform: scale(1.02);
}

.blog-cards .card .card-img-top,.blog-cards12 .card .card-img-top {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.blog-cards .card .card-img-top img,.blog-cards12 .card .card-img-top img {
    width: 370px;
    height: 250px;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
    transition: all ease 0.4s;
}

.blog-cards .card .card-img-top img:hover,.blog-cards12 .card .card-img-top img:hover {
    transform: scale(1.05);
}

.data-off {
    position: absolute;
    color: #fff;
    background: #e83e53;
    z-index: 1;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 0px 10px;
}

.blog-cards .card-img-top::before,.blog-cards12 .card-img-top::before,
.blog-cards .card-img-top::after,.blog-cards12 .card-img-top::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.089), rgba(255, 255, 255, 0.089));
    content: '';
    pointer-events: none;
    border-radius: 23px 23px 0 0;
    z-index: 1;
}

.blog-cards .card-img-top::before,.blog-cards12 .card-img-top::before {
    transform-origin: left top;
}

.blog-cards .card-img-top::after,.blog-cards12 .card-img-top::after {
    transform-origin: right bottom;
}

.blog-cards .card:hover .card-img-top::after,.blog-cards12 .card:hover .card-img-top::after,
.blog-cards .card:hover .card-img-top::before,.blog-cards12 .card:hover .card-img-top::before {
    transform: scale3d(1, 1, 1);
    border-radius: 23px 23px 0 0;
}

.card-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #2b3360;
    transition: all 0.3s ease;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.card-title:hover {
    transform: scale(1.03) translateX(-5px);
}

.blog-cards .card-body p,.blog-cards12 .card-body p {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    color: #858585;
    margin: 0;
}


.blog-cards .card-body .data p,.blog-cards12 .card-body .data p  {
    margin: 5px 0px;
    font-size: 12px;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-cards .card-body .data p:hover,.blog-cards12 .card-body .data p:hover {
    transform: scale(1.03);

}

.edame {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    background-color: #f3f3f3;
    padding: 7px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.edame:hover{
    transform: scale(1.03);
}

.owl-carousel.blog-cards.owl-rtl .owl-item {
    float: right;
    display: flex;
    justify-content: center;
}

.owl-carousel.blog-cards .owl-stage {
    height: 500px!important;
    display: flex!important;
    align-items: center!important;
}


.owl-carousel.blog-cards button.active {
    background-color: #2b3360 !important;
}

.blog-cat{
    box-shadow: 0px 0px 5px 0px #e7e7e7;
    border-radius: 8px;
    outline: none !important;
    padding: 10px 5px;
    transition: 0.4s;
    border: none;
    background-color: #ffffff !important;
}


/*<!-- blog-cards end -->*/