/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
:root {
    --dark-blue-color: #004173;
    --light-blue-color: #1163aa;
    --green-color: #2bb673;
    --orange-color: #f99d33;
}

.list-container li {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.02em;
}

.vc_row {
    margin: 0px !important;
}


/* .page-id-736 .fotter_container {
    position: absolute !important;
    bottom: 0;
} */

/* PRICING PAGE START */

.app_scroll img {
    width: 100vw;
}

.app_scroll_gap {
    height: 1500px;
}

.price-and-order {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    height: 2px;
    background-color: var(--dark-blue-color);
}

.order-bt {
    background-color: var(--dark-blue-color);
    color: white;
    font-weight: 500;
    font-size: 18px;
    width: 200px;
    padding: 7px;
    text-align: center;
    border-radius: 100px;
    transition: .2s;
    cursor: pointer;
}

.order-bt:hover {
    transition: .2s;
    background-color: var(--light-blue-color);
}

.price {
    color: var(--dark-blue-color);
}

.price .child1 {
    font-size: 27px;
    font-weight: 500;
}

.price .child2 {
    font-size: 30px;
    font-weight: 500;
}

.price .child3 {
    font-size: 30px;
    font-weight: 500;
}

.price .child4 {
    font-size: 16px;
    position: relative;
    top: 4px;
    margin-left: 2px;
}

.pricing_container {
    background: rgb(0, 65, 115);
    background: linear-gradient(-90deg, rgba(0, 65, 115, 1) 0%, rgba(17, 99, 170, 1) 72%, rgba(39, 170, 225, 1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pricing_container h1 {
    color: white;
    font-family: "ff-cocon-pro", sans-serif !important;
    letter-spacing: .01em;
    margin-bottom: 30px;
}

.pricing-boxes-container {
    display: flex;
    width: 1000px;
    align-items: flex-end;
    justify-content: space-between;
}

.pricing-box {
    overflow: hidden;
    background-color: white;
    border-radius: 15px;
    position: relative;
}

.pricing-box-title {
    position: absolute;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
}

.list-container {
    margin-top: 80px;
    margin-left: 35px;
    margin-right: 15px;
    list-style: url("/wp-content/uploads/2023/08/bullet.png");
}

.pricing-box-title h2 {
    color: white;
    font-size: 24px;
}

.pricing-box-1 {
    width: 300px;
    height: 460px;
}

.pricing-box-2 {
    width: 320px;
    height: 480px;
}

.pricing-box-3 {
    width: 300px;
    height: 460px;
}

.pricing-box-1 .pricing-box-title {
    background-color: var(--green-color);
}

.pricing-box-2 .pricing-box-title {
    background-image: url('/wp-content/uploads/2023/08/blue_gradient@2x.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-box-3 .pricing-box-title {
    background-color: var(--orange-color);
}

#bottom_section {
    background: var(--dark-blue-color);
    /* background: linear-gradient(-90deg, rgba(0, 65, 115, 1) 0%, rgba(17, 99, 170, 1) 72%, rgba(39, 170, 225, 1) 100%); */
    height: 400px;
    /* width: 100% !important;
    left: 0px !important;
    z-index: 1000 !important; */
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottom_section_absolute {
    top: 1500px;
    position: absolute !important;
    transition: 1s;
}

.bottom_section_fixed {
    bottom: 0px !important;
    position: fixed !important;
    transition: 1s;
}

.accordion_container .acc_item {
    background-color: transparent !important;
    color: white !important;
}

.accordion_container .acc_heading {
    color: white !important;
}

.accordion_container .acc_control,
.accordion_container .active_acc .acc_control,
.accordion_container .acc_holder.with_bgr .active_acc .acc_control {
    background-color: var(--orange-color) !important;
}


.accordion_container .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion_container .acc_holder.rounded .acc_item {
    border-radius: 0px !important;
}

.accordion_container .acc_holder {
    width: 90%;
    max-width: 1000px;
}

.accordion_container .acc_holder.border .acc_item {
    border-bottom: 1px solid #eee !important;
}



@media only screen and (min-width: 1018px) {}

@media only screen and (max-width: 1017px) {
    .bottom_section_absolute {
        top: 2000px;
    }

    .pricing-box-1 {
        width: 70%;
        min-height: 460px;
        margin-bottom: 30px;
    }

    .pricing-box-2 {
        width: 80%;
        min-height: 460px;
        margin-bottom: 30px;
    }

    .pricing-box-3 {
        width: 70%;
        min-height: 480px;
    }

    .pricing-boxes-container {
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .pricing-boxes-container .pricing-box-1 {
        order: 2;
    }

    .pricing-boxes-container .pricing-box-3 {
        order: 3;
    }

    .pricing-boxes-container .pricing-box-2 {
        order: 1;
    }
}

/* PRICING PAGE END */


.team-container {
    display: flex;
}

.team-container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-container .item img {
    width: 150px !important;
}

.team-container .items_gap {
    width: 30px;
}

.bullt_item:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/check.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 11px;
    width: 16px;
    position: relative;
    top: 0px;
    left: -6px;
}

.custom_menu_4 #menu>ul>li div {
    border: none !important;
}

h2 {
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-blue-color);
    margin-bottom: 0px;
}

h3 {
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue-color);
    margin-bottom: 0px;
}

.bold {
    font-weight: 600;
}

.title {
    font-family: "ff-cocon-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .01em;
}

.title_white {
    font-family: "ff-cocon-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .01em;
    color: white !important;
}

#menu-item-621 a {
    color: var(--orange-color) !important;
}

