﻿.experience-sec {
    margin-block: 40px;
    width: 100%;
}

    .experience-sec .col-md-6 {
        margin-bottom: 30px;
    }

    .experience-sec .card {
        height: 100%;
    }

    .experience-sec .owl-carousel .owl-item img, .experience-sec .item img {
        display: block;
        min-width: 274px;
        width: 274px;
        min-height: 210px;
        height: 108px;
    }

.allexperiences-container {
    background-color: #FEF7F4;
}

.experience-sec .element-item {
    margin-bottom: 30px;
}

.experience-sec.union-exp {
    width: 100%;
    margin-block: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

    .experience-sec.union-exp.container .row:first-child {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

.experience-sec .card {
    width: 274px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    border-radius: 10px !important;
}

.card-img, .card-img-top {
    height: 108px;
    width: 274px;
    border-radius: 10px 10px 0 0;
}

.card-body {
    padding: 16px;
}

.card-title {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 23px;
    width: 242px;
    min-height: 92px;
    height: 92px;
    color: #000;
}

.experience-sec .card-title {
    width: 242px;
    height: auto;
    min-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.savingsTxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background: #222222;
    border-radius: 4px;
    height: 43px;
    width: fit-content;
    text-align: center;
    margin: 10px;
}

.srow2 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.srow1 {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title_date {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.locat {
    width: 242px;
    min-height: 42px;
    height: 42px;
}

    .locat p {
        font-size: 14px!important;
        font-weight: 400;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .locat img {
        width: 18px;
        height: 18px;
    }

.doller p {
    font-size: 14px!important;
    font-weight: 500;
    color: #A4A4A4;
    text-decoration: line-through;
    margin-top: 0;
    line-height: 21px;
}

.card .footer-container {
    min-height: 24px;
}

.card .d-flex.footer-content {
    align-items: baseline;
    justify-content: center;
    gap: 6px;
}

.card .footer-content small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222222;
}

.card .footer-content p {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.card .footer-container {
    background: #fff;
}

#packages-container a{
    color: #000;
    text-decoration: none !important;
}

#packages-container a:hover
{
    color: #000;
    text-decoration: none!important;
}



@media (min-width: 1200px) {
    .experience-sec.union-exp.container {
        max-width: 1280px !important;
    }
}

@media (max-width: 1527px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .experience-sec.union-exp.container {
        max-width: 720px !important;
    }
}

@media (max-width: 767px) {
    .footer-content p {
        margin-left: 6px;
    }
}

@media (min-width:600px) and (max-width:991px) {
    .cart-styling {
        width: 510px;
    }

    .experience-sec .element-item {
        margin-bottom: 30px;
        width: 316px;
    }

    .experience-sec .card {
        width: 316px;
    }

    .experience-sec .owl-carousel .owl-item img, .experience-sec .item img {
        min-width: 316px;
        width: 316px;
        height: 125px;
    }

    .experience-sec .card-title {
        width: 284px;
    }
}

@media (max-width: 599px) {
    .experience-sec .col-md-6 {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .experience-sec .element-item {
        width: 333px;
    }

    .experience-sec .card {
        width: 333px;
    }

    .experience-sec .owl-carousel .owl-item img, .experience-sec .item img {
        width: 333px;
        height: 131px;
    }

    .card-body.c-body {
        width: 301px;
    }

    .experience-sec .card-title {
        width: 301px;
    }

    h3.slider-title {
        font-size: 18px;
    }

    .locat {
        width: auto;
    }

    .doller p {
        text-align: left !important;
    }
}


.f-text {
    font-size: 10px !important;
    line-height: 23px;
    color: #909090;
    background-color: #F5F5F5;
    padding-inline: 10px;
    border-radius: 4px;
    margin-bottom: 15px !important;
}