.banner {
    background: linear-gradient(58deg, #d0faf0 0, #d0d0ff 100%) 0 0 no-repeat;
    position: relative;
}
.banner .arrow-line {
    position: absolute;
    top: -60px;
    left: 7%;
    z-index: 1;
    width: 39%;
    z-index: 3;
    animation: jump 7s infinite;
  }
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.banner_rirght_dot {
    position: fixed;
    right: 0;
    top: -150px;
    width: 59%;
  }
.banner .arrow-line img {
    width: 470px;
}
.banner::after {
    content: "";
    width: 100%;
    height: 100%;
}
.hoz-illus-Mobile {
    display: none;
}
.hoz-q-box.q-food {
    background-color: #ffefef;
    transform: translateY(80px);
}
.hoz-q-box.q-hobby {
    background-color: #f0f9ff;
    transform: translateY(11px);
}
.hoz-q-box.q-inspire {
    background-color: #e5fff7;
    transform: translateY(60px);
}
.hoz_exp_mobile {
    display: none;
}


.latest_inspiration {
    padding: 30px 0 20px;
}
.latest_inspiration .sec-ttl {
    text-align: center;
}
.stories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 0;
    position: relative;
}
.stories-list .right-nav {
    margin: 15% 0 0;
}
.atWork .hoz-q {
    max-width: 85%;
}
.lifeAtzoho {
    position: relative;
    z-index: 2;
    background: #fcf7ff;
}
.lfatzoho {
    border-bottom: 1px solid #f3edf5;
}

.atWork {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e5edf4;
}
.atWork .wrapper {
    overflow: inherit;
}
.vidya_live {
    width: 550px;
    position: relative;
    transform: translateX(-171px);
}
.atWork .sec-ttl {
    text-align: left;
}

.gettingPersonal {
    background: transparent linear-gradient(180deg, #f7f9ff 0, #fff 100%) 0 0 no-repeat;
    position: relative;
}
.geting_ele {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    transform: scale(-1);
}
.latest_ele {
    top: 0;
    left: 0;
    right: inherit;
    transform: rotate(0);
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.load-footer {
    position: relative;
}
.lifeZoho img {
    will-change: transform;
    transform-style: preserve-3d;
}
.hoz-exp_mobile {
    display: none;
}
.hoz-name h1 {
    max-width: 50%;
}

.banner .leftside{
    padding: 130px 0 165px 0;
}
@media only screen and (max-width: 991px) {
    .banner_wrapper {
        width: 100%;
    }
    .banner .arrow-line {
        display: none;
    }
    .journey_ele {
        position: static;
        width: 100%;
    }
    .banner .rightside {
        position: static;
        width: 100%;
        transform: translate(-13px, 10px);
    }
    .hoz-q-box.q-food,
    .hoz-q-box.q-hobby,
    .hoz-q-box.q-inspire {
        transform: translateY(0);
    }
    .hoz-fav-innerwrap {
        align-items: unset;
        justify-content: center;
    }
    .kuppu_rht {
        display: none;
    }
    .lifeatzoho_bg {
        margin-top: -206px;
    }
    .getting_card {
        flex-direction: column;
    }
    .getting_video_right {
        flex-basis: 100%;
    }
    .getting_video_right {
        margin-top: 40px;
    }
    .banner {
        background: #fff;
    }
    .banner_mobile_bg {
        background: linear-gradient(58deg, #d0faf0 0, #d0d0ff 100%) 0 0 no-repeat;
        position: relative;
    }
 
}
@media only screen and (max-width: 767px) {
    .atwork_left{
        padding-top: 44px;
    }
    
    
    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    }
    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    }
    .leftside {
        width: 100%;
    }
    .exp_with_zoho {
        font-size: 16px;
    }
    .gettingPersonal_victor .wrapper {
        max-width: 100%;
    }
    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }
    .gettingPersonal {
        padding: 70px 0;
    }
    
    .atWork .hoz-q,
    .hoz-q-box {
        max-width: 100%;
    }
    .getting_right,
    .lifeatzoho_bg {
        margin-top: 0;
    }
    .geting_ele,
    .hoz-q-box::before,
    .hoz_lifezoho_ele {
        display: none;
    }
    .atWork .sec-ttl,
    .wisdom .sec-ttl {
        text-align: center;
    }
   
   
}
@media only screen and (max-width: 540px) {
    .slick-list {
        padding: 65px 0 0 0 !important;
      }
    .hoz-q-box {
        min-height: 440px;
      }
}

/* ----------- line_animate ------------- */

.path-1, .path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1400;
    stroke-width: 2px;
    opacity: 0.3;
}
.path-2 {
    stroke: #d0d8fc;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
.path-1 {
    animation: lineanimate 2s linear forwards .5s;
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1400;
    }
    100% {
        stroke-dashoffset: 0;
    }
}