         
        @media screen and (min-width: 961px) 
        { ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #ffffff; } 
        ::-webkit-scrollbar { background-color: #000; } 
        ::-webkit-scrollbar { width: 5px; height: 5px; } 
        ::-webkit-scrollbar-thumb:hover { background-color:#ff8800; } }
        
        
.custom-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.custom-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.custom-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

     