* { margin: 0px; }
a { text-decoration: none;width: auto;text-align: center;}
body {height: 100%;background: linear-gradient(163deg, rgb(146 116 254) 28%, rgb(59 111 249) 100%);background-attachment: fixed;}
html { height: 100%}
.header{
    top:0;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 999;
}
.header_container{
display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1920px;
}
.header_logo{
    width: 200px;
}
.menu_mobile{display: none;}
.header_container_buttons{}
.header_btns{
    border: none;
    padding: 14px 21px;
    font-family: 'simplyRounded';
    font-weight: 400;
    background: #ffffff1f;
    color: #fff;
    margin-left: 5px;
    border-radius: 14px;
    transition: background 0.5s, color 0.5s, margin 0.5s;
    font-size: 17px;
    cursor: pointer;
}
.header_btns:hover{
    background: #fff;
    color: #9274fe;
    margin-right: 10px;
}
.header_logo_mobile{display: none;}
.header_logo_mobile_div{display: none;}
#currentLanguage{
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}
.container_0{
    animation: anim_background 30s ease infinite;
    width: 100%;
    margin-top: 100px;
    min-height: 770px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/bc/background.png);
    background-size: 425px;
}
.container_into_0{
      display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    max-width: 1920px;
}
.container_into_left{
    animation: anim_texts_c0 0.9s;
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.container_into_right{
    max-width: 600px;
    height: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_text{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 580px;
}
.container_0_title{
    font-family: 'simplyRounded';
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin: -3px 0px 0px 0px;   
}
.container_0_title_0{

}
.container_0_title_1{
  font-size: 61px;
}
.container_0_title_2{
    
}
.divider{
margin: 11px 0px 17px 0px;
    height: 5px;
    width: 100%;
    background: #ffffdd26;
    border-radius: 100px;
}
.description{
    font-size: 19px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #fff;  
    text-align: left;  
}
.description1{
    font-size: 19px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #fff;  
    text-align: left;  
}
.description2{
    font-size: 19px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #fff;  
    text-align: center;  
    padding: 0px 30px;
    width: 600px;
}
.container_0_buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.button_play{
    background: #f8f9fb;
    border: none;
    width: 315px;
    height: 100px;
    border-radius: 30px;
    transition: width 0.3s, height 0.3s, background 0.3s;
    cursor: pointer;
}
.button_play:hover{
    background:#fff;
    width: 320px;
    height: 105px;

}
.button_border{
    padding: 3px;
    background: linear-gradient(163deg, rgb(41 55 201) 28%, rgb(175 115 239) 100%);
    display: block;
    width: fit-content;
    border-radius: 33px;
    transition: box-shadow 0.5s;
    box-shadow: 0px 1px 0px 0px #ffffff00;
}
.button_border:hover{
    box-shadow: 0px 1px 20px 13px #ffffff3d;
}

.b_p_title{
    font-family: 'simplyRounded';
    font-size: 31px;
    color: #6b72f9;
    margin-bottom: -18px;
    display: block;
}
.b_p_desc{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 14px;
    color: #6b72f9;
}
.button_google_play{
    background: #000000;
    border: none;
    width: 250px;
    height: 100px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.5s, width 0.3s, height 0.3s;
    box-shadow: 0px 1px 0px 0px #ffffff00;
    margin-left: 15px;
}
.button_google_play:hover{
    width: 260px;
    height: 110px;
    box-shadow: 0px 1px 20px 13px #ffffff3d;
}
.icon_bc_container_0{
    width: 550px;
    position: absolute;
    animation: anim_icon_bc_c0 1.5s;
}
.icon_container_0{
    width: 288px;
    position: absolute;
    border-radius: 1000px;
    border: solid 5px #ffffffc2;
    animation: anim_icon_c0 1.2s;
    transition: width 0.3s;
}
.icon_container_0:hover{
    width: 320px;
}


.container_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(180deg, rgb(126 137 243) 27%, #6573f9 100%);
}
.container_1_bc{
    background-image: url(../assets/bc/background4.png);
    background-size: 626px;
    width: 100%;
    text-align: center;
    height: 100%;
    animation: anim_background 70s ease infinite;
}
.container_into_1{
display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    max-width: 1920px;
}
.container_1_title_1{
font-size: 38px;
}

.icon_container_1{
   width: 400px; 
   transition: width 0.3s;
}
.icon_container_1:hover{
   width: 425px; 
}

.container_1_into_left {
    max-width: 590px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.container_1_into_right{
    max-width: 600px;
    height: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.button_play2{width: 220px;height: 95px;}

.container_2{
    width: 100%;
    background: #6573f9;
    padding: 90px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.container_2_into{
    width: 77%;
    background: #f8f9fb;
    height: 170px;
    border-radius: 68px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1500px;
    margin-bottom: 110px;   
}
.container_2_card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_2_c_icon{
    border-radius: 100px;
    width: 85px;
    border: solid 10px #fff;
    transition: width 0.3s;
}
.container_2_c_icon:hover{
    width:100px;
}
.container_2_c_container_text{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;    
    margin-left: 20px;
    width: 195px;
}
.c_2_c_t{
    font-family: 'simplyRounded';
    font-size: 28px;
    color: #6d7bf9;
    font-weight: bold;
}
.c_2_c_d{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #6674f9;
    margin-top: -5px;
    font-size: 18px;
    text-align: left;
}

.container_2_bc{
     display: flex;
    background: url(../assets/bc/background.png);
    justify-content: center;
    background-size: 425px;
    width: 100%;
    text-align: center;
    height: 100%;
    animation: anim_background 70s ease infinite;
    flex-direction: column;
    align-items: center;
}

.container_how_play{
    width: 85%;
    max-width: 1500px;
    height: auto;
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.c_h_p_card{
    width: 265px;
    background: #f8f9fb;
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 45px;
    border: solid 4px #5341ff6b;
    padding: 0px 33px;
    transition: margin 0.3s, box-shadow 0.3s;
    margin: 0px 20px;
}
.c_h_p_card:hover{
        margin-top: 20px;
        box-shadow: 0px 0px 16px 13px #ffffff52;
}
.c_h_p_card_icon{
    width: 105px;
    border-radius: 100px;
    border: solid 8px #FFF;
}
.c_h_p_card_title{
    font-family: 'simplyRounded';
    color: #6d7bf9;
    font-size: 21px;
    margin-top: 17px;
    margin-bottom: 10px;
}
.c_h_p_card_desc{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #818181;
    margin-top: -5px;
    font-size: 16px;
    text-align: center; 
}

.users_type_container{
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 850px;
}
.u_t_card_align{
    width: 100%;
    display: flex;
}
.u_t_card{
    width: 80%;
    background: #ffffff21;
    height: 135px;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
}
.u_t_card_left{transition: margin 0.3s;}
.u_t_card_right{transition: margin 0.3s;flex-direction: row-reverse;}
.u_t_card_left:hover{    margin-left: 30px;}
.u_t_card_right:hover{    margin-right: 30px;}
.u_t_icon{
    width: 80px;
    border-radius: 100px;
    border: solid 10px #fff;
}
.u_t_c_texts{
    width: 100%;
    margin-left: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;    
}
.u_t_c_title{
font-family: 'simplyRounded';
    color: #ffffff;
    font-size: 26px;
    text-align: left;
}
.u_t_c_desc{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #ffffff;
    margin-top: -4px;
    font-size: 20px;
    text-align: left;
    width: 80%;
}

.container_3{
    width: 100%;
    background: #f8f9fb;
    min-height: 200px;
}
.container_3_bc{
    display: flex;
    background: url(../assets/bc/background2.png);
    justify-content: center;
    background-size: 553px;
    text-align: center;
    animation: anim_background 70s ease infinite;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.c_3_c_app{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
        margin-top: 75px;
}
.c_3_c_app_icon{
width: 100px;
}
.c_3_c_app_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}
.c_3_c_app_t_name{
    font-family: 'simplyRounded';
    color: #8d75fb;
    font-size: 65px;
    margin-bottom: -16px;
}
.c_3_c_app_t_desc{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #747374;
    font-size: 19px;
    text-align: left;
}
.container_3_buttons{
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 45px;   
}

.divider_footer{
    width: 950px;
    height: 5px;
    margin: 60px 0px 30px 0px;
    border-radius: 100px;
    background: #6e73f930;  
}

.wave {
display: block;
    width: 100%;
    height: 102px;
    margin-top: -1px;
    transform: rotate(180deg);
}

.c_h_p_card_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@keyframes anim_background {
    0% {background-position-y: 0px;}
    100% {background-position-y: 1000px;}
}

@keyframes anim_icon_bc_c0 {
    0% {width: 0px;}
    40% {width: 600px;}
    100% {width: 550px;}
}

@keyframes anim_icon_c0 {
    0% {width: 0px;}
    40% {width: 320px;}
    100% {width: 288px;}
}

@keyframes anim_texts_c0 {
    0% {margin-left: -100%;}
    100% {margin-left: 0px;}
}

@media only screen and (max-width: 1350px) {
.container_2_c_container_text{margin-left: 10px;}
.container_2_into {     width: 90%;}
.container_into_1{width: 90%;justify-content: space-around;}
.container_into_0{width: 94%;}
.container_into_right {
    max-width: 400px;
    height: 400px;   
}
.icon_bc_container_0{
    width: 350px;
}
.icon_container_0{
    width: 180px;
}

@keyframes anim_icon_bc_c0 {
    0% {width: 0px;}
    40% {width: 400px;}
    100% {width: 350px;}
}

@keyframes anim_icon_c0 {
    0% {width: 0px;}
    40% {width: 220px;}
    100% {width: 180px;}
}

}

@media only screen and (max-width: 1000px) {
.divider_footer{width: 90%;}
.users_type_container{width: 80%;}
.u_t_c_desc{font-size: 17px;}
.container_how_play{width: 95%;}
.c_h_p_card{margin: 0px 10px;height: 355px;}
.c_h_p_card_icon{width: 78px;}
.c_h_p_card_title{    font-size: 17px;}
.c_h_p_card_desc {font-size: 14px;}
.container_2_c_icon {width: 65px;}
.container_2_c_container_text { margin-left: 10px;width: 110px;}
.c_2_c_t{font-size: 20px;}
.c_2_c_d{margin-top: 0px;font-size: 14px;}
.container_1_into_right{height: 274px;margin-bottom: 30px;justify-content: center;}
.icon_container_1{width: 260px;}
.container_1_bc{  display: flex;justify-content: center; }    
.container_1_into_left {justify-content: center;align-items: center;}
 .container_into_1{
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    display: flex;
 }   
 .container_0{    min-height: 800px;padding-bottom: 50px;}   
 .container_into_0{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
 }
 .container_into_left{
    align-items: center;
 }
 .container_text{align-items: center;width: 100%;}
 .description{text-align: center;}
 .container_0_buttons{justify-content: center;}
}


@media only screen and (max-width: 780px) {
a{
        text-decoration: none;
    width: inherit;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_3_c_app{    margin-top: 30px;}
.c_3_c_app_icon{width: 90px;}
.c_3_c_app_t_name{font-size: 50px;    margin-bottom: -10px;}
.c_3_c_app_t_desc{font-size: 14px;}
.container_3_buttons{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.u_t_card_left{        width: 100%;}
.u_t_card_right{        width: 100%;}
.u_t_card_left:hover{margin-left:0px}
.u_t_card_right:hover{margin-right:0px}
.description2{width: 85%;}
.u_t_c_texts{ margin-left: 14px;}
.u_t_c_title{font-size: 17px;}
.u_t_c_desc{font-size: 14px;width: 100%;}
.c_h_p_card_text{    display: flex;flex-direction: column;align-items: flex-start;margin-left: 20px;}
.c_h_p_card_desc{font-size: 14px;text-align: left;}
.c_h_p_card_title{text-align: left;}
.c_h_p_card{
        width: 83%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        border-radius: 40px;
        padding-bottom: 20px;
        padding-top: 20px;
}
.container_how_play {width: 75%;flex-direction: column;}
.container_2{padding: 50px 0px;}
.container_2_c_container_text{        width: 150px;}
.container_2_into{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: auto;
        padding: 27px 0px;
        border-radius: 40px;
        margin-bottom: 65px;
}
.description1{text-align: start;}
.container_1_into_left {        align-items: flex-start;}
.description{font-size: 17px;padding: 0px 15px;}    
.container_0_title{font-size: 7vw;text-align: center;}
.container_0_title_1{font-size: 9vw;}
.header_logo_mobile_div{
        display: flex;
        justify-content: center;
        margin-top: 20px;    
}
.header_container_buttons {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffff;
    left: 0;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    box-shadow: 3px 14px 10px 0px #ffffff3b;
    display: none;
    text-align: center;
}
.header_btns{
    background: linear-gradient(140deg, rgb(146 116 254) 18%, rgb(59 111 249) 102%);
    width: 50%;
    border-radius: 100px;
    height: 60px;
    margin-bottom: 11px;
}
.header_logo_mobile{
    display: block;
    width: 220px;
    margin-bottom: 15px;
}
.menu_mobile{
        z-index: 999;
        display: block;
        width: 55px;
        height: 55px;
        background: #fff;
        font-size: 20px;
        color: #7e73fd;
        border-radius: 100px;
        border: solid 2px;
        box-shadow: 4px 4px 5px 0px #00000030;
        position: fixed;
        right: 20px;
        top: 20px;  
}
.container_0_buttons{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.button_google_play{width: 90%;margin: 0px 0px 14px 0px;max-width: 400px;}
.container_into_left{animation: none;}
.button_border{width: 90%;max-width: 400px;}
.button_play{width: 100%;}
.b_p_title{font-size: 25px;}
.container_0{min-height: 500px;}
.container_into_right{height: 232px; margin-bottom: 30px; margin-top: 20px;}
.icon_container_0 {width: 142px;}
.icon_bc_container_0 {width: 209px;}
.container_1_title_1{font-size: 6vw;}

@keyframes anim_icon_bc_c0 {
    0% {width: 0px;}
    40% {width: 330px;}
    100% {width: 209px;}
}

@keyframes anim_icon_c0 {
    0% {width: 0px;}
    40% {width: 160px;}
    100% {width: 142px;}
}

}

@media only screen and (max-width: 400px) {
.c_3_c_app_t_desc{text-align: center;width: 95%;}
.c_3_c_app_t_name{font-size: 40px;}
.c_3_c_app_text{
            margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
}
.c_3_c_app{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -10px;
}
.u_t_c_title{margin-top: 10px;text-align: center;}
.u_t_c_desc{text-align: center;}
.u_t_c_texts{
    align-items: center;
    justify-content: center;
}
.u_t_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 35px 20px;
    border-radius: 35px;
}
.c_h_p_card{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c_h_p_card_title{text-align: center;}
.c_h_p_card_text{
        justify-content: center;
    align-items: center;
    margin-left: 0px;
}
.container_2_into{width: 90%;}
}



@font-face {
    font-family: 'simplyRounded';
    src: url('simplyRounded.ttf');
}
@font-face {
    font-family: 'arial';
    src: url('arial.ttf');
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #88888800;
}
  
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #88888869;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5b70fa;
}
