*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: poppins,sans-serif;
}
body {
	  background: url('../images/bg-home.webp') no-repeat;
    background-size: cover;
	background-attachment:fixed;
}
a{
    text-decoration: none !important;
}
.kickoff__wrapper{
	width: 100%;
/* 	    background: url('../images/bg-home.webp') no-repeat;
    background-size: cover; */


}
.arrow__slider_activity {
    display: none!important;
}
.container_wrap {
    width: 1125px;
    margin: 0 auto;
}
.yoga__registration p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 133px;
    font-weight: 700;
    /* line-height: 190px; */
    height: 100%;
    overflow: 0;
    margin: 0;
    bottom: 0;
    padding: 32px 0 0 20px;
    -webkit-text-stroke: 2px #2f2f2f;
    text-stroke: 2px #2f2f2f;
    -webkit-text-stroke: 2px #7c7c7c;
    text-stroke: 2px #2f2f2f;
    text-shadow: 1px 1px 0 #2f2f2f,
   -1px 1px 0 #2f2f2f,
    1px -1px 0 #2f2f2f,
   -1px -1px 0 #2f2f2f;
    color: #000;
}

.IndexWrap {
	display:flex;
	gap:25px;
}


.contain_row{
	padding: 174px 57px 63px 57px;
}
.celebrating__logo{
	text-align: center;
}
.celebrating__logo img {
    height: auto !important;
}
.kickoff__title h1 {
    font-size: 85px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
 background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%), #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
    text-align: center;
}
.kickoff__title p {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    width: 792px;
    margin: 0 auto;
    line-height: 60px;
    text-align: center;
}
.boxed__activities_left {
    width: 47%;
}
.boxed__activities {
    background: linear-gradient(180deg, #566E84, #E5E5D0);
}
.boxed__activities h2 {
    color: #fff !important;
    text-align: center;
}
.boxed__activities p {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #3C5A74;
}
.activities_boxes {
    display: flex;
    justify-content: center;
    margin-top: 90px;
	justify-content:space-between;
}
.boxed__activities {
    background: linear-gradient(180deg, #566E84, #E5E5D0);
    border-radius: 25px;
    padding: 54px 15px 54px 15px;
    width: 100%;
    box-shadow: 0 4px 38px #FFFFFF;
    display: block;
}
.boxed__activities a{
    text-decoration: none;
}
.boxed__activities img {
    width: 100%;
    height: 230px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.boxed__activities h2 {
    color: #fff !important;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%), #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.activities_boxes_slider {
    position: relative;
    width: 50%;
    box-shadow: 0 4px 38px #FFFFFF;
    border-radius: 25px;
}
.activities_boxes_slider .boxed__activities{
     width: 100%;
         box-shadow: none;
    margin: 0;
}
.activities_boxes_slider .swiper-slide {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #566E84, #E5E5D0);
}

.activities_boxes_slider .swiper-button-prev,
.activities_boxes_slider .swiper-button-next {
    color: #fff;
}

.activities_boxes_slider {
    position: relative;
}

.activities_boxes_slider .swiper-button-prev {
    color: #fff;
    position: relative;
    right: -5px;
    left: auto;
    width: 50px;
        justify-content: flex-start;
}
.activities_boxes_slider .swiper-button-next{
    color: #fff;
    position: relative;
    left: -5px;
    right: auto;
    width: 50px;
     justify-content: flex-end;
}

.arrow__slider_activity {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%,-50%);
}
/* Arrow icons */
.activities_boxes_slider .swiper-button-prev::after {
    content: '';
    background: url('../images/arrow-left.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.activities_boxes_slider .swiper-button-next::after {
    content: '';
    background: url('../images/arrow-left.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
.activities_boxes_full {
    background: linear-gradient(180deg, #566E84, #E5E5D0);
    border-radius: 25px;
    padding: 54px 60px 0px 60px;
    width: 100%;
    display: flex;
    box-shadow: 0 4px 38px #FFFFFF;
    position: relative;
}
.activities_boxes_full .boxed__activities_img {
 width: 40%;
 line-height: 0;
}
.activities_boxes_full .boxed__activities_cont{
    width: 60%;
}
.activities_boxes_full .boxed__activities_cont{
    padding-bottom: 20px;
}
.activities_boxes_full .boxed__activities_cont h2 {
    color: #fff !important;
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%), #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.activities_boxes_full .boxed__activities_cont p {
    font-size: 30px;
    font-weight: 700;
    color: #3C5A74;
    margin-top: -5px;
    padding-left: 2px;
    text-transform: uppercase;
}
.boxed__activities_img img {
    width: 100%;
    height: 290px;
    margin-top: -75px;
    text-align: right;
}
.activities_full {
    margin-top: 90px;
}
.conceirge__sec_full {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 104px;
}
.conceirge__sec{
    width:200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conceirge__sec a {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}
.conceirge__sec h3 {
    color: #fff !important;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}
.zota__sec_full {
    text-align: center;
    margin-top: 50px;
}
.zota__sec_full img {
    width: 160px;
    height: auto;
}
/*inner page css*/
.flex__workshop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
    margin-bottom: 80px;
}
.inner_page_logo img {
    height: auto;
    width: 100%;
    max-width: 522px;
}
.toggle__btn {
    width: 65px;
}
.title__workshop h1 {
    font-size: 90px;
    line-height: 105px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
        max-width: 70%;
    font-size: 80px;
    line-height: 1;
}
.title__workshop h1 span {
    display: block;
 background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 39.77%,
    rgba(0, 0, 0, 0.14) 72.14%
  ), #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.divider {
    width: 100%;
    height: 6px;
    background: #fff;
    opacity: 46%;
}
.title__workshop {
    position: relative;
}
.yoga__registration {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.yoga__registration img {
    height: 250px;
}
.text__workshop_reg {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
}
.registration__form{
   margin-top:42px;
}
.registration__form h3 {
    font-size: 30px;
    color: #3C5A74;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
}
.registration__form h3:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    background: #5A7186;
    opacity: 39%;
    height: 2px;
}
.registration__form h3 span{
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding-right: 11px;
}
.registration__form .form__field {
    position: relative;
}
.registration__form .form__steps_box {
    background: #fff;
    padding: 60px 66px;
    border-radius: 30px;
    margin-top: 45px;
    box-shadow: 0 4px 38px #FFFFFF;
}
.registration__form .checkbox__field input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #2F951E;
}

.registration__form .form-step {
  display: none;
}

.registration__form .form-step.active {
  display: block;
}

.registration__form .form__btn {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    background: #2F951E;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px 35px;
    min-width: 113px;
    text-align: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.registration__form .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.registration__form button.back__btn {
    background: #3C5A74 !important;
}
.form__btns_step {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
}
.work__shop_reg {
    padding: 46px 20px 60px 20px;
}
.registration__form {
    margin-bottom: 132px;
}
.boexes__field label {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 2px;
	font-weight:500;
}
.registration__form .form__steps_box .boexes__field input {
    width: 100%;
    padding: 6px 10px;
    height: 40px;
    border: 2px solid #B4B4B4;
    border-radius: 4px;
}
.registration__form .form__steps_box .boexes__field {
    margin-bottom: 30px;
}
.registration__form .form__steps_box .boexes__field:last-child {
    margin-bottom: 0;
}
.registration__form .form__steps_box .box__form_field:last-child .checkbox__field:last-child
.registration__form .form__steps_box .success__box {
    text-align: center;
}
.registration__form .form__steps_box .success__box p {
    color: #2F951E;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
}
.registration__form .form__steps_box .success__box span {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
}
.reg__other_activity {
    display: flex;
    gap: 48px;
}





.reg__other_act_right .btns__reg_activities .btn_activities {
    background: #5A7186;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 20px;
    border: 0;
}
.reg__other_act_right .btns__reg_activities .btn_activities:hover {
    background: #2d4458;
}
.reg__other_act_right .btns__reg_activities .btn_activities img {
    width: 30px;
}
.success__box {
    text-align: center;
}
.reg__other_act_right {
    text-transform: uppercase;
    font-size: 44.58px;
    color: #3C5A74;
    font-weight: 700;
    line-height: 50px;
    width: 81%;
}
.reg__other_act_left {
    width: 19%;
}
.reg__other_act_left img {
    width: 100%;
    height: auto;
}
.btns__reg_activities {
    display: flex;
    gap: 30px;
}
.boxes_data {
    background: #60778A;
    border-radius: 30px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(177.77deg, #566E84 -24.76%, #E5E5D0 71.51%);
    min-height: 313px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.boxes_data.box_num_5, .boxes_data.box_num_6 {
    background: linear-gradient(180deg, #566E84 0%, #E5E5D0 100.01%);
}
.Select_activity_boxes {
    margin-top: 120px;
}
.boxes_data .activity_box_title {
    font-size: 70px;
    max-width: 45%;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    text-shadow: 5px 5px 10px #535353;
}
.boxes_data .activity_box_hour {
    color: #3C5A74;
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 45%;
}
.boxes_data  .car_rides_imgs {
    position: absolute;
    right: 12%;
    width: 317px;
    bottom: 15px;
    pointer-events: none;
}
.boxes_data .link_arrow {
    position: absolute;
    right: 30px;
    width: 90px;
    height: 80px;
    top: 50%;
    transform: translate(0, -50%);
}
.boxes_data .car_rides_imgs .ride_img_bg {
    height: auto;
    width: 100%;
}
.boxes_data .link_arrow img {
    width: 100%;
    height: auto;
}
.boxes_data.box_num_1 .car_rides_imgs {
    width: 450px;
    top: 38px;
    bottom: unset;
}
.boxes_data.box_num_2 .car_rides_imgs {
    width: 380px;
    top: 30px;
    bottom: unset;
}
.boxes_data.box_num_3 .car_rides_imgs {
    top: 40px;
    bottom: unset;
    width: 400px;
}
.boxes_data.box_num_4 .car_rides_imgs {
    bottom: unset;
    top: 30px;
    width: 370px;
}
.activity_main_header .yoga__registration {
    position: absolute;
    bottom: -12px;
    right: 0;
}
.activity_main_header_single h1 {
    max-width: 50%;
    font-size: 80px;
    line-height: 1;
	    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%), #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.content_area_single {
    padding: 40px;
    border-radius: 30px;
    background: #fff;
    backdrop-filter: blur(0px);
    box-shadow: 0px 4px 38px 0px #FFFFFF;
    margin-top: 100px;
}
.content_area_single .pickup_froms  strong, .content_area_single .rides_times strong {
    color: #3C5A74;
    font-size: 49px;
    font-weight: 600;
    text-transform: uppercase;
}
.content_area_single p {
    color: #999999;
    margin: 0px 0 25px;
    font-size: 49px;
    line-height: 1.1;
}
.content_area_single ul {
    padding: 4px 0 0 17px;
    margin:10px 0 0;
}
.content_area_single ul li {
    color: #999999;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20.5px;
    font-weight: 500;;
}

.content_area_single .pickup_froms{
    margin-bottom: 10px;
}
.content_area_single h2 {
    font-weight: 700;
    font-size: 49px;
    color: #999999;
}
.buttons_groups {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 60px;
}
.buttons_groups .buttons_info {
    box-shadow: 0.6px -0.8px 7.21px 0px #00000026;
    border: 2.1px solid #FFFFFF;
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    display: flex;
    gap: 20px;
    padding: 10px 40px;
    border-radius: 100px;
    color: #fff;
    align-items: center;
    transition: all .5s;
}
.buttons_groups .buttons_info.back_button {
    background: #5A7186;
}
.buttons_groups  .buttons_info.next_button {
    background: #2F951E;
}
.buttons_groups .buttons_info svg {
    width: 36px;
    height: 36px;
}
.buttons_groups .buttons_info:hover{
    transform: scale(1.1);
    transition: all .5s;
}
.form__steps_box.register_main_forms .box__form_field {
    margin-bottom: 30px;
}
.toggle_menus {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.offset_menu {
    background: linear-gradient(0deg, #576F85 0%, #576F85 53.3%, #E4E3CF 100%);
    max-width: 380px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
    padding: 40px 30px;
    border-radius: 0 10px 10px 0;
    width: 100%;
    transform: translate(-100%);
    transition: transform .5s;
}
.toggle_menus img.toggle__btn {
    height: auto;
}
.footer_offset_info {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    border-top: 2px solid #fff;
    left: 5%;
    padding: 20px 0;
    width: 100%;
}
.offset_menu .offset_header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.offset_menu .offset_header .link_offset img {
    width: 174px;
    max-width: 174px;
}
.footer_offset_info p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18.41px;
    line-height: 24px;
    margin-bottom: 25px;
}
.offset_menu ul.social_list {
    padding: 0;
    list-style: none;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.offset_menu ul.social_list li a {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
}
.offset_menu .zota__sec_full img {
    width: 80px;
}
.offset_menu_part {
    margin-top: 50px;
}
.offset_menu_part ul.main_manu {
    list-style: none;
}
.offset_menu_part ul.main_manu li a{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;

    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
                linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.offset_menu_part ul.main_manu li:not(:last-child) a {
    padding-bottom: 15px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1.95px solid #fff;
}
.hand_hold_buttons {
    margin-top: 6vh;
}
.hand_hold_buttons a {
    border: 2.07px solid #FFFFFF;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 21.76px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(0, 0, 0, 0) 39.77%, rgba(0, 0, 0, 0.14) 72.14%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    height: 55px;
}
.hand_hold_buttons a img {
    position: absolute;
    left: 22px;
    top: -4px;
}
.close_offset_icon{
    cursor: pointer;
}
.offset_menu.open{
    transform: translate(0);
}
.registration__form .checkbox__field input[type="checkbox"]:checked + label {
    color: #2F951E;
}

.page-template-page-thank-you .yoga__registration,
.page-template-page-thank-you-waiting .yoga__registration{ bottom:60px;}



.rides_times.rd strong:after{
	content:"|";
	margin:0 20px; 0 0
}
.rides_times.rd strong:last-child:after{
	display:none;
}


@media only screen and (max-width: 1280px) {
	.container_wrap {
	    width: 100%;
	    margin: 0 auto;
	}
    .activities_boxes_full .boxed__activities_cont h2 {
        font-size: 6vw;
        line-height: 100%;
    }
    .activities_boxes_full .boxed__activities_cont {
        width: 55%;
    }
    .activities_boxes_full .boxed__activities_img {
        width: 45%;
    }
	.kickoff__title h1 {
	    font-size: 7vw;
	}
	.kickoff__title p {
	    font-size: 3.5vw;
	    width: 645px;
	        line-height: 55px;
	}
	.celebrating__logo img {
	    width: 100%;
	}
	.kickoff__title p {
        font-size: 40px;
        width: 700px;
        line-height: 55px;
    }
    .celebrating__logo img.celebrating__decade {
        width: 100%;
        max-width: 579px;
    }
    .title__workshop h1 {
        font-size: 80px;
        line-height: 90px;
    }
}
@media only screen and (max-width: 1024px) {
    .activities_boxes_full .boxed__activities_cont h2 {
        font-size: 5.5vw;
    }
    .boxed__activities_img img {
        height: 220px;
    }
	.kickoff__title p {
        font-size: 32px;
        line-height: 50px;
        width: 565px;
    }
	.boxed__activities h2 {
	    font-size: 50px;
	    line-height: 60px;
	}
    .title__workshop h1 {
        font-size: 8vw;
        line-height: 80px;
        margin-top: 20px;
    }
    .yoga__registration img {
        height: 300px;
    }
    .boxes_data .activity_box_title {
    font-size: 60px;
    max-width: 45%;
    line-height: 75px;
    color: #fff;
    font-weight: 600;
    text-shadow: 5px 5px 10px #535353;
}
.content_area_single p,
.content_area_single h2,
.content_area_single .pickup_froms  strong, .content_area_single .rides_times strong {
    font-size: 32px;
}
}
@media only screen and (max-width: 880px) {
    .title__workshop h1 {
        font-size: 7.5vw;
        line-height: 70px;
        margin-top: 20px;
    }
    .kickoff__title p {
        font-size: 3.5vw;
        width: 325px;
        line-height: 30px;
    }
    .boxed__activities h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .boxed__activities img {
	    height: 130px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
    .boxed__activities p {
    	font-size: 24px;
	}
    .contain_row {
        padding: 100px 35px 63px 35px;
    }
    .boxed__activities {
        padding: 30px 15px 24px 15px;
    }
    .celebrating__logo img.celebrating__decade {
        width: 100%;
        max-width: 479px;
    }
    .activities_boxes_full {
        padding: 40px 30px 0px 30px;
    }
    .activities_boxes_full .boxed__activities_cont p {
        font-size: 22px;
    }
    .boxed__activities_img img {
        height: 186px;
    }
    .activities_boxes_full .boxed__activities_cont {
    padding-bottom: 10px;
}
.boxed__activities_img img {
    margin-top: -60px;
}
.flex__workshop {
    gap: 20px;
    margin-bottom: 15px;
}
.inner_page_logo img {
    height: auto;
    width: 100%;
    max-width: 440px;
}
.boxes_data  .car_rides_imgs {
    right: 16%;
    width: 242px;
}
.boxes_data.box_num_1 .car_rides_imgs {
    width: 350px;
    top: 35px;
    bottom: unset;
}
.boxes_data .activity_box_title {
    font-size: 50px;
    max-width: 45%;
    line-height: 65px;
}
.boxes_data .activity_box_hour {
    font-size: 36px;
    margin-top: 8px;
    max-width: 45%;
}
.boxes_data {
    min-height: 250px;
}
.boxes_data.box_num_2 .car_rides_imgs {
    width: 283px;
}
.boxes_data.box_num_3 .car_rides_imgs {
    top: 30px;
    bottom: unset;
    width: 300px;
}
.boxes_data.box_num_4 .car_rides_imgs {
    bottom: unset;
    top: 30px;
    width: 280px;
}
.Select_activity_boxes {
    margin-bottom: 400px;
}
.content_area_single p, .content_area_single h2, .content_area_single .pickup_froms  strong, .content_area_single .rides_times strong {
    font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
    .title__workshop h1 {
        font-size: 6.5vw;
        line-height: 60px;
    }
    .yoga__registration img {
        height: 265px;
    }
    .inner_page_logo img {
    height: auto;
    width: 100%;
    max-width: 180px;
}
.divider {
    height: 2px;
}
.registration__form .form__steps_box .boexes__field {
    margin-bottom: 15px;
}
.content_area_single {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    backdrop-filter: blur(0px);
    box-shadow: 0px 4px 38px 0px #FFFFFF;
    margin-top: 50px;
}
.content_area_single p, .content_area_single h2, .content_area_single .pickup_froms  strong, .content_area_single .rides_times strong {
    font-family: Poppins;
    font-size: 16px;
    line-height: 20.5px;
    letter-spacing: -.3px;
}
.buttons_groups .buttons_info {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    display: flex;
    gap: 13px;
    padding: 5px 20px;
}
.buttons_groups .buttons_info svg {
    width: 20px;
    height: 20px;
}

	.rides_times.rd strong:after{
	margin:0 10px; 0 0
}
	
.buttons_groups.satd {
    position: fixed;
    left: 0;
    bottom: 10%;
    width: 100%;
    padding: 0 20px;
    margin: 0;
}

}
@media only screen and (max-width: 576px) {
    .contain_row {
        padding: 45px 12px 22px 12px;
    }
    .celebrating__logo img.celebrating__decade {
        width: 55%;
    }
.kickoff__title p {
    font-size: 21px;
    width: 100%;
    line-height: 25px;
    margin: 3px 0 0;
}
.kickoff__title .jerusalem-content {
        font-size: 17px;
        width: 100%;
        line-height: 25px;
        margin: 3px 0 0;
        margin-top: 40px;
    }
    .boxed__activities {
        margin-top: 0;
    }

.boxed__activities h2 {
        font-size: 5.5vw;
        line-height: 7vw;
    }
    .boxed__activities_left {
        width: 48%;
    }
		.swiper-button-next:after, .swiper-button-prev:after {
		font-size:20px;
	}
    .activities_boxes {
      
        margin-top: 30px;
    }
    .boxed__activities {
        border-radius: 15px;
        padding:15px 10px 15px 10px;
    }
.boxed__activities img {
    height: 137px;
    margin-top: 15px;
    margin-bottom: 0;
}
    .boxed__activities p {
        font-size: 15px;
    }
    .activities_boxes_full .boxed__activities_cont h2 {
        font-size: 5.5vw;
        line-height: 100%;
    }
    .activities_boxes_full {
        padding: 10px 20px 0px 20px;
    }
    .activities_boxes_full .boxed__activities_cont p {
        font-size: 16.77px;
    }
    .activities_boxes_full .boxed__activities_cont {
        padding-bottom: 6px;
    }
    .boxed__activities_img img {
        /*height: 100px;
        margin-top: -20px;*/
        height: 84px;
        position: relative;
        top: 60px;
        left: 13px;
        width: auto;
    }
    .activities_full {
        margin-top: 24.85px;
    }
    .conceirge__sec_full {
        margin-top: 54px;
    }
    .conceirge__sec {
        width: auto;
    }
    .conceirge__sec img{
        width: 67px;
        height: 67px;
    }
    .conceirge__sec h3 {
        font-size: 15.6px;
        line-height: 30px;
    }
    .zota__sec_full img {
        width: 74px;
        height: auto;
    }
    .zota__sec_full {
        margin-top: 10px;
    }
    .activities_boxes_slider {
        border-radius: 15px;
    }
    .toggle__btn {
        width: 24px;
    }
    .flex__workshop {
        gap: 14px;
    }
    .yoga__registration img {
        height: 102px;
		width:145px;
		object-fit:contain;
    }
.title__workshop h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 14px;
    padding-top: 20px;
}
    .toggle__btn {
        width: 24px;
        height: auto;
    }
    .text__workshop_reg {
        font-size: 16px;
        line-height: 30px;
    }
    .registration__form {
    margin-top: 15px;
}
.yoga__registration {
    bottom: 0;
}
.registration__form .form__steps_box {
    padding: 23px  18px 29px 22px;
    border-radius: 15px;
}
.registration__form h3 {
    font-size: 15.71px;
}
.registration__form h3:after {
    top: 10px;
}
.reg__other_act_right {
    font-size: 15px;
    line-height: 24px;
}
.reg__other_act_right .btns__reg_activities .btn_activities {
    font-size: 14px;
    font-weight: 700;
}
.registration__form .form__steps_box {
    margin-top: 15px;
}
.registration__form .form__steps_box.thankyou_box{
padding: 20px 10px 15px 10px;
    border-radius: 15px;
}
.registration__form h3 {
    margin-bottom: 12px;
}
.work__shop_reg {
    padding: 46px 20px 20px 20px;
}
.registration__form .form__steps_box .success__box p {
    font-size: 16px;
    margin-top: 15px;
}
.registration__form .form__steps_box .success__box span {
    font-size: 15px;
}
.form__steps_box.already_activity {
    padding: 14px 15px;
}
.reg__other_activity {
    display: flex;
    gap: 10px;
}
.reg__other_act_right p{
    font-size: 14.86px;
    line-height: 100%;
    text-transform: uppercase;
}
.btns__reg_activities {
    display: flex;
    gap: 10px;
}
.reg__other_act_right .btns__reg_activities .btn_activities {
    font-family: Poppins;
    font-weight: 600;
    font-size: 11.97px;
    line-height: 100%;
    padding: 3px 5px 3px 8px;
    border: 0;
    margin-top: 8px;
    justify-content: space-between;
}
.reg__other_act_right .btns__reg_activities .btn_activities img {
    width: 20px;
}
.offset_menu {
    max-width: 350px;
    padding: 30px 15px;
}
.hand_hold_buttons a,
.offset_menu_part ul.main_manu li a {
    font-size: 18px;
}
.offset_menu_part ul.main_manu li:not(:last-child) a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.footer_offset_info p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16.41px;
    line-height: 22px;
    margin-bottom: 20px;
}
.offset_menu ul.social_list {
    gap: 10px;
    margin-bottom: 30px;
}
.title__workshop.activity_main_header .yoga__registration {
    bottom: -9px;
}
	.yoga__registration p {
    font-size: 53px;
    padding: 18px 0 0 10px;
}
.Select_activity_boxes {
    margin-top: 70px;
}
.boxes_data .activity_box_title {
    font-size: 20px;
    max-width: 52%;
    line-height: 25px;
}
.boxes_data .activity_box_hour {
    font-size: 15px;
}
.boxes_data.box_num_1 .car_rides_imgs {
    width: 180px;
    top: 20px;
    bottom: unset;
}
.boxes_data .link_arrow {
    right: 15px;
    width: 44px;
    height: 44px;
}
.boxes_data {
    min-height: 100px;
    padding: 10px 24px;
    border-radius: 15px;
    margin-bottom: 14px;
}
.boxes_data.box_num_1 .car_rides_imgs {
    width: 138px;
    top: 14px;
    bottom: unset;
}
.boxes_data.box_num_2 .car_rides_imgs {
    width: 110px;
    top: 16px;
}
.boxes_data.box_num_3 .car_rides_imgs {
    top: 6px;
    bottom: unset;
    width: 140px;
}
.boxes_data.box_num_4 .car_rides_imgs {
    bottom: unset;
    top: 15px;
    width: 110px;
}
.boxes_data  .car_rides_imgs {
    right: 17%;
    width: 87px;
    bottom: 5px;
}
.Select_activity_boxes {
    margin-bottom: 250px;
}
	
	.page-template-page-thank-you .yoga__registration,
.page-template-page-thank-you-waiting .yoga__registration{ bottom:25px;}

		.page-template-page-thank-you .yoga__registration img,
.page-template-page-thank-you-waiting .yoga__registration img{ height:87px}
	
	.activity_main_header_single h1 {
    max-width: 56%;

}
	
	.page-id-94 {
		 background: url('../images/Mezada-bg-X1.jpg') no-repeat;
    background-size: cover;
	background-attachment:fixed;
	}	

	
	.boxes_data.box_num_1 .car_rides_imgs {
    width: 138px;
    top: auto;
    bottom: -9px;
}
	.boxes_data .car_rides_imgs .ride_img_bg {
    height: 95px;
    width: 100%;
    object-fit: contain;
}
	
}

html {
    -webkit-text-size-adjust: 100%;
}

@supports (-webkit-touch-callout: none) {

    input,
    textarea,
    select {
        font-size: 16px !important;
        line-height: 1.4 !important;
        transform: scale(1);
        zoom: 1;
    }

    body {
        position: relative;
        overflow-x: hidden;
    }

    .elementor *,
    .woocommerce *,
    form * {
        transform: none !important;
    }
}


@media only screen and (max-width: 480px) {
  .activities_boxes_slider .swiper-button-prev:after, .activities_boxes_slider .swiper-rtl .swiper-button-next:after {
        width: 15px;
        height: 15px;
    }
    .activities_boxes_slider .swiper-button-next:after, .activities_boxes_slider .swiper-rtl .swiper-button-prev:after {
        width: 15px;
        height: 15px;
    }
    .kickoff__title h1 {
        font-size: 7.4vw;
    }
	
}
@media only screen and (max-width: 370px) {
.kickoff__title h1 {
        font-size: 7.2vw;
    }
}