@import url('../css/reset.css');
@import url('../css/estiloHabilidades.css');
@import url('../css/animacao.css');



html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    color: hsl(0, 0%, 96%);


}

body {
    background-color: hsl(221, 58%, 7%);
    position: relative;
    color: whitesmoke;
    position: relative;
}

header {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: rgba(7, 14, 29, 0.973);

    padding: 10px;
    top: 0;
    box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
    z-index: 99999;

}

.container-menu {

    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: .3s;
    width: 260px;
    justify-content: center;
}

.logo-container:hover {
    background-color: rgba(215, 225, 247, .08);
    border-radius: 5px;


}

.logo-container p {
    font-size: 2.5rem;
    color: hsl(0, 0%, 96%);
    font-weight: bold;
}

.menu-desktop {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.6rem;


}

.menu-desktop li a i {
    font-size: 1.6rem;

}

.menu-desktop li a {
    color: whitesmoke;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    transition: .3s;
    padding: 10px;
}

.menu-desktop li a:hover {
    background-color: rgba(215, 225, 247, .08);

}

.fa-user {
    color: #057DD3;
}

.fa-bolt {
    color: rgb(255, 255, 0);
}

.fa-laptop-code {
    color: rgb(0, 188, 212);
}

.fa-mail-bulk {
    color: rgb(255, 152, 0);
}

#topo {
    display: flex;
    width: 1250px;
    max-width: 100%;
    margin-left: auto;
    height: auto;


}

.informacao-top {
    height: 98vh;
    display: flex;
    align-items: center;
}

.bg-top {
    height: 98vh;
    width: 50%;
    background-image: url('../img/bg-top.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.bg-topo-mobile {
    display: none;
    width: 100%;

    margin-top: 100px;

}

.bg-topo-mobile img {

    height: 250px;
}

.container-informacao-top {
    padding-left: 20px;
    position: relative;


}

.container-informacao-top h3 {
    color: #6C19FF;
    font-size: 2.2rem;
}

.container-informacao-top h1 {

    font-size: 4rem;
    font-weight: bold;
}



.container-informacao-top h1:after {
    content: "🚀";
    margin-left: 5px;
    opacity: 1;
    -webkit-animation: pisca 1s infinite;
    animation: pisca 2s infinite;
    color: #6C19FF;
}

@-webkit-keyframes pisca {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes pisca {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}




.dev {
    font-size: 2.4rem;
    font-weight: bold;
    color: #6C19FF;
}

.curso {
    font-size: 1.8rem;

}

.btn-cv {
    background-color: rgb(110, 26, 255);
    color: whitesmoke;
    padding: 10px 20px;
    font-size: 1.8rem;
    border-radius: 5px;

    margin-top: 20px;
}



.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(110, 26, 255, 0.35) 0%, rgba(110, 26, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(110, 26, 255, 0.35) 0%, rgba(110, 26, 255, 0) 80%);

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}


.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

}

.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);

}

.top-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-social-mobile {
    display: none;

}

.top-social-estilos p {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(215, 225, 247, .08);
    padding: 5px 10px;
    border-radius: 5px;
    width: 140px;
    text-align: center;
}


.top-social p {
    transform-origin: 50%;
    transform: rotate(-90deg);
}

.linha {
    height: 40px;
    width: 2px;
    background-color: whitesmoke;
    margin-bottom: 54px;
}

.top-social-estilos ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

}


.top-social-estilos ul li a {
    color: whitesmoke;
    font-size: 1.8rem;
    padding: 3px 8px;
    transition: .3s;
}

.top-social-estilos ul li a:hover {

    background-color: rgba(215, 225, 247, .08);

    border-radius: 5px;
}

.divisao {

    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    height: 4px;
    border: none;
    background-image: linear-gradient(to right, hsl(262, 100%, 55%), hsl(252, 97%, 41%));
    --from-gradient-color: hsl(262, 100%, 55%);
    --to-gradient-color: hsl(252, 97%, 41%);

}

.container {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    padding: 40px 0;

}

