


.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
    
}


.hideing{
    display: none;
}
.maincontent{
    width: 100%;

}

.swiper {
    width: 100%;
    height: 300px;
    align-items: center !important;
    align-content: center !important;
    display: flex; flex-direction: column; justify-content: space-between;

  }
  .swiper-wrapper{
    width: 100%;
    height: 300px;
    align-items: center !important;
    
  }

.bg {background-size: 100% auto; background-repeat: no-repeat; background-position: center}

.slider_inside {
    position: absolute;
    left: 150px;
    bottom: 50px;
    padding: 10px 30px;
    width:fit-content;
    background-color: rgba(0, 0, 0, 0.7);
    color: antiquewhite;
    border-radius: 5px;
}