.video-production {
    position: relative;
    background: linear-gradient(93.58deg, #FF383D 5.16%, #FF6B39 94.19%);
}

.video-production .img-bottom {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.video-production .vp-container {
    padding-top: 60px;
    padding-bottom: 20px;
}

.vp-area {
    position: relative;
    margin-top: 40%;
}

.vp-area .bg-slider {
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
    transform: translate(0, -96%);
}

.vp-area .video-production-slider {
    padding-top: 20px;
}

.vp-area .video-production-item {
    margin-left: auto;
    margin-right: auto;
    width: 82%;
}

.video-production .swiper-slide {
    transition: 0.3s;
  }
  
  @media (max-width: 1199px) {
    .video-production .swiper-slide-active {
      opacity: 1;
    }
  }
  
  @media (max-width: 767px) {

    .vp-area .bg-slider {
        display: none;
    }

    .video-production .swiper-button-prev {
        left: -3% !important;
        top: 28% !important;
    }

    .video-production .swiper-button-next {
        right: -3% !important;
        top: 28% !important;
    }
  }
  @media (min-width: 778px) {

    .vp-area .bg-slider {
        transform: translate(0, -94%);
    }

    .video-production .swiper-slide-next {
      opacity: 1;
      transform: scale(1.3);
    }

    .video-production .swiper-button-prev {
        left: -3% !important;
        top: 27% !important;
    }

    .video-production .swiper-button-next {
        right: -3% !important;
        top: 27% !important;
    }

    
  }
  @media (min-width: 992px) {
    .video-production .swiper-slide-next {
      opacity: 1;
      transform: scale(1.3);
    }
  }

  @media (min-width: 1200px) {
    .video-production .swiper-slide-next {
      opacity: 1;
      transform: scale(1.3);
    }

    .video-production .swiper-button-prev {
        left: 0 !important;
        top: 31% !important;
    }

    .video-production .swiper-button-next {
        right: 0 !important;
        top: 31% !important;
    }
  }

  .video-production .swiper-button-prev {
    /* but first hide on small viewports */
    display: none;

    left: 0;
    top: 32%;

    margin-top: 0;
color: #fff;
    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    height: calc(100% - 3em);
}

@media (min-width: 37.5em) {
    .video-production .swiper-button-prev {
        /* show on larger viewports */
        display: block;
    }
}

.video-production .swiper-button-next {
    /* hide on small viewports */
    display: none;
    color: #fff;

    right: 0;
    top: 32%;

    margin-top: 0;

    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    height: calc(100% - 3em);
}

@media (min-width: 37.5em) {
    .video-production .swiper-button-next {
        /* show on larger viewports */
        display: block;
    }
}



.portofolio-video .library-wrap .card-image {
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    height: 43vh;
    max-height: 43vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.portofolio-video .library-wrap .card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.portofolio-video .swiper-slide .library-wrap .card-image .box-watch-video-library a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.80);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: none;
    transition: .3s;
}

.portofolio-video .swiper-slide.swiper-slide-active .library-wrap .card-image .box-watch-video-library a {
    display: flex;
}

.portofolio-video .library-wrap .card-image .box-watch-video-library i {
    color: #0D1C8E;
    font-size: 2rem;
}

.portofolio-video .library-wrap .card-content .card-flex {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.portofolio-video .swiper-slide .library-wrap .card-content {
    color: #FF6B39;
    text-align: center;
    margin-top: 2rem;
    display: none;
    transition: .3s;
}
.portofolio-video .swiper-slide.swiper-slide-active .library-wrap .card-content {
    display: block;
}

.portofolio-video .library-wrap .card-content h4 {
    color: #0D1C8E;
}

.portofolio-video .library-wrap .card-content .card-flex i {
    flex: 0 0 auto;
    width: 6%;
    font-weight: 800;
}

.portofolio-video .library-wrap .card-content .card-flex span {
    flex: 0 0 auto;
    width: 25%;
    color: #000000;
}



/* Table */
.table-video-production {
    position: relative;
    padding: 60px 0;
}

.table-video-production .top-text p {
    font-size: 30px;
    font-weight: 900;
}

.table-video-production .top-table-jasa {
    padding-top: 70px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
    flex-wrap: nowrap;
}

.table-video-production .top-table-jasa .jasa-header {
    width: 12rem;
    flex: 0 0 auto;
}
.table-video-production .top-table-jasa .jasa-content {
    width: 7rem;
    flex: 0 0 auto;
}



.table-video-production .top-table-jasa .jasa-content:nth-child(2) {
    border-right: 1px solid;
}

@media (min-width: 991px) {
    .table-video-production .top-table-jasa .jasa-header {
        width: 23%;
    }
    .table-video-production .top-table-jasa .jasa-content {
        width: 19.25%;
    }
}


.table-video-production .top-table-jasa .col-jasa {
    padding-left: 0;
    padding-right: 0;
}

.table-video-production .top-table-jasa .col-border-rl {
    border-right: 1px solid;
    border-left: 1px solid;
  }

.table-video-production .top-table-jasa .header-bdr {
    font-size: 14px;
    height: 6vh;
}

.table-video-production .top-table-jasa .kosong {
    padding: 10px 0;
}


.table-video-production .top-table-jasa  .bdr {
    border-bottom: 1px solid;
    text-align: center;
}

.table-video-production .top-table-jasa p {
    margin-bottom: 0;
    line-height: 15px;
}

.table-video-production .top-table-jasa .price {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;

}

.table-video-production .top-table-jasa .platform {
    font-size: 14px;
    height: 10vh;
}
.table-video-production .top-table-jasa .duration {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}
.table-video-production .top-table-jasa .infografis {
    font-size: 14px;
    height: 10vh;
}
.table-video-production .top-table-jasa .free-copyright {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}
.table-video-production .top-table-jasa .work-duration {
    font-size: 14px;
    height: 10vh;
}
.table-video-production .top-table-jasa .revision {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}
.table-video-production .top-table-jasa .aset {
    font-size: 14px;
    height: 10vh;
}
.table-video-production .top-table-jasa .cover-video {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}
.table-video-production .top-table-jasa .voice-over {
    font-size: 14px;
    height: 10vh;
}
.table-video-production .top-table-jasa .talent {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}
.table-video-production .top-table-jasa .full-service {
    font-size: 14px;
    height: 10vh;
}

.table-video-production  .top-table-jasa .cls {
    max-width: 30px;
}

.table-video-production .top-table-jasa .button {
    font-size: 14px;
    height: 10vh;
    background: #FFF5F1;
}

.table-video-production .top-table-jasa .button .b-paket {
    border-radius: 10px;
    color: #FF383D;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 14px;
    border: 2px solid #FF383D;
}

.table-video-production .top-table-jasa .button .b-paket:hover {
    background: linear-gradient(93.58deg, #FF383D 5.16%, #FF6B39 94.19%);
    color: #fff;
    border: none;
}


@media (max-width: 991px) {
    .table-video-production .top-table-jasa p {
        font-size: 12px;
    }
}

@media (max-width: 767px) { 
    .table-video-production .top-table-jasa p {
        font-size: 10px;
    }


    .table-video-production .top-table-jasa .button .b-paket {
        padding: 8px 7px;
        font-size: 10px;
        border: 1px solid #FF383D;
    }
}