* {
    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;
    scroll-behavior: smooth !important;
}

body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}

/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}

/*** Lists ****/

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

video,
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    padding: 0 100px;
    color: #000;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}

h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #333;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}

h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 18px;
    color: #353535;
    font-weight: lighter;
}

ul li {
    cursor: pointer;
    list-style-type: none;
}

.zs-overflow:after {
    content: "";
    display: table;
    clear: both;
}

.zs_padding_null {
    padding: 0;
}

.zs_margin_null {
    margin: 0;
}

.zs_paddingtop {
    padding-top: 15px;
}

.zs_margintop {
    margin-top: 15px;
}

.zs_paddingbottom {
    padding-bottom: 15px;
}

.zs_marginbottom {
    margin-bottom: 15px;
}

.zs_paddingtop_small {
    padding-top: 30px;
}

.zs_paddingbottom_small {
    padding-bottom: 30px;
}

.zs_paddingleft_small {
    padding-left: 30px;
}

.zs_paddingright_small {
    padding-right: 30px;
}

.zs_margintop_small {
    margin-top: 30px;
}

.zs_margintop_large {
    margin-top: 90px;
}

.zs_paddingtop_large {
    padding-top: 90px;
}

.zs_marginbottom_small {
    margin-bottom: 30px;
}

.zs_marginbottom_large {
    margin-bottom: 90px;
}

.zs_margintopbottom_small {
    margin: 30px 0;
}

.zs_margintopbottom_large {
    margin: 50px 0;
}

.zs_paddingtopbottom_small {
    padding: 30px 0;
}

.zs_paddingtopbottom_large {
    padding: 50px 0;
}

.zs_center {
    text-align: center;
}

.zs_left {
    text-align: left;
}

.zs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs_svgicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.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: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.zs_overflow:after {
    content: "";
    display: table;
    clear: both
}

.zs_right {
    float: right;
}


/* Custom CSS */
.zs_banner_image {
    width: 35%;
}

.zs_banner_container {
    width: 80%;
    border-radius: 40px;
    margin: 80px auto 60px;
    background: #ffffff73;
    justify-content: space-between;
}

.zs_banner_content {
    width: 55%;
    position: relative;
    padding: 30px 30px;
    margin-left: 50px;
}

.zs_bg {
    background: linear-gradient(to bottom, #c8d0ff 0%, #fff 90%);
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 47em;
}

.zs_banner_content h1 {
    width: 100%;
    font-size: 40px;
    padding: 0;
}

.zs_banner_content span {
    color: #130080;
}


.zs_nav_wrap ul.bg {
    box-shadow: none;
    border-radius: 0px;
}


.zs_nav_wrap ul::-webkit-scrollbar {
    display: none;
}


.zs_presentation_sec {
    margin: 70px auto 70px auto;
}

.zs_presentation_container {
    width: 80%;
    margin: 90px auto;
    scroll-margin-top: 200px;
}

.zs_template_img {
    border: 2px solid #F0F0F0;
    border-radius: 8px;
}

.zs_basic_container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 70px;
}

.zs_presentation {
    width: 400px;
    cursor: pointer;
    position: relative;
    transition: all .2s linear;
}

.zs_presentation:hover {
    scale: 1.03;
}

.zs_template_content {
    padding: 20px 0 0;
    min-height: 190px;
}

.zs_slide_title {
    font-size: 20px;
}

.zs_slide_description {
    font-size: 16px;
}

.zs_presentation_container>h2 {
    font-size: 26px;
    margin: 30px auto;
}


.zs_use_btn {
    margin-top: 30px;
    opacity: 0;
    transition: .3s all;
    /**    padding-top: 20px; **/
    padding-right: 25px;
    margin-top: 20px;
}

.zs_presentation:hover .zs_use_btn {
    opacity: 1;
}

.zs_use_themes {
    font-size: 16px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 50px;
    color: #E1563B;
    border: 1px solid #E1563B;
    transition: .3s all;
    background: transparent;
    cursor: pointer;
}

.zs_use_themes:hover {
    background-color: #E1563B;
    color: #fff;
}
.disable {
    pointer-events: none;
    opacity: 0.5;
}

/* Navbar styles */
.zs_templatenav_block {
    max-width: 98%;
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 20px;
    overflow-y: hidden;
}

/* Responsive */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media screen and (min-width: 1880px) {
    .zs_bg {
        height: 47em;
    }

    .zs_basic_container {
        gap: 50px 150px;
    }

    .zs_presentation_container {
        width: 90%;
    }

    .zs_presentation_container>h2 {
        margin: 50px auto;
    }
}

@media screen and (max-width: 1380px) {
    .zs_presentation {
        width: 350px;
    }

    .zs_presentation_container {
        width: 90%;
    }

    .zs_basic_container {
        gap: 40px;
    }

    .zs_presentation:hover {
        scale: none;
    }

    .zs_use_btn {
        opacity: 1;
    }

    .zs_bg {
        height: 42em;
    }
}

