body .body_page#social_events section:not(#banner) {
    padding-top: 100px;
}
body .body_page#social_events section:last-child {
    padding-bottom: 100px;
}
body .body_page#social_events section .section_title{
    margin: 0;
}
body .body_page#social_events section .section_title h2{
    font-size: 60px;
    font-family: 'Almoni Bold';
    line-height: 64px; /* 106.667% */
    margin: 0;
    text-align: center;
}

/*********************************
/*  INFO
/**********************************/

body .body_page#social_events section#info .box_big {
    background-color: transparent;
    padding: 0;
}

body .body_page#social_events section#info .box_big>.wrapper .data{
    width: 100%;
    text-align: center;
    gap: 30px;
}
body .body_page#social_events section#info .box_big>.wrapper .data .content{
    font-size: 24px;
    line-height: 26px; /* 108.333% */
}
body .body_page#social_events section#info .box_big>.wrapper .data .content p{
    margin: 0;
}

/*********************************
/*  LEVELS
/**********************************/

body .body_page#social_events section#levels{
    padding-top: 40px;
    text-align: center;
    background-color: #fff;
}

body .body_page#social_events section#levels.sticky{
    position: fixed;
    top: 134px;
    width: 100%; /* או רוחב הקונטיינר */
    z-index: 100;
    padding: 0;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
}

body .body_page#social_events section#levels.sticky .box_shaddow{
    padding: 45px 5px;
    display: flex;
    align-items: center;
    box-shadow: none;
    justify-content: space-between;
    width: 100%;
}
body .body_page#social_events section#levels.sticky .box_shaddow .btn_blue{
    margin: 0;
}
body .body_page#social_events section#levels.sticky .box_shaddow .steps{
    margin: 0;
}
body .body_page#social_events section#levels.sticky .box_shaddow .right{
    text-align: right;
}
body .body_page#social_events section#levels.sticky .box_shaddow .right .title{
    margin-bottom: 20px;
}

body .body_page#social_events section#levels .box_shaddow{
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
    padding: 45px 25px;
    transition: 0.5s all;
}

body .body_page#social_events section#levels .box_shaddow .title{
    font-size: 30px;
    font-family: 'Almoni Bold';
    line-height: 34px; /* 113.333% */
}

body .body_page#social_events section#levels .box_shaddow .steps{
    display: flex;
    justify-content: center;
    margin: 25px 0;
    gap: 25px;
}

body .body_page#social_events section#levels .box_shaddow .steps .step{
    display: flex;
    gap: 25px;
}

body .body_page#social_events section#levels .box_shaddow .steps .step .wrp{
    display: flex;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px; /* 108.333% */
}
body .body_page#social_events section#levels .box_shaddow .steps .step .wrp .num{
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    color: #fff;
    background-color: #243D44;
    border-radius: 50%;
}

body .body_page#social_events section#levels .box_shaddow .btn_blue{
    height: 55px;
    width: fit-content;
    margin: auto;
    font-size: 24px;
    padding: 0 25px;
}

body .body_page#social_events section#levels .box_shaddow .steps .step .arrow img{
    height: 24px;
}

/*********************************
/*  EVENTS
/**********************************/

body .body_page#social_events section#events .section_title{
    margin-bottom: 40px;
}

body .body_page#social_events section#events .wrap_events{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    row-gap: 20px;
}

body .body_page#social_events section#events .wrap_events .box_event {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    width: calc((100% / 3) - 30px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
body .body_page#social_events section#events .wrap_events .box_event .image{
    height: 260px;
}
body .body_page#social_events section#events .wrap_events .box_event .data{
    padding: 55px 30px 30px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
body .body_page#social_events section#events .wrap_events .box_event .data .title{
    font-size: 24px;
    font-family: 'Almoni Bold';
    line-height: 26px; /* 108.333% */
    text-align: center;
    padding-bottom: 20px;
}
body .body_page#social_events section#events .wrap_events .box_event .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body .body_page#social_events section#events .wrap_events .box_event .btn_blue{
    margin-top: auto;
}

/*********************************
/*  CONTACT
/**********************************/

body .body_page#social_events section#contact .box_big {
	background-color: #E1DAD0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 81px;
	gap: 30px;
}

