.video-slider {
    overflow: hidden;
}

.video-slider .swiper-container {
    width: 100%;
    /* height: 100vh;  */
    margin: 0 auto;
}

.video-slider .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
}


.video-slider .swiper-container .swiper-wrapper .swiper-slide:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(246 / 393 * 100%);
}

.video-slider .swiper-container .swiper-wrapper .swiper-slide video,
.video-slider .swiper-container .swiper-wrapper .swiper-slide figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.video-slider .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
    display: flex;
    align-items: center;
    will-change: transform;
}


.video-slider .video-content-in {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;

}


.video-slider .video-content-in .heading {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
     

    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  white-space: normal;     /* IMPORTANT */
}

.video-slider .video-content-in .item-label {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  white-space: normal;     /* IMPORTANT */
}

.video-slider .video-content-in .item-label-image {
    position: relative;
    width: 100%;
    max-width: 40px;
}

.video-slider .video-content-in .item-label-image:before {
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: calc(97 / 83 * 100%);
}

.video-slider .video-content-in .item-label-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


.video-banner-btn {
    font-family: 'inter', sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-color: #004123;
    border: 1px solid #004123;
    color: #fff;
    padding: 8px 16px;
    display: inline-block !important;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 0px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.video-content-in-left {
    width: 100%;
    max-width: 450px;
}

.video-slider .swiper-pagination {
    bottom: 5px !important;
}

.video-slider .swiper-pagination  {
    pointer-events: none;
}

.video-slider .swiper-pagination-bullet {
    background-color: #fff;
    pointer-events: all;

}

@media screen and (min-width: 1000px) {
    .video-slider .swiper-container .swiper-wrapper .swiper-slide:before {
        padding-top: calc(520 / 1920 * 100%);
    }

    .video-slider .swiper-pagination {
        bottom: 25px !important;
    }
}

@media screen and (min-width: 1200px) {
    .video-slider .video-content-in {
        width: 1140px;
        padding-left: 0;
        padding-right: 0;
    }

    .video-banner-btn {
        margin-top: 20px;
        padding: 12px 16px;
    }

    .video-slider .video-content-in .heading {
        margin-top: 10px;
        font-size: 42px;
        line-height: 48px;

    }

    .video-slider .video-content-in .item-label-image {
        max-width: 83px;
    }

    .video-slider .video-content-in .item-label {
        font-size: 18px;
        line-height: 21px;
    }

}

@media screen and (min-width: 1600px) {
    .video-slider .video-content-in {
        width: 1300px;
    }

    .video-content-in-left {
        max-width: 500px;
    }

    .video-slider .video-content-in .heading {
        font-size: 60px;
        line-height: 68px;
    }

}


@media (hover: hover) and (pointer: fine) {
    .video-banner-btn:hover {
        background-color: #3A9046;
        border-color: #3A9046;
        color: #fff;
    }
}

@media (hover: none) and (pointer: coarse) {
    .video-banner-btn:hover, 
     .video-banner-btn:focus,
     .video-banner-btn:active { 
        background-color: #004123;
        border: 1px solid #004123;
        color: #fff; 
    }
}
