#journey {
    display: flex;
    min-height: 100vh;
    background: #f5f5f5;
    overflow: hidden
}

#journey .filter-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 15px;
    background-color: #e21e25;
    flex-direction: column
}

#journey .filter-btn {
    color: #fff;
    padding: 10px 24px;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 15px;
    opacity: .5;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-bottom: solid 1px hsla(0, 0%, 100%, .5)
}

#journey .filter-btn span {
    display: block
}

#journey .filter-btn.active {
    opacity: 1
}

#journey .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 100px;
    padding-top: 220px;

}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #journey .swiper-container {
        padding: 0px 40px;
        padding-top: 220px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .swiper-container {
        padding: 0px 40px;
        padding-top: 220px;
        padding-bottom: 70px;
    }
}

#journey .swiper-wrapper {
    display: flex;
    transition: transform .3s ease
}

#journey .swiper-slide {
    flex: 0 0 28.5714285714%;
    padding: 0 15px;
    transition: opacity .3s
}

@media(max-width: 992px) {
    #journey .swiper-slide {
        flex: 0 0 45.4545454545%
    }
}

@media(max-width: 768px) {
    #journey .swiper-slide {
        flex: 0 0 83.3333333333%
    }

    #journey .nav-links {
        display: none
    }
}

#journey .card {
    border-radius: 0px;
    border: none;
    transition: all .3s ease
}

#journey .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, .12)
}

#journey .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#journey .card-year {
    color: #e21e25;
    font-weight: 500;
    line-height: 1;
    font-size: clamp(1.125rem, .4074rem + 3.8272vw, 5rem);
    padding-left: 10px;
    padding-top: 10px
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .card-year {
        font-size: 38px
    }
}

#journey .card-content {
    padding: 17px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 6px
}

#journey .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 12px;
    line-height: 1.4
}

#journey .card-text {
    color: #6b7280;
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.6;
    font-size: 16px
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #journey .card-text {
        line-height: 1.3;
        font-size: 14px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .card-text {
        line-height: 1.3;
        font-size: 12px
    }
}

#journey .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    padding-top: 10px
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .card-footer {
        padding-top: 7px
    }
}

#journey .read-more-btn {
    color: #e21e25;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #journey .read-more-btn {
        font-size: 13px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .read-more-btn {
        font-size: 13px
    }
}

#journey .card-tag {
    background-color: #f3f4f6;
    color: #4b5563;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600
}

#journey .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 999;
    margin: auto;
    left: 0px
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .swiper-controls {
        transform: scale(0.7);
        /* bottom: 79px */
    }
}

#journey .swiper-button {
    background-color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 20px;
    color: #4b5563
}

#journey .swiper-button:hover {
    background-color: #f1f1f1;
    color: #fff
}

#journey .swiper-pagination {
    right: 0px;
    display: flex;
    gap: 10px;
    left: 0px;
    margin: auto;
    width: 1100px;
    top: 70px;
    justify-content: space-between
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .swiper-pagination {
        /*  bottom: 36px; */
        width: 960px
    }
}

#journey .pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d1d5db;
    cursor: pointer;
    transition: background-color .3s
}

#journey .pagination-dot span {
    display: block;
    transform: translate(-12px, -27px)
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #journey .pagination-dot span {
        font-size: 12px;
        transform: translate(-9px, -21px)
    }
}

#journey .pagination-dot.active {
    background-color: #e21e25
}

#journey .pagination-dot.active span {
    color: #e21e25;
    font-weight: 500
}

#journey .no-results {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
    font-size: 18px;
    display: none
}

#journey .no-results i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #d1d5db
}

#journey .no-results.active {
    display: block
}

.timeline-progress-container {
    width: 1100px;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin: 25px 0 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 73px
}

.timeline-progress-container:hover {
    background-color: #e8e8e8
}

.timeline-progress-bar {
    height: 100%;
    background-color: #e21e25;
    border-radius: 3px;
    width: 0%;
    transition: width .4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.timeline-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: timeline-shimmer 3s infinite
}

@keyframes timeline-shimmer {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.timeline-progress-container::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none
}

.timeline-progress-container .year-marker {
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
    font-size: 11px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease
}

.timeline-progress-container:hover .year-marker {
    color: #333
}

.timeline-progress-container::after {
    content: attr(data-progress);
    position: absolute;
    top: -40px;
    left: var(--progress-position, 0%);
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity .3s, transform .2s;
    pointer-events: none;
    white-space: nowrap;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    z-index: 100
}

.timeline-progress-container:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px)
}

