.uc-navbar-nav>li>a{
    color: #252525 !important;
}

.btn-secondary{
        --bs-btn-color: #000;
    --bs-btn-bg: #d8231c!important;
    --bs-btn-border-color: #d8231c!important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffdd26;
    --bs-btn-hover-border-color: #ffdb1a;
    --bs-btn-focus-shadow-rgb: 217,183,0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffdf33;
    --bs-btn-active-border-color: #ffdb1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d8231c!important;
    --bs-btn-disabled-border-color: #d8231c!important;
}
.home-seven .uc-navbar-container:not(.uc-navbar-transparent){
    background-color: #fff !important;
}
     swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    swiper-container {
      margin-left: auto;
      margin-right: auto;
    }
 swiper-container::part(bullet-active) {
  background: #ffffff !important;
}
swiper-container::part(bullet) {
  background: #000 !important;
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .nav-pills .nav-link {
    font-size: 18px !important;
  }
}
