
@font-face {
    font-family: "Open Sans Hebrew";
    src: local("Open Sans"),
     url("./fonts/OpenSans-VariableFont.ttf") format("truetype");
    }
  
  @font-face {
    font-family: "Aduma";
    src: local("Aduma"),
     url("./fonts/Aduma Regular.ttf") format("truetype");
    }

    
body{  
    margin: 0px;
}


.top_img{
    width:100%;
    /* position:absolute;
    top:0;
    left: 0; */
}

.top_area{
    background: url("images/top_area.png");
    height:820px;

    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #171F2C;
    background-size: cover;
}

.form_join{
    width: 100%;
}

.form_div {
    direction: rtl;
    background-color: black;
    padding: 20px;
    font-family: 'Aduma';
    font-style: normal;
    position: relative;
    box-shadow: 0px 1px 24px rgb(77 155 245 / 60%);
    padding-bottom: 1px;
    margin-bottom: -2px;
}

.title_form{
    color:white;
    font-size: 45px;
    margin-left: 20px;
}

.form_btn{
    background: linear-gradient(87.29deg, #CE2FF2 -12.43%, #CA31F2 9.23%, #C139F2 26.08%, #B047F2 41.72%, #985BF3 57.37%, #7A75F3 70.61%, #5594F4 83.84%, #2AB8F5 97.08%, #00DCF6 107.91%);
    border-radius: 40px;
    width: 275px;
    height: 53px;
    color:white;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    border: 0;
}


.input_form{
    background-color: black;
    border: 0;
    border-bottom: 1px solid white;
    color:white; 
    margin: 10px;
}

::placeholder { 
    color: white;
    opacity: 0.7; 
  }

  .inner_form_div{
    display:block;
    margin:0 auto;
    width: 1130px;
    z-index: 3;
    position: relative;
  }

  .logo{
    position: absolute;
    top: 30px;
    left: 188px;
    width:180px;
  }

  .maraton_start{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 26px;
    position: relative;
  }

  .logo_area{
    position: relative;
    top: 55px;
    margin: 0 auto;
    display: block;
  }

.maraton_start_sec{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    line-height: 40px;

    text-align: center;
    color: #C933F3;
    top: 34px;
    position: relative;
}

.irena_top{
    position: relative;
    top: -270px;
    margin: 0 auto;
    display: block;
    right: -392px;
    z-index: 5;
}

.about_maraton{
    height: 450px;
}

.design{
    background: url("images/design_back.png");
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position: bottom; */
    height: 903px;
    border-top: 2px solid;
    border-image: linear-gradient(to right,#00DCF6,#C933F3) 1 0 0 0;
}

.design_text{

    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 73px;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    right: 250px;
    direction:rtl;
    top: 204;
}

.about_maraton_right {
    background-color: #2E3949;
    width: 550px;
    height: 376px;
    box-shadow: 2px 2px 8px gray;
    border-radius: 8px;
    z-index: 10;
    position: relative;
    float: right;
    top: 175px;
    /* right: 15%; */
    margin-left: 30px;
    border-right: solid 3px transparent;
    border-radius: 18px;
   
}

.about_maraton_right:hover , .about_maraton_left:hover{
    background-color: #171F2C;
    background-image: linear-gradient(#171F2C, #171F2C), linear-gradient(0.04turn, #CE2FF2, #00DCF6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-right: solid 3px transparent;
}

.about_maraton_left{
    border-right: solid 3px transparent;
    background-color: #2E3949;
    width: 554px;
    height: 376px;
    box-shadow: 2px 2px 8px gray;
    border-radius: 8px;
    z-index: 10;
     position: relative; 
     float: right; 
    top: 175px;

}

#ans_1{
    display:block;
  
}


.qanda_maraton_right{
    background-color: #171F2C;
    width: 555px;
    height: 376px;
    /* box-shadow: 2px 2px 8px gray; */
    box-shadow: 0px 4px 30px rgba(77, 155, 245, 0.24);
    border-radius: 8px;
    z-index: 10;
     position: relative; 
     float: right; 
    top: 60px;
    /* right: 15%; */
    margin-left: 30px;
}



.qanda_maraton_left{
    background-color: #171F2C;
    width: 555px;
    height: 376px;
    /* box-shadow: 2px 2px 8px gray; */
    box-shadow: 0px 4px 30px rgba(77, 155, 245, 0.24);
    border-radius: 8px;
    z-index: 10;
     position: relative; 
     float: right; 
    top: 60px;
    /* left: 15%; */
}

.about_maraton_cont{
    margin: 0 auto;
    display: block;
    width: 1140px;
}

.qanda_maraton_cont{
    margin: 0 auto;
    display: block;
    width: 1140px;
    top:100px;
    position:relative;
}

.back_circle{
    position: absolute;
    right: 14px;
    margin-top: -514px;
    width: 56%;
}

.about_maraton{
    background-image: url("images/back_maraton.png");
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: -5px 0;

}

.maraton_exp_icon{
    position:absolute;
    top:20px;
    right:45px;
}

.maraton_exp_title{
    direction:rtl;
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 43px;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    top: 100px;
    right: 45px;
}

.maraton_exp_text{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    top: 155px;
    width: 92%;
    direction: rtl;
}

.maraton_exp_text_qanda{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    top: 175px;
    width: 92%;
    direction: rtl;
}

.rm_bg_video{
    position: absolute;
    /* top: 0; */
    right: 255px;
    /* top: 5px; */
    z-index: 5;
    width: 183px;
    margin-top: 402px;
}
.design_img{
    height: 58%;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 330px;
    z-index: 1;
}

.qanda{
    background: url("images/back_qanda.png");
    position: relative;
    height: auto;
    background-color: #171F2C;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    top: -1;
    min-height: 1500px;
    height: 1793px;
    border-top: 2px solid;
    border-image: linear-gradient(to right,#00DCF6,#C933F3) 1 0 0 0;
}

.dots_cont{
    width: 81px;
    position: relative;
    top: 430px;
    z-index: 1;
    margin: 0 auto;
    display: block;
}

.dot_1{
    position: relative;
    top: -5px;
    background-image: url("images/dot_y.png");
}

.dot_2,.dot_3,.dot_4{
    background-image: url("images/dot_n.png");
}

.dot_2{
    position: absolute;
    left: 30px;
}

.dot_3{
    position: absolute;
    left: 48px;
}

.dot_4{
    position: absolute;
    left: 68px;
}


.dot{
    margin-right:3px;
    width: 21px;
    height: 21px;
    position: absolute;
    background-repeat: no-repeat;
}
.img_lang{
    width: 50px;
    position: relative;
    top: 20px;
    margin-left: 10px;
}

.qanda_title{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 210px;
    clear: both;
}

.question{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #0B132A;
    background-color: white;
    filter: drop-shadow(0px 7px 40px rgba(0, 0, 0, 0.25));
    top: 228px;
    direction: rtl;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    border-right: 6px solid #BECCE2;
    cursor: pointer;
    margin-bottom: 20px;
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-position: 22px 41px;
}

.q1{
    border-right: 6px solid #C933F3;
}

.close_open_img{
    position: absolute;
    left: 25px;
    top: 40px;
}

.ans{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: right;
    color: #444F60;
    background-color: white;
    /* top: 230px; */
    direction: rtl;
    /* width: 1200px; */
    margin: 0 auto;
    padding: 20px;
    position: relative;
    border-top: 1px solid #becce2;
    display:none;
    margin-top: 20px;
}

.question_span{
    margin-right:30px;
}

.price_div{
    color:white;
    background-image: url('images/price_back.png');
    height: 630px;
    position: relative;
    top: -3px;
}

.price_title{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 43px;
    /* or 48% */
    
    text-align: center;
    
    color: #FFFFFF;
    direction: rtl;
    padding-top: 50px;
}

.price_text{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.final_price_text{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    /* identical to box height, or 100% */

    text-align: center;

    color: #C139F2;

}

.about_me{
    background-color: #3F4957;
    height: 1890px;
    position: relative;
    top: -3px;
    display: block;
    margin: 0 auto;
    border-top: 2px solid;
    border-image: linear-gradient(to right,#00DCF6,#C933F3) 1 0 0 0;
}

.testimonials_title{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 72px;
    /* identical to box height, or 103% */

    text-align: center;

    /* #FFFFFF */

    color: #FFFFFF;
    margin-top: 94px;
    margin-bottom: -78px;
}

.info_about_me{
    background-image: url('images/about_me.png');
    height: auto;
    background-repeat: no-repeat;
    position: relative;
    top: 270px;
   /* width: 1539px;*/
    height: 861px;
    background-size: cover;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    max-width: 83%;
}

.about_me_title_text{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 72px;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    top: 112px;
    direction: rtl;
    right: 234px;
}

.about_me_text{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 41px;
    text-align: right;
    color: #FFFFFF;
    position: relative;
    top: 214px;
    right: 232px;
    direction: rtl;
}

.join_us{
        background-image: url('images/join_us1.png');

        height: auto;
        background-repeat: no-repeat;
        position: relative;
        top: 142px;
        width: 1542px;
        height: 895px;
        background-size: cover;
        margin: 0 auto;
        background-position: -196px -249px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }


    .join_us2_img{
        position: absolute;
        top: 167px;
        right: 361px;
        z-index: 1;
    }

.join_us_right_title{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 96px;
    /* identical to box height */

    text-align: center;

    /* WHITE */

    color: #FFFFFF;
    direction: rtl;
    right: 253px;
    position: absolute;
    top: 9px;
}

.join_us_right_text{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: right;
    color:white;
    direction:rtl;
    position: absolute;
    top: 123px;
    right: 254px;
}

.join_us_right{
    width: 49%;
    float: right;
    position: relative;
    top: 125px;
    right: 241px;
    z-index: 3;
}

.join_us_logo{
    position: absolute;
    top: 338px;
    right: 260px;
}

.phone_text_sub_mobile{
	display:none;
}

.phone_text_sub {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 38.1497px;
    line-height: 94px;
    text-align: right;
    background: linear-gradient(90deg, #CE2FF2 -9.59%, #CA31F2 11.27%, #C139F2 27.5%, #B047F2 42.57%, #985BF3 57.63%, #7A75F3 70.38%, #5594F4 83.13%, #2AB8F5 95.88%, #00DCF6 106.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    direction: rtl;
    position: relative;
    top: -42px;
}

.join_us_left{
    width: 49%;
    float: left;
    position: relative;
    top: 160px;
    direction: rtl;
    z-index: 3;
}

.join_us_left ::placeholder{
        color: black;
        opacity: 0.7; 
}

.join_us_left_input{
    border-radius: 8px;
    padding:5px;
    margin:10px;
    width: 398px;
    border: 0;
}

.join_us_left textarea{
    border-radius: 8px;
    padding: 5px;
    margin: 10px;
    width: 390px;
    height: 137px;
    border: 0;
}

.join_us_left_btn{
    margin-top: 20px;
    height: 37px;
    width: 210px;
    position: absolute;
    left: 356px;
    left: 525px;
    border: 0;
}

.copy_cont{
    color: white;
    position: relative;
    width: 1407px;
    margin: 0 auto;
    border-top: 1px solid;
    border-image: linear-gradient(to right,#00DCF6,#C933F3) 1 0 0 0;
}

.design_by{
  
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;

}


.copy{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    float: left;
    position: absolute;
    left: 0;
}

.left_t, .left_m , .left_r{
    width: 414px;
    height: 236px;
    position: relative;
    z-index: 2;
    background-color: #2E3949;
    border-radius: 18px;
    box-shadow: 0px 0px 18px #bc3df257;
    top: 130px;
    /* left: 100px; */
    /* float: left; */
    margin: 11px;
}
.left_r{
    float: right;
    position: absolute;
    right: 99px;
}

.left_t{
    position: absolute;
    left: 103px;
}

.left_m{
    background-color: #171F2C;
    width: 447px;
    height: 290px;
    top: 94px;
    border: 1px solid;
    border: solid 1px transparent;
    border-radius: 18px;
    background-image: linear-gradient(#171F2C, #171F2C), linear-gradient(to right, #00DCF6, #C933F3);
    background-origin: border-box;
    background-clip: content-box, border-box;
    position: absolute;
    left: 539px;
}

.avatar {
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }

.t_corulesa_class_title{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-size: 25.8462px;
    line-height: 37px;
    text-align: right;

    /* #FFFFFF */

    color: #FFFFFF;
    position: absolute;
    right: 100px;
}

.t_corulesa_class_text{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 18.4615px;
    line-height: 30px;
    /* or 160% */

    text-align: right;

    /* #FFFFFF */

    color: #FFFFFF;  
    position: absolute;
    top: 109px;
    direction: rtl;
    right: 99px;
}

.t_corulesa_class_icon{
    position: relative;
    top: 5px;
    left: 5px;
}

.t_corulesa_class_person{
    position: absolute;
    right: 21px;
    top: 71px;
}

.t_corulesa{
    margin: 0 auto;
    display: block;
    width: 1550px;
    position:relative;
}

.right_arrow{
    position: absolute;
    top: 198px;
    z-index: 1;
    right: 25px;
    cursor: pointer;
}

.left_arrow{
    position: absolute;
    top: 198px;
    z-index: 1;
    left: 20px;
    cursor: pointer;
}

.next, .err_mgs_sec{
    display:none;
}





.show_err , .show_err_sec{
    display:block;
    color:red;
    font-family: 'Aduma';
}

.show_err_sec{
    right: 10px;
    position: relative;
}

.irena_top_text {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    top: 144px;
    direction: rtl;
}


.phone_text{
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 72px;
    /* or 180% */
    
    text-align: right;
    
    /* #FFFFFF */
    
    color: #FFFFFF;
    direction:rtl
}

.bg_footer{
    width: 100%;
    position: relative;
}

.dropbtn {
    background-color: transparent;; 
   color: white;
   padding: 16px;
   font-size: 16px;
   border: none;
   cursor: pointer;
   font-family: 'Open Sans Hebrew';
 }
 
 .dropdown {
   position: absolute;
   right: 137px;
   top: 20px;
   z-index: 2;
   width: 200px;
 }
 
 .dropdown-content {
   display: none;
   position: absolute;
   background-color: #171F2C;
   min-width: 111px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 }
 
 .dropdown-content a {
   /* color: black; */
           
       font-family: 'Open Sans Hebrew';
       font-style: normal;
       font-weight: 400;
       font-size: 16px;
       line-height: 22px;
       /* identical to box height */

       text-align: right;

       /* WHITE */

       color: #FFFFFF;


       padding: 12px 16px;
       text-decoration: none;
       display: block;
 }
 
 .dropdown-content a:hover {
   /* background-color: #f1f1f1 */
    color:#00DCF6;
  }
 
 .dropdown:hover .dropdown-content {
    display: block;
 }
 
 .dropdown:hover .dropbtn {
    background-color: transparent; 
 }


 .top_menue{
    font-family: 'Open Sans Hebrew';
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent;
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
    z-index: 3;
    width: 156px;
    float: right;
 }

 .top_menue a {
   text-decoration: none;
   color: white;
 }
 
 .top_menue2{
   right: 442px;
 }
 
 .top_menue3{
   right:586px;
 }

 .top_menue4{
   right: 698px;
   width: 153px;
}

.hamb_menu{
   z-index:5;
   display:none;
}

.mobile_menu{
   display:none;
}

.form_btn_fixed{
   position: fixed;
   right: -54px;
   bottom: 80px;
   z-index: 20;
   display: none;
}

.top_menu_cont{
    position: absolute;
    right: 109px;
    top: 32px;
    float: right;
    text-align: center;
    line-height: 54px;
}


.mobile_menu_line_text_selected{
    background: -webkit-linear-gradient(#00DCF6, #C933F3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.whatsup_recomends{
    display: flex;
    flex-direction: row-reverse;
    background-color: #3F4957;
    padding-top: 237px;
    justify-content: space-around;
    margin-top: -3px;
    padding-bottom: 50px;
}

.whatsup_r{
    width:20%
}

.whatsup_r_1{
    height: 235px;
    margin-top: 65px;
}

.whatsup_r_3{
    height: 177px;
    margin-top: 82px;
}

.tec_leng{
    margin-top: 29px;
}

.video_exp{
    position: relative;
    margin: 0 auto;
    display: block
}