#lms .top-header-bg {
    background-image: url(../img/products/lms/header-lms.webp);
    background-position: bottom right;
}

#lms .header-container .box-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 100%);
}

.box2-image.img1 {
    background-image: url(../img/products/lms/step1-create-course.webp);
}
.box2-image.img2 {
    background-image: url(../img/products/lms/step2-publish.webp);
}
.box2-image.img3 {
    background-image: url(../img/products/lms/step3-certificate.webp);
}

.box2-image.img4 {
    background-image: url(../img/products/lms/customizable-portal.webp);
}
.box2-image.img5 {
    background-image: url(../img/products/lms/payments.webp);
}
.box2-image.img6 {
    background-image: url(../img/products/lms/domain.webp);
}



.step-num {
    font-weight: 900;
    font-size: 4rem;
    color: #9abedf;
}

.capabilities-slide {
    background-color: rgba(255, 255, 255, 0.65);
    height: 500px !important;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease-in-out 0.3s;
    position: relative;
    margin: 5px;
}

.slide-text h3, .slide-text p, .slide-text ul {
    color: var(--text-light1);
}

.slide-text {
    padding: 15px;
    position: relative;
}

.capabilities-slide .card-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: ease-in-out 0.3s;

    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
}


.capabilities-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.capabilities-slide.slide1 {
    background-image: url(../img/products/lms/on-demand.webp);
}
.capabilities-slide.slide2 {
    background-image: url(../img/products/lms/live.webp);
}
.capabilities-slide.slide3 {
    background-image: url(../img/products/lms/course-builder.webp);
    background-position:  right;
}
.capabilities-slide.slide4 {
    background-image: url(../img/products/lms/levels.webp);
}
.capabilities-slide.slide5 {
    background-image: url(../img/products/lms/schedule.webp);
}

@media screen and (max-width: 1199px) {
    .slide-text {
        padding: 30px;
    }
    .box2-image.img4 {
        background-position: left;
    }
}