.menu-item-621 img {
    position: relative;
    top: 1px;
    width: 11px;
    left: 5px;
}

.menu-item-622 img {
    position: relative;
    top: 1px;
    width: 13px;
    left: 5px;
}

.logo_and_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


#logo {
    margin-right: 30px;
}

#logo img {
    max-height: 35px;
    position: relative;
    top: 2px;
}

.how_it_works_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    flex-direction: row;
}

.how_it_works_container img {
    height: 25px !important;
    width: 25px !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.how_it_works_container h4 {
    margin: 0px;
    font-size: 24px;
    font-family: "ff-cocon-pro", sans-serif !important;
    color: var(--dark-blue-color);

}

.splite_sideEnquiry {
    display: none !important;
}

.years_timeline {
    overflow: hidden !important;
}

/* Theme customization starts here */
.page_title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.projects_continer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.project_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 101;
}

.project_info a {
    color: white !important;
}

.project_container {
    width: 380px;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    overflow: hidden;
    margin: 10px;
    border-radius: 50px;
    font-size: 0px;
}

.project_text {
    color: white;
    font-size: 18px;
    line-height: 18px;
}

.project_link {
    background-color: var(--orange-color);
    padding: 5px 10px 4px 10px;
    color: white;
    font-size: 14px;
    line-height: 16px;
    border-radius: 100px;
    transition: 0.2s;
}

.project_link :hover {
    background-color: #ac720d !important;
    transition: 0.2s;
}

.project_container .dark_overlay {
    background-color: #00000075 !important;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.project_image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.project_image img {
    width: 100%;
    height: 100%;
}

.project_logo {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#terms h3 {
    margin-bottom: 0px !important;
}

h4 {
    text-transform: none;
    font-size: 17px;
}

.clipcontainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playgif {
    position: absolute;
    box-shadow: none !important;
    width: 18% !important;
}

/* @media only screen and (max-width: 768px) {
    .project_container {
        width: 330px;
    }

    #header.mobile_force_relative_position {
        position: fixed !important;
    }

    #header {
        position: fixed !important;
    }

} */

.contact_form {
    position: relative;
    z-index: 1001;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    margin-bottom: 0px;
}

.contact_form_ltr input[type="tel"] {
    text-align: left;
}

.contact_form_ltr .wpcf7-form-control-wrap input[type="text"],
.contact_form_ltr .wpcf7-form-control-wrap input[type="password"],
.contact_form_ltr .wpcf7-form-control-wrap input[type="email"],
.contact_form_ltr .wpcf7-form-control-wrap textarea,
.contact_form_ltr .wpcf7-form-control-wrap select input[type="tel"] {
    text-align: left;
    direction: ltr;
}


