/* GENERAL */

.sec_container {
    width: 100%;
    max-width: 1555px;
    min-height: 100px;
    margin: 0 auto 66px auto;
}

/*
.sec_container:nth-child(odd) {
    background: rgb(224, 224, 224);
}
*/
ul {
    list-style-type: none;
}

h2.headingcenter {
    font-size: 48px;
    text-align: center;
    font-family: 'ploni-aaa-600';
    color: #000;
}

/* sec 1 */
.registers_outer_wrapper {
    width: 100%;
    max-width: 1555px;
    min-height: 750px;
    padding-top: 144px;
    margin: 0 auto;
}

.sec1_heading {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'ploni-aaa-700';
}

.registers-banner-wrapper {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 610px;
}

.registers-banner-right {
    position: relative;
    display: grid;
    align-items: center;
}

.sec1_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #FF6B5C;
    border-radius: 72px;
    width: 198px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
}

ul.sec1_list_items {
    list-style-type: none;
    margin-bottom: 50px;
}

.sec1_inner li.litem {
    max-width: 490px;
}

li.litem {
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
}

.sec1_list_items li.litem::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://hyp.co.il/wp-content/uploads/2023/01/check-circle.png);
    background-size: cover;
    position: absolute;
    right: 0;
    display: none;
}

.registers-banner-left {
    position: relative;
    display: grid;
    align-items: center;
}

.registers-banner-left video.elementor-video {
    max-width: 90%;
    display: none;
}

.sec1_main_img {
    position: absolute;
    top: 18%;
}

.sec1_main_img img {
    margin-right: 50px !important;
}

.sec1_circle_img {
    text-align: left;
}

.sec1_circle_img img {
    animation: rotation 60s infinite linear;
}



@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


@media screen and (min-width:1601px) {
    .registers_outer_wrapper {
        padding-left: 5%;
        padding-right: 9%;
    }
}

@media screen and (max-width:1600px) {
    .registers_outer_wrapper {
        padding-left: 0%;
        padding-right: 0%;
    }
}



/* sec 2 */
.sec2_payments {
    padding-top: 65px;
    padding-bottom: 0;
    margin-bottom: 50px;
}

p.headingcenter.sec2_content {
    font-size: 30px;
    line-height: 30px;
    max-width: 1240px;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0 20px;
}

li.sec2_img_item {
    /* display: inline-block; */
    margin: 0 12px 24px 12px;
}

ul.sec2_list_images {
    text-align: center;
    margin-bottom: 66px;
    direction: ltr;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: center;
    flex-wrap: wrap;
}

li.sec2_img_item span {
    width: 135px;
    height: 135px;
    display: grid;
    text-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    box-shadow: 0 13px 32px #3e43ac4a;
}

.sec2_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #FF6B5C;
    border-radius: 72px;
    width: 302px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
}

.sec2_btn {
    text-align: center;
}


/* sec 3 why hyp */

