.main-1{
    background-image:linear-gradient(180deg, transparent, #03082b 96%), url("https://assets.website-files.com/61d3a5098850a60be9891c54/61d3a5098850a635b4891cfb_about-hero-pattern-defi-x-template.svg");
    float: left;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px); */
}

.main1-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10%;
}

.main1-container > h1{
    font-size: 4rem;
    font-weight: bolder;
    color: #fff;
    width: 60%;
}

.m1c1-btn{
    margin-top: 2%;
}

.btn-join{
    background-color: #0d6efd;
    color: #fff;
    width: 200px;
    margin-right: 10px;
}

.btn-join:hover{
    background-color: #fff;
    color: #0d6efd;
}

.btn-learn{
    background-color: #01183ab5;
    color: #fff;
    width: 200px;
}

.btn-learn:hover{
    background-color: #ffffff3b;
    border: 2px solid #fff;
    color: #fff;
}

.main2-article1 h1{
    font-weight: bolder;
    margin-bottom: 20px;
}

.main2-article2, .main2-article1{
    width: 50%;
    padding: 3%;
}

.main2-article2, .main2-article1 h1,p{
    color: #fff;
}

.m1a2-text{
    font-size: 18px !important;
}

.main2-container{
    background-image: linear-gradient(to bottom,#03082b,#00041e27);
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5%;
    align-items: center;
    flex-wrap: wrap;
}

.m2a2-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
}

.m1a2-img{
    width: 5vw;
    margin-right: 20px;
}

.m3a1{
    background-image:linear-gradient(to right,#00041E,#00041e4f), url(../about-assets/about-asset1/globe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    display: flex;
    align-items: center;
}

.main3-article1{
    color: #fff;
}

.main3-img{
    width: 100%;
}

.m3a2{
    display: flex;
    align-items: start;
    flex-direction: column;
}

.m3a2 > p{
    font-size: 18px;
}

.m3a2-text > h1{
    width: 100px;
    text-align: end;
}

.m3a2-text > h3{
    margin-left: 20px;
}

.main3-article1{
    height: 90vh;
}

.blue{
    color: #0d6efd;
}

.main-4{
    background-image: linear-gradient(to top,#03082b,#00041e27);
    height: 100vh;
    display: flex;
    align-items: center;
}

hr{
    border: 2px solid #fff;
    width: 100%;
}

.m4a1 > h1{
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

.m4a2-img{
    width: 30%;
}

.m4a2{
    background-color: #1d263b;
    display: flex;
    flex-direction: row;
    padding: 2%;
    width: 40%;
    margin: 20px;
}

.m4a2-text{
    color: #fff;
    width: 100%;
    margin-left: 20px;
}

/* start invest */

.start-invest{
    background-image: linear-gradient(to bottom,#03082b,#00041e27);
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.invest-card{
    background-image: url(/assets/public/container.svg);
    background-color: #0d6efd;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    align-items: center;
    width: 80%;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    padding: 10px
}

.invest-text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 5%;
}

.invest-text h1{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    width: fit-content;
    margin: 0%;
}

.invest-text p{
    color: #fff;
    font-size: 1rem;
    width: 100%;
    margin-top: 20px;
}

.invest-phone{
    width: 50%;
}

#iphone{
    width: 30vw;
    margin-left: 50px;
}

.invest-btn{
    background-color: #fff;
    color: #0d6efd;
}

.invest-btn{
    background-color: #fff;
    color: #0d6efd;
    width: 150px;
    margin-right: 10px;
}

.invest-btn:hover{
    background-color: #021635;
    color: #fff;
    width: 150px;
    margin-right: 10px;
}


.invest-btn-learn{
    background-color: #ffffff5f;
    border: 2px solid #fff;
    width: 150px;
    color: #fff;
}

.invest-btn-learn:hover{
    background-color: #021635;
    color: #fff;
}

.t-center{
    text-align: center;
}

.m-color{
    color: #29FCEF;
}

i{
    color: #29FCEF;
}

.main-5{
    background-image: linear-gradient(to top,#29fcee2b,#00041e27);
    height: 100vh;
}

.profile{
    background-color: #05061f4c;
    width: 40%;
    flex-wrap: wrap;
}

.describe{
    width: 40%;
}

.m5a1-text{
    margin: 20px 100px;
}