/*About Us*/
body {
    min-height: 200vh;
    background: url(../img/site/FundoSobreNos.gif) no-repeat fixed ;
    background-position: top;
    background-size: cover;
    
}
.container {
    width: 100vw;
    height: 100vh;
    display: flex;

}

div.text-about {
    position: relative;
    width: 55%;
    height: 100%;
}

div.content-about {
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-30%,-65%);
    color: white;
    
}

.content-about div {
    margin-top: 10px;
}

div.content-about h3 {
    font-size: 10pt;
    font-weight: 100;
}

div.content-about h1 {
    position: relative;
    font-size: 100pt;
    font-family: "gamer";
    left: 10px;
    text-shadow: 8px 8px 1px black;
}

div.content-about p {
    position: relative;
    top: 20px;
    line-height: 30px;
    font-size: 15pt;
    

}

.btn-about {
    position: relative;
    margin-top: 40px;
    max-width: 500px;
    padding: 15px;
    background-color:  #008542;
    box-shadow: inset 5px 0 rgb(21 108 0 / 50%), inset -4px 0 rgb(100 253 31 / 50%), inset 0 5px rgb(100 253 31 / 99%), inset 0 -5px rgb(21 108 0 / 50%);
    text-align: center;
    border: 3px solid black;
    transition: all .1s;
    letter-spacing: .6px;
    cursor: pointer;
    
    
    
}

.btn-about:hover {
    transform: scale(1.05);
}

.SocialMedia {
    position: relative;
    top: 30%;
    left: 19%;
    width: 70px;
}

.SocialMedia:hover {
    transform: scale(1.2);
    transition: 1s all;
    
    cursor: pointer;
}


/*End About Us*/

/*COLORS*/

:root {

    --blue: #c5f6ff;
    --stroke: #522438;
    --green:#c2e688;
    --red:#fc6963;
    --light-brown:#a89e9b;
    --gray:#9ea1af;
}

/*GameBoy*/

button {
    outline: 0 !important;
    cursor: pointer;
}

button:focus {
    box-shadow: inset 0 0 !important;
}
.gameboy {
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gameboy-body {
    position: relative;
    top:65px;
    background-color:var(--blue);
    width: 320px;
    height: 540px;
    border-radius: 20px 20px 50px;
    border: 6px solid var(--stroke );
    box-shadow: inset 10px 0 rgba(255,255,255,.7), inset -10px 0 rgba(0,0,0,0.2);
    
}

.gameboy-head {
    width: 100%;
    height: 36px;
    border-bottom: 6px solid var(--stroke);
    box-shadow: 0 6px rgba(0,0,0,0.2);
    
}

.gameboy-head:before, .gameboy-head:after {
    content:"";
    height: 7%;
    width: 6px;
    background-color: var(--stroke);
    position:absolute;

}

.gameboy-head:before {left: 30px;}
.gameboy-head:after {right: 30px;}

.screen {
    width: 246px;
    background-color: var(--light-brown);
    margin: 30px 0 0 30px;
    border: 6px solid var(--stroke);
    padding: 30px;
    border-radius: 10px 10px 30px;
    position: relative;
    overflow: hidden;
}

.screen .glass {
    width: 100%;
    height: 160px;
    background-color: var(--green);
    border: 6px solid var(--stroke);
    box-shadow: inset 6px 6px rgba(0,0,0,.2);

    
}

.glass:after, .glass:before{
    content: "";
    height: 200%;
    width: 30px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    transform: rotate(45deg);
    top: -80px;
  
}

.glass::after {right: -20px; width: 50px !important;}

.screen span {
width: 10px;
height: 10px;
background-color: var(--red);
position: absolute;
left: 10px;
border-radius: 50%;
border: 2px solid var(--stroke);
top: 50%;
margin-top: -10px;

}

.screen:after, .screen:before {
    content: "";
    height: 3px;
    position: absolute;
    top: 12px;
    background-color: var(--stroke);
}

.screen:before {
    width: 100px;
    left: 10px;
}

.screen:after {
    width: 30px;
    right: 10px;
}

.actions {
    padding: 20px 14px 0;
}

.directions {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid var(--stroke);
    background-color: var(--gray);
    position: relative;
    display: flex;
    float: left;
}

.directions button {
    border: 6px solid var(--stroke);
    background-color: var(--light-brown);
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
}

.arrow-left {
    border-right: none !important;
    box-shadow: inset 0 4px #fff, inset 0 -4px rgba(0,0,0,0.2);
    top: 50%;
    margin-top: -15px;
    left: 13.5px;
}

.arrow-top {
    border-bottom: none !important;
    box-shadow: inset 0 4px #fff;
    left: 50%;
    margin-left: -15px;
    top: 13.5px;

}

.arrow-right {
    border-left: none !important;
    box-shadow: inset 0 4px #fff, inset 0 -4px rgba(0,0,0,.2);
    top: 50%;
    margin-top: -15px;
    right: 13.5px;

}

.arrow-bottom {
    border-top: none !important;
    box-shadow: inset 0 -4px rgba(0,0,0,.2);
    left: 50%;
    margin-left: -15px;
    bottom: 13.5px;
}

.diretions:after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--light-brown);
    position: relative;
    top: 50%;
    left: 50%;
    margin: -15px;
    z-index: 1;
}

