﻿

html, body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
}


 .app_wrap .img {
    display:inline-block !important;
    height:auto;
}

.app_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    background: radial-gradient(circle, rgba(0,160,122,1) 0%, rgba(0,121,106,1) 100%);
    text-align: center;
    overflow: hidden;
    min-height: 530px;
}





.button_wrap {
    height: 30vh;
    min-height: 152px;
    display: inline-grid;
    align-items: end;
    padding-bottom: 5vh;

}


.class_wrap {
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
    margin: 20px auto;
    height: auto;
    display: block;
}


.landing_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    color: white;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 2vh auto;
}

.landing_header {
    font-family: Verdana, sans-serif;
    font-weight: bolder;
    font-size: 28px;
    line-height: 1.2;
    color: white;
    width: 100%;
    margin: auto;
    max-width: 300px;
    margin-bottom: 20px;
}


.circule {
    background-image: url(../images/circule.svg);
    width: 100%;
    height: 21vh;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
}

.icone_img {
    width:50px;
    height:50px !important;
    display:inline-block !important;
    margin-bottom:10px;
}



.button_wrap .button {
    color: white;
    /* background-color: #008a6a; */
    padding: 15px 0px;
    text-decoration: none;
    cursor: pointer;
    height:50px;
    min-width: 220px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    /* margin: 4vh; */
    border-radius: 33px;
    box-shadow: 0 0 0 2px white, 0 6px 0 0 rgba(0, 0, 0, 0.20);
}



.button_wrap .icone_img {
/*    width: 46px;
    display: inline-block;
    position: absolute;
    left: 17px;
    top: 1px;*/

display:none;
}


.button_wrap .button_text {
 /*   display: inline-block;
    margin-left: 40px;*/
}

.button {
    color: white;
    /*    background-color: #008a6a;*/
    padding: 26px 40px;
    text-decoration: none;
    cursor: pointer;
    min-width: 220px;
    font-size: 17px;
    height: 136px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 4vh;
    border-radius: 20px;
    box-shadow: 0 0 0 2px white, 0 6px 0 0 rgba(0, 0, 0, 0.20);
}



.button:visited {
    color: white;

}


.violet {
background-color:#6746d7;
}


.water_blue {
    background-color: #00b6bb;
}


.orange {
    background-color: #ff9400;
}

.green {
    background-color: #008a6a;
}



.violet_text {
    color: #6746d7;
}


.water_blue_text {
    color: #00b6bb;
}


.orange_text {
    color: #ff9400;
}

.green_text {
    color: #008a6a;
}


.button:hover {
    color: white;
    text-decoration: none;
}



.img_wrap {
    display: block;
    position: relative;
    height: 55%;
    margin-top: -20px;
    margin-bottom: 4vh;
}
/*picture animation*/


.slider_container_animation_4 {
    width: 418px;
    height: 430px;
    display: block;
    position: absolute;
    padding-top: 20px;
    top: -112px;
    right: -20px;
    transform: scale(.9);
}



.joy_im_1 {
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;

}




@media screen and (max-height: 700px) {
    .img_wrap {
        display: block;
        position: relative;
        height: 40%;
        margin-bottom: 2vh;
    }


    .landing_header {
     
        font-size: 24px;
 
    }
}



.test_page .heade_backgraud {
    height: 349px;
    width: 100%;
    background-size: 800px;
    background-position: center bottom;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/images/bgg_1.svg);
}


.test_page {
    width: 100%;
    height: auto;
    position: relative;
    background: radial-gradient(circle, rgb(0 177 135) 0%, rgba(0,121,106,1) 100%);
    text-align: center;
    padding-bottom:60px;
    overflow: hidden;
}


.test_page .content_wrap {
    width: 100%;
    max-width: 400px;
    padding:0 20px ;
    height:auto;
display:inline-block;

}

.navigation_header_icone {
    display: inline-block;
    width: 23px !important;
    top: -3px;
    position: relative;
    height: 23px !important;
}

.navigation_header_text {
    display:inline-block;
    font-size:22px;
    text-decoration:none !important;
    color:#ffffff !important;
    font-weight:bold;
}

.navigation_header {
cursor:pointer;
float:left;
}

.baner_wrap {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
}

.triangle-left {
    width: 0;
    position: absolute;
    height: 0;
    top: 25px;
    left: -15px;
    border-top: 0px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
}


