/* Parte geral do site */
*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: Gabarito;
    src: url("assets/font/Gabarito-Regular.ttf");
}

@font-face {
    font-family: Varela;
    src: url("assets/font/VarelaRound-Regular.ttf");
}
html{
    
    scrollbar-width: none;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    display: none;
}


body::-webkit-scrollbar{
    display: none;
}
body{
    width: 100vw;
    height: 100vh;
    background-color: rgba(31,23,0,1);
    color: white;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

p, h2, h3,h4,h5,h6{
    font-family: Gabarito;
}

header{
    z-index: 2;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}
/* animação entrada site */

@keyframes animacaoEntradaSite {
    0%{
        opacity: 0;
        scale: 0.5;
    }
    100%{
        opacity: 1;
        scale: 1;
    }
}

section{
    animation: animacaoEntradaSite linear;
    animation-timeline: view();
    animation-range: entry 0;
}

.centro{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Começo header */
.HeaderSub{
    font-size: 19px;
    font-family: Gabarito;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid white;
    border-color: color-mix(in srgb, #886931 50%, #ecaa46 50%);
    padding: 10px;
    width: 1000px;
    height: 40px;
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.TituloSite{
    font-size: 15px;
}

.botoesHeader > a{
    transition: 600ms ease-in-out;
    margin: 10px;
    outline: 0;
    color: white;
    text-decoration: none;
}

.botoesHeader > a:hover{
    cursor: pointer;
    color: #ecaa46;
    transition: 300ms ease-in-out;
}


.leftSide{
    display: flex;
}

.artDecoArea{
    display: flex;
    height: 100vh;
    width: 100vw;
}

.centerSide{
    
    width:100%;
    height: 100%;
}

.centerSide > img{
    width: 100%;
    max-width: 800px;
}

.rightSide{
    display: flex;
}


.entrada{
    width: 100%;
    height: 100vh;
}

.entrada > h1{
    font-family: Varela;
    color: white;
    font-size: 60px;
    text-shadow: 10px 2px  5px rgba(0, 0, 0, 0.459);
}
/* Começo bio */

.textoBio{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.biografia{

    font-family: Gabarito;
    width: 100%;
    height: 700px;
}

.imgBiografia{
    border-radius: 50%;
    overflow: hidden;
    width: 400px;
    height: 400px;
    display: flex;
    background: radial-gradient(circle, rgba(179,179,179,1) 0%, rgba(85,85,85,1) 100%);  
    /* background: radial-gradient(circle, rgba(74,53,25,1) 0%, rgba(120,85,38,1) 100%); */
    /* background-color: white; */

}

.imgBiografia > img{
    
    object-fit: cover;
}

.bordaSection{
    position: absolute;
    width: 100%;
}

.bordaDireita{
    transform: rotateZ(180deg);
    right: 27px;
}


.bordaSection > img{
    height: 27rem;
}
/* Começo trabalho */
.JogSection{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.textoJob{
    margin: 50px;
    width: 100%;
    font-size: larger;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    right: 72px;
}
.TituloArtes{
    font-size: 30px;
    width: 100%;
}

.borderBio{
    margin-left: 50px;
    max-width: 400px;
    padding: 5px;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(to right, #886931, #ecaa46);
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.274);
} 

.arteJob{
    width: 100%;
    height: 100%;
}


.arteJob > img{
    width: 400px;
    height: 400px;
}

/* Cards Paginas gerenciadas inicio */
.grupo1, .grupo2{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;

}

.fundoFotoCard{
    background-color: rgba(0, 0, 0, 0.103);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    
    background-size: contain;
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1);
    border-radius: 30px;
}


.grupo2{
    width: 100%;
}

.botaoSlide{
    background-color: transparent;
    border: 0;
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1);
}

.botaoSlide:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1);
}

.botaoSlide > img{
    width: 60px;
    height: 80px;
}

#botaoVoltar > img{
    transform: rotateZ(180deg)
}

.Artes{
    width: 100vw;
    height: 700px;
    flex-wrap: wrap;
}

.ArtesFeitas{
    width: 95%;
    display: flex;
    align-items: center;
}

.paginasAdmin > img{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    height: 150px;
    border-radius: 20px;
}

.paginasAdmin{
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    z-index: 1;
}


.cards > h3{
    z-index: 1;
}

.cards{
    font-family: Gabarito;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.322);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    flex-wrap: wrap;
    height: 527px;
    transition: 500ms;
}

.borderCard{
    max-width: 500px;
    padding: 5px;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(to right, #886931, #ecaa46);
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1) ;
    
} 

.borderCard:hover{
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1) ;
    transform: scale(1.06);
}

