* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #131313;
    /* overflow-x: hidden; */
}

body {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

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;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-weight: normal;
    color: #222;
}

h6,
p {
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 1em 0;
}

h1 {

    font-size: 44px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 28px;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h5 {
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

h6 {
    font-size: 16px;
    line-height: 1.25em;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    font-size: 18px;
}

.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_paddingtopbottom {
    padding: 15px 0;
}

.zs_margintopbottom {
    margin: 15px 0;
}

.zs_paddingtop_small {
    padding-top: 30px;
}

.zs_paddingbottom_small {
    padding-bottom: 30px;
}

.zs_margintop_small {
    margin-top: 30px;
}

.zs_marginbottom_small {
    margin-bottom: 30px;
}

.zs_paddingtopbottom_small {
    padding: 30px 0;
}

.zs_margintopbottom_small {
    margin: 30px 0;
}

.zs_paddingtop_large {
    padding-top: 50px;
}

.zs_paddingbottom_large {
    padding-bottom: 50px;
}

.zs_margintop_large {
    margin-top: 50px;
}

.zs_marginbottom_large {
    margin-bottom: 50px;
}

.zs_paddingtopbottom_large {
    padding: 50px 0;
}

.zs_margintopbottom_large {
    margin: 50px 0;
}

.mB40 {
    margin-bottom: 40px;
}

.mB50 {
    margin-bottom: 50px;
}

.zs_center {
    text-align: center;
}

.zs_flex {
    display: flex;
    align-items: center;
}

.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zw-product-header {
    background: #f4fdff;
}

.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs_block {
    display: block;
}

.zs_table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.zs_hidden {
    display: none;
}

.zs_alignright {
    text-align: right;
}

.zs_alignleft {
    text-align: left;
}

.zs_sectioncontainer {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}


section {
    position: relative;
}

.ui-left {
    float: left;
}

.ui-right {
    float: right;
}

.ui-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/* Custom CSS */
.act-btn {
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 8px 30px;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
}

.zs-table-contain ul li:nth-child(1) {
    position: sticky;
    scroll-behavior: smooth;
    top: 65px;
    z-index: 1;
    border-bottom: none !important;
    transition: top 0.2s ease-in-out;
}

.zs-table-contain ul li:nth-child(1) .pro-icon {
    width: 40px;
}

.zs-table-contain ul li:nth-child(1) span {
    font-weight: bold;
}

.key-feature-head {
    position: sticky;
    top: 8%;
    z-index: 999;
}

.zs_group_content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.zs_subtitle_banner {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.zs_subtitle_banner-1 {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.zs_subtitle_banner-2 {
    width: 66%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.zs-sub-heading {
    margin-top: 12px;
}

.zs_section {
    width: 90%;
    margin: auto;
}

.zs-show-clr {
    color: #e42527;
}

.zs-head-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 24px 0 0 0;
    margin-bottom: 30px;
}

.zs-pro-icon {
    width: 40px;
}

.zs-key-pro-icon {
    width: 40px;
}

.zs-pointer-icon {
    width: 25px;
    animation: move 4s ease-in-out infinite;
}

.zs_section_01_banner_title {
    font-size: 30px;
    font-weight: normal;
    padding-top: 10px !important;
    margin-bottom: 0;
}

.zs_banner_img {
    /* min-height: 630px; */
    width: 100%;
}

.zs_banner_img_align {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
}

.dk-img {
    display: block;
}

.mb-img {
    display: none;
}

.zs-bg-align {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: -1;
}


.zs_related_apps {
    min-height: 633px;
    position: relative;
    transition: .5s ease-in-out;
}

.zs_related_apps img {
    width: 100%;
}

.zs_related_apps .zs_apple_icon {
    width: 11%;
    position: absolute;
    right: -10%;
    top: 30%;
    animation: floating 4.5s 2s ease-in-out infinite;
}

.zs_related_apps .zs_chrome_icon {
    width: 11%;
    position: absolute;
    left: -8%;
    top: 33%;
    animation: floating 4s 1s ease-in-out infinite;
}

.zs_related_apps .zs_shareplay_icon {
    width: 11%;
    position: absolute;
    right: -3%;
    top: 0%;
    animation: floating 3.5s 1.5s ease-in-out infinite;
}

.zs_related_apps .zs_android_icon {
    width: 11%;
    position: absolute;
    left: -4%;
    top: 0%;
    animation: floating 3s .5s ease-in-out infinite;
}

.zs_section_01 {
    background: linear-gradient(180deg, #F3FDFF 0%, rgba(217, 217, 217, 0.00) 45%);
    transition: opacity 0.8s, transform 0.8s;
}

.zs_sub_heading {
    margin-top: 12px;
}

.banner-anime {
    animation: banner 2s ease-in-out;
}

.zs_section_02 {
    margin-bottom: 8%;
}

.zs_section_03 {
    margin-bottom: 10%;
}

.zs_section_04 {
    margin-top: 10%;
}

.zs_section_05 {
    margin-bottom: 10%;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes banner {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move {
    0% {
        transform: translate(-10%, 10%) scaleX(1);
    }

    50% {
        transform: translate(10%, 10%) scaleX(1);
    }

    100% {
        transform: translate(-10%, 10%) scaleX(1);
    }
}

.zs-table-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    max-width: 80%;
    margin: 0 auto;

}

.zs-table-contain ul {
    flex-basis: 100%;
}

.zs-table-feature {
    border-radius: 40px;
    margin: 30px 0;
    background-color: #f8fafb;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
}

.zs-title-feature {
    position: sticky;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: 600;
}

.zs-table-contain li {
    list-style-type: none;
    padding: 12px 40px;
    font-size: 16px;
    box-sizing: content-box;
    min-height: 80px;
}

.zs-table-contain ul {
    flex-basis: 100%;
    background: #fff;
}

.zs-table-feature li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
}

.zs-table-keynote li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-bg-color {
    background: #F9F9F9;
}

.zs-table-zshow li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
    background: #fff;
}

.zs-table-zshow {
    background: #FFF;
    box-shadow: 0px 0px 26px 0px rgba(186, 186, 186, 0.29);
    border-radius: 40px;
    padding: 40px 0;
    z-index: 1;
}

.zs-table-title {
    font-size: 24px !important;
    font-weight: 600;
}

.zs-table-keynote li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.zs-table-keynote {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-color: #f8fafb;
    margin: 30px 0;
}

.table-image {
    display: block;
}

.title.show {
    margin-top: 50px;
    text-align: center;
}

.zs-key-features {
    display: flex;
    flex-direction: column;
    align-items: center;
     margin-bottom: -25%; 
}

.zs-features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.zs-image img {
    max-width: 50%;
    height: auto;
    float: left;
    margin-left: 0%;
}

.zs-wrk-drive img {
    float: right;
    margin-right: -6%;
}

.zs-role-based img {
    float: right;
}

.slide-in {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-left {
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-left.show-left {
    opacity: 1;
    transform: translateY(-50%);
}

.slide-in-imp {
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-imp.show-org {
    opacity: 1;
    transform: translateY(-50%);
}

.slide-in-role {
    opacity: 0;
    transform: translateY(-60%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-role.show-role {
    opacity: 1;
    transform: translateY(-70%);
}

.slide-in-import {
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-import.show-import {
    opacity: 1;
    transform: translateY(-80%);
}

.lib {
    color: #FD7A02;
}

.work {
    color: #006EB9;
}

.secure {
    color: #E42527
}

.role {
    color: #009C3E;
}

.zs-description {
    width: 45%;
    padding: 0 50px;
    text-align: left;
    margin-right: 55%;
    margin-left: 5%;
}

.org-desc {
    margin-left: 3%;
}

.zs-description-1 {
    width: 40%;
    padding: 0 50px;
    text-align: right;
    margin-left: 60%;
}

.slide-in {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in.show {
    opacity: 1;
    transform: translateY(-10%);
}


.zs_macbook_user {
    text-align: left;
}

.zs-show-icon {
    width: 40px;
}

.lap-img {
    transform: scale(1.4) translate(50px, 35px);
    transform-origin: left top;
    transition: 0.3s ease-in-out;
}

.zoom-out {
    transform: scale(1) translate(50px, 35px) !important;
    transform-origin: left top !important;
    transition: 1s ease-in-out !important;
}

.zs-content-anim {
    margin-bottom: 20px;
}

.zs-rectangle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 40px 90px;
    background: rgba(223, 223, 223, 0.30);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.zs_mac_user .show-logo {
    position: absolute;
}

.zs-cta-zoho {
    padding: 10px 30px;
    background: #f0483e;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.zs-cta-zoho a {
    color: #fff;
}

@media only screen and (min-width: 1201px) {
    .zs-rectangle {
        max-width: 85%;
    }
}

@media only screen and (max-width: 1200px) {
    .zs-table-contain ul li:nth-child(1) {
        top: -5px;
    }

    .zs-rectangle {
        width: 95%;
    }

    .zs-role-based img {
        margin-right: 0;
    }

    .zs-rectangle {
        margin-top: 0%;
    }

    .zs-table-contain {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1080px) {

    .zs-title-feature,
    .zs-table-title {
        font-size: 18px !important;
    }

    .zs-role-based img {
        margin-right: 0;
    }

    .zs-rectangle {
        margin-top: 0%;
    }

}

@media only screen and (max-width: 980px) {

    .zs_related_apps img {
        width: 100%;

    }

    .zs_related_apps {
        min-height: auto !important;
    }

    .zs-table-title {
        font-size: 18px !important;
    }

    .zs-title-feature {
        font-size: 18px !important;
    }

    .zs-table-contain {
        max-width: 100%;
    }

}

@media only screen and (max-width: 840px) {
    .zs_section_01_banner_title {
        width: 100%;
        padding: 10px 40px;
        margin: auto;
        font-size: 24px;
    }

    .zs_sub_heading {
        width: 100%;
    }

    .zs_subtitle_banner {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .zs_related_apps {
        width: 100%;
    }

    .zs_subtitle_banner-2 {
        width: 95%;
    }

    .dk-img {
        display: none;
    }

    .mb-img {
        display: block;
        margin: 0 auto;
    }

    .zs-table-contain li {
        font-size: 14px;
        padding: 10px 20px;
    }

    .zs-table-title {
        font-size: 16px !important;
    }

    .zs_section_02 p,
    .zs-org-lib,
    .zs-work-drive,
    .zs-sharing,
    .zs-role,
    .zs-export {
        width: 90%;
    }

    .zs-key-features {
        margin-bottom: 0;
    }

    .zs-features {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 100px;
    }

    .zs-features>div {
        opacity: 1;
        transform: translate(0%, 0%) !important;
        transition: none;
    }

    .zs-image img {
        max-width: 100%;
    }

    .zs-wrk-drive img,
    .zs-role-based img {
        margin-right: 0;
    }

    .zs-description,
    .zs-description-1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .zs-rectangle {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 40px 10px;
    }

    .zs_macbook_user {
        text-align: center;
    }

    .zs-ls-lap {
        margin-top: 40px;
    }

    .lap-img,
    .zoom-out {
        transform: inherit !important;
    }

    .zs-table-contain {
        gap: 0px;
        max-width: 100%;
    }

    .zs-rectangle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }

    .zs_related_apps img {
        width: 100%;
    }

    .zs_subtitle_banner-2 {
        width: 100%;
    }

    .zs_sectioncontainer {
        flex-direction: column;
        text-align: center;
    }

    .zs_banner_img_align {
        max-width: 100%;
    }

    .zs-table-contain li {
        font-size: 14px;
        padding: 10px 10px;
    }

    .zs-table-title {
        font-size: 16px !important;
    }

    .zs-title-feature {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 720px) {
    .zs_section_01_banner_title {
        width: 100%;
    }

    .zs_section_02 p {
        width: 80%;
    }

    .zs-table-contain li {
        min-height: 100px;
        padding: 10px 5px;
        display: flex;
        flex-direction: column;
    }


    .zs_group_content {
        width: 100%;
    }

    .zs_android_icon,
    .zs_chrome_icon,
    .zs_shareplay_icon,
    .zs_shareplay_icon,
    .zs_apple_icon {
        display: none;
    }

    .zs-table-feature li {
        justify-content: center;
        text-align: center;
    }

    .zs-table-contain {
        max-width: 100% !important;
    }

    .zs-table-zshow li {
        gap: 0;
    }
}

@media only screen and (max-width: 580px) {

    .zs_section_01_banner_title {
        width: 100%;
    }

    .zs_section_02 p {
        width: 80%;
    }

    .zs_group_content {
        width: 100%;
    }

    .zs_android_icon,
    .zs_chrome_icon,
    .zs_shareplay_icon,
    .zs_shareplay_icon,
    .zs_apple_icon {
        display: none;
    }

    .zs-table-contain li {
        min-height: 100px;
        padding: 10px 5px;
    }

    .zs-table-contain {
        max-width: 100% !important;
    }

    .zs-table-feature,
    .zs-table-zshow,
    .zs-table-keynote {
        border-radius: 20px;
    }

    .zs-rectangle {
        width: 100%;
        border-radius: 40px;
    }

    .zs-table-feature li {
        justify-content: center;
        text-align: center;
    }

    .zs-table-zshow li {
        gap: 0;
    }
}

@media only screen and (max-width: 520px) {
    .zs-image img {
      margin-left: 40px;
  }    
    .zs-table-contain li {
        min-height: 150px;
        padding: 15px 5px;
    }

    .zs_section_01_banner_title {
        width: 100%;
    }

    .zs_section_02 p {
        width: 80%;
    }

    .zs-table-zshow li {
        gap: 0;
    }
}

.footer-sec-wrap .product-links.three-column>div {
    text-align: left;
}

/*Arabic starts*/
.i18n-ar .zs_section_01_banner_title, .i18n-ar .zs_sub_heading, .i18n-ar .zs_section_01_banner_title, .i18n-ar .zs_subtitle_banner, .i18n-ar .zs-content-anim .create-new-btn, .i18n-ar .zs_center h2, .i18n-ar .zs_center p, .i18n-ar .zs_section_03 h4.zs_paddingbottom_large, .i18n-ar .zs-table-zshow li, .i18n-ar .zs-table-keynote li {
    text-align: center;
}
.i18n-ar .zs_section_05 .zs-mac-user h3, .i18n-ar .zs_section_05 .zs-mac-user p {
    text-align: right;
}

.i18n-ar .zoom-out {
    transform: scale(1) translate(-50px, 35px) !important;
    transform-origin: right top !important;
    transition: 1s ease-in-out !important;
}
.i18n-ar .zs_macbook_user h3, .i18n-ar .zs_macbook_user p {
    text-align: center;
}
@media only screen and (max-width:840px)
{
.i18n-ar .zs_section_04 h3, .i18n-ar .zs_section_04 p, .i18n-ar .zs_section_05 .zs-mac-user h3, .i18n-ar .zs_section_05 .zs-mac-user p {
    text-align: center;
}
.i18n-ar .zs_section_05 .zs-rectangle .zs-ls-lap img {
    transform: inherit !important;
}
.i18n-ar .zs_section_05 .zs-rectangle {
    right: 0;
    left: inherit;
    transform: none;
}
}

.other-lang .zs-content-anim {
    max-width: 850px;
    margin: auto;
}