*,
*:before,
*:after {
    box-sizing: border-box;
}

.zw-product-header {
    display: none;
}
.zmobile-menu-new ul {
    padding: 30px 20px 15px 20px;
    width: 100%;
}
.zw-product-header,
.main-container-wrapper .zw-product-header,
.integration-menu-section,
.main-container {
    background: #000;
}

.banner-section {
    padding: 100px 0 50px;
    position: relative;
    text-align: center;
    color: #fff;
    background: #000;
}

.banner_inner h1 {
    font-size: 66px;
    line-height: 80px;
    font-family: var(--zf-primary-semibold);
    margin: 0 auto 20px;
    max-width: 1030px;
}

.banner_inner p {
    margin: 0 auto 25px;
    max-width: 670px;
    text-align: center;
}

a.explore_now {
    color: #03A9F5;
    font-family: var(--zf-primary-bold);
    border-bottom: 1px solid #49A8EF;
    padding-bottom: 5px;
}

.zoho_logo {
    display: inline-block;
    width: 140px;
    height: 60px;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/commonroot/zoho-logo-darkbg.svg) no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
}

.arrow_btn {
    width: 22px;
    height: 44px;
    border-radius: 100px;
    display: block;
    margin: 50px auto;
    border: 1px solid #fff;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.arrow_btn svg {
    transform: rotate(90deg) scale(0.7);
    animation: arrowLoop 2s ease;
    animation-iteration-count: infinite;
    position: relative;
    top: -10px;
    left: -2px;
}

.read_more span,
.learn_more span {
    width: 7.5px;
    height: 7.5px;
    border-right: 1.5px solid #03a9f5;
    border-top: 1.5px solid #03A9F5;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    transition: all 0.5s ease;
}

.read_more:hover span,
.learn_more:hover span {
    margin-left: 6px;
}

.banner-section .content-wrap {
    padding-bottom: 0px;
    z-index: 1;
}

.zh-video {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    margin: auto;
    max-width: 1920px;
}

.product-merge-section {
    background: #F3F5F9;
    padding: 100px 0;
}

.merege-icon div {
    border: 1px solid #E5E5E5;
    width: 103px;
    height: 103px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.border_semi {
    border-radius: 18px;
}

.border_full {
    border-radius: 100%;
}

.product-merge-inner,
.merege_flx {
    display: flex;
}

.product-merge-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 150px;
}

.merege-icon {
    max-width: 103px;
    text-align: center;
}

.merege_flx {
    margin: 40px 0;
}

.merege_flx svg {
    margin: 46px 20px 0px 20px;
}

.merege_list {
    width: 45%;
    max-width: 550px;
    margin: 60px 0;
}

.merege_list h3 {
    font-family: var(--zf-primary-semibold);
    font-size: 26px;
    line-height: 36px;
}

.merege_list p {
    max-width: 525px;
}

.merege_list_odd {
    margin-right: auto;
    margin-left: 15px;
}

.custom-solution-section {
    background-color: #F3F5F9;
}

.common_flow {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 40px 50px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.flow_logo {
    margin-right: 20px;
    width: 135px;
    text-align: center;
}

.flow_logo span {
    display: block;
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
}

.common_flow p {
    margin-bottom: 10px;
}

.common_flow a {
    padding-bottom: 5px;
    border-bottom: 1px solid #03a9f5;
}


.btm-section {
    padding: 0 0 100px;
    text-align: center;
    background-color: #f3f5f9;
}

.btm-section h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: var(--zf-primary-semibold);
    max-width: 690px;
    margin: 0 auto 25px;
}

.f_txt {
    margin-bottom: 0;
}

@keyframes arrowLoop {
    100% {
        top: 37px;
    }
}


/*Animation start*/

@media only screen and (min-width:768px) {

    .fadeinleft {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .fadeinright {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .zoom {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
        -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    }

    .zwe-op .zoom {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .zwe-op .fadeinleft,
    .zwe-op .fadeinright {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .delay1 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
        animation-delay: 200ms;
    }

    .delay2 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
        animation-delay: 400ms;
    }

    /* .delay3 {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms;
      animation-delay: 600ms;
    }
     */



}

/*Animation End*/

/*Animation End*/


/*responsive css*/



@media(max-width: 1399px) {
    .banner_inner h1 {
        font-size: 58px;
        max-width: 910px;
        line-height: 1.25;
    }

    .product-merge-inner {
        gap: 0 90px;
    }

    .btm-section h2 {
        font-size: 45px;
        line-height: 1.25;
    }

}

@media(max-width: 1299px) {
    .merege_list h3 br {
        display: none;
    }

    .banner_inner h1 {
        font-size: 54px;
    }
}

@media(max-width: 1199px) {
    .merege-icon div {
        width: 80px;
        height: 80px;
    }

    .merege-icon div img {
        width: 35px;
    }

    .merege_flx {
        margin: 35px 0;
    }

    .merege_flx svg {
        margin: 30px 20px 0 20px;
    }
}

@media(max-width: 991px) {
    .banner_inner h1 {
        font-size: 46px;
        max-width: 720px;
    }

    .banner_inner p {
        max-width: 635px;
    }

    .merege-icon span,
    .read_more,
    a.explore_now,
    .common_flow a {
        font-size: 15px;
    }

    .merege-icon div {
        margin-bottom: 5px;
    }

    .product-merge-section {
        padding: 50px 0;
    }

    .product-merge-inner {
        gap: unset;
        flex-direction: column;
        align-items: center;
    }

    .merege_list,
    .merege_list_odd {
        width: 100%;
        margin: 40px 0;
        max-width: 450px;
    }

    .merege_list h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    .banner-section {
        padding: 80px 0;
    }

    .arrow_btn {
        margin-bottom: 0;
    }

    .f_txt {
        text-align: center;
    }

    .f_txt a {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .banner_inner h1 {
        font-size: 40px;
    }

    .btm-section h2 {
        font-size: 36px;
    }

    .cs_list img {
        width: 48px;
    }

    .banner-section {
        padding: 50px 0;
    }

    .banner_inner h1 br,
    .zh-video {
        display: none;
    }

    .zoho_logo {
        width: 110px;
        height: 50px;
    }
.zw-product-header .product-title a {
    background: var(--zoho-logo-darkbg);
}
    .common_flow {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .flow_logo {
        margin: 0 auto 20px;
    }

    .flow_logo+div {
        max-width: 400px;
        margin: 0 auto;
    }

    .flow_logo img {
        width: 55px;
    }
}

@media(max-width: 480px) {
    .content-wrap {
        width: 85%;
    }

    .banner_inner h1 {
        font-size: 32px;
    }

    .btm-section h2 {
        font-size: 26px;
    }

    .btm-section h2 {
        max-width: 360px;
    }
}