


.mani_folder_photo .swiper-button-prev.graffic1, 
.mani_folder_photo .swiper-button-next.graffic1 {
    display: inline-block;
    text-align: center;
    margin: 0;
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    top: 50%;
    border-radius: 50%;
    line-height: 43px;
    opacity: 1;
    transition: all linear 0.5s;
    pointer-events: initial;
    cursor: pointer;
    font-size: 17px; 
    background: transparent;
}
.mani_folder_photo .swiper-button-next.graffic1 {
    right: 0px;
    left: auto;
    transform: translate3d(0,-50%,0);
}
.mani_folder_photo .swiper-button-prev.graffic1 {
    left: 0px;
    right: auto;
    transform: translate3d(0,-50%,0);
} 
.mani_folder_photo .swiper-button-next.graffic1::after {
    position: relative;
    right: -1px;
    top: 1px;
    font-size: 19px;
}
.mani_folder_photo .swiper-button-prev.graffic1::after {
    position: relative;
    right: 1px;
    top: 1px;
    font-size: 19px;
} 


.mani_folder_photo .head {
  margin: 0 0 30px;
  text-align: center;
} 
.mani_folder_photo .head h6,
.mani_folder_photo .head h2{
    margin: 0;
}
 
.mani_folder_photo .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}  
.mani_folder_photo .row-a-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mani_folder_photo .swiper .row-a-image {
  margin: 0 ;
}
.mani_folder_photo.show_modal .row-a-image::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  background-color: rgba(43,52,69,.5);
  content: "";
  opacity: 0;
  z-index: 1;
}
.mani_folder_photo.show_modal .row-a-image::after {
  content: "\f4fa";
  font-family: bootstrap-icons !important;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: normal;
  z-index: 5;
  transition: all .3s ease-in-out;
  opacity: 0;
  top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.mani_folder_photo .row-a-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain; /* یا cover بر اساس نیاز */
}
.mani_folder_photo.show_modal .row-a-image:hover::after,
.mani_folder_photo.show_modal .row-a-image:hover::before{
  opacity: 1;
}  
 
.mani_folder_photo .mobile{
  display: none; 
}
.mani_folder_photo .mobile.has_nav{ 
  position: relative;
  padding: 0 50px;
}
.mani_folder_photo .desktop.has_nav {
  position: relative;
  padding: 0 50px;
}
.mani_folder_photo .swiper-button-next{
  width: 40px;
  height: 40px;
  right: 0;
  left: auto;
}
.mani_folder_photo .swiper-button-prev{ 
  width: 40px;
  height: 40px;
  left: 0;
  right: auto;
}
@media (max-width : 780px) { 
  .mani_folder_photo .mobile{
    display: block;
  }
  .mani_folder_photo .desktop{
    display: none;
  }
  .mani_folder_photo .mobile .row{
    margin: 0 -10px !important;
  }
   
}