


.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/* .wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: url("https://png.pngtree.com/thumb_back/fh260/background/20230713/pngtree-abstract-data-matrix-3d-rendering-of-green-coding-and-hacking-concept-image_3857221.jpg") no-repeat center center / cover;
} */


body {
    background: #000;
}


.logo {
    cursor: pointer;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo__img {
    width: 50px;
    height: 30px;
}

.header__btn {
    color: white;
    border-radius: 20px;
    background-color: rgb(103, 6, 94);
    padding: 12px 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 15px;
}
@media screen and (max-width:380px) {
    .header__btn {
        padding: 12px 15px;
    }
    .logo {
        font-size: 20px;
    }
}






.banner {
    height: 80vh;
}


.banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0px;
    height: 90%;
}

.width {
    /* width: 500px; */
    padding: 20px;
    backdrop-filter: blur(16px);
    border-radius: 30px;
}

.banner__h {
    color: white;
    font-size: 40px;
    margin-bottom: 15px;
}

.im {
    margin-bottom: 10px;
    color: aqua;
    font-size: 25px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.fullstack {
    color: purple;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.banner__title {
    color: bisque;
}



.banner__texts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

#changer {
    color: blueviolet;
    font-size: 20px;
    text-transform: uppercase;
}


.banner__citata {
    color: rgb(197, 126, 34);
}

.stack {
    margin: 15px 0px;
    color: chartreuse;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.skills {
    background: rgb(111, 47, 184);
    padding: 6px 9px;
    border-radius: 20px;
    color: white;
    text-transform: lowercase;
    margin-bottom: 15px;
}

.vue__img {
    width: 400px;
    height: 399px;
    border-radius: 50%;
}


@media screen and (max-width : 979px) {
    .vue__img {
        display: none;
    }
    .banner__inner {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 200px;
    }
}

.banner__apps {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.tg {
    color: white;
    font-family: 'TT Firs Neue',sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background: rgb(0, 31, 233);
    padding: 29px 100px;
    outline: none;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}


.power {
    color: white;
    font-size: 18px;
}
.age {
    color: azure;
    font-weight: 500;
    margin: 20px 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
}

.yo {
    color: blue;
    font-size: 15px;
}


@media screen and (max-width:550px) {
    .banner__apps {
        width: 100%;
    }
    .tg {
        width: 100%;
    }
}

@media screen and (max-width:400px) {
   
    .tg {
       font-size: 15px;
       text-align: center;
    }
}

@media screen and (max-width:344px) {
    .tg {
        font-size: 10px;
    }
}

@media screen and (max-width:383px) {
    .tg {
        font-size: 10px;
    }
}
@media screen and (max-width:340px) {
    .tg {
        font-size: 18px;
        text-transform: lowercase;
    }
    .banner__apps {
        width: 100%;
    }
}

@media screen and (max-width:405px) {
    .banner__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    background-color: #000;
    padding: 30px;
}

.title {
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}
.content {
    padding: 3px 20px;
    margin-top: 20px;
}
.right__text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transform: scale3d(1.3, 1.3, 1.3);
    transform: rotate(20deg);
    margin-top: -20px;
}

#splash {
     position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #121212;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        animation: fadeOut 1s ease-in-out forwards;
        animation-delay: 2.5s;
}