.banner {
    position: relative;
    background: transparent linear-gradient(58deg, #D9ECF5 0%, #FFEDDD 100%) 0% 0% no-repeat padding-box;
}

.banner_wrapper {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1230px;
}

.banner .arrow-line {
    position: absolute;
    top: -90px;
    left: 1%;
    width: 42%;
    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: 30%;
    top: 0;
    width: 10%;
}

.banner .arrow-line img {
    width: 520px;
}

.banner::after {
    content: "";
    width: 100%;
    height: 100%;
}

.hoz-name h1 {
    margin-bottom: 0;
}

.hoz_sub_title {
    font-family: Georgia;
    font-size: 50px;
    font-style: italic;
}

.hoz-illus-Mobile {
    display: none;
}

.hoz-q-box.q-food {
    background-color: #ffefef;
    transform: translateY(80px);
}
.q-food .hoz-q-img{
    transform: translateX(16px);
}
.hoz-q-box.q-hobby {
    background-color: #e5fff7;
    padding-bottom: 150px;
    transform: translateY(58px);
}

.hoz-q-box.q-inspire {
    background-color: #f0f9ff;

    transform: translateY(10px);
}

.hoz-q-img {
    position: relative;
    right: -60px;
    bottom: -20px;
    width: 200px;
    display: block;
    margin-top: 40px;
    height: 190px;
    object-fit: contain;
}

.q-inspire .hoz-q-img {
   right: -52px;
    width: 220px;
    bottom: -10px;
}

.q-goal .hoz-q-img {
    transform: translateX(10px);
}

.hoz_exp_mobile {
    display: none;
}

.hoz-ans-wrap .hoz-ans {
    width: 50%;
    float: left;
    padding-right: 80px;
}



.border_0 {
    border: 0;
}

.hoz-q-cultureZoho p:last-child {
    margin-bottom: 0;
}

.hoz-ans a.text-mask {
    color: #056cb8;
}

.hoz-q_no_dot {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    color: #010101;
    font-family: var(--primaryfont-regular);
    letter-spacing: -1px;
    margin-bottom: 30px;
    position: relative;
}

.atWork .hoz-q {
    max-width: 85%;
}

.lifeAtzoho {
    background: #F7F9FF;
    position: relative;
    z-index: 2;
}

.lfatzoho {
    border-bottom: 1px solid #E7F0F8;
}

.lifeatzoho_bg {
    margin-top: -350px;
    display: none;
}

.lifeAtzoho .sec-ttl {
    margin-top: 0;
}


.hoz_lifezoho_ele.hoz_lifezoho_ele_left {
    left: 0;
    width: 240px;
}

.hoz_atwork_ele {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
}

.fst_part_ele {
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 20%);
    padding-bottom: 50px;
}

.atwork_ele {
    top: 0;
    right: 0;
}

.atWork {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #F7FBFF;
}

.atWork .wrapper {
    overflow: inherit;
}

.hoz-border-0 {
    border: 0;
}

.atWork .sec-ttl,
.wisdom .sec-ttl {
    text-align: left;
}

.wisdom .sec-ttl {
    margin-bottom: 0;
}


