.destination-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s ease-out;
} 
.destination-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.destination-card img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
} 
.destination-card img:hover{
    transform: scale(1.1); /* Adjust the scale value as needed */ 
    transition: transform .5s ease-out;
}  



.destination-card .card-title {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 1;
    width: 100%;
    transition: .5s
}

.destination-card .card-title h3 {
    color: #fff; 
    background-color: #00d5fe;
    margin-bottom: 0;
}  
.banner-card{ 
background-image: url(../images/index/destination-banner-bg.png); 
background-size: cover; 
    min-height: 300px; 
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}  
.choose-card-1{
    background-color: #EFF4EF; 
    border-radius: 10px; 
    padding: 25px; 
    height: 30rem;
} 
.choose-card-2{
    background-color: #EEF5F8; 
    border-radius: 10px; 
    padding: 25px; 
    height: 30rem;
} 
.choose-card-3{
    background-color: #FBF2F1; 
    border-radius: 10px; 
    padding: 25px; 
    height: 30rem;
} 
.choose-card-4{
    background-color: #FDFAEE; 
    border-radius: 10px; 
    padding: 25px; 
    height: 30rem;
} 

.choose-content {
    padding-top: 20px;
} 
.services-card {
    padding: 10px; 
    border-radius: 15px !important;
    box-shadow: 0 0 10px 0 rgba(96, 96, 96, .19);
} 

.services-card img{
    border-radius: 10px !important;
} 
.services-card:hover{
    padding: 10px; 
    box-shadow: 0 0 10px 0 rgba(96, 96, 96, .59);
} 
.bg-pic{ 
background-image: url(../images/index/packages-2.png); 
background-size: cover; 
    min-height: 300px; 
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} 
.bg-pac {
    min-height: 300px; 
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} 
@media only screen and (min-width: 1px) and (max-width: 520px) {
    .btm {
        margin-bottom: 20px;
    }
}