/* header-section */

.zw-product-header {
    background: #060520;
}

body {
    position: relative;
}

.doc-btn {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 15px;
    color: #fff;
}

body:before {
    content: '';
    background: linear-gradient(136deg, #060520 29.81%, #440B26 90%);
    height: 1000px;
    width: 1000px;
    position: absolute;
    left: -320px;
    top: -150px;
    border-radius: 100%;
    flex-shrink: 0;
    z-index: 0;
    transform: rotate(180deg);
    display: none;
}

body.body-after-load:before {
    display: block;
}

.common-section {
    padding: 120px 0;
}

.header-section {
    padding: 100px 0 0px 0;
    background: #060520;
    color: #fff;
}

.header-section .content-wrap {
    max-width: 1000px;
}

.i18n-en h1 {
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    /* 116.667% */
    letter-spacing: -1.44px;
}

.updates_box {
    width: 100%;
    max-width: 990px;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin: 40px auto;
}

.header-section p {
    max-width: 880px;
    margin-bottom: 30px;
}

.header-section .card-info {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.watch-btn {
    color: #fff;
    padding: 12px 0px 10px 40px;
    text-transform: none;
    position: relative;
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 15px;
    cursor: pointer;
    margin-left: 15px;
    text-transform: uppercase;
    display: inline-block;
}
.watch-btn:after, .watch-btn:before {
    position: absolute;
    content: '';
}
.watch-btn:before {
    left: 5px;
    top: 8px;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}
.watch-btn:after {
    left: 16px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}
/* header-section */


/* saa-framework-section */

.saa-framework-section {
    background: #060520;
}

.saa-framework-section .content-wrap {
    border-radius: 20px;
    border: 1px solid #491551;
    background: linear-gradient(179deg, #060520 -31.99%, #2C0B2C 99.38%);
    color: #fff;
    max-width: 1170px;
    padding: 40px 40px;
    text-align: center;
}

.platform-list .zapptics-icon {
    width: 95px;
    height: 95px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 22px;
    margin: 0 5px 20px 5px;
    position: relative;
}

.platform-list .zapptics-icon:before {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url(/sites/zweb/images/apptics/zapptics-optimize-svg-sprite.png) no-repeat;
    background-size: 500px auto
}

.platform-list .pl-android:before {
    background-position: -226px -12px
}

.platform-list .pl-ios:before {
    background-position: -280px -13px
}

.platform-list .pl-appletv:before {
    background-position: -335px -13px
}

.platform-list .pl-watchos:before {
    background-position: -390px -12px
}

.platform-list .pl-macos:before {
    background-position: -446px -12px
}

.platform-list .pl-ipados:before {
    background-size: 410px auto;
    background-position: -2px -62px;
    height: 25px
}

.platform-list .pl-windows:before {
    background-size: 550px auto;
    background-position: -75px -72px;
    width: 50px
}

.platform-list .pl-flutter:before {
    background-size: 520px auto;
    background-position: 1px -120px;
    width: 50px
}

.platform-list .pl-reactnative:before {
    background-position: -46px -113px
}

.platform-list .pl-unity:before {
    background-size: 530px auto;
    background-position: -107px -124px
}

.common-section.saa-framework-section {
    padding-bottom: 0;
}

.saa-framework-section .content-wrap h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}

.saa-table-section {
    background: #060520;
}


/* saa-framework-section */


/* saa-table-section */

.saa-table-section {
    color: #fff;
}

.saa-table-section .content-wrap {
    max-width: 1170px;
}

.table-responsive {
    margin-top: 60px;
    border: 1px solid rgb(255 255 255 / 0.04);
}

.i18n-en h2 {
    font-size: 44px;
}

.saa-table-section h2 {
    text-align: center;
    margin-bottom: 20px;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.saa-table-section h2 span{
    display: block;
    font-size: 28px;
    margin-top: 10px;
    font-family: var(--primaryfont-regular);
}

.smm-main-tr {
    display: flex;
    display: table;
    width: 100%;
    background: #130725;
}

.smm-main-tr span {
    width: 33.33%;
    padding: 20px 35px;
    border: 1px solid rgb(255 255 255 / 0.04);
    font-family: var(--primaryfont-regular);
}

.top-header span {
    text-align: center;
}

.top-header span {
    border: 1px solid rgb(255 255 255 / 0.04);
    border-top: none;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    height: 80px;
}

.tit-logo strong {
    text-wrap: nowrap;
    overflow: hidden;
    text-indent: 100%;
    height: 40px;
    display: inline-block;
}

.flurry-logo strong {
    background: url(/sites/zweb/images/otherbrandlogos/flurry.svg) no-repeat;
    width: 125px;
    background-size: 100%;
    height: 40px;
    background-position: center;
    filter: brightness(0) invert(1);
}

.apptics-logo strong {
    background: url(/sites/zweb/images/productlogos/apptics-dark.svg) no-repeat;
    width: 130px;
    background-size: 100%;
}

.smm-main-tr span:not(:nth-child(1)) {
    text-align: center;
}

.top-header span:nth-child(1) {
    line-height: 40px;
}

.smm-main-tr em {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-wrap: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

.smm-main-tr .in em::after,
.smm-main-tr .in em::before {
    background: #00933c none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: 10px;
    left: 0;
    top: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 10px;
    margin: 0 auto;
}

.smm-main-tr .in em::before {
    left: 10px;
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 15px;
}

.smm-main-tr .out em::after,
.smm-main-tr .out em::before {
    content: "";
    background: #ff3231 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 5px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 15px;
}

.smm-main-tr .out em::before {
    left: 5px;
    top: 15px;
    transform: rotate(-45deg);
    width: 15px;
}

.smm-tb-shead span {
    border: none;
    width: 100%;
    text-align: left;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
}

.smm-main-tr span {
    display: table-cell;
    vertical-align: middle;
    background: #130725;
}

.saa-text em {
    color: #fff;
    display: inline;
    font-size: 14px;
}

.common-section.saa-table-section {
    padding-bottom: 80px;
}

.top-header.head-fix.fixed {
    position: fixed;
    top: 60px;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: hsl(264deg 67.78% 11.2%);
}

.top-header.head-fix.fixed~div {
    position: relative;
    top: 82px;
}

.smm-main-tr.smm-tb-shead span {
    background: rgb(255 255 255 / 3%);
    color: #e0ab26;
}

.smm-main-tr.top-header span {
    background: rgb(25 9 48);
}

.table-responsive,
.saa-main-table,
.top-header,
.top-header span:first-child {
    border-top-left-radius: 20px;
}

.table-responsive,
.saa-main-table,
.top-header,
.top-header span:last-child {
    border-top-right-radius: 20px;
}

.table-responsive,
.saa-main-table,
.smm-main-tr:last-child span:first-child,
.smm-main-tr:last-child {
    border-bottom-left-radius: 20px;
}

.table-responsive,
.saa-main-table,
.smm-main-tr:last-child span:last-child,
.smm-main-tr:last-child {
    border-bottom-right-radius: 20px;
}

.top-header span:first-child,
.smm-main-tr span:first-child {
    width: 45%;
}

.top-header span:nth-child(2),
.smm-main-tr span:nth-child(2),
.top-header span:nth-child(3),
.smm-main-tr span:nth-child(3) {
    width: 25%;
}

.top-header span:nth-child(2),
.smm-main-tr span:nth-child(2) {
    background: #351865;
    border: 1px solid rgb(255 255 255 / 2%);
    border-top: none;
}

.top-header span:first-child {
    text-align: left;
    font-size: 24px;
}

.top-header span:nth-child(2) {
    border: 1px solid rgb(255 255 255 / 2%);
}

.table-cta .act-btn {
    background: #f0483e;
    color: #fff;
}

.table-cta {
    text-align: center;
    padding-top: 150px;
}
/* saa-table-section */


/* why-section */

.saa-why-section {
    background: #060520;
    color: #fff;
}

.saa-why-section h2 span {
    display: block;
    font-size: 30px;
    margin-top: 10px;
    font-family: var(--primaryfont-regular);
}

.saa-why-section .content-wrap {
    z-index: 1;
    position: relative;
    max-width: 1170px;
}

.saa-why-section h2,
.saa-why-section h2+p {
    text-align: center
}

.saa-why-section h2 {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.saa-why-section h2+p {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zss-why-main-each {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}

.zss-why-each {
    width: 46%;
    border-radius: 10px;
    margin: 10px;
    padding: 60px 50px;
    border: 1px solid #342143;
    transform: translateY(60px);
}

.zwe-ob.zss-why-each {
    transform: translateY(0px);
}

.zwe-ob.zss-why-each1,
.zwe-ob.zss-why-each2 {
    transition: 1s ease;
}

.zwe-ob.zss-why-each3,
.zwe-ob.zss-why-each4 {
    transform: translateY(0);
    transition: 1s .15s ease;
}

.zwe-ob.zss-why-each5,
.zwe-ob.zss-why-each6 {
    transform: translateY(0);
    transition: 1s .10s ease;
}

.zss-p-e-icon {
    background: url(/sites/zweb/images/apptics/flurry-alternative-sprite.svg) no-repeat;
    width: 50px;
    height: 60px;
    display: inline-block;
    background-size: 220px auto;
    margin-bottom: 20px;
    text-indent: 100%;
    text-wrap: nowrap;
    overflow: hidden;
}

.zss-p-e-icon1 {
    background-size: 240px auto;
    background-position: 0 0;
}

.zss-p-e-icon2 {
    background-position: -45px 7px;
    width: 72px;
}

.zss-p-e-icon3 {
    background-position: -117px 11px;
}

.zss-p-e-icon4 {
    background-position: -167px 8px;
    width: 55px;
}

.zss-p-e-icon5 {
    background-size: 310px auto;
    background-position: -161px -4px;
}

.zss-p-e-icon6 {
    background-size: 270px auto;
    background-position: -222px 0px;
}

.zss-why-each h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.zss-why-each h3 span {
    color: #CC174E;
}

.zss-why-each a {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid;
}

.common-section.saa-why-section {
    padding-bottom: 0;
}

.botton-cta-section {
    background: #060520;
    color: #fff;
    text-align: center;
    position: relative;
}

.common-section.botton-cta-section {
    padding: 80px 0 100px 0;
}

.i18n-en .botton-cta-section h2 {
    font-size: 42px;
}

.botton-cta-section .content-wrap {
    position: relative;
    z-index: 3;
}
/* why-section */

/* zwc-pri-section */
.zprice-container {
    font-family: var(--primaryfont-bold);
}
.zwc-pri-section {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    background: #060520;
}

.zwc-pri-section .content-wrap:nth-child(1) {
    max-width: 1100px;
    padding: 70px 80px 55px 80px;
    border-radius: 20px;
    background: #351765;
}

.common-section.zwc-pri-section {
    padding-bottom: 30px;
}
.zwc-pri-section h2 span {
    display: block;
    font-size: 30px;
    font-family: var(--primaryfont-regular);
    margin-bottom: 5px;
}
/* zwc-pri-section end*/

/* animation code */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Right*/

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}


/*slideUp*/

@keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideDown*/

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideleft*/

@keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes autoScale {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.smma-save-shape1,
.platform-list .zapptics-icon {
    opacity: 0;
}

.zwe-om .zss-scheduling-header-stock {
    animation: fadeIn 1s ease-out 0.3s forwards;
}

.zwe-ot .platform-list .zapptics-icon:nth-child(1) {
    animation: slideDown 1s ease-out .2s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(2) {
    animation: slideDown 1s ease-out .3s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(3) {
    animation: slideDown 1s ease-out .4s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(4) {
    animation: slideDown 1s ease-out .5s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(5) {
    animation: slideDown 1s ease-out .6s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(6) {
    animation: slideDown 1s ease-out .7s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(7) {
    animation: slideDown 1s ease-out .8s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(8) {
    animation: slideDown 1s ease-out .9s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(9) {
    animation: slideDown 1s ease-out 1s forwards
}

.zwe-ot .platform-list .zapptics-icon:nth-child(10) {
    animation: slideDown 1s ease-out 1.1s forwards
}


/* animation code end*/


/* responsive */

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    
}

@media screen and (max-width: 1280px) {
    .saa-framework-section .content-wrap{
        max-width: 880px;
    }
}

@media screen and (max-width: 1279px) {
    body:before {
        display: none;
    }
    .saa-framework-section .content-wrap {
        max-width: 940px;
    }
    .header-section .content-wrap {
        max-width: 940px;
    }
    .i18n-en h1 {
        font-size: 66px;
    }
    .saa-table-section .content-wrap {
        max-width: 940px;
    }
    .top-header.head-fix.fixed {
        max-width: 940px;
    }
    .saa-why-section h2 br {
        display: none
    }
    .saa-why-section h2 {
        max-width: 660px;
    }
    .saa-why-section h2+p {
        max-width: 790px;
    }
    .i18n-en .zwc-pri-section h2{
        font-size: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .top-header.head-fix.fixed {
        top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .saa-table-section .content-wrap {
        max-width: 810px;
    }
    .top-header.head-fix.fixed {
        max-width: 720px;
    }
}

@media screen and (max-width: 991px) {
    .saa-framework-section .content-wrap {
        max-width: 940px;
    }
    .header-section .content-wrap {
        max-width: 740px;
    }
    .i18n-en h1 {
        font-size: 66px;
    }
    .i18n-en h1 {
        font-size: 50px;
        line-height: 1.3;
    }
    .header-section {
        padding: 80px 0 0px 0;
    }
    .saa-framework-section .content-wrap {
        max-width: 700px;
    }
    .saa-framework-section .content-wrap h3 {
        font-size: 27px;
    }
    .common-section {
        padding: 100px 0;
    }
    .i18n-en h2 {
        font-size: 41px;
    }
    .zss-why-each {
        padding: 50px 40px;
    }
    .i18n-en .botton-cta-section h2 {
        font-size: 32px;
    }
    .smm-main-tr span {
        padding: 20px 25px;
    }
    .zwc-pri-section h2 br{
        display:none;
    }
}

@media screen and (max-width: 767px) {
    br {
        display: none;
    }
    .i18n-en h1 {
        font-size: 32px;
    }
    h1 br,
    body:before,
    body.body-after-load:before {
        display: none;
    }
    .header-section {
        text-align: center;
    }
    .saa-framework-section .content-wrap {
        padding: 40px 20px;
    }
    .i18n-en h2 {
        font-size: 32px;
    }
    .zss-why-each {
        width: 100%;
    }
    .common-section {
        padding: 70px 0;
    }
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        border: 1px solid #2D0A43;
    }
    .saa-main-table {
        width: 100%;
        max-width: 100%;
    }
    .smm-main-tr span {
        min-width: 230px;
    }
    .smm-tb-shead span {
        font-size: 18px;
    }
    .act-btn {
        margin: 10px 5px;
    }
    .header-section {
        padding: 50px 0 0px 0;
    }
    .saa-why-section h2 span, .saa-table-section h2 span{
        font-size: 24px;
    }
    .zwc-pri-section .content-wrap{
        padding: 60px 35px;
    }
    .i18n-en .zwc-pri-section h2{
        font-size: 28px;
    }
    .zwc-pri-section h2 span, .saa-why-section h2 span, .saa-table-section h2 span{
        font-size: 26px;
    }
    .table-cta {
        text-align: center;
        padding-top: 50px;
    }
}