.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #000000; /* fallback for old browsers */
  color: #fff;
}
.slider-card {
  background: #000000;
  padding: 0px;
  margin: 10px 5px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  padding: 20px;

  box-shadow: rgba(213, 212, 216, 0.15) 0px 5px 40px 5px;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  display: none;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #CDD4DE !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #2DC6E0 !important;
}

.carousel-header {
  color: #2DC6E0;
}

.owl-carousel{
  position: relative;
}

.owl-dots{
  position: absolute;
  top: -16px;
  left: 25%;
  right: 25%;
}