@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Ubuntu:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Walting Font";
    src: url('Walting Font.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.max-width{
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;

}
/*  navbar início*/
.navbar{
    position: fixed;
    width: 100%;
    padding: 10px 0;
    font-family: 'ubuntu', sans-serif;
    z-index: 999;
    transition: all 0.3s ease;
}

.navbar.sticky{
    background: #000000;
    padding: 10px 0;
}

.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navbar .logo img{
    display: block;
    cursor: pointer;
    width: 100px;
    height: 50px;
    margin-top: 1px;
    margin-left: 10px;
    transition: all 0.3s ease;
}
.navbar .menu li{
    list-style: none;
    display: inline-flex;
    
}
.navbar .menu li a{
    font-family: 'ubuntu', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1vh;
    margin-left: 30px;
    transition: color 0.3s ease;
}
.navbar .menu li a:hover{
    color: #0f00da;
}
.navbar.sticky .menu li a:hover{
    color: #0f00da;
}
/* home inicial */
.home{
    display: flex;
    background: url('imagemVF1.png') no-repeat center;
    height: 100vh; 
    color: #fff;
    min-height: 500px;
    font-family: 'Ubuntu', sans-serif;
}
.home .max-width{
    margin: auto 0 auto 40px;
}
.home img{
    display: flex;
}
.home .home-content .text-1{
    font-size: 27px;
}
.home .home-content .text-2{
    font-size: 72px;
    font-weight: 500;
    margin-left: -3px;
}
.home .home-content .text-3{
    font-size: 30px;
    margin: 5px 0;
}
.home .home-content .text-3 span{
    color: #0f00da;
}
.home .home-content a{
    display: inline-block;
    background: #0f00da;
    color: #fff;
    font-size: 25px;
    padding: 12px 36px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #0f00da;
}
.home .home-content a:hover{
    color: #0f00da;
    background: none;
}

/*  Menu Mobile  */
ion-icon{
    cursor: pointer;
    color: #fff;
    display: none;
}
section{
    padding: 100px 0;
}

