/* routes section */

.routes-row{
    margin-right: -30px;
    overflow: hidden;
}

.route-card {
    margin-right: 30px;
    /*border-radius: 500px 500px 20px 20px;*/
}

.route-card .hover-resize-img-container{
    border-radius: 500px 500px 40px 40px;
}

.route-top-container{
    width: 100%;
    overflow: hidden;
}

.route-info {
    margin-top: 32px;
    margin-bottom: 0;
}

.route-date {
    margin-top: auto;
}

.route-image {
    max-width: 120%;
    object-fit: cover;

    height: 450px;
    position: relative;
}

.route-location{
    border-radius: 999px;
    padding: 4px 8px;
    height: 25px;
    background: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #05073c;
    width: fit-content;
    margin-top: -43px;
    position: relative;
    margin-left: 16px;
}

.routes-block .date-text {
    font-family: "Raleway", Helvetica;
    font-weight: 500;
    color: #232323;
    font-size: 14px;
}

.route-title {
    font-family: "Raleway", Helvetica;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    min-height: 60px;
    color: #0f33d3;
}


@media (max-width: 576px) {
    .route-image {
        height: unset;
    }
    .route-card .hover-resize-img-container{
        /*border-radius: 500px 500px 40px 40px;*/
    }
}


@media (max-width: 767.98px) {
    .route-card {
        margin-bottom: 30px;
    }

    .routes-slider-controls {
        bottom: -50px;
        gap: 16px;
    }
}

.index-catalog-audioguides .section-header{
    margin: 0px;
}
