.slider .owl-nav i {
    font-size: 30px !important;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  /*background: #ff9966; 
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); 
  background: linear-gradient(to bottom, #ff5e62, #ff9966); 
  color: #fff;*/
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 0px 10px 30px 10px;
  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;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

@media (min-width: 993px) {
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  margin-top: 6%;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  margin-top: 6%;
}
}
@media (max-width: 992px) {
.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - -90px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
    margin-top: 6%;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - -90px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  margin-top: 6%;
}
}


.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #673ab7 !important;
}