.zw-product-header {
    background: #fef9f1;
}

.template-inner h2,
.template-inner h3,
.template-inner h4 {
    font-family: var(--zf-primary-regular);
}

.template-inner h1 {
    font-size: 75px;
    position: relative;
    font-family: var(--zf-primary-semibold);
}

.template-inner h2 {
    font-size: 50px;
    text-align: center;
}

.template-inner h3 {
    font-size: 40px;
}

.template-inner h4 {
    font-size: 32px;
}

.template-inner h1>span,
.template-inner h3>span {
    display: block;
}

.cta-btn {
    background: #000;
    border-radius: 3px;
    padding: 10px 30px;
}

.top-section {
    background: #fef9f1;
    padding: 40px 0 60px;
    padding-top: 0px;
}

.top-section .content-wrap {
    max-width: 1400px;
    padding: 40px 0;
}

.top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    text-align: center;
    column-gap: 30px;
}

.top-left,
.top-right {
    position: relative;
}

.top-left {
    align-self: end;
}

.top-grid.active .top-left {
    /* animation: moveDown 8s infinite both linear; */
}

@keyframes moveDown {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 50%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.top-right {
    align-self: start;
}

.top-grid.active .top-right {
    /* animation: moveUp 8s infinite both linear; */
}

@keyframes moveUp {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -50%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.top-shape-outer {
    width: 280px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    pointer-events: none;
    user-select: none;
}

.top-shape-outer-1 {
}

.top-shape-outer-1:before {
    content: '';
    background: url('/sites/oweb/images/zillum/home/top-left-bg.jpg') no-repeat 0 0/100% auto;
    bottom: 0;
    margin: auto;
    display: grid;
    height: 100%;
    border-radius: 150px;
}

.top-shape-outer-1:before {
    left: 0%;
}

.top-shape-outer-2 {
}

.top-shape-outer-2:before {
    content: '';
    background: url('/sites/oweb/images/zillum/home/top-right-bg.jpg') no-repeat 0 0/100% auto;
    margin: auto;
    bottom: 0;
    display: grid;
    height: 100%;
    border-radius: 150px;
}

.top-shape-outer-2:before {
    left: 0;
}

.top-shape-outer-1 img {
    width: 180px;
    height: 300px;
    opacity: 0;
}

.top-shape-outer.active img {
    opacity: 1;
}

.top-con {
    padding: 130px 0;
    text-align: left;
}

.top-con-inner {
    position: relative;
}

.top-con p {
    margin: 30px 0 50px;
    max-width: 500px;
}

.apps-grid {
    text-align: center;
}

.apps-grid p {
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
    margin: 0 auto 40px;
    letter-spacing: 3px;
}

.apps-grid-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, 90px);
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
    pointer-events: none;
}

.apps-prd {
    animation: 1.5s linear forwards;
    opacity: 0;
}

.apps-prd-4 {
    animation-delay: .2s;
}

.apps-prd-3,
.apps-prd-5 {
    animation-delay: .4s;
}

.apps-prd-2,
.apps-prd-6 {
    animation-delay: .6s;
}

.apps-prd-1,
.apps-prd-7 {
    animation-delay: .8s;
}

.middle-animated .apps-prd {
    animation-name: flipIn;
}

.apps-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 5px 2px rgb(0, 0, 0, 0.05);
    margin: 0 auto 15px;
    user-select: none;
}

.apps-icon:before {
    content: '';
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background: var(--product-icons) no-repeat 0 0;
    background-size: var(--zp-i-bs);
    transform: scale(.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.8);
}

.apps-icon-1:before {
    background-position: var(--zp-mail-bp);
}

.apps-icon-2:before {
    background-position: var(--zp-workdrive-bp);
}

.apps-icon-3:before {
    background-position: var(--zp-cliq-bp);
}

.apps-icon-4:before {
    background-position: var(--zp-officesuite-bp);
}

.apps-icon-5:before {
    background-position: var(--zp-vault-bp);
}

.apps-icon-6:before {
    background-position: var(--zp-calendar-bp);
}

.apps-icon-7:before {
    background-position: var(--zp-tasks-bp);
}

.apps-prd span:last-child {
    font-size: 12px;
    display: block;
    line-height: 16px;
}

.prds-section {
    padding: 100px 0 0;
}

.prds-section .content-wrap {
    padding: 80px 0 0;
}

