* {
    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;
    color: #1756e3;
}

/*** 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: 44px;
    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: 28px;
    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-left {
    text-align: left;
}

.zs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .zs-link-tags {
    color: #1756e3;
} */
.zs-svg-icon {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    fill: #474444;
    fill-opacity: 0.6;
}

.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-sectioncontainer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
/* Responsive */


/* Custom CSS */
.zs-section-one {
    background-image: url(/sites/zweb/images/show/zs-dot-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}

.zs-section-title {
    font-size: 44px;
}

.zs-bannercontent h1 {
    font-size: 60px;
}

.zs-bannercontent p {
    font-size: 20px;
}

.create-new-btn {
    margin: 20px 0 0;
}
.create-new-temp-btn {
    color: #fff;
    display: inline-block;
}
.zs-bannercontent h1 {
    font-size: 60px;
}

.zs-feature-banner {
    width: 70%;
    margin: 50px auto 0;
    min-height: 560px;
}

.zs-dynamic-image {
    width: 50%;
    margin: 50px auto 50px;

}

.zs-dynamic-footer {
    width: 50%;
    margin: 20px auto 30px;

}

/* Section Two */
.zs-section-two {
    max-width: 1850px;
}

.zs-createsection {
    background: linear-gradient(to bottom, #0C111D 100%, #0C111D4D 30%);
    background-size: cover;
}

.zs-create-section {
    background: #000;
    background: linear-gradient(to bottom, #0C111D 100%, #0C111D4D 30%);
    background-size: cover;
}

.zs-temp-img {
    margin-top: 50px;
}

.zs-temp-img div {
    margin-top: 30px;
}

.zs-temprow-one,
.zs-temprow-two,
.zs-temprow-three {
    background: url(/sites/zweb/images/show/zs-web-template1.webp) repeat-x;
    background-size: auto 150px;
    height: 150px;
    animation: slide2 120s linear infinite;
}

.zs-temprow-two {
    background: url(/sites/zweb/images/show/zs-web-template2.webp) repeat-x;
    background-size: auto 150px;
    animation: slide1 100s linear infinite;
}

.zs-temprow-three {
    background: url(/sites/zweb/images/show/zs-web-template3.webp) repeat-x;
    animation: slide2 80s linear infinite;
    background-size: auto 150px;
}

@keyframes slide1 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -4736px;
    }
}

@keyframes slide2 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 4736px;
    }
}

.zs-tempgradient {
    position: absolute;
    height: 35%;
    width: 100%;
    top: 60%;
    background: linear-gradient(to bottom, #0C111D4D 30%, #0C111D 100%);
}

.zs-icon {
    display: inline-flex;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50px;
    background: #fff;
    margin: 10px 0 20px;
}

.create-icon {
    color: #4CAF50;
    border: 1px solid #4CAF50;
}
.zs-create-content {
    padding: 100px 0 0;
    margin: 0 auto;
}

.zs-create-content h2 {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.divider {
    /* width: 20%; */
    width: 320px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
    margin-bottom: 40px;
}
.zs-create-content h3 {
    color: #fff;
    margin-bottom: 10px;
}
.zs-create-content p {
    width: 45%;
    margin: 0 auto;
    color: #fff;
}

.zs-temp-cta {
    display: inline-block;
    padding: 8px 30px;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    font-family: var(--zf-primary-semibold),sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
}
.zs-temp-cta:hover{
    border: 1px solid #e42527;
    color: #e42527;
}
.links[data-section="create"].active {
    border-color: #E3F5E3;
    color: #4CAF50;
    background: #E3F5E3;
}

.links[data-section="create"].active .create-nav {
    fill: #4CAF50;
    fill-opacity: 1;
}

.links[data-section="design"].active {
    border-color: #DAF3FF;
    color: #2196f3;
    background: #DAF3FF;
}

.links[data-section="design"].active .design-nav {
    fill: #2196f3;
    fill-opacity: 1;
}

.links[data-section="collabrate"].active {
    border-color: #FFE3E1;
    color: #f44336;
    background: #FFE3E1;
}

.links[data-section="collabrate"].active .collab-nav {
    fill: #f44336;
    fill-opacity: 1;
}

.links[data-section="deliver"].active {
    border-color: #FFF9C6;
    color: #E99302;
    background: #FFF9C6;
}

.links[data-section="deliver"].active .deliver-nav {
    fill: #E99302;
    fill-opacity: 1;
}

.links.active,
.links:hover {
    transition: background 0.5s ease;
    background: #F0F0F0;
}

.nav-bar {
    position: fixed;
    transition: all 0.5s ease;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -150px);
    transition: transform 0.5s ease;
    width: 100%;
    z-index: 99;
}

.nav-bar.sticky .links {
    pointer-events: auto;
}

.nav-bar ul {
    background-color: #fff;
    width: 600px;
    border-radius: 50px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
    position: relative;
    box-shadow: 0 2px 24px rgb(0 0 0 / 12%);
}

.nav-bar li {
    padding: 5px 10px;
    font-size: 18px;
    margin: 10px;
    cursor: pointer;
    color: #474444b3;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    border: 1px solid transparent;
    gap: 6px;
}

.zs-flex-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 auto 0;
    background: #fff;
    background-image: url(/sites/zweb/images/show/zs-create-bg.webp);
    background-size: 100% 100%;
}

