#ooty-viewmore{
    margin-left: 500px;
}

section.breadcrumb-outers {
    background: url(../images/ooty/about-udhagamandalam/about-udhagamandalam-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 100px 0;
    background-attachment: fixed
}

section.breadcrumb-outers {
    background: url(../images/ooty/about-udhagamandalam/about-udhagamandalam-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 100px 0;
    background-attachment: fixed
}



.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.card-title {
    font-size: 24px;
    color: #212121;
    font-weight: bold;
}
.card-price {
    color: #28a745;
}
.btn-primary:hover {
    background-color: #1e4268;
    color: #ffffff !important;
}


@media (max-width: 575.98px) { 
    .tourist-place-card{
        margin-bottom: 30px;
    
    }
    #ooty-viewmore {
        margin-left: 100px;
    }
    .card {
        margin-top: 100px;
        margin-bottom: 100px;
        height: 600px;
        width: 290px;
        border-radius: 30px;
        background-color: #333541;
        margin-left: auto;
        margin-right: auto;
    }
    .card-title {
        font-size: 24px;
        color: #212121;
        font-weight: bold;
        margin-top: 20px !important;
    }
  }