.timeline-progress-bar.complete {
    background: linear-gradient(90deg, #2e7d32, #4caf50)
}

@media(max-width: 768px) {
    .timeline-progress-container {
        height: 4px;
        width: 310px;
        top: 134px;
    }

    .timeline-progress-container::after {
        font-size: 11px;
        padding: 4px 8px;
        top: -35px
    }

    .timeline-progress-container .year-marker {
        font-size: 10px;
        top: -22px
    }

    #journey {
        padding-bottom: 40px;
        min-height: auto;
    }
}

.timeline-progress-bar:focus {
    outline: 2px solid #4a6fa5;
    outline-offset: 2px
}

.swiper-slide.odd-position {
    margin-top: 0px
}

.swiper-slide.even-position {
    margin-top: 100px
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .swiper-slide.even-position {
        margin-top: 70px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .swiper-slide.even-position {
        margin-top: 50px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #journey .swiper-container {
        padding: 0px 10px;
        padding-top: 220px;
    }

    #journey .swiper-slide:nth-child(odd) {
        margin-top: 70px
    }

    #journey .card-text {
        font-size: 13px
    }

    #journey .swiper-pagination {
        width: 500px
    }

    .timeline-progress-container {
        width: 500px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #journey .swiper-container {
        padding: 0px 30px;
        padding-top: 200px;
    }

    #journey .swiper-pagination {
        width: 420px
    }

    .timeline-progress-container {
        width: 390px;
        top: 74px;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .timeline-progress-container {
        /* bottom: 39px; */
        height: 4px;
        width: 960px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .filter-container {
        margin-bottom: 40px !important
    }

    #journey {
        height: auto;
        display: block
    }

    #journey .filter-container {
        flex-direction: row
    }

    #journey .filter-btn {
        padding: 10px 6px;
        font-size: 13px
    }

    #journey .swiper-container {
        padding: 0px 0px;
        padding-top: 130px;
    }

    #journey .swiper-slide:nth-child(odd) {
        margin-top: 0px
    }

    #journey .card-text {
        font-size: 14px
    }

    #journey .swiper-pagination {
        width: 320px;
        top: 130px;
    }

    #journey .swiper-controls {
        top: 170px;
    }
}

#inner-Product-banner {
    position: relative;
    height: auto;
    overflow: hidden;
    line-height: 0px;
    border-radius: 16px;
    width: 90%;
    margin: auto;
    margin-top: 170px;
    transition: 1s
}

#inner-Product-banner .container {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 60px
}

#inner-Product-banner .container .bannerText {
    width: 700px;
    max-width: 100%
}

#inner-Product-banner .container .bannerText h1 {
    font-size: var(--fs-72);
    color: var(--White);
    line-height: 1;
    margin: 0px;
    font-weight: var(--font-weight-500);
    margin-bottom: 20px
}

#inner-Product-banner .container .bannerText .bannerDesc {
    font-size: var(--fs-24);
    color: var(--White);
    margin: 0px;
    line-height: 1.2;
    font-weight: var(--font-weight-500)
}

#inner-Product-banner.banner_active {
    width: 98%
}

#inner-Product-banner .common-cta {
    position: absolute;
    right: 0px;
    bottom: 70px;
    color: var(--White);
    margin-top: 25px;
    line-height: 26px;
    font-weight: 300
}

#inner-Product-banner .common-cta .arrow {
    display: grid;
    place-content: center
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #inner-Product-banner .container .bannerText {
        width: 500px;
        padding: 0px 40px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }

    #inner-Product-banner.banner_active {
        width: 95%;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #inner-Product-banner .container .bannerText {
        width: 500px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }

    #inner-Product-banner.banner_active {
        width: 95%;
    }
}

/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    #inner-Product-banner {
        margin-top: 140px;
    }

    #journey .swiper-pagination {
        width: 800px;
    }

    .timeline-progress-container {
        width: 800px;
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    #inner-Product-banner {
        margin-top: 100px;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-46)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }

    #inner-Product-banner {
        margin-top: 100px;
    }


}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }

    #inner-Product-banner .container .bannerText {
        display: grid;
        place-content: start;
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-46)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }

    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }

    #inner-Product-banner {
        margin-top: 100px;
    }


}

@media(min-width: 320px)and (max-width: 767px) {
    #inner-Product-banner .container {
        padding-bottom: 20px;
        display: grid;
        place-content: inherit;
    }

    #inner-Product-banner .container .bannerText {
        width: 100%
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: 28px;
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-14)
    }

    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }

    #inner-Product-banner.banner_active {
        width: 93%;
    }

    #inner-Product-banner {
        margin-top: 90px;
    }
}

#journey {
    margin-top: 90px;
}

@media(min-width: 320px)and (max-width: 767px) {
    #journey {
        margin-top: 40px;
    }
}

/*# sourceMappingURL=inner_banner.css.map */