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

section > div > div {
    text-align: center;
	height: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0 -20px 60px;
    color: rgb(226, 226, 226);
}
section:nth-of-type(odd) > div > div {
	transform: skew(0, 10deg);
}
section:nth-of-type(even) > div > div {
	transform: skew(0, -10deg);
}
section:nth-of-type(odd) > div > div > div {
	transform: skew(0, -10deg);
}
section:nth-of-type(even) > div > div > div {
	transform: skew(0, 10deg);
}
section > div > img {
    position: relative;
}
section {
    margin: 100px auto;
    font-family: Poppins;
}
section > div {
    width: 65%;
    margin: auto;
    text-align: center;
}

.celeste {
    font-family: 'Celeste', Aral;
    margin-top: -100px;
    background-color: palevioletred;
    background-image: linear-gradient(180deg, palevioletred, rgb(240, 87, 219),rgb(61, 8, 54) 90%, #00191a 99.9%);
    margin-bottom: -100px;
    padding-bottom: 220px;
}
.celeste > div > img {
    width: 40%;
    top: 10vw;
    left: 16vh;
    transform: rotate(20deg);
}

.celeste > div > div {
    background-color: rgb(214, 177, 255);
    padding: 40px;
}
.textoFlutuante div {
    animation-name: flutuando;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin: -3px;
    font-size: 8vw;
    font-weight: bolder;
    font-style: italic;
    display: inline-block;
    margin-bottom: 30px;
}
.textoFlutuante div:nth-of-type(2) {  
    animation-delay: .2s;
}
.textoFlutuante div:nth-of-type(3) {  
    animation-delay: .4s;
}
.textoFlutuante div:nth-of-type(4) {  
    animation-delay: .6s;
}
.textoFlutuante div:nth-of-type(5) {  
    animation-delay: .8s;
}
.textoFlutuante div:nth-of-type(6) {  
    animation-delay: 1s;
}
.textoFlutuante div:nth-of-type(7) {  
    animation-delay: 1.2s;
} 
.textoFlutuante div:nth-of-type(8) {  
    animation-delay: 1.4s;
} 
.textoFlutuante div:nth-of-type(9) {  
    animation-delay: 1.6s;
} 

.celeste > div > div > div {
    transform: skew(0, -10deg);
    padding: 30px;
    color: #09223E;
    font-size: 1.3vw;
}
.celeste > div > div > div > img {
    animation-name: rodando;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    transform: skew(0, 2deg);
    padding: 30px;
    width: 100%;
}
.celeste iframe {
    width: 80%;
    height: 60vh;
    border: none;
    margin: 20px 0;
}
.celeste > div > div > div > div:nth-of-type(2) > img:nth-of-type(1) {
    width: 100%;
    top: 0;
    position: relative
}
.celeste > div > div > div > div:nth-of-type(2) > p {
    padding: 0 100px;
    position: relative;
    top: -9.5vw;
    font-size: 1.2vw;
    color: white;
    z-index: 1;
}
.celesteConteudo > div:nth-of-type(1)  {
    margin-top: -50px;
}
.celesteConteudo > div  {
    align-items: center;
    margin: 50px 0;
}
.celesteConteudo > div > div {
    width: 50%;
    padding: 10px;
}
.celesteConteudo > div > div p {
    padding: 10px;
    cursor: default;
}
.celesteConteudo > div > div > img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
}
.celesteConteudo > div > div > img:hover {
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.479) 0px 0px 50px 3px;
}
.celesteConteudo > div {
    background-color: rgba(255, 255, 255, 0.151);
    border-radius: 10px;
    padding: 10px;
}
.celeste audio {
    width: 100%;
}
.celesteConteudo > div:nth-of-type(3),
.celesteConteudo > div:nth-of-type(4) {
    flex-wrap: wrap;
}
.celesteConteudo > div:nth-of-type(3) > div:nth-of-type(1),
.celesteConteudo > div:nth-of-type(4) > div:nth-of-type(1) {
    width: 100%;
}
.celesteConteudo > div:nth-of-type(4) > div:nth-of-type(2),
.celesteConteudo > div:nth-of-type(4) > div:nth-of-type(3),
.celesteConteudo > div:nth-of-type(4) > div:nth-of-type(4) {
    width: 30%;
    background-color: rgba(255, 255, 255, 0.151);
    border-radius: 10px;
    margin: 0 10px;
}
.celesteConteudo > div:last-of-type {
    margin-bottom: 100px;
}