.cards, .fundoFotoCard:hover{
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1) ;
    transform: scale(1.05);
    
}
/* Parte do js */
.cardEntrada{animation: cardEntrada 2s forwards cubic-bezier(0.33, 1, 0.68, 1) ;}
.cardSaida{animation: cardSaida 2s forwards cubic-bezier(0.33, 1, 0.68, 1);}   

@keyframes cardEntrada {
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
} 

@keyframes cardSaida {
    0%{
        transform: translateX(0);
        opacity: 1;
    }
    100%{
        transform: translateX(100%);
        opacity: 0; 
    }
}
/* Começo desings */
.TituloDesign{
    width: 100%;
    height: 200px;
}

.TituloDesign > h5{
    font-size: 30px;
}

.DesignSection{
    width: 100vw;
    flex-wrap: wrap;    
}

.BodyDesigns{
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.DesingsFeitos{
    width: 200%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cardDesing{
    margin: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 300px;
    height: 300px;
}

.cardDesing > img{
    display: flex;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.decoDetal{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

.decoDetal > img{
    width: 76%;
    height:71px;
}
/* Inicio Contato */
.Contatos{
    margin-top: 100px;
    position: relative;
    width: 100vw;
    height: 600px;
}

.container{
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.container > h6{
    font-size: 30px;
    width: 100%;
    height: 50px;
}

.container  > p{
    width: 100%;
    font-size: 25px;
}

.container > a{
    width: 200px;
    height: 60px;
    border-radius: 20px;
    outline: 0;
    border: 0;
    background-color: #ecaa46;
    font-size: 20px;
    transition: 700ms cubic-bezier(0.33, 1, 0.68, 1);
    font-family: Gabarito;
    color: #000000;
    text-decoration: none;
}

.container > a {
    color: black;
    text-decoration: none;
    font-size: 22px;
}

.container > a:hover{
    color: white;
    transition: 500ms cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    box-shadow: 0px 0px 20px 5px #f1af4daf;
}

.bordaSectionFinal{

    display: flex;
    align-items: center;
}

.cantoFinalCentro {
    width: 100%;
}
.cantoFinalCentro > img{
    height: 90px;
   
}

.cantoFinalSite > img{
    width: 180px;
    height: 180px;
}

#cantoDireitoFinal{
    transform: scale(-1,1);   

}


/* Responsividade começo */
@media screen and (max-width: 768px) {

    header{
        display: none;
    }

    .bordaSection{
        display: none;
    }

    .centerSide{
        padding: 20px;
    }

    .textoBio > p{
        margin-top: 20px;
    }
    .borderBio{
        margin-left: 0px;
        width: 300px;
        height: 300px; 

    }


    .imgBiografia{
        width: 300px;
        height: 300px;
        overflow: hidden;
    }

    .imgBiografia > img{ 
        max-width: 1500px;
    }

    .celularDiv{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .textoBio{
        width: 100%;
        padding: 20px;
    }
    .biografia{
        flex-wrap: wrap;
    }

    .textoJob{
        right: 0px;
        width: 100%;
    }

    .textoJob > p{
        margin-top: 20px;
    }

    .grupo1, .grupo2{
        flex-wrap: wrap;
    }
    
    .botaoSlide{
        display: none;
    }

    .Artes{
        height: 122em;
    }
    .borderCard{
        margin-left: 0;
    }

    .borderCard{
        margin-top: 30px;
    }

    .ArtesFeitas{
        flex-wrap: wrap;
    }

    #botaoVoltar{
        display: none;
    }

    .container > p{
        flex-wrap: wrap;
        font-size: 15px;
        padding: 15px;
        text-align: center;
    }
    .bordaSectionFinal > img{
       height: 56px;
    }
    .bordaSectionFinal{
        width: 100%;
    }

    .cantoFinalSite{
        display: none;
    }

    .cantoFinalCentro {
        width: 100%;
    }
    .cantoFinalCentro > img{
        height: 44px;
    }

    .container > a{
        animation: pulsando 2s alternate infinite cubic-bezier(0.33, 1, 0.68, 1);
    }

    .arteJob{
        height: 30%;
    }

    .arteJob > img{
        width: 290px;
        height: 290px;
    }
    
    .JogSection{
        height: 65em;
    }
}

@media screen and(max-width: 500px){
    .bordaSectionFinal > img{
        height: 40px;
        width: 100px;
    }
    .bordaSectionFinal{
        width: 100px;
    }
    #botaoVoltar{
        display: none;
    }   
}

@keyframes pulsando {
    0%{
        color: black;
        box-shadow: none;
    }
    100%{
        color: white;
        box-shadow: 0px 0px 20px 5px #f1af4daf;
    }
    
}