.dados-portfolio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.dados-portfolio i {
    font-size: 3.2rem;
}

.dados-portfolio h2 {
    font-size: 3.2rem;
    color: whitesmoke;
    font-weight: bold;
}

.quem-sou-eu {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.quem-sou-eu-img {
    width: 25%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.quem-sou-eu-img img {
    border-radius: 50%;
    width: 35vmin;
    height: 35vmin;
    object-fit: cover;
    object-position: center;

}

.quem-sou-eu-texto {
    font-size: 1.6rem;
    line-height: 2rem;
    width: 70%;


}

.quem-sou-eu-texto p {
    margin-bottom: 10px;
}

.container-habilidade {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex: 1;


}

.minhas-habilidades {
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(136, 136, 136, 0.12);
    flex: auto;
    width: 100%;
}

.minhas-habilidades h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
}

.dominio {
    background-image: linear-gradient(to right, rgb(129, 193, 233), rgb(121, 217, 166));
}

.conhecimento {
    background-image: linear-gradient(to right, rgb(121, 217, 166), rgb(129, 193, 233));
}

.flex-habilidade {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
   
   
}

.flex-habilidade span {
    font-size: 1.36rem;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgb(235 240 251 / 12%);
    border-color: rgb(235 240 251 / 12%);
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem 0.4rem 1rem;
    font-size: 1.36rem;
    border-radius: 9999px;
    border: 1px solid rgb(255 251 217 / 50%);
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 1.65;

}

.flex-habilidade span i {
    font-size: 1.4rem;
}

.projeto-container {
    display: flex;
    justify-content: space-around;
    gap: 50px;

}


.projeto-criado {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(235 240 251 / 12%);
    border-color: rgb(77 138 240 / 50%);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.25s ease-in-out;
    margin-bottom: 20px;
    flex: 1;



}

.projeto-criado:hover {
    --shadow-color: 77, 138, 240;
    border-color: rgba(77, 138, 240, 0.5);
    background-color: rgba(77, 138, 240, 0.05);
    color: rgb(174, 194, 239);
    box-shadow: 0 .125rem .25rem rgba(77, 137, 240, 0.808);

}


.projeto-cabeca {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.6rem;
    margin-left: -0.2rem;
    gap: 0.8rem;
}

.projeto-cabeca h3,
.projeto-cabeca i {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(245, 245, 245);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
    transition: all 0.25s ease-in-out;
}

.projeto-cabeca img {
    width: 25px;

}

.projeto-criado:hover .projeto-cabeca h3 {
    color: rgb(77, 138, 240);
}

.projeto-cabeca i {
    color: rgb(5, 124, 209);
}


.projeto-corpo {
    font-size: 1.6rem;
    color: rgb(235 240 251 / 85%);
    transition: all 0.25s ease-in-out;
    margin: 10px 0;
}

.projeto-criado:hover .projeto-corpo {
    color: rgb(235, 240, 251);

}

.projeto-rodape {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.6rem;
    gap: 10px;
}

.projeto-rodape i {
    font-size: 2rem;
}

.projeto-rodape .fa-html5 {
    color: rgb(230, 81, 0);
}

.projeto-rodape .fa-css3-alt {
    color: rgb(2, 119, 189);
}

.projeto-rodape .fa-js-square {
    color: hsl(50, 100%, 50%);
}

.projeto-rodape .fa-bootstrap {
    color: rgb(103, 58, 183);
}

.projeto-rodape .devicon-jquery-plain {
    color: rgb(18, 102, 169);
}

.projetos-boxe {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.container-contato {
    display: flex;
    gap: 10px;
}

.container-contato article {
    flex: 1;
    padding: 50px 0;

    margin-top: -50px;

}

.contatos-titulo {
    margin-bottom: 20px;
}

.contatos-titulo h2 {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;

}

.contatos-titulo p {
    font-size: 1.6rem;

}

.contatos-titulo h2 i {
    margin-right: 5px;
    color: #6C19FF;
}

.bg-contato {
    background-image: url('../img/bg-contato.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.contatos-icones {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: column;
}

.contatos-icones a {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(110, 26, 255);
    color: whitesmoke;
    padding: 10px 20px;
    font-size: 1.8rem;
    border-radius: 5px;
}

.contatos-icones div {
    display: flex;
    gap: 10px;
}

footer {
    padding: 10px 0;
    text-align: center;
    font-size: 1.4rem;
    box-shadow: 0px 0px 2px rgb(255 255 255 / 70%);
}

footer p {

    text-align: center;
}

.hamburger-menu {
    display: none;
}

.container-menu-mobile {
    display: none;
}


@media(max-height:1185px) {

    #topo {
        height: auto;
    }

    .quem-sou-eu-img {
        height: auto;

    }

}

@media(max-width:820px) {

    .menu-desktop {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }

    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked~.menu__box {
        visibility: visible;
        left: 0;
    }


    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 23px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;

        width: 100%;
        height: 2px;

        background-color: #ffffff;

        transition-duration: .25s;
    }

    .menu__btn>span::before {
        content: '';
        top: -8px;
    }

    .menu__btn>span::after {
        content: '';
        top: 8px;
    }



    #topo {
        margin-left: 0;

    }

    .top-social {

        max-width: 50px;
    }

    .informacao-top {
        width: 100%;
    }

    .container-informacao-top {
        width: 100%;
    }

    .quem-sou-eu-img {
        width: 100%;

        padding: 0;
    }


    .quem-sou-eu {
        flex-direction: column;

    }

    .quem-sou-eu-texto {
        text-align: center;
        width: 90%;
        margin-top: 0;
    }

    .dados-portfolio {

        display: flex;
        justify-content: center;
    }

    .container-menu-mobile {
        display: block;
    }


    .bg-top {
        display: none;
    }


    .bg-topo-mobile {
        display: flex;
        display: flex;
        justify-content: center;

        margin-top: -20px;
    }

    .container-informacao-top {
        margin: 0;

    }


    .quem-sou-eu-img img {
        width: 43vmin;
        height: 43vmin;
    }

    .container-habilidade {

        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .projeto-container {

        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bg-contato {
        display: none;
    }

    .container-contato {

        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .contatos-icones {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .projeto-container {
        gap: 0;
    }

    .top-social {
        display: none;
    }

    #topo {
        flex-direction: column;

        justify-content: center;
    }

    .informacao-top {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 100px 0 50px 0;



    }

    .container-informacao-top {
        padding: 0;
    }

    .container-informacao-top h1 {
        margin: 0;
        margin-bottom: 20px;
        margin-left: 40px;
    }


    .top-social-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;


    }

    .top-social-estilos p {
        width: 180px;
        padding: 10px 15px;
        position: relative;
    }

    .top-social-estilos p::after {
        content: "";
        display: inline-block;
        position: absolute;
        right: -45px;
        width: 45px;
        height: 2px;
        top: 20px;
        background-color: hsla(0, 0%, 100%, .85);
    }

    .top-social-estilos p::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -45px;
        width: 45px;
        height: 2px;
        top: 20px;
        background-color: hsla(0, 0%, 100%, .85);
    }

    .top-social-estilos ul {

        flex-direction: row;
    }
}




@media(max-width:475px) {
    section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container-informacao-top h1 {
        font-size: 3rem;
    }

    #topo {
        height: auto;
    }

    .bg-topo-mobile {
        margin: 0;
    }

    .quem-sou-eu-img img {
        width: 65vmin;
        height: 65vmin;
    }



    .contatos-icones div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contatos-icones {
        margin: 0px 10px;
    }

    .contatos-icones>a {
        word-break: break-all;
    }

    .contatos-icones {

        margin: 0 auto;

    }

    .container-habilidade {
        gap: 20px;
    }

    .logo-container {
        width: 210px;
        padding: 10px 0;
    }

    .logo-container p {
        font-size: 2rem;
    }

    .logo-container img {
        width: 30px;
    }


}


