/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.video-text {
    position: relative;    
    padding: 80px 0 80px 0;
    /* background-color: #E4F4FE; */
    background-color: #fff;
    margin-top: 0;
}


.video-text.bg-white{
    background-color: #FFF;
}

.video-text.bg-light-blue{
    background-color: #E4F4FE;
}


.video-text{
    padding: 70px 0 70px 0;
    margin-top: 0;
}

.video-text::after{
    content: '';
    width: 0;
    height: 0;
}


.video-text__text {
    padding-bottom: 40px;
}

.video-text__video {
    height: 279px;

}

.video-bttn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.video-bttn svg{
    width: 94px;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



.video-bttn .play-bttn {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.play-pulse {
    animation: pulse-animation-lock 2s infinite;
    transition: all ease-in-out 300ms;
    border-radius: 50%;
}

.video-bttn:hover .play-bttn{
    background-color: rgba(0,0,0,0.2);
}


.video-text.bg-light-blue.apply-both-angle{
    padding: 60px 0 120px;
    margin: 0;
}


.video-text.bg-light-blue.apply-both-angle::before{
    content: '';
    height: 50px;
    top: -50px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #E4F4FE;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
}

.video-text.bg-light-blue.apply-both-angle::after{
    content: '';
    position: absolute;
    background: #ffffff;
    height: 50px;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 3;
}



.video-textt.bg-patterned.apply-both-angle::before{
    content: '';
    position: absolute;
    background: #ffffff;
    height: 50px;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transform: rotate(180deg);
}


.video-text.bg-patterned.apply-both-angle::after{
    content: '';
    position: absolute;
    background: #ffffff;
    height: 50px;
    bottom: -1px;
    width: 100%;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transform: rotate(0deg);
}


.video-text.bg-patterned.apply-both-angle{
    padding: 110px 0 130px;
}


.video-text.bg-white + .video-text.bg-light-blue.apply-both-angle{
    margin-top: 50px;
}


.video-text.bg-light-blue.apply-both-angle + .video-text.bg-patterned.apply-both-angle{
    z-index: 2;
    margin-top: -50px;        
}


.video-text.bg-light-blue + .video-text.bg-patterned.apply-both-angle::before{
    background: #E4F4FE;
    content: '';
}

.video-text.bg-light-blue.apply-both-angle + .video-text.bg-patterned.apply-both-angle::before{
    background: #E4F4FE;
    content: '';
}


.bialty-container > .video-text.apply-both-angle:first-child::before {
    content: none !important;
}


.bialty-container > .video-text.apply-both-angle:last-child::after {
    content: none !important;
}


.bialty-container > .video-text.apply-both-angle:last-child{
    padding: 70px 0;
}

.video-text .video-text__text  .btn{
    margin-top: 20px;
}

.video-text .video-text__text p:last-child{
    padding-bottom: 0;
}


@keyframes pulse-animation-lock {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 50px rgb(242 103 39 / 0%);
    }
}


@media (min-width: 768px) {
    .video-text {
        padding: 80px 0 80px 0;
    }
    
    .video-text.bg-light-blue {
        padding: 80px 0 80px 0;
        margin-top: 0;
        
    }

    .video-text.bg-light-blue.apply-both-angle{
        padding: 80px 0 130px;
        margin: 0;
    }

        
    
    .video-text__video {
        height: 360px;
    
    }

    .video-text.bg-light-blue.apply-both-angle::before{        
        height: 60px;
        top: -60px;        
    }

    .video-text.bg-light-blue.apply-both-angle::after{        
        height: 60px;
        bottom: 0;        
    } 


    .video-text.bg-patterned.apply-both-angle{
        padding: 130px 0 110px;
    }


    .video-text.bg-white + .image-text.bg-light-blue.apply-both-angle{
        margin-top: 60px;
    }


    .video-text.bg-light-blue.apply-both-angle + .image-text.bg-patterned.apply-both-angle{
        z-index: 2;
        margin-top: -60px;        
    }


}


@media (min-width: 1200px) {
    .video-text {
        padding: 100px 0 100px 0;
    }  

    .video-text.bg-light-blue {
        padding: 100px 0 100px 0;
        margin-top: 0;       
    }
   

    .video-text.bg-light-blue{
        padding: 100px 0;
        margin: 0;
    }

    .video-text.bg-light-blue.apply-both-angle{
        padding: 100px 0 160px;
        margin: 0;
    }
    
    .video-text__video {
        height: auto;
    
    }

    .video-text__flex {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .video-text__flex--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .video-text__flex .video-text__text {
        padding-right: 108px;
        padding-bottom: 0;
    }

    .video-text__flex.video-text__flex--reverse .video-text__text {
        padding-left: 108px;
        padding-bottom: 0;
    }


    .video-text.bg-light-blue.apply-both-angle::before{        
        height: 86px;
        top: -86px;        
    }

    .video-text.bg-light-blue.apply-both-angle::after{        
        height: 86px;
        bottom: 0;        
    } 



    .video-text.image-text--right.bg-patterned.apply-both-angle{
        padding: 140px 0 170px;
    }

    .video-text.image-text--left.bg-patterned.apply-both-angle{
        padding: 170px 0 140px;
    }

    .video-text.bg-patterned.apply-both-angle::before{        
        height: 86px;
        top: 0;        
    }


    .video-text.bg-patterned.apply-both-angle::after{        
        height: 86px;
        bottom: 0;        
    }

    .video-text.bg-white + .video-text.bg-light-blue.apply-both-angle{
        margin-top: 86px;
    }


    .video-text.bg-light-blue.apply-both-angle + .video-text.bg-patterned.apply-both-angle{
        z-index: 2;
        margin-top: -86px;        
    }


    .bialty-container > .video-text.apply-both-angle:first-child{
        padding-top: 100px;
    }


    .bialty-container > .video-text.apply-both-angle:last-child{
        padding-bottom: 100px;
    }

}