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

:root{
    --violet:#8504bc;
    --yellow:#FFD413;
    --violet: #121212;
    --yellow: #222222;
    --text-color-1:rgb(148, 148, 148);
    --balck-1: rgb(221, 221, 221);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   
}
main{
    overflow: hidden;
}

.containner{
    width: 70%;
    margin: auto;
}

header{
    width: 100vw;
     width: 100%;
    padding: 80px 0;
    padding: 5rem 0;
    background-color: var(--violet);
}

nav{
    width: 100%;
}

.nav-content{
    height: 100px;
    display: flex;
    gap: 50px;
    gap: 3.125rem;
    justify-content: end;
}

.nav-content li{
   list-style: none;
   font-size: 20px;
   font-size: 1.25rem;
   text-transform: uppercase;
   font-weight: 600;
   color: var(--text-color-1);
   cursor: pointer;
}
.nav-content li a {
    list-style: none;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-color-1);
    text-decoration: none;
    transition: color .3s;
}
.nav-content li a:hover{
    color: white !important;
    
}

#active{
    color: white!important;
    transition: color .3s;
}

#active:hover {
    color: var(--yellow)!important;
}
.icones{
    display: flex;
    gap: 50px;
    gap: 3.125rem;
}

.icones i {
   
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--text-color-1);
    transition: color .3s;
}
.icones i:hover {
    color: white;
  
}

/* header-content */

.header-content h6{
    font-size: 22px;
    font-size: 1.375rem;
    color: var(--text-color-1);
    font-weight: 500;
}

.header-content h1 {
    font-size: 60px;
    color: rgb(228, 228, 228);
    text-transform: uppercase;
    font-weight: 900;
}

.header-content h2 {
   
    font-size: 3.125rem;
    color: var(--text-color-1);
    text-transform: uppercase;
    font-weight: 900;
    opacity: .9;
}

.header-content h4 {
    font-size: 22px;
    font-size: 1.375rem;
    color: var(--text-color-1);
    font-weight: 200;
    margin-top: 10px;
    margin-top: 0.625rem;
}
.see_more_text{
    width: 80%;
    color: var(--text-color-1);
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    font-weight: 300;
    font-size: 15px;
    
}
.btn_see{
    color: #136eff;
    cursor: pointer;
}

.show_text{
    height: auto;
}


.btn a {
    width: 230px;
    width: 14.375rem;
    height: 50px;
    height: 3.125rem;
    border-radius: 10px;
    border: 1px solid var(--text-color-1);
    display: grid;
    place-items: center;
    text-decoration: none;
    color: var(--text-color-1);
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200;
    margin-top: 35px;
    margin-top: 2.1875rem;
   
    transition: background .5s;
   

}
.btn a:hover{
    background: var(--text-color-1);
    color: var(--violet);
    
}


/* resume */

.section-1{
    width: 100vw;
     width: 100%;
   background-color: var(--yellow);
   padding: 80px 0;
   padding: 5rem 0;
}
.section-1-content{
    display: grid;
}

.section-1-title{
    font-size: 25px;
    font-size: 1.6525rem;
    color: var(--balck-1);
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.section-1-itens{
    display: flex;
    padding: 50px 0;
    padding: 3.125rem 0;
}

.section-1-iten-1{
    width: 50%;
}

.section-1-iten-2 {
    width: 50%;
}

.title{
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}



.exp{
    margin-top: 70px;
    margin-top: 4.375rem;
}
.expe{
    font-size: 35px;
    font-size: 2.1875rem;
    color: white;
    width: 70%;
}

.expe span {
  
    display: block;
}



.experience{
border-left: 2px solid rgb(53, 53, 53);
padding-left: 3.125rem;
margin-top: 30px;
margin-top: 1.875rem;
}
.experience h2{
    font-size: 25px;
    font-size: 1.5625rem;
    color: var(--balck-1);
    text-transform: uppercase;
    font-weight: 500;
}

.experience h6 {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--text-color-1);
    text-transform: uppercase;
    font-weight: 300;
}
.experience h5 {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--text-color-1);
    text-transform: uppercase;
    font-weight: 300;
}

