* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
}

body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}

/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}

/*** Lists ****/

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

video,
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    padding: 0 100px;
    color: #000;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}

h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #333;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}

h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 18px;
    color: #353535;
    font-weight: lighter;
}

ul li {
    cursor: pointer;
    list-style-type: none;
}

.zs-overflow:after {
    content: "";
    display: table;
    clear: both;
}

.zs_padding_null {
    padding: 0;
}

.zs_margin_null {
    margin: 0;
}

.zs_paddingtop {
    padding-top: 15px;
}

.zs_margintop {
    margin-top: 15px;
}

.zs_paddingbottom {
    padding-bottom: 15px;
}

.zs_marginbottom {
    margin-bottom: 15px;
}

.zs_paddingtop_small {
    padding-top: 30px;
}

.zs_paddingbottom_small {
    padding-bottom: 30px;
}

.zs_paddingleft_small {
    padding-left: 30px;
}

.zs_paddingright_small {
    padding-right: 30px;
}

.zs_margintop_small {
    margin-top: 30px;
}

.zs_margintop_large {
    margin-top: 90px;
}

.zs_paddingtop_large {
    padding-top: 90px;
}

.zs_marginbottom_small {
    margin-bottom: 30px;
}

.zs_marginbottom_large {
    margin-bottom: 90px;
}

.zs_center {
    text-align: center;
}

.zs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs_related_apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs_table {
    display: table;
    table-layout: fixed;
}

.zs_hidden {
    display: block;
}

.zs_pos_r {
    position: relative;
}

.zs_pos_a {
    position: absolute;
}

.zs_margin_center {
    margin: 0 auto;
}

.zs_section_container {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
}

.zs_overflow:after {
    content: "";
    display: table;
    clear: both
}

.zs_right {
    float: right;
}

.zs_left {
    float: left;
}

/* zs banner section */
.zs-bannerSection {
    background: url(/sites/zweb/images/show/zs-banner-background-zon.webp) center center / contain repeat-x;
    position: relative;
    background-position-y: -5.5em;
}

.zs-bannerSection .zs-section-container::before,
.zs-bannerSection .zs-section-container::after {
    z-index: -1;
}

.zs-bannerSection .zs-section-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 8%;
    /* opacity: .5; */
    left: 0;
    background: linear-gradient(0deg, rgba(131, 120, 200, 0.15) 14.56%, rgba(201, 173, 223, 0.15) 55.5%, rgba(248, 248, 248, 0) 85.34%);
}

.zs-bannerSection .zs-section-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 18vh;
    left: 0;
    top: 92%;
    background: linear-gradient(180deg, rgba(123, 152, 242, 0.2) 5.15%, rgba(201, 173, 223, 0.2) 29.74%, rgba(248, 248, 248, 0.04) 74.84%);
}

.zs-section-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.zs-banner-content {
    text-align: center;
    transform: translateY(-20%);
    transition: all .8s ease-in-out;
    opacity: 0;
}

.zs-banner-content.slide-in {
    transform: translateY(0%);
    opacity: 1;
    width: 90%;
    margin: 0 auto;
}


.spread-out .zs-bnr-sub-elem {
    transition: all 1s ease-in-out;
}

.zs-banner-title {
    font-size: 52px;
    color: #131313;
    width: 70%;
    margin: auto;
}

.zs-banner-subtitle {
    font-size: 19px;
    color: #131313;
    width: 60%;
    margin: 30px auto;
}

.zs-bnr-podium {
    width: 40%;
    left: 30%;
    bottom: -4%;
    opacity: .7;
}

.zs-txt-hightlight {
    color: #5146E5;
}

.create-new-btn {
    margin: 20px 0 0;
}

.create-new-btn a,
.zs_importnow a {
    color: #fff;
    display: inline-block;
}

.cta-btn {
    background: var(--primary-btn-color);
    color: #fff;
}

.act-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 8px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.zs-banner-imgContain {
    perspective: 1000px;
    transition: .5s all;
    min-height: 600px;
    margin-top: 30px;
    top: 0px;
}

.zs-banner-img {
    /* box-shadow: 0 10px 20px #dadada8c; */
    border-radius: 10px;
    transform-style: preserve-3d;
    transform: scale(0.9) rotateX(0deg);
    transition: .5s all;
    z-index: 1;
    position: relative;
}

.zs-bnr-sub-elem {
    height: 357px;
    width: 358px;
    scale: .3;
    transition: transform .5s ease-in-out;
}

.zs-elem-01 {
    right: 50%;
    top: 50%;
}

.zs-elem-02 {
    right: 50%;
    top: 50%;
}

.zs-elem-03 {
    left: 50%;
    top: 50%;
}

.zs-elem-04 {
    left: 50%;
    top: 50%;
}

.spread-out .zs-elem-01,
.spread-out .zs-elem-04 {
    animation: 5s ease infinite float-01;
}

