/* =========================================================
   MOBILELEGENDSPEDIA HOME CAROUSEL V3.7
========================================================= */

.mlp-home-carousel{
    position:relative;
    min-height:235px;
    overflow:hidden;
    background:#0b1426;
    border:0;
}

.mlp-carousel-track{
    position:relative;
    min-height:235px;
}

.mlp-carousel-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .45s ease;
    background-position:center;
    background-size:cover;
}

.mlp-carousel-slide.active{
    opacity:1;
    visibility:visible;
    z-index:1;
}

.mlp-carousel-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    padding:55px 22px 20px;
    color:#fff;
    background:linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.55) 58%,rgba(0,0,0,.18));
}

.mlp-carousel-overlay h1{
    margin:0;
    font-size:25px;
    line-height:1.1;
}

.mlp-carousel-overlay p{
    max-width:620px;
    margin:8px 0 0;
    color:#e0e3e8;
    font-size:11px;
    line-height:1.45;
}

.mlp-carousel-button{
    margin-top:10px;
    padding:7px 11px;
    background:#e0ad2f;
    color:#071224;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
}

.mlp-carousel-arrow{
    position:absolute;
    z-index:5;
    top:50%;
    width:32px;
    height:44px;
    transform:translateY(-50%);
    border:0;
    background:rgba(5,13,25,.72);
    color:#fff;
    font-size:27px;
    cursor:pointer;
}

.mlp-carousel-arrow.prev{left:8px}
.mlp-carousel-arrow.next{right:8px}

.mlp-carousel-dots{
    position:absolute;
    z-index:5;
    left:50%;
    bottom:9px;
    display:flex;
    gap:5px;
    transform:translateX(-50%);
}

.mlp-carousel-dots button{
    width:7px;
    height:7px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.5);
    cursor:pointer;
}

.mlp-carousel-dots button.active{
    background:#e0ad2f;
}

@media(max-width:760px){
    .mlp-home-carousel,
    .mlp-carousel-track{
        min-height:205px;
    }

    .mlp-carousel-overlay{
        padding:42px 15px 18px;
    }

    .mlp-carousel-overlay h1{
        font-size:21px;
    }
}
