.inx_slider {
    height: 1000px;
    width: 100%;
    margin-top: -127px;
}

.inx_slider__item {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}
.inx_slider__item .container {
    height: 100%;
}

.inx_slider__item__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

.inx_slider__item__left__name {
    font-family: RF Dewi Expanded;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.inx_slider__item__left__text {
    margin-top: 25px;
    font-family: RF Dewi;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.inx_slider__item__left__btn {
    margin-top: 55px;
}

.inx_slider__arrow-next {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L17 9M17 9L9 17M17 9H1" stroke="%232C2B2A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 18px;
    height: 18px;
}

.inx_slider__arrow-prev {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L17 9M17 9L9 17M17 9H1" stroke="%232C2B2A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
}

.inx_slider__arrow {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 65px;
    width: 100%;
    right: 0;
    display: flex;
}

.swiper-button-disabled {
    opacity: .35;
}

.inx_slider__arrow__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.inx_slider__pagination {
    flex: 1 1 auto;
    z-index: 99;
}

.inx_slider__pagination .swiper-pagination {
    position: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}


.inx_slider__pagination .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    background-color: transparent;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 24px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 24px));

}

.inx_slider__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    background-color: transparent;
}

.inx_slider__pagination .swiper-pagination-bullet-active {
    background-color: transparent;
}

.inx_slider__pagination .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 4px;
    height: 4px;
    background-color: rgba(44, 43, 42, 1);
    border-radius: 100%;
    top: 0;
    transform: translate(10px, 10px);
}


.inx_slider__pagination .wrapper {
    width: 24px; /* Set the size of the progress bar */
    height: 24px;
    position: absolute; /* Enable clipping */
    clip: rect(0px, 24px, 24px, 12px); /* Hide half of the progress bar */
}

.inx_slider__pagination .circle {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(44, 43, 42, 1);;
    border-radius: 50px;
    position: absolute;
    clip: rect(0px, 12px, 24px, 0px);
}

.inx_slider__pagination .swiper-pagination-bullet-active div[data-anim~=base] {
    -webkit-animation-iteration-count: 1; /* Only run once */
    -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
    -webkit-animation-timing-function: linear; /* Linear animation */
}

.inx_slider__pagination .swiper-pagination-bullet-active .wrapper[data-anim~=wrapper] {
    -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
    -webkit-animation-delay: 3s; /* Wait half of the animation */
    -webkit-animation-name: close-wrapper; /* Keyframes name */
}

.inx_slider__pagination .swiper-pagination-bullet-active .circle[data-anim~=left] {
    -webkit-animation-duration: 6s; /* Full animation time */
    -webkit-animation-name: left-spin;
}

.inx_slider__pagination .swiper-pagination-bullet-active .circle[data-anim~=right] {
    -webkit-animation-duration: 3s; /* Half animation time */
    -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

.inx_slider__count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 11px;
    font-family: RF Dewi;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    align-items: center;
}

.inx_slider__count__hr,
.inx_slider__count__all {
    opacity: 0.3499999940395355;
}

.inx_slider__item__right__wrapper {
    /*margin-right: -130px;*/
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 1499px) {
    .inx_slider__item__left__name {
        font-size: 40px;
    }

    .inx_slider__item__left__text {
        font-size: 16px;
        margin-top: 15px;
    }

    .inx_slider__item__left__btn {
        margin-top: 30px;
    }

    .inx_slider__item__right__wrapper {
        margin-right: -70px
    }

    .inx_slider {
        height: 700px;
    }

    .inx_slider__item__right__wrapper img {
        width: auto;
        height: 100%;
        max-height: 700px;
        display: block;
        margin-left: auto;
    }

    .inx_slider__arrow-next,
    .inx_slider__arrow-prev {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .inx_slider__arrow {
        bottom: 40px;
    }

    .inx_slider {
        margin-top: -86px;
    }
}

@media (max-width: 1200px) {
    .inx_slider {
        height: 600px;
    }

    .inx_slider__item__left__name {
        font-size: 32px;
    }

    .inx_slider__item__left__text {
        margin-top: 10px;
        font-size: 13px;
    }

    .inx_slider__item__left__btn {
        margin-top: 25px;
    }

    .inx_slider__arrow {
        bottom: 30px;
    }

    .inx_slider__item__right__wrapper img {
        max-height: 600px;
    }
}

@media (max-width: 960px) {
    .inx_slider {
        margin-top: -92px;
        height: 550px;

    }

    .inx_slider__item__left__name {
        font-size: 24px;
        line-height: 1.33;
    }

    .inx_slider__item__left__text {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .inx_slider {
        margin-top: -76px;
        height: 750px;
    }

    .inx_slider__item__wrapper.row {
        height: 750px;
        padding-top: 131px;
        margin: 0;
    }

    .inx_slider__item__left__name {
        text-align: center;
        line-height: 1.16;
    }

    .inx_slider__item__left__text {
        margin-top: 20px;
        text-align: center;
    }

    .inx_slider__item__left__btn {
        text-align: center;
    }

    .inx_slider__item__right__wrapper {
        margin: 0;
    }

    .inx_slider__arrow {
        bottom: 20px;
    }
}