@media(max-width:321px) {
    .container-informacao-top h1 {
        margin-left: 20px;
    }


    .bg-topo-mobile {
        margin-top: px;
        margin-bottom: -20px;
        padding-left: 10px;
    }

    .quem-sou-eu-img img {
        width: 80vmin;
        height: 80vmin;
    }
}

@media(min-width:1350px) {


    .quem-sou-eu-img img {
        width: 250px;
        height: 250px;
    }

    #topo {
        width: 1100px;
        max-width: 100%;
        margin-left: 0;
        margin: 0 auto;
    }

}


.container-menu-mobile {
    width: 70vw;
    height: 100%;
    background-color: rgba(7, 14, 29, 0.808);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    position: fixed;
    top: 68px;
    right: -300px;
    margin-right: auto;
    z-index: 9999;

}

.menu-mobile {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    flex-direction: column;
    margin-top: 50px;
    gap: 20px;

}

.menu-mobile li {

    flex: 1;

}

.menu-mobile li a i {
    font-size: 2rem;

}

.menu-mobile li a {
    color: whitesmoke;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    transition: .3s;
    padding: 20px;
    font-size: 2rem;


}

.menu-mobile li a:hover {
    background-color: rgba(215, 225, 247, .08);

}

.aberto {
    transform: translateX(500px);
    transition: 0.5s;
}

