.allgamesSection .allGamesInner .heading{padding-top:20px;display:flex;justify-content:space-between;align-items:center}.allgamesSection .allGamesInner .heading .navigate{flex:1}.allgamesSection .allGamesInner .heading .navigate .backbutton{cursor:pointer;color:var(--primary);border:none;outline:none;display:flex;gap:5px;align-items:center;background:rgba(0,0,0,0);font-size:clamp(1rem,.9271rem + .3587vw,1.25rem)}.allgamesSection .allGamesInner .heading .title{flex:1;display:flex;justify-content:center;align-items:center}.allgamesSection .allGamesInner .heading .title h3{color:var(--primary)}.allgamesSection .allGamesInner .heading .filterWrap{flex:1;display:flex;justify-content:flex-end;align-items:center;color:var(--primary);font-size:clamp(1rem,.9271rem + .3587vw,1.25rem)}.allgamesSection .allGamesInner .context .games{padding:33px 0 66px;display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media screen and (min-width:550px){.allgamesSection .allGamesInner .context .games{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:650px){.allgamesSection .allGamesInner .context .games{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1024px){.allgamesSection .allGamesInner .context .games{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1230px){.allgamesSection .allGamesInner .context .games{grid-template-columns:repeat(5,1fr)}}.allgamesSection .allGamesInner .context .games .gameCard{position:relative;transition:.1s;border-radius:10px;overflow:hidden;min-width:200px;flex:1;height:90px;background-image:var(--bgimage);box-shadow:0 10px 0 0 var(--shadowcolor);cursor:pointer}.allgamesSection .allGamesInner .context .games .gameCard .bgImage{position:absolute;top:0;left:0;height:100%;width:100%}.allgamesSection .allGamesInner .context .games .gameCard .bgImage img{object-fit:cover;height:100%;width:100%}.allgamesSection .allGamesInner .context .games .gameCard .topContent{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.allgamesSection .allGamesInner .context .games .gameCard .topContent h4{text-shadow:0 0 10px #fff;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:768px){.allgamesSection .allGamesInner .context .games .gameCard .topContent h4{font-size:1.2rem}}.allgamesSection .allGamesInner .context .games .gameCard:hover{box-shadow:0 15px 0 0 var(--shadowcolor);transform:translateY(-5px)}.allgamesSection .allGamesInner .context .games .gameCard:active{box-shadow:0 0 0 0 var(--shadowcolor);transform:translateY(10px)}