/*-- Circle-Progress-Style --*/
.cirlce-progress {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 0;
}

.cirlce-progress .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    color: rgb(var(--secondary-color));
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    background-color: transparent;
    border-radius: 100px;
    width: 100%;
    line-height: 0;
    position: static;

    margin-top: 32px;

    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 10px;
    position: relative;
    background-color: rgba(var(--primary-color), 0.5);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(var(--primary-color), 1);
}

.swiper-pagination .swiper-pagination-bullet svg {
    position: absolute;
    left: calc(50% + 2px);
    top: calc(50% + 2px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    max-width: inherit;
}

.swiper-pagination svg circle {
    fill: none;
    stroke: rgba(var(--primary-color), 1);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 125;
    stroke-dashoffset: 125;
}

.swiper-pagination-bullet-active svg circle {
    -webkit-animation: slide-progress linear forwards;
    animation: slide-progress linear forwards;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.codexse-custom-carousel .slide-item {
    overflow: hidden;
}

.codexse-custom-carousel .slide-item .slide-image {
    text-align: center;
}

@-webkit-keyframes slide-progress {
    0% {
        stroke-dashoffset: 125;
    }

    100% {
        stroke-dashoffset: 63;
    }
}

@keyframes slide-progress {
    0% {
        stroke-dashoffset: 125;
    }

    100% {
        stroke-dashoffset: 63;
    }
}

.swiper-navigation .swiper-arrow {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #FFF5F2;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    color: rgb(var(--primary-color));
    transition: 0.3s;
}

.swiper-navigation .swiper-arrow:hover {
    color: #ffffff;
    background-color: rgb(var(--primary-color));
}

.swiper-navigation .swiper-arrow.swiper-next {
    left: auto;
    right: 15px;
}

.swiper-container-fade .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}


.swiper-pagination-number.swiper-num-style-three .swiper-pagination-bullets {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    margin: 0;
}

.swiper-pagination-number.swiper-num-style-three .swiper-pagination-bullets .swiper-pagination-bullet {
    background: none;
    color: rgb(var(--primary-color));
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    letter-spacing: 3px;
    font-weight: 600;
    opacity: .6;
    transition: .5s;
}

.swiper-pagination-number.swiper-num-style-three .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-number.swiper-num-style-three .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: calc(50% - 1.5px);
    bottom: 100%;
    width: 3px;
    height: 12px;
    background-color: currentColor;
    border-radius: 99px;
    transition: .5s;
}

.swiper-pagination-number.swiper-num-style-three .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    height: 24px;
}

.codexse-navigation .nav-link {
    border: none;
    background: none;
    padding: 5px 12px;
    color: rgb(var(--heading-color));
    transition: .3s;
}

.codexse-navigation .nav-link:hover {
    color: rgb(var(--primary-color));
}

.codexse-custom-pagination.pagination-type-number.number-type-one .codexse-pagination {
    display: flex;
    flex-direction: row;
}

.codexse-custom-pagination.pagination-type-number.number-type-one .codexse-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 0.5em;
    text-align: center;
    background: none;
    position: relative;
    display: block;
    z-index: 2;
}

.codexse-custom-pagination.pagination-type-number.number-type-one .codexse-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    border-radius: 99px;
    color: currentColor;
    transform: translateY(0px);
}

.codexse-custom-pagination.pagination-type-number.number-type-one .codexse-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: rgba(var(--primary-color), 1);
    transform: translateY(-8px);
}


/* --- */


.codexse-custom-pagination.pagination-type-number.number-type-three .codexse-pagination {
    display: flex;
    flex-direction: column;
    width: 70px;
}

.codexse-custom-pagination.pagination-type-number.number-type-three .codexse-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 24px;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.codexse-custom-pagination.pagination-type-number.number-type-three .codexse-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 16px;
    height: 3px;
    background-color: currentColor;
    border-radius: 99px;
    color: currentColor;
    transition: .3s;
}

.codexse-custom-pagination.pagination-type-number.number-type-three .codexse-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 36px;
}