/* swiper     */
.swiper {
    width: 100%;
    /* height: 400px; */
    height: max-content;
}

.swiper-section{
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--neutral01100);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.swiper-slide-active img {
    transform: scale(1.1);
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.swiper-pagination-bullet {
    background: var(--black);
    opacity: 0.5;
}

/* swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal */



.swiper-pagination-bullet-active {
    background: var(--neutral01100)!important;

   
}

.line-58 {
    display: block;
    height: 212.25px;
    width: 237px;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.line-58:hover {
    transform: scale(1.2);
}

section.masked div a {
    background: var(--neutral01100);
    border: 1px solid var(--neutral01100);
    color: var(--blue-zodiac);
}
section.masked div a:hover {
    background: var(--neutral01100);
    border: 1px solid var(--blue-zodiac);
    color: var(--blue-zodiac);
}

/* text */
.masked{
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 145px;
    left: 96px;
    position: absolute;
    top: 108px;
    width: 445px;
    z-index: 1;
}

.ai-skill-group{
    text-align: left;
}

.ai-skill-group p{
    padding-bottom: 1rem;
}

.welcome-to-the-ai-fo, .ai-skilling-for-everyone {
    color: var(--neutral01100);
    font-family: var(--font-family-montserrat);
    font-size: 30px;
    font-weight: 700;
    /* height: 70.5px; */
    letter-spacing: 0;
    line-height: normal;
    width: 441px;
}

.ai-skilling-for-everyone {
    margin-top: 0;
}
.in-partnership-with {
    color: var(--neutral01100);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-l);
    font-weight: 500;
    height: 17.25px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    width: 151.5px;
    margin-bottom: 25px;
}

.skilling-intro{
    color: var(--neutral01100);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-l);
}

.group-1000015047 {
    height: 27.46px;
    width: 128.75px;
}

@media (max-width: 768px) {

    .swiper {
        width: 100%;
        height: 300px;
    }

    .swiper-slide img {
        display: block;
        /* width: 100%; */
        min-height: 40vh;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .masked{
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 145px;
        left: 15px;
        position: absolute;
        top: 10px;
        width: 205px;
        z-index: 1;
        text-align: left;
    }

    /* .masked .lg-red-btn{
        margin-left: -100px;
    } */

    .in-partnership-with {
        margin-bottom: 5px;
    }

    .group-1000015047 {
        height: 23.46px;
        width: 88.75px;
    }

    .welcome-to-the-ai-fo {
        font-size: 20px;
        height: 70.5px;
        letter-spacing: 0;
        width: 100vw;
        margin-bottom: 10px;
    }
    .skilling-intro {
        margin-top: 0;
        font-size: 24px;
        letter-spacing: 0;
        width: 60vw;
        text-align: justify;
    }
    
}