body {
    background-color: #ffd3ec;
    background-image:  linear-gradient(135deg, #ffa6db 25%, transparent 25%), linear-gradient(225deg, #ffa6db 25%, transparent 25%), linear-gradient(45deg, #ffa6db 25%, transparent 25%), linear-gradient(315deg, #ffa6db 25%, #ffd3ec 25%);
    background-position:  21px 0, 21px 0, 0 0, 0 0;
    background-size: 21px 21px;
    background-repeat: repeat;
    width: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Maname", serif;
    font-weight: 400;
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background-color: pink;
}

body::-webkit-scrollbar-thumb {
    background-color: deeppink;
    background: url(../imagens/imagens-sala-de-jogos/glitter.webp);
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.container {
    width: 100vw;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fundo {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f854a6;
    margin: 20px 0;
    border-radius: 15px;
    padding: 10px;
}

.stamps{
    width: calc(100% - 6px);
    height: 130px;
    background: repeating-linear-gradient(#ffa5c7, #ff639f) ;
    border: 3px solid white;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sparkle{
    z-index: 2;
    width: 150px;
    position: absolute;
    left: 30px;
}

.stars{
    z-index: 3;
    position: absolute;
    left: 95px;
}

#st1{
    left: inherit;
    right: 95px;
    transform: scaleX(-1);
}

#sp1{
    left: inherit;
    right: 30px;
    transform: scaleX(-1);
}

.stamps-container{
    width: 92%;
    height: 75px;
    background: #ff2e85;
}

.marquee-row{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.marquee-block{
    position:relative;
    display: flex;
    align-items: center;
    width: 100%; 
    height: 100%;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: space-between;
}

.marquee-item-list{
    display: inline-flex;
}

.marquee-item-list img{
    height: 65px;
    white-space: nowrap;
    padding-right: 5px;
}

.marquee1{animation-name: marquee1;}

header {
    width: calc(100% - 20px);
    height: 90px;
    background: url(../imagens/imagens-sala-de-jogos/header.webp);
    padding: 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

header img{
    width: 33%;
    height: auto;
}

.star{
    width: 5%;
    height: auto;
}

.wrap{
    width: 100%;
    height: auto;
    display: flex;
}

span::selection,
button::selection,
img::selection,
div::selection,
a::selection {
    background-color: transparent;
}

/**aside**/
aside {
    width: 20%;
    height: auto;
    background-color: deeppink;
    border-right: #3b003b 5px solid;
}

.aside {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px;
}

/**audio**/
.audio {
    width: 80%;
    display: inline-flex;
    gap: 3px;
}

button {
    width: 20%;
    display: initial;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.hidden {
    display: none;
}

.comando {
    width: 100%;
}

.audio span {
    color: white;
    font-size: 0.8vw;
    text-align: center;
}

/**navegação**/
.menu {
    width: 90%;
    height: 82%;
    display: grid;
    grid-template-columns: calc(50% - 1px) calc(50% - 1px);
    grid-template-rows: auto auto auto auto auto auto;
    gap: 2px;
    background-color: white;
    border: 2px solid white;
    border-radius: 15px;
}

.menu>a {
    color: white;
    font-size: 2vw;
    text-decoration: none;
    letter-spacing: 0.8px;
    background-color: deeppink;
    text-align: center;
    padding-top: 8px;
}

#pg0 {
    grid-column: 1 / span 2;
    border-radius: 15px 15px 0 0;
    &:hover{
        background-color: skyblue;
    }
}

#pg1:hover {
    background-color: yellow;
}

#pg2:hover {
    background-color: hotpink;
}

#pg3:hover {
    background-color: darkorange;
}

#pg4 {
    background-color: chartreuse;
}

#pg5:hover {
    background-color: dodgerblue;
}

#pg6:hover {
    background-color: purple;
}

#pg7:hover {
    background-color: magenta;
}

#pg8:hover {
    background-color: springgreen;
}

#pg9 {
    border-radius: 0 0 0 15px;
    &:hover{
        background-color: orange;
    }
}

#pg10 {
    border-radius: 0 0 15px 0;
    &:hover{
        background-color: turquoise;
    }
}


/*sala*/
.sala{
    width: 80%;
    aspect-ratio: 2 / 1;
    background: url(../imagens/imagens-sala-de-jogos/fundo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.elementos{
    background-size: contain!important;
    background-repeat: no-repeat!important;
    position: absolute;
}

.fundo-jogos {
    background-color: purple;
}

.jogos-link {
    z-index: 4;
}

#especial{
    width: 41.50%;
    height: 99.6%;
    background: url(../imagens/imagens-sala-de-jogos/especial.webp);
    z-index: 3;
}

#painel{
    width: 48%;
    height: 57.6%;
    background: url(../imagens/imagens-sala-de-jogos/painel.webp);
    top: 1.93%;
    right: 26.97%;
    z-index: 2;
}

#tv{
    width: 45%;
    height: 102.86%;
    background: url(../imagens/imagens-sala-de-jogos/tv.webp);
    right: 0;
    bottom: 0;
    z-index: 3;
}

#boneca{
    width: 30%;
    height: 72%;
    background: url(../imagens/imagens-sala-de-jogos/boneca.webp);
    bottom: -5.78%;
    right: 31.79%;
    z-index: 2;
}

.jogo-especial {
    width: 16% !important;
    height: 27.6%;
    top: 24%;
    left: 11%;
}

.jogo-tv {
    width: 16% !important;
    height: 22%;
    right: 11%;
    top: 34%;
}

.jogo-painel {
    transform: rotate(-2deg);
}

.jogo-painel1 {
    width: 15.7%;
    height: 19.4%!important;
    top: 13%;
    left: 33%;
}

.jogo-painel2 {
    height: 16.8% !important;
    width: 14% !important;
    top: 13%;
    right: 35%;
}

.jogo-painel3 {
    width: 15.8% !important;
    height: 20.4% !important;
    top: 34.6%;
    left: 33%;
}

.jogo-painel4 {
    width: 13.5% !important;
    height: 17.8% !important;
    right: 35%;
    top: 32.4%;
}

footer{
    margin-bottom: 15px;
    color: deeppink;
    text-shadow: 0 0 10px #fff;
}

@keyframes marquee1 {
    0% { left: 0; }
    100% {left: -100%;}
    }