/* .research-slider.swiper-slide{
  min-height: 500px;
  border-radius: 20px;
} */


.media-slider-section .testi-title h4{
  font-size: 22px;
  font-weight: 400;
  font-family: 'Lora';
  color: rgba(188, 160, 120, 1);
  line-height: 1.4em;
  margin-bottom: 5px;
}

.full-slide-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
  /* height: 100%;   */
    z-index: 2;
}

.full-slide-link .media-detail .testi-details .testi-image-designation .image img,
.full-slide-link .media-detail .testi-details .testi-image-designation .image{
  transition: 0.3s ease all;
}

.full-slide-link:hover .media-detail .testi-details .testi-image-designation .image img{
  rotate: 45deg;
  transition: 0.3s ease all;
}

.full-slide-link:hover .media-detail .testi-details .testi-image-designation .image{
  background-color: #E8DAC3;
}

.media-slider-section.swiper{
  height: 550px;
  overflow: auto;
   direction: rtl;
  border-left: 1px solid rgba(228, 217, 199, 1);
}

.media-slider-section.swiper > * {
  direction: ltr;
}

.media-slider-section.swiper::-webkit-scrollbar {
  width: 5px;
}

.media-slider-section.swiper::-webkit-scrollbar-thumb {
  background-color: #BFB5B0;
  border-radius: 0px 4px 4px 0px;
}

.media-slider-section.swiper::-webkit-scrollbar-track {
  background: transparent;
}




.swiper-slide.media-slider{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(228, 217, 199, 1);

}

/* .swiper-slide.media-slider::before{
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  border-radius: 10px;
  background-color: transparent;
  transition: 0.3s ease all;
} */

.swiper-slide.media-slider:hover::before{
  background-color: rgba(191, 181, 176, 1);
  transition: 0.3s ease all;
}

.swiper-slide.media-slider a{
  padding: 30px 55px;
  height: 100%;
}

.media-date,
.media-categories{
  color: rgba(0, 0, 0, 1);
  font-family: 'outfit';
  font-size: 16px;
  font-weight: 300;
}

.media-date{
  position: relative;
}

.media-date::before{
  content: '';
  position: absolute;
  left: -6px;
  top: 10px;
  height: 3px;
  width: 3px;
  background-color: #000000;
  border-radius: 50%;
}

.media-title-content{
  width: 85%;
}

.testi-details{
  width: 15%;
  text-align: right;
}

.testi-image-designation{
  display: flex;
    justify-content: end;
    align-items: center;
}

.testi-image-designation .image{
  border: 1px solid rgba(232, 218, 195, 1);
  width: fit-content;
  padding: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media screen and (max-width: 1536px) {
  
}


@media only screen and (max-width: 820px) {
  
}

@media only screen and (max-width: 768px) {
  .media-slider-section .testi-title h4{
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .media-slider-section.swiper{
    height: unset;
    border-left: 0px;
  }
  .swiper-slide.media-slider a{
    padding: 20px 0px !important;
  }

  .swiper-slide.media-slider::before {
    display: none;
  }
  .swiper-slide.media-slider{
    border-left: 0px;
  }

  .media-detail .testi-details{
    display: none;
  }
  .media-title-content{
    width: 100%;
  }
}
