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


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 10px;
    background: var(--black);
}

body {
    font-family: 'Poppins', sans-serif;
}

@media (min-width:1840px) {
    .header-title h1 {
        font-size: calc(1vw + .8rem);
    }

    .navBar {
        max-width: 25vw;
    }

    .navBar-links li {
        margin: 1rem;
    }
    
    .navBar-links li a {
        font-size: calc(1vw + .3rem);
    }

}


#person {
    height: 100vh;
    width: 100%;

    display: flex;

    background: var(--black);
}

:root {
    --white: #fff;
    --pink:#d12f7a;
    --black: #000000;
    --blue: rgb(52, 112, 192);
}

.person-content {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
    align-items: center;

    flex-direction: column;

    background: var(--black);
}

.person-content div h1 {
    background: var(--black); 
    padding: 0px 4px;
    color: transparent;
   
    position: relative;
    animation: written_text .5s ease forwards;
    width:fit-content;
    font-size: calc(2vw + 1.5rem);
    line-height: calc(3vw + 1.8rem);
}

.person-content div h1:nth-child(1) {
    animation-delay: 1s;
}

.person-content div h1:nth-child(2) {
    animation-delay: 2s;
}
.person-content div h1:nth-child(3) {
    animation: written_text_name .5s ease forwards;
    animation-delay: 3s;
    
}

.person-content div h1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: orange;
    animation: written_text_box 1s ease forwards;
    animation-delay: .5s;
}

.person-content div h1:nth-child(1) span{
    animation-delay: .5s;
}
.person-content div h1:nth-child(2) span{
    animation-delay: 1.5s;
}
.person-content div h1:nth-child(3) span{
    animation-delay: 2.5s;
}

.person-name {
    margin-top: 11rem;
    padding: 0 20px;
}

.stack-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 5rem 0rem 2rem;
    padding: 0 20px;
}

.stack-content h3 {
    color: var(--white);
    font-size: 1.15rem;
    margin-left: 20px;
    font-size: calc(.85vw + .5rem);
}

.stacks {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.stacks li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px;
    padding: 10px;
    list-style: none;
    
}

.stacks li img {
    width: 30px;
    height: auto;
    transition: .3s ease;
    width: calc(3.5vw + .5rem);
}

.stacks li div img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: .5s ease;
}

.stacks li div:hover::after {
    content: attr(data);
    position: absolute;
    top: calc(5vw + 1rem);
    left: calc(1vw + 0.5rem);
    width: 20px;
    height: 20px;
    color: var(--white);
    font-size: 1.25vh;
}



@media (max-width:376px) {

    .person-name {
        padding: 0 5px;
    }

    .stack-content {
        padding: 0px 10px;
    }

    .stack-content h3 {
        margin-left: 10px;
    }

    .stacks {
        margin-top: 10px;
    }
    .stacks li {
        margin: 0px;
    }
}

@media (min-width: 377px) and (max-width:768){
    .person-name {
        padding: 0 10px;
    }

    .stack-content {
        padding: 0 15px;
    }

    .stacks li img {
        width: calc(3.7vw + .5rem);
    }
}

@media (max-width:1000px) and (orientation: landscape) {

    .stacks li div:hover::after {
        font-size: 1.3vw;
    }

    .stack-content {
        font-size: 1vw;
    }
}

.person_background {
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column ;


    background-image: url(./img/open-laptop-and-cell-phone-on-table.jpg);
    background-size: cover;
    background-position: top center;

    position: relative;
    z-index: 1;
}

.person_background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .7;

    background: 
        linear-gradient(270deg , transparent 20% ,var(--black)),
        linear-gradient(180deg , transparent 20% ,var(--black)),
        linear-gradient(0deg , transparent 65% ,var(--black));
    
}

.wrapper_profile_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: calc(1vw + 0.2rem);
    margin: 20px 15px;

    border-radius: 50%;
    background: 
    radial-gradient(rgba(0,0,0,0.15) 60%, transparent 0%),
    radial-gradient(#000, 60%, transparent 0%),
    linear-gradient(to top right, #ffa500 0%, rgb(255, 60, 0) 100%)
}

.wrapper_profile_photo img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    max-width: 320px;
}

.links a img {
    width: calc(2vw + 0.8rem);
    height: calc(2vw + 0.8rem);
    margin: calc(0.8vh + 0.8rem);
    margin: 10px;
    filter: brightness(.8);
    transition: .5s;
}

@media (max-width:798px) {
    .links a img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width:1440px) and (orientation:landscape) {
    .wrapper_profile_photo img {
        width: 45vh;
    }
}

@media (min-width:1440px) {
    .wrapper_profile_photo img {
        width: 25vh;
        max-width: initial;
    }
}

.links a img:hover {
    filter: brightness(100%);
    transition: .5s;
    transform: scale(1.2);
}

