.video-carousel3 {
    overflow: hidden;
}

.swiper.video-carousel3 .swiper-wrapper {
    overflow: unset;
}

.video-carousel3-wrap .item-details {
    padding: 4rem;
    background-color: #6F4EFD;
    border-radius: 28px;
}

.video-carousel3-wrap .item-details-wrap.without-nav,
.video-carousel3-wrap .item-details-wrap.without-nav .item-details {
    height: 100%;
}

.video-carousel3-wrap .item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    gap: 15px;
    color: #fff;
}

.video-carousel3-wrap .item-head h3 {
    font-size: 35px;
    font-weight: 700;
}

.video-carousel3-wrap .item-head svg {
    width: 48px;
}

.video-carousel3-wrap .item-content div {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.video-carousel3-wrap .item-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
}

.video-carousel3-wrap .item-buttons {
    margin-top: 25px;
}

.video-carousel3-wrap .item-buttons a {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 7px;
}

.video-carousel3-wrap .item-slider-handle {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    gap: 10px;
}

.video-carousel3-wrap .item-slider-handle.without-arrows {
    justify-content: center;
}

.video-carousel3-wrap .video-box {
    height: 100%;
}

.video-carousel3-wrap .video-box video {
    border-radius: 28px;
    height: 100%;
    background-color: #00000014;
}

.video-carousel3 .swiper-pagination {
    text-align: center;
}

.video-carousel3 .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    transition: width .4s;
    margin: 0 3px;
}

.video-carousel3 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5e5e5e;
}

.video-carousel3 .swiper-button-next,
.video-carousel3 .swiper-button-prev,
.video-carousel3 .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
}

.video-carousel3 .swiper-button-next,
.video-carousel3 .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.video-carousel3 .swiper-button-next:after,
.video-carousel3 .swiper-button-prev:after {
    font-size: 22px;
}