.spread-out .zs-elem-02,
.spread-out .zs-elem-03 {
    animation: 5s ease infinite float-02;
}

.spread-out .zs-elem-01 {
    right: -5%;
    top: -50%;
    rotate: 10deg;
}

.spread-out .zs-elem-02 {
    right: -10%;
    top: -30%;
    rotate: 20deg;
}

.spread-out .zs-elem-03 {
    left: -10%;
    top: -30%;
    rotate: -20deg;
}

.spread-out .zs-elem-04 {
    left: -5%;
    top: -50%;
    rotate: -10deg;
}

@keyframes float-01 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-50px);

    }
}

@keyframes float-02 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px);

    }
}


/* zs presenation section */

.zs-overflow-container {
    position: relative;
    min-height: 560px;
    margin: 30px auto;
    border-radius: 10px;
    background: linear-gradient(89.79deg, rgba(123, 152, 242, 0.3) 2.17%, rgba(201, 173, 223, 0.3) 36.61%, rgba(236, 191, 213, 0.3) 68.45%, rgba(248, 248, 248, 0.3) 99.77%), linear-gradient(0deg, #F8F8F8, #F8F8F8);
    box-shadow: 8px 8px 20px 0px #00000033;
}

.zs-2col-layout img,
.zs-blur-bg {
    transition: all .8s ease-in-out;
}

.zs-overflow-content-wrap {
    display: flex;
    align-items: center;
}

.zs-overflow-content {
    width: 80%;
    padding: 5px;
}

.zs-2col-layout {
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    flex-flow: column;
}

.zs-img-wrapper {
    position: relative;
}


.zs-layout-01 .zs-parallax-elem {
    top: 4em;
    left: -150px;
    /* animation: 5s linear infinite float_small ; */
}

@keyframes float_small {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-9px);
    }
}

.zs-2col-layout:not(:last-child) {
    margin-bottom: 150px;
}

.zs-layout-01 .zs-parallax-elem img {
    scale: 0.5;
}

.zs-layout-02 .zs-img-wrapper,
.zs-layout-02 p {
    width: 80%;
    margin: 0 auto;
}
.zs-layout-02 p {
margin: 0.6em auto;
}

.zs-layout-02 .zs-parallax-elem {
    top: 10em;
    left: 0;
}

.zs-layout-02 .zs-parallax-elem img {
    scale: 1.1;
}

.zs-addons {
    transform: translate(8%, 0);
}

.zs-layout-03 .zs-parallax-elem {
    top: 14em;
    left: 0;
}

.zs-flex-column {
    flex-direction: column;
}

/* .zs-2col-layout-1 .zs-overflow-content-wrap,
.zs-2col-layout-3 .zs-overflow-content-wrap {
    justify-content: left;

} .zs-2col-layout-2 .zs-overflow-content-wrap {
    justify-content: right;
} 

.zs-2col-layout-3 .zs-overflow-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 */

.zs-2col-layout-3 .zs-overflow-container div {
    width: 100%;
    height: 100%;
}

/* .zs-img-wrapper::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 20%;
    z-index: 2;
    transition: all .5s ease-in-out;
}

.zs-img-wrapper::after {
    background: url(/sites/zweb/images/show/zs-ball-icon_2x.webp) center center / contain no-repeat;
    right: 0;
    bottom: -5em;
} */

.zs-img-wrapper.active::after {
    bottom: 0;
}

.zs-2col-layout-2 .zs-img-wrapper::after {
    left: 0;
}

.zs-2col-layout-2 .zs-img-wrapper.active::after {
    left: 0;
    bottom: 5px;
}


/* section 2 starts */
.zs-frame-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        'topLeft center-frame topRight'
        'bottomLeft center-frame bottomRight';
    width: 100%;
}

.zs-frame-grid *,
.zs-center-frame,
.zs-transparent-card,
.zs-content-img,
.zs-create-text,
.zs-logistic-temp,
.zs-chart-temp,
.zs-info-temp {
    opacity: 0;
}

.zs-img-wrapper.active .zs-tl-frame,
.zs-img-wrapper.active .zs-bl-frame,
.zs-img-wrapper.active .zs-br-frame,
.zs-img-wrapper.active .zs-tc-text,
.zs-img-wrapper.active .zs-tr-frame,
.zs-img-wrapper.active .zs-center-frame,
.zs-img-wrapper.active .zs-transparent-card,
.zs-img-wrapper.active .zs-content-img,
.zs-img-wrapper.active .zs-create-text,
.zs-img-wrapper.active+.zs-logistic-temp,
.zs-img-wrapper.active .zs-chart-temp,
.zs-img-wrapper.active .zs-info-temp {
    opacity: 1;
}

.zs-tc-text {
    transform: translate(0%, -100%);
    width: 90%;
}

.zs-tl-frame,
.zs-bl-frame {
    transform: translate(100%, 100%);
}

.zs-tr-frame,
.zs-br-frame {
    transform: translate(-100%, 100%);
}