#about {
    height: auto;
    width: 100%;
    background: var(--black);
    display: flex;
    color: var(--white);
} 

.background_about {
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center ;
}

.img_wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.img_wrapper img {
    height: 100%;
    width: 100%;

    object-fit: cover;
   
}

.img_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(.25turn, transparent 30%, var(--black)),
    linear-gradient(.5turn, transparent 30%, var(--black)),
    linear-gradient(1turn, transparent 65%, var(--black))
}

.box_about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 3rem;
    margin: 0.6rem 0rem;
}

.section_subtitle h2 {
    display: flex;
}

.section_subtitle h2 p {
    display: inline-block;
    font-size: calc(1.4vw + 1.2rem);
}

.section_subtitle h2 p:nth-child(2) span {
    padding: 3px 5px;
    border-radius: 4px;

    color: var(--black);
    background: var(--white);
}

.box_about h3 {
    margin: 3rem;
    font-size: calc(.8vw + .8rem);
}

.box_about h3 p {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    color: var(--black);
    background: orange;
    width: fit-content;
}

.box_about h4 {
    margin: 1rem 3rem;
    font-size: calc(.8vw + .5rem);
}

.box_about h4 p {
    display: inline;
    padding: 2px 4px;
    color: var(--blue);
}

.button_cta {
    display: flex;
    max-width: 190px;
    margin: 4rem 3rem ;
}

.button_cta a {
    display: inline-block;

    margin-bottom: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .15rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
    background: var(--white);
    color: var(--black);
    text-align: center;
    text-decoration: none;
    padding: calc(0.2vw + 0.8rem)calc(2vw + 0.8rem);
    font-size: calc(.7vw + .55rem);
}

.button_cta a:hover {
    filter: brightness(.8);
    transition: all .3s ease;
}

@media (max-width:375px) {
    .box_about {
        padding: 1rem;
    }
    .section_subtitle p {
        font-size: 2rem;
    }

    .box_about h3 {
        
        margin: 2rem 1rem;
    }

    .box_about h4 {
        
        margin: 1rem;
    }
}

@media (min-width:376px) and (max-width: 768px) {
    .box_about {
        padding: 1.3rem;
    }
    .section_subtitle p {
        font-size: 2rem;
    }
    .box_about h3 {
        margin: 1.5rem 1rem;
    }

    .box_about h4 {
        margin: 1.5rem;
    }
}

@media (min-width:769px) and (max-width: 1440px) {
    .box_about {
        padding: 1.8rem;
    }
    .section_subtitle p {
        font-size: 2.5rem;
    }
    .box_about h3 {
        margin: 2rem 1rem;
    }

    .box_about h4 {
        margin: 1.5rem;
    }
}

/* Final do sobre*/

.Hamburguer {
    display: none;
    
}

@media (max-width:560px) {

    .navBar {
        display: flex;
        justify-content: end;
    }

    .navBar-links {
        display: flex;
        flex-direction: column;
        width: 50%;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        background: #333;
        clip-path: circle(100px at 90% -20%);
        pointer-events: none;
        transition: all .6s ease-out;
    }

    .Hamburguer {
        display: block;
        padding: 0;
        margin-bottom: .4rem;
        background: transparent;
        border: none;
        border-top: 3px solid var(--white);
        transition: all .3s ease-in-out;
        z-index: 1;
    }

    .Hamburguer:hover {
        opacity: .8;
        cursor: pointer;
    }
    
    .Hamburguer::before, 
    .Hamburguer::after {
        content: "";
        display: block;
        width: 25px;
        height: 3px;
        margin-top: .6rem;
        background: var(--white);
    }

    /*ATIVO*/
    .navBar.active .navBar-links {
        clip-path: circle(1470px at 90% -18%);
        pointer-events: all;
    }


    .navBar.active .Hamburguer {
        border-top-color: transparent;
    }

    .navBar.active .Hamburguer::before {
        transition: all .2s ease-in-out;
        transform: rotate(-45deg) translate(-2px,-1px);
    }

    .navBar.active .Hamburguer::after {
        transition: all .2s ease-in-out;
        transform: rotate(45deg) translate(-7px, -5px);
    }
}














#projects {
    height: auto;
    width: 100%;
    background: var(--black);
    display: flex;
    flex-direction: column;
}

.projects_title h2 {
    margin-top: 60px;
    padding: 1rem;
    font-size: 3rem;
    color: var(--white);
}

/*.projects_wrapper {
    display: flex;
    margin-top: 2rem;
    height: 500px ;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}*/

.container-projects {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.swiper {
    height: 100%;
    height: 500px;
    padding: 0 20px;
    width: 100%;
    max-width: 1020px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 2rem;
}

.card_project {
    /*height:450px;
      width:320px; */
    height: 100%;
    width: 100%;
    padding: 30px 20px 20px;
    /*margin: 0px 10px;*/
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    
}

.card_project::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: orange;
    border-radius: 20px 20px 0 0;
    z-index: -1;
}

