
a:focus-visible{
  outline: none;
}

.testimonial-content{
  /* width: 55%; */
  width: 100%;
  padding: 20px 25px 20px 20px;
}

.testimonial-video{
  width: 45%;
  align-self: end;
  position: relative;
  height: 100%;
}

.testimonial-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  transform: translate(-50%, -50%);
  width: 55px;
  background-color: #ffffff;
  background-image: url('../images/play.svg');
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-position: 58%;
  background-size: 20px 20px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}


.testimonial-slider-section{
  padding: 10px 0px;
}
.quote-image{
  margin-top: -20px;
}

.testimonial-slider{
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  transition: all .3s;
}

.testimonial-slider:hover{
  box-shadow: 0px 0px 0px 3px #0000000a;
  transition: all .3s;
}

.testimonial-video img{
  border-radius: 5px;
  object-position: top;
  height: 100%;
  /* aspect-ratio: 1 / 1; */
  aspect-ratio: 4/6;
    object-fit: cover;
}

.testimonial-pagination{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.testimonial-description p{
  font-size: 14px;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  color: #4C4C4C;
  margin-bottom: 0px;
}

.client-designation p{
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #4C4C4C;
}

.testimonial-title h4{
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 2px;
  line-height: 1em;
}

.testimonial-pagination .swiper-pagination-bullet-active{
  background: #737373;
}

.testimonial-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  transform: translateX(0%);
}

@media screen and (max-width: 1536px) {
  
}


@media only screen and (max-width: 820px) {
 
}

@media only screen and (max-width: 768px) {
 

}

@media only screen and (max-width: 640px) {
    .testimonial-content,
    .testimonial-video{
      width: 100%;
    }
}

@media only screen and (max-width: 480px) {
  .testimonial-video{
    height: auto;
  }
  .testimonial-video img{
    object-fit: cover;
  }


}