*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.header {
    
    
    margin-top: 0px;
    position: fixed;
    background-color: #fff;
   
    height: 120px;
    width: 100%;
}
.header img{
    width: 80px;
    height:80px;
    
}
.header  p{
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
   
}
nav { 
    display: flex;
    padding: 2% 6%;
    justify-content:space-between;
    align-items:center;
}
nav img {
    width: 180px;
}
.nav-links {
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #000;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%
} 
.text-box{
    width: 90%;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.tex-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color:  #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:  #fff;
    border: 1px solid  #fff;
    padding: 12px 34px;
    background: translate;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav .fa{
    display: none;
}
.pic img{
        height: 100%;
        width: 100%;
    padding-top: 150px;
}
@media(max-width: 1035px){
    .header p{
  width: 50%;
    font-size: 28px;
   }
    
    
}
@media(max-width:880px){
    .pic img{
        
    padding-top: 80px;
}
    
    .header{height: 120px;
    width: 100%;
        
    }
   
    .tex-box h1{
    font-size: 20px;
}
    .header  p{
  
    font-size: 28px;
   
}
    .nav-links ul li{display: block;}
    .nav-links{
        position: absolute;
        background: #fff;
      
        height: 35 vh;
        width: 180px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #000;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .header{
        height: 80px;
    }
    .header{
        position: fixed;
    }
    .header p{
        
        font-size: 18px;
    font-weight: 800;
    }
    .header img{
    width: 65px;
    height: 65px;
    
}

}
                    /*----- welcome -----*/

                    .pic h1 {margin-top: 5%;
                        display: center;
                        justify-content: space-between;
                        text-align: center;
                        font-size: 34px;
                    }
                    .pic h2 {margin-top: 1%;

                    }
                    .pic p {
                        display: center;
                        justify-content: space-between;
                        text-align: center;
                        font-size: 24px;
                    }

                    @media(max-width: 700px){
                       .pic h1 {
                        font-size: 20px;
                    }
                    .pic p {

                        font-size: 16px;
                    }
                        .pic img{
                            margin-top:1px;
                    }

                    }
                    /*----- end welcome -----*/


/*----- Introduction -----*/

.intro{
    width:70%;
    margin: auto;
    text-align: center;
    padding-top:80px;
   
}
.intro h1{
    color: #777;
    font-size: 38px;
    font-weight: 800;
    line-height: 22px;
    padding: 5px;
    padding-top: 100px;
}

.intro h3{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
   
}
.intro p{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    text-align:justify;
}

.intro p1{
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
}

.intro p2{
    font-style: italic;    
}

.rowintro{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;    
}

.intro-col{
    flex-basis:100%;
    background: rgba(0,0,0,0.04);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;   
}

.intro-col{
box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
}

@media(max-width: 880px){
    
    .intro { width:80%;
        padding-top: 0%;
    }
   
     .rowintro{ 
           padding-top: 0px;
        
        flex-direction: column;
    }
   
.intro-col{    
    margin-bottom: 20%;
    padding: 20px 12px;
    box-sizing: border-box;
   } 

    .intro h1{ font-size: 28px;} 
    
   
}
/*----- end Introduction -----*/

                                /*----- evolution -----*/

                                .evolution{
                                    width: 80%;
                                    margin: auto;
                                    text-align: center;
                                    padding-top: 80px;
                                }
                                .evolution h1{
                                    color: #777;
                                    font-size: 38px;
                                    font-weight: 800;
                                    line-height: 22px;
                                    padding: 5px;
                                    padding-top: 100px;
                                }

                                .evolution h3{
                                    text-align: center;
                                    font-weight: 600;
                                    font-size: 18px;

                                }
                                .evolution p{
                                    color: #000;
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align:justify;
                                }

                                .evolution p1{
                                    color: #000;
                                    font-size: 14px;
                                    font-style: italic;
                                    font-weight: 600;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align: justify;
                                }
                                .evolution p2{
                                    font-style: italic;
                                }


                                .row1{
                                    margin-top:1%;
                                    display: flex;
                                    justify-content: space-between;    
                                }
                                .evolution-col{
                                    flex-basis: 47%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;   
                                }
                                .evolution-col{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }


                                .evpic{
                                    margin-top: 0%;
                                    display: flex;
                                    justify-content: space-between;

                                }
                                .evolution-pic{
                                    flex-basis: 30%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;

                                }
                                .evolution-pic{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }

                                .evolution-pic img{border-radius: 15px;
                                }

                                .row{
                                    margin-top: 5%;
                                    display: flex;
                                    justify-content: space-between;

                                }
                                .evolution-col1{
                                    flex-basis: 34%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;

                                }
                                .evolution-col1{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }


                                .evolution-col2{
                                    flex-basis: 60%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding:20px 12px;
                                   
                                }
                                .evolution-col2{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }




                                @media(max-width: 880px){   
                                    .evolution {padding-top: 0%;}
                                    .evpic {padding-top: 0px;
                                           flex-direction: column;
                                            }
                                    .evpic img{
                                        height: 300px;


                                    border-radius: 5%;
                                    }
                                     .row{ 
                                           padding-top: 0px;

                                        flex-direction: column;}
                                    .row1{ 
                                           padding-top:0px;

                                        flex-direction: column;}
                                .evolution-col{    
                                    margin-bottom: 20%;
                                    padding: 20px 12px;
                                    box-sizing: border-box;
                                   }
                                    .evolution-col1{    
                                    margin-bottom: 20%;
                                    padding: 20px 12px;
                                    box-sizing: border-box;
                                   }
                                    .evolution-col2{ 
                                    margin-bottom: 20%;
                                    padding: 20px 12px;
                                    box-sizing: border-box;
                                    }

                                    .evolution h1{ font-size: 28px;
                                   } 


                                }
                                /*----- end evolution -----*/

  /*----- endevour -----*/

    
     .endevour{ width: 80%;
                margin: auto;
                text-align: center;
                padding-top: 80px;
            }
.endevour h1{
                                    color: #777;
                                    font-size: 38px;
                                    font-weight: 800;
                                    line-height: 22px;
                                    padding: 5px;
    padding-top: 100px;
                                }
   .endevour h3{
                                    text-align: center;
                                    font-weight: 600;
                                    font-size: 18px;

                                }
                                .endevour p{
                                    color: #000;
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align:justify;
                                }
.endevour p1{
                                    color: #000;
                                    font-size: 14px;
                                    font-style: italic;
                                    font-weight: 600;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align: justify;
                                }

.endevour p2{
                                    font-style: italic;
                                }
        
.rowendevour{
                                    margin-top: 5%;
                                    display: flex;
                                    justify-content: space-between;    
                                }
 .endevour-col{
                                    flex-basis: 47%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;   
                                }
                                .evolution-col{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }
.endevour img{                                
                                        width: 30%;

                                   
                                    }

  @media(max-width: 880px){   
                                    .endevour {padding-top:0%;}
                                    .evpic {padding-top: 0px;
                                           flex-direction: column;
                                            }
                                    .endevour img{
                                        width: 80%;
                    }
                                     .rowendevour{ 
                                           padding-top: 0px;

                                        flex-direction: column;}
                                    
                                .endevour-col{    
                                    margin-bottom: 20%;
                                    padding: 20px 12px;
                                    box-sizing: border-box;
                                   }
                                 

                                    .endevour h1{ font-size: 28px;
      } 


    }
    /*----- end endevour -----*/


/*----- DIGITAL-----*/
/*----- elsoresz-----*/


 .endevour1{ width:80%;
                margin: auto;
                text-align: center;
                padding-top: 80px;
    
            }
.endevour1 h1{
                                    color: #777;
                                    font-size: 38px;
                                    font-weight: 800;
                                    line-height: 22px;
                                    padding: 5px;
                                    padding-top: 100px;
                                }
   .endevour1 h3{
                                    text-align: center;
                                    font-weight: 600;
                                    font-size: 18px;

                                }
                                .endevour1 p{
                                    color: #000;
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align:justify;
                                }
.endevour1 p1{
                                    color: #000;
                                    font-size: 14px;
                                    font-style: italic;
                                    font-weight: 600;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align: justify;
                                }

.endevour1 p2{
                                    font-style: italic;
                                }
        
.rowendevour1{
                                    margin-top: 5%;
                                    display: flex;
                                    justify-content: space-between;    
                                }
 .endevour1-col{
                                    flex-basis: 100%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;   
                                }
                                .endevour1-col{
                                box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
                                }
.endevour1 img{                                
                                        width: 30%;
                                        padding: 20px 12px;
                                   
                                    }

  @media(max-width: 880px){   
                            .endevour1 {
                                        padding-top: 0%;}
                                    .evpic1 {padding-top: 0px;
                                           flex-direction: column;
                                            }
                                    .endevour1 img{
                                        width: 100%;
                    }
                                     .rowendevour1{ 
                                           padding-top: 0px;

                                        flex-direction: column;}
                                    
                                .endevour1-col{    
                                    margin-bottom: 10%;
                                    padding: 20px 12px;
                                    box-sizing: border-box;
                                    
                                   }
                                 

                                    .endevour1 h1{ font-size: 28px;
    } 
      
      
      }
      
/*----- endelsoresz-----*/





/*----- masodik resz-----*/
                                .digi2{
                                    width: 80%;
                                    margin: auto;
                                    text-align: center;
                                    padding-top: 80px;
                                }
                                .digi2 h1{
                                    color: #777;
                                    font-size: 38px;
                                    font-weight: 800;
                                    line-height: 22px;
                                    padding: 5px;
                                    padding-top: 100px;
                                }

                                .digi2 h3{
                                    text-align: center;
                                    font-weight: 800;
                                    font-size: 18px;

                                }
                                .digi2 p{
                                    color: #000;
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align:justify;
                                }

                                .digi2 p1{
                                    color: #000;
                                    font-size: 14px;
                                    font-style: italic;
                                    font-weight: 600;
                                    line-height: 22px;
                                    padding: 10px;
                                    text-align: justify;
                                }
                                .digi2 p2{
                                    font-style: italic;
                                }


                                .digi2 img{ 
                                    margin-top: 10%;
                                    margin-bottom: 10%;
                                    width: 80%;
                                           }

                                .digi2pic{
                                    margin-top: 5%;
                                    display: flex;
                                    justify-content: space-between;

                                }
                                .digi2-pic{
                                    flex-basis: 22%;
                                    background: rgba(0,0,0,0.04);
                                    border-radius: 10px;
                                    margin-bottom: 5%;
                                    padding: 20px 12px;

                                }
                                .digi2-pic{
                                box-shadow: 0 0 10px 0px rgba(0,0,0,0.2)
                                }

                                .digi2-pic img{border-radius: 15px;
                                }

                              
                               




                                @media(max-width: 880px){   
                                    .digi2 {padding-top: 0%;}
                                    .digi2pic {padding-top: 0px;
                                           flex-direction: column;
                                            }
                                    .digi2pic img{
                                        height: 300px;


                                    border-radius: 5%;
                                    }
                                  
                             .digi2 img{ 
                                    margin-top: 10%;
                                    
                                 height: 30%;
                                           }

                                    .digi2 h1{ font-size: 28px;
                                        
                                    } 


                                }


/*----- ende masodik resz-----*/


 



.join {
    width:50%;
    margin: auto;
    text-align: center;
    padding-top:40px;
   
}
.join h1{
    color: #777;
    font-size: 38px;
    font-weight: 800;
    line-height: 22px;
    padding: 5px;
    padding-top: 100px;
}
.join h2{
    color: #484848;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    padding: 5px;
    padding-top: 0px;
}

.join h3{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
   
}
.join p{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    text-align:justify;
}

.join p1{
    color: #000;
    font-size: 14px;
    
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
}

.join p2{
    font-style: italic;    
}

.rowjoin{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;    
}

.join-col{
    flex-basis:100%;
    background: rgba(0,0,0,0.04);
    background-image: url(/images/blockchain2.png);
    background-repeat: no-repeat;
    background-size: cover;    
    border-radius: 10px;
    margin-bottom: 5%;    
}
.join-col img{                                
    width: 10%;
    padding:10px 12px; 
}

.join-col{
box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}

.btn{
   
    font-size: 20;
    font-weight: 800;
    background: #777;
   
 
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px  rgba(0,0,0,0.5);
 
    
}
.btn:hover, .btn:focus, .btn:active{
    box-shadow: 0 0 15px  rgba(0,0,0,1);
    
}


@media(max-width: 880px){
    
    .join { width:80%;
        padding-top: 0%;
    }
   
     .rowjoin{ 
           padding-top: 0px;
        
        flex-direction: column;
    }
   
.join-col{    
    margin-bottom: 20%;
    padding: 20px 12px;
    box-sizing: border-box;
   } 
.join-col img{                                
                                        width: 30%;
                                        padding: 10px 12px;
                                   
                                    }
    .join h1{ font-size: 28px;} 
    
   
}
 


/*----- call to action -----*/
    
.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: aquamarine;
    margin-bottom: 0%;
    padding: 0;
}

@media(max-width: 700px){
    .cta h1{font-size: 24px;}
}


/*----- About As -----*/


.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: aquamarine;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o{
    color: aquamarine;
} 








































