.welcome {
    background-color: white;
    overflow: hidden;
    transition: all 10ms ease-in-out;
}

.welcome a,
.welcome p,
.welcome h1 {
    font-family: 'Poppins', sans-serif !important;
}

.welcome p,
.welcome a {
    margin: unset;
    font-size: 16px;
}

.welcome header {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100vw;
    /* height: 100px; */
    box-shadow: 0px 10px 15px 0px rgba(151, 141, 132, 0.10);
}

.welcome .navigatioN,
nav {
    width: 93vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 420px){
    nav {
        flex-direction: column;
    }
    .welcome .navigatioN{
        width: 100vw;
        justify-content: center;
    }
    .button-C{
        padding: 6px 70px !important;
    }
    .connect{
        padding-top: 20px;
        flex-direction: column;
    }
    .heroTexts {
        padding-top: 32px;
    }
}

.button-C {
    padding: 6px 12px;
    border-radius: 7px;
    transition: all .2s ease-in-out;
}

.btn-sec {
    border: 1px solid #4C64E6;
    background: transparent;
    font-weight: 500;
    color: #4C64E6;
    transition: all .2s ease-in-out 0;
}

.connect {
    gap: 20px;
}

.connect .calL a:hover {
    color: #4C64E6;
    transition: all .2s ease-in-out 0;
}

.welcome .btn-primary {
    border: 1px solid #4C64E6;
}

.welcome .btn-primary:hover {
    border: 1px solid white;
}



.welcome .heroSec {
     position: absolute;
    top: 0;
    z-index: -1;
    background: url(../images/moi_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome .heroSec h1 {
    color: aliceblue;
    font-weight: 800;
}

.welcome .heroSec p {
    color: rgba(240, 248, 255, 0.7);
}

.welcome footer {
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.898);
    text-wrap: wrap;
}