.transicao-carregamento-pagina {
    transform: translateX(0px);
    transition: 0.5s;
    right: 0;
}


@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    header {
        background-color: rgba(7, 14, 29, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);

    }
}




@supports not (aspect-ratio: 1 / 1) {
    .logo-container img {
        margin-right: 20px;
    }

    .menu-desktop li:not(:last-child) {
        margin-right: 20px;

    }

    .menu-desktop li a i {
        margin-right: 10px;
    }

    .top-social-estilos ul li {

        margin-bottom: 10px;

    }

    .dados-portfolio i {
        margin-right: 10px;

    }

    .quem-sou-eu-img {

        margin-right: 20px;
    }

    .container-habilidade article:nth-child(1) {
        margin-right: 50px;

    }

    .flex-habilidade :not(:last-child) {
        margin-right: 10px;
        
    }

    .flex-habilidade span i {

        margin-right: 5px;
        
    }

    .projeto-container article:first-child {
        margin-right: 50px;
       
    }


    .projeto-cabeca img {

        margin-right: 0.8rem;
    }

    .projeto-rodape i:not(:last-child) {

        margin-right: 10px;
    }

    .container-contato>article:first-child {
        margin-right: 10px;

    }

    .contatos-icones>a {

        margin-bottom: 20px;

    }

    .contatos-icones div>a:not(:last-child) {

        margin-right: 20px;

    }
    .contatos-icones a i{
        margin-right: 10px;
    };


    .menu-mobile li:not(:last-child) {
        margin-bottom: 20px;
        margin-bottom: 20px;

    }

    .menu-mobile li a i {
        margin-right: 10px;

    }

    


    @media(max-width:1280px) {
        .quem-sou-eu-img img {
            width: 30vmin;
            height: 30vmin;
        }
    }

    @media(max-width:820px) {

        .top-social-mobile ul {

            margin-top: 10px;
        }

        .quem-sou-eu-img {
            margin-bottom: 20px;
        }

        .container-habilidade article:nth-child(1) {
            margin: 0;
            margin-bottom: 30px;
        }

        .projeto-container article:first-child {
            margin: 0px;
           
        }



        .contatos-icones div>a:last-child {

            margin-top: 10px;
    
        }
       

    }
    @media(max-width:475px){

        .flex-habilidade span{
           
            margin-bottom: 10px;
           
        }
    }

    @media(max-width:330px){

        .contatos-icones div>a:nth-child(2) {
            margin: 0;
        }
    }


    @media(max-width:290px){

        .contatos-icones div {
            margin: 0;
            display: flex;
            flex-direction: column;
        }
        .contatos-icones div>a:nth-child(1){
            margin: 0;
            
        }
        .contatos-icones div>a:nth-child(2) {

            margin-top: 10px;
    
        }
    }


}