@charset "UTF-8";

/* CSS Document */

body,
html {
    overflow-x: hidden;
}

#header-topsec,
#header-mainsec {
    z-index: 9999;
}

.heading-menu {
    display: none;
}

section#ftrgetstd {
    display: none;
}

#scroll {
    display: none;
}

.container-new {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 30px;
}

.row {
    display: flex;
}

.col {
    flex-grow: 1;
    flex-basis: 0;
}

p {
    font-size: 17px;
    line-height: 1.6;
}

.cmn-breadcrum a {
    color: #fff;
}

.cmn-breadcrum .bread-crumb-arrow {
    color: #fff;
}

.cmn-breadcrum .root-page {
    color: #ffe600;
}

.cmn-breadcrum>a:hover {
    color: #fff !important;
}

.cmn-breadcrum a::after {
    background: #ffd400;
}

h2.second-level-heading {
    font: 32px/1.3 Zoho_Puvi_SemiBold;
}


/*banner style starts here*/

.banner-bg {
    background: url("../images/zia-banner-bg.png");
    background-size: cover;
}

.banner {
    text-align: center;
    padding-top: 75px;
}

img.intro-image {
    width: 300px;
}

.banner h1 {
    font: 50px/1.2 Zoho_Puvi_Bold !important;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.banner p {
    font: 20px/1.5 Zoho_Puvi_Regular;
    color: #fff;
    margin: 10px 0px 40px 0px;
}

.banner .cta-button {
    border: 1px solid #ffd400;
}

a.cta-button {
    font: 18px/1.5 Zoho_Puvi_Bold;
    display: inline-block;
    background: #ffd400;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}

img.banner-characters {
    display: block;
    margin: 0 auto;
    animation: fadeup 1000ms ease-in;
}

@keyframes fadeup {
    from {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-delay: 200ms;
    }
}


/*banner style ends here*/


/*promotional video style starts here*/

.promotional-video-bg {
    padding: 100px 0px;
}

.promotional-video {
    width: 50%;
}


/*promotional video style ends here*/


/*features style starts here*/

.features-bg {
    background: #f3f3f4;
    padding: 100px 0px;
}

.feature-box-parent {
    column-gap: 30px;
}

.feature-boxes {
    background: #fff;
    padding: 45px 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.features h2 {
    text-align: center;
    max-width: 50%;
    margin: 0px auto 80px auto;
}

.feature-boxes img {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
}

.features h3 {
    font: 24px/1.3 Zoho_Puvi_Bold;
    text-align: center;
}


/*features style ends here*/


/*vertical tab style starts here*/

.screenshots-bg {
    padding: 100px 0px;
}

.screenshots {
    text-align: center;
}

.set-1 h2 {
    max-width: 40%;
}

.set-2 h2 {
    max-width: 60%;
}

.screenshots h2 {
    margin: 0 auto;
}

p.screenshot-desc {
    margin: 20px auto 30px auto;
}

p.available {
    font: 23px/1.6 Zoho_Puvi_SemiBold;
    margin: 30px 0px 0px 0px;
}

p.path {
    font: 18px/1.6 Zoho_Puvi_Regular;
    margin: 0px 0px 0px 0px;
}

.screenshots h3 {
    font: 24px/1.3 'Zoho_Puvi_SemiBold';
    margin: 0px 0px 0px 0px;
}

.conversation-video {
    max-width: 50%;
    margin: 30px auto 50px auto;
}

img.zia-gif {
    display: block;
    width: 100px;
    margin: 20px auto;
}

p.how-to-build {
    font: 21px/1.5 Zoho_Puvi_SemiBold;
}

.vertical-tab-section {
    margin-top: 100px;
}

.screenshots .row {
    align-items: center;
}

.tab {
    background-color: #f1f1f1;
    width: 40%;
    height: 100%;
}

.tab button {
    font: 18px/1.6 Zoho_Puvi_Regular;
    display: block;
    background: #fff;
    color: #000;
    padding: 22px 35px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    border-left: 5px solid #fff;
}

.tab button:hover {
    background-color: #f7f7f7;
    border-left-color: #45aff1;
}

.tab button.active {
    background-color: #f7f7f7;
    border-left-color: #45aff1;
}

.tabcontent {
    padding: 0px 0px 0px 50px;
    width: 60%;
    border-left: none;
    height: 100%;
    display: none;
    position: relative
}

.tabcontent img {
    box-shadow: 2px 2px 10px #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 10px
}

span.marker {
    position: absolute;
    animation: bounceIn 0.5s 1;
    transition: all 0.5s ease-in-out;
    height: 65px;
    width: 55px;
    background-repeat: no-repeat;
    display: block;
}

span.one {
    left: 50%;
    top: 50%;
    background-image: url(../../images/marker-one.png);
}

span.two {
    top: -15px;
    right: 100px;
    background-image: url(../../images/marker-two.png);
}

span.three {
    top: -15px;
    right: 100px;
    background-image: url(../../images/marker-three.png);
}

span.four {
    top: -15px;
    right: 100px;
    background-image: url(../../images/marker-four.png);
}

span.five {
    top: -15px;
    right: 100px;
    background-image: url(../../images/marker-five.png);
}

span.six {
    top: -15px;
    right: 100px;
    background-image: url(../../images/marker-six.png);
}

span.seven {
    bottom: 185px;
    left: 298px;
    background-image: url(../../images/marker-seven.png);
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}


/*vertical tab style ends here*/


/*cta section style starts here*/

.cta-section-bg {
    background: #e4f4ff;
    padding: 75px 0px;
}

.cta-section {
    max-width: 1160px;
    margin: 0 auto;
    column-gap: 100px;
}

.cta-section .row {
    align-items: center;
    column-gap: 30px;
}

.cta-section .col:nth-child(1) {
    border-right: 1px solid #b6d2e4;
}

.cta-section .row li:nth-child(2) {
    margin-left: 20px;
}

.cta-section img {
    width: 200px;
}

.cta-section h4 {
    font: 24px/1.3 Zoho_Puvi_SemiBold;
    margin: 0px;
}

.cta-section p {
    margin: 10px 0px 20px 0px;
    max-width: 90%;
    font-size: 20px;
}

a.links,
span.links {
    font: 18px/1.2 Zoho_Puvi_Medium;
    color: #0067ff;
    text-decoration: none;
}


/*cta section style ends here*/


/*footer cta style starts here*/

.footer-cta-bg {
    padding: 120px 0px 120px 0px;
}

.footer-cta {
    text-align: center;
}

.footer-cta h3 {
    font: 32px/1.3 Zoho_Puvi_Bold;
    margin: 0px 0px 30px 0px;
}

.footer-cta a {
    background: #f0483e;
    color: #fff;
    border: 1px solid #f0483e;
}


/*footer cta style ends here*/


/*CTA hover starts here*/

.banner .cta-button:hover {
    background: transparent;
    border: 1px solid #ffd400;
    color: #ffd400;
}


/*.footer-cta a:hover {
  background: transparent;
  color: #f0483e;
  border: 1px solid #f0483e;
}*/


/*CTA hover ends here*/


/*animation starts here*/

span.arrow-animation {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.banner a:hover .arrow-animation {
    transform: translateX(5px);
    transition: all .3s ease;
}

.anim1,
.anim2,
.anim3,
.anim4,
.anim5,
.anim6 {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
}

.active-anim .anim1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 200ms;
}

.active-anim .anim2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 400ms;
}

.active-anim .anim3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 600ms;
}

.active-anim .anim4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 800ms;
}

