.btnStyl:hover{
    transform: translateY(-4px);
    transition: transform .18s ease, box-shadow .18s ease;
}
.btnStyl:active{
    transform: translateY(-1px);
}


.btnStyl:hover,
.btnStyl:focus {
    box-shadow: inset 0 -3.25em 0 0 #0C2342;
    transition: 1s;
}