@media screen and (max-width: 1280px) {
    .zs_bg {
        height: 42em;
    }

    .zs_banner_container {
        width: 90%;
    }

    .zs_banner_content {
        margin-left: 40px;
        width: 65%;
    }

    .zs_banner_content>h1 {
        font-size: 38px;
    }

    .zs_presentation_container {
        width: 90%
    }

    .zs_basic_container {
        gap: 40px;
    }
}

@media screen and (max-width: 1180px) {
     .zs_nav_container {
        top: 0;
    }
    .zs_banner_content>h1 {
        font-size: 32px;
    }

    .zs_banner_image {
        width: 32%;
    }

    .zs_presentation {
        width: 320px;
    }

    .zs_basic_container {
        gap: 60px 30px;
    }

    .zs_presentation_container {
        width: 90%;
    }

    .zs_bg {
        height: 39em;
    }
    .zs_nav_wrap {
        top: 0;
    }
}

@media screen and (max-width: 1080px) {
    .zs_bg {
        height: 43em;
    }

    .zs_banner_image {
        width: 100%;
    }

    .zs_banner_content {
        width: 100%;
    }

    .zs_presentation_container>h2 {
        width: 100%;
    }

    .zs_basic_container {
        grid-template-columns: auto auto;
        gap: 70px 60px;
    }

    .zs_presentation_container {
        width: 85%;
    }

    .zs_nav_wrap {
        margin: 30px auto;
    }

    .zs_banner_container {
        width: 95%;
    }

    .zs_presentation {
        width: 390px;
    }
}

@media screen and (max-width: 960px) {
    .zs_banner_image {
        width: 100%;
        text-align: center;
    }

    .zs_bg {
        height: 50em;
    }

    .zs_banner_content {
        width: 85%;
        text-align: center;
        margin-left: 0;
        padding: 10px 10px;
    }

    .zs_presentation_container {
        width: 85%;
    }

    .zs_presentation {
        width: 350px;
    }

    .zs_banner_container {
        width: 97%;
        background: #ffffff73;
        padding: 0px;
    }

    .zs_banner_content {
        text-align: left;
        margin-left: 30px;
    }

    .zs_banner_content>h1 {
        font-size: 30px;
    }

    .zs_subtitle_banner {
        font-size: 16px;
    }
}

@media screen and (max-width: 880px) {
    .zs_presentation {
        width: 350px;
    }

    .zs_bg {
        height: 43em;
    }

    .zs_basic_container {
        gap: 30px;
    }

    .zs_presentation_container {
        width: 90%
    }
}
@media only screen and (min-width: 700px) and (max-width: 720px) {
 .zs_android_playstore {
  display: none!important;
}
}
@media screen and (max-width: 720px) {
    .zs_presentation {
        width: 300px;
    }

    .zs_bg {
        height: 42em;
    }

    .zs_banner_content {
        text-align: left;
        width: 100%;
    }

    .zs_banner_container {
        width: 95%;
    }

    .zs_presentation_container {
        width: 90%;
    }

    .zs_basic_container {
        gap: 50px 35px;
    }
   .zs_nav_wrap ul  {
       padding: 12px 12px;
   }
}

@media screen and (max-width: 680px) {
    .zs_banner_image {
        scale: none;
        right: 0px;
    }
    .zs_banner_container {
        flex-direction: column;
        background: none;
        width: 100%;
    }
    .zs_nav_wrap ul {
        margin: 0;
        padding: 0;
    }

    .zs_basic_container {
        grid-template-columns: auto;
    }

    .zs_presentation {
        width: 430px;
    }

    .zs_presentation_container {
        max-width: 80%;
    }

    .left-arrow {
        left: 0;
    }

    .right-arrow {
        right: 0;
    }

    .zs_nav_wrap ul {
        width: 80%;
        overflow-x: auto;
    }

    .zs_banner_content {
        text-align: center;
        margin-left: 0px;
        width: 95%;
    }
}

@media screen and (max-width: 580px) {
  .zs_navleft_arrow, .zs_navright_arrow {
      display: none;
   }
   .zs_navinner_block {
       padding: 0px;
       border-radius: 0px;
   }
   .zs_nav_container {
       top: 0px;
    }
    .zs_bg {
        height: 50em;
    }

    .zs_banner_image {
        margin: 30px 0 0;
    }

    /**  .zs_nav_wrap ul {
        padding: 12px 12px;
    } **/
    .zs_navigation_show {
        background-color: #fff;
        height: 70px;
        justify-content: start;
        box-shadow: none;
    }

    .zs_banner_container {
        margin: 50px auto 0px;
    }
    .zs_presentation_sec {
        margin: 0px auto 70px auto;
    }

    .zs_banner_container {
        margin: 80px auto 0px;
    }
    .zs_basic_container {
        gap: 80px;
    }
}

@media screen and (max-width: 480px) {
    .zs_basic_container {
        align-items: center;
        justify-content: center;
    }

    .zs_presentation_container {
        max-width: 100%;
    }

    .zs_presentation {
        width: 365px;
    }

    .zs_presentation_container {
        width: 85%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 420px) {
    .zs_bg {
        height: 63em;
    }
}

@media screen and (max-width: 400px) {
    .zs_presentation {
        width: 350px;
    }
}

@media screen and (max-width: 380px) {
    .zs_presentation {
        width: 320px;
    }
}