.buttons {
    border: 6px solid var(--stroke);
    padding: 8px 3px;
    background-color: var(--gray);
    border-radius: 100px;
    float: right;
    position: relative;
    transform: rotate(-20deg);
    top: 30px;
}

.buttons button {
    background-color: var(--red);
    border: 6px solid var(--stroke);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    box-shadow: inset 4px 0 rgba(255,255,255,.7), inset -4px 0 rgba(0,0,0,.2);
    margin: 0 5px;
}

.start-reset {
    list-style: none;
    text-align: center;
    width: 100%;
    float: left;
}

.start-reset li {
    display: inline-block;
    margin: 0 15px;
}

.start-reset li button {
    border: 6px solid var(--stroke);
    background-color: var(--light-brown);
    width: 20px;
    height: 50px;
    padding: 0;
    border-radius: 10px;
    box-shadow: inset 3px 0 #fff, 3px 0 rgba(0,0,0,.2);
    transform: rotate(60deg);
    position: relative;
    left: -25px;
    top: -10px;
}

.points {
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.points span {
    font-size: 25px;
    line-height: 0px;
    letter-spacing: 3px;
    margin-top: -3px;
    display: block;
    color: var(--stroke);
}

/* Content 2 */

/*Cards*/



.container:nth-child(3) {
    background-image: url(https://img.freepik.com/fotos-premium/fundo-de-jogos-de-arcade-dos-anos-80-nostalgico-retro-dos-anos-80_962764-95575.jpg);
    position: relative;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;  
    width: 90%;
    height: 80vh;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    border-radius: 30px;
    box-shadow: 1px 1px 10px black;
    overflow-y: scroll;
}

.members {
    position: relative;
    font-family: 'gamer';
    top: 40px;
    color: white;
    left: 10%;
    font-size: 70pt;
}

.members2 {
    position: relative;
    color: white;
    top: 20px;
    right: 10%;
    font-family: 'Press Start 2P';
    font-size: 10pt;
    float: right;
}

.card-container {
    overflow-y: scroll;
    width: 100vw;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 30px; 
    padding-top: 100px; 
    
}

.card {
    width: 250px;
    height: 300px;
    perspective: 1000px;
    

}

.face {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .5s;
    text-align: center;
    box-shadow: inset 0px 4px rgb(34, 240, 2), inset -4px 0 rgba(34, 240, 2, .5), inset 4px 0 rgba(255,255,255,.7), inset 0 -4px rgba(0,0,0,.5);
    
}

.front {
    background-color: #008542;
    transform: rotateY(0deg);
    padding: 10px;
    
}

.front h3 {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    background-color: rgba(0,0,0,.2);
    color: white;
    font-size: 10pt;
    font-weight: 100;
    font-family: 'Press Start 2P';

}

.front h1 {
    font-weight: 500;
    font-size: 17.5pt;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'SuperMario';
    text-shadow: 1px 1px 7px black;
}

#nayara {
    background: url(https://i.pinimg.com/564x/08/05/f3/0805f3f1a598a89383a57a74fc8bcc69.jpg) no-repeat center;
    background-size: cover;
    color: white;

}

#nayara h1 {
    font-size: 20pt;
}

#bruno {

    background: url(https://files.meiobit.com/wp-content/uploads/2021/08/Sonic-The-Hedgehog-1060x596.png) no-repeat center;
    background-size: cover;
    color: white;
    

}

#bruno h1 {
    font-family: "sonic";
    color:white;
    font-size: 20pt;
}

