@media (min-width: 991px) {
  .owl-carousel>.owl-stage-outer>.owl-stage>.owl-item .carsoul-content {
    max-width: 60%;
  }
}

.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  /* width: auto; */
  margin-top: 0;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--ulbarShar) !important;
}

.tom-carousel .background-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgb(28, 110, 235);
  background: linear-gradient(90deg,
      rgba(28, 110, 235, 1) 0%,
      rgba(28, 110, 235, 0.7819502801120448) 18%,
      rgba(28, 110, 235, 0) 66%);
}

.owl-carousel .owl-nav.large {
  bottom: 0;
  right: 3rem;
  position: absolute;
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

.tom-carousel .owl-carousel .owl-nav button.owl-prev i,
.tom-carousel .owl-carousel .owl-nav button.owl-next i {
  outline: 0;
  margin: 0;
  color: var(--ulbarShar);
}

/* .tom-carousel .owl-carousel .owl-nav button {
  box-shadow: none !important;
} */

.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  transform: none;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
  padding: 3px 7px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: 0 0;
  border: 1px solid #999;
  color: #999;
}

@keyframes buttonAnimat {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item button.carsoul-button {
  width: fit-content;
  padding: 5px 35px 5px 35px;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-size:15px;
  opacity: 1;
  animation-name: buttonAnimat;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}

.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item button.carsoul-button:hover {
  background-color: white;
  color: var(--blue);
}