body .body_page#social_events section#contact .box_big .txt {
	font-family: "Yarden Bold";
	font-size: 24px;
	line-height: 26px;
  /* 108.333% */;
}

/*********************************
/*  SINGLE PAGE
/**********************************/

body .body_page#single_social_events section:not(#banner){
    padding-top: 100px;
}

body .body_page#single_social_events section#data_content .content_box .wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 375px;
    gap: 20px !important;
    margin-bottom: 100px;
}

body .body_page#single_social_events section#data_content .content_box .image{
    width: 53%;
    max-width: 800px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 10px;
}
body .body_page#single_social_events section#data_content .content_box .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
body .body_page#single_social_events section#data_content .content_box .txts{
    width: calc(50% - 80px);
    display: flex;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    font-size: 18px;
}
body .body_page#single_social_events section#data_content .content_box .txts .title{
    font-size: 24px;
    font-family: 'Almoni Bold';
    line-height: 26px; /* 108.333% */
}

body .body_page#single_social_events section#data_content .content_box:nth-child(even) .wrapper{
    flex-direction: row-reverse;
}

body .body_page#single_social_events .seps{
    height: 1px;
    background-color: rgba(36, 61, 68, 0.3);
}

body .body_page#single_social_events .link_to{
    margin: 54px auto 80px;
    width: fit-content;
}

@media screen and (max-width: 1250px) {
    body .body_page#social_events section#events .wrap_events .box_event{
        width: calc((100% / 2) - 30px);
    }
}

@media screen and (max-width: 1024px) {
    body .body_page#single_social_events section#data_content .content_box .wrapper{
        flex-direction: column;
        height: initial;
    }
    body .body_page#single_social_events section#data_content .content_box:nth-child(even) .wrapper{
         flex-direction: column;
    }
    body .body_page#single_social_events section#data_content .content_box .image,
    body .body_page#single_social_events section#data_content .content_box .txts{
        width: 100%;
    }
    body .body_page#single_social_events section:not(#banner){
        padding-top: 50px;
    }
    body .body_page#single_social_events section#data_content .content_box .wrapper{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    body .body_page#social_events section:not(#banner){
        padding-top: 45px;
    }
    body .body_page#social_events section#info .box_big{
        padding: 0 !important;
    }
    body .body_page#social_events section#info .box_big>.wrapper .data .content{
        font-size: 18px;
        line-height: 22px;
    }
    body .body_page#social_events section#info .box_big>.wrapper .data{
        gap: 20px;
    }
    body .body_page#social_events section#levels .box_shaddow .steps .step .wrp{
        flex-direction: column;
        align-items: center;
        font-size: 18px;
    }
    body .body_page#social_events section#levels.sticky{
        top: 109px;
    }
    body .body_page#social_events section#levels .box_shaddow .steps .step .arrow img{
        transform: rotate(-90deg);
    }
    body .body_page#social_events section#levels .box_shaddow{
        padding: 30px;
    }
    body .body_page#social_events section#levels .box_shaddow .btn_blue{
        height: 41px;
        font-size: 18px;
    }
    body .body_page#social_events section#levels .box_shaddow .steps .step{
        flex-direction: column;
    }
    body .body_page#social_events section .section_title h2{
        font-size: 30px;
        font-family: 'Almoni Bold';
        line-height: 34px; /* 113.333% */
    }
    body .body_page#social_events section#events .wrap_events .box_event{
        width: 100%;
    }
    body .body_page#social_events section#levels .box_shaddow .right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    body .body_page#social_events section#levels .box_shaddow .steps{
        flex-direction: column;
        gap: 15px;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .steps{
        flex-direction: row;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .steps .step{
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .btn_blue{
        position: absolute;
        left: 20px;
        top: 20px;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .steps .step .arrow img{
        transform: initial;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .right{
        align-items: start;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow{
        padding: 20px 5px;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .steps .step .wrp{
        flex-direction: row;
    }
    body .body_page#social_events section#levels.sticky{
        top: 70px;
    }
    body .body_page#social_events section#levels.sticky .box_shaddow .steps .step .wrp{
        font-size: 12px;
        line-height: 12px;
    }
    body .body_page#social_events section#contact .box_big{
        flex-direction: column;
        padding: 30px;
        text-align: center;
        gap: 20px;
    }
    body .body_page#social_events section:last-child{
        padding-bottom: 70px;
    }
}