.active-anim .anim5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1000ms;
}

.active-anim .anim6 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 1200ms;
}

.animation-left {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
}

.active-anim .animation-left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}

.animation-right {
    opacity: 0;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
}

.active-anim .animation-right {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: inherit;
}


/*animation ends here*/

@media only screen and (max-width:1024px) {
    .banner-bg {
        margin-top: 20px;
    }
    .feature-box-parent {
        column-gap: 30px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .features h2 {
        max-width: 70%;
    }
    .feature-boxes {
        max-width: 48%;
        flex-grow: inherit;
        flex-basis: inherit;
    }
    span.marker {
        display: none;
    }
    .set-1 h2 {
        max-width: 100%;
    }
    .set-2 h2 {
        max-width: 100%;
    }
    .cta-section {
        max-width: 1200px;
        margin: 0 auto;
    }
    .cta-section .col:nth-child(1) {
        border-right: none;
        margin-right: 0px;
    }
}

@media only screen and (max-width:768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .col {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .features h2 {
        max-width: 90%;
    }
    .feature-boxes {
        max-width: 100%;
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .conversation-video {
        max-width: 75%;
    }
    .tab {
        width: 100%;
    }
    .tabcontent {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .tabcontent img {
        margin-top: 50px;
    }
    .cta-section {
        row-gap: 100px;
        text-align: center;
    }
    .cta-section .row {
        justify-content: center;
    }
    .cta-section p {
        max-width: 100%;
    }
    .cta-section img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }
    .cta-section .row li:nth-child(2) {
        margin-left: 0px;
    }
    .cta-section h4 {
        margin: 30px 0px 0px 0px;
    }
}

@media only screen and (max-width:414px) {
    .banner {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    img.banner-characters {
        display: none;
    }
    .conversation-video {
        max-width: 100%;
    }
    .cta-section img {
        width: 120px;
    }
    .tab button {
        padding: 22px 15px;
    }
}

@media only screen and (max-width:375px) {
    .banner h1 {
        font: 45px/1.2 Zoho_Puvi_Bold !important;
    }
}