@keyframes flutuando {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 20px); }
    100%   { transform: translate(0, 0px); }   
}

/* ? -=-=- SECAO HOLLOW KNIGHT -=-=- */
.hollowKnight {
    font-family: 'Times New Roman', 'Arial';
    background-color: #00191a;
    padding-bottom: 200px;
    z-index: -1;
    background-image: linear-gradient(180deg, #00191a, rgb(2, 28, 46),rgb(2, 10, 59) 75%,#2029aa 84%, #cefdff 98% );
}
.hollowKnight > div {
    top: 100px;
    margin-top: -150px;
    text-align: left;
}
.hollowKnight > div > img {
    width: 40%;
    top: 17vw;
    left: 10vh;
}
.hollowKnight > div > div {
    background: #0c2829;
    padding: 20px;
    background-image: 
        url(../img/hollowknight/fleurscanto.png), 
        linear-gradient(#0c2829 30%, #111344, black);

    background-repeat: no-repeat, repeat-x ;
    background-position: 8px 8px;
    background-size: 60%;
    border: 10px solid rgba(51, 62, 64, 0.5)
}

.hollowKnight > div > div > img {
    position: relative;
}
.hollowKnight > div > div h2 {
    cursor: default;
    color: transparent;
    font-size: 5vw;
    text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.3);
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color:white;
    transition: all 1s;
}
.hollowKnight > div > div h2:hover {
    text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.644);
    -webkit-text-stroke-width: 0.1rem;
    -webkit-text-stroke-color:white;
}

    /* CONTEUDO DENTRO DO FORMATO */
