.swiper-container {
    width: 100%;
    position: relative;  
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .swiper-slide img {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
  }


 .parallax-searchs:before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(69.45deg, #242A56 13.33%, rgba(36, 42, 86, .53) 45.26%, rgba(36, 42, 86, 0) 77.38%);
    mix-blend-mode: multiply;
    opacity: .5;
    z-index: 10;
} 


.parallax-searchs:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30.21%, rgba(0, 0, 0, .23)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .23) 30.21%, #000000 100%);
    mix-blend-mode: multiply;
    opacity: .6;
    z-index: 1;
}
 
 .parallax-searchs{display: flex; align-items: center; justify-content: center; position: relative; }
.content_slider{position: absolute; z-index: 10; } 











  .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: black;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  opacity:0
  }
  
  
  .parallax-searchs:hover .swiper-button-next,
  .parallax-searchs:hover .swiper-button-prev{
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  opacity:1
  }
  
    .parallax-searchs:hover .swiper-button-next:after, .parallax-searchs:hover .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
  

  @media (max-width: 768px) {
    .swiper-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height:50vh;
      margin: 0;
    }
    .swiper-slide {
      display: block;
    }
    .swiper-slide:not(.swiper-slide-active) {
      opacity: 0;
      pointer-events: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
      height: 40px;
      width: 40px;
    }
  }










