.banner_area {
    position: relative;
}

.swiper_overlay {
    position: relative;
    z-index: 1;
}

.slider_hight {
    min-height: 900px;
}

.slider_bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171871;
    background-blend-mode: luminosity;
}

.slider_bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    transform: translate(0);
    background-color: #171871;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}

.include_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* === Slider Content Area === */
.slider_title_pre {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.slider_title {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
}

/* === Custom Pagination === */
.swiper_pagination_area {
    position: absolute;
    top: 50% !important;
    right: 40px;
    transform: translateY(-50%);
    z-index: 1;
}

.swiper_pagination_area .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.swiper_pagination_area .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f50963;
}

.swiper_pagination_area .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}