.skills{
border-left: 2px solid rgb(53, 53, 53);
padding-left: 50px;
padding-left: 3.125rem;
}
.skills-title-1{
    font-size: 25px;
    font-size: 1.6525rem;
    color: var(--balck-1);
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 30px;
   
}

.skills-itens p{
color: var(--text-color-1);
font-size: 1rem;
margin: 5px 20px 5px 0;
}


.icon2 {
    
    font-size: 5rem !important;

}

.icon3 {
  
    font-size: 3rem!important;
   margin-left: 220px;
}

.icone{
    display: flex;
    align-items: center;
   gap: 0;
}

.liquid{
    width: 45px;
}

  /* formação */


.forma{
    border-left: 2px solid rgb(53, 53, 53);
    padding-left: 3.125rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    display: grid;
    gap: 20px;
   
}

.forma h6 {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--text-color-1);
    text-transform: uppercase;
    font-weight: 600;
   margin-top: 10px;
   
}

.forma h6 span {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 300;


}
.forma h6 small {
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 300;


}

/* .forma-content-1{
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
} */


/* work */


.section-2{
    width: 100vw;
     width: 100%;
    background-color: var(--violet);
    padding: 80px 0;
    padding: 5rem 0;
}

.section-2-title {
    font-size: 25px;
    font-size: 1.5625rem;
    color: var(--balck-1);
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.section-2-text {
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--text-color-1);
    text-align: center;
    font-weight: 200;
    margin: 30px 0;
    margin: 1.875rem 0;
}

.section-1-img{
    width: 100%;
    display: flex;
    gap: 50px;
    /* gap: 1.875rem; */
    flex-wrap: wrap;
    justify-content: center;
}

.box{
    width: 300px;
}


.info{
    width: 100%;
    display: grid;
    place-items: center;
    background-color: white;
    border-radius: 10px;
    height: 150px;
    padding: 10px 0;
    transition: all .3s;
}
.info:hover {
    transform: scale(1.05);
}
.info-title{
color: var(--violet);
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
}

.info-text {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.info-btn{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}
.btnDouble{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#btnDoubleBase{
    display: none;
    right: 20px;
}
#btnDoubleBase2 {
    display: none;
}

.show{
    display: flex!important;
}
.hide {
    display: none!important;
}
.info-btn div {
   border: 1px solid var(--violet);
 padding: 2px 10px;
   text-align: center;
   border-radius: 10px;
transition: background .5s;
background-color: white;
}

.info-btn div {
    
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--violet);
  
}

.info-btn div:hover {
  cursor: pointer;
   background: var(--yellow);
   color: var(--text-color-1);
}

.box .img{
    width: 100%;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all .3s;
}
.box .img:hover {
    transform: scale(1.05);
}



.box-1-1 .img {
    background-image: url('assets/cardapio.png');
    background-size: cover;

}
.box-1 .img {
    background-image: url('assets/studion.png');
   background-size: cover;
  
}

.box-2 .img {
    background-image: url('assets/magbank.jpg');
    background-size: cover;

}

.box-3 .img {
    background-image: url('assets/imagiflix-pc.png');
    background-size: cover;

}

.box-4 .img {
    background-image: url('assets/nelson-gym.png');
    background-size: cover;

}

.box-5 .img {
    background-image: url('assets/nintendo.png');
    background-size: cover;

}

.box-6 .img {
    background-image: url('assets/nelson_template.jpg');
    background-size: cover;

}
.box-7 .img {
    background-image: url('assets/elements.jpg');
    background-size: cover;

}


/* contact */

.contact{
    width: 100vw;
     width: 100%;
    background-color: var(--yellow);
    padding: 80px 0;
    padding: 5rem 0;
}

.contact-title{
    font-size: 25px;
    font-size: 1.5625rem;
    color: var(--balck-1);
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}

.form{
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
}

.form__item-1 {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}


.form__item-1 .name {
    width: 50%;
   
}

.form__item-1 .email {
    width: 50%;
   
}
.form label {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--text-color-1);
  font-weight: 300;
}

