/* how atlabc work */
.bgwork {
    background: url("../img/fancy-text-image-background-min.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.herobg {
    background: url("../img/auth-one-bg.jpeg");
    background-position: center;
    background-repeat: no-repeat;

    background-size: cover;
}
.hero-section {
    background-image: url('/frontend/assets/img/slider-atlabc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgherose {
    background: url("../img/Slider5(2).jpg");
    background-size: cover;
}

.mapbg {
    background: linear-gradient(#24323f6e, #24323fc4), url(../img/mapbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* --------swiper-------- */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #eeeeef !important;
}
