/* GENERAL */

body {
    background: linear-gradient(180deg, #5b63ff 16%, transparent 40%);
}

.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 */
.gift-cards_banner_outer_wrapper {
    width: 100%;
    max-width: 1555px;
    min-height: 750px;
    padding-top: 100px;
    margin: 0 auto;
}

.sec1_heading {
    width: 100%;
    margin: 40px  0 20px 0;
    padding: 0px;
    color: #fff;
    font-size: 4.167vw;
    font-weight: bold;
    font-family: 'ploni-aaa-600';
}

.gift-cards-banner {
    background: #5b63ff;
}

.gift-cards-banner-wrapper {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 610px;
}

.gift-cards-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;
    max-width: 500px;
}

li.litem {
    padding-right: 0px;
    font-size: 2.5vw;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.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;
}

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

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

.sec1_main_img {
    position: absolute;
    top: 0;
    left: -40px;
    right: 40px;
}

.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){
    .gift-cards_banner_outer_wrapper {
        padding-left: 2%;
        padding-right: 9%;
    }
}

@media screen and (max-width:1400px){
    .gift-cards_banner_outer_wrapper {

    }
}



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

.sec2_heading {
    margin-bottom: 30px;
}

p.headingcenter.sec2_content {
    font-size: 1.563vw;
    color: #fff;
    max-width: 870px;
    text-align: center;
    margin: 0 auto;
}

.client_logowrap {
    padding: 78px 0 100px 0;
}

.slick-slide img {
    width: 100%;
    max-height: 90px;
}

/* sec clients and business */

.sec_container.business_block  {
    padding: 0px 3%;
    display: grid;
    grid-template-columns: 57% 43%;
    max-width: 1500px;
}

.sec_container.clients_block  {
    padding: 0px 7% 0px 3%;
    max-width: 1500px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    margin: 0 auto;
}

.clients_block_right {
    position: relative;
}

.clients_img_2 {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: -80px;
    max-width: 225px;
}

h2.headingcenter.business_heading, .business_content p, h2.headingcenter.clients_heading, p.clients_content {
    text-align: right;
    margin-bottom: 25px;
}

h2.headingcenter.business_heading, h2.headingcenter.clients_heading {
    margin-left: 80px;
}

.business_content p, .clients_content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.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';
}

.business_block_left {
    padding-right: 9%;
    align-items: center;
    display: grid;
}

.clients_block_left {
    padding-left: 9%;
    align-items: center;
    display: grid;
}

ul.sec5_plugins_list_images {
    text-align: right;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: right;
    flex-wrap: wrap;
}

li.sec5_plugins_list_images {
    display: inline-block;
    margin: 0 0px 10px 24px;
    padding-left: 24px;
    width: 110px;
    height: 55px;
    display: grid;
    text-align: center;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.business_img {
    position: relative;
}

.business_img img.circle1 {
    position: absolute;
    bottom: -60px;
    right: -20px;
    z-index: -1;
    animation: rotation 60s infinite linear;
}

.clients_img {
    position: relative;
}

.clients_img img.circle1 {
    position: absolute;
    bottom: -60px;
    left: -90px;
    animation: rotation 60s infinite linear;
}

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


}


/* sec7 - Q & A */

.sec7_payments {
    padding: 0;
    max-width: 1200px;
    margin-bottom: 100px;
}

h2.headingcenter.sec7_heading {
    margin-bottom: 60px;
}

.sec7_li {
    min-height: 90px;
    border-bottom: 1px solid #e9e9e9;
    padding: 35px 0;
}
.sec7_question h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec7_question {
    position: relative;
}

