.container-1{
  width: 100%;
  min-height: 100vh;
  background-color: #010a01;
}

.slider{
  width: 100%;
  min-height: 60vh;
  margin-bottom: 30px;
  position: relative;
}

.pt-5{
  width: 100%;
  min-height: 100vh;
  margin-bottom: 10px;
  left: 10px;
  position: relative;
  overflow: hidden;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.1);
  opacity: 1;
  background: #66baff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #5effdc, #66f5ff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #025c1a, #304b49); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 25px 0px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.3s;
}

.slider-card h5{
  position: relative;
  left: 10px;
  top: 10px;
  width: 95%;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
  max-height: 40vh;
  object-fit: contain;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 100px;
  left: 0;
  font-weight: 200;
  font-size: 80px;
  opacity: 1;
  color: #000;
  font-size: 40px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: 100px;
  right: 0;
  opacity: 1;
  font-size: 40px !important;
  z-index: 1;
}
.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: #f44336 !important;
}
@media only screen and (max-width: 900px)
{
  .container{
    height: 60%;
  }
  .text-title,.neonText{
    width: 100%;
    left: 15px;
    font-size: 25px;
  }
  .testi-image .IMg{
    max-width: 60px;
    max-height: 60px;
    left: 30px;
  }
  .testi-feed h5{
    font-size: 10px;
  }

  .slider-card h5{
    position: relative;
    left: 20px;
    top: 10px;
    width: 85%;
  }
}