/** video-section **/

.video-section {
    position: relative;
}

.video-section .content-box {
    position: relative;
    display: block;
    padding: 64px 70px 548px 70px;
    background: #001C3D;
}

.video-section .content-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}

.video-section .content-box .inner-box {
    position: relative;
    display: block;
    padding: 9px 0px 8px 125px;
}

.video-section .content-box .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    line-height: 92px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.video-section .content-box .inner-box .icon-box span {
    position: relative;
    display: inline-block;
    background: linear-gradient(rgba(246, 159, 35, 1), rgba(165, 34, 130, 1));
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.video-section .content-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.video-section .content-box .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.video-section .content-box .inner-box h3 a:hover {}

.video-section .content-box .inner-box p {
    color: #fff;
}

.video-section .video-btn {
    position: absolute;
    right: 30px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    line-height: 220px;
    text-align: center;
    border-radius: 5px;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: #fff;
}

.video-section .big-text {
    position: absolute;
    left: 0px;
    top: -90px;
    width: 100%;
    text-align: center;
    font-size: 200px;
    line-height: 250px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--text-color);
    opacity: 0.2;
    transform: rotate(-6deg);
    text-transform: uppercase;
    letter-spacing: 40px;
}

.video-section h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    margin-top: 50px;
}

.video-section .shape .shape-1 {
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: 102px;
    height: 244px;
    background-repeat: no-repeat;
}

.video-section .shape .shape-2 {
    position: absolute;
    right: 171px;
    bottom: 56px;
    width: 163px;
    height: 169px;
    background-repeat: no-repeat;
}

.video-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 468px;
    height: 520px;
    background-repeat: no-repeat;
}

/** rtl-css **/

.rtl .video-section .content-box .inner-box {
    padding-left: 0px;
    padding-right: 125px;
}

.rtl .video-section .content-box .inner-box .icon-box {
    left: inherit;
    right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
    .video-section .video-btn {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-top: 40px;
    }
    .video-section .content-box {
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .video-section {
        padding-bottom: 60px;
    }
    .video-section h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .video-section h2 br {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .video-section .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .video-section .content-box .inner-box {
        padding: 0px !important;
    }
    .video-section .content-box .inner-box .icon-box {
        position: relative;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 499px) {}