

html,
body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper {
    width: 100%;
    height: 92vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 40px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--pink);
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--pink);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);

}
.swiper-course {
    width: 100%;
    height: 550px!important;

}
.swiper-course .swiper-slide {
    width: 320px!important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-course .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top :0;
    left : 0;
    object-fit: cover;
}
.course-title{
    margin-top : 300px!important;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
}
.course-content{
    text-align: right;
    font-size: 15px;
    height: 115px;
    overflow: hidden;
}
.course-time{
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
}
.swiper-course a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black !important;
    background-color: #00ff80;
    border-radius: 15px 0 5px 0 ;
}
.discount {
    position: absolute;
    left : 15px;
    top : 270px;
    padding : 14px 1px;
    width: auto!important;
    border-radius: 50%;
    background-color: var(--pink);
    color : #FFFFFF;
}
.sliderText{
    position : absolute;
    height : 90%;
    top : 15px;
    border-radius: 15px;
    width:90%;
    background-color: rgba(0, 0, 0, 0.41);

}
.sliderText p {
    color: white;
    font-size:35px;
    font-weight: 800;
}
.sliderText{
    object-fit : cover;
}