@charset "utf-8";
/* anix.com.co style hero slider */
.ani-hero {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 16px;
}
.ani-slider {
    overflow: hidden;
}
#ani-slider {
    position: relative;
    width: 100%;
}
.ani-slider .swiper-slide {
    position: relative;
    min-height: 440px;
    overflow: hidden;
}
.ani-slider .swiper-slide .info-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px) brightness(.7);
    transform: scale(1.08);
    z-index: 1;
}
.ani-slider .swiper-slide .info-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(10, 10, 10, .92) 0%, rgba(10, 10, 10, .78) 50%, rgba(10, 10, 10, .45) 100%);
}
.ani-slider .slider-detail {
    position: relative;
    z-index: 3;
    max-width: 58%;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 440px;
}
.ani-slider .slider-detail .ani-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}
.ani-slider .ani-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.ani-slider .ani-detail span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 13px;
    white-space: nowrap;
}
.ani-slider .ani-detail span i {
    margin-right: 5px;
    color: #d41f1c;
}
.ani-slider .ani-detail .rating-score {
    color: #ffb340;
}
.ani-slider .ani-detail .rating-score i {
    color: #ffb340;
}
.ani-slider .ani-detail .mini-status {
    background: rgba(255, 255, 255, .14);
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}
.ani-slider .ani-desc {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 640px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ani-slider .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ani-slider .actions .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
}
.ani-slider .actions .btn-primary {
    background: #d41f1c;
    color: #fff;
}
.ani-slider .actions .btn-primary:hover {
    background: #b81816;
    color: #fff;
}
.ani-slider .actions .btn-secondary1 {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}
.ani-slider .actions .btn-secondary1:hover {
    background: rgba(255, 255, 255, .24);
    color: #fff;
}
.ani-slider .poster {
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 220px;
}
.ani-slider .poster img {
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, .6);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .6);
    display: block;
}
/* prev / next */
.ani-slider .prev-next {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.ani-slider .swiper-button-prev,
.ani-slider .swiper-button-next {
    position: static;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}
.ani-slider .swiper-button-prev::after,
.ani-slider .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}
.ani-slider .swiper-button-prev:hover,
.ani-slider .swiper-button-next:hover,
.ani-slider .swiper-button-prev.swiper-button-disabled,
.ani-slider .swiper-button-next.swiper-button-disabled {
    background: #d41f1c;
    color: #fff;
    opacity: 1;
}
@media (max-width: 992px) {
    .ani-slider .slider-detail {
        max-width: 70%;
    }
    .ani-slider .poster {
        right: 3%;
        width: 170px;
    }
}
@media (max-width: 768px) {
    .ani-slider .swiper-slide {
        min-height: 380px;
    }
    .ani-slider .slider-detail {
        max-width: 100%;
        min-height: 380px;
        padding: 30px 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .ani-slider .poster {
        width: 130px;
        top: 22%;
        right: 4%;
    }
    .ani-slider .slider-detail .ani-name {
        font-size: 22px;
    }
    .ani-slider .slider-detail .ani-desc {
        display: none;
    }
}

/* ==== Mobile slider: everything on the left, poster on the right ==== */
@media (max-width: 820px) {
    .ani-slider .swiper-slide {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 110px;
        column-gap: 14px;
        align-content: end;
        min-height: 430px;
        padding: 18px 16px 58px;
    }
    .ani-slider .slider-detail,
    .ani-slider .slider-detail .info {
        display: contents;
    }
    .ani-slider .poster {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        grid-column: 2;
        grid-row: 1 / span 4;
        align-self: center;
        width: 110px;
        z-index: 3;
        opacity: .95;
    }
    .ani-slider .slider-detail .ani-name {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        z-index: 3;
        font-size: 18px;
        line-height: 1.25;
        word-break: break-word;
        text-align: left;
        margin-bottom: 10px;
    }
    .ani-slider .slider-detail .ani-detail {
        position: relative;
        grid-column: 1;
        grid-row: 2;
        z-index: 3;
        justify-content: flex-start;
        text-align: left;
        gap: 6px 10px;
        margin-bottom: 10px;
    }
    .ani-slider .slider-detail .ani-desc {
        display: none !important;
    }
    .ani-slider .actions {
        position: relative;
        grid-column: 1;
        grid-row: 4;
        z-index: 3;
        justify-content: flex-start;
        gap: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ani-slider .actions .btn {
        padding: 9px 14px;
        font-size: 13px;
        white-space: nowrap;
    }
    .ani-slider .prev-next {
        right: 14px;
        bottom: 14px;
        gap: 6px;
    }
    .ani-slider .swiper-button-prev,
    .ani-slider .swiper-button-next {
        width: 34px;
        height: 34px;
    }
}