.contact_form textarea {
    height: 50px;
}

.submit_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    margin-top: 0px;
    background-color: var(--green-color);
    color: white;
}

.contact_form_ltr input[type="submit"],
.contact_form_ltr input[type="reset"],
.contact_form_ltr input[type="button"] {
    background-color: #274a83;
}


input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-weight: normal;
    width: 250px;
    border-radius: 100px;
    background-color: var(--green-color);
    font-size: 21px;
    letter-spacing: 0px !important;
}

#splite_popup_box span.wpcf7-not-valid-tip {
    background: none !important;
    color: #ff0033 !important;
    line-height: 18px !important;
    right: 13px !important;
    text-align: center;
    top: 1px;
    width: auto;
    height: auto;
    padding: 8px 8px;
    transition: all 0.3s ease-in;
    font-family: Open Sans;
    position: absolute;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    top: 7px;
    margin-left: 10px;
    font-size: 13px;
}

#splite_popup_box input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--green-color);
    letter-spacing: 1px;
    text-align: center;
    border: 0;
    box-shadow: none;
    width: 200px !important;
    border-radius: 100px;
}

.phone {
    display: flex;
    align-items: center;
    font-size: 15px !important;
    line-height: 15px;
    direction: rtl !important;
    margin-top: 5px;
}

.phone img {
    width: 25px !important;
    margin-left: 10px;
    position: relative;
    top: -1px;
}





.desktopmokeup_and_text h1 {
    direction: ltr;
    text-align: left;
    width: 100%;
    margin-bottom: 20px !important;
}