.sec3_payments {
    padding: 60px 0 0px 0;
    background: url(https://hyp.co.il/wp-content/uploads/2025/01/kupot-bg.jpg);
    max-width: 100% !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.sec3_heading {
    margin-bottom: 90px;
}

.sec3_payments ul.sec3_benefits_list {
    text-align: center;
    margin-bottom: 66px;
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    width: 100%;
    align-items: start !important;
    justify-content: center;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

li.sec3_benefits_list_item {
    display: inline-block;
    margin: 0 30px 60px 30px;
}

li.sec3_benefits_list_item img {
    margin-bottom: 42px;
}

li.sec3_benefits_list_item h3 {
    font-size: 24px;
    line-height: 30px;
}

li.sec3_benefits_list_item p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'ploni-aaa-300';
    max-width: 257px;
    margin: auto;
}


ul.kupot_list_ul {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 1s ease;
    direction: ltr;
}

li.kupot_list_li {
    display: flex;
    flex-direction: column;
    min-height: 668px;
    max-width: 16.7vw;
    background: #fff;
    width: 16.7vw;
    text-align: center;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 13px 0 32px rgb(42 46 116 / 27%);
    justify-content: space-between;
    flex: 1 0 16.7vw;
    margin: 0 30px;
    transition: all 0.3s ease;
}

li.kupot_list_li::before {
    content: "";
    width: 100%;
    height: 265px;
    background: url(https://hyp.co.il/wp-content/uploads/2025/01/kupot_list_circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: -1;
}

li.kupot_list_li span {
    display: flex;
    height: 270px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

li.kupot_list_li span img {
    display: flex;
    align-self: center;
}

li.kupot_list_li h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

li.kupot_list_li p {
    font-size: 20px;
    line-height: 24px;
}

li.kupot_list_li a {
    display: flex;
    align-self: end;
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 10vw;
    text-align: center;
    justify-content: center;
    height: 47px;
    align-items: center;
    border-radius: 24px;
    transition: all 0.3s;
}


li.kupot_list_li a:hover {
    background-color: #ff6b5c;
}

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

span.pag_num {
    background: #fff;
    width: 12px;
    height: 12px;
    display: block;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 100%;
}

li.kupot_list_ul_pagination_li {
    margin: 0 6px;
}

.kupot_list_ul_pagination_li.active span.pag_num,
span.pag_num:hover {
    background: #000;
}


.slider-arrows {
    position: absolute;
    bottom: 90px;
    /* מעל הנקודות */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.arrow-left,
.arrow-right {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    margin: 0 20px;
}

.arrow-left:hover,
.arrow-right:hover {
    transform: scale(1.1);
}


.kupot_list_ul {
    display: flex;
    transition: transform 1s ease;
    position: relative;
}

.kupot_list_li {
    flex: 0 0 360px;
    margin: 0 30px;
}

.kupot_list_li.clone {
    pointer-events: auto;
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .slider-arrows {
        display: none;
    }

    ul.kupot_list_ul {
        margin: 0;
        touch-action: pan-y pinch-zoom;
    }

    li.kupot_list_li {
        flex: 0 0 calc(100% - 40px);
        margin: 0 20px;
        width: 100%;
        max-width: 100%;
    }
}




/* sec 5 - plugins */

.sec_container.sec5_payments {
    padding: 110px 3% 50px 3%;
    display: grid;
    grid-template-columns: 46% 54%;
    max-width: 1538px;
}

h2.headingcenter.sec5_heading,
p.sec5_content {
    text-align: right;
    margin-bottom: 25px;
}

h2.headingcenter.sec5_heading {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    margin-left: 80px;
}

p.sec5_content {
    max-width: 560px;
    font-size: 30px;
    line-height: 32px;
}

.sec5_btn {
    text-align: right;
    margin-top: 20px;
}

.sec5_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #ff6b5b;
    border-radius: 33px;
    width: 235px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    font-family: 'ploni-aaa-500';
}

.sec5_payments_left {
    padding-right: 4%;
    align-items: center;
    display: grid;
}

.sec5_payments_right {
    text-align: center;
}
.sec5_img img {
    max-width: 87%;
}

ul.sec5_plugins_list_images {
    text-align: right;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: right;
    flex-wrap: wrap;
    max-width: 639px;
}
/*
li.sec5_plugins_list_images:nth-child(6),
li.sec5_plugins_list_images:nth-child(13),
li.sec5_plugins_list_images:last-child {
    padding-left: 0;
    margin-left: 0;
}
*/
li.sec5_plugins_list_images {
    display: inline-block;
    margin: 0 0px 10px 15px;
    padding-left: 15px;
    width: 110px;
    height: 55px;
    display: flex;
    text-align: center;
    align-items: center;
    background: #fff;
    justify-content: center;
    position: relative;
}

li.sec5_plugins_list_images img {
    max-width: 90%;
}

@media screen and (min-width:600px) {
    li.sec5_plugins_list_images:not(:nth-child(5)):not(:nth-child(10)):not(:nth-child(15)):not(:last-child)::after {
        content: "";
        height: 40px;
        width: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
    }

    .show_mob {
        display: none;
    }

}



/*  sec9 - various solutions */

ul.sec9_solutions_box {
    text-align: center;
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    width: 100%;
    align-items: start !important;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
}

.sec_container.sec9_payments {
    max-width: 1200px;
    padding: 0 20px 60px 20px;
}

h2.headingcenter.sec9_heading {
    margin-bottom: 90px;
}

.sec9_li {
    display: inline-block;
    margin: 0 20px 60px 20px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 13px 32px rgb(62 67 172 / 17%);
}

.sec9_image {
    height: 360px;
    background-position: 70% center !important;
    background-size: cover !important;
}

.sec9_content {
    padding: 45px 20px;
}

.sec9_content h3 {
    font-size: 24px;
    text-align: center;
    font-family: 'ploni-aaa-700';
    margin-bottom: 15px;
    font-family: 'ploni-aaa-600';
}

.sec9_content a {
    color: #5c64ff;
    font-size: 18px;
    font-family: 'ploni-aaa-400';
}

/* sec10 - clients */

.sec_container.sec10_payments {
    max-width: 100%;
    margin-bottom: 0;
}

.client_logowrap.slide_ltrdiv {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec10_payments_tabs {
    max-width: 1557px;
    margin: 0 auto;
	position: relative;
}
.sec10_pagination_right {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec10_pagination_left {
    position: absolute;
    bottom: 50%;
    z-index: 10;
    left: 30px;
    transform: translateY(50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.headingcenter.sec10_heading {
    margin-bottom: 70px;
}

li.sec10_list_item {
    min-height: 600px;
    background-position: 70% center !important;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    display: grid;
    align-items: center;
    padding: 50px 12.8% 50px 0;
}

li.sec10_list_item.main_tab_active {
    z-index: 1;
    opacity: 1;
    -webkit-animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

ul.sec10_clients {
    position: relative;
    height: 630px;
}

.sec10_tab {
    max-width: 500px;
}

.sec10_tab>img {
    margin-bottom: 60px;
    width: auto;
}

.sec10_payments_logos {
    margin-top: 30px;
}

ul.sec10_clients_logos {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    direction: rtl;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* padding: 20px calc(50% - 80px); */
    position: relative;
}

ul.sec10_clients_logos::-webkit-scrollbar {
    display: none;
}

ul.sec10_clients_logos li.litem {
    padding-right: 0;
    cursor: pointer;
    position: relative;
    flex: 0 0 160px;
    min-width: 160px;
    margin: 0 25px;
    transition: all 0.3s ease;
}

ul.sec10_clients_logos li.litem .cl_bw {
    top: 0;
    right: 50%;
    position: absolute;
    transform: translateX(50%);
    transition: all 0.3s;
}

ul.sec10_clients_logos li.litem.tab_active .cl_bw,
ul.sec10_clients_logos li.litem .cl_bw:hover {
    opacity: 0;
}

.sec10_tab_content p {
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}

.sec10_tab_content h2 {
    font-size: 30px;
}

.sec10_tab_content h3 {
    font-size: 26px;
}

.sec10_tab_content h4 {
    font-size: 24px;
}

@media (max-width: 768px) {
    ul.sec10_clients_logos {
        gap: 30px;
        padding: 15px 0;
    }

    ul.sec10_clients_logos li.litem {
        margin: 0 15px;
    }

    .sec10_tab {
        max-width: 500px;
        max-height: 380px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .sec10_tab>img {
        margin-bottom: 10px;
        max-height: 80px;
        width: auto;
    }

    .sec10_pagination_right, .sec10_pagination_left {
        bottom: 40%;
    }

}

/*  footer + form */

body .ft_formwrap {
    margin-top: 80px;
}

body .ft_imgwrap.doit.enter-x.animated {
    top: 0;
}

body .ft_form_txt {
    position: relative;
    max-width: 600px;
}

body .ft_formtxt_title {
    font-size: 48px;
    line-height: 48px;
    max-width: 520px;
}

body .ft_formtxt_desc {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    max-width: 448px;
}

body .fr_form_cont {
    max-width: 1200px;
}


/* (min-width:1400px) and (max-width:1600px) */

@media screen and (min-width:1400px) and (max-width:1600px) {

    .sec_container.sec10_payments {
        max-width: 85%;
    }

    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
    }

    li.litem {
        font-size: 30px;
        line-height: 30px;
        padding-right: 0;
    }

    li.sec2_img_item span {
        width: 85px;
        height: 85px;
        padding: 10px;
    }

    li.sec2_img_item span img {
        max-width: 80%;
        margin: 0 auto;
    }

    h2.headingcenter {
        font-size: 40px;
    }


    .sec_container.sec10_payments {
        max-width: 85%;
    }

}

/* (min-width:1400px) and (max-width:1600px) */


@media screen and (min-width:1501px) and (max-width:1550px) {
    .registers_outer_wrapper {
        padding-top: 44px;
        min-height: 150px;
    }

    .sec2_payments {
        padding-top: 65px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .sec5_img {
        text-align: left;
    }

    .sec_container.sec9_payments {
        padding: 0px 20px 0px 20px;
    }

}



/* (min-width:1200px) and (max-width:1399px) */

@media screen and (min-width:1200px) and (max-width:1399px) {

    .sec_container.sec10_payments {
        max-width: 85%;
    }

    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
        display: none;
    }


    li.sec2_img_item span {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    h2.headingcenter {
        font-size: 36px;
    }

    .sec_container.sec5_payments {
        padding: 100px 9%;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .sec_container.sec9_payments {
        max-width: 85%;
    }

}

/* (min-width:1200px) and (max-width:1600px) */



/* (min-width:800px) and (max-width:1199px) */

@media screen and (min-width:800px) and (max-width:1199px) {

    li.sec2_img_item span {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    .sec_container.sec5_payments {
        padding: 100px 8%;
        grid-template-columns: 30% 70%;
    }

    li.sec5_plugins_list_images {
        width: auto;
        height: 51px;
    }

    .sec_container.sec10_payments {
        max-width: 85%;
    }


}

/* (min-width:800px) and (max-width:1199px) */


@media screen and (max-width:1615px) and (min-width:601px){

    .registers-banner {
        padding: 0px 3% 0 3%;
    }
    
    .sec_container.sec2_payments {
        padding-left: 3%;
        padding-right: 3%;
    }

    .sec1_main_img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .sec1_main_img img {
        margin-right: 0px !important;
    }
    
    .sec1_circle_img {
        text-align: center;
    }
    
    .sec1_circle_img img {
        width: 74%;
    }
    
    .sec1_heading {
        font-size: 54px;
    }

    .sec1_circle_img {
        text-align: center;
    }

    .sec_container.sec5_payments {
        padding: 110px 3% 50px 3%;
    }
    
}

/* (min-width:601px) and (max-width:1601px) */

@media screen and (max-width:790px) and (min-width:601px){
    .sec1_heading {
        font-size: 42px;
    }
    li.litem {
        font-size: 20px;
        line-height: 20px;
        padding-right: 0px;
    }
}


/* max-width:600px */

@media screen and (max-width:600px) {

    .registers-banner-wrapper,
    .sec3_payments ul.sec3_benefits_list,
    .sec_container.sec5_payments,
    ul.sec9_solutions_box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .sec_container.sec10_payments {
        max-width: 90%;
        margin-bottom: 0;
    }

    .sec1_circle_img img {
        max-width: 86%;
    }

    .sec1_circle_img {
        text-align: center;
        padding-top: 11px;
    }


    .registers-banner-wrapper {
        justify-content: center;
    }

    h2.headingcenter {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 10%;
        margin-bottom: 42px;
    }

    h2.headingcenter.sec5_heading {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 0 62px 0 !important;
        padding-bottom: 0px;
        border-bottom: 0;
    }

    .sec1_heading {
        text-align: center;
        margin-bottom: 10px;
        font-size: 36px;
    }

    .sec1_heading br {
        display: none;
    }

    .sec1_btn a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .sec1_btn {
        text-align: center;
    }

    .registers-banner-right {
        order: 2;
        max-width: 90%;
        text-align: right;
        margin: auto;
    }

    .registers-banner-left {
        order: 1;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 90%;
    }

    .registers-banner-left video.elementor-video {
        display: none;
    }

    .sec1_main_img img {
        margin-right: 0px !important;
    }

    .registers_outer_wrapper {
        padding-top: 90px;
        min-height: 650px;
    }

    li.litem {
        font-size: 18px;
        line-height: 24px;
    }

    .sec1_heading br {
        display: none;
    }

    .sec1_inner li.litem {
        text-align: center;
        font-size: 22px;
        line-height: 24px;
    }

    ul.sec1_list_items {
        margin-bottom: 10px;
    }

    .image-content {
        padding: 0;
    }

    p.sec5_content {
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        max-width: 76%;
        margin: 0 auto 30px auto;
    }

    li.sec5_plugins_list_images {
        width: auto;
        height: 55px;
        margin: 0 0px 18px 20px;
        padding-left: 18px;
    }

    li.sec5_plugins_list_images:not(:nth-child(3n)):not(:last-child)::after {
        content: "";
        height: 40px;
        width: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
    }

    .sec5_payments_left {
        margin-top: 30px;
        padding-right: 0;
    }

    li.sec5_plugins_list_images {
        margin: 0 0px 18px 20px;
    }

    li.sec5_plugins_list_images:nth-child(3n),
    li.sec5_plugins_list_images:last-child {
        margin: 0 0px 25px 0px;
    }

    .sec5_btn {
        text-align: center;
    }

    ul.sec5_plugins_list_images {
        justify-content: center;
        max-width: 350px;
        margin: 0 auto;
    }

    .sec5_img {
        text-align: center;
    }

    .sec5_img img {
        max-width: 78%;
    }


    li.sec5_plugins_list_images::after {
        content: "";
        height: 40px;
        width: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
    }

    li.sec5_plugins_list_images:nth-child(5)::after, li.sec5_plugins_list_images:nth-child(1)::after, li.sec5_plugins_list_images:nth-child(9)::after, li.sec5_plugins_list_images:nth-child(16):after, li.sec5_plugins_list_images:nth-child(17):after {
        display: none;
    }    

    li.sec5_plugins_list_images img {
        max-width: 80%;
    }

    body .sec5_plugins_list_images li.sec5_plugins_list_images {
        margin: 0 0 10px 0;
        padding: 0;
        box-sizing: border-box !important;
        display: flex;
        }
        
        body .sec5_plugins_list_images li.sec5_plugins_list_images:nth-child(3) {
        order: 1;
        max-width: 23.42%;
        padding-left: 10px !important;
        }
        
        li.sec5_plugins_list_images:nth-child(4) {
        order: 2;
        max-width: 30%;
        padding: 0 2% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(6) {
        order: 4;
        max-width: 20%;
        padding-right: 1%;
        }
        
        li.sec5_plugins_list_images:nth-child(5) {
        order: 3;
        max-width: 24%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(11) {
        order: 5;
        max-width: 23.42%;
        padding-left: 10px !important;
        }
        
        li.sec5_plugins_list_images:nth-child(12) {
        order: 6;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(13) {
        order: 7;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(1) {
        order: 8;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(1) {
        order: 8;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(2) {
        order: 9;
        max-width: 19%;
        padding-right: 1%;
        }
        
        li.sec5_plugins_list_images:nth-child(18) {
        order: 10;
        max-width: 20%;
        padding-left: 10px !important;
        }
        
        li.sec5_plugins_list_images:nth-child(7) {
        order: 11;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(8) {
        order: 12;
        max-width: 19%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(9) {
            order: 13;
            max-width: 18%;
            padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(10) {
        order: 14;
        max-width: 19%;
        padding-right: 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(10) img {
        max-width: 80% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(14) {
        order: 15;
        max-width: 24%;
        padding-right: 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(15) {
        order: 16;
        max-width: 24%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(16) {
        order: 17;
        max-width: 24%;
        padding: 0 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(17) {
            order: 18;
        max-width: 24%;
        padding-right: 1% !important;
        }
        
        li.sec5_plugins_list_images:nth-child(9) img {
            max-width: 100%;
        }



    p.headingcenter.sec2_content {
        margin: 0 10%;
        font-size: 22px;
        line-height: 22px;
    }

    ul.sec2_list_images {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    li.sec2_img_item span {
        width: 95px;
        height: 95px;
        padding: 20px;
    }

    .sec2_btn a {
        width: 260px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .sec3_payments {
        padding-top: 15px;
        background: url(/wp-content/uploads/2024/12/kupot-bg-mob.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 0;
        padding-bottom: 80px;
    }

    li.sec3_benefits_list_item>span {
        display: block;
    }

    li.sec3_benefits_list_item img {
        margin-bottom: 24px;
    }

    li.sec3_benefits_list_item h3 {
        font-size: 24px;
        line-height: 24px;
    }

    li.sec3_benefits_list_item p {
        font-size: 20px;
        line-height: 24px;
        padding: 0 30px;
    }

    li.sec3_benefits_list_item {
        margin-bottom: 40px;
    }

    li.sec3_benefits_list_item:nth-child(2) {
        order: 1;
    }

    li.sec3_benefits_list_item:nth-child(1) {
        order: 2;
    }

    li.sec3_benefits_list_item:nth-child(3) {
        order: 3;
    }

    .sec3_payments .image-content {
        padding: 0;
    }
    
    .sec3_payments  .slide-content {
        margin-bottom: 0 !important;
    }
    
    .sec3_payments .swiper-wrapper {
        padding: 10px 0;
    }

    .sec5_btn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .sec_container.sec5_payments {
        padding-bottom: 0px;
    }

    .sec_container.sec9_payments {
        padding: 80px 20px 30px 20px;
    }

    h2.headingcenter.sec9_heading {
        margin-bottom: 50px;
    }

    h2.headingcenter.sec10_heading {
        margin-bottom: 50px;
    }

    li.sec10_list_item {
        padding: 60px 7.7% 350px 7.7%;
        height: 768px;
    }

    .sec10_tab_content p {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }


    ul.sec10_clients {
        min-height: 730px;
        max-height: 786px;
        overflow: hidden;
    }

    ul.sec10_clients_logos {
        display: flex;
    }

    ul.sec10_clients_logos li {
        width: 25%;
    }

    .client_logowrap.slide_ltrdiv {
        padding: 30px 0 0 0;
    }

    body .ft_form_txt {
        max-width: 100%;
    }

    body .ft_formtxt_title {
        font-size: 32px;
        line-height: 32px;
        max-width: 520px;
    }

    body .ft_formtxt_desc {
        font-size: 16px;
        line-height: 16px;
    }

    body .ft_form {
        clear: both;
        margin-top: 90px;
    }

    body .fr_form_cont {
        padding-top: 0px;
    }


}

/* (max-width:600px) */

.slide-container{
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.swiper-slide .image-content{
  position: relative;
  row-gap: 5px;
  padding: 0;
	    background: url(https://hyp.co.il/wp-content/uploads/2025/01/kupot_list_circle.png);
    background-size: 67%;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-slide {
	min-height: 100%;
	    border-radius: 10px;
    box-shadow: 13px 0 32px rgb(42 46 116 / 27%);
	height: unset !important;
	    padding: 60px 0 50px 0;
	    display: flex;
    flex-direction: column;
	    justify-content: space-between;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
    position: relative;
    height: 270px;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-image .card-img{
    width: auto;
    height: auto;
}
.name{
    font-weight: 500;
    color: #333;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    font-family: 'ploni-aaa-600';
}
.description{
    font-size: 20px;
    line-height: 24px;
  color: #000;
  text-align: center;
}
.kupot_list_button{
    border: none;
    font-size: 20px;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-self: end;
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 10vw;
    text-align: center;
    justify-content: center;
    height: 47px;
    align-items: center;
    border-radius: 24px;
    transition: all 0.3s;
}
.kupot_list_button:hover{
  background: #ff6b5c;
}

a.kupot_list_button[href=""], a.kupot_list_button[href="#"], a.kupot_list_button:not([href]) {
    opacity: 0;
    cursor: grab;
    width: 1px;
    padding: 0;
    font-size: 0;
}

.all_paginations {
	display: flex;
	    height: 50px;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullets {
    display: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	    transform: unset !important;
}
.swiper-button-next, .swiper-button-prev {
	    width: 44px !important;
    height: 44px !important;
}
.swiper-pagination {
	position: unset !important;
}

span.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #000000 !important;
}
.swiper-pagination-bullet {
    background: #ffffff !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 0.8 !important;
}

.swiper-wrapper {
	    padding: 20px 0;
}
.swiper-navBtn::after {
	content: "" !important;
}
.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.mobile_slideshow {
			display:none !important;
		content-visibility: hidden;
		visibility: hiddden;
}

.main_slide_pic {
	    width: 80%;
    margin: 0 auto;
}

.mobile_slide_manag {
		display:none !important;
		content-visibility: hidden;
		visibility: hiddden;
	}



@media screen and (max-width:600px){

    .registers-banner-wrapper {
        min-height: 550px;
    }
	.mobile_slide_manag {
		display:block !important;
		content-visibility: visible;
		visibility: visible;
		padding: 0 40px;
	}
    .all_paginations {
        display:none !important;
		content-visibility: hidden;
		visibility: hiddden;
    }
    .mobile_slide_manag_list {
        display: grid;
            grid-template-columns: repeat(5, 20%);
            align-items: center;
            justify-items: center;
            padding-bottom: 1rem;
    }
	.mobile_slide_list_item {
        width: 90%;
        display: flex;
        background: #fff;
        padding: .3rem;
        border-radius: 5px;
        justify-content: center;
        min-height: 100%;
    }
    .mobile_slide_list_item img {
        width: auto;
        max-height: 30px;
    }
	.kupot_list_button {
		width: 200px;
	}
	
	/* .swiper-slide {
		display: flex;
    justify-content: center;
    align-items: center;
             padding: 0 1rem;
		margin-left: 30px;
		background: #ffffff;
		
	}
	.mySwiper2  {
		    width: 80%;
    margin: 0 auto;
	} */
}