@keyframes b-t {
    0% {
        transform: translateY(100vh);
    }
    50%{
        transform: translateY(-5vh);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes animation-box-out {
    0% {
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5vh);
    }
    100%{
        transform: translateY(100vh);
    }
} 
.bg-img-l_r:hover,.trand-box:hover,.post-animation-z:hover {
    transform: scale(1.1);
}
.btn_list_post:hover{
    background-color: rgb(242, 242, 242) !important;
}
.btn_t:hover{
    background-color: #343a40!important;
    color:#ffc107!important ;
}

.trasition-btn{
    transition: color 0.35s ease;
}
.c-btn:hover{
    background-color: white !important;
     color: #dc3545 !important;
     border: 0.7px #dc3545 solid !important;
}
.co-btn:hover{
    background-color: white !important;
     color: #007bff !important;
     border: 0.7px #007bff solid !important;
}