*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/* fullBody */
.mainArea{
    width: 100%;
    /* height: 110vh; */
    background-image: url("./Image/_Mesh_.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

/* header */

.navArea{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: end;
}

.navBar{
    width: 50%;
    margin-left: 100px;
}

.navBar > a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

/* contentArea */

.contentArea{
    width: 100%;
    
    
    display: flex;
    justify-content: center;
    
    align-items: start;
    
    
    

}

.contentText{
    width: 40%;
    margin-left: 50px;
}

.text1{
    color: white;
    font-size: 26px;
    margin-top: 70px;
}

.text2{
    color: white;
    font-size: 50px;
    margin-top: 20px;
}

.text3{
    color: white;
    margin-top: 50px;
}

.learnbtn{
    color: palevioletred;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    margin: 100px 0px;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    
}

.linkIcon{
    margin-left: 20px;
}

.linkIcon > i{
    border-radius: 50%;
    font-size: 20px;
}


.imageArea{
    width: 50%;
}
