.fs-7 {
    font-size: 0.9rem !important;
}

#slider .swiper-pagination-bullet {
    width: 10% !important;
    transform: none !important;
    height: .5rem !important;
}

#slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: none !important;
    color: var(--bs-primary) !important;
}

/* .navbar-expand-lg.navbar.navbar-light .navbar-collapse{
    background-color: black;
} */

.navbar .navbar-nav .nav-link {
    text-transform: none !important;
    color: white !important;
}

.navbar .collapse.show .navbar-nav .nav-link {
    text-transform: none !important;
    color: black !important;
}

.fw-extraBold {
    font-weight: 900 !important
}

.text-transform-none,
.btn {
    text-transform: none !important;
}

.swiper-slide.h-100 {
    background-color: black;
}

.bg-image-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contentFull img {
    max-width: 100%;
}

.clear {
    clear: both;
}