.zs-tl-frame {
    grid-area: topLeft;
    position: relative;
    left: 10px;
}

.zs-img-wrapper.active .zs-tl-frame,
.zs-img-wrapper.active .zs-bl-frame,
.zs-img-wrapper.active .zs-br-frame,
.zs-index-3 .zs-scroll-img-03 .zs-glass-bg-01,
.zs-index-3 .zs-scroll-img-03 .zs-glass-bg-02,
.zs-index-3 .zs-scroll-img-03 .zs-template-01,
.zs-index-3 .zs-scroll-img-03 .zs-template-02,
.zs-mb-img.active .zs-glass-bg,
.zs-mb-img.active .zs-glass-bg-01,
.zs-mb-img.active .zs-glass-bg-02,
.zs-mb-img.active .zs-glass-bg-03,
.zs-mb-img.active .zs-template,
.zs-mb-img.active .zs-template-01,
.zs-mb-img.active .zs-template-02,
.zs-mb-img.active .zs-template-03 {
    transform: translate(0, 0);
}

.zs-tr-frame {
    grid-area: topRight;
}

.zs-img-wrapper.active .zs-tc-text {
    transform: translate(0%, 50%);
}

.zs-img-wrapper.active .zs-tr-frame {
    transform: translate(0%, 10%);
}

.zs-bl-frame {
    grid-area: bottomLeft;
    position: relative;
    left: 10px;
}

.zs-br-frame {
    grid-area: bottomRight;
}


.zs-center-frame {
    grid-area: center-frame;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 28%;
    width: 50%;
}

.zs-img-wrapper.active .zs-center-frame {
    top: 20%;
    left: 25%;
}

.zs-img-wrapper.active .zs-transparent-card {
    transform: translate(5%, 10%);
}

.zs-img-wrapper.active .zs-content-img {
    left: 10%;
}

.zs-transparent-card {
    width: 80%;
    margin: 0 auto;
    transform: translate(-50%, 10%);

}

.zs-content-img {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 80%;
}

.zs-create-text {
    position: absolute;
    width: 30%;
    top: -3em;
    right: 3em;
    z-index: 1;
}

.zs-img-wrapper.active .zs-create-text {
    top: 2em;
}

/* section 3 starts */

.zs-logistic-temp {
    width: 70%;
    position: absolute;
    z-index: 1;
    top: 10%;
    right: -50%;
}

.zs-chart-temp {
    position: relative;
    top: 10%;
    left: -50%;
    width: 40%;
}

.zs-info-temp {
    position: relative;
    width: 40%;
    bottom: 0;
    left: -50%;
}

.zs-img-wrapper.active+.zs-logistic-temp {
    right: -10%;
}

.zs-img-wrapper.active .zs-chart-temp {
    left: 0;
}

.zs-img-wrapper.active .zs-info-temp {
    left: 0;
}



/* zs visual section */
.zs-visualSection {
    background: #f8f8f8;
}

.zs-visualSection::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(360deg, rgba(123, 152, 242, 0.2) 10.15%, rgba(201, 173, 223, 0.2) 20.74%, rgba(248, 248, 248, 0.04) 44.84%);
}

.zs-visual-subtitle {
    margin: 0 auto;
    width: 60%;
}

.zs-visuals-imgContain {
    overflow: hidden;
}

.zs-visual-mockups {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 90px 0;
}

.zs-visual-mockups::before,
.zs-visual-mockups::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #f8f8f8;
}

.zs-visual-mockups::before {
    bottom: 10%;
    z-index: 1;
}

.zs-visual-mac {
    width: 100%;
}

.zs-visual-mac {
    left: 0;
}

.zs-visual-mac {
    width: 100%;
    position: relative;
    z-index: 1;
}

.zs-mock-img {
    width: 50%;
    scale: .65;
    left: -5%;
    position: relative;
    z-index: 1;
}

.zs-question-icon {
    width: 6%;
    top: -100%;
    left: 28%;
    z-index: 1;
}

.zs-visual-elem img {
    position: absolute;
}

.zs-circle-arrow {
    border-radius: 50%;
    animation: loading 20s ease-in-out 3s infinite;
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
}

.zs-visual-content-wrapper {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
}

/* .zs-visual-content {
    transform: translateY(150%);
    transition: transform .5s ease-in-out;
}

.zs-visual-content-wrapper.active .zs-visual-content{
    transform: translateY(0);
} */
.zs-visual-cont-frame {
    z-index: 2;
    width: 50%;
    right: 11%;
    bottom: -20%;
}

.zs-pie-img,
.zs-bar-img {
    width: 5%;
    /* box-shadow: 8px 8px 20px 0px #00000030; */
    z-index: 2;
    border-radius: 10px;
}

.zs-pie-img {
    bottom: -30%;
    right: 8%;
}

.zs-bar-img {
    bottom: -20%;
    right: 10%;
}