/* ON DESKTOP */
@media only screen and (min-width: 901px) {
    .handholding_mobile_and_text .left {
        display: flex;
        flex-direction: column;
        align-items: flex-end !important;
    }

    .handholding_mobile_and_text .left h1 {
        width: 400px !important;
        margin-bottom: 10px;
    }

    .customers_container {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }

    .customers_container .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        margin-bottom: 20px;
    }

    .customers_container .item img {
        height: 100%;
    }

    .customers_container .item_gap {
        width: 20px;
    }

    .section_container .right img {
        width: 100%;
        max-width: 678px;
    }

    .desktopmokeup_and_text .left {
        align-items: flex-end !important;
        flex-direction: column;
        overflow: hidden;
    }

    .our_team {
        height: 400px !important;

    }

    .our_team .left h1 {
        width: 400px;

    }

    .our_team .left h2 {
        width: 400px;

    }

    .our_team .left {
        align-items: flex-end !important;
        flex-direction: column;
        width: 400px;
    }

    .bullt_item {
        color: var(--dark-blue-color);
        margin-bottom: 10px;
    }

    .how_it_works_container {
        width: 400px;

    }

    .desktopmokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 400px;
        margin-bottom: 20px !important;
    }

    .desktopmokeup_and_text h2 {
        width: 400px;
        text-align: left;
    }

    .desktopmokeup_and_text ul {
        direction: ltr;
        width: 400px;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-indent: -18px;
        margin-left: 20px;
        position: relative;
        left: 30px;
    }

    .mobilemokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 400px;
    }

    .mobilemokeup_and_text h2 {
        direction: ltr;
        width: 400px;
        text-align: left;
    }

    .handholding_mobile_and_text h1 {
        direction: ltr;
        text-align: left;
        width: 370px;
    }

    .handholding_mobile_and_text h2 {
        direction: ltr;
        width: 370px;
        text-align: left;
    }

    .logo_and_timeline_section {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .logo_and_timeline_container .left img {
        width: 110px;
    }

    .logo_and_timeline_main_container .years_timeline {
        margin-top: 30px !important;
    }

    .logo_and_timeline_container h1 {
        color: var(--dark-blue-color) !important;
        text-align: left;
        font-size: 20px !important;
        line-height: 25px;
        direction: ltr;
        position: absolute;
        width: 370px;
    }

    .timeline_section_small {
        height: 450px !important;
        margin-top: 0px;
    }

    .section1_basketball {
        height: 450px !important;
    }

    .section1_basketball .left {
        align-items: flex-end !important;
        height: 100% !important;
    }

    .section_container_en .bodytext {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .title {
        text-align: left;
        direction: 'ltr';
        direction: ltr;
    }

    #contact_bt {
        position: fixed;
        bottom: 150px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        z-index: 99;
    }

    #contact_bt a {
        background-color: var(--green-color);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: white;
        line-height: 15px;
        direction: ltr;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 9px;
        border-radius: 10px;
        cursor: pointer;
    }

    .contactus .arrow img {
        width: 80px !important;
        margin-top: 20px;
    }

    .contactus .letschat img {
        width: 150px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gray {
        color: #3a3a3a !important;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px !important;
    }

    .clickhere h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .h1space {
        margin-bottom: 20px !important;
    }

    .smallspace {
        margin-bottom: 10px !important;
    }

    h1 {
        text-transform: none;
        color: var(--orange-color);
        font-size: 34px;
        line-height: 34px;
    }

    .steps,
    .contactus {
        padding-top: 100px;
        padding-bottom: 100px;
        z-index: 1001;

    }

    .steps img {
        max-width: 900px !important;
    }

    .mobile {
        display: none;
    }

    .holding_mobile {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2022/01/hand_mobile.jpg?id=184) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .holding_mobile_basketball {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/basketball_hand_desktop.jpg) !important;
    }

    .holding_mobile_camps {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/camps_hand_desktop.jpg) !important;
    }

    .holding_mobile_main {
        background: url(/wp-content/uploads/2023/06/hand_desktop.jpg) !important;
    }

    .yourstory .right {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .yourstory .left img {
        position: absolute;
        top: 30px;
        width: 350px;
    }

    .yourstory .title {
        color: var(--orange-color);
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .yourstory .your_story {
        margin-top: 10px;
        font-size: 40px;
    }

    .yourstory h1 {
        color: var(--orange-color);
    }

    .about_us .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .about_us h1 {
        color: var(--orange-color);
    }

    .holding_mobile_basketball h1 {
        color: var(--orange-color);
        direction: ltr;
    }

    .holding_mobile_basketball .left {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .holding_mobile .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .holding_mobile h1 {
        color: var(--orange-color);
    }

    .years_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 560px;
        align-items: center;
        justify-content: center;
    }

    .years_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .years_timeline {
        position: relative;
        z-index: 1001;
    }

    .logo_hayuzmanim img {
        width: 180px;
    }

    .timeline_section {
        height: 560px;
        margin-top: 0px;
    }

    #main_clip_mobile {
        display: none;
    }

    .fotter_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: var(--green-color);
    }

    .fotter {
        background-color: var(--green-color);
        width: 85%;
        height: 120px;
        z-index: 1000;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        flex-direction: row;
        color: white;
    }

    .fotter .right {
        text-align: right;
    }

    .fotter img {
        width: 180px;
    }

    h1 {
        text-transform: none;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .timeline_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 560px;
        position: relative;
    }

    .section_container .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        /* padding-left: 30px; */
    }



    .section_container .center {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .section_container .center .circle {
        width: 35px;
        height: 35px;
        border: 2px solid var(--orange-color);
        border-radius: 100px;
        z-index: 1001;
        background-color: white;
    }

    .en_text_container {}

    .section_container .right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 1000;
        /* padding-right: 30px; */
    }

}

/* ON DESKTOP END */





