/* .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.swiper-wrapper {
    text-align: center;
    cursor: grab;
} */





.swiper-pagination-progressbar {
    background-color: #686E73 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: white !important;
}

.swiper-scrollbar,
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

/* .swiper_text_overlay_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
} */

/* @media screen and (max-width: 767px) {
    .swiper_text_overlay_container {
        position: relative;
        min-height: 4rem;
    }
}

.swiper_text_overlay_wrapper {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 999;
} */

/* .swiper_text_overlay_wrapper>div {
    flex: 1;
}

.swiper_text_overlay_wrapper>div:not(:nth-child(1)) {
    padding-left: 2rem;
} */

/* .swiper_text_overlay_wrapper div {
    width: 0%;
    position: relative;
    display: block;
    text-wrap: nowrap;
    overflow-x: clip;
    opacity: 0;
    transition: opacity .25s ease, width 1s ease;
} */

/* .swiper_text_overlay_wrapper.show div {
    width: 100%;
    opacity: 1;
} */



@media screen and (max-width:767px) {
    /* .swiper-slide {
        display: flex !important;
    } */

    /* .homepage .swiper-slide {
        align-items: center;
    } */

    /* .swiper-slide img {
        width: 100%;
    } */

    /* .swiper_text_overlay_wrapper.show {
        position: relative;
    }

    .swiper_text_overlay_wrapper {
        flex-wrap: wrap;
    }

    .swiper_text_overlay_wrapper .swiper_text_overlay:nth-child(1) {
        max-width: 50%;
    }

    .swiper_text_overlay_wrapper .swiper_text_overlay:nth-child(2) {
        min-width: 50%;
        padding: 0;
    }

    .swiper_text_overlay_wrapper .swiper_text_overlay:not(:nth-child(1), :nth-child(2)) {
        width: 100%;
        padding-left: 50%;
    } */
}

/* .swiper-slide .swiper_img_container {
    position: relative;
    overflow: clip;
    opacity: 1;
    transition: opacity 2s ease;
} */



/*
* Homepage
*/

/* .homepage .swiper {
    /* padding-top: 3.125rem !important;
    /* width: 100%;
    margin: 0 auto;
    height: 66svh;
    overflow: visible !important;
} */

/* .homepage .swiper-pagination {
    top: 50% !important;
    left: unset !important;
    height: 110px !important;
    right: 0;
    max-width: 2px;
    /* width: 110px !important;
    right: -60px;
} */

/* @media screen and (max-width: 767px) {
    .homepage .swiper-pagination {
        top: 0 !important;
    }
} */


/* .homepage .swiper-slide {
    position: relative;
    height: 100% !important;
    transform: scale(1);
    transition: scale .8s ease;
} */


/* .homepage .swiper-slide-prev,
.homepage .swiper-slide-next {
    transform: scale(.5) !important;
} */

/* .homepage .swiper-slide-prev img,
.homepage .swiper-slide-next img {
    opacity: 0;
} */

/* .swiper_img_container_inner {
    position: absolute;
    background-color: #202A30;
    height: 100%;
    width: 100%;
    bottom: 0;
    transition: height 1.2s ease;
} */

/* .swiper-slide-active .swiper_img_container_inner {
    height: 0;
} */

/* 
* Services Swiper Carousel 
*/
.two-thirds .divider_content_wrapper {
    color: white;
    /* transform: translate(-33.33%, 0); */
    transform: translate(-40%, 0);
}

.three-thirds .divider_content_wrapper {
    color: white;
    /* transform: translate(-62.66%, 0); */
    transform: translate(-76.5%, 0);
}

.two-thirds .timeline_mobile_progress_bar_inner {
    width: 66.66%;
    background-color: white;
}

.three-thirds .timeline_mobile_progress_bar_inner {
    width: 100%;
    background-color: white;
}

.two-thirds .timeline_mobile_progress_bar_inner {
    width: 66.66%;
    background-color: white;
}

.three-thirds .timeline_mobile_progress_bar_inner {
    width: 100%;
}

.three-thirds .services_mobile_progress_bar {
    background-color: #698996;
}

.three-thirds .swiper_progress_text {
    color: #698996;
}

.two-thirds .swiper_progress_number_2,
.three-thirds .swiper_progress_number_3,
.three-thirds .swiper_progress_text_duplicate {
    opacity: 1;
}

.two-thirds .swiper_progress_number_1,
.two-thirds .swiper_progress_number_3,
.three-thirds .swiper_progress_number_1,
.three-thirds .swiper_progress_number_2 {
    opacity: 0;
}

.three-thirds .swiper_progress_text_duplicate {
    right: 77%;
}

/* 
* Pagination bar 
*/

.tab_list_img_container {
    display: flex !important;
    flex-flow: column !important;
    gap: 1rem !important;
}

.tab_list_img_container .swiper-pagination {
    /* margin :0;
    margin-right: 20px; */
    display: flex !important;
    flex-flow: row !important;
    gap: 1rem !important;
    position: relative !important;
    inset: unset !important;
}

.swiper-pagination-bullet {
    flex: 1;
    position: relative;
    width: 100%;
    height: 1px !important;
    border-radius: 0% !important;
    text-align: left;
    border-radius: 0;
    opacity: 1 !important;
    margin: 0 !important;
    background: #E2F0FB !important;

    em {
        display: none;
    }

    i {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        display: none;
    }

    b {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 0%;
        height: 1px;
        background-color: #E2F0FB;
    }
}

.swiper-pagination-bullet-active {
    background: rgba(105, 137, 150, .42) !important;

    b {
        animation-name: countingBar;
        animation-duration: 3s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode: forwards;
    }
}

.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
    background: rgba(105, 137, 150, .42) !important;
}


@keyframes countingBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}