.about, .skills, .project, .contact, footer{
    font-family: 'Roboto', sans-serif;
}
.about .about-content, 
.skills .skills-content,
.project .project-content, 
.contact .contact-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about{
    display: flex;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
/*  sessão sobre  */
.about .about-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about .title{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
}
.about .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background:#111;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);
}
.about .title::after{
    content: "Quem sou eu";
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: -12px;
    left: 50%;
    font-size: 20px;
    background:#fff;
    color: #0f00da;
    padding: 5px;
    transform: translateX(-50%);
}
.about .about-content .left{
    width: 45%;
}
.about .about-content .rigth{
    width: 55%;
}
.about .about-content .rigth .text{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about .about-content .rigth .text span{
    color: #0f00da;
}
.about .about-content .rigth .text p{
    text-align: justify;
}
.about .about-content .rigth a{
    display: inline-block;
    background: #0f00da;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #0f00da;
    transition: all 0.3s ease;
}
.about .about-content .rigth a:hover{
    color: #0f00da;
    background: none;
}
.about .about-content .column{
    width:50%;
}
.about .about-content .left img{
    display: flex;
    width: 400px;
    height: 300px;
    border-radius: 6px;
}
.skills{
    display: flex;
    background: #000;
    height: 100vh; 
    color: #fff;
    min-height: 1000px;
    font-family: 'Ubuntu', sans-serif;
}
.skills .title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
}
.skills .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);
}
.skills .title::after{
    content: "Que faço";
    position: absolute;
    bottom: -12px;
    left: 50%;
    font-size: 20px;
    background: #000;
    color: #0f00da;
    padding: 5px;
    transform: translateX(-50%);
}
.skills .skills-content .column{
    width: calc(50% - 30px);
}
.skills .skills-content .left .text{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.skills .skills-content .left p{
    text-align: justify;
}
.skills .skills-content .left a{
    display: inline-block;
    background: #0f00da;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #0f00da;
    transition: all 0.3s ease;
}
.skills .skills-content .left a:hover{
    color: #0f00da;
    background: none;
}
.skills .skills-content .rigth .bars{
    margin-bottom: 15px;
}
.skills .skills-content .rigth .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.skills .skills-content .rigth span{
    font-weight: 500;
    font-size: 18px;
}
.skills .skills-content .rigth .line{
    width: 100%;
    height: 5px;
    background: #ccc;
    position: relative;
}
.skills .skills-content .rigth .line::before{
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #0f00da;
}
.skills .skills-content .rigth .html::before{
    width: 90%;
}
.skills .skills-content .rigth .css::before{
    width: 90%;
}
.skills .skills-content .rigth .js::before{
    width: 65%;
}
.skills .skills-content .rigth .ts::before{
    width: 65%;
}
.skills .skills-content .rigth .btp::before{
    width: 65%;
}
.skills .skills-content .rigth .php::before{
    width: 20%;
}
.skills .skills-content .rigth .mysql::before{
    width: 20%;
}
.skills .skills-content .rigth .git::before{
    width: 20%;
}
.skills .skills-content .rigth .python::before{
    width: 20%;
}
.skills .skills-content .rigth .reactjs::before{
    width: 20%;
}
.skills .skills-content .rigth .angular::before{
    width: 70%;
}
.skills .skills-content .rigth .jquery::before{
    width: 45%;
}
.skills .skills-content .rigth .adobe::before{
    width: 80%;
}
.skills .skills-content .rigth .figma::before{
    width: 50%;
}
.skills .skills-content .rigth .office::before{
    width: 80%;
}
/*  sessão projetos  */
.project .title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
}
.project .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #111;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);

}
.project .project-content .column{
    width: calc(50% - 30px);
}
.project .project-content .left p,
.project .project-content .rigth p,
.project .project-content .low p,
.project .project-content .low2 p{
    text-align: justify;
}
.project .project-content .text{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.project .project-content .text2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.project .project-content .column img{
    margin-top: 30px; 
    width: 100%;
}
.project .project-content .column video{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}
.featurette-divider{
    margin: 40px 40px;
    margin-bottom: 5px;
}
/*  sessão contato  */
.contact .title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
}
.contact .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #111;
    width: 180px;
    height: 3px;
    transform: translateX(-50%);

}
.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content .left p{
    text-align: justify;
}
.contact .contact-content .text{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact .contact-content .left .icons{
    margin: 10px 0;

}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 20px;
}
.contact .contact-content .row .info .head{
    font-weight: 500;
}
.contact .contact-content .row .info .sub-title{
    color: #333;
}
.contact .contact-content .row ion-icon{
    display: block;
    font-size: 25px;
    color: #0f00da;
}
.contact .rigth form .fields{
    display: flex;
}
.contact .rigth form .fields,
.contact .rigth form .fields .field{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;   
}
.contact .rigth form .fields input,
.contact .rigth form .textarea textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.contact .rigth form .name{
    margin-right: 10px;
}
.contact .rigth form .email{
    margin-left: 10px;
}
.contact .rigth form .assunto{
    margin-right: 10px;
}
.contact .rigth form .field textarea{
    width: 100%;
    height: 80px;
    padding-top: 10px;
    resize: none;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.contact .rigth form .button{
    width: 170px;
    height: 47px;
}
.contact .rigth form .button button{
    width: 100%;
    height: 100%;
    border: 2px solid #0f00da;
    background: #0f00da;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact .rigth form .button button:hover{
    color: #0f00da;
    background: none;
}
/*  sessão footer  */
footer{
    background: #111;
    padding: 10px 23px;
    color: #fff;
    text-align: center;
}
footer span a{
    color: #ffffff;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
}
/*  responsivo  */
@media (max-width: 1300px){
    .navbar .max-width{
        margin-left: 0;
    }
}
@media (max-width: 1104px){
    .about .about-content .left img{
        width: 350px;
        height: 200px;
    }
    .home{
        display: flex;
        background: url('imagemVF1.png') no-repeat center;
        height: 50vh; 
        color: #fff;
        min-height: 500px;
    }
    .skills{
        display: flex;
        background: #000;
        height: 50vh; 
        color: #fff;
        min-height: 800px;
        
    }
}
@media (max-width: 991px){
    .navbar .max-width{
        padding: 0 50px;
    }
}
@media (max-width: 947px){
    body{
        overflow-x: hidden;
    }
    .home{
        background: rgb(0, 0, 0) url("foto.png") cover;
        display: flex;
    }
    .navbar .menu{
        position: absolute;
        width: 50%;
        height: 200vh;
        /*left: 0;*/
        right: 0;
        top: 0;
        background: #1d015f;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        padding-top: 40px;
        align-items: center;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, black, blue, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .navbar .menu li{
        display: block;
        margin-left: 0;
        text-align: center;
    
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 50px 0;
        font-size: 30px;
    }
    .navbar .menu li a:hover{
        color: #fff;
    }
    ion-icon{
        left: 30px;
        position: relative;
        font-size: 47px;
        display: block;
        color: #fff;
    }
    .navbar .menu.active{
        transform: translateX(0);
    }
    .home .home-content .text-2{
        font-size: 70px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 23px;
        padding: 10px 30px;
    }
    .about .about-content .column{
        width:50%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .rigth{
        flex: 100%;
    }
    .skills{
        display: flex;
        background: #000;
        height: 100vh; 
        color: #fff;
        min-height: 1100px;
        font-family: 'Ubuntu', sans-serif;
    }
    .skills .skills-content .rigth span{
        font-weight: 500;
        font-size: 15px;
    }
    .skills .skills-content .left a{
        font-size: 15px;
        padding: 7px 17px;
        margin-top: 15px;
    }
    .skills .skills-content .column,
    .project .project-content .column,
    .contact .contact-content .column{
        width: 100%;
        margin-bottom: 35px;
    }
    .project .project-content .column video{
        width: 100%;
    }
    .contact .contact-content .row ion-icon{
        margin-right: 10px;
        left: -3px;
    }
    .contact .contact-content .row .info{
        margin-left: 10px;
    }
    .contact .rigth form .button button{
        width: 150px;
        height: 47px;
    }
    footer{
        margin-top: 15px;
    }
}
@media (max-width: 760px){
    .home{
        background: rgb(0, 0, 0) url("Foto2.png") cover;
    }
    .home .home-content .text-1{
        font-size: 27px;
    }
    .home .home-content .text-2{
        font-size: 40px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
}
@media (max-width: 716px){
    .home .home-content .text-1{
        font-size: 27px;
    }
    .home .home-content .text-2{
        font-size: 40px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
}
@media (max-width: 690px){
    .home{
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .home .home-content .text-1{
        font-size: 27px;
    }
    .home .home-content .text-2{
        font-size: 40px;
    }
    .home .home-content .text-3{
        font-size: 32px;
    }
    .home .home-content a{
        font-size: 20px;
    }
    .about .about-content .rigth .text{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px; 
    }
    .contact .rigth form .button button{
        width: 110px;
        font-size: 17px;
        height: 37px;
    }
    ion-icon{
        font-size: 34px;
    }
    .skills{
        display: flex;
        background: #000;
        height: 100vh; 
        color: #fff;
        min-height: 1050px;
        font-family: 'Ubuntu', sans-serif;
    }
    .skills .skills-content .rigth span{
        font-weight: 500;
        font-size: 13px;
    }
    .skills .skills-content .left a{
        font-size: 13px;
        padding: 5px 15px;
        margin-top: 15px;
    }
    .contact .contact-content{
        height: 90vh;
    }
}
@media (max-width: 530px){
    .home{
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .home .home-content .text-1{
        font-size: 25px;
    }
    .home .home-content .text-2{
        font-size: 40px;
    }
    .home .home-content .text-3{
        font-size: 25px;
    }
    .skills .skills-content .rigth span{
        font-weight: 500;
        font-size: 15px;
    }
    .skills{
        min-height: 1250px;
    }
}
@media (max-width: 500px){
    .home{
        width: 100%;
        display: flex;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .home .home-content .text-1{
        font-size: 17px;
       
    }
    .home .home-content .text-2{
        font-size: 30px;
     
    }
    .home .home-content .text-3{
        font-size: 19px;
     
    }
    .home .home-content a{
        font-size: 13px;
        padding: 10px 15px;
    }
    .about{
        display: flex;
        text-align: justify;
        font-family: 'Roboto', sans-serif;
    }
    .about .title::after{
        height: 16px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        font-size: 17px;
        padding: 5px;
    }
    .about .title{
        font-family: 'Ubuntu', sans-serif;
        text-align: center;
        font-size: 30px;
        height: 100%;
        font-weight: 500;
        margin-bottom: 60px;
        margin-left: 20px;
        position: relative;
    }
    .about .about-content .left img{
        width: 200px;
        height: 150px;
        border-radius: 6px;
    }
    .about .about-content .rigth .text{
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .about-content .rigth p{
        font-size: 15px;
        text-align: justify;
    }
    .about-content .rigth a{
        display: inline-block;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 30px;
        margin-top: 20px;
        margin-left: 20px;
        margin: 10px auto 60px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    .navbar .menu{
        position: absolute;
        width: 50%;
        height: 200vh;
        /*left: 0;*/
        right: 0;
        padding-top: 40px;
        align-items: center;
        transition: all 0.8s ease;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, black, blue, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .navbar .menu li a{
        font-size: 19px;
        transition: all 0.8s;
        margin: 40px 0;
    }
    .skills .skills-content .rigth span{
        font-weight: 500;
        font-size: 15px;
    }
    .skills{
        display: flex;
        width: 100%;
        color: #fff;
        min-height: 1200px;
        font-family: 'Ubuntu', sans-serif;   
    }
    .contact{
        display: flex;
        width: 100%;
        min-height: 900px;
        font-family: 'Ubuntu', sans-serif; 
    } 
    .contact .title{
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 60px;
        padding-bottom: 20px;
    }
    footer{
        background: #111;
        padding: 5px 23px;
        font-size: 10px;
        width: 100%;
        color: #fff;
        text-align: center;
    }
    footer span a{
        color: #ffffff;
        text-decoration: none;
    }
}
@media (max-width: 419px){
    .home .home-content .text-1{
        font-size: 20px;
    }
    .home .home-content .text-2{
        font-size: 25px;
    }
    .home .home-content .text-3{
        font-size: 17px;
    }
    .about .title{
        font-family: 'Ubuntu', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-right: 15px;
        margin-bottom: 60px;
        padding-bottom: 20px; 
    }
}
@media (max-width: 400px){

    .home{
        width: 100%;
        display: flex;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .home .home-content .text-1{
        font-size: 18px;
        margin-left: -40px;
    }
    .home .home-content .text-2{
        font-size: 25px;
        margin-left: -40px;
    }
    .home .home-content .text-3{
        font-size: 18px;
        margin-left: -40px;
    }
    .home .home-content a{
        font-size: 10px;
        font-weight: 500;
        padding: 8px 25px;
        margin-top: 20px;
        margin-left: -40px;
    }
    .about{
        display: flex;
        text-align: justify;
        width: 100%;
        font-family: 'Roboto', sans-serif;
    }
    .about .title{
        font-family: 'Ubuntu', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-right: 15px;
        margin-bottom: 60px;
        padding-bottom: 20px; 
    }
    .about .title::after{
        height: 16px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        font-size: 17px;
        padding: 5px;
    }
    .about .about-content .left img{
        width: 200px;
        height: 120px;
        border-radius: 6px;
    }
    .about .about-content .rigth .text{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-left: -25px;
    }
    .about .about-content .rigth .text span{
        font-size: 15px;
    }
    .about-content .rigth p{
        font-size: 16px;
        text-align: justify;
        margin-left: -25px;
        margin-right: -25px;
    }
    .about .about-content .rigth a{
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 30px;
        margin-top: 20px;
        margin: 20px auto 60px;
        margin-left: -25px;
        
    }
    .navbar .menu li a{
        font-size: 19px;
        margin: 40px 0;
    }
    .navbar .menu a{
        color: rgb(255, 255, 255); 
    }
    .skills .skills-content .rigth span{
        font-weight: 500;
        font-size: 15px;
    }
    .skills{
        display: flex;
        background: #000;
        width: 100%;
        height: 100vh; 
        color: #fff;
        min-height: 1250px;
        font-family: 'Ubuntu', sans-serif;   
    }
    .skills .skills-content .left p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .skills .skills-content .left .text{
        margin-left: -25px;
        margin-right: -25px;
    }
    .skills .skills-content .left a{
        margin-left: -25px;
    }
    .skills .skills-content .rigth .bars{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .left .text{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .left p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .rigth .text{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .text2{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .low p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .low2 p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .rigth p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .project .project-content .column video{
        width: 120%;
        margin-left: -25px;
    }
    .contact{
        display: flex;
        height: 100vh;
        min-height: 900px;
        font-family: 'Ubuntu', sans-serif;
    } 
    .contact .contact-content .left .text{
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact .contact-content .left p{
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact .title{
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }
    .contact .max-width{
        width: 100%;
    }
    .contact .contact-content .row .info {
        font-size: 13px;
    }
    .contact .contact-content .row .info{
        margin-left: 40px;
    }
    .contact .contact-content .icons ion-icon{
        margin-left: 10px;
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact .contact-content .rigth .text{
        margin-left: -25px;
        margin-right: -25px;
    }
    
    footer{
        background: #111;
        padding: 5px 23px;
        font-size: 10px;
        width: 100%;
        color: #fff;
        text-align: center;
    }
    footer span a{
        color: #ffffff;
        text-decoration: none;
    }
}
@media (max-width: 399px){
    .mobile-list{
        left: 180px;
    }
    .contact{
        display: flex;
        height: 112vh;
        min-height: 900px;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 15px;
    }
    .contact .rigth form .fields{
        width: 128%;
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact .rigth form .field textarea{
        width: 128%;
        margin-left: -25px;
        margin-right: -25px;
    }
    .contact .rigth form .button button{
        margin-left: -25px;
    }
    .project .project-content .column video{
        width: 123%;
        margin-left: -25px;
    }
}
@media (max-width: 371px){

    .home{
        width: 105%;
        display: flex;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .navbar .menu{
        width: 50%;
        height: 200vh;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, black, blue, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .skills{
        display: flex;
        width: 105%;
        height: 100vh;  
    }
    .project .project-content .left .text{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .left p{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .rigth .text{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .text2{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .low p{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .low2 p{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .rigth p{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .column video{
        width: 135%;
        margin-left: -25px;
    }
}
@media (max-width: 340px){
    .home{
        width: 106%;
        display: flex;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, rgb(11, 51, 185), black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .navbar .menu{
        width: 50%;
        height: 200vh;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, black, blue, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .mobile-list{
        left: 160px;
    }
    .skills{
        display: flex;
        width: 105%;
        height: 100vh;  
    }
    .project .project-content .column video{
        width: 137%;
        margin-left: -25px;
    }
}
@media (max-width: 334px){
    .home{
        width: 120%;
        display: flex;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, #0cec0c, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .home .home-content .text-3 span{
        color: #0cec0c;
    }
    .home .home-content a{
        background: #0cec0c;
        color: #000;
        border: 2px solid #0cec0c;
    }
    .home .home-content a:hover{
        color: #0cec0c;
    }
    .navbar.sticky{
        background: #000;
    }
    .navbar .menu{
        width: 50%;
        height: 200vh;
        animation: gradient ease infinite;
        background: linear-gradient(-45deg, black, black, black, #0cec0c, black, black);
        background-size: 500% 200%;
        animation-name: degrade;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        transition: all 0.8s ease;
    }
    @keyframes degrade{
        0%{
            background-position:  0%;
        }
        50%{
            background-position: 100%;
        }
        100%{
            background-position: 0%;
        }
    }
    .navbar .menu li a{
        font-size: 16px;
    }
    .navbar .logo a span{
        color: #0cec0c;
    }
    .about .about-content .rigth a{
        display: inline-block;
        background: #0cec0c;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 10px;
        margin-top: 20px;
        margin-left: -25px;
        border-radius: 6px;
        border: 2px solid #0cec0c;
        transition: all 0.3s ease;
    }
    .about .about-content .rigth a:hover{
        color: #0cec0c;
        background: none;
    }
    .about .title::after{
        background:#fff;
        color: #0cec0c;
        padding: 10px;
        transform: translateX(-50%);
    }
    .about .about-content .rigth .text span{
        font-size: 15px;
        color: #0cec0c;
    }
    .skills .skills-content .left a:hover{
        color: #0cec0c;
    }
    .skills{
        display: flex;
        width: 120%;
        height: 100vh; 
        color: #fff;
        min-height: 1250px;
        font-family: 'Ubuntu', sans-serif;   
    }
    .skills .title::after{
        background: #000;
        color: #0cec0c;
        
    }
    .skills .skills-content .left a{
        background: #0cec0c;
        color: #fff;
        border: 2px solid #0cec0c;
    }
    .skills .skills-content .rigth .line::before{
        background: #0cec0c;
    }
    .skills .title::before{
        background: #fff;
    }
    .featurette-divider{
        margin: 30px 30px;
        margin-right: -10px;
        margin-bottom: 5px;
    }
    .project .project-content .left .text{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .left p{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .rigth .text{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .text2{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .low p{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .low2 p{
        margin-left: -25px;
        margin-right: -85px;
    }
    .project .project-content .rigth p{
        margin-left: -25px;
        margin-right: -45px;
    }
    .project .project-content .column video{
        width: 165%;
        margin-left: -25px;
    }
    .contact{
        display: flex;
        height: 112vh;
        min-height: 900px;
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 55px;
    } 
    .contact .title{
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 60px;
        padding-bottom: 10px;
        margin-left: 30px;
    }
    .contact .title::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-49%);
    }    
    .contact .contact-content .text{
        font-size: 20px;
        font-weight: 500;
    }
    .contact .contact-content p{
        font-size: 13px;
        text-align: justify;
        
    }
    .contact .contact-content .row ion-icon{
        color: #0cec0c;
        margin-right: 10px;
        left: -3px;
    }
    .contact .max-width{
        width: 100%;
    }
    .contact .contact-content .row .info {
        font-size: 11px;
        margin-left: 5px;
    }
    .contact .rigth form .button button{
        border: 2px solid #0cec0c;
        background: #0cec0c;
        color: #fff;
    }
    .contact .rigth form .button button:hover{
        color: #0cec0c;
        background: none;
    }
    footer{
        background: #000;
        padding: 10px 23px;
        width: 120%;
        color: #fff;
        text-align: center;
    }
    footer span a{
        color: #0cec0c;
    }   
}