.prds-section .content-wrap:first-child {
    padding: 0;
}

.prd-grid {
    display: grid;
    grid-template-columns: 10% 1.5fr 1.8fr;
    border-radius: 40px;
    padding: 70px 0 0;
    overflow: hidden;
}

.email-box {
    background: #e0efff;
}

.file-box {
    background: #f0ffeb;
}

.chat-box {
    background: #ffebeb;
}

.office-box {
    background: #fffbeb;
}

.password-box {
    background: #ebe7f4;
}

.prd-con {
    grid-column: 2/3;
    padding: 0 15px 0 0;
    align-self: end;
}

.prd-tag {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 20px;
    font-family: var(--zf-primary-semibold);
}

.prd-tag:before {
    content: '-';
    float: left;
    margin: 0 5px 0 0;
}

.prd-promo {
    margin: 130px 0 0;
    position: relative;
}

.anim-box {
    position: absolute;
}

.anim-box-1,
.anim-box-2,
.anim-box-3,
.anim-box-4,
.anim-box-5 {
    position: absolute;
    left: 20px;
    top: -30px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s ease 1.1s, transform .8s ease 1.1s;
    pointer-events: none;
    user-select: none;
}

.anim-start .middle-animated .anim-box-1,
.anim-start .middle-animated .anim-box-2,
.anim-start .middle-animated .anim-box-3,
.anim-start .middle-animated .anim-box-4,
.anim-start .middle-animated .anim-box-5 {
    opacity: 1;
    transform: translateY(0);
}

.anim-box-1 {
    left: 0;
}

.anim-object-1 {
    background: #fff;
    font-size: 14px;
    padding: 14px 25px 14px 55px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
}

.anim-bell {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50px;
    background: #f8d252;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}

.anim-bell:before {
    content: '';
    background: no-repeat 1px 0/130px auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    transform-origin: top center;
}

.anim-start .middle-animated .anim-bell:before {
    animation: ring 5s ease 1.5s forwards;
}

@keyframes ring {
    0% {
        transform: rotate(0)
    }
    23% {
        transform: rotate(-16deg)
    }
    25% {
        transform: rotate(14deg)
    }
    27% {
        transform: rotate(-12deg)
    }
    29% {
        transform: rotate(10deg)
    }
    31% {
        transform: rotate(-8deg)
    }
    33% {
        transform: rotate(6deg)
    }
    35% {
        transform: rotate(-4deg)
    }
    37% {
        transform: rotate(2deg)
    }
    39% {
        transform: rotate(-1deg)
    }
    41% {
        transform: rotate(1deg)
    }
    43% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}

.anim-bell span {
    background: #376aaa;
    height: 1px;
    position: absolute;
}

.anim-start .middle-animated .anim-bell span:nth-child(1),
.anim-start .middle-animated .anim-bell span:nth-child(3) {
    animation: ring-small .6s ease-in 1.5s 2 forwards;
}

.anim-bell span:nth-child(1) {
    top: 0;
    right: 44px;
    transform: rotate( 30deg);
}

.anim-bell span:nth-child(2) {
    top: 0;
    bottom: 0;
    right: 49px;
    margin: auto;
}

.anim-start .middle-animated .anim-bell span:nth-child(2) {
    animation: ring-big .6s ease-in 1.5s 2 forwards;
}

.anim-bell span:nth-child(3) {
    bottom: 0;
    right: 44px;
    transform: rotate( -30deg);
}

@keyframes ring-small {
    0% {
        width: 0px;
    }
    100% {
        width: 12px;
    }
}

@keyframes ring-big {
    0% {
        width: 0px;
    }
    100% {
        width: 22px;
    }
}

.anim-object-2 {
    width: 80px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 920px auto;
    margin: 10px auto 0;
    position: relative;
    left: 30%;
}

.anim-start .middle-animated .anim-object-2 {
    animation: flash1 .3s 2 steps(11, end) 2s forwards;
}

.data-loaded .anim-object-2 {
    background-image: url('/sites/oweb/images/zillum/home/home-flash-1.png');
}

@keyframes flash1 {
    100% {
        background-position: -840px 0;
    }
}

.anim-box-2 {
    top: -70px;
    left: 50px;
}

.anim-box-2>span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.anim-object-3 {
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 0 15px;
}

.anim-object-3 span {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    background: no-repeat -44px 0/280px auto;
    border-radius: 50px;
    transform: scale(0);
    transition: transform .5s linear 1.4s;
}

.anim-start .middle-animated .anim-object-3 span {
    transform: scale(1);
}

.anim-object-3 span:nth-child(2) {
    transition-delay: 1.6s;
    background-position: -87px 0;
}

.anim-object-3 span:nth-child(3) {
    transition-delay: 1.8s;
    background-position: -130px 0;
}

.anim-object-4 {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: 1000px auto;
    position: absolute;
    right: -40%;
    top: 10px;
}

.anim-start .middle-animated .anim-object-4 {
    animation: flash2 .5s steps(12, end) 2s forwards;
}

.data-loaded .anim-object-4 {
    background-image: url('/sites/oweb/images/zillum/home/home-flash-2.png');
}

@keyframes flash2 {
    100% {
        background-position: -920px -5px;
    }
}

.anim-box-3 {
    right: 15%;
    left: inherit;
    width: 210px;
}

.anim-object-5,
.anim-object-6 {
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    padding: 12px;
    min-width: 90px;
}

.anim-object-5 {
    right: 0;
    background: #ffebbf;
}

.anim-object-5:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ffebbf;
    position: absolute;
    bottom: -10px;
    /* left: 20px; */
    right: 20px;
}

