/*================ GERAIS ================*/

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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Pixelify Sans", sans-serif;
    color: white;
}

body{
    background-color: black;
}

img{
    max-width: 100%;
    height: auto;
}

.section_title{
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin: 20px;
}

/*================ CABEÇALHO ================*/

.cabecalho{
    text-align: center;
    background-color: #141414;
}

.div_lista_links_cabecalho{
    margin: 20px;
}

.div_lista_links_cabecalho ul{
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    background-color: #141414;
}

.div_lista_links_cabecalho li{
    margin: 10px;
}

.div_lista_links_cabecalho a{
    text-decoration:none;
    font-size: 25px;
    background-color: #141414;
}

.div_lista_links_cabecalho a:hover{
    color: #03fa6e;
}

.div_img_cabecalho{
    background-color: #141414;
}

/*================ SOBRE MIM ================*/

.apresentacao{
    display: flex;
    justify-content: center;
}

.div_conteudo_sobre_mim_master{
    display: flex;
    justify-content: center;
    background-color: #141414;
    border-radius: 20px;
    padding: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.sobre_mim_texto{
    margin: 20px;
    padding: 20px;
    max-width: 600px;
}

.sobre_mim_imagem{
    margin: 20px;
    background-color: #141414;
}

.sobre_mim_imagem img{
    border-radius: 20px;
}

.sobre_mim_texto h1{
    font-size: 30px;
    color: #03fa6e;
}

.sobre_mim_texto p{
    font-size: 25px;
    text-align: justify;
    color: #03fa6e;
}

/*================ COMPETENCIAS ================*/

.competencias{
    display: flex;
    justify-content: center;
}

.div_competencias_master{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #141414;
    border-radius: 20px;
    flex-wrap: wrap;
}

.card{
    padding: 20px 40px;
    margin: 10px;
    border-radius: 20px;
}

.card img{
    width: 200px;
}

/*================ REDES SOCIAIS ================*/

#banner_yt{
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #141414;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#banner_yt img{
    width: 70%;
}

.section_redes_sociais{
    margin: 30px;
}

.redes{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #141414;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    flex-wrap: wrap;
}

.redes div{
    margin: 20px;
    background-color: #070707;
    padding: 20px;
    border-radius: 20px;
}

.redes div img{
    border-radius: 360px;
    margin-bottom: 20px;
}

.redes div a{
    text-decoration: none;
    background-color: #070707;
}

.redes img.img2{
    display: none;
}

.redes div:hover img.img1{
    display: none;
}

.redes div:hover img.img2{
    display: inline;
}

.redes p{
    font-size: 25px;
    background-color: #070707;
}

.redes div:hover p{
    color:#03f86d;
}

/*================ PORTFOLIO ================*/

.portfolio{
    background-color:#141414;
    margin: 60px;
    border-radius: 20px;
    padding: 20px;
}

.master_galeria,
.master_modelagen,
.master_projetos{
    background-color: #070707;
    border-radius: 20px;
}

.title_galeria_de_jogos{
    padding: 40px 40px 10px 40px;
    background-color: #070707;
}

.title_galeria_de_jogos h1{
    color: #03fa6e;
    font-size: 42px;
}

/* GRID PROJETOS */

.div_projetos_master{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px;
    background-color: #070707;
}

.card_projeto{
    width: 100%;
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.card_projeto:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 20px #03fa6e;
}

.card_projeto img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.card_projeto p{
    padding: 15px;
    font-size: 25px;
    text-align: center;
}

/* BOTÃO */

.button_ver_mais{
    display: flex;
    justify-content: flex-end;
    background-color: #070707;
    margin: 20px;
}

.button_ver_mais button{
    background-color: #03fa6e;
    border-radius: 30px;
    border: none;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.button_ver_mais button:hover{
    background-color: #41ff93;
}

/*================ PAGINA PROJETO ================*/

.pagina_projeto{
    margin: 60px;
    padding: 60px;
    background-color: #141414;
    border-radius: 20px;
}

.pagina_projeto h1{
    font-size: 50px;
    color: #03fa6e;
    margin-bottom: 40px;
}

.video_container{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.video_container iframe{
    width: 100%;
    max-width: 900px;
    height: 400px;
}

.descricao_projeto{
    font-size: 20px;
    margin-bottom: 40px;
}

.colaboradores_projeto h3{
    font-size: 25px;
    color: #03f86d;
}

.colaboradores_projeto ul{
    list-style: none;
}

.colaboradores_projeto li{
    margin-bottom: 5px;
    font-size: 20px;
}

/* LINKS */

.links_projeto a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #03fa6e;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.links_projeto img{
    width: 40px;
    border-radius: 360px;
}

.links_projeto a:hover{
    background-color: #070707;
}

/*================ RESPONSIVO ================*/

@media (max-width: 900px){

.div_projetos_master{
    grid-template-columns: repeat(2,1fr);
}

.sobre_mim_texto p{
    font-size: 20px;
}

}

/* CELULAR */

@media (max-width: 600px){

.section_title{
    font-size: 20px;
}

.div_lista_links_cabecalho a{
    font-size: 18px;
}

.div_conteudo_sobre_mim_master{
    padding: 20px;
}

.sobre_mim_texto p{
    font-size: 18px;
}

.card img{
    width: 150px;
}

.redes{
    flex-direction: column;
}

.portfolio{
    margin: 20px;
}

.title_galeria_de_jogos h1{
    font-size: 28px;
}

.div_projetos_master{
    grid-template-columns: 1fr;
}

.card_projeto img{
    height: 200px;
}

.card_projeto p{
    font-size: 18px;
}

.pagina_projeto{
    margin: 20px;
    padding: 20px;
}

.pagina_projeto h1{
    font-size: 30px;
}

.descricao_projeto{
    font-size: 16px;
}

.links_projeto a{
    font-size: 16px;
}

}