.gettingPersonal {
    background: transparent linear-gradient(180deg, #F7F9FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: relative;
    padding-bottom: 0;
}

.gettingPersonal .wrapper {
    padding-bottom: 120px;
}



.geting_ele {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.hoz_center {
    max-width: 70%;
    text-align: center;
    margin: 0 auto 60px auto;
}


.books {
    background: #fff;
    padding: 0;
    position: relative;
}

.hoz_center .hoz-ans {
    max-width: 72%;
    margin: 30px auto 0 auto;
    text-align: left;
}

.hoz_books {
    margin-top: 100px;
}

.books .medium-font {
    color: #f60014;
}

.hoz_center .hoz-q {
    max-width: 100%;
    display: inline;
}

.gettingPersonal .sec-ttl,
.inspiration .sec-ttl {
    text-align: center;
}

.getting_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.youtubeIcon a {
    font-family: var(--primaryfont-regular);
    margin-top: 40px;
    color: #333;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.youtubeIcon :hover img {
    animation: zoom 0.5s ease-in-out;
}

.getting_card .youtubevideo_card {
    border-radius: 10px;
    border: none;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.youtubeIcon a span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.gettingPersonalVideo .hoz-q-cultureZoho {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
}



.tell_abt.tell_abt_mob {
    margin-bottom: 0;
}


.getting_video_left {
    flex-basis: 50%;

}

.getting_video_right {
    flex-basis: 35%;
}

.getting_video_right {
    position: relative;
    overflow: hidden;
}

.youtubevideo_card {
    border: 1px solid #efece4;
    border-radius: 3px;
    display: flex;
    align-items: flex-start;
}

.youtubevideo_card img {
    transition: all 0.3s ease-in-out;
}

.youtube_icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    margin: auto;
    right: 0;
    margin-top: -23px;
    cursor: pointer;
}

.gettingPersonalVideo {
    margin-bottom: 50px;
    padding: 90px 80px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 45%;
    background: #edf3ff;
    position: relative;
}

.get_card1 {
    background-color: #f0f9ff;
}

.get_card2 {
    background-color: #edf3ff;
    margin-bottom: 0;
}

.get_card3 {
    background-color: #fff8e6;
}

.get_card4 {
    background-color: #ffefef;
    margin-bottom: 0;
}

.gettingPersonal_victor .gettingPersonalVideo {
    background: #fff;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #eceef7;
    box-shadow: 20px 16px 44px #152e340d;
    margin-bottom: 0;
}

.gettingPersonal_victor .gettingPersonalVideo .hoz-q-cultureZoho {
    margin-bottom: 0;
}

.atWork .gettingPersonalVideo {
    width: 100%;
}

.atWork .gettingPersonalVideo .hoz-q::before {
    display: none;
}

.atWork .gettingPersonalVideo .hoz-q {
    max-width: 100%;
}

.getting_left {
    padding-top: 0;
}

.gettingPersonal_content,
.wisdom .lifeAtzoho {
    display: flex;
    padding: 0;
    background: 0 0;
}

.journey_ele {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.wisdom .lifeAtzoho {
    align-items: center;
}

.wisdom .lifeAtzoho .wisdom_quote_all {
    flex-basis: 45%;
}

.system_bg {
    margin-top: 30px;
    display: none;
}

.system_bg img {
    mix-blend-mode: multiply;
    display: block;
    margin: auto;
}

.wisdom_right h2 {
    max-width: 60%;
}

.wisdom_right .hoz-q-cultureZoho {
    padding-top: 60px;
}

.gallery {
    background: transparent linear-gradient(180deg, #f7fbff 0, #fff 100%) 0 0 no-repeat;
    overflow: hidden;
}

.gallery_inr {
    justify-content: center;
    position: relative;
}

.gallery_card {
    flex-basis: 25%;
    margin-right: 35px;
}

.gallery_card:last-child {
    margin-right: 0;
}

.gallery_card .hoz-ans {
    line-height: 1.7;
}

.hoz-exp_mobile {
    display: none;
}

.hoz_books_card {
    margin-top: 0;
}

.hoz_center.hoz_col_full {
    margin-top: -80px;
}

.hoz_col_full .hoz-ans {
    font-size: 23px;
    text-align: center;
    margin-top: 0;
    max-width: 80%;
    color: #010101;
}

.getcard_ele {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    display: none;
}

.hoz_col_3 {
    display: flex;
    justify-content: space-between;
}

.hoz_col_full {
    flex: 0 0 100%;
}

.hoz_books_card .hoz_col {
    padding: 0 30px;
    border-right: 1px dashed rgba(0%, 0%, 0%, 20%);
    flex-basis: 33%;
}

.hoz_books_card .hoz_col:last-child {
    border: 0;
    padding-bottom: 0;
}

.banner .leftside {
    padding: 130px 0 210px 0;
}

.gallery .slick-slide {
    height: 0px;
}

.gallery .slick-slide.slick-active {
    height: 100%;
}

.workSpace {
    margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
    .gettingPersonal .wrapper .hoz_lifezoho_ele{
        bottom: 3px;
    }
}
@media only screen and (max-width: 1024px) {
    .hoz_lifezoho_ele {
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .hoz_lifezoho_ele {
        width: 170px;
    }

    .banner_wrapper {
        width: 100%;
    }

    .banner {
        background: #fff;
    }

    .banner_mobile_bg {
        background: transparent linear-gradient(58deg,#d9ecf5 0%,#ffeddd 100%) 0% 0% no-repeat padding-box;
        position: relative;
        margin-bottom: 30px;
    }

    .banner .arrow-line,
    .banner_rirght_dot {
        display: none;
    }

    .banner .rightside {
        display: none;
    }

    .hoz-q-box.q-food,
    .hoz-q-box.q-hobby,
    .hoz-q-box.q-inspire {
        transform: translateY(0);
    }

    .hoz-fav-innerwrap {
        align-items: unset;
    }

    .gettingPersonalVideo {
        padding: 30px;
    }

    .lifeatzoho_bg {
        margin-top: -206px;
    }

    .hoz_books_card {
        flex-direction: column;
    }

    .hoz_books_card p {
        margin-bottom: 0;
    }

    .hoz_books_card .hoz_col {
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%);
    }

    .q-hobby .hoz-q-img {
        right: 14px !important;
    }
    .hoz_center.hoz_col_full{
        margin-top: 0;
        max-width: 100%;
    }
    .hoz_center.hoz_col_full .hoz-ans{
        font-size: 18px;
    max-width: 100%;
    }
.gettingPersonal .wrapper{
        padding-bottom: 150px;
    }
    .gettingPersonal .wrapper .hoz_lifezoho_ele{
        bottom: 3px;
    }
 .q-goal .hoz-q-img{
        transform: translateX(0px);
    }
    .q-food .hoz-q-img {
        transform: translateX(6px);
    }
}

@media only screen and (max-width: 767px) {
    .hoz-q-box {
        min-height: 400px;
    }
    .hoz-q-box.q-hobby {
        padding-bottom: 120px;
        min-height: auto;
        padding-bottom: 40px;
    }

    /* .hoz-q-box.q-inspire{
        min-he   ight: 520px;
    } */
    .atWork .gettingPersonalVideo {
        padding: 30px;
        margin-bottom: 50px;
    }

    .gettingPersonalVideo.get_card4 {
        margin-bottom: 0;
    }

    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }

   
    .gettingPersonal .wrapper{
        padding-bottom: 0;
    }
    .books .wrapper {
        border: 0;
        padding-top: 0;
    }

    .hoz_books_card {
        margin-top: -40px;
    }

    .gettingPersonal_content {
        padding-bottom: 60px;
    }
 .fst_part_ele{
        margin-bottom: 0;
        border:none;
    }


    .mble_bdr {
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%) !important;
        padding: 50px 0 50px 0 !important;
    }

    .at_work_mob {
        padding-bottom: 50px !important;
    }

    .tell_abt {
        margin-bottom: 50px;
    }

    .getting_left {
        padding-bottom: 50px !important;
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%) !important;
    }
   

    .get_lft_mob {
        padding-top: 0;
    }

    .at_work_mob {
        padding-top: 25px;
    }

   

    .hoz-q,
    .hoz-q_no_dot {
        font-size: 26px;
    }

    .atWork .hoz-q {
        max-width: 100%;
    }

    .hoz-fav-innerwrap {
        margin-bottom: 60px;
    }

    .leftside {
        width: 100%;
    }

    .lifeatzoho_bg {
        margin-top: 0;
    }

    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    }


    .hoz_youtube_blg {
        margin-bottom: 0;
    }

    .atWork .sec-ttl,
    .wisdom .sec-ttl {
        text-align: center;
    }

    .q-inspire .hoz-q-img {
        right: -30px;
    }

    .gettingPersonal_victor .gettingPersonalVideo.hoz_youtube_blg {
        flex-direction: column;
        margin-top: 50px;
    }

    .gtpersonal .getting_video_right {
        margin-top: 30px;
    }

    .mobile_blg {
        border: 0;
    }

    .hoz_center {
        max-width: 100%;
    }
   .atWork .hoz_atwork_ele{
        display: none;
    }
    
    .leftside.leftside-mobiview .mble_bdr{
        padding: 0 !important;
        border-bottom: none !important;
    }
    .leftside.leftside-mobiview .mble_bdr .hoz-q{
        margin: 0;
    }
.noborder-padding{
        border: none !important;
        padding-bottom: 0 !important;
    }
.q-goal .hoz-q-img {
        transform: translateX(-1px);
    }
    .q-food .hoz-q-img {
        transform: translateX(6px);
    }
.mobipaddt-30{
padding-top: 30px}
}

@media only screen and (max-width: 640px) {
    .hoz-q-box {
        min-height: 450px;
    }
}

@media only screen and (max-width: 540px) {

    .lifeZoho {
        margin-top: 35px;
    }

    .hoz_books {
        margin-top: 0;
    }

    .hoz_books_card {
        margin-top: -50px;
    }

}


/* ----------- line_animate ------------- */

.path-1,
.path-2 {
    fill: none;
}

.path-1 {
    stroke: black;
    stroke-dasharray: 1200;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
}

.path-2 {
    stroke: #eaf4e7;
    stroke-width: 2px;
    stroke-dasharray: 6;
}

.path-1 {
    animation: lineanimate 2s linear forwards .5s;
}

.path-3 {
    opacity: 0;
    animation: circleOpacity 2s linear forwards .3s;
    animation-delay: 1.5s;
}

@keyframes circleOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .3;
    }
}

@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1200;
    }

    100% {
        stroke-dashoffset: 0;
    }
}