/* ON DESKTOP part2 START */
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .team-container .item img {
        width: 110px !important;
    }

    .team-container {
        width: 100%;
    }

    .team-container h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .section_container .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 30px;
    }

    .handholding_mobile_and_text .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .handholding_mobile_and_text .left h1 {
        /* width: 400px !important; */
        margin-bottom: 10px;
    }

    .customers_container {
        display: flex;
        flex-wrap: wrap;
        /* width: 400px; */
    }

    .customers_container .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        margin-bottom: 20px;
    }

    .customers_container .item img {
        height: 100%;
    }

    .customers_container .item_gap {
        width: 20px;
    }

    .section_container .right img {
        width: 100%;
        max-width: 678px;
    }

    .desktopmokeup_and_text .left {
        align-items: flex-start !important;
        flex-direction: column;
        /* overflow: hidden; */
    }

    .our_team {
        height: 400px !important;

    }

    .our_team .left h1 {
        /* width: 400px; */

    }

    .our_team .left h2 {
        /* width: 400px; */

    }

    .our_team .left {
        align-items: flex-start !important;
        flex-direction: column;
        /* width: 400px; */
    }

    .bullt_item {
        color: var(--dark-blue-color);
        margin-bottom: 10px;
    }

    .how_it_works_container {
        /* width: 400px; */

    }

    .desktopmokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        /* width: 400px; */
        margin-bottom: 20px !important;
    }

    .desktopmokeup_and_text h2 {
        /* width: 400px; */
        text-align: left;
    }

    .desktopmokeup_and_text ul {
        direction: ltr;
        /* width: 400px; */
        font-size: 18px;
        line-height: 23px;
        text-align: left;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-indent: -18px;
        margin-left: 20px;
        position: relative;
        left: 7px;
    }

    .mobilemokeup_and_text h1 {
        direction: ltr;
        text-align: left;
        /* width: 400px; */
    }

    .mobilemokeup_and_text h2 {
        direction: ltr;
        /* width: 400px; */
        text-align: left;
    }

    .handholding_mobile_and_text h1 {
        direction: ltr;
        text-align: left;
        /* width: 370px; */
    }

    .handholding_mobile_and_text h2 {
        direction: ltr;
        /* width: 370px; */
        text-align: left;
    }

    .logo_and_timeline_section {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 450px;
        align-items: center;
        justify-content: center;
    }

    .logo_and_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .logo_and_timeline_container .left img {
        width: 110px;
    }

    .logo_and_timeline_main_container .years_timeline {
        margin-top: 30px !important;
    }

    .logo_and_timeline_container h1 {
        color: var(--dark-blue-color) !important;
        text-align: left;
        font-size: 20px !important;
        line-height: 25px;
        direction: ltr;
        position: absolute;
        width: 370px;
    }

    .timeline_section_small {
        height: 450px !important;
        margin-top: 0px;
    }

    .section1_basketball {
        height: 450px !important;
    }

    .section1_basketball .left {
        align-items: flex-end !important;
        height: 100% !important;
    }

    .section_container_en .bodytext {
        color: #3a3a3a !important;
        text-align: left;
        direction: 'ltr';
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .title {
        text-align: left;
        direction: 'ltr';
        direction: ltr;
    }

    #contact_bt {
        position: fixed;
        bottom: 150px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        z-index: 99;
    }

    #contact_bt a {
        background-color: var(--green-color);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: white;
        line-height: 15px;
        direction: ltr;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 9px;
        border-radius: 10px;
        cursor: pointer;
    }

    .contactus .arrow img {
        width: 80px !important;
        margin-top: 20px;
    }

    .contactus .letschat img {
        width: 150px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gray {
        color: #3a3a3a !important;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px !important;
    }

    .clickhere h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .h1space {
        margin-bottom: 20px !important;
    }

    .smallspace {
        margin-bottom: 10px !important;
    }

    h1 {
        text-transform: none;
        color: var(--orange-color);
        font-size: 34px;
        line-height: 34px;
    }

    .steps,
    .contactus {
        padding-top: 100px;
        padding-bottom: 100px;
        z-index: 1001;

    }

    .steps img {
        max-width: 900px !important;
    }

    .mobile {
        display: none;
    }

    .holding_mobile {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2022/01/hand_mobile.jpg?id=184) !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .holding_mobile_basketball {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/basketball_hand_desktop.jpg) !important;
    }

    .holding_mobile_camps {
        background: url(https://hayuzmanim.co.il/wp-content/uploads/2023/05/camps_hand_desktop.jpg) !important;
    }

    .holding_mobile_main {
        background: url(/wp-content/uploads/2023/06/hand_desktop.jpg) !important;
    }

    .yourstory .right {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .yourstory .left img {
        position: absolute;
        top: 30px;
        width: 313px;
    }

    .yourstory .title {
        color: var(--orange-color);
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .yourstory .your_story {
        margin-top: 10px;
        font-size: 40px;
    }

    .yourstory h1 {
        color: var(--orange-color);
    }

    .about_us .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .about_us h1 {
        color: var(--orange-color);
    }

    .holding_mobile_basketball h1 {
        color: var(--orange-color);
        direction: ltr;
    }

    .holding_mobile_basketball .left {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .holding_mobile .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .holding_mobile h1 {
        color: var(--orange-color);
    }

    .years_timeline_section .main_section_container {
        display: flex;
        flex-direction: column;
        height: 560px;
        align-items: center;
        justify-content: center;
    }

    .years_timeline_section .section_container {
        height: auto !important;
        margin-bottom: 40px;
    }

    .years_timeline {
        position: relative;
        z-index: 1001;
    }

    .logo_hayuzmanim img {
        width: 180px;
    }

    .timeline_section {
        height: 560px;
        margin-top: 0px;
    }

    #main_clip_mobile {
        display: none;
    }

    .fotter_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: var(--green-color);
    }

    .fotter {
        background-color: var(--green-color);
        width: 85%;
        height: 120px;
        z-index: 1000;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        flex-direction: row;
        color: white;
    }

    .fotter .right {
        text-align: right;
    }

    .fotter img {
        width: 180px;
    }

    h1 {
        text-transform: none;
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .timeline_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 560px;
        position: relative;
    }





    .section_container .center {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .section_container .center .circle {
        width: 35px;
        height: 35px;
        border: 2px solid var(--orange-color);
        border-radius: 100px;
        z-index: 1001;
        background-color: white;
    }

    .en_text_container {}

    .section_container .right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 1000;
        padding-right: 30px;
    }

}

/* ON DESKTOP part2 END */

@media only screen and (max-width: 385px) {}

@media only screen and (max-width: 1210px) {
    .about_us .left br {
        display: none !important;
    }

    .yourstory .right br {
        display: none !important;
    }
}

/* תמונה צמודה למטה עד לשלב זה */
@media only screen and (min-width: 1200px) {
    .about_us .right {
        height: 100%;
        align-items: flex-end !important;
    }
}

/* ON MOBILE */
@media only screen and (max-width: 767px) {
    .team-container .item img {
        width: 100px !important;
        margin-bottom: 5px !important;
    }

    .team-container h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .customers_container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 17px;
    }

    .customers_container .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        margin-bottom: 20px;
    }

    .customers_container .item img {
        height: 100%;
    }

    .customers_container .item_gap {
        width: 20px;
    }

    .our_team .right {
        margin-top: 30px !important;
    }

    .our_team {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #customers {
        background-color: #01477b;
    }

    .handholding_mobile_and_text .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .title {
        font-size: 26px;
        line-height: 28px;
    }

    .bullt_item {
        color: var(--dark-blue-color);
        margin-bottom: 10px;
        width: 100%;
    }

    #splite_popup_title {
        line-height: 24px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #contact_bt {
        position: fixed;
        bottom: 438px;
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;
        z-index: 99;
    }

    #contact_bt a {
        background-color: var(--green-color);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        color: white;
        line-height: 11px;
        direction: ltr;
        text-align: center;
        font-weight: 600;
        font-size: 10px;
        padding-bottom: 9px;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        width: 54px;
        left: 13px;
        position: relative;
    }

    .desktopmokeup_and_text .left {
        align-items: flex-start !important;
        flex-direction: column;
        /* overflow: hidden !important; */
    }

    .our_team .left {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .desktopmokeup_and_text .right img {
        position: relative;
        left: -20px;
        margin-bottom: 30px;
    }

    .desktopmokeup_and_text h1 {
        direction: ltr;
        text-align: left;
    }

    .desktopmokeup_and_text h2 {
        direction: ltr;
        text-align: left;
    }

    .desktopmokeup_and_text ul {
        direction: ltr;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-indent: -20px;
        margin-left: 28px;
    }

    .mobilemokeup_and_text h1 {
        direction: ltr;
        text-align: left;
    }

    .mobilemokeup_and_text h2 {
        direction: ltr;
        text-align: left;
    }

    .handholding_mobile_and_text h1 {
        direction: ltr;
        text-align: left;
    }

    .handholding_mobile_and_text h2 {
        direction: ltr;
        text-align: left;
    }

    .logo_and_timeline_container {
        flex-direction: column-reverse;
    }

    .logo_and_timeline_container .left {
        margin-top: 20px !important;
    }

    .logo_and_timeline_main_container .years_timeline {
        position: relative;
        z-index: 1001;
        margin-bottom: 30px;
        margin-top: 30px;

    }

    .logo_and_timeline_container .left img {
        width: 90px;
    }

    .section_container .left {
        position: relative;
        left: 8px;
    }

    .logo_and_timeline_container h1 {
        color: var(--dark-blue-color) !important;
        text-align: left;
        font-size: 18px !important;
        line-height: 22px;
        direction: ltr;
    }

    .section_container_en .bodytext {
        color: #3a3a3a !important;
        text-align: left;
        font-size: 24px !important;
        line-height: 28px;
        direction: ltr;
    }

    .section_container_en .title {
        text-align: left;
        direction: 'ltr';
        direction: ltr;
    }

    .section_container_en {
        flex-direction: column-reverse !important;
        direction: ltr;
        text-align: left !important;
        top: 35px;
    }

    .section1_basketball {
        padding-top: 30px;
    }

    .fotter .right {
        text-align: center;
    }

    .phone {
        justify-content: center;
    }

    .phone img {
        display: none;
    }

    .desktop {
        display: none;
    }

    .contactus .arrow img {
        width: 80px !important;
        margin-top: 20px;
    }

    .contactus .letschat img {
        width: 150px !important;
        margin-top: 20px;
    }

    .gray {
        color: #3a3a3a !important;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px !important;
    }

    .clickhere h2 {
        padding-left: 90px;
        padding-right: 90px;
        line-height: 25px;
    }

    .clickhere br {
        display: none;
    }

    .h1space {
        margin-bottom: 20px !important;
    }

    .smallspace {
        margin-bottom: 10px !important;
    }

    .steps,
    .contactus {
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 1001;
    }

    .steps .mobile img {
        max-width: 50%;
    }

    .yourstory .section_container {
        justify-content: flex-end;
        flex-direction: column-reverse;
        height: 600px;
    }

    .mobilemokeup_and_text {
        justify-content: flex-end;
        flex-direction: column-reverse;
        height: 800px !important;
    }

    .mobilemokeup_and_text .left img {
        position: relative;
    }

    .yourstory .right {
        flex-direction: column;
        align-items: flex-end !important;
    }

    .yourstory .left img {
        top: 30px;
        width: 350px;
    }

    .yourstory .title {
        color: var(--orange-color);
        text-transform: none;
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .yourstory .your_story {
        margin-top: 10px;
        font-size: 40px;
    }

    .yourstory h1 {
        color: var(--orange-color);
    }


    .years_timeline {
        position: relative;
        z-index: 1001;
    }

    .about_us {
        padding-bottom: 0px !important;
    }

    .about_us .left {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .about_us h1 {
        color: var(--orange-color);
    }

    .holding_mobile {
        padding-bottom: 0px !important;
        background: none !important;
    }

    .holding_mobile_basketball {
        padding-bottom: 0px !important;
        background: none !important;
    }

    .holding_mobile_basketball h1 {
        color: var(--orange-color);
    }

    .holding_mobile_basketball .left {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }


    .holding_mobile .left {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .holding_mobile h1 {
        color: var(--orange-color);
    }



    .years_timeline_section .section_container .left {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .years_timeline_section .section_container {
        flex-direction: column-reverse;
    }

    .logo_hayuzmanim img {
        width: 110px;
    }

    .timeline_section {
        padding-bottom: 0px;
        padding-top: 20px;
    }

    #main_clip {
        display: none;
    }

    #main_clip_mobile {
        top: -6px;
        z-index: 1000;
        position: relative !important;
        background-position: center;
        background-repeat: no-repeat !important;
        /* background-size: 100% 650px !important; */
    }

    #main_clip_mobile iframe {
        position: relative;
        top: 5px;
    }

    .section_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 70px;
        margin-right: 20px;
        position: relative;
    }

    .section_container br {
        display: none;
    }

    .section_container .left {
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 1020;
    }

    .section_container .center {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;

        width: 100%;
    }

    .section_container .center .circle {
        width: 30px;
        height: 30px;
        border: 2px solid var(--orange-color);
        border-radius: 100px;
        z-index: 1001;
        background-color: white;
        position: absolute;
        left: -46px;
    }

    .section_container .right {
        margin-top: 10px;
        margin-bottom: -10px;
        width: 100%;
        position: relative;
        z-index: 1000;
        left: 8px;
    }



    h1 {
        text-transform: none;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0px;
        color: var(--orange-color);
    }

    .fotter_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: var(--green-color);
        z-index: 1000;
        position: relative;
    }

    .fotter {
        background-color: var(--green-color);
        width: 95%;
        margin-top: 30px;
        margin-bottom: 20px;

        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
        flex-direction: row-reverse;
        color: white;
        flex-direction: column;
    }

    .fotter img {
        width: 180px;
        margin-bottom: 6px;
    }

    .timeline_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .timeline {
        margin-left: 30px;
        width: 20px;
        height: 100%;
        background-color: var(--dark-blue-color);
        background-image: linear-gradient(90deg, var(--dark-blue-color), #4a72b7 50%, var(--dark-blue-color))
            /* background-image: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            hsla(0, 0%, 100%, 0.5) 0,
            hsla(0, 0%, 100%, 0.5) 40px
        ); */
    }
}

