a.act-btn.video-btn:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: 0 5px 0 5px;
    content: "";
    position: absolute;
    top: 18px
}

.zw-product-header,.headertop {
    background: #06061a;
    overflow: hidden;
}

.headertop {
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.headertop:after,.headertop:before {
    position: absolute;
    content: "";
    width: 529px;
    height: 570px;
    z-index: -1;
    background: transparent linear-gradient(322deg, #161504 0%, #324326 33%, #194248 100%) 0% 0% no-repeat padding-box;
    /* box-shadow:20px -11px 150px 200px #1f1f63; */
    opacity: 1;
    border-radius: 50%;
    z-index: -4;
    filter: blur(50px);
    transform: rotate(-35deg);
}

.headertop:before {
    bottom: 200px;
    left: -130px;
    /* box-shadow:20px -11px 150px 200px #1f1f63; */
    width: 900px;
    height: 900px;
    transform: matrix(0.33, 0.95, -0.95, 0.33, 0, 0);
    background: transparent radial-gradient(closest-side at 50% 50%, #1A4147 0%, #214E671A 100%) 0% 0% no-repeat padding-box;
    filter: blur(50px);
    opacity: 0.8;
}

.headertop:after {
    top: -180px;
    right: -70px;
}
.zw-product-header{
    position: relative;
}
.zw-product-header:after {
                          position: absolute;
                          content: "";
                          width: 529px;
                          height: 570px;
                          z-index: -1;
                          background: transparent linear-gradient(322deg, #161504 0%, #324326 33%, #194248 100%) 0% 0% no-repeat padding-box;
                          /* box-shadow: 20px -11px 150px 200px #1f1f63; */
                          opacity: 1;
                          border-radius: 50%;
                          z-index: 0;
                          filter: blur(50px);
                          transform: rotate(-35deg);
                          top: -110px;
                          right: -70px;
                         }
.headertop h1 {
    font-size: 86px;
    font-family: var(--primaryfont-medium);
    line-height: 1.1;
    margin: 30px auto 40px auto;
    max-width: 1020px
}

.headertop .content-wrap {
    text-align: center;
    margin: 0 auto
}

.header-feature span {
    margin: 0 5px;
    padding: 8px 24px 8px 44px;
    font-size: 16px;
    border-radius: 18px;
    color: #000;
    position: relative
}

span.simple {
    background: #c9ff15
}

span.secure {
    background: #fcc445
}

span.cross {
    background: #3ef7e9
}

.header-feature span:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 18px;
    top: 8px;
    background-image: url(/sites/oweb/images/kanaa/tick.png);
    background-repeat: no-repeat;
    background-size: 18px
}

a.act-btn.video-btn {
    margin-left: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative
}

.header-img {
    cursor: pointer
}

.home-banner-video {
        position: relative;
    display: flex;
    border: 12px solid #ffffff1c;
    border-radius: 8px;
}

.play-btn {
    width: 75px;
    height: 75px;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 25px 3px rgba(255,255,255,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.play-btn-icon {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,.1);
    top: -25%;
    left: -25%;
    background: rgba(198,16,0,0)
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255,255,255,0.4),0px 0px 25px 10px rgba(255,255,255,0.4)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255,255,255,0.4),0px 0px 25px 10px rgba(255,255,255,0.4)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

.zw-product-header .content-wrap {
    position: relative;
    z-index: 2
}

.zvim-model {
    background: rgb(0 0 0 / 90%)
}

.headertop .act-btn {
    margin: 0 0 60px 0
}

@media screen and (max-width: 1499px) {
    .headertop {
        padding:60px 0 80px
    }

    .headertop h1 {
        font-size: 76px
    }
}

@media screen and (max-width: 1299px) {
    .headertop h1 {
        font-size:68px;
        max-width: 960px
    }
}

@media screen and (max-width: 1199px) {
    .headertop h1 {
        font-size:68px;
        max-width: 960px
    }
.zw-product-header:after, .headertop:before, .headertop:after{
content: none;
}
}

@media screen and (max-width: 991px) {
    .headertop h1 {
        font-size:56px;
        max-width: 790px;
        margin: 30px auto 30px auto
    }

    .headertop {
        padding: 40px 0 80px
    }
}

@media screen and (max-width: 767px) {
    .header-feature span {
        font-size:14px
    }

    .headertop h1 {
        font-size: 46px
    }

    .play-btn {
        width: 35px;
        height: 35px
    }

    .play-btn-icon {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #fff
    }

    .headertop h1 {
        font-size: 36px
    }

    .header-feature span {
        font-size: 12px;
        padding: 8px 16px 8px 30px;
        width: auto;
        display: inline-block;
        margin: 6px 4px
    }

    .header-feature span:before {
        top: 10px;
 left: 10px;
        background-size: 14px
    }

    .act-btn {
        font-size: 13px;
        padding: 12px 26px
    }

    .headertop h1 {
        margin: 20px auto 20px auto
    }

    .headertop .act-btn {
        margin: 0 0 50px 0
    }
}
