/* .research-slider.swiper-slide{
  min-height: 500px;
  border-radius: 20px;
} */


.news-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 .news-detail .testi-details .testi-image-designation .image img,
.full-slide-link .news-detail .testi-details .testi-image-designation .image{
  transition: 0.3s ease all;
}

.full-slide-link:hover .news-detail .testi-details .testi-image-designation .image img{
  rotate: 45deg;
  transition: 0.3s ease all;
}

.full-slide-link:hover .news-detail .testi-details .testi-image-designation .image{
  background-color: #E8DAC3;
}



.news-slider-section.swiper{
  height: 550px;
  overflow: auto;
   direction: rtl;
  border-left: 1px solid rgba(228, 217, 199, 1);
  /* overflow: visible; */
}

.news-slider-section.swiper > * {
  direction: ltr;
}

.news-slider-section.swiper::-webkit-scrollbar {
  width: 5px;
}

.news-slider-section.swiper::-webkit-scrollbar-thumb {
  background-color: #BFB5B0;
  border-radius: 0px 4px 4px 0px;
}

.news-slider-section.swiper::-webkit-scrollbar-track {
  background: transparent;
}


.swiper-slide.news-slider{
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(228, 217, 199, 1);
    /* border-left: 1px solid rgba(228, 217, 199, 1); */
}

/* .swiper-slide.news-slider:not(:first-of-type):before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 55vw;
  border-radius: 10px;
  border-bottom: 1px solid rgba(228, 217, 199, 1);
  transition: 0.3s ease all;
} */

/* .swiper-slide.news-slider:hover::before{
  background-color: rgba(191, 181, 176, 1);
  transition: 0.3s ease all;
} */

/* .swiper.news-slider-section{
  overflow: visible;
} */


/* .swiper-slide.news-slider:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #f9f9f7;
} */

.swiper-slide.news-slider a{
  padding: 30px 55px;
  height: 100%;
}

.news-date{
  color: rgba(0, 0, 0, 1);
  font-family: 'outfit';
  font-size: 16px;
  font-weight: 300;
}

.news-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) {
  
   .swiper-slide.news-slider a{
    padding: 20px 0px !important;
  }

  .news-slider-section .testi-title h4 {
        font-size: 20px;
    }

    .testi-details{
      display: none;
    }

    .news-title-content{
      width: 100%;
    }
}

@media only screen and (max-width: 640px) {
  .news-slider-section.swiper{
    height: unset;
    border-left: 0px;
  }

 
 
}