.zs-lib-contain {
    display: flex;
    justify-content: center;
    border: 1px solid #D9D9D9;
    width: 75%;
    margin: 130px auto 0 auto;
    text-align: left;
    padding: 20px 30px;
    border-radius: 20px;
    background: #fff;
}

.zs-flex-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 75%;
    margin: 0 auto 90px auto;
}

.zs-flex-item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin: 0 auto;
    background: #fff;
}

.full-width {
    width: 100%;
    text-align: center;
}

.half-width {
    width: 50%;
    border: 1px solid #D9D9D9;
    padding: 50px 40px;
    border-radius: 20px;
}

.half-width h3 {
    width: 80%;
}

.zs-flex-item img {
    width: 100%;
    height: auto;
}

/* Section three */
.zs-section-design {
    height: 3000px;
    top: 0;
    background-image: linear-gradient(#BFE4FF, #CECEF6);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.zs-design-section {
    position: sticky;
    top: -20px;
    left: 0;
    width: 100vw;
    z-index: 10;
    overflow: hidden;
}

.zs-design-wrapper {
    margin-left: 10%;
    justify-content: start;
    width: max-content;
    gap: 20px;
    transform: translateX(0);
    transition: transform 0.5s linear;
    will-change: transform;
    padding-bottom: 60px;
    margin-top: 50px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.zs-design-container {
    width: 560px;
    box-sizing: border-box;
    border-radius: 10px;
    flex: 0 0 auto;
    flex-shrink: 0;
    scroll-snap-align: start;
    background: #fff;
    min-height: 720px;
}

.zs-design-wrapper::-webkit-scrollbar {
    display: none;
}

.zs-design-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.design-icon {
    color: #2196F3;
    border: 1px solid #2196F3;
}

.zs-design-content {
    padding: 30px 50px 30px;
}

.zs-design-content h3 {
    margin-bottom: 0;
}

.zs-lib-img {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

/*! Accordion Section starts here */
.zs-section-collab {
    background-image: linear-gradient(#FEF3F2, #F8FCFF);
    visibility: visible;
    display: block;
    padding: 90px 0;
}

.zs-collab-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5%;
    margin: 60px auto 60px;
    width: 85%;
    margin-right: 80px;
}

/* .zs-accordion-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.zs-accordion-contain {
    position: relative;
}

.zs-accordion {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.zs-accordion::after,
.zs-accordion::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 4px;
    height: 100%;
    background: #d4d7da;
    border-radius: 5px;
}

.zs-accordion.active::before {
    background-color: #f44336;
    z-index: 1;
    animation: fill-height 10s linear forwards;
}

@keyframes fill-height {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.zs-accordion.active {
    cursor: default;
}

.zs-accordion .zs-accordion-title {
    opacity: 0.5;
    margin: 0 auto;
}

.zs-accordion.active .zs-accordion-title,
.zs-accordion-img.active {
    opacity: 1;
}

/* .zs-accordion.active .zs-accordion-content {
    max-height: 500px;
    opacity: 1;
} */

.zs-accordion-content p {
    width: 90%;
}

.zs-accordion-asset {
    width: 80%;
    /* height: 100%; */
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
}

.zs-accordion-asset img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zs-accordion-img {
    opacity: 0;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.zs-accordion:not(.active) .zs-accordion::before {
    height: 0;
}

/*! Accordion Section ends here */

.collab-icon {
    color: #F44336;
    border: 1px solid #F44336;
}

.zs-deliver-section {
    background-color: #FFFDEB;
}

.deliver-icon {
    color: #E99302;
    border: 1px solid #E99302;
}

.zs-deliver-wrapper {
    width: 100%;
    margin: 0 auto;
}

.zs-deliver-container {
    max-width: 1800px;
    width: 100%;
    padding: 100px;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    position: sticky;
    top: 0;
    min-height: 770px;
}

.zs-deliver-img {
    width: 70%;
}

.zs-deliver-cont {
    width: 40%;
}

.slide-deck {
    background-color: #FFFDEB;
}

.presentation {
    background-color: #E0F1FE;
}

.slideshow {
    background-color: #FFF6F0;
}

.presenter {
    background-color: #E8EBFF;
}

.livecast  {
    background-color: #F0FEEF;
}
/* Section three */
.zs-integrated-cont {
    width: 50%;
}

.zs-integrated-cont h3 {
    font-size: 44px;
}

.zs-integrated-apps {
    width: 100%;
}

.zs-integrated-apps div[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

/* Tooltip arrow styling */
.zs-integrated-apps div[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    top: 0%; 
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.zs-integrated-apps div[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.zs-section-three {
    background: #F3F4FF;
}

.zs-integrated-app {
    width: 100%;
}

.zs-integrated-app-bg {
    width: 80%;
    margin: 0 auto;
}
.zs-zapier-logo,
.zs-flow-logo,
.zs-slack-icon,
.zs-drive-logo,
.zs-sheet-logo {
    transition: all 1s ease;
    width: 12%;
}

.zs-show-logo {
    top: 37%;
    left: 39%;
    width: 20%;
}

.zs-zapier-logo {
    top: 32%;
    right: 34%;
}

.zs-flow-logo {
    top: 47%;
    left: 30%;
}

.zs-slack-icon {
    top: 32%;
    left: 34%;
}
.zs-drive-logo {
    bottom: 39%;
    right: 30%;
}

.zs-integrates-icon {
    width: 18%;
    bottom: -20%;
    left: 0%;
}

.zs-sheet-logo {
    top: 25%;
    right: 45%;
}

.zs-logos-spread .zs-zapier-logo {
    top: 30%;
    right: 8%;
}

.zs-logos-spread .zs-flow-logo {
    top: 80%;
    left: 17%;
}

.zs-logos-spread .zs-slack-icon {
    top: 30%;
    left: 6%;
}
.zs-logos-spread .zs-drive-logo {
    bottom: 3%;
    right: 20%;
}

.zs-logos-spread .zs-sheet-logo {
    top: -8%;
    right: 45%;
}

.zs-logos-spread .zs-integrates-icon {
    bottom: -20%;
    left: 0%;
}

/* section four */
.zs-section-three {
    overflow: hidden;
}
.zs-apple-tv {
    background: #000;
    padding-top: 100px;
}
.zs-apple-cont h3,
.zs-apple-cont p, .zs-mob-tv-head {
    color: #fff;
}
.zs-appletv-img {
    left: max(50%, 100px);
    top: 20%;
    position: sticky;
    height: 595px;
    /* max-height: 610px; */
    margin: 100px 0px 200px 0px;
    overflow: hidden;
    z-index: 1;
    max-width: max(50vw, 100px);
    background: url(/sites/zweb/images/show/zs-web-androidiostv.webp) 0 0 /cover no-repeat;
    background-size: cover;
    background-position: center;
}

.zs-device-img {
    width: 50%;
    position: relative;
    /* left: 80px; */
    left: 0;
}

.zs-castinghand {
    position: absolute;
    width: 30%;
    left: 65%;
    top: 44%;
    z-index: 2;
    scale: 0.7;
}

.zs-ripple {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 62.8%;
    right: 11.2%;
    background: transparent;
    z-index: 10;

}

.zs-ripple {
    animation: highlight 2s linear infinite;
    opacity: 1;
}

@keyframes highlight {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 122, 255, .8);
    }

    50% {
        box-shadow: 0 0 0 .3em rgba(0, 123, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 .6em rgba(225, 224, 245, 0);
    }
}

.new-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 1s ease-in-out;
    /* Smooth transition */
    z-index: 1;
}

.new-image.active {
    opacity: 1;
    /* Show new image */
}

.zs-chrome-cont {
    width: 600px;
    margin: 0 auto;
}

.zs-apple-cont,
.android-cont {
    height: 80vh;
    width: 1500px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
}

.anim-content-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #000;
    min-height: 100vh;
    /* min-height: 900px; */
}

.android-bg {
    background: #fff;
}

.zs-appletv-cont h3 {
    width: 27rem;
}

.zs-appletv-cont p {
    width: 40%;
}

.zs-section-five {
    overflow: hidden;
}

.zs-device-logo {
    width: 8%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0px 12px 12px #00000008;
}

.zs-chromecast-logo,
.extn-logo {
    width: 16%;
}

.zs-android-tv {
    background: #FFF8FB;
    min-height: 720px;
}

.zs-appletv-cont {
    margin-top: -100vh;
    background: #fff;
}

.zs-chromecast-container,
.zs-chrome-extn {
    padding: 100px 0;
}

.zs-chromecast-container {
    padding: 150px 0;
}

.zs-integrated-section {
    padding: 150px 50px;
    gap: 100px;
}

.zs-android-title {
    width: 90%;
}

/* Section four */
.zs-chromecast-container {
    background: #F5F5F5;
}

.zs-chrome-extn {
    background: #F4F4ED;
}

.zs-web-chrome {
    right: 0;
    left: auto;
}

.zs-ext-btn {
    justify-content: flex-start;
    gap: 30px;
    padding-top: 20px;
}

.zs-extension-webstore {
    display: flex;
}

.zs_chromewebstore {
    width: 175px;
    height: 60px;
    background: url(/sites/zweb/images/show/chromewebstore-badge.webp) 0 0 no-repeat;
    background-size: 100%;
}

.zs-mob-tv-wrapper {
    display: none;
}

.zs-apple-tv-title {
    color: #fff;
}

/* Section six */
.zs-section-six {
    background: #fff;
}

.zs-device-wrapper {
    gap: 50px;
    padding: 150px 0 0;
    justify-content: space-between;
    align-items: center;
}

.zs-ios-device img,
.zs-android-device img {
    width: 100%;
    height: auto;
    /* margin: 0 auto; */
/*    border-radius: 10px; */
    opacity: 0;
}

.fade-anim {
    animation: fade-out 2s ease forwards;
}

.fade-anim-delay {
    animation: fade-out 2s ease 0.3s forwards;
}

@keyframes fade-out {
    0% {
        transform: translateY(450px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.zs-apps-download-links-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}

.zs-device-cont {
    width: 100%;
}
.zs-device-cont p {
    width: 90%;
    margin: 0 auto;
}
.zs_apple_badge img,
.badge {
    width: 140px;
    height: 48px;
}

/* Section seven */
.create-new-btn, .create-new-temp-btn {
    margin: 20px 0 0;
}
.create-new-temp-btn {
    color: #fff;
    display: inline-block;
}
.zs-section-seven {
    background-image: url(/sites/zweb/images/show/zs-createvisually-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px;
    position: relative;
    z-index: 2;
}

.zs-section-seven h3 {
    color: #fff;
}

.zs-mob-collab-container {
    display: none;
}
.zs-apple-cont a {
    color: #0478ff;
}
.zs-appletv-logo,
.zs-android-logo {
    width: 7%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0px 12px 12px #00000008;
}

.apple-tv-content,
.android-tv-content {
    padding: 20px;
}
.zs-mob-apple-tv-container,
.zs-mob-android-tv-container {
    background: #000;
    padding: 50px 0;
    overflow: hidden;
}

.apple-tv-content h2,
.apple-tv-content p {
    color: #fff;
}

.tv-container {
    position: relative;
    left: 20px;
}

.zs-mob-android-tv-container {
    background: #fff;
}
.i18n-ar .zs-center, .i18n-ar .zs-temp-cta, .i18n-ar .full-width { text-align: center; }
.i18n-ar .zs-center *, .i18n-ar .zs-temp-cta *, .i18n-ar .full-width * { text-align: center; }
.i18n-ar .zs-paddingleft-small { padding-right: 30px; padding-left: unset; }
.i18n-ar .zs-paddingright-small { padding-left: 30px; padding-right: unset; }
.i18n-ar .zs-left { text-align: right; }
.i18n-ar .zs-left *{ text-align: right; }
.i18n-ar .zs-section-container {margin-left: auto;margin-right: auto;}
.i18n-ar .zs-sectioncontainer { margin-left: auto; margin-right: auto; }
.i18n-ar .nav-bar { transform: translate(50%, -150px); right: 50%; left: unset; }
.i18n-ar .zs-flex-container { margin: 50px 0 auto 0; }
.i18n-ar .zs-lib-contain { margin: 130px auto 0 auto; text-align: right; }
.i18n-ar .zs-flex-row { margin: 0 auto 90px auto; }
.i18n-ar .zs-design-section { right: 0; left: unset; }
.i18n-ar .zs-design-wrapper { transform: translateX(0); margin-right: 10%; margin-left: unset; }
.i18n-ar .zs-collab-content-wrapper {margin: 60px auto 60px 80px;}
.i18n-ar .zs-accordion { text-align: right; }
.i18n-ar .zs-accordion::after, .i18n-ar .zs-accordion::before { right: -20px; left: unset; }
.i18n-ar .zs-accordion-img { right: 0; left: unset; }
.i18n-ar .zs-deliver-container { border-radius: 20px 0 0 20px; }
.i18n-ar .zs-integrated-apps div[data-tooltip]:hover::after { transform: translateX(50%); right: 50%; left: unset; }
.i18n-ar .zs-integrated-apps div[data-tooltip]:hover::before { transform: translateX(50%); border-right: 5px solid transparent; border-left: unset; border-left: 5px solid transparent; border-right: unset; right: 50%; left: unset; }
.i18n-ar .zs-show-logo { right: 41%; left: unset; }
.i18n-ar .zs-zapier-logo { left: 34%; right: unset; }
.i18n-ar .zs-flow-logo { right: 30%; left: unset; }
.i18n-ar .zs-slack-icon { right: 34%; left: unset; }
.i18n-ar .zs-drive-logo { left: 30%; right: unset; }
.i18n-ar .zs-integrates-icon { right: 0; left: unset; }
.i18n-ar .zs-sheet-logo { left: 45%; right: unset; }
.i18n-ar .zs-logos-spread .zs-zapier-logo { left: 17%; right: unset; }
.i18n-ar .zs-logos-spread .zs-flow-logo { right: 5%; left: unset; }
.i18n-ar .zs-logos-spread .zs-slack-icon { right: 17%; left: unset; }
.i18n-ar .zs-logos-spread .zs-drive-logo { left: 7%; right: unset; }
.i18n-ar .zs-logos-spread .zs-sheet-logo { left: 45%; right: unset; }
.i18n-ar .zs-logos-spread .zs-integrates-icon { right: 0; left: unset; }
.i18n-ar .zs-appletv-img { margin: 100px 0 200px 0; right: max(50%,100px); left: unset; }
.i18n-ar .zs-device-img { right: 0; left: unset; }
.i18n-ar .zs-castinghand { right: 65%; left: unset; }
.i18n-ar .zs-ripple { left: 11.2%; right: unset; }
.i18n-ar .new-image { right: 0; left: unset; }
.i18n-ar .zs-web-chrome { left: 0; right: auto; }
.i18n-ar .tv-container { right: 20px; left: unset; }
/* Responsive  */
@media only screen and (min-width: 1400px) {

    .zs-section-container,
    .zs-section-two,
    .zs-deliver-container {
        max-width: 1950px;
    }

    .zs-collab-img,
    .zs-collab-content {
        width: 70%;
    }

    .zs-appletv-img {
        height: 570px;
    }
}

@media only screen and (min-width: 1420px){
    .zs-appletv-img {
        height: 580px;
    }
}

@media only screen and (min-width: 1419px)and(max-width: 1480px) {
    .zs-appletv-img {
        height: 630px;
    }
}

@media only screen and (min-width: 2200px) {

    .zs-section-container,
    .zs-section-two,
    .zs-deliver-container {
        max-width: 2560px;
    }

    .zs-appletv-img {
        height: 850px;
    }

    .zs-apple-cont,
    .android-cont {
        width: 1920px;
    }
    .zs-appletv-logo, .zs-android-logo {
        width: 6%;
    }
    .zs-ripple {
        width: 30px;
        height: 30px;
        top: 63%;
        right: 10.8%;
    }

    .zs-accordion-asset {
        width: 60%;
        height: 600px;
    }

    .zs-deliver-container {
        padding: 10%;
    }

    .zs-chrome-cont {
        width: 650px;
    }
    .zs-flex-container, .zs-flex-container {
        background-size: 100% 50%;
    }
    .zs-flex-row, .zs-lib-contain {
        width: 60%;
    }
    .zs-design-section {
        top: 80px;
    }
    .zs-design-wrapper {
        margin-top: 100px;
    }
    .zs-fun-content {
        margin-bottom: 50px;
    }
    .zs-collab-content-wrapper {
        margin: 0 auto;
        margin-right: 0;
        padding: 40px;
    }   
    .zs-accordion-content {
        display: none;
    }
    
    .zs-accordion.active .zs-accordion-content {
        display: block;
    }
.i18n-ar .zs-ripple { left: 10.8%; right: unset; }
.i18n-ar .zs-deliver-container { padding: 10%; }
.i18n-ar .zs-collab-content-wrapper { margin: 0 auto; padding: 40px; margin-left: 0; margin-right: unset; }
}

@media only screen and (min-width: 1300px) and (max-width: 1370px) and (orientation: landscape) {
    .zs-android-device {
        width: 50%;
        margin: 0 0 50px;
    }

    .zs-feature-banner {
        margin: 50px auto 50px;
    }

    .zs-ios-device,
    .zs-android-footer,
    .zs-footer-devices {
        display: none;
    }

    .zs-device-wrapper {
        flex-direction: column;
    }

    .zs-device-cont {
        width: 50%;
        margin: 0 auto;
    }

    .nav-bar {
        top: 0;
    }

    .zs-section-seven {
        display: none;
    }

    .zs-ios-device img,
    .zs-android-device img {
        opacity: 1;
        animation: none;
    }
    h3 {
        font-size: 26px;
    }
    .zs-accordion h3 {
        font-size: 24px;
    }
    .zs-asset-lib h3 {
        width: 80%;
    }
    .zs-apple-cont {
        height: 120vh;
    }
    .zs-ripple {
        top: 62.2%;
        right: 11%;
    }
.i18n-ar .zs-android-device { margin: 0 0 50px; }
.i18n-ar .zs-feature-banner { margin: 50px auto 50px; }
.i18n-ar .zs-device-cont { margin: 0 auto; }
.i18n-ar .zs-ripple { left: 11%; right: unset; }
}

@media only screen and (min-width:1080px) and (max-width: 1380px) {
    .zs-section-one {
        background-image: none;
    }

    .zs-lib-contain,
    .zs-flex-row {
        width: 95%;
    }

    .zs-section-design {
        height: 3300px;
    }

    .zs-appletv-img {
        height: 455px;
    }

    .zs-collab-content {
        width: 90%;
    }

    .zs-deliver-container {
        min-height: 700px;
        padding: 100px;
    }

    .zs-device-wrapper {
        margin: 20px auto 0px;
        gap: 20px;
        padding: 90px 0 0;
    }

    .zs-apple-cont,
    .android-cont {
        width: 1200px;
    }

    .half-width h3 {
        width: 100%;
    }

    .zs-accordion-asset {
        width: 80%;
    }

    .zs-accordion {
        width: 100%;
    }

    .zs-collab-content-wrapper {
        width: 90%;
    }

    .zs-accordion-contain {
        width: 90%;
    }

    .zs-accordion-asset {
        width: 100%;
    }
.i18n-ar .zs-deliver-container { padding: 100px; }
.i18n-ar .zs-device-wrapper { margin: 20px auto 0; padding: 90px 0 0; }

}

@media (max-width: 1280px) and (min-width: 1024px) {
    .zs-section-collab {
        padding: 80px 0;
    }

    .zs-accordion {
        width: 100%;
    }

    .zs-accordion-asset {
        width: 100%;
        height: 620px;
    }

    .zs-accordion-asset img {
        width: 550px;
    }

    .zs-accordion .zs-accordion-title {
        font-size: 26px;
    }

    .zs-accordion-contain {
        width: 100%;
    }

    .zs-ios-device img,
    .zs-android-device img {
        opacity: 1;
        animation: none;
    }
    h3 {
        font-size: 26px;
    }
    .zs-chrome-cont {
        width: 40%;
    }
    .zs-integrated-cont h3 {
        font-size: 42px;
    }
    .zs-section-title {
        font-size: 28px;
    }
    .zs-accordion h3 {
        font-size: 24px;
    }
.i18n-ar .zs-section-collab { padding: 80px 0; }
}

@media only screen and (max-width: 1280px) {
    .zs-bannercontent h1 {
        font-size: 44px;
    }
    .zs-feature-banner {
        min-height: auto;
    }
    .zs-create-content p,
    .zs-create-content h2 {
        width: 70%;
        margin: 0 auto;
    }
    .zs-create-content h2 {
        margin-bottom: 40px;
    }

    .zs-lib-contain,
    .zs-flex-row {
        width: 95%;
    }

    .zs-deliver-container {
        padding: 80px;
        gap: 50px;
    }

    .zs-integrated-section {
        margin-left: 50px;
        width: 100%;
    }

    .zs-section-seven {
        padding: 90px;
    }

    .zs-integrates-icon {
        bottom: -20%;
        width: 20%;
    }

    .zs-collab-container {
        padding: 50px 0;
    }

    .half-width h3 {
        width: 100%;
    }

    .half-width {
        gap: 40px;
    }

    .zs-ripple {
        top: 62%;
        right: 10.9%;
    }

    .zs-collab-section {
        padding-bottom: 90px;
    }

    .zs-collab-content {
        margin-bottom: 0px;
        max-height: 80px;
        width: 80%;
        top: -20px;
    }

    .zs-collab-img {
        width: 90%;
        min-height: 650px;
    }

    .zs-apple-cont,
    .android-cont {
        width: 1080px;
    }

    .zs-appletv-img {
        height: 425px;
    }

    .zs-chrome-cont {
        padding: 10px;
    }
    .zs-section-seven,
    .zs-ios-device {
        display: none;
    }

    .zs-device-wrapper {
        flex-direction: column;
    }
    .zs-android-device {
        width: 50%;
        margin: 0 0 50px;
    }
    .zs-feature-banner {
        margin: 50px auto 50px;
    }
.i18n-ar .zs-create-content p, .i18n-ar .zs-create-content h2 { margin: 0 auto; }
.i18n-ar .zs-deliver-container { padding: 80px; }
.i18n-ar .zs-integrated-section { margin-right: 50px; margin-left: unset; }
.i18n-ar .zs-section-seven { padding: 90px; }
.i18n-ar .zs-collab-container { padding: 50px 0; }
.i18n-ar .zs-ripple { left: 10.9%; right: unset; }
.i18n-ar .zs-chrome-cont { padding: 10px; }
.i18n-ar .zs-android-device { margin: 0 0 50px; }
.i18n-ar .zs-feature-banner { margin: 50px auto 50px; }
}

@media only screen and (max-width: 1197px) {
    .zs-design-content {
        padding: 30px 50px 20px;
    }

    .zs-appletv-img {
        height: 390px;
    }

    .zs-create-content {
        width: 90%;
        margin: 0 auto;
    }

    .zs-create-content p {
        margin-top: 20px;
    }

    .zs-asset-lib h3 {
        width: 90%;
    }

    .zs-asset-lib p,
    .zs-data-fields p {
        width: 95%;
    }

    .zs-design-container {
        min-height: 620px;
    }

    .zs-lib-img {
        width: 90%;
    }

    .zs-collab-content {
        max-height: 90px;
        top: -10px;
    }

    .nav-bar {
        top: 0;
    }

    .zs-device-cont {
        width: 70%;
        margin: 0 auto;
    }
.i18n-ar .zs-design-content { padding: 30px 50px 20px; }
.i18n-ar .zs-create-content { margin: 0 auto; }
.i18n-ar .zs-device-cont { margin: 0 auto; }
}
@media only screen and (max-width: 1140px){
    .zs-appletv-img {
        height: 380px;
    }
}
@media only screen and (max-width: 1080px) {
    .zs-section-one {
        background-image: none;
    }

    .zs-apple-cont,
    .android-cont {
        width: 900px;
    }

    .zs-apple-cont,
    .android-cont {
        height: 62vh;
        justify-content: end;
        align-items: start;
    }

    .android-bg {
        min-height: 30vh;
    }

    .android-bg .android-cont {
        justify-content: center;
        align-items: start;
    }

    .zs-appletv-img {
        height: 340px;
    }

    .zs-collab-img {
        width: 100%;
    }

    .zs-deliver-container {
        padding: 50px;
        min-height: 580px;
    }

    .zs-section-design {
        height: 3500px;
    }

    .zs-integrated-section {
        margin-left: 0;
    }

    .zs-ios-device {
        display: none;
    }
.i18n-ar .zs-deliver-container { padding: 50px; }
.i18n-ar .zs-integrated-section { margin-right: 0; margin-left: unset; }
}

@media only screen and (max-width: 1024px) {
    .zs-design-container {
        min-height: 620px;
    }

    .zs-collab-content {
        max-height: 60px;
        top: -10px;
    }

    .zs-progress-bar {
        height: 40px;
    }

    .zs-device-wrapper {
        gap: 30px;
        padding: 90px 0 0;
    }

    .zs-device-cont {
        width: 60%;
    }
    .zs-accordion h3 {
        font-size: 24px;
    }
    .zs-integrated-cont {
        width: 65%;
    }
    .zs-integrated-cont h3 {
        font-size: 28px;
    }
    .zs-ripple {
        top: 61.5%;
        right: 10.5%;
    }
.i18n-ar .zs-device-wrapper { padding: 90px 0 0; }
.i18n-ar .zs-ripple { left: 10.5%; right: unset; }
}
@media only screen and (min-width: 660px) and (max-width: 940px) and (orientation: landscape) {
    .zs-mob-tv-wrapper {
        display: block;
    }
    .zs-apple-tv {
        display: none;
    }
    .apple-tv-content a {
        color: #0478ff;
    }
.i18n-ar .zs-appletv-img { margin: 100px 0 100px 0; }
}
@media only screen and (min-width: 1020px) and (max-width: 1140px) and (orientation: landscape) {
    .zs-appletv-img {
        margin: 100px 0 100px 0;
    }
    .zs-design-section {
        top: -100px;
    }
}

@media only screen and (max-width: 880px) {
    .zs-appletv-cont h3 {
        width: 18rem;
    }
    .zs-deliver-cont {
        width: 60%;
    }

    .zs-appletv-img {
        height: 275px;
    }

    .zs-section-design {
        height: 3600px;
    }

    .zs-apple-cont,
    .android-cont {
        width: 740px;
    }

    .zs-appletv-img {
        height: 275px;
    }

    .zs-chrome-cont {
        width: 50%;
        padding: 20px;
    }

    .zs-chromecast-container,
    .zs-chrome-extn {
        padding: 100px 0;
    }

    .zs-deliver-container {
        padding: 40px;
        gap: 20px;
    }

    .zs-integrated-cont {
        padding: 0;
    }

    .zs-device-cont {
        width: 70%;
    }

    .half-width h3 {
        width: 90%;
    }

    .half-width p {
        width: 95%;
    }

    .half-width h3 {
        width: 90%;
    }

    .zs-accordion,
    .zs-accordion-content p, .zs-asset-lib h3, .zs-accordion-asset {
        width: 100%;
    }

    .zs-create-content {
        width: 80%;
        margin: 0 auto;
    }
    .zs-ios-device img,
    .zs-android-device img {
        opacity: 1;
        animation: none;
    }
    .zs-section-title {
        font-size: 28px;
    }
    .divider {
        width: 250px;
    }
.i18n-ar .zs-chrome-cont { padding: 20px; }
.i18n-ar .zs-chromecast-container, .i18n-ar .zs-chrome-extn { padding: 100px 0; }
.i18n-ar .zs-deliver-container { padding: 40px; }
.i18n-ar .zs-integrated-cont { padding: 0; }
.i18n-ar .zs-create-content { margin: 0 auto; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 21px;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    .zs-learn-more {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 23px;
    }

    p, .zs-learn-more {
        font-size: 16px;
    }
}
@media only screen and (max-width: 750px) and (orientation: portrait) {
    .zs-design-container {
        min-height: 670px;
    }
    .zs-collab-content-wrapper {
        display: none;
    }
    .zs-mob-collab-container {
        height: auto;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .list-collab {
        border-bottom: .4px solid transparent;
        padding-right: 30px;
        width: 95%;
        margin-top: 0;
        position: relative;
        cursor: pointer;
        margin: 5px 0;
        overflow: hidden;
    }

    .list-collab h3 {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .collab-heading {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
    }

    .collab-heading::after {
        content: url(/sites/zweb/images/show/zs_down_arrow.svg);
        color: #000;
        margin-left: 5px;
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        transform: scaleY(1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .list-collab.active .collab-heading::after {

        transform: scaleY(-1);
        bottom: -10px;
    }
    .list-collab .collab-content {
        display: none;
        opacity: 0;
        max-height: 0;
        padding: 0 10px;
        margin-top: 10px;
        transition: max-height 0.5s ease, opacity 0.5s ease;
    }

    .list-collab.active .collab-content {
        display: block;
        opacity: 1;
        max-height: 900px;
    }

    h2, .zs-section-title {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
.i18n-ar .list-collab { margin: 5px 0; padding-left: 30px; padding-right: unset; }
.i18n-ar .list-collab h3 { padding: 10px; }
.i18n-ar .collab-heading::after { left: -20px; right: unset; margin-right: 5px; margin-left: unset; }
.i18n-ar .list-collab .collab-content { padding: 0 10px; }
}
@media only screen and (max-width: 770px) {
    .zs-appletv-img {
        height: 255px;
    }
    .zs-device-cont {
        width: 80%;
    }
    .zs-collab-content-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    }
    .zs-integrated-section {
        gap: 40px;
    }
    .zs-ripple {
        top: 62.5%;
        right: 11%;
        width: 10px;
        height: 10px;
    }
.i18n-ar .zs-ripple { left: 11%; right: unset; }
}
@media only screen and (max-width: 720px){
    .zs-appletv-img {
        height: 238px;
    }
    .zs-apple-cont, .android-cont {
        width: 620px;
    }
    .zs-apple-cont {
        height: 75vh;
    }
}
@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

}
@media only screen and (max-width: 680px) {
    .zs-section-one {
        background-image: none;
    }

    .nav-bar ul {
        width: 80%;
    }

    .nav-bar li {
        font-size: 16px;
        padding: 5px;
    }
    .zs-ios-device img,
    .zs-android-device img {
        opacity: 1;
        animation: none;
    }
.i18n-ar .nav-bar li { padding: 5px; }
}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 21px;
    }

    p {
        font-size: 16px;
    }
    .zs-learn-more {
        font-size: 16px;
    }
    .zs-create-content p {
        margin-top: 10px;
    }
    .zs-create-content h2 {
        font-size: 32px;
        width: 90%;
        margin-bottom: 56px;
    }
    .apple-tv-content a {
        color: #0478ff;
    }
    .android-tv-content h2 {
        width: 90%;
    }
    .zs-bannercontent {
        padding: 0 16px;
        width: 90%;
    }
    .zs-bannercontent h1 {
        font-size: 36px;
        padding: 0;
    }
    .zs-asset-lib h3 {
        width: 90%;
    }
    .nav-bar,
    .zs-apple-tv,
    .zs-collab-container {
        display: none;
    }

    .zs-create-content p,
    .zs-create-content h2, .zs-integrated-cont {
        width: 100%
    }
    .zs-integrated-cont h3 {
        width: 80%;
    }
    .zs-appletv-logo, .zs-android-logo {
        width: 15%;
        margin: 10px 0 10px;
    }

    .zs-flex-row,
    .zs-deliver-container,
    .zs-integrated-section,
    .zs-chrome-extn,
    .zs-lib-contain,
    .zs-design-wrapper,
    .zs-chromecast-container {
        flex-direction: column;
    }

    .zs-chrome-extn {
        flex-direction: column-reverse;
    }

    .zs-lib-contain,
    .zs-flex-row {
        width: 95%;
    }

    .half-width {
        width: 100%;
        padding: 20px 20px;
    }

    .zs-deliver-img,
    .zs-deliver-cont,
    .zs-chrome-cont,
    .zs-chrome-cont {
        width: 100%;
    }

    .zs-deliver-container {
        justify-content: flex-start;
        gap: 40px;
        padding: 20px;
        min-height: 650px;
    }

    .zs-integrated-section {
        padding: 80px 20px;
    }

    .zs-device-img {
        width: 100%;
    }

    .zs-device-wrapper {
        padding: 90px 0 0;
    }

    .zs-design-wrapper {
        position: static;
        margin: 50px auto;
    }

    .zs-section-design {
        height: auto;
    }

    .zs-design-container {
        width: 450px;
        min-height: 400px;
    }

    .zs-design-content {
        padding: 10px 30px 20px;
    }

    .zs-mob-tv-wrapper {
        display: block;
    }

    .zs-lib-contain {
        gap: 20px;
    }

    .zs-device-img {
        left: 20px;
    }

    .zs-web-chrome {
        left: 0;
    }

    .zs-collab-content-wrapper {
        display: none;
    }

    .zs-deliver-container {
        border-radius: 0px;
    }

    .zs-banner-container {
        padding-top: 40px;
    }

    .zs-banner-content {
        padding: 0 16px;
        width: 90%;
    }

    .zs-design-section h2 {
        padding: 0 16px;
        width: 80%;
        margin: 0 auto;
    }
    .zs-device-cont {
        width: 90%;
    }
.i18n-ar .zs-bannercontent { padding: 0 16px; }
.i18n-ar .zs-bannercontent h1 { padding: 0; }
.i18n-ar .zs-appletv-logo, .i18n-ar .zs-android-logo { margin: 10px 0 10px; }
.i18n-ar .half-width { padding: 20px 20px; }
.i18n-ar .zs-deliver-container { padding: 20px; }
.i18n-ar .zs-integrated-section { padding: 80px 20px; }
.i18n-ar .zs-device-wrapper { padding: 90px 0 0; }
.i18n-ar .zs-design-wrapper { margin: 50px auto; }
.i18n-ar .zs-design-content { padding: 10px 30px 20px; }
.i18n-ar .zs-device-img { right: 20px; left: unset; }
.i18n-ar .zs-web-chrome { right: 0; left: unset; }
.i18n-ar .zs-banner-content { padding: 0 16px; }
.i18n-ar .zs-design-section h2 { padding: 0 16px; margin: 0 auto; }
}

@media only screen and (max-width: 430px) {
    .zs-design-container {
        width: 380px;
        min-height: 540px;
    }
    .zs-ripple {
        top: 62.5%;
        right: 11%;
        width: 10px;
        height: 10px;
    }
.i18n-ar .zs-ripple { left: 11%; right: unset; }
}

@media only screen and (max-width: 390px) {
    .zs-design-container {
        width: 330px;
    }
}