/* popular-destinations section */

.popular-destinations-row{
    margin-right: -30px;
    overflow: hidden;
}

.popular-destinations-card {
    margin-right: 30px;
    /*border-radius: 500px 500px 20px 20px;*/
}

.popular-destinations-card .hover-resize-img-container{
    border-radius: 500px 500px 40px 40px;
}

.popular-destinations-top-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popular-destinations-info {
    margin-top: 32px;
    margin-bottom: 0;
}

.popular-destinations-date {
    margin-top: auto;
}

.popular-destinations-image {
    max-width: 120%;
    object-fit: cover;

    height: 450px;
    position: relative;
}

.popular-destinations-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;
}

.popular-destinationss-block .date-text {
    font-family: "Raleway", Helvetica;
    font-weight: 500;
    color: #232323;
    font-size: 14px;
}

.popular-destinations-title {
    font-family: "Raleway", Helvetica;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    min-height: 60px;
    color: #0f33d3;
}

.popular-destinations-section .section-header{
    margin-bottom: 34px;
}

.popular-destinations-section .popular-destinations-tabs{
    margin-bottom: 48px;
}

.popular-destinations-button {
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    font-family: "Raleway", Helvetica;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    background-color: unset;
    color: #0F33D3;
    border: 1.5px solid #0F33D3;
    margin-right: 10px;
    line-height: 100%;
}

.popular-destinations-button.active {
    background-color: #0F33D3;
    color: #ffffff;
    border-color: #0F33D3;
}

.popular-destinations-section .tab-pane:not(.active) {
    height: 0px;
    opacity: 0;
}


@media (max-width: 576px) {
    .popular-destinations-image {
        height: unset;
    }
    .popular-destinations-card .hover-resize-img-container{
        /*border-radius: 500px 500px 40px 40px;*/
    }
}


@media (max-width: 767.98px) {
    .route-card {
        margin-bottom: 30px;
    }

    .popular-destinations-slider-controls {
        bottom: -50px;
        gap: 16px;
    }
}

