/*** Common styles ***/
* {
    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: #000;
}

body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

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,
video,
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

/**** Styling ****/
p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #010101;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 2em;
    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: 1.4em;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}

h4 {
    font-size: 1.2em;
    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: 1em;
    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: 0.8em;
    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: 1em;
    color: #353535;
    font-weight: lighter;
}

ul li {
    list-style-type: none;
}

.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-margintop-small {
    margin-top: 30px;
}

.zs-marginbottom-small {
    margin-bottom: 30px;
}

.zs-paddingtopbottom-small {
    padding: 30px 0;
}

.zs-margintopbottom_small {
    margin: 50px 0;
}

.zs-paddingtop-large {
    padding-top: 50px;
}

.zs-paddingbottom-large {
    padding-bottom: 50px;
}

.zs-margintop-large {
    margin-top: 50px;
}

.zs-paddingtopbottom-large {
    padding: 50px 0;
}

.zs-margintopbottom-large {
    margin: 100px 0;
}

.zs-marginbottom-large {
    margin-bottom: 100px;
}

.zs-margin-center {
    margin: 0 auto;
}

.zw-product-header span.zprd-display-name {
    color: #000;
}

.zs-block {
    display: block;
}

.zs-center {
    text-align: center;
}

.zs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs-section-container {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}
.zs-section-container-custom {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}
.zs-alignright {
    text-align: right;
}

.zs-alignleft {
    text-align: left;
}

.zs-head-content {
    margin: auto;
    max-width: 70%;
}
.zs-pos-rel {
    position: relative;
}
.zs-pos-abs {
    position: absolute;
}
/** Icons styles **/
.zs-svg-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    scale: 1.5;
}

.zs-svgicon-holder {
    position: absolute;
    left: -1000em;
    top: -1000em;
    opacity: 0;
}

/*** Float classes ***/
.zs-left {
    float: left;
}

.zs-right {
    float: right;
}

/*** Used to clearfix the floats ***/
.zs-overflow:after {
    content: "";
    display: table;
    clear: both;
}

