﻿.section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-txt{
    width:41%;
    min-width:41%;
    padding-left:calc(50vw - 759px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-cont{
    width:59%;
    min-width:59%;
    overflow:hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 38px;
}
.video-cont img{
    display:block;
    max-width:none;
}

.p-video {
    position: relative;
    z-index: 10;
    /*width: 1320px;*/
    margin-top: -6px;
}
.video-mask{
    position:absolute;
    z-index:30;
    top: 0;
    left: -1px;
}
video{
    position:absolute;
    z-index:20;
}
.rel-img{
    position:relative;
    z-index:10;
    opacity:0;
}
h1{
    font-size:55px;
    line-height:59px;
    font-family: 'Averta-ExtraBold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    margin:0;
    padding:0 0 40px 0;
}
.intro-txt p{
    padding:0 0 58px 0;
    margin:0;
}
.more-btn{
    font-size:14px;
    line-height:18px;
    color:#fff;
    font-family: 'Averta-ExtraBold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 29px;
    box-shadow: 2px 2px 12px 3px rgba(0, 0, 0, 0.14);
    background-color: #8953e2;
    padding:18px 42px;
    margin:0 20px 0 0;
    letter-spacing:2px;
}
.more-btn:hover,.more-btn:focus{
    background-color: #7245bc;
    color:#fff;
}
.req-demo-btn{
    font-size:14px;
    line-height:18px;
    color:#8953e2;
    font-family: 'Averta-ExtraBold',"Open Sans", Helvetica, Arial, Verdana, sans-serif;
    border-radius: 29px;
    box-shadow: 2px 2px 12px 3px rgba(0, 0, 0, 0.05);
    border: solid 2px #8953e2;
    background-color: #ffffff;
    padding:18px 32px;
    letter-spacing:2px;
}

.req-demo-btn:hover,.req-demo-btn:focus{
    color: #7245bc;
}

.section1 iframe{
    position:absolute;
    z-index:20;
    top:0;
    left:0;
}

.vp-center{
    display:block !important;
}

.player,#player {
    width: 100% !important;
    height: 100% !important;
}

.play-btn {
    position: absolute;
    z-index: 40;
    width: 137px;
    height: 137px;
    background-image: url('/Images/play-button.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    display: block;
    top: 44%;
    left: 444px;
    visibility:hidden;
}
.play-btn:hover,.play-btn:focus {
    background-image: url('/Images/play-button-hover.svg');
}

/*responsive iframe*/
.video-full {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
}

#video {
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width:1580px){
    .intro-txt{
        padding-left:30px;
    }
    .play-btn{
        left:40%;
    }
}

@media screen and (max-width:1190px){
    .more-btn,.req-demo-btn{
        display: block;
        text-align: center;
        width:154px;
        padding: 18px 32px;
    }
    .more-btn{
        margin-bottom:10px;
    }
    .intro-txt{
        width: 45%;
        min-width: 45%;
    }
    .video-cont {
        width: 55%;
        min-width: 55%;
        padding-left: 0;
    }
    h1 {
        font-size: 52px;
        line-height: 52px;
        padding: 0 0 20px 0;
    }
    .intro-txt p {
        padding: 0 0 30px 0;
    }
}