/* autoplay */

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
}

/* icon */

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: black;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* with pagination */

.swiper.with--pagination .swiper-pagination {
    bottom: 15px;
}

.swiper.with--pagination.plans--swiper-1 .swiper-pagination {
    bottom: 6px;
}

.swiper.sample-meals--pagination .swiper-pagination {
    bottom: 4px;
}

.swiper.with--pagination .autoplay-progress {
    top: 40px;
    right: 15px;
}

.autoplay-progress svg {
    stroke-width: 2px;
    stroke: white;
    border-radius: 50%;
}
.autoplay-progress.for-banners svg {
    stroke-width: 5px;
    stroke: var(--color-theme);
    border-radius: 30px;
}

.autoplay-progress.for-menu svg {
    stroke-width: 2px;
    stroke: white;
}

.autoplay-progress span {
    color: white !important;
}

.autoplay-progress.for-menu span {
    color: white !important;
}

.autoplay-progress {
    font-size: 13px;
    font-weight: 500;
}

.swiper-pagination-bullet {
    background: var(--color-theme);
    width: 24px;
    height: 2px;
    border-radius: 1px;
}

.swiper-pagination-bullet-active {
    background: var(--color-theme);
}

.swiper.banners--swiper-1 .swiper-pagination {
    bottom: 25px;
}

.banners-pagination .swiper-pagination-bullet {
    background: var(--color-theme-secondary);
    height: 1px;
    width: 60px;
    border-radius: 40px;
}

.swiper.banners--swiper-1.with--pagination .autoplay-progress {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 55px;
}
@media (max-width: 1199px) {
    .swiper.banners--swiper-1.with--pagination .autoplay-progress {
        display: none;
    }
}

.swiper.banners--swiper-1.with--pagination .autoplay-progress span {
    color: var(--color-theme) !important;
}

.banners-pagination .swiper-pagination-bullet-active {
    background: var(--color-theme-secondary);
}

.sample-meals--pagination .swiper-pagination-bullet {
    background: var(--color-theme);
}

.sample-meals--pagination .swiper-pagination-bullet-active {
    background: var(--color-theme);
}

.swiper-button-disabled {
    opacity: 0.3 !important;
}

/* swiper overflow */

.swiper-wrapper.with--overflow-y {
    margin-top: 50px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: block;
}

.videos--swiper-1 .swiper-slide {
    width: auto;
}

.blogs--swiper-1 .swiper-slide {
    width: auto;
}

.swiper.videos--swiper-1.with--pagination .swiper-pagination {
    bottom: 0px;
}
/*
@media (min-width: 1200px) {
    .videos--swiper-1 .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
        justify-content: center;
    }
} */