.anim-object-6 {
    top: 70px;
    right: 0;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .9s ease 1s, transform .9s ease 1s;
}

.anim-start .middle-animated .anim-object-6 {
    opacity: 1;
    transform: translateY(0);
}

/* .anim-object-6:before {
    content: '';
    background: no-repeat -127px -4px/ 160px auto;
    width: 32px;
    height: 16px;
    position: absolute;
    right: 15px;
}*/

.anim-object-6:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -10px;
    /* right: 20px; */
    left: 20px;
} 

.anim-box-4 {
    left: 50px;
    top: -50px;
}

.anim-object-7 {
    background: #fff;
    font-size: 14px;
    padding: 8px 50px 8px 55px;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}

.anim-object-7:before {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    border-radius: 50px;
    background: no-repeat -40px 0/260px auto;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}

.anim-object-7:after {
    content: '';
    height: 15px;
    width: 8px;
    transform: scaleX(-1) rotate( 135deg);
    transform-origin: top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    position: absolute;
    top: 28px;
    right: 25px;
    opacity: 0;
}

.anim-start .middle-animated .anim-object-7:after {
    animation: tick .7s linear 1.8s forwards;
}

@keyframes tick {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 8px;
        opacity: 1;
    }
    50% {
        height: 15px;
        width: 8px;
        opacity: 1;
    }
    100% {
        height: 15px;
        width: 8px;
        opacity: 1;
    }
}

.anim-object-7 span {
    display: block;
    font-size: 10px;
}

.anim-object-7 span:first-child {
    font-size: 11px;
    font-family: var(--zf-primary-semibold);
}

.anim-box-5 {
    right: 20%;
    left: inherit;
    top: -80px;
    width: 140px;
}

.anim-box-5>span {
    font-size: 11px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.anim-object-8 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    position: relative;
    text-align: center;
}

.anim-object-8:before {
    content: '';
    background: no-repeat -113px -2px/182px auto;
    width: 16px;
    height: 20px;
    position: absolute;
    bottom: -8px;
    left: -8px;
}

.anim-object-8:after {
    content: '';
    background: no-repeat -128px -2px/182px auto;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
}

.anim-object-8>div {
    padding: 6px 22px;
}

.anim-object-8>div:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -10px;
    right: 20px;
}

.anim-object-8 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    position: relative;
}

