.swiper {
    height: 700px;
    background: #000;
  }

  .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: var(--swiper-theme-color);
  }

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

.swiper .swiper-slide{
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    background-size: cover !important;
}
.swiper .swiper-wrapper .main-container{
    width: 100%;
    height: 100%;
    background: #3333332e;
}
.swiper .swiper-wrapper .slider-container{
    width: 80%;
    height: 80%;
    margin: auto;
    padding: 8rem 0px;
}
.slider-container .slider-sub-title{
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 80%;
    /* color: #989696; */
}
.slider-container .slider-title{
    font-size: 5rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 70px;
    margin-bottom: 20px;
    /* color: #757474; */
}
.slider-container .slider-text{
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-right: 5%;
    margin-bottom: 0;
    font-size: 20px;
    width: 60%;
    color: #282828;
}
.xb-item--ratting i{
    color: #00CC99;
}
.post-details .description ul{
    list-style: disc;
    padding: 0px 35px;
}
.coaching-single .single-content ul{
    list-style: disc;
    padding: 0px 35px;
}
.coaching-single .single-content ul li{
    margin-bottom: 10px;
}
.programs h2{
    margin-top: 20px;
}
.single-content .dec img{
    width: 45% !important;
    display: inline;
    margin: 10px;
}



/* Large devices (≤1199px) */
@media (max-width: 1199.98px) {
    .slider-container .slider-sub-title{
        font-size: 2rem;
    }
    .slider-container .slider-title{
        font-size: 4rem;
        font-weight: 800;
    }
}

/* Medium devices (≤991px) */
@media (max-width: 991.98px) {
    .slider-container .slider-title{
        font-size: 3rem;
        font-weight: 700;
    }
    .hero__style-one{
        max-height: 400px;
    }
}


/* Small devices (≤767px) */
@media (max-width: 767.98px) {
    .slider-container .slider-sub-title{
        font-size: 1.5rem;
    }
    .slider-container .slider-title{
        font-size: 2rem;
        font-weight: 600;
    }
    .hero__style-one{
        max-height: 340px;
    }
}

/* Extra small devices (≤575px) */
@media (max-width: 575.98px) {
    .hero__style-one{
        max-height: 230px;
    }
}
