@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

*{
    margin: 0;
    background-color: #16182C;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
    width: 100%;
}

.header{
    padding: 50px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.ini{
    font-size: 12px;
    margin: 2.5px;
}
.name{
    margin: 2.5px;
    font-size: 40px;
}
.download{
    margin: 5px;
    border: 1px solid #4FB4FF;
    color: #4FB4FF;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.download:hover{
    transform: scale(1.2);
}
.gitHub{
    cursor: pointer;
    margin: 30px 5px 5px 5px;
    border: none;
    background-color: #4FB4FF;
    color: #16182C;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    transition: 0.3s;
}
.gitHub:hover{
    transform: scale(1.2);
    
}

.primary{
    display: flex;
    padding: 80px 50px 50px 50px;
    align-items: center;
    justify-content: center;
}

.figure img{
    width: 270px;
    background: linear-gradient(#4FB4FF, #16182C);
    display: flex;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    padding: 0px 20px 0 20px;  
    justify-content: center;
    object-fit: cover;
    
}
.about_meINI{
    margin: 40px;
    font-size: 20px;
    color: #4FB4FF;
}
.about{
    padding: 50px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;

}
.aboutMe{
    display: flex;
    align-items: center;
    max-width: 970px;
    justify-content: center;
}

.imageMe{
    
    background-color: #4FB4FF;
    border-radius: 20px;
}
.imageMe img{
    width: 270px;
    display: flex;
    border: 1px solid #4FB4FF;
    transform: rotate(15deg);
    background-color: #16182C;
    border-radius: 20px;
    justify-content: center;
    object-fit: cover;
    
}

.list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 120px;
}
.div_about{
    
    display: flex;
    width: 120px;
    height: 125px;
    
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    color: white;
    background-color: #2C2B69;

}
.div_about h2{
    font-size: 12px;
    background-color: #2C2B69;
}

.div_about p{
    font-size: 10px;
    margin-top: 5px;
    background-color: #2C2B69;
}
.paragraph{
    margin: 20px 0 0 120px;
    color: rgb(197, 197, 197);
    font-size: clamp(13px, 16px, 17px);
    text-align: center;
}
.talkMe{
    color: #16182C;
    cursor: pointer;
    background-color: #4FB4FF;
    font-size: 16px;
    padding: 10px 15px;
    border: none;

    border-radius: 10px;
    margin: 50px 0 0 120px;
    transition: 0.3s;
}
.talkMe:hover{
    transform: scale(1.2);
}

.skills{
    padding: 80px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.front_end{
    background-color: #2C2B69;
    border-radius: 20px;
    height: 200px;
    width: 200px;
    display: flex;
    transform: rotate(-15deg);
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 0px 40px;
    
}
.front_end h1, ul, li{
    background-color: #2C2B69;
    
    
}
.front_end h1{
    
    font-size: 17px;
}
.front_end li{
    
    font-size: 13px;
}
.container{
    display: flex;
    gap: 60px;
    margin-top: 60px;
}
.roate{
    background-color: #4FB4FF;
    border-radius: 20px;
    height: 200px;
    width: 280px;
    transform: rotate(15deg);
}

.projects{
    padding: 140px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.projects_end{
    background-color: #2C2B69;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    transform: rotate(-15deg);
    gap: 30px;
    align-items: center;
    border: 1px solid #4FB4FF;
    flex-direction: column;
    justify-content: center;
    color: white;
    
    
}
.projects_end img{
    justify-content: center;
    width: 300px;
    height: 150px;
    border: 1px solid #4FB4FF;
}
.rotate{
    background-color: #4FB4FF;
    border-radius: 20px;
    cursor: pointer;
    transform: rotate(15deg);
    transition: 0.3s;
    z-index: 100;
}
.rotate:hover{
    transform: scale(1.15);
    z-index: 101;
}
.rotate p{
    background-color: #2C2B69;
    font-size: 13px;
    margin-top: 0;
}

.footer{
    margin-top: 250px;
    height: 150px;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer *{
    background-color: black;
}
footer ul{
    list-style: none;
    color: #16182C;
    display: flex;
    gap: 30px;
    padding: 0;
    margin-top: 40px;
    
}
footer img{
    width: 30px;
    transition: 0.3s;
}
footer img:hover{
    transform: scale(1.5);
}
.good{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.good p{
    color: white;
    font-size: 13px;
}

.picture{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    background-color: transparent;
    transition: 0.4s;
    cursor: pointer;
}
#colorido{
    
    background-color: #4FB4FF;
    height: 50px;
    width: 50px;
}
.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0% 0%, 20% 20%, 80% 20%, 100% 0%, 100% 60%, 70% 100%, 30% 100%, 0% 60%, 0% 0%);
}

.nariz{
    background-color: #16182C;
    width: 10px;
    height: 6px;
} 

.nari{
    margin-top: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 0%);
}
.eyes{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 50px;
    background-color: transparent;
}
.ver{
    width: 10px;
    height: 6px;
    background-color: white;
    animation-name: ver;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.olhos_esq{
    clip-path: polygon(0% 0%, 100% 30%, 70% 80%, 0% 0%);
}
.olhos_dir{
    clip-path: polygon(0% 30%, 100% 0%, 30% 80%, 0% 30%);
}
.picture:hover{
    transform: scale(1.2);
}
@keyframes ver {
    0% {background-color: white;}
    50% {background-color: red;}
    100% {background-color: white;}
}


.menu{
    z-index: 100000;
    width: 30px;
    height: 250px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    position: fixed;
    flex-direction: column;
    bottom: 150px;
    justify-content: space-between;
    padding: 20px 10px;
    left: 100%;
    transform: translate(-150%);
    background: rgba(0, 0, 0, 0.486);
    box-shadow: 0 0 10px #4FB4FF;
}

.back_icon{
    background-color: transparent;
}
.menu a{
    display: flex;
    justify-content: center;
    color: #4FB4FF;
    font-size: 24px;
    padding: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 0.4s;
    align-items: center;
}
.menu a:hover{
    background-color: #4FB4FF;
    color: #16182C;
    border-radius: 50%;
}

@media (max-width: 1100px) {
    .skills{
        padding: 80px 0 0 0;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: white;
    }
    .front_end{
        background-color: #2C2B69;
        border-radius: 20px;
        height: 150px;
        width: 150px;
        display: flex;
        transform: rotate(-15deg);
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        color: white;
        padding: 0px 40px;
        
    }
    .front_end h1{
        background-color: #2C2B69;
        
        
    }
    .front_end h1{
        
        font-size: 17px;
    }
    .front_end li{
        
        font-size: 13px;
    }

    .container{
        display: flex;
        gap: 30px;
        margin-top: 60px;
    }
    .roate{
        background-color: #4FB4FF;
        border-radius: 20px;
        height: 150px;
        width: 230px;
        transform: rotate(15deg);
    }
    
    
    .projects_end{
        background-color: #2C2B69;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        transform: rotate(-15deg);
        gap: 30px;
        align-items: center;
        border: 1px solid #4FB4FF;
        flex-direction: column;
        justify-content: center;
        color: white;
        
        
    }
    .projects_end img{
        justify-content: center;
        width: 200px;
        height: 100px;
        border: 1px solid #4FB4FF;
    }
    .rotate{
        background-color: #4FB4FF;
        border-radius: 20px;
        cursor: pointer;
        transform: rotate(15deg);
        transition: 0.3s;
        z-index: 100;
    }
    .rotate:hover{
        transform: scale(1.15);
        z-index: 101;
    }
    .rotate p{
        background-color: #2C2B69;
        font-size: 13px;
        margin-top: 0;
    }
}
@media (max-width: 840px){

    .skills{
        padding: 80px 0 0 0;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: white;
    }
    .front_end{
        background-color: #2C2B69;
        border-radius: 20px;
        height: 100px;
        width: 100px;
        display: flex;
        transform: rotate(-15deg);
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        color: white;
        padding: 0px 40px;
        
    }
    .container{
        display: flex;
        gap: 30px;
        margin-top: 60px;
    }
    .roate{
        background-color: #4FB4FF;
        border-radius: 20px;
        height: 100px;
        width: 180px;
        transform: rotate(15deg);
    }
    
    
    .projects_end{
        background-color: #2C2B69;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        transform: rotate(-15deg);
        gap: 30px;
        align-items: center;
        border: 1px solid #4FB4FF;
        flex-direction: column;
        justify-content: center;
        color: white;
        
        
    }
    .rotate p{
        background-color: #2C2B69;
        font-size: 10px;
        margin-top: 0;
    }
    .projects_end img{
        justify-content: center;
        width: 150px;
        height: 60px;
        border: 1px solid #4FB4FF;
    }
    
    .rotate:hover{
        transform: scale(1.15);
        z-index: 101;
    }
   
    .about{
        padding: 30px 0 0 0;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: white;
    
    }
    .aboutMe{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .imageMe{    
        background-color: #4FB4FF;
        border-radius: 20px;
    }
    .imageMe img{
        width: 170px;
        display: flex;
        border: 1px solid #4FB4FF;
        transform: rotate(15deg);
        background-color: #16182C;
        border-radius: 20px;
        justify-content: center;
        object-fit: cover;
        
    }
    
    .list{
        margin: 40px 0 20px 0;
        list-style: none;
        display: flex;
        gap: 10px;
    }
    .div_about{
        display: flex;
        width: 120px;
        height: 125px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 15px;
        color: white;
        background-color: #2C2B69;
    
    }
    .div_about h2{
        font-size: 12px;
        background-color: #2C2B69;
    }
    
    .div_about p{
        font-size: 10px;
        margin-top: 5px;
        background-color: #2C2B69;
    }
    .paragraph{
        margin: 20px 0 20px 0;
        color: rgb(197, 197, 197);
        font-size: 15px;
    }
    .talkMe{
        color: #16182C;
        cursor: pointer;
        background-color: #4FB4FF;
        font-size: 16px;
        padding: 10px 15px;
        border: none;
        border-radius: 10px;
        transition: 0.3s;
    }
    .talkMe:hover{
        transform: scale(1.2);
    }
    
}
@media (max-width: 640px){
    .skills{
        padding: 80px 0 0 0;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: white;
    }
    .front_end{
        background-color: #2C2B69;
        border-radius: 20px;
        height: 100px;
        width: 170px;
        display: flex;
        transform: rotate(-5deg);
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        color: white;
        padding: 0px 40px;
        
    }
    .container{
        display: flex;
        flex-direction: column;
        gap: 60px;
        margin-top: 30px;
    }
    .roate{
        background-color: #4FB4FF;
        border-radius: 20px;
        height: 100px;
        width: 250px;
        transform: rotate(5deg);
    }
    .projects_end{
        background-color: #2C2B69;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        transform: rotate(-15deg);
        gap: 30px;
        align-items: center;
        border: 1px solid #4FB4FF;
        flex-direction: column;
        justify-content: center;
        color: white;
        
        
    }
    .projects_end img{
        justify-content: center;
        width: 230px;
        height: 110px;
        border: 1px solid #4FB4FF;
    }
    .rotate{
        background-color: #4FB4FF;
        border-radius: 20px;
        cursor: pointer;
        transform: rotate(15deg);
        transition: 0.3s;
        z-index: 100;
    }
    .rotate:hover{
        transform: scale(1.15);
        z-index: 101;
    }
    .rotate p{
        background-color: #2C2B69;
        font-size: 13px;
        margin-top: 0;
    }
    
}

@media (max-width: 440px){
    .about{
        padding: 30px 0 0 0;
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: white;
    
    }
    .aboutMe{
        padding: 0 30px 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .imageMe{    
        background-color: #4FB4FF;
        border-radius: 20px;
    }
    .imageMe img{
        width: 170px;
        display: flex;
        border: 1px solid #4FB4FF;
        transform: rotate(15deg);
        background-color: #16182C;
        border-radius: 20px;
        justify-content: center;
        object-fit: cover;
        
    }
    
    .list{
        margin: 40px 0 20px 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .final{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: cneter;
    }
    .div_about{
        display: flex;
        width: 250px;
        height: 95px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 15px;
        color: white;
        background-color: #2C2B69;
    
    }
    .div_about h2{
        font-size: 12px;
        background-color: #2C2B69;
    }
    
    .div_about p{
        font-size: 8px;
        margin-top: 5px;
        background-color: #2C2B69;
    }
    .paragraph{
        margin: 20px 0 20px 0;
        color: rgb(197, 197, 197);
        font-size: 15px;
    }
    .talkMe{
        margin: 30px 0 0 0;
        color: #16182C;
        cursor: pointer;
        background-color: #4FB4FF;
        font-size: 16px;
        padding: 10px 15px;
        border: none;
        border-radius: 10px;
        transition: 0.3s;
    }
    .talkMe:hover{
        transform: scale(1.2);
    }
    .figure img{
        width: 230px;
        background: linear-gradient(#4FB4FF, #16182C);
        display: flex;
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
        padding: 0px 20px 0 20px;  
        justify-content: center;
        object-fit: cover;
        
    }
    
}