.img-hero img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.parag-event-content {
    font-weight: bold;
    font-size: 58px;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 10%;
    z-index: 100;
    transform: translate(0);
}

.control-video{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: red;
}

span.swiper-pagination-bullet {
    background-color: white;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,14rem);
    top: var(--swiper-pagination-top,auto);
    width: 100%;
    left: -36rem;
}


 /* // X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 992px) { 
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,14rem);
        left: -30rem;
    }
   
 }


 /* Mobile slider */
 @media (max-width: 575.98px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,13rem);
        top: var(--swiper-pagination-top,auto);
        width: 100%;
        left: -9rem;
    }
    
.parag-event-content h2 {
    font-weight: 900;
    font-size: 18px;
  }
  .parag-event-content p {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .parag-event-content {
    font-weight: bold;
    font-size: 58px;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 5%;
    z-index: 100;
    transform: translate(0);
}
 }


 /* batas swiper moble */
.img-hero-mobile {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 10);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    height: 16px !important;
    border-radius: 50px;
    background-color: #fafafa;
    padding: 13px;
    border: 1px solid grey;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    color: black;
font-size: 13px !important;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.tittle-detail-mobile {
    font-weight: bold;
    font-size: 58px;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 5%;
    z-index: 100;
    transform: translate(0);
}

.card-product-mobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    padding: 2rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
  }


/* batas slider  */
.swiperProduct {
  width: 100%;
  height: 100%;
}

.swiper-slideProduct {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slideProduct img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* logo */
.logo-slide img{
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.swiperTab.mySwiperTab.swiper-initialized.swiper-horizontal.swiper-free-mode {
	overflow: hidden;
}