.timeline {
    width: 20px;
    height: 100%;
    background-color: var(--dark-blue-color);
    background-image: linear-gradient(90deg, var(--dark-blue-color), var(--light-blue-color) 50%, var(--dark-blue-color))
}

#header {
    z-index: 1000 !important;
}

.vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
    margin-bottom: 0px;
}

.main_clip iframe {
    margin-bottom: -8px !important;
}

.main_clip {
    z-index: 1000 !important;
    position: relative !important;
    margin-top: -1px;
    margin-bottom: -1px;
}

#header .container {
    width: 95%;
}

.fotter a:hover {
    color: #ffffffb7;
}

.fotter a {
    color: white;
}

.fotter .left {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#header .container .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .container .section:before {
    display: none;
}

#header .container .section:after {
    display: none;
}

@media only screen and (min-width: 1018px) {
    .talk_with_us img {
        width: 150px;
        position: relative;
        top: 5px;
    }

    .talk_with_us_mobile {
        display: none;
    }
}

@media only screen and (max-width: 1017px) {
    #mobile_menu>ul>li a {
        background: var(--dark-blue-color);
    }

    #mobile_menu ul li a {
        color: white;
    }

    #mobile_menu>ul>li a {
        border-bottom: var(--light-blue-color);
    }

    .talk_with_us {
        display: none;
    }

    .talk_with_us_mobile img {
        width: 150px;
        position: relative;
        top: 3px;
    }

    #mobile_menu_toggler {
        margin-top: 11px !important;
        margin-right: 14px;
        /* display: none !important; */
    }

    .custom_menu_4 {
        display: none !important;
    }
}

.current-menu-item a {
    /* color: #f1b474 !important; */
}

#menu>ul>li>a {
    font-size: 14px;
}

/* 



#menu a:hover {
    color: #edd088 !important;
}

#logo {
    float: left !important;
}

#logo .logo_img {
    float: left !important;
    display: flex;
    align-items: center;
}

#mobile_menu_toggler {
    float: right !important;
}

#menu {
    float: right !important;
} */