.hollowKnight > div > div > div {
    transform: skew(0, 10deg);
    padding: 50px;
    margin-top: 40px;
    background-image: url(../img/hollowknight/B_Radiance.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center 100vh;
    text-align: center;
}
.hollowKnight > div > div > div > h3 {
    font-size: 2.7vw;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 30% white solid;
    font-style: italic;
    cursor: default;
}
.hollowKnight > div > div > div > h3 > span {
    transition: all 4s;
}
@keyframes esquecido {
    0% {color: #e2e2e2;}
    90% {color: transparent;}
    100% {color: #e2e2e2;}
}
.hollowKnight > div > div > div > h3:nth-last-of-type(2):hover > span {
    animation-name: esquecido;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes corrompido {
    0% {color: #e2e2e2;}
    90% {color: orange;}
    100% {color: #e2e2e2;}
}
.hollowKnight > div > div > div > h3:nth-last-of-type(1):hover > span {
    animation-name: corrompido;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.hollowKnight > div > div > div > p {
    font-size: 1.2vw;
    padding: 0 5vw;
    margin-bottom: 30px;
}
.hollowKnight > div > div > div > .fleurMaiorCentro {
    width: 85%;
    margin-bottom: 20px;
}
.hollowKnight > div > div > div > .fleurMenorCentro {
    width: 15%;
    margin: 20px 0;
}.hollowKnight > div > div > div > .fleurCentro {
    width: 25%;
    margin: 20px 0;
}
.hollowKnight > div > div > div iframe {
    width: 80%;
    height: 60vh;
    border: none;
    margin: 20px 0;
}
.hollowKnight > div > div > div > audio {
    width: 60%;
    display: inline-block;  
}
.hollowKnight .container {
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    gap: 20px;
    flex-wrap: wrap;
}
.hollowKnight .container > img:nth-of-type(1) {
    width: 80%;
    border: 3px solid rgb(27, 27, 94);
}
.hollowKnight .container > img {
    width: 47%;
    border: 3px solid rgb(27, 27, 94);
    transition: all .5s;
}
.hollowKnight .container > img:hover {
    transform: scale(1.02);
    box-shadow: rgba(255, 255, 255, 0.315) 0px 0px 50px 3px;

}
.hollowKnight > div > div > div > .fleurMenorCentro:last-of-type {
    display: block;
    margin: auto;
}

.terraria {
    font-family: terraria, Arial;
    background-color: rgb(191, 229, 255);
    padding-bottom: 200px;
    margin: -180px 0;
    z-index: -1;
    background-image: linear-gradient(180deg, #cefdff, rgb(164, 223, 231),rgb(160, 173, 255) );
}
.terraria > div > div {
    box-shadow: none;
    background-image: linear-gradient(180deg,green 0%, green 25%, transparent 26%, transparent 90%, green 91%, green 100% );
    padding-bottom: 200px;
    margin-bottom: 300px;
}
.terraria > div > img {
    transform: scalex(-1);
    top: 6vw;
    width: 80%;
}
.terraria > div > div > div > img:first-of-type {
    width: 70%;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.terraria > div > div > div > div > img {
    width: 90%;
    transition: all .5s;
}
.terraria > div > div > div > div > img:hover {
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.479) 0px 0px 50px 3px;
}
.terraria > div > div > div > div {
    margin-bottom: 5px;
    background-color: green;
    padding: 40px;
}
.terraria p {
    font-size: 2vw;
    margin: 60px 40px;

}
.terraria > div > div > div > div:nth-of-type(4) > p:nth-of-type(1) {
    font-size: 7vw;
}
.terraria > div > div > div > div:nth-of-type(4) > p:nth-of-type(2) {
    font-size: 4vw;
}
.terraria > div > div > div > div:nth-of-type(4) p:nth-of-type(3) {
    font-size: 8vw;
}
.terraria iframe {
    width: 80%;
    height: 60vh;
    border: none;
    margin: 20px 0;
}
.terraria > div > div > div > div:nth-of-type(2) > div {
    width: 30%;
}
.terraria > div > div > div > div:nth-of-type(2) > div p {
    font-size: 1.5vw;
}
.terraria > div > div > div > div:nth-of-type(5) {
    flex-wrap: wrap;
}
.terraria > div > div > div > div:nth-of-type(5) > div {
    width: 40%;
}
.terraria > div > div > div > div:nth-of-type(5) > div:nth-of-type(1) {
    width: 100%;
}
.terraria > div > div > div > div:nth-of-type(5) > span {
    width: 100%;
}
.terraria .steam p {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 1vw;
}
.terraria > div > div > div > div:nth-of-type(1) {
    background-color: lightblue;
    background-image: linear-gradient(180deg, rgb(82, 212, 255),  black);
    color: black;
}
.terraria .container > div {
    background-image: linear-gradient(200deg, rgb(36, 145, 36), rgb(32, 160, 32));
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.terraria > div > div > div > div:nth-of-type(2) {
    background-color: rgb(102, 102, 102);
    background-image: linear-gradient(200deg, rgb(102, 102, 102), rgb(71, 71, 71), rgb(19, 18, 18), rgb(32, 7, 7));
}
.terraria > div > div > div > div:nth-of-type(3) {
    background-color: rgb(136, 18, 18);
    background-image: linear-gradient(200deg, red, rgb(117, 8, 8), rgb(63, 3, 3) );
}
.terraria > div > div > div > div:nth-of-type(4) {
    background-color: lightskyblue;
    background-image:   linear-gradient(250deg, rgb(32, 134, 168), lightskyblue);
}