.qa_toggle {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    height: 40px;
    line-height: 20px;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.sec7_li .qa_toggle .toggle_icon{
    transition: all 0.5s;
    display: inline-block;
}
.sec7_li .qa_toggle.active .toggle_icon{
    transform: rotate(45deg);
    color: #5c64ff;
}

.sec7_li .sec7_answer {
    width: 76.66666666666667%;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-family: 'ploni-aaa-300';
}

/*  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: 0px 20px 60px 20px;
}

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

.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';
}


/*  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){

    
    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
    }
    
    .gift-cards-banner {
        padding: 0 6%;
    }
    
    li.litem {
        font-size: 20px;
        line-height: 20px;
        padding-right: 0px;
    }
    
    .sec_container.sec2_payments {
        padding-left: 16%;
        padding-right: 16%;
    }
    

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

    .sec_container.sec7_payments {
        max-width: 85%;
    }
    
}/* (min-width:1400px) and (max-width:1600px) */


@media screen and (min-width:1501px) and (max-width:1550px){
    .gift-cards_banner_outer_wrapper {
        min-height: 150px;
        padding-bottom: 100px;
    }
    
    .sec2_payments {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .business_img, .clients_img {
        text-align: left;
    }
    

    .sec_container.business_block {
        padding: 50px 9%;
    }

    .sec_container.clients_block {
        padding: 50px 9%;
    }

    .sec7_payments {
        padding: 55px 0;
    }

    .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){
    
    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
    }    
    
    .gift-cards-banner {
        padding: 0 3%;
    }

    
    li.litem {
        font-size: 20px;
        line-height: 20px;
        padding-right: 0px;
    }
    
    .sec_container.sec2_payments {
        padding-left: 10%;
        padding-right: 10%;
    }
    

    h2.headingcenter {
        font-size: 36px;
    }
    
    .sec_container.business_block {
        padding: 0px 9%;
        display: grid;
        grid-template-columns: 40% 60%;
    }
    
    .sec_container.clients_block {
        padding: 0px 9%;
    }

    .sec7_payments {
        max-width: 1000px;
    }

    .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){

    .gift-cards_banner_outer_wrapper {
        min-height: 50px;
    }

    .gift-cards-banner-wrapper {
        min-height: 510px;
    }

    .gift-cards-banner {
        padding: 0 3%;
    }

    .sec2_payments {
        padding-top: 0px;
    }

    p.headingcenter.sec2_content {
        font-size: 24px;
    }

    .sec_container.business_block {
        padding: 0px 5%;
    }
 
    .sec_container.clients_block {
        padding: 0px 9%
    }

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

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


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







/* max-width:600px */

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

    body {
        background: linear-gradient(180deg, #5b63ff 16%, transparent 34%);
    }

    .gift-cards_banner_outer_wrapper {
        min-height: 450px;
    }

    .gift-cards-banner-wrapper, .sec_container.business_block, .sec_container.clients_block, ul.sec9_solutions_box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        min-height: 540px;
    }
    
    .sec1_circle_img img {
        max-width: 86%;
    }
    
    .sec1_circle_img {
        text-align: left;
        padding-top: 11px;
    }

    .show_comp {
        display: none;
    }

    .gift-cards-banner-wrapper {
        justify-content: center;
    }

    h2.headingcenter {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 10%;
        margin-bottom: 42px;
    }
    h2.headingcenter.business_heading, h2.headingcenter.clients_heading {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 0 20px 0 !important;
        padding-bottom: 20px;
    }
    .sec1_heading {
        text-align: center;
        margin-bottom: 20px;
        font-size: 48px;
    }

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

    h2.headingcenter.sec2_heading {
        margin-bottom: 20px;
    }
        
    .gift-cards-banner-right {
        order: 2;
        max-width: 90%;
        text-align: center;
        margin: auto;
    }
    
    .gift-cards-banner-left {
        order: 1;
        margin: 0 auto;
        margin-bottom: 0px;
        max-width: 90%;
    }

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

    .sec1_main_img {
        position: relative;
        left: auto;
        right: 20px;
    }
    
    .gift-cards_banner_outer_wrapper {
        padding-top: 70px;
    }
    
    li.litem {
        font-size: 18px;
        line-height: 24px;
    }
    
    ul.sec1_list_items {
        margin-bottom: 25px;
    } 

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

    .client_logowrap {
        padding: 30px 0;
    }

    .slick-slider {
        padding: 0;
    }

    .sec_container.clients_block {
        flex-direction: column;
    }
    
    .business_img {
        text-align: center;
    }
    
    .business_img img.circle1 {
        width: 117px;
        right: 0;
        bottom: -40px;
    }

    .clients_img_2 {
        position: absolute;
        z-index: 10;
        top: 13px;
        right: 0;
        max-width: 40%;
    }

    .clients_img img {
        max-width: 232px;
        text-align: center;
    }

    .clients_img {
        text-align: center;
    }

    .clients_img img.circle1 {
        width: 117px;
        bottom: -30px;
        left: 0;
    }

    .clients_img_2 img {
        width: 106px;
    }
    
    .business_content p, .clients_content p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .business_content p br, .clients_content p br {
        display: none;
    }
    
    li.sec5_plugins_list_images {
        width: 90px;
        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;
    }

    .business_block_left {
        margin-top: 60px;
        padding-right: 0;
        padding-left: 0;
    }

    .clients_block_left {
        margin-top: 40px;
        padding-right: 0;
        padding-left: 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;
    }
    
    .business_content p, .clients_content p {
        text-align: center;
    }
    
    ul.sec5_plugins_list_images {
        justify-content: center;
    }
    
    ul.sec7_qna_list {
        padding: 0 20px;
    }
    
    .sec7_li .sec7_answer {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

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

    .sec5_btn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    
    .sec_container.business_block {
        padding: 0px 8%;
        margin-bottom: 10px;
    }

    .sec_container.clients_block {
        padding: 0px 8%;
    }
    
    .sec7_question h3 {
        font-size: 18px;
        padding-left: 20px;
    }
    
    .sec7_payments {
        padding: 65px 0px 0px 0px;
        margin-bottom: 0;
    }
    
    .sec_container.sec9_payments {
        padding: 80px 20px 30px 20px;
    }
    
    h2.headingcenter.sec9_heading {
        margin-bottom: 50px;
    }
    

    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;
    }

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


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