#allana {
    background: url(https://rodasdadiversao.files.wordpress.com/2014/12/fundo-pacman.jpg) no-repeat center;
    background-size: cover;
    color: white;

}

#allana h1 {
    font-family: 'pacMan';
    font-size: 20pt;
    
}

#nickolas {

    background: url(https://upload.wikimedia.org/wikipedia/pt/4/46/Street_Fighter_II_%28arcade%29_screenshot.png) no-repeat right;
    background-size: cover;  
    color:white;
}

#nickolas h1 {
    font-size: 20pt;
    color: rgb(255, 255, 255);
   
}

#pedro {
    background: url(../img/site/bgDonkeyKong.jpg);
    background-size: cover;
    background-position: center;
    color: white ;
}

#pedro h1 {
    font-family: "DonkeyKong";
    font-size: 30pt;
    letter-spacing: 3px;
}

#maria {
    background: url(https://i.pinimg.com/originals/de/f4/de/def4de12a99961d3913a98418bfe78e7.jpg);
    background-size: cover;
    color: white;
}

#maria h1 {
    font-size: 20pt;
}

#castiel {
    background: url(https://urbanarts.vteximg.com.br/arquivos/ids/4783344/quadro-space-invaders-atari.jpg?v=637201623548230000);
    background-size: cover;
    color: white;
}

#castiel h1 {
    font-family: "arcade";
    font-size: 18pt;
}

.back {
    background-color: rgb(26, 26, 26);
    transform: rotateY(180deg); 
    
}

.back .imgFace {
    width: 100%;
    height: 50%;
 
}

.back .imgFace img {
    position: relative;
    bottom: 10px;
    width: 110px;
    height: 170px;
    border-radius: 30px;
    border: 3px solid black;
    

}

.back .name {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 20px;
    width: 90%;
    height: 30%;
    background-color:rgba(0,0,0,.5);
    
}

.name h1 {
    position: relative;
    bottom: 3px;
    font-size: 30pt;
    color: white;
    font-weight: 100;
    font-family: 'gamer';
    text-transform: uppercase;
    
}

.name img {
    width: 50px;
}



.card:hover .front {
    transform: rotateY(-180deg);
}

.card:hover .back {
    transform: rotateY(0deg);
}

/*End-Cards*/

/*Footer*/ 

footer {
    position:relative;
    width: 100vw;
    height: 100px;
    background-color: black;
    bottom: -30vh;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer h1 {
    font-family: "Press Start 2P";
    font-weight: 500;
    font-size: 12pt;
    margin: 100px;
 
}

/*Transition Content*/

.hidden {
    opacity: 0;
    filter: blur(15px);
    transition: all 1s;
    transform: translateX(-100%);
  }
  
  .show {
    opacity: 1;
    filter: blur(0);
    transition: all 1s;
    transform: translateX(0);
  }
  .c2 {
    transition-delay: 200ms;
  }
  
  .c3 {
    transition-delay: 400ms;
  }
  
  .c4   {
    transition-delay: 600ms;
  }
  

  /* Animations */

  @keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
