@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #180D24;
    overflow-x: hidden;
    height: auto;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    scroll-behavior: smooth !important;
    position: relative;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav {
    position: fixed;
    z-index: 100;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 12vh;
    justify-content: center;
    align-items: center;
    gap: 60%;
    background-color: #180d245a ;
    backdrop-filter: blur(10px);
}

.nav a {
    height: 80%;
}

.nav a>img {
    height: 100%;
}

.nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 2rem;
}

.nav ul a {
    color: #fff;
    text-decoration: none;
    transition: all .5s;

    &:hover {
        color: #B69FCE;
    }
}

.home {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-top: 12vh;
}

.fa-arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    scale: 2;
}

.hello {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 5vw;
}

.hello h1 {
    font-weight: 700;
    line-height: 122.6%;
}

.icons-social {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.icons-social i {
    font-size: 2.3rem;
    transition: all .5s;
}

.icons-social i:hover {
    color: #B69FCE;
    cursor: pointer;
}

.btn-home {
    display: flex;
    flex-direction: row;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    padding: 5px 30px;
    box-sizing: border-box;
    color: #FFF;
    gap: 10px;
    background: #180D24;
    background-clip: padding-box; /* Garante que o fundo não se sobreponha à borda */
    border: 2px solid transparent; /* Define uma borda transparente para aplicar o gradiente */
    border-radius: 100px; /* Arredondamento das bordas */
    transition: all .5s ;
    cursor: pointer;
}

.contact-btn:hover {
    background-color: transparent;
    color: #180D24;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /* Garante que o gradiente fique atrás do conteúdo */
    margin: -2px; /* Define o valor da borda negativa para criar o efeito */
    border-radius: inherit; /* Herda o border-radius do elemento pai */
    background: linear-gradient(to right, #fff, #606887); /* Gradiente na borda */
}

.contact-btn p {
    font-size: 1.2rem;
}

.contact-btn i {
    font-size: 1.8rem;
}

.about-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #FFF;
    gap: 10px;
    background: transparent;
    background-clip: padding-box; /* Garante que o fundo não se sobreponha à borda */
    border: 2px solid transparent; /* Define uma borda transparente para aplicar o gradiente */
    border-radius: 100px; /* Arredondamento das bordas */
    transition: all .5s ;
}

.about-btn a {
    color: #fff;
    text-decoration: none;
}

.about-btn:hover {
    background-color: #180D24;
    color: #fff;
}

.about-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; /* Garante que o gradiente fique atrás do conteúdo */
    margin: -2px; /* Define o valor da borda negativa para criar o efeito */
    border-radius: inherit; /* Herda o border-radius do elemento pai */
    background: linear-gradient(to right, #511C3E, #441C51); /* Gradiente na borda */
}

.home img {
    width: 40%;
}

.purple {
    color: #B69FCE !important;
}

#sobre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10%;
}

.vazado {
    width: 60%;
    line-height: 106%;
    text-align: center;
    margin-bottom: 3rem;
    color: transparent;
    font-size: 5em;
    -webkit-text-stroke-width: 1px; /* largura da borda */
    -webkit-text-stroke-color: #fff; /* cor da borda */
}

.texto-de-cima {
    color: #B69FCE;
    font-size: 1.2rem;
    text-align: center;
}

.info-sobre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    height: 70vh;
}

.info-sobre img {
    height: 100%;
}

.txt-sobre {
    width: 40%;
}

#visitante {
    color: #B69FCE;
    font-size: 0.9rem;
}

.txt-sobre p {
    font-weight: bold;
    line-height: 161.2%;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #CFCFCF;
    margin-bottom: 5%;
    margin-top: 5%;
}

#habilidades {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title-habilidades {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-habilidades {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.certificados {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 5%;
}

.certificados img {
    width: 30%;
    cursor:pointer
}

table {
    margin-top: 10%;
    margin-bottom: 10%;
}

td img {
    width: 8vw;
    filter: saturate(0);
    transition: all .5s;
    &:hover {
        filter: saturate();
    }
}

tr {
    display: flex;
    gap: 30px;
}

tr:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}

#experiencias {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-experiencias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.content-experiencias {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 10%;
}

.content-experiencias img{
    width: 50%;
}

.footer {
    width: 100%;
    height: 30vh;
    background-color: #180D24;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: #441C51 0 0 100px 0px;
}

.footer a {
    color: white;
}

.blur {
    width: 60vh;
    height: 60vh;
    background-color: #441C51;
    border-radius: 100px;
    filter: blur(50px);
    position: absolute;
    z-index: -10;
}

.blur:nth-child(1) {
    top: -30vh;
    left: 40%;
}

.blur:nth-child(2) {
    top: 120vh;
    right: -15%;
}

.blur:nth-child(3) {
    top: 240vh;
    left: -10%;
}

.blur:nth-child(4) {
    top: 400vh;
    right: -15%;
}
.blur:nth-child(5) {
    top: 480vh;
    left: -15%;
}

@media(max-width: 600px) {

    html {
        overflow-x: hidden;
    }

    .nav ul {
        display: none;
    }
    
    .nav a>img {
        height: 70%;
    }

    .home {
        margin-top: -2vh;
    }

    .home img {
        display: none;
    }

    .contact-btn {
        padding: 5px 15px;
        gap: 5;
        flex-wrap: wrap;
    }

    .btn-home {
        margin-top: 20px;
        align-items: start;
    }

    .info-sobre {
        flex-direction: column;
        height: auto;
    }

    .txt-sobre {
        width: 100%;
    }

    .info-sobre img{
        width: 100%;
        margin-top: 20px;
    }

    .texto-de-cima {
        width: 80%;
    }

    .vazado {
        width: 80%;
        font-size: 3em;
    }

    #habilidades {
        width: 95%;
        padding: 20px;
    }

    .certificados img {
        width: 90%;
    }
    
    td img {
        width: 15vw;
    }

    .content-experiencias img{
        width: 90%;
    }

    .fa-arrow-down {
        bottom: 30px;
    }

    .footer {
        height: 20vh;
    }

    .line {
        margin-top: 10%;
        margin-bottom: 10%;
    }
}