.video_section .container-fluid {
    overflow: hidden;
    height  : 100vh;
}
.video_section .container-fluid::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    bottom: 0px;
    background: #fff;
    z-index: 1;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
}

video {
    height    : 100vh;
    width     : 177.77777778vh;    /* 100 * 16 / 9 */
    min-width : 100%;
    min-height: 57.25vw;    /* 100 * 9 / 16 */
    margin-top: -15px;
    max-width: none;
}

.video_section {
    position: relative;

}

.video_section video{
    z-index: -2;
    position: fixed;
}


.video_block {
    transition: 1s all;
}

.video_section::before {
    content   : ' ';
    position  : absolute;
    top       : 0;
    bottom    : 0;
    left      : 0;
    right     : 0;
    opacity   : .5;
    z-index   : 1;
    background: rgb(35, 27, 93);
    background: -moz-linear-gradient(180deg, rgba(35, 27, 93, 1) 0%, rgba(180, 178, 200, .2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(35, 27, 93, 1) 0%, rgba(180, 178, 200, .2) 100%);
    background: linear-gradient(180deg, rgba(35, 27, 93, 1) 0%, rgba(180, 178, 200, .2) 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr="#231b5d", endColorstr="#b4b2c8", GradientType=1);
}


.videoplayh1 {
    color     : #fff;
    z-index   : 2;
    position  : absolute;
    margin    : auto;
    left      : 50%;
    transform : translateX(-50%);
    top       : 30%;
    text-align: center;

}

.videoplayh1 h1 {
    font-weight: 500;
    font-size  : 3rem;
    line-height: 1;
    color: #fff;
}

.videoplayh1 h5 {
    text-transform: uppercase;
    font-size     : .9rem;
    letter-spacing: 3.9px;
}


.curved_sep {
    width     : 100%;
    height    : 200px;
    z-index   : 2;
    position  : relative;
    display   : block;
    overflow  : hidden;
    margin-top: -10%;
}

.curved_sep::after {
    content   : ' ';
    background: #fff;
    height    : 50px;
    width     : 100%;
    position  : absolute;
    margin-top: 160px;

}


.curved_sep span {
    position         : absolute;
    width            : 100%;
    transform        : matrix(2.02, -0.13, 0.96, 2.02, 0, 0);
    -ms-transform    : matrix(2.02, -0.13, 0.96, 2.02, 0, 0);
    -webkit-transform: matrix(2.02, -0.13, 0.96, 2.02, 0, 0);
    display          : block;
    height           : 100px;
    z-index          : 3;
    margin-top       : 120px;
}

.play_button {
    margin-top: 20px;
    cursor    : pointer;
}


.aplay,
.dplay {
    fill: none;
   
}

.aplay {
    stroke      : #fff;
    stroke-width: 2px;
    opacity     : 0.601;
   
}

.bplay {
    fill: #fff;
}

.cplay {
    stroke: none;
}



.play_button:hover .aplay{
    fill: #fff;   
}
.play_button:hover .bplay{
    fill:  #231B5D;
}

.video_section_full_length::before{
    content: " ";
    background: transparent;
}


.videoControls{
    width: 100%;
    position: absolute;
    padding: 30px;
    z-index: 9999;
    color: #fff;
    font-size: 2rem;
    top: -300px;
    opacity: 0;
}

.videoControls span{
    cursor: pointer;
    display: inline-block;
}

.audioInactive{
    display: none;
}


.videoreplacement{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    height: 100vh;
    z-index: -3;
    background-position: bottom;
}







@media (max-width: 1399.98px) {
    .curved_sep span{
        margin-top: 100px;
    }
}

@media (max-width: 1199.98px) {
    .curved_sep span{
        margin-top: 100px;
        height: 80rpx;
    }
    
    
    
}

@media (max-width: 991.98px) {
    .curved_sep span{
        margin-top: 87px;
    }

    .video_block {
        transform: translate(-10%);
    }
}



@media (max-width: 767.98px) {

    .scrolldown_home,.scrolldown_home::after{
        display: none !important;
    }
    .videoplayh1{
        width: 90%;
    }
    .video_section .container-fluid{
        height: 800px;
    }

    .video_section .container-fluid::after{
        clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 575.98px) {
    .videoplayh1 h1{
        font-size: 2.4rem;
    }
    .video_section .container-fluid{
        height: 690px;
    }
        
    
    .curved_sep {
        height: 88px;
    }

    .videoplayh1{
        top: 170px;
    }

    .video_block {
        transform: translate(-40%, 0);
    }

    .video_section .container-fluid::after{
        clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
    }

    .img-titlelink{
        margin-top: 0;
    }


    

}

@media (max-width: 493px) {
    .curved_sep span{
        margin-top: 73px;
    }
}

@media (max-width: 373px) {
    .videoplayh1 h1{
        font-size: 1.9rem;
    }
    .videoplayh1 h5{
        font-size: .65rem;
    }
    .curved_sep span{
        margin-top: 65px;
    }
}