.anim-object-8 span:after {
    content: '*';
    font-size: 36px;
    line-height: 33px;
    color: #ff4a4a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}

.type-anim {
    overflow: hidden;
    white-space: nowrap;
}

.anim-start .middle-animated .type-anim {
    animation: typing 1.5s steps(5, end) 1s;
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.prd-promo img {
    display: block;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .7s ease .7s, transform .8s ease .8s;
}

.middle-animated .prd-promo img {
    opacity: 1;
    transform: translateY(0);
}

.prd-promo .promo-media-1 {
    max-width: min(360px, 100%);
    margin: 0 0 0 auto;
}

.promo-media-2,
.promo-media-4,
.promo-media-5 {
    max-width: min(500px, 100%);
}

.promo-media-3 {
    max-width: min(320px, 100%);
}

.prd-slide {
    padding: 0 0 0 15px;
    align-self: end;
    grid-column: 3/4;
}

.prd-nav {
    text-align: center;
    margin: 0 0 30px;
}

.prd-nav li {
    display: inline-block;
    margin: 0 25px;
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    animation: 1s ease-in forwards;
    opacity: 0;
    cursor: pointer;
}

.prd-nav li.active {
    pointer-events: none;
}

.prd-nav li:nth-of-type(1) {
    animation-delay: .2s;
}

.prd-nav li:nth-of-type(2) {
    animation-delay: .4s;
}

.prd-nav li:nth-of-type(3) {
    animation-delay: .6s;
}

.middle-animated .prd-nav li {
    animation-name: flipIn;
}

@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    100% {
        transform: perspective(400px);
        opacity: 1;
    }
}

.prd-b-logo {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    position: relative;
    background: rgba(70, 70, 70, 0.08);
    border-radius: 10px;
    user-select: none;
}

li.active .prd-b-logo {
    background: #fff;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .05);
}

.prd-b-logo:before {
    content: '';
    background: no-repeat 0 0;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* transform: scale(1.2904); */
    transform: scale(.9);
}

.data-loaded .prd-b-logo:before {
    background-image: var(--product-icons);
}

.prd-b-logo-1:before {
    background-position: var(--zp-mail-bp);
}

.prd-b-logo-2:before {
    background-position: var(--zp-workdrive-bp);
}

.prd-b-logo-3:before {
    background-position: var(--zp-cliq-bp);
}

.prd-b-logo-4:before {
    background-position: var(--zp-writer-bp);
}

.prd-b-logo-5:before {
    background-position: var(--zp-sheet-bp);
}

.prd-b-logo-6:before {
    background-position: var(--zp-show-bp);
}

.prd-b-logo-7:before {
    background-position: var(--zp-vault-bp);
}

.prd-media {
    display: grid;
    grid-template-columns: 1fr;
}

.prd-media-list {
    grid-area: 1 / 3;
    display: none;
    transform: translateX(60px);
    transition: .5s ease transform;
}

.prd-media-list.active {
    display: block;
    transform: translateX(0);
    transition: .5s ease transform;
}

.prd-media-list picture {
    display: block;
}

.prd-media-list img {
    vertical-align: bottom;
    box-shadow: -11px 0 17px -13px rgba(0, 0, 0, 0.2);
}

.secure-grid {
    display: grid;
    grid-template-columns: 10% 1fr 80px 1fr 10%;
    background: #f5f5f5;
    border-radius: 40px;
    padding: 70px 0;
}

.secure-grid h4 {
    grid-column: 2 / span 3;
    justify-self: center;
    margin: 0;
    max-width: 900px;
    text-align: center;
}

.secure-icon {
    display: inline-block;
    width: 50px;
    height: 56px;
    margin-bottom: 30px;
    background: no-repeat 0 -31px/194px auto;
    grid-column: 3 / 4;
    justify-self: center;
    transform: scale(0);
    transition: transform .5s ease-in;
    user-select: none;
}

.data-loaded .anim-bell:before,
.data-loaded .anim-object-3 span,
.data-loaded .anim-object-6:before,
.data-loaded .anim-object-7:before,
.data-loaded .anim-object-8:before,
.data-loaded .anim-object-8:after,
.data-loaded .secure-icon {
    background-image: url('/sites/oweb/images/zillum/home/home-sprite.png');
}

.middle-animated .secure-icon {
    transform: scale(1);
}

.faq-section {
    padding: 100px 0 110px;
}

.faq-section .content-wrap {
    padding: 0;
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number
}

.faq-accordian>li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer
}

.faq-accordian>li.active {
    cursor: default;
}

.faq-accordian>li:last-child {
    border-bottom: 1px solid #ccc
}

.faq-accordian h5 {
    position: relative;
    color: #000000;
    margin: 0;
    padding-right: 30px;
    font-size: 20px
}

.faq-accordian h5.active {
    color: #1194f6
}

.faq-accordian h5:before {
    counter-increment: number;
    content: counter(number) ". "
}

.faq-accordian h5:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px
}

.faq-accordian h5.active:after {
    content: '-'
}

.faq-accordian div {
    padding: 10px 30px 0 0;
    display: none;
}

.faq-accordian div.active {
    display: block
}

.faq-accordian div strong {
    font-weight: 600;
}

