.cursor-pointer{
    cursor: pointer;
}
.btn-radius{
    border-radius: 20px
}
.input-custom{
    background: white !important;
}
.modal-content{
    background: #343A40 !important;
}
.check-custom{
    width: 20px !important;
    height: 20px !important;
}
/* .banner-video{
    width: 100%;
    height: 200px;
} */

.sponsor{
    width: 232px;
    height: 114px;
}
.sponsor-d{
    width: 162px;
    height: 64px;
}

.gen-movie-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5); 
    color: #fff; 
}

.company-name {
    font-size: 14px;
    font-weight: bold;
}

.theme {
    font-size: 12px;
}



.gen-icon-center {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.swiper {
    width: 100%;
    height: 300px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.swiper-button-next {
    color: white !important; 
    background-color: transparent; 
  
   
  }
  

  .swiper-button-prev {
    color: white !important; 
    background-color: transparent; 
    
  }
  
  .div-mobil-acc{
    display: none;
  }
  @media (max-width: 768px) {
    .div-mobil-acc {
      display: block;
    }
  }
  @media (max-width: 769px) {
    .div-mobil-acc {
      display: none;
    }
  }