.top_header_wrap {
    text-align: center;
    padding: 20px 0;
    display:inline-block;
    width:100%;

}

.baner_wrap {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
}

.baner_wrap_footer {
    background-color: none;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
    cursor:pointer;
    color:white !important;
    text-decoration:none !important;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 0 2px white;
}


    .baner_wrap_footer  .baner_text {
        color: white;

    }


    .baner_wrap_footer  .start_traning_icone {
      
        margin-top: -2px;
   
    }


    .baner_wrap_footer  .start_traning {
        float: left;
        margin-top: 10px;
    }


.tests_wrap {
    background-color: rgba(2, 108, 95, 0.5);
    border-radius: 15px;
    margin: 0 -30px 20px -30px;
    padding: 30px 30px;
    position: relative;
}

.baner_text {
    color: black;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}

.header_text {
    font-size: 18px;
    text-align: center;
    color: white;
    line-height: 1.2;
    margin-bottom:5px;
    text-transform: uppercase;
}

.big_text {
    font-size: 26px;
    display: block;
    font-family: verdana;
    font-weight: bold;
}

.header_icone {
    width: 50px;
    height:50px !important;
    margin-bottom: 10px;
    display:inline-block;
}


.circule_bulet {
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: white;
    border-radius: 100%
}

.v_line {
    width: 1px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: white;
}

.space {
    height: 10px;
    display: inline-block;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
}


.class_body {
    background-color: rgba(255, 255, 255, 0.61);
    border-radius: 0 0 18px 18px;
    position: relative;
    padding: 0 10px;
    box-shadow: 0 2px rgba(0,121,106,0.5) ;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    /*    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.20);
*/
}


.subject_button {
    text-align: left;
    background-color: #ffffff;
    padding: 15px 20px;
    display: block;
    color: #008a6a;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 400;
    margin: 10px 0;
    font-family: "Roboto Condensed","Open Sans",sans-serif;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.10), 0 0px 0 6px rgba(255, 255, 255, 0.0);
}


    .subject_button:hover, .subject_button:focus {
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.10), 0 0px 0 6px rgba(255, 255, 255, 0.5);
        color: #00b188;
    }


.class_header {
    border-radius: 18px 18px 0 0;
    position: relative;
    padding: 15px 15px;
    text-align: left;
    width: 100%;
    font-family: "Open Sans",sans-serif;

    box-shadow: 0 2px rgba(255, 255, 255, 0.5) inset;

        font-weight: bold;
        color: white;
        text-decoration: none;
        display: inline-block;
      
    }


.color_1 {
    background: linear-gradient( 135deg, #048ed4 -20%, #2c58a5 100%);
}


.color_2 {
 
    background: linear-gradient( 135deg, #35d9ad -20%, #00917e 100%);
}


.color_3 {
    background: linear-gradient( 135deg, #3bd9eb -20%, #0099ad 100%);
}

.color_4 {
    background: linear-gradient( 135deg, #ffc516 -20%, #f59e00 100%);
}


.color_5 {
    background: linear-gradient( 135deg, #df61f5 -20%, #9c27b0 100%);
}

.color_6 {
    background: linear-gradient( 135deg, #8761f5 -20%, #4f27b0 100%);
}


.color_7 {
    background: linear-gradient( 135deg, #ff97cb -20%, #bb51b7 100%);
}


.tests_section:hover {
    text-decoration: none !important;
}


.p_text {
    margin: 0 0 5px 0;
}
.section_text {
    color: black;
    text-align: left;
    font-weight: 400;
}



.section_text ul, ol {
    padding: 0;
    margin: 0 0 10px 16px;
}

    .section_text li {
        line-height: 1.40em;
        margin-bottom: 5px;
    }


.tests_section .header {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    font-family: verdana;
    font-weight: bold;
}


.start_traning_icone {
    display: inline-block ;
    width: 14px !important;
    margin-left: 5px;
    float:right;
    margin-top: 6px;
    height: 14px !important;
}

.start_traning_text {
    display: inline-block;
    font-weight: 400;
}

.start_traning {
float:right;
margin-top:10px;
}



@media screen and (max-width: 318px) {

    .start_traning_icone {
        display: none !important;
    }



}


@media screen and (max-width: 340px) {
    .subject_button {
        padding: 15px 10px;
    }
  
}