/*.content_project {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}*/

.img_project {
    max-height: 240px;
    max-width: 250px;

    height: 100%;
    width: 100%;
    overflow: hidden;
   
    
    border-radius: 30px;
    border: 4px solid orange;

    margin: 0 auto;
    position: relative;
}

.img_project img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 2px solid var(--white);
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform .3s ease-out;
    cursor: pointer;
}

.img_project img:hover {
    transform: scale(1.1);
}

.card_project span {
    color: var(--black);
    font-weight: bold;
    font-size: 1.7rem;
    margin: .75rem auto .5rem auto;
}

.card_project p {
    color: #3d3d4b;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0rem .75rem;

    
}

.cta_project {
    width: 200px;
    margin: auto auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_project a {
    padding: 5px 16px;
    font-size: 1.25rem;
    color: var(--white);
    background: rgb(201, 130, 0);
    border-radius: 10px;
    text-decoration: none;
    transition: opacity .3s ease;
}

.cta_project a:hover {
    opacity: .7;
}

@media (max-width: 375) {
    .swiper-slide span {
        font-size: 1.5rem;
    }
    .swiper-slide p {
        font-size: 1rem;
    }
}

@media (max-width:700px) {
    .swiper {
        max-width: 350px;
    }
}

@media (max-width:1000px) {
    .swiper {
        max-width: 700px;
    }
}

@media (min-width: 1840px) {
    .projects_title h2 {
        font-size: calc(1.4vw + 1.8rem);
    }

    .swiper {
        max-width: calc(30vw + 15rem + 30%);
        height: calc(19vw + 22.5rem);
    }

    .img_project {
        max-width: calc(10vw + 11rem);
        max-height: calc(10vw + 10rem);
    }
    .card_project span {
        font-size: calc(1vw + .25rem);
        margin: 0.5vw auto 0.5vw;
    }
    .card_project p {
        font-size: calc(.7vw + .2rem);
    }

    .cta_project {
        width: auto;
    }

    .cta_project a {
        padding: 1rem 2rem;
        margin-right: 1vw;
        font-size: 0.8vw;
    }
}

#contacts {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--black);
    color: var(--white);
    margin: 3vw 0vw 5vw;
}

.contact_icon_content h2 {
    margin: 3rem;
    padding: 1rem;
    font-size: 3rem;
    color: var(--white);
}

.contact_wrapper_icons {
    display: flex;
    
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}


.contact_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0rem 3rem;
    padding: 1rem;
}

.contact_icon {
    height: 40px;
    width: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
    background: var(--white);
    padding: 1rem;
    border-radius: 50%;
}

.contact_icon i {
    font-size: 2rem;
    color: rgb(201, 130, 0);
}

.contact_info span {
    font-size: 1.5rem;
    font-weight: bold;
}

.contact_info p {
    margin: .25rem;
}

.contact_info a {
    margin: .25rem 0rem;
    text-decoration: none;
    color: var(--white);
    display: block;
    transition: color .3s ease;
}

.contact_info a:hover {
    color: var(--blue);
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    width: 100%;
    padding: 15px 30px;
    position: fixed;
    top: 0;
    z-index: 2;
    transition: all .3s ease;
}

.header-title {
    text-decoration: none;

}

.header-title h1 {
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    transition: filter .3s ease;
}

.header-title h1:hover {
    filter: brightness(.5);
}

.navBar {
    width: 100%;
    max-width: 350px;
}

.navBar-links {
    
    display: flex;
    align-items: center;
    justify-content: space-around;


}

.navBar-links li {
    list-style: none;
    transition: all .2s ease-in-out;
}

.navBar-links li a {
    text-decoration: none;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    transition: opacity .3s ease;
}

.navBar-links li a:hover {
    opacity: .8;
}

@media (min-width:1840px) {
    .contact_icon_content h2 {
        font-size: calc(1.4vw + 1.8rem);
    }
    .contact_icon {
        width: 3vw;
        height: 3vw;
    }

    .contact_icon i {
        font-size: 1vw;
    }

    .contact_info span {
        font-size: 1.1vw;
    }
    .contact_info p {
        font-size: .7vw;
    }
    .contact_info a {
        font-size: .7vw;
    }
}

#footer {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    background: rgb(14, 13, 12);
    padding: calc(3vw + 1rem) 0vw;
}

.container_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white);
}

@media (min-width:1840px) {
    .container_footer h2 {
        font-size: calc(1vw + .2rem);
    }
    .container_footer p {
        font-size: .8vw;
    }
}

@keyframes written_text {
    100% {
        color: var(--white);
    }
}
@keyframes written_text_name {
    100% {
        color: var(--blue);
    }
}
@keyframes written_text_box {
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