.faq-accordian p,
.faq-accordian>li li {
    font-size: 15px;
}

.faq-accordian li:not(:first-child) p {
    margin: 0;
}

.faq-accordian>li ul {
    padding: 0 0 0 10px;
    margin: -10px 0 0;
}

.faq-accordian>li li {
    margin-bottom: 5px;
}

.bottom-section {
    padding: 80px 0;
    background: #fef9f1;
    text-align: center;
}

.bottom-section .content-wrap {
    padding: 0;
}

.bottom-section h2 {
    max-width: 800px;
    margin: 0 auto 30px;
}

.banner-btn-group {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(125px,max-content));
    gap: 30px;
}

.watch-play-icon {
    padding-left: 35px;
    text-transform: capitalize;
    font-family: var(--zf-primary-regular);
    color: #000;
    position: relative;
    display: inline-grid;
    align-items: center;
    padding-right: 0;
}
.banner-btn-group .act-btn.watch-btn.watch-play-icon:before, .banner-btn-group .act-btn.watch-btn.watch-play-icon:after {
    position: absolute;
    content: "";
}
.banner-btn-group .act-btn.watch-btn.watch-play-icon:before {
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ff3a47;
    box-sizing: border-box;
    border-radius: 100%;
    background: #ff3a47;
}
.banner-btn-group .act-btn.watch-btn.watch-play-icon:after {
    display: block;
    left: 11px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
}

.top-shape-outer-1 .anim-object {
    position: absolute;
    bottom: 80px;
    left: -70px;
}
.top-shape-outer-1 .anim-object-in {
    background: #fff;
    padding: 15px 20px 15px 55px;
    position: relative;
    text-align: left;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    display: grid;
    gap: 15px;
    align-items: center;
}

.top-shape-outer-1 .anim-object-in:before {
    content: "";
    width: 38px;
    height: 38px;
    background: #f00;
    display: inline-grid;
    position: absolute;
    left: 7px;
    border-radius: 50px;
    background: url('/sites/oweb/images/zillum/home/home-sprite.png') no-repeat -82px 0/260px auto;
}

.mb-user-shape {
    position: absolute;
    left: -50px;
    top: -20px;
}

.mb-user-shape-in {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    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;
}

.mb-user-shape-in:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 1px solid #707070;
    border-radius: 100%;
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
}

.middle-animated .mb-user-shape-in:before {
    animation-delay: 2.5s;
}

@-webkit-keyframes ripple {
    0% {
        width: 0;
        height: 0;
    }

    90% {
        width: 80%;
        height: 80%;
    }

    100% {
        width: 80%;
        height: 80%;
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
    }

    90% {
        width: 80%;
        height: 80%;
    }

    100% {
        width: 80%;
        height: 80%;
        opacity: 0;
    }
}

.mb-user-shape-in:after {
    content: "";
    background: url('/sites/oweb/images/zillum/home/home-sprite.png') top center no-repeat;
    background-size: 400px auto;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 20px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 30%);
    background-position: -104px -65px;
    z-index: 1;
}

.prd-promo-3{}
.prd-promo-3 picture img {
    margin: 0;
}

.top-grid .top-left{
    transform: translateY(-50px);
    opacity: 0;
}
.top-grid.active .top-left{
    animation: slide-ttb .65s both linear;
}

.top-grid .top-right{
    transform: translateY(50px);
    opacity: 0;
}

.top-grid.active .top-right{
    animation: slide-btt .65s both linear;
    animation-delay: .3s;
}
.top-shape-outer-1 .anim-object{
    transform: translateX(50px);
    opacity: 0;
}
.top-grid.active .top-shape-outer-1 .anim-object{
    animation: slide-ltr .7s both linear;
    animation-delay: 1s;
}
.top-shape-outer-1 .anim-object.is-active{
    opacity: 1;
    transform: translateX(0);
}
.top-grid.active .top-shape-outer-1 .anim-object.is-active{
    animation: slide-ltr-inf 12s infinite both linear;
    animation-delay: 0s;
}


.mb-user-shape{
    opacity: 0;
    transform: scale(0);
}
.top-grid.active .mb-user-shape{
    animation: obj-scale .8s both linear;
    animation-delay: 1.2s;
}
.top-grid .top-left.is-active{
    opacity: 1;
    transform: translateY(0px);
}
.top-grid.active .top-left.is-active {
    animation: slide-ttb-inf 8s infinite both linear;
}
.top-grid .top-right.is-active{
    opacity: 1;
    transform: translateY(0px);
}
.top-grid.active .top-right.is-active {
    animation: slide-btt-inf 8s infinite both linear;
}


