@import url('/elnimrlib/animations.elnimr.78.1.css');
.banner {
    position: relative;
    width: 100%;
    height: 390px;
}

.banner .bullet-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 30px;
    width: 100%;
    background-color: #55207e;
    justify-content: center;
    align-items: center;
    display: flex;
}

.bullet-green {
    background-color: rgb(52, 196, 47);
}

.bullet-white {
    background-color: white;
}

.banner .bullet-container .bullets {
    display: block;
    padding: 7px;
    margin: 0 5px;
    border-radius: 4px;
}

.banner .slide .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .slide {
    z-index: 1;
}

.banner .slide .title {
    position: absolute;
    top: 80px;
    font-size: 46pt;
    color: white;
    left: 180px;
    z-index: 10;
}

.banner[dir="rtl"] .slide .title {
    right: 180px;
}

.banner .slide .slogan {
    position: absolute;
    top: 170px;
    font-size: 34pt;
    color: white;
    left: 180px;
    z-index: 10;
}

.banner[dir="rtl"] .slide .slogan {
    right: 180px;
}

.banner .slide .details {
    position: absolute;
    top: 270px;
    font-size: 18pt;
    color: white;
    left: 180px;
    z-index: 10;
}

.banner[dir="rtl"] .slide .details {
    right: 180px;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0;
}

.banner .slide .image::after {
    z-index: 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}

.banner_line {
    position: absolute;
    top: 120px;
    left: 130px;
    width: 10px;
    height: 190px;
    background-color: white;
    z-index: 11;
}

.banner[dir="rtl"] .banner_line {
    right: 130px;
}