.form__item-1 input {
    display: block;
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid var(--text-color-1);
    border-radius: 10px;
}

.form textarea{
        width: 100%;
        background: none;
        border: 1px solid var(--text-color-1);
        border-radius: 10px;
        color: #ffffff;
}

.form .send {
    margin-top: 20px;
    width: 100%;
    background: none;
    border: 1px solid var(--text-color-1);
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--balck-1);
    font-weight: 300;
    cursor: pointer;
    transition: background .5s;
    padding: 5px 0;
   
}
.form .send:hover{
    background: var(--balck-1);
    color: var(--yellow);
}

/* footer */

.footer{
    width: 100vw;
     width: 100%;
    background-color: white;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-icones a {
text-decoration: none;
}

.footer-text{
    font-size: 20px;
    color: var(--violet);
}

.footer-icones a i {

    font-size: 20px;
    color: var(--violet);
    padding-right: 30px;
    transition: color .3s;
}

.footer-icones a i:hover{
color: var(--yellow);
}

.bar-1{
    width: 100%;
    height: 30px;
    background-color: var(--yellow);
}
.bar-2 {
    width: 100%;
    height: 30px;
    background-color: var(--violet);
}
.fi{
    max-height: 18px;
}

@media (max-width:992px) {
    .header-content h1 {
            font-size: 34px;
        }
    .header-content h2 {
           
            font-size: 26px;
            margin-top: 15px;
            
        }
    .icones{
        gap: 30px;

    }
    .see_more_text{
        width: 100%;
    }
    :root{
        font-size: 16px;
    }
    .containner{
        width: 85%;
    }

        .nav-content {
          
            gap: 30px;
        }
   .section-1-itens {
     flex-direction: column;
     gap: 70px;
      }
.expe {
  
    width: 100%;
}

.section-1-iten-2 {
    width: 100%;
}
  .section-1-iten-1 {
       width: 100%;
     }

 .form {
     width: 100%;
     
 }
 .form__item-1 {
     display: flex;
     justify-content: space-between;
     gap: 20px;
     margin-bottom: 20px;
     margin-bottom: 20px;
     flex-direction: column;
 }


 .form__item-1 .name {
     width: 100%;

 }

 .form__item-1 .email {
     width: 100%;

 }

 .footer-content {
   
     flex-direction: column;
     gap: 20px;
     align-items: center;
 }
 .footer-text {
    text-align: center;
    font-size: 15px;
 }
 .nav-content li a {
    font-size: 1rem;
 }
 .icones i{
    font-size: 1rem;
 }
}



.error{
    color: red;
    font-size: 11px;
}


.parallaxParent {
    height: 100vh;
    overflow: hidden;
}

.parallaxParent>* {
    height: 200%;
    position: relative;
    top: -100%;
}

@media (max-width:600px) {
    .nav-content {
    
     justify-content: space-between;
           
    }
    .icones {
        gap: 0px;
        justify-content: space-between;
        width: 40%;
    }
    .forma {
        padding-left: 2.125rem;
        margin-top: 30px;
        margin-top: 1.875rem;
        display: grid;
        gap: 20px;
    }
    .experience {
        border-left: 2px solid rgb(53, 53, 53);
        padding-left: 2.125rem;
        margin-top: 30px;
        margin-top: 1.875rem;
    }
    .skills {
        border-left: 2px solid rgb(53, 53, 53);
        padding-left: 50px;
        padding-left: 2.125rem;
    }
    .section-1 {
        padding: 2rem 0;
    }
    header {
        padding: 2rem 0;
    }
    .btn a {
        width: max-content;
        padding: 0 20px;
        height: 40px;
        border-radius: 10px;
        font-size: 1rem;
    }
    .header-content h4 {
        font-size: 1rem;
    }
    .section-2,.contact {
        padding: 2rem 0px;
    }
    .section-1-itens {
        display: flex;
        padding: 50px 0;
        padding: 0;
        padding-top: 3.125rem;
    }
    .footer-icones a i {
        padding: 0 10px;
    }
}