@keyframes slide-ltr {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    50% {
        opacity: 1;
        transform: translateX(-15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-ltr-inf {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX();
    }
}

@keyframes slide-btt-inf {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY();
    }
}

@keyframes slide-ttb-inf {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY();
    }
}


@keyframes slide-rtl {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    50% {
        opacity: 1;
        transform: translateX(15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-ttb {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    50% {
        opacity: 1;
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-btt {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    50% {
        opacity: 1;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes obj-scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


@media only screen and (min-width:1400px) and (max-width:1599px) {
    .template-inner h1 {
        font-size: 75px;
    }
    .template-inner h2 {
        font-size: 45px;
    }
    .template-inner h3 {
        font-size: 35px;
    }
    .template-inner h4 {
        font-size: 25px;
    }
}

@media only screen and (min-width:1400px) {
    .top-con {
        padding: 130px 0 130px 50px;
    }
}

@media only screen and (max-width:1399px) {
    .template-inner h1 {
        font-size: 70px;
    }
    .template-inner h2 {
        font-size: 45px;
    }
    .template-inner h3 {
        font-size: 35px;
    }
    .template-inner h4 {
        font-size: 25px;
    }
    .top-con {
        padding: 90px 0 70px;
    }
    .top-shape-outer {
        width: 220px;
        height: 350px;
    }
    .top-shape-outer-1:before {
        left: -20%;
    }
    .top-shape-outer-2:before {
        left: -25%;
    }
    @keyframes moveDown {
        0% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(0, 70%, 0);
        }
        100% {
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes moveUp {
        0% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(0, -70%, 0);
        }
        100% {
            transform: translate3d(0, 0, 0);
        }
    }
    .anim-object-2 {
        left: 20%;
    }

    .mb-user-shape{
        left: -60px;
        top: -50px;
    }
    .mb-user-shape-in{
        transform: scale(.7);
    }
    .top-shape-outer-1 .anim-object{
    bottom: 60px;
    }
    .top-shape-outer-1 .anim-object-in{
        transform: scale(.8);
        
    }

}

@media only screen and (max-width:1199px) {
    .template-inner h1 {
        font-size: 55px;
    }
    .template-inner h2 {
        font-size: 40px;
    }
    .template-inner h3 {
        font-size: 30px;
    }
    .template-inner h4 {
        font-size: 20px;
    }
    .top-con {
        padding: 40px 40px 10px 0;
    }
    .top-shape-outer {
        width: 200px;
        height: 320px;
    }
    @keyframes moveDown {
        0% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(0, 40%, 0);
        }
        100% {
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes moveUp {
        0% {
            transform: translate3d(0, 0, 0);
        }
        50% {
            transform: translate3d(0, -40%, 0);
        }
        100% {
            transform: translate3d(0, 0, 0);
        }
    }
    .prds-section .content-wrap:first-child {
        padding: 20px 0 0;
    }
    .anim-box-1 {
        top: -80px;
    }
    .anim-object-2 {
        left: -15px;
    }
    .anim-object-4 {
        right: -30%;
    }
    .faq-section {
        padding: 80px 0;
    }
    .bottom-section {
        padding: 70px 0;
    }
    .anim-box-3 {
        right: 5%;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .top-section {
        position: relative;
        padding: 40px 0 70px;
        overflow: hidden;
        width: 100%;
        padding-top: 0px;
    }
    .top-section:after {
        content: '';
    }
    .top-section .content-wrap {
        padding: 40px 0 0;
    }
    .top-grid {
        grid-template-columns: 1fr;
    }
    .top-left,
    .top-right {
        display: none;
    }
    .top-con {
        padding: 0;
        position: relative;
    }
    .top-con-inner {
        text-align: center;
    }
    .template-inner .top-con h1 {
        max-width: 500px;
        margin: 0 auto 15px;
        padding: 0 10px;
    }
    .top-con p {
        margin: 20px auto 30px;
        max-width: 450px;
        padding: 0 10px;
    }
    .mobile-banner {
        margin: 40px 0 0;
        text-align: center;
    }
    .mobile-banner img {
        vertical-align: bottom;
    }
    .prds-section {
        padding: 70px 0 0;
    }
    .prds-section .content-wrap:first-child {
        padding: 0;
    }
    .prd-grid {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 50px 0 0;
        position: relative;
    }
    .prd-con {
        padding: 0 20px;
        align-self: center;
        max-width: min(500px, 100%);
        margin: 0 auto 30px;
    }
    .prd-promo {
        position: absolute;
        margin: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
        max-width: 350px;
    }
    .prd-promo-1 {
        max-width: 330px;
    }
    .prd-promo-3 {
        max-width: 290px;
    }
    .anim-box {
        display: none;
    }
    .prd-slide {
        align-self: center;
        grid-column: 2/3;
        padding: 0;
    }
    .prd-nav {
        margin: 0 0 40px;
    }
    .prd-media-list {
        grid-area: 1 / 2;
        max-width: 540px;
    }
    .secure-grid {
        padding: 50px 0;
    }
    .banner-btn-group{
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
}

@media only screen and (max-width:900px) {
    .prd-promo {
        max-width: 310px;
    }
    .prd-promo-1 {
        max-width: 280px;
    }
    .prd-promo-3 {
        max-width: 260px;
    }
    .prd-promo img {
        transform: translateX(-50px);
    }
    .middle-animated .prd-promo img {
        transform: translateX(0);
    }
    .prd-media-list {
        max-width: 480px;
    }
}

@media only screen and (max-width:767px) {
    .template-inner h1 {
        font-size: 40px;
    }
    .template-inner h2 {
        font-size: 30px;
    }
    .template-inner h3 {
        font-size: 25px;
    }
    .template-inner h4 {
        font-size: 18px;
    }
    .top-section {
        padding: 20px 0 30px;
    }
    .top-section .content-wrap {
        padding: 20px 0 0;
    }
    .top-section .content-wrap:last-child {
        padding: 60px 0 0;
    }
    .apps-grid-inner {
        max-width: 400px;
    }
    .apps-prd {
        margin-bottom: 30px;
    }
    .apps-prd-1,
    .apps-prd-2,
    .apps-prd-3,
    .apps-prd-4 {
        animation-delay: .2s;
    }
    .apps-prd-5,
    .apps-prd-6,
    .apps-prd-7,
    .apps-prd-8 {
        animation-delay: .4s;
    }
    .prds-section .content-wrap {
        padding: 60px 0 0;
    }
    .prd-promo {
        max-width: 50%;
    }
    .prd-promo-1 {
        max-width: 45%;
    }
    .prd-promo-3 {
        max-width: 40%;
    }
    .prd-media-list {
        max-width: 100%;
    }
    .prd-media-list img {
        max-width: 75%;
        display: block;
        margin: 0 0 0 auto;
        width: auto;
    }
    .secure-grid {
        padding: 40px 0;
    }
    .faq-section {
        padding: 60px 0;
    }
    .bottom-section {
        padding: 50px 0;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    .apps-prd-5,
    .apps-prd-6,
    .apps-prd-7 {
        position: relative;
        left: 45px;
    }
}

@media only screen and (max-width:480px) {
    .apps-grid-inner {
        max-width: 300px;
    }
    .apps-prd-1,
    .apps-prd-2,
    .apps-prd-3 {
        animation-delay: .2s;
    }
    .apps-prd-4,
    .apps-prd-5,
    .apps-prd-6 {
        animation-delay: .4s;
    }
    .apps-prd-7,
    .apps-prd-8 {
        animation-delay: .6s;
    }
    .apps-prd-7 {
        position: relative;
        left: 90px;
    }
    .prd-tag {
        font-size: 13px;
    }
    .prd-nav li {
        font-size: 15px;
        margin: 0 15px;
    }
    .prd-b-logo {
        width: 50px;
        height: 50px;
    }
    .prd-b-logo:before {
        transform: scale(.8);
    }
    .faq-accordian {
        margin: 40px auto 0
    }
    .faq-accordian>li {
        padding: 20px 10px
    }
    .faq-accordian h5 {
        padding-right: 20px;
        font-size: 17px;
    }
    .faq-accordian div {
        padding: 10px 20px 0 0
    }
    .faq-accordian>li ul {
        margin: 0;
    }
    .banner-btn-group{
        grid-template-columns: repeat(auto-fit,minmax(215px,max-content));
        gap: 20px;
    }
}