.places-text:hover{
    border-bottom: 3px solid black;
    cursor: pointer;
}

/* .img-card{
    height: 270px;
    min-height: fit-content;
    
} */
.img-card img{
    object-fit: cover;
    border-radius: 15px;
    height: 270px !important;
}

.img-card div{
    position: relative;
    
}

.img-card p{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    /* transform: translateX(50%); */
    left: 50px;
}

.card-slider .active{
background-color: #e8604c !important;
}

.youtube-div{
    width: 100px;
    aspect-ratio: 1/1;
    background-color: #e8604c
}

.leading-agancy{
    background-image: url('../assets/images/ansoo-jheel.jpg');
    background-size: cover;

}
