/* .bb-dtl{
    padding-top: 150px;
    margin-bottom: 50px;
}
.bb-dtl img{
    border: 5px solid black;
    box-shadow: 10px 10px 10px rgba(13, 213, 13, 0.478);
}
.dtl{
    font-size: 30px;
    font-weight: 500;
}
.location-dtl p{
    margin: 0px;
}
.location-dtl div{
    padding: 15px 10px;
} */
.card-1{
    padding-top: 80px !important;
}
tbody tr:nth-child(odd){
    background-color: rgba(128, 128, 128, 0.182);
}
.img-card a img{
    transition: 1s;
    /* animation: heart 2s linear 0s infinite forwards; */
}
@keyframes heart {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.img-card a img:hover{
    /* border: 10px solid gray !important; */
    box-shadow: 0px 0px 30px green;
    /* transform: scale(1.3); */
}
.call-btn{
    background: var(--warning);
}