.zs-easy-txt {
    top: -100%;
    width: 15%;
    right: 13%;
}

.zs-tired-txt {
    width: 12%;
    top: -100%;
    left: 14%;
}

.zs-glass-tile {
    bottom: -1em;
    right: 9%;
    width: 50%;
    z-index: 1;
}

.zs-bulb {
    top: 50%;
    width: 6%;
    right: 31%;
    z-index: 2;
}

.zs-visual-star {
    width: 8%;
    top: 40%;
    right: 8%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-visual-cont-frame {
    bottom: 6%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-question-icon {
    top: 7%;
    left: 28%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-tired-txt {
    top: 2%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-easy-txt {
    top: -10%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-pie-img {
    bottom: 38%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-bulb {
    top: -7%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-bar-img {
    bottom: 14%;
}

.zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-visual-star {
    top: 10%;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(170deg);
    }
}

/* Accordion section starts */
.zs-accordian-scroll {
    clear: both;
    margin: 150px auto;
}

.zs-accordian-scroll::after,
.zs-accordian-scroll::before {
    content: '';
    display: table;
    clear: both;
}

.zs-scroll-contain {
    width: calc(80% - 680px);
    display: inline-block;
    vertical-align: top;
    float: left;
}

.zs-scroll-contain div {
    height: 650px;
}

.zs-scroll-contain div+div {
    margin-top: 50px;
}

.zs-scroll-sub-head {
    font-size: 28px;
}

.zs-scroll-image-wrap {
    width: calc(80% - 370px);
    height: 650px;
    border-radius: 10px;
    background: linear-gradient(89.79deg, rgba(123, 152, 242, 0.3) 2.17%, rgba(201, 173, 223, 0.3) 36.61%, rgba(236, 191, 213, 0.3) 68.45%, rgba(248, 248, 248, 0.3) 99.77%), linear-gradient(0deg, #F8F8F8, #F8F8F8);
    display: inline-block;
    float: right;
    position: sticky;
    top: 150px;
    overflow: hidden;
}

.zs-stepper-contain {
    display: inline-block;
    float: right;
    position: sticky;
    top: 170px;
    margin-left: 20px;
    width: calc(80% - 1080px);
}

.zs-stepper-count {
    font-size: 24px;
    font-weight: 500;
    color: #5146E5;
    text-align: center;
}

.zs-scroll-stepper {
    height: 450px;
    width: 8px;
    background-color: #F8F8F8;
}

.zs-step {
    width: 8px;
    height: 150px;
    transition: all .5s ease-in-out;
}

.zs-step.active {
    background: #5146E5;
}

/* scroll index 01 */
.zs-scroll-imageContain img,
.zs-visual-mac img {
    transition: all .5s linear;
}

.zs-scroll-img-01 .zs-glass-bg {
    width: 90%;
    top: 15%;
    left: 7%;
    opacity: 0;
    scale: 0;
}

.zs-scroll-img-01 .zs-template {
    width: 85%;
    top: 14%;
    left: 10%;
    z-index: 1;
    opacity: 0;
    scale: 0;
    /* transition-delay: .5s; */
}

.zs-index-1 .zs-scroll-img-01 .zs-glass-bg,
.zs-index-1 .zs-scroll-img-01 .zs-template {
    opacity: 1;
    scale: 1;
}

/* scroll index 02 */
.zs-scroll-img-02 .zs-glass-bg {
    width: 90%;
    top: 15%;
    left: -100%;
}

.zs-scroll-img-02 .zs-template {
    width: 85%;
    top: 20%;
    left: 100%;
    z-index: 1;
}

.zs-index-2 .zs-scroll-img-02 .zs-glass-bg {
    top: 15%;
    left: 7%;
}

.zs-index-2 .zs-scroll-img-02 .zs-template {
    top: 20%;
    left: 12%;
}

/* scroll index 03 */

.zs-scroll-img-03 .zs-glass-bg-01 {
    width: 50%;
    top: 5%;
    left: 0;
    transform: translate(0, -150%);
}

.zs-scroll-img-03 .zs-glass-bg-02 {
    width: 50%;
    bottom: 0%;
    right: 0;
    transform: translate(0, 150%);
}

.zs-scroll-img-03 .zs-template-01 {
    width: 55%;
    top: 6%;
    left: 2%;
    z-index: 2;
    transform: translate(0, -150%);
    transition: all .6s linear;
}

.zs-scroll-img-03 .zs-template-02 {
    width: 55%;
    top: 38%;
    right: 3%;
    z-index: 1;
    transform: translate(0, 150%);
    transition: all .6s linear;
}

/* Mobile slider */
.zs-mb-scroll-wrapper {
    display: none;
    position: relative;
    max-width: 80%;
    margin: 0 auto;

}

.zs-mb-scroll-wrapper * {
    transition: all .5s ease-in-out;
}

.zs-mb-image-slider {
    border-radius: 10px;
    background: linear-gradient(89.79deg, rgba(123, 152, 242, 0.3) 2.17%, rgba(201, 173, 223, 0.3) 36.61%, rgba(236, 191, 213, 0.3) 68.45%, rgba(248, 248, 248, 0.3) 99.77%), linear-gradient(0deg, #F8F8F8, #F8F8F8);
    box-shadow: 8px 8px 20px 0px #00000033;
    overflow: hidden;
    position: relative;
}

.zs-mb-scroll-content {
    margin-bottom: 90px;
    min-height: 220px;
    text-align: center;
}

.zs-mb-scroll-content li {
    cursor: text;
    opacity: 0;
}

.zs-mb-scroll-content li.text-in {
    opacity: 1;
}

.zs-mb-scroll-control {
    position: relative;
    width: 100%;
}

.zs-slider-arrow {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    scale: .8;
    transform: translateY(-50%);
    box-shadow: 0 3.84px 3.84px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background-color .3s ease;
}

.zs-leftNav span,
.zs-rightNav span {
    color: #f0483e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.zs-leftNav {
    left: 20%;
}

.zs-rightNav {
    right: 20%;
}


.zs-pagination {
    display: flex;
    justify-content: center;
    margin: 1.5em auto;
}

.pagination-dot {
    margin: 8px;
    padding: 5px;
    background: #757575;
    border-radius: 50%;
    cursor: pointer;
}

.pagination-dot.active-dot {
    background: #712CDD;
}

/* default slide state */
.zs-mb-img .zs-glass-bg,
.zs-mb-img .zs-glass-bg-01 {
    transform: translate(-150%, 0);
}


.zs-mb-img .zs-template,
.zs-mb-img .zs-template-01 {
    transform: translate(150%, 0);
}


.zs-mb-img .zs-glass-bg-02,
.zs-mb-img .zs-template-02 {
    transform: translate(0, -150%);
}

.zs-mb-img .zs-glass-bg-03,
.zs-mb-img .zs-template-03 {
    transform: translate(0%, 150%);
}

/* first slide */

.zs-mb-img .zs-glass-bg {
    padding: 20px;
}

.zs-mb-img .zs-template {
    top: 15%;
    right: 0;
    width: 85%;
}

/* secondslide */

.zs-mb-img .zs-glass-bg-01 {
    top: 1em;
    left: 0.5em;
    width: 90%;
}

.zs-mb-img .zs-template-01 {
    top: 2.5em;
    right: .5em;
    width: 90%;
}

/* third slide */
.zs-mb-img .zs-glass-bg-02 {
    top: 1em;
    left: 0.5em;
    width: 55%;
}

.zs-mb-img .zs-glass-bg-03 {
    bottom: .5em;
    right: 0.5em;
    width: 55%;
}

.zs-mb-img .zs-template-02 {
    top: .5em;
    left: .5em;
    width: 55%;
    z-index: 2;
}

.zs-mb-img .zs-template-03 {
    bottom: 0.5em;
    right: .5em;
    width: 50%;
    z-index: 1;
}

.zs-mb-img .zs-template-02,
.zs-mb-img .zs-template-03 {
    transition: all .6s ease-in-out;
}

/* Hover section starts */
.zs-hover-card-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.zs-presentSection,
.zs-hovergrid-section {
    margin: 150px auto;
}

.zs-card-row {
    gap: 40px;
}

.zs-card-row:not(:nth-child(3)) {
    margin-bottom: 40px;
}

.zs-hover-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    max-width: 80%;
    margin: 0 auto;
}

.zs-hover-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 4px 5px 20px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
}

.zs-hover-card:not(.zs-card-05) {
    padding-left: 5em;
}

.zs-hover-card.full-width {
    padding-left: 10em;
}

.full-width p {
    width: 60%;
}

.zs-card-content {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 180px;
}

.zs-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -20px;
    top: 33px;
}

.zs-hover-card h3 {
    font-size: 28px;
    margin: 0 0 10px;
    display: flex;
    column-gap: 10px;
    align-items: start;
    text-align: left;
}

.zs-hover-card p {
    margin: 0;
    text-align: left;
}

.full-width {
    grid-column: span 2;
}

.zw-product-header {
    background: #fcfbfc;
}

.header h1 {
    font-size: 24px;
    margin: 0;
}

.zs-hover-card::before,
.zs-hover-card img {
    transition: all .6s ease-in-out;
}


.zs-hover-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(155 171 239 / 15%) 0%, rgba(234, 224, 239, 0.3) 100%);
}

.zs-hover-card:hover::before {
    top: 0%;
}

.zs-card-img>img:last-child {
    border-radius: 10px 0 0 10px;
}

/* hover card 01 */

.zs-card-01:hover .zs-custom-slide-2 {
    top: -25%;
}

.zs-card-01:hover .zs-custom-slide-3 {
    left: -10%;
}

.zs-card-01 .zs-custom-slide-1,
.zs-card-02 .zs-test-content-img,
.zs-card-03 .zs-data-frame,
.zs-card-05 .zs-offline-frame {
    box-shadow: 0px 7.2px 36px 0px #00000030;
}


.zs-card-01:hover .zs-custom-slide-1,
.zs-card-02:hover .zs-test-content-img,
.zs-card-03:hover .zs-data-frame,
.zs-card-04:hover .zs-auto-frame,
.zs-card-05:hover .zs-offline-frame {
    box-shadow: 0px 7.2px 36px 0px #712CDD4D;
}

.zs-card-06:hover .zs-mobile-frame {
    box-shadow: 0px 7.2px 36px 0px #712CDD4D;
}

.zs-custom-slide-1 {
    width: 100%;
}

.zs-custom-slide-2 {
    width: 21%;
    top: -200%;
    right: 0;
}

.zs-custom-slide-3 {
    width: 15%;
    left: -100%;
    top: 30%;
}

/* hover card 02 */
.zs-card-02:hover .zs-test-x-icon {
    left: 18%;
}

.zs-card-02:hover .zs-test-yt-icon {
    right: 22%;
}

.zs-card-02:hover .zs-test-tweet {
    bottom: 82%;
}

.zs-test-tweet {
    bottom: -50%;
    right: 5%;
    width: 70%;
    z-index: 1;
}

.zs-test-x-icon {
    top: -10%;
    left: -50%;
    width: 15%;
    z-index: 1;
}

.zs-test-yt-icon {
    width: 20%;
    top: 30%;
    right: -100%;
    z-index: 1;
}

.zs-test-content-img {
    bottom: 0;
    right: 0;
}

/* hover card 03 */
.zs-card-03:hover .zs-data-protect {
    bottom: 50%;
}

.zs-card-03:hover .zs-data-lock {
    right: 30%;
}

.zs-data-lock {
    width: 20%;
    position: absolute;
    z-index: 1;
    top: -10%;
    right: -50%;
}

.zs-data-protect {
    width: 20%;
    position: absolute;
    z-index: 1;
    left: -10%;
    bottom: -100%;
}

.zs-data-frame {

    bottom: 0;
    right: 0;
}

/* hover card 04 */
.zs-card-04:hover .zs-auto-bar {
    left: -7%;
}

.zs-card-04:hover .zs-auto-flow {
    bottom: 20%;
}

.zs-auto-bar {
    width: 15%;
    position: absolute;
    left: -100%;
    top: 30%;
    z-index: 1;
}

.zs-auto-flow {
    width: 15%;
    position: absolute;
    left: -7%;
    bottom: -50%;
    z-index: 1;
}

.zs-auto-frame {

    right: -10%;
    /* scale: .8; */
}

/* hover card 05 */
.zs-card-05:hover .zs-offline-cloud {
    bottom: 40%;
}

.zs-card-05:hover .zs-offline-sync {
    right: 20%;
}

.zs-offline-cloud {
    width: 15%;
    position: absolute;
    z-index: 1;
    left: -7%;
    bottom: -50%;
}

.zs-offline-sync {
    position: absolute;
    width: 15%;
    top: -10%;
    right: -50%;
    z-index: 1;
}

.zs-offline-frame {

    right: 0;
}

/* hover card 06 */
.zs-mobile-frame {
    box-shadow: 0px 20px 20px 10px #00000030;
}

/* Get Started section starts */

.zs-footer-contain {
    background: url(/sites/zweb/images/show/zs-sales-professional-foot-bg.webp) center center / cover no-repeat;
    position: relative;
}

.zs-foot-title {
    font-size: 24px;
    font-weight: 500;
}

.zs-footer-img-wrap {
    left: 10%;
    width: 80%;
    margin: 0 auto;
    bottom: 0;
    height: auto;
}

.zs-footer-img {
    /* transform: translateY(5%); */
    scale: .9;
    position: absolute;
    bottom: -30px;
    left: 0;
    height: auto;
    width: 100%;
    box-shadow: 0px -10px 20px 3px #0000001f;
}

.i18n-ar .zs-banner-content *,
.i18n-ar .zs_paddingbottom_small *,
.i18n-ar .zs_paddingbottom_small,
.i18n-ar .zs-visual-content *,
.i18n-ar .zs-footer-contain *,
.i18n-ar .zs-accordian-scroll h2,
.i18n-ar .zs-hovergrid-section h2 {
    text-align: center;
}

.i18n-ar .zs-mock-img {
    right: 55%;
    left: unset;
}

.i18n-ar .zs-hover-card.full-width {
    padding-right: 10em;
    padding-left: unset;
}

.i18n-ar .zs-hover-card:not(.zs-card-05) {
    padding-right: 5em;
    padding-left: unset;
}

.i18n-ar .zs-icon {
    right: -20px;
    left: unset;
}

.i18n-ar .zs-hover-card p {
    text-align: right;
}

/* Responsive media */
@media only screen and (min-width: 1200px) {
    .zs-2col-layout:not(.zs-layout-02) {
        flex-flow: unset;
    }
}

@media only screen and (min-width: 1440px) {

    .zs-scroll-contain {
        width: calc(80% - 680px);
    }

    .zs-scroll-image-wrap {
        width: calc(80% - 370px);
    }
}

@media only screen and (min-width: 1600px) {
    .zs-visual-subtitle {
        width: 50%;
    }

    .zs-getStart-Section {
        min-height: 670px;
    }

}

@media only screen and (max-width: 1600px) {
    .zs-bannerSection .zs-section-container::after {
        height: 47.5vh;
    }

    .zs-2col-layout {
        width: 80%;
    }

    .zs-overflow-content {
        width: 100%;
    }

    .zs-layout-03 .zs-parallax-elem {
        top: 8em;
    }

    .zs-getStart-Section {
        min-height: 570px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1500px) {
    .zs-accordian-scroll {
        width: 90%;
    }

    .zs-scroll-contain {
        width: calc(80% - 570px);
    }

    .zs-stepper-contain {
        width: calc(80% - 1040px);
    }

    .zs-scroll-image-wrap {
        width: calc(80% - 230px);
        min-height: 550px;
    }

    .zs-scroll-img-03 .zs-glass-bg-02 {
        bottom: 5%;
    }

    .zs-getStart-Section {
        min-height: 540px;
    }
}

@media only screen and (max-width:1440px) {
    .full-width p {
        width: 100%;
    }

    .zs-hover-card {
        min-height: 480px;
    }

    .zs-layout-01 .zs-parallax-elem {
        top: 2em;
    }

    .zs-layout-02 .zs-parallax-elem {
        top: 5em;
    }

    .zs-layout-03 .zs-parallax-elem {
        top: 12em;
        scale: .9;
    }

}

@media only screen and (max-width:1360px) {
    .zs-bannerSection {
        background-position-y: -7.7em;
    }

    .zs-bannerSection .zs-section-container::after {
        height: 47.5vh;
    }

}

@media only screen and (max-width:1200px) {
    .zs-bannerSection .zs-section-container::after {
        height: 44.5vh;
    }

    .zs-overflow-container {
        min-height: auto;
        margin: auto;
        padding: 30px;
    }

    .zs-mb-scroll-wrapper {
        display: block;
    }

    .zs-scroll-contain,
    .zs-stepper-contain,
    .zs-scroll-image-wrap {
        display: none;
    }

    .zs-hover-card:not(.zs-card-05),
    .zs-hover-card.full-width {
        padding-left: 5em;
    }

    .zs-banner-title {
        width: 100%;
    }

    .zs-visual-subtitle {
        width: 80%;
    }

    .i18n-ar .zs-mb-scroll-content * {
        text-align: center;
    }

    .zs-getStart-Section {
        min-height: 470px;
    }
}

@media only screen and (max-width:1080px) {
    .zs-bannerSection .zs-section-container::before {
        bottom: 13.5%;
    }

    .zs-bannerSection .zs-section-container::after {
        top: 86.5%;
    }
}

@media only screen and (max-width:980px) {
    .zs-bannerSection .zs-section-container::after {
        height: 38vh;
    }

    .zs-visuals-imgContain.active .zs-question-icon {
        top: -10px;
    }

    .zs-card-row {
        flex-direction: column;
    }

    .zs-hover-card {
        min-height: auto;
    }


    .zs-hover-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .zs-hover-card:not(.zs-card-05),
    .zs-hover-card.full-width {
        padding-left: 3em;
    }

    .full-width {
        grid-column: auto;
    }

    .zs-banner-imgContain {
        min-height: auto;
    }

    .zs-layout-02 .zs-overflow-content {
        padding-bottom: 0px;
    }

    .zs-2col-layout:not(:last-child) {
        margin-bottom: 60px;
    }

    .zs-layout-02,
    .zs-layout-03 {
        flex-direction: column-reverse;
    }

    .zs-layout-02 .zs-img-wrapper {
        scale: 1.2;
        margin-bottom: 60px;
    }

    .zs-layout-03 .zs-parallax-elem {
        top: 14em;
    }

    .zs-addons {
        transform: translate(0, 0);
    }

    .zs-parallax-elem {
        display: none;
    }

    .zs-tired-txt {
        left: 5%;
        width: 20%;
    }

    .zs-visuals-imgContain.active .zs-tired-txt {
        top: -20%;
    }

    .zs-visuals-imgContain.active .zs-easy-txt {
        top: -5%;
        left: 48%;
        width: 20%;
    }

    .zs-visual-star {
        right: 45%;
        top: 100%;
    }

    .zs-visuals-imgContain.active .zs-visual-star {
        top: 60%;
    }

    .zs-visual-content-wrapper.active+.zs-visuals-imgContain .zs-easy-txt {
        width: 25%;
        right: 4%;
        top: -20%;
    }

    .zs-bulb {
        width: 10%;
        right: 25%;
    }


    .zs-getStart-Section {
        min-height: 390px;
    }

    .zs-accordian-scroll {
        margin: 150px auto 0px;
    }

    .zs-hovergrid-section {
        margin-top: 30px;
    }

    .i18n-ar .zs-hover-card:not(.zs-card-05),
    .i18n-ar .zs-hover-card.full-width {
        padding-right: 3em;
        padding-left: unset;
    }

    .zs-footer-img-wrap{
        width: 100%;
        left: 0%;
    }
    .zs-footer-img {
        bottom: -18px;
    }

}

@media only screen and (max-width:767px) {
    .zs-bannerSection .zs-section-container::after {
        bottom: -6.5%;
    }

    .zs-section-container,
    .zs-banner-content.slide-in {
        padding-bottom: 90px;
    }

    .zs-banner-title {
        padding: 0 50px;
    }

    .zs-banner-subtitle,
    .zs-overflow-content,
    .zs-2col-layout {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0 10px;
    }

    /* banner section assets */
    .zs-card-01 .zs-custom-slide-1,
    .zs-card-02 .zs-test-content-img,
    .zs-card-03 .zs-data-frame,
    .zs-card-04 .zs-auto-frame,
    .zs-card-05 .zs-offline-frame,
    .zs-card-06 .zs-mobile-frame {
        box-shadow: 0px 7.2px 36px 0px #712CDD4D;
    }

    .zs-bnr-sub-elem {
        scale: .2;
        animation: none !important;
        ;
    }


    .spread-out .zs-elem-01 {
        right: -5em;
        top: -15em;
    }

    .spread-out .zs-elem-02 {
        right: 0em;
        top: -12em;
    }

    .spread-out .zs-elem-03 {
        left: -5em;
        top: -15em;
    }

    .spread-out .zs-elem-04 {
        left: 0em;
        top: -12em;
    }

    /* bento section animations */
    .zs-hover-card:hover::before,
    .zs-hover-card::before {
        top: 0;
    }

    .zs-card-01 .zs-custom-slide-2 {
        top: -25%;
    }

    .zs-card-01 .zs-custom-slide-3 {
        left: -10%;
    }

    .zs-card-02 .zs-test-tweet {
        bottom: 82%;
    }

    .zs-card-02 .zs-test-x-icon {
        left: 18%;
        top: -5%;
    }

    .zs-card-02 .zs-test-yt-icon {
        right: 22%;
    }

    .zs-card-03 .zs-data-lock {
        right: 30%;
    }

    .zs-card-03 .zs-data-protect {
        bottom: 50%;
    }

    .zs-card-04 .zs-auto-bar {
        left: -7%;
    }

    .zs-card-04 .zs-auto-flow {
        bottom: 20%;
    }

    .zs-card-05 .zs-offline-sync {
        right: 20%;
    }

    .zs-card-05 .zs-offline-cloud {
        bottom: 40%;
    }


    .zs-img-wrapper {
        margin-bottom: 30px;
    }

    .zs-img-wrapper.active+.zs-logistic-temp {
        top: 12%;
        width: 60%;
        right: 0;
    }

    .zs-img-wrapper.active .zs-info-temp,
    .zs-img-wrapper.active .zs-chart-temp {
        left: -35%;
    }

    .zs-img-wrapper.active .zs-transparent-card {
        transform: translate(-5%, 5%);
    }

    .zs-img-wrapper.active .zs-tc-text {
        transform: translate(0%, -40%);
    }

    .zs-circle-arrow {
        top: 10%;
    }

    .zs-visual-content-wrapper {
        padding: 60px 10px;
    }

    .zs-visual-subtitle {
        width: 100%;
    }

    .zs-presentSection,
    .zs-hovergrid-section {
        margin: 90px auto;
    }


    .i18n-ar .zs-banner-subtitle *,
    .i18n-ar .zs-overflow-content *,
    .i18n-ar .zs-2col-layout * {
        text-align: center;
    }

}

@media only screen and (max-width:580px) {

    .zs-banner-title {
        padding: 0 0 30px;
    }


    .spread-out .zs-elem-01 {
        right: -7em;
        top: -15em;
    }

    .spread-out .zs-elem-02 {
        right: -4em;
        top: -12em;
    }

    .spread-out .zs-elem-03 {
        left: -7em;
        top: -15em;
    }

    .spread-out .zs-elem-04 {
        left: -4em;
        top: -12em;
    }



    .zs-getStart-Section {
        min-height: 250px;
    }

    .zs-question-icon {
        top: -20px;
        left: 25%;
    }

    .other-lang .zs-banner-title {
        font-size: 36px;
    }

    .other-lang h2 {
        font-size: 28px;
        word-break: break-word;
    }

    .zs-footer-img {
        bottom: -8px;
    }
}