
.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;
}

/*
* Homepage
*/

/* .section_portfolio .swiper {
    height: 60svh;
} */

.section_portfolio .swiper .swiper-slide,
.section_portfolio .swiper .swiper-slide .swiper-slide-wrapper-img {
    height: 100%;
    background-color: var(--secondary-color);
}

.section_portfolio .swiper.is-swiper-img .swiper-slide .swiper-slide-wrapper-img {
    text-align: center;
}

.section_portfolio .swiper .swiper-slide .swiper-slide-wrapper-img .swiper-slide-img {
    /* width: auto; */
    height: 100%;
}

.section_portfolio .swiper-pagination-2.swiper-pagination-bullets {
    width: auto;
}

.section_portfolio .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--text-color--text-alternate-3);
}


/* 
* Services Swiper Carousel 
*/

.w-2-4 .divider_content_wrapper {
    color: white;
    transform: translate(-25%, 0);
}

.w-3-4 .divider_content_wrapper {
    color: white;
    transform: translate(-50%, 0);
}

.w-4-4 .divider_content_wrapper {
    color: white;
    transform: translate(-75%, 0);
}


.w-2-4 .timeline_mobile_progress_bar_inner_2 {
    width: 50%;
    /* background-color: white; */
}

.w-3-4 .timeline_mobile_progress_bar_inner_2 {
    width: 75%;
    /* background-color: white; */
}

.w-4-4 .timeline_mobile_progress_bar_inner_2 {
    width: 100%;
    /* background-color: white; */
}


.w-4-4 .services_mobile_progress_bar {
    background-color: #698996;
}

.w-2-4 .swiper_progress_number,
.w-3-4 .swiper_progress_number,
.w-4-4 .swiper_progress_number {
    color: var(--secondary-color);
}


.w-4-4 .swiper_progress_text {
    color: #698996;
    opacity: 0;
}

.w-2-4 .swiper_progress_number_2,
.w-3-4 .swiper_progress_number_3,
.w-4-4 .swiper_progress_number_4,
.w-4-4 .swiper_progress_text_duplicate {
    opacity: 1;
}

.w-2-4 .swiper_progress_number_1,
.w-2-4 .swiper_progress_number_3,
.w-2-4 .swiper_progress_number_4,
.w-3-4 .swiper_progress_number_1,
.w-3-4 .swiper_progress_number_2,
.w-3-4 .swiper_progress_number_4,
.w-4-4 .swiper_progress_number_1,
.w-4-4 .swiper_progress_number_2,
.w-4-4 .swiper_progress_number_3 {
    opacity: 0;
}

/* .w-4-4 .swiper_progress_text_duplicate {
    right: 75%;
} */

.is-swiper-wrapper-timeline {
    .swiper-slide .timeline_mobile_content {
        opacity: 0;
        transition: all .5s ease;
    }

    .swiper-slide.is-active .timeline_mobile_content{
        opacity: 1;
    }
}




.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;
}

.swiper_progress_text {
    transition: all .5s ease;
    transition-delay: 250ms;
}

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


.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%;
} */

.desc_container_list {
    position: absolute;
}

.desc_container.text_reveal,
.desc_container.text_reveal.relative {
    position: absolute;
}

.desc_container_list {
    top: 9rem;
    right: 8.5rem;
}


@media screen and (max-width: 767px) {
    .desc_container_list {
        top: 8.5rem;
        right: auto;
        left: 1.25rem;
    }

    .desc_container_list {
        position: relative;
        left: 0;
        top: 0;
    }

    .heading_container.timeline_heading {
        min-height: auto;
    }

    .timeline_img_container .video-bg video {
        width: 100%;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* 
* 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;
}

.tab_list_img_container .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;
    }
}

.tab_list_img_container.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;
    }
}

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


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

    100% {
        width: 100%;
    }
}


/*
*   LANDING WORK ITEM SWIPER
*/
.work_item.swiper-button-lock {
    display: none;
}

.work_item.swiper-button-disabled,
.work_item.swiper-button-disabled:hover {
    color: #77929C;
}

.work_item_container .swiper-pagination {
    position: static;
    transform: none;
    display: flex;
    gap: .15rem;
    display: none !important;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .work_item_container .swiper-pagination {
        display: flex !important;
        visibility: visible;
    }
}

.work_item_container .swiper-pagination .swiper-pagination-bullet {
    width: .25rem;
    min-width: .25rem;
    height: .25rem !important;
    background-color: var(--secondary-color-2) !important;
    aspect-ratio: 1 / 1;
    border-radius: 100% !important;
    flex: unset !important;
}

.work_item_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary-color) !important;
}




/* About */

 .events_timeline_swiper_container .swiper-pagination {
    position: relative;
    gap: .15rem;
    width: auto !important;
}

.events_timeline_swiper_container .swiper-pagination-2.swiper-pagination-bullets {
    width: auto;
}

.events_timeline_swiper_container .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--secondary-color) !important;
}