﻿.video_info_leave_mobile_web {
    background: -webkit-linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(4 66 147 / 67%) 100%), url("../assets/img/user-dashboard.png") no-repeat;
    background: -o-linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(4 66 147 / 67%) 100%), url("../assets/img/user-dashboard.png") no-repeat;
    background: linear-gradient(180deg, rgb(26 80 150 / 0%) 0, rgb(4 66 147 / 67%) 100%), url("../assets/img/user-dashboard.png") no-repeat;
}

.video_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-size: cover !important;
    box-shadow: 0px 50px 70px 0px rgba(0, 11, 40, 0.24);
    height: 550px;
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.video_item img {
    display: block;
    width: 100%;
}

.video_icon {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
    text-align: center;
    line-height: 85px;
    font-size: 30px;
    position: relative;
    transition: all 0.3s linear;
    display: inline-block;
}

.video_icon:before,
.video_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.2px solid #fff;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    left: 0;
}

.video_icon:before {
    transform: scale(2.5);
}

.video_icon:after {
    transform: scale(3.8);
}

.video_icon i {
    color: var(--color-primary);
    text-shadow: 0px 6px 25px rgba(16, 147, 140, 0.9);
    position: relative;
}

.video_icon i:after {
    width: 300%;
    height: 300%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-animation: pulse 2s infinite;
    transform: scale(8);
    animation: pulse 2s infinite;
}

.no-shadow {
    box-shadow: none !important
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

.video-area {
    overflow: hidden;
}

.video-content {
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.video_item video {
    background-color: #000;
}

.bg-theme-light {
    background-color: rgb(240 231 255);
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.enterprise-area .col-lg-3,
.enterprise-area .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.enterise-features-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.enterise-features-wrapper {
    padding: 30px 25px;
    background: #f7f5f2;
    border-radius: 10px;
}

.enterprise-icon {
    background: var(--color-grayish-blue);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.enterprise-icon img {
    width: 45px
}

.enterprise-icon i {
    color: #000;
    font-size: 20px;
}

.section-content .heading {
    font-size: 2.3rem
}

.heading-2 {
    font-size: 1.3rem;
}

.section-image img,
.section-image-2 img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 1px 2px 19px 3px rgb(14 0 40 / 18%)
}

.section-image img:hover {
    box-shadow: 1px 2px 19px 3px rgb(14 0 40 / 18%);
    transform: scale(0.96);
}

.section-image video {
    max-width: 100%;
    width: 100%;
    border-radius: 45px;
}

.section-wrapper {
    padding: 60px 30px;
    border-radius: 20px;
    background-color: var(--color-white);
    height: 500px;
    overflow: hidden;
}

.testimonial-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.testimonial-marquee {
    display: flex;
    gap: 20px;
    animation: scrollLeft 20s linear infinite;
}

.testimonial-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    flex-shrink: 0;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 1.2em;
    margin: 0;
    color: #333;
}

.user-role {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0;
}

.testimonial-rating {
    font-size: 12px;
    color: #f5c518;
    margin-bottom: 10px;
}

.testimonial-content {
    font-size: 1em;
    color: #555;
    line-height: 1.5;
}

.testimonial-content p {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
}

.testimonial-footer {
    text-align: right;
    font-size: 0.8em;
    color: #999;
    margin-top: 10px;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* .form-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 17%);
    padding: 40px 10px;
} */

@media (max-width:1199px) {
    .video_item {
        height: 400px;
    }
}

@media (max-width:991px) {
    .section-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width:576px) {
    .section-content .heading {
        font-size: 1.8rem;
    }

    .cta-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-image-2 {
        width: 350px;
        margin: 50px auto 0 auto;
    }

    .form-wrapper {
        margin-top: 50px
    }
}