/*** Banner styles ***/
.zw-product-header {
    background: #fff4f1;
}
.zs-section01 {
    background-image: url(/sites/zweb/images/show/zs_individual_bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.zs-banner-container {
    max-width: 100%;
}
.zs-banner-content {
    width: 25%;
    position: relative;
    margin: 0 80px 0 130px;
    animation: slideleft 1s ease-in;
}
.zs-text-highlight {
    color: #F0483E;
}
.zs-hero-img {
    position: relative;
    width: 100%;
    top: 30px;
}
.zs-hero-img-mob, .zs-slide-deck-mob {
    display: none;
}
.zs-banner-images {
    width: 50%;
    margin-left: 80px;
}
.zs-clock, .zs-emoji,.zs-bulb {
    transform: translate(0%, -50%);
    animation: floating 2s 2s ease-in-out infinite;
    width: 10%;
}
.zs-bulb {
    top: 12%;
    right: 48%;
}
.zs-clock {
    width: 8%;
    top: 15%;
    right: 80%;
}
.zs-emoji {
    top: 50%;
    left: -2%;
}
/** Animation **/

.zs_fadeinRight{
    animation: fadeInRight 1s both;
}
.zs_fadeinLeft{
    animation: fadeInLeft 1s both;
}
@keyframes floating {
    0%,100% {
    transform: translate(0%, -57%);
    }
    50% {
    transform: translate(0%, -54%);
    }
}
@keyframes rightFloating {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Left Floating Animation Keyframes */
@keyframes leftFloating {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-3px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    0% {
       opacity: 0;
      transform: translateX(-100px);
    }
    100% {
       opacity: 1;
      transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
       opacity: 0;
      transform: translateX(100px);
    }
    100% {
       opacity: 1;
      transform: translateX(0);
    }
}
/*** Video section styles ***/
.zs-deck-wrapper {
  width: 90%;
  margin: 0 auto;
}
.zs-design-easy-slide {
    gap: 200px;
}
.zs-design-video {
    width: 70%;
    position: relative;
    scale: 1.1;
}
.zs-slide-deck-wrap {
    padding-right: 50px;
}
.slide-support {
    width: 35%;
    left: 35%;
    top: 10%;
}
.color-choice {
    width: 35%;
    top: 37%;
    right: 5%;
}
.templates-support {
    width: 30%;
    left: 65%;
    top: 70%;
}   
/* .slide-support {
    animation: rightFloating 2s 2s ease-in-out infinite;
} */
*/ .color-choice {
    animation: floating 2s 2s ease-in-out infinite;
} */
*/ .templates-support {
    animation: leftFloating 2s 2s ease-in-out infinite;
} */
.zs-text-consistent {
    color: #4081FF;
}
.zs-text-visually {
    color: #FFCC4C;
}
.zs-design-content {
    width: 70%;
    opacity: 0;
}
.zs-design-content h2 {
    white-space: nowrap;
}
.zs-craft-content{
    width: 73%;
}
.zs-visually-content {
    width: 82%;
}
.zs-easy-content p {
  width: 85%;
}
.zs-slide-deck-slide {
 margin-left: 10px;
 gap: 200px 0;
}
/*** Solopreneurs section styles ***/
.zs-solo-sec-bg {
    background-image: url(/sites/zweb/images/show/zs-solo-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 .zs-solo-vid-bg {
    width: 100%;
    position: relative;
    height: 100%;
} 
.right-sparkle {
    right: 5%;
    top: 15%;
    height: 40px;
}
.left-sparkle {
    left: 5%;
    bottom: 15%;
    height: 40px;
}
.whats-right-sparkle, .left-sparkle, .right-sparkle {
    position: absolute;
}
.whats-right-sparkle {
    right: 50px;
}
.zs-solo-videos video {
    opacity: 0;
}
.zs-solo-wrapper {
    gap: 2em;
    height: 900px;
    margin: 0 auto;
    position: relative;
}
.collab-head {
    white-space: nowrap;
}
.zs-solo-content {
    width: 540px;
    margin: 10px;
}
.zs-solo-title {
    padding: 10% 0 0 0;
    margin: 0 auto;
}
.zs-collab-content, .zs-interruptions-content, .zs-formats-content {
    text-align: left;
    border: 1px solid #F7ECE9; 
    background: #F7ECE9;
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    max-height: 100px; 
    transition: max-height 0.5s ease-in-out, border 0.5s ease-in-out, filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0.5;
    overflow: hidden; 
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.zs-collab-content:hover, .zs-interruptions-content:hover, .zs-formats-content:hover {
  opacity: 1;
}
.formats-para {
  margin-bottom: 30px;
}
.zs-collab-content.active, .zs-interruptions-content.active, .zs-formats-content.active {
    max-height: 300px; 
    opacity: 1;
    background-image: linear-gradient(to right bottom, #FEE1E0, #fff1f473, #fdf6fac9, #fdfdfd, #ffffff);
    border: 1px solid #FFD1CF;
    filter: drop-shadow(0 0 0.50rem #D9D9D9);
    overflow: visible; 
    z-index: 3;
}
.zs-collab-content .collab-para,
.zs-interruptions-content .interruptions-para,
.zs-formats-content .formats-para {
     opacity: 0;
    transition: max-height 0.2s ease-in-out, opacity 0.3s ease-in-out 0.2s; 
    padding: 5px;
    margin: 0;
    position: relative;
}
.zs-collab-content.active .collab-para,
.zs-interruptions-content.active .interruptions-para,
.zs-formats-content.active .formats-para {
    opacity: 1;
}

.zs-collab-vid, .zs-work-vid, .zs-format-vid {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.zs-collab-vid.active, .zs-work-vid.active, .zs-format-vid.active {
    opacity: 1;
}

.zs-design-easy, .zs-design-visually {
    scale: 1.1;
}
.zs-solo-videos video {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.zs-solo-videos video.active {
    opacity: 1;
}
/*** Android IOS section styles ***/
.zs-section04 {
    position: relative;
}
.zs-ios-android-links{
  gap: 10%;
}
.zs-link-tag {
  margin: 15px;
}
.zs-rotate-head {
    margin: 10px;
}
.zs-rotate-slide {
    overflow: hidden;
    height: 620px;
    position: relative;
    padding: 20px;
}
.zs-rotate-content {
    text-align: center;
    width: 850px;
    margin: 0 auto 60px;
}
.zs-android-rotate {
    position: absolute;
    width: 70%;
    top: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.5s ease-in-out;
    left: 50%;
}
.zs-whats-more-bg {
    background-image: url(/sites/zweb/images/show/zs-whats-more-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    width: 55%;
    margin: 0px auto;
}
.zs-android-rotate.rotate {
    transform: translate(-50%, -50%) rotate(180deg);
}
.whats-more-dots {
 text-align: center;
 padding: 30px;
 top: 0;
 position: relative;
}
.zs-whats-more-title {
    padding: 40px
}
.zs-solo-dots {
    display: none;
    justify-content: center;
    margin: 1em 0;
}
.zs-rotate-dots {
    position: relative;
    width: 100%;
    transition: transform .5s ease;
    gap: 5px;
    margin: 50px 0 0;
}
.zs-rslide-dot, .whats-more-dot, .zs-solo-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #757575;
    margin: 0 5px;
    cursor: pointer;
    transition: transform .5s ease;
}
.zs-rslide-dot.active ,.whats-more-dot.active, .zs-solo-dot.active{
    background: #F0483E;
    transform: scale(1.2);
}
.zs-diamond {
    width: 50px;
}
.right-diamond {
    right: 3em;
}
.left-diamond {
    left: 10px;
    bottom: 20em;
}
.zs-easy-video-btn {
  left: -20px;
}
.zs-visually-video-btn {
  left: 0px;
}
.custom-btn {
  bottom: 180px;
  right: 180px;
}
/*** What's more section styles ***/
.zs-section05 {
    background-image: url(/sites/zweb/images/show/zs-whats-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
} 
.zs-whats-more-slider {
    width: 70%;
    overflow: hidden;
    max-width: 600px;
    margin: 0px auto;
    position: relative;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    scale: 0.8;
    transform: translateY(-50%);
    box-shadow: 0px 3.84px 3.84px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 5px 15px; 
    border-radius: 50%; 
    cursor: pointer;
    z-index: 10; 
    transition: background-color 0.3s ease;
}
.slider-left{
    left: 48%;
}
.slider-right {
    right: 45%;
}
.left-arrow, .right-arrow {
    color: #F0483E; 
    font-size: 24px; 
    font-weight: bold; 
    text-align: center;
}
.zs-whats-more-videos {
    position: relative;
    width: 100%;
    padding-top: 64%; 
    overflow: hidden;
}

.zs-whats-more-videos picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out;
    object-fit: cover; 
}

.zs-whats-more-videos picture.fadeout {
    opacity: 0;
    display: none;
}

.zs-whats-more-videos picture.fade {
    opacity: 1;
    display: block;
}

.zs-whats-more-content .content {
    display: none;
    transition: opacity 1s ease-in-out;
}

.zs-whats-more-content .content.text-in {
    display: block;
    opacity: 1;
}

.zs-whats-more-content .content.text-out {
    opacity: 0;
}

.slider-arrow {
    cursor: pointer;
}

.slider-arrow.inactive {
    pointer-events: none;
    opacity: 0.5;
}
.fade {
    transition: all .5s ease-in-out;
    animation: fadeslide .3s ease forwards
}
@keyframes fadeslide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.zs-whats-more-content {
    text-align: center;
    width: 500px;
    margin: 30px auto;
}
.zs-whats-more-content li {
    display: none;
    margin: 10px;
}
.zs-whats-more-content > li.text-in {   
    display: block;
    animation: .8s ease-in-out 0s 1 normal forwards running fade-in;
}
@keyframes fade-in{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*** Portfolio section styles ***/
.zs-portfolio-bg {
    background-image: url(/sites/zweb/images/show/zs-portfolio-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.zs-presentation-title {
    font-size: 15px;
    color: #F0483E;
    border: 1px dashed #f0483e96;
    padding: 5px 20px;
    border-radius: 50px;
    background: #ffbaba57;
    position: relative;
    bottom: 30px;
}
.zs-presentation-slides {
    padding: 100px 0;
}

.zs-students-img {
    scale: 0.9;
}
.zs-presentation-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 10px;
}
.zs-presentation-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 20px; */
}
.zs-portfolio-templates {
    scale: 1.1;
    z-index: 2;
}
.zs-all-temp {
    position: relative;
    transition: all .8s ease 100ms;
    opacity: 0;
}
.zs-kids-templates {
    transform: translate(110%, 0%);
    scale: 0.9;
    z-index: 1;
}
.zs-students-templates{
    transform: translate(200%, 0%);
    scale: 0.7;
    z-index: 0;
    left: 50px;
}
.zs-solo-templates {
    transform: translate(-110%, 0%);
    scale: 0.9;
    z-index: 1;
}
.zs-personal-templates {
    transform: translate(-200%, 0%);
    scale: 0.7;
    z-index: 0;
    right: 50px;
}
.entry-anim  {
    opacity: 1;
    transition: all .8s ease 100ms;
}
.entry-anim .zs-all-temp {
    opacity: 1;
}
.entry-anim .zs-kids-templates, .entry-anim .zs-solo-templates {
    transform: translate(0%, 0%);
}
.entry-anim .zs-students-templates, .entry-anim .zs-personal-templates {
    transform: translate(0%, 0%);
    transition: all 1.5s ease 100ms;
}
.cta-btn-explore {
    background: #e42527;
    color: #fff;
}
.zs-templates-mob {
    display: none;
}
/*** FAQ section styles ***/
.zs-section08 {
    background: url(/sites/zweb/images/show/zs-faq-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zs-faq-icon {
    position: relative;
    top: 80px;
}
.zs-faq-wrap {
    width: 50%;
    height: 910px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.faq-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--zf-primary-regular),sans-serif;
    padding-top: 40px
}

.content-containner {
    height: 480px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.list-faq {
    font-family: var(--zf-primary-medium),sans-serif;
    padding: 25px 0 0;
    position: relative;
    margin-bottom: 15px;
}
.list-faq-content {
    border-bottom: .4px solid transparent;
    padding-right: 30px;
    width: 95%;
    margin-top: 0;
    position: relative;
    cursor: pointer;
    margin: 5px 0;
}

.list-faq-content.list-active {
    border-bottom: .4px solid #CCCCCC;
}
.list-faq-content.list-active:last-child {
    border-bottom: none;
}
.list-faq:after {
    content: url(/sites/zweb/images/show/zs_down_arrow.svg);
    color: #000;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translateY(-50%);
}

.list-faq-content.list-active .list-faq:after {
    transform: translateY(-50%) rotate(-180deg);
}

.faq-answer p {
    padding: 0;
    margin: 0 25px 20px;
    width: 95%;
}
.zs-show-support {
  text-align: center;
  position: relative;
  z-index: 1;
 bottom: 120px;
}
.zs-show-support, .zs-gather-title {
 padding: 10px;
}
.zs-faq-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
/* other lang css start */

.other-lang .zs-design-content h2 {
    white-space: unset;
}

.i18n-ar .phone-box.select::after {
    right: 52px;
   left: unset;
}
.i18n-ar .zwf_formgroup.select::after, .i18n-ar .phone-box.select::after {
    left: 12px;
    right: unset;
}
.i18n-ar .zs-svg-icon {
      transform: scale(-1);
}
.i18n-ar .zs-slide-deck-wrap {
    padding-left: 50px;
    padding-right: unset;
}
.i18n-ar .right-sparkle {
    left: 5%;
    right: unset;
}
.i18n-ar .zs-solo-videos video {
    transform: translate(0%, -50%);
}
.i18n-ar .left-sparkle {
    right: 5%;
    left: unset;
}
.i18n-ar .zs-rotate-head,.i18n-ar .zs-rotate-content *,.i18n-ar .zs-whats-more-title,.i18n-ar .whats-more-dots,.i18n-ar .zs-whats-more-content li p,.i18n-ar h3.faq-title,.i18n-ar .zs-center,.i18n-ar .zs-show-support *,.i18n-ar .zs-show-support *,.i18n-ar .zs-show-support,.i18n-ar .zs-solo-title{
    text-align: center;
}
.i18n-ar .list-faq-content {
    padding-left: 30px;
    padding-right: unset;
}
.i18n-ar.list-faq:after {
    margin-right: 5px;
    margin-left: unset;
    left: 0;
    right: unset;
}
.i18n-ar .list-faq:after {
    left: 0;
    right: unset;
    margin-right: 5px;
    margin-left: unset;
}
.i18n-ar .zs-section04 .zs-center img {
    text-align: center;
}
.other-lang h2.zs-solo-title {
    max-width: 900px;
}
/* other lang css end */
/* Responsive */
@media (min-width: 1080px) {
    .other-lang:not(.i18n-ar) .zs-design-content {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1480px) {
    .slider-left {
        left: 40%;
    }
    .slider-right {
        right: 40%;
    }
}
@media only screen and (max-width: 1280px) {
    .zs-solo-wrapper {
        gap: 5%;
        margin: 60px;
    }
    .zs-design-easy-slide {
       gap: 100px;
    }
    .zs-collab-content, .zs-interruptions-content, .zs-formats-content {
        max-height: 150px;
    }
    .collab-head {
        white-space: normal;
    }
    .zs-collab-content.active, .zs-interruptions-content.active, .zs-formats-content.active {
        max-height: 350px;
    }
    .zs-banner-content {
        width: 30%;
    }
    .zs-visually-content {
        width: 85%;
    }
    .zs-craft-content {
        width: 92%;
    }
    .zs-easy-content p {
        width: 91%;
    }
    .zs-clock {
        top: 18%;
    }
    .zs-bulb {
        top: 14%;
    }
    .zs-banner-images {
        margin-bottom: 30px;
        width: 60%;
    }
    .zs-rotate-slide {
        height: 480px;
    }
    .zs-visually-slide {
        gap: 80px;
    }
}
@media only screen and (max-width: 1200px){
    .zs-faq-wrap {
        width: 80%;
    }
    .left-diamond {
        left: 20px;
        bottom: 5em;
    }
    .slider-arrow {
        display: none;
    }
    .zs-bulb {
        top: 15%;
    }
    .zs-clock {
        top: 18%;
    }
}
@media only screen and (max-width: 1080px) {
   .video-toggle-btn {
       display: none;
    }
    .zs-design-easy, .zs-design-visually {
      scale: 1;
    }
    .zs-design-easy-slide {
        flex-direction: column-reverse;
    }
    .zs-design-content {
        margin: 40px;
        text-align: center;
        padding-left: 30px;
    }
    .zs-easy-content p, .zs-craft-content, .zs-visually-content {
        width: 100%;
        margin: 0 auto;
    }
    .zs-visually-content {
        width: 80%;
    }
    .zs-design-easy-slide, .zs-slide-deck-slide {
        gap: 50px;
        text-align: center;
    }
    .zs-slide-deck-slide {
        margin-left: 0;
    }
    .zs-slide-deck-slide, .zs-solo-wrapper {
        flex-direction: column;
    }
    .zs-design-video {
        width: 85%;
    }
    .zs-solo-videos video {
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .zs-solo-wrapper {
        height: 35em;
    }
    .zs-solo-content{
        width: 80%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 0;
    }
    .zs-solo-videos video.active {
        opacity: 1;
    }
    .zs-solo-dots {
        display: flex;
        gap: 10px;
        bottom: 15%;
    }
    .zs-collab-content, .zs-interruptions-content, .zs-formats-content {
        text-align: center;
        margin-bottom: 100px;        
        opacity: 0;
        max-height: fit-content;
        position: absolute;
        background: none;
        max-height: none; 
        transition: opacity 0.5s ease-in-out;
    }
    .zs-collab-content.active, .zs-interruptions-content.active, .zs-formats-content.active {
        max-height: none;
        opacity: 1;
        overflow: visible;
    }
    .right-sparkle {
        top: 10em;
    }
    .zs-faq-wrap {
        width: 90%;
    }
    .zs-section03 {
        height: 70em;
    }
    .zs-section01 {
        background-image: url(/sites/zweb/images/show/zs-header-bg-tab.webp);
        height: 30em;
    }   
    .zs-hero-img {
        width: 100%;
    }
    .zs-collab-content, .zs-interruptions-content, .zs-formats-content, .zs-collab-content .collab-para, .zs-interruptions-content .interruptions-para, .zs-formats-content .formats-para {
        transition: all .3s ease-in-out;
    }
    .zs-rotate-slide {
        height: 25em;
    }
    .zs-banner-content {
        width: 90%;
        margin: 0 60px 0 130px;
    }
    .zs-banner-images {
        margin-left: 0;
        width: 100%;
    }
    .zs-section08 {
        background-image: url(/sites/zweb/images/show/zs-footer-tab.webp);
    }
    .zs-deck-wrapper {
        padding-top: 0;
    }
    .zs-svg-icon {
        z-index: 1;
    }
    .zs-bulb {
        top: 18%;
    }
    .zs-clock {
        top: 22%;
    }
    .zs-slide-deck-wrap {
        padding-right: 0;
    }
    .whats-more-dots {
        bottom: 0px;
    }
    .slide-support {
        left: 40%;
    }
    .color-choice {
        right: 0;
    }
    .zs-solo-title {
        width: 90%;
    }
   .i18n-ar .zs-design-content {
        padding-right: 30px;
        padding-left: unset;
    }
    .i18n-ar .zs-design-content *,.i18n-ar .zs-collab-content *,.i18n-ar .zs-solo-content * {
        text-align: center;
    }

}
@media only screen and (max-width: 980px) {
    .zs-banner-images {
        width: 100%;
    }
    .zs-rotate-slide {
        height: 30em;
    }
    .zs-banner-content {
        width: 70%;
        margin: 0 60px 0 100px;
    }
    .zs-students-templates {
        left: 0;
    }
    .zs-personal-templates {
        right: 0;
    }
}
@media only screen and (max-width: 880px) {
    .zs-rotate-slide {
        height: 20em;
    }
    .zs-rotate-content {
        width: 100%;
        padding: 10px;
    }
    .left-diamond {
        left: 10px;
        top: 100%;
    }
    .zs-banner-content {
        margin: 0 20px 0 40px;
        width: 100%;
    }
    .zs-section01{
        height: 27em;
    }   
    .zs-design-content h2 {
        white-space: nowrap;
    }
    .zs-bulb {
        top: 21%;
    }
    .zs-clock {
        top: 24%;
    }
    .zs-visually-content {
        width: 90%;
    }
    .zs-solo-content {
        width: 100%;
    }
    .solo-left-element {
        bottom: 23em;
    }
    .zs-presentation-title {
        font-size: 12px;
    }
    .zs-design-content {
        padding-left: 0;
    }
 .i18n-ar .zs-design-content {
        padding-right: 0;
        padding-left: unset;
    } 
}
@media only screen and (max-width: 680px) {
    .zs-design-content h2 {
        white-space: normal;
    }
    .list-faq {
        font-size: 18px;
    }
    .faq-answer p {
        width: 80%;
        font-size: 16px;
    }
    .zs-rotate-slide {
        height: 20em;
    }
    .right-diamond {
        right:10px;
    }
    .zs-rotate-bg {
        width: 95%;
    }
    .zs-android-rotate {
        width: 75%;
    }
    .zs-whats-more-content {
        width: 95%;
        padding: 5px;
    }
    .right-sparkle {
        left: 90%;
    }
    .left-sparkle {
        right: 90%;
    }
    .zs-svg-icon {
        display: none;
    }
    .zs-banner-container {
        flex-direction: column;
    }
    .zs-banner-content {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
    .zs-section01 {
        background-image: url(/sites/zweb/images/show/zs-header-bg-mob.webp);
        height: auto;
    }
    .zs-banner-images {
        width: 90%;
        margin: 30px 0 0 60px;
    }
     .zs-templates-mob {
        display: block;
        margin: 10px;
    }
    .zs-portfolio-bg {
        display: none;
    }
    .zs-design-easy-slide, .zs-slide-deck-slide {
        gap: 20px;
    }
    .zs-solo-videos video {
        top: 60%;
        scale: 1;
        transform: translate(-40%,-50%);
        margin: 0 auto;
        left: 40%;
    }
    .zs-solo-vid-bg {
        height: 70%;
    }
    .left-sparkle {
        bottom: 22em;
    }
    .zs-design-easy-slide, .zs-slide-deck-slide {
        margin: 0;
    }
    .zs-solo-wrapper {
        height: 30em;
        margin: 0px 0px 0px 10px;
    }
    .zs-solo-content {
        width: 90%;
    }
    .zs-banner-images {
        width: 90%;
        margin: 0 auto;
    }
 .i18n-ar .zs-banner-content * {
        text-align: center;
    }

}
@media only screen and (max-width: 580px){
    .zs-easy-content p, .zs-craft-content, .zs-visually-content {
        padding-left: 0;
    }
    .zs-slide-deck, .slide-support, .color-choice, .templates-support, .right-sparkle, .left-sparkle {
        display: none;
    }
    .zs-slide-deck-mob {
        display: block;
    }
    .zs-rotate-slide {
        height: 15em;
    }
    .zs-android-rotate {
        width: 85%;
    }
    .zs-design-content h2, .zs-solo-title {
        width: 100%;
        font-size: 1.8em;
        margin: 0 auto;
    }
    .font-element {
        scale: .4;
        position: relative;
        right: 15px;
        height: 2em;
    }
    .zs-solo-dots {
        bottom: 5%;
        position: relative;
    }
    .zs-solo-videos video {
        top: 35%;
    }
    .zs-section08 {
        background-image: url(/sites/zweb/images/show/zs-mob-footer-bg.webp);
    }
    .list-faq-content {
        width: 100%;
    }
    .zs-solo-wrapper {
        height: 40em;
        gap: 0;
    }
    .zs-design-content {
        padding-left: 0;
        width: 100%;
    }
    .zs-solo-videos video {
        scale: 1.08;
    }
    .zs-design-easy-slide, .zs-slide-deck-slide {
        margin-bottom: 100px;
    }
    .zs-diamond {
        width: 30px;
    }
    .today-right-diamond {
        top: 0;
    }
    .zs-solo-vid-bg {
        height: 60%;
    }
    .zs-solo-videos video.active {
        scale: 1.05;
    }
    .zs-whats-more-bg {
        width: 75%;
    }
    .zs-solo-title {
        padding: 20% 0 0;
    }
    .zs-ios-android-links {
        gap: 10px;
    }
}
@media only screen and (max-width: 480px){
    .zs-ios-android-links {
        flex-direction: column;
     }
    .zs-banner-head {
        width: 100%;
        margin: 0 auto;
    }
    .zs-solo-videos video {
        top: 42%;
    }
    .zs-solo-wrapper {
        height: 30em;
    }
    .whats-right-sparkle {
        left: 87%;
        top: 20px;
    }
    .zs-rotate-content {
        padding: 28px;
    }
    .zs-whats-more-title {
        margin-bottom: 0;
    }
    .zs-solo-dots {
        bottom: 3%;
    }
    .zs-solo-videos video {
        scale: 1;
    }
    .zs-section03 {
        height: 60em;
    }
    .zs-design-easy-slide {
        padding: 0;
    }
    .zs-banner-content {
        width: 85%;
    }
    .zs-banner-images {
        width: 90%;
        margin: 30px;
    }
    .zs-rotate-content {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 390px) {
    .zs-solo-title {
        width: 90%;
    }
    .list-faq-content {
        padding-right: 10px;
    }
}