:root {
--textcolor: #555555;
--linkcolor: #565872;
--gametitle-color: #ffffff;
--close-btn-bg-color: #ffffff;
--categories-bg-color: #ffffff;
--categories-bg-5color: #E1E7E8;
--categories-linkcolor: #565872;
--home-description-bg-color: #ffffff;
--game-description-bg-color: #ffffff;
--footer-copy-bg-color: #ffffff;
--mobile-playbutton-bg-color: #B0B6ED;
--thumb-bgcolor: #FFFFFF;
}
* {
box-sizing: border-box;
}
.wrapper {
max-width: 1920px;
margin: 15px auto;
min-height: 100vh;
display: flex;
flex-direction: column;
}
body {
background: var(--body-bg);
font-family: Arial, sans-serif;
margin: 0;
text-decoration: none;
}
.icon {
display: inline-block;
fill: var(--icon-color);
vertical-align: middle;
transition: transform 0.3s ease, fill 0.3s ease;
}
.icon:hover {
opacity: 0.5;
transition: visibility 0.3s, opacity 0.3s ease;
transform: scale(1.09);
}
.menu {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
position: sticky;
top: 15px;
z-index: 10;
border-radius: 8px;
height: 100%;
padding-bottom: 12px;
}
.menu .logo {
margin-bottom: auto;
text-align: center;
}
.menu .logo img {
margin-top: 10px;
margin-bottom: 10px;
max-width: 90px;
width: 100%;
}
.menu .icons {
display: flex;
gap: 15px;
justify-content: space-between;
align-items: center;
width: 100%;
border-top: 1px solid #6C6F8E;
padding: 6px 6px 6px;
position: relative;
}
.icons svg {
width: 32px;
height: 32px;
}
.menu .icons::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 1px;
height: 20px;
background-color: #6C6F8E;
opacity: 0.6;
}
.medium{
grid-row: span 2;
grid-column: span 2;
}
.large{
grid-row: span 3;
grid-column: span 3;
}
.search-game-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(73px, 1fr));
grid-auto-rows: minmax(73px, 73px);
grid-auto-flow: dense;
justify-content: center;
grid-gap: 0.5rem;
margin: 15px;
}
.search_page_box {
grid-row: span 1;
grid-column: span 2;
background: var(--thumb-bgcolor);
border-radius: 8px;
overflow: hidden;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border: none;
transition: transform 0.2s;
display: flex;
justify-content: center;
align-items: center;
padding-top: 16px;
}
.search_page_box button {
background: none;
border: none;
cursor: pointer;
}
.category-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(212px, 212px));
grid-auto-rows: minmax(100px, 100px);
grid-auto-flow: dense;
justify-content: center;
grid-gap: 0.8rem;
margin-top: 25px;
}
.category-game-list {
grid-row: span 1;
grid-column: span 2;
background: var(--thumb-bgcolor);
border-radius: 8px;
overflow: hidden;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border: none;
transition: transform 0.2s;
padding: 4px;
}
.category-game-list:hover {
transform: scale(1.09);
}
.category-game-list a {
display: flex;
align-items: center;
text-decoration: none;
}
.category-game-list img {
width: 92px;
height: 92px;
object-fit: cover;
border-radius: 8px;
display: block;
}
.text-category {
width: 100%;
padding: 5px 1px;
text-align: center;
flex-grow: 1;
font-size: 16px;
font-weight: bold;
color: var(--linkcolor);
word-wrap: break-word;
overflow-wrap: break-word;
min-width: 0;
}
@media (max-width: 600px) {
.category-game-list {
grid-column: span 1;
grid-row: span 2;
}
.category-game-list a {
display: flex;
flex-direction: column;
align-items: center;
}
.category-game-list img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 8px;
}
.category-game-list .text-category {
padding: 10px 2px;
}
}
.menu-list-class{
grid-row: span 1;
grid-column: span 1;
}
.category-name {
grid-row: span 1;
grid-column: span 2;
background: #fff;
border-radius: 8px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border: none;
transition: transform 0.2s;
display: flex;
justify-content: center;
align-items: center;
}
.category-name-title {
width: 100%;
padding: 5px 1px;
text-align: center;
flex-grow: 1;
font-size: 18px;
font-weight: bold;
color: var(--textcolor);
word-wrap: break-word;
overflow-wrap: break-word;
}
.category-name:hover {
transform: scale(1.09);
}
.other-name {
grid-row: span 1;
grid-column: span 1;
background: #fff;
border-radius: 8px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border: none;
transition: transform 0.2s;
display: flex;
justify-content: center;
align-items: center;
}
.other-name-title {
width: 100%;
padding: 5px 0;
text-align: center;
flex-grow: 1;
font-size: 14px;
font-weight: bold;
color: var(--textcolor);
}
.other-name:hover {
transform: scale(1.09);
}
.thumb {
position: relative;
border: none;
border-radius: 8px;
overflow: hidden;
box-shadow: 0px 4px 6px rgba(2, 4, 6, 0.8);
background: transparent;
transition: transform 0.2s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.thumb:hover {
transform: scale(1.09);
}
.thumb img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
display: block;
}
.list_game_title {
position: absolute;
bottom: 0;
width: 100%;
padding: 5px 0;
text-align: center;
font-size: 14px;
font-weight: normal;
background-color: rgba(0, 0, 0, 0.6);
color: var(--gametitle-color);
visibility: hidden;
opacity: 0;
transition: visibility 0.3s, opacity 0.3s ease;
}
.thumb:hover .list_game_title {
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 600px) {
.list_game_title {
font-size: 14px;
}
}
@media screen and (max-width: 400px) {
.thumb img {
object-fit: cover;
}
.list_game_title {
padding: 5px 0;
font-size: 12px;
}
}
.search-box {
position: fixed;
top: 0;
left: -200%;
width: 360px;
height: 100%;
background-color: var(--searchbox-bg-color);
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
transition: 0.3s;
z-index: 1000;
}
.searchbox-header-logo {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}
.search-box h3{
color: var(--textcolor);
}
.close-btn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
background-color: var(--close-btn-bg-color);
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 0 0 100px;
box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
z-index: 1100;
}
.close-btn:hover {opacity: 0.8;}
.close-btn .icon-menu-close{
margin: 0 0 10px 10px;
width: 28px;
height: 28px;
}
.search-box.open {
left: 0;
}
.search-input {
position: relative;
max-width: 360px;
margin: 10px;
}
.search-input input {
width: 100%;
outline: none;
padding: 15px;
border: none;
border-radius: 10px;
transition: background-color 0.3s;
box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
text-decoration: none;
font-size: 18px;
color: var(--textcolor);
}
.search-input .search-icon {
position: absolute;
right: 5px;
top: 10px;
width: 30px;
height: 34px;
}
.sc-area {
padding-bottom: 120px;
height: 100%;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.sc-area::-webkit-scrollbar{
display: none;
}
.top-games {
padding: 10px;
}
.top-games ul {
list-style-type: none;
padding: 0;
}
.top-games li {
margin: 10px 0;
}
.categories {
margin: 10px;
}
.categories ul {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style-type: none;
gap: 10px;
}
.categories li {
display: flex;
align-items: center;
background-color: var(--categories-bg-color);
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
width: calc(50% - 5px);
}
.categories ul li.hotcolor,
.categories ul li:last-child {
background-color: var(--categories-bg-5color);
}
.categories a {
padding: 10px 0 10px 5px;
text-decoration: none;
font-size: 15px;
color: var(--categories-linkcolor);
font-weight: bold;
flex-grow: 1;
display: flex;
align-items: center;
}
.categories li:hover {
opacity: 0.8;
}
.language-select {
display: block;
width: 100%;
background-color: var(--categories-bg-color);
border: none;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 10px;
font-size: 15px;
font-weight: bold;
color: var(--categories-linkcolor);
cursor: pointer;
transition: background-color 0.3s ease;
}
.language-select:hover {
background-color: var(--categories-bg-5color);
}
.language-select:focus {
outline: none;
box-shadow: 0 0 5px var(--categories-bg-5color);
}
.language-select option {
background-color: var(--categories-bg-color);
color: var(--categories-linkcolor);
font-weight: bold;
padding: 10px;
}
.language-select option:checked {
background-color: var(--categories-bg-5color);
}
.game-container-column {
max-width: 100%;
}
@media screen and (max-width: 212px) {
.medium{
grid-row: span 1;
grid-column: span 1;
}
}
@media screen and (max-width: 325px) {
.large{
grid-row: span 2;
grid-column: span 2;
}
}
.game-grid {
order: 1;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 100px));
grid-auto-rows: minmax(100px, 100px);
grid-auto-flow: dense;
justify-content: center;
grid-gap: 0.8rem;
}
.ads_game_right {
grid-row: span 6;
grid-column: span 2;
display: table;
width: 100%;
height: 100%;
max-width: 100%;
text-align: center;
overflow: hidden;
background: var(--thumb-bgcolor);
}
.ads_game_bottom {
grid-row: span 1;
grid-column: span 7;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
max-width: 100%;
text-align: center;
overflow: hidden;
background: var(--thumb-bgcolor);
}
.ads_content_1 {
display: flex;
align-items: center;
justify-content: center;
}
.advert-vertical {
font-size: 12px;
font-weight: normal;
writing-mode: vertical-rl;
transform: rotate(180deg);
margin-right: 10px;
}
.ads_content_2{
display: table-cell;
vertical-align: middle;
}
.advert-label {
font-size: 12px;
color: #999;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 4px;
display: block;
}
.game-container-column {
max-width: 100%;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
grid-row: span 5;
grid-column: span 4;
}
@media (min-width: 200px) {
.game-container-column {
grid-row: span 4;
grid-column: span 3;
}
}
@media (min-width: 640px) {
.game-container-column {
grid-row: span 4;
grid-column: span 3;
}
}
@media (min-width: 768px) {
.game-container-column {
grid-row: span 4;
grid-column: span 4;
}
.ads_game_mobile {
display: none;
}
}
@media (max-width: 768px) {
.ads_game_bottom,
.ads_game_right {
display: none !important;
}
.ads_game_mobile {
grid-row: span 6;
grid-column: span 3;
display: table;
width: 100%;
height: 100%;
max-width: 100%;
text-align: center;
overflow: hidden;
background: var(--thumb-bgcolor);
}
}
@media (min-width: 1024px) {
.game-container-column {
grid-row: span 5;
grid-column: span 8;
}
}
@media (min-width: 1280px) {
.game-container-column {
grid-column: span 8;
}
}
@media (min-width: 1440px) {
.game-container-column {
grid-row: span 5;
grid-column: span 9;
}
}
@media (min-width: 1536px) {
.game-container-column {
grid-row: span 6;
grid-column: span 9;
}
}
@media (min-width: 1920px) {
.game-container-column {
grid-row: span 7;
grid-column: span 10;
}
}
.game-container {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
border: none;
overflow: hidden;
background-color: #fff;
text-align: center;
}
.game-container #gameplayMbtn {
background: linear-gradient(135deg, #4b79a1, #283e51);
margin: 5px;
padding: 10px;
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.game-container #gameplayMbtn img {
border-radius: 8px;
}
.game-container #gameplayMbtn h2 {
color: var(--gametitle-color);
font-size: 20px;
font-weight:bold;
}
.game-container #gameplayMbtn .game-average-total-votes {
margin-bottom: 10px;
color: var(--gametitle-color);
}
.game-container #gameplayMbtn .btn-play-game {
padding: 10px 5px;
background-color: #ffffff;
color: var(--textcolor);
border: none;
border-radius: 8px;
width: 200px;
height: 50px;
font-size: 18px;
font-weight:bold;
cursor: pointer;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
transition: transform 0.3s, background 0.3s;
}
.game-container #gameplayMbtn .btn-play-game:hover {
transform: scale(1.09);
}
.game-container #iframe-container {
flex: 2;
padding: 0;
margin: 0;
width: 100%;
display: none;
position: relative;
}
#iframe-container .move-btn {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 10;
border: none;
touch-action: none;
cursor: pointer;
background-color: var(--close-btn-bg-color);
width: 36px;
height: 36px;
padding: 2px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 8px 8px 0;
box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
}
.game-container .game-actions-bar {
display: flex;
flex-direction: column;
align-items: center;
padding: 5px;
background-color: #fff;
border-left: 1px solid #B0B6ED;
height: 100%;
width: 60px;
}
.game-container .game-actions-bar button {
background: none;
border: none;
cursor: pointer;
color: #6C6F8E;
margin: 8px 0;
}
.game-container .game-actions-bar button svg {
width: 32px;
height: 32px;
}
#like-btn.active .icon-like{
fill: #4CAF50;
}
#dislike-btn.active .icon-dislike{
fill: #f44336;
}
#favorite-btn.active .icon-star{
fill:  gold;
}
[data-tooltip] {
position: relative;
cursor: pointer;
}
[data-tooltip]:hover::after {
content: attr(data-tooltip);
position: absolute;
top: 130%;
right: 0;
left: auto;
transform: none;
background: var(--body-bg);
color: #fff;
padding: 8px 12px;
border-radius: 8px;
font-size: 12px;
white-space: normal;
width: 50px;
text-align: center;
z-index: 9999;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
[data-tooltip]:hover::before {
content: '';
position: absolute;
top: 110%;
right: 5px;
left: auto;
border-width: 6px;
border-style: solid;
border-color: var(--body-bg) transparent transparent transparent;
}
#hataForm {
position: fixed;
bottom: 0px;
right: -300px;
width: 300px;
background-color: white;
border-radius: 8px 0 0 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 20px;
transition: right 0.3s ease;
z-index: 1000;
font-size: 15px;
font-weight:normal;
color: var(--textcolor);
}
#hataForm.visible {
right: 0;
display: block;
}
#hataForm .hidden {
display: none;
}
#hataForm h4 {
margin: 0 0 5px;
font-size: 18px;
}
#hataForm textarea {
width: 100%;
height: 60px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
resize: none;
transition: border-color 0.3s;
}
#hataForm textarea:focus {
border-color: #ccc;
outline: none;
}
#hataForm .select-group, #hataForm .textarea-group {
margin-bottom: 10px;
}
#hataForm .select-group label, #hataForm .textarea-group label{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
#hataForm .select-group select {
width: 100%;
padding: 8px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: white;
cursor: pointer;
}
#hataForm .select-group select:focus {
outline: none;
border-color: #ccc;
}
#hataForm button {
color: var(--linkcolor);
background-color: var(--categories-bg-5color);
font-weight:bold;
border: none;
border-radius: 5px;
padding: 10px 15px;
cursor: pointer;
transition: background-color 0.3s;
}
#hataForm button:hover {
opacity: 0.8;
}
#shareMenu {
position: fixed;
bottom: 0px;
right: -250px;
width: 250px;
background-color: white;
border-radius: 8px 0 0 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 10px;
transition: right 0.3s ease;
z-index: 1000;
}
#shareMenu.show {
right: 0;
}
.share-link {
display: flex;
align-items: center;
margin: 5px 0;
padding: 10px 15px;
border-radius: 5px;
text-decoration: none;
color: var(--linkcolor);
background-color: var(--categories-bg-5color);
transition: background-color 0.3s ease, color 0.3s ease;
}
.share-link:hover {
opacity: 0.8;
}
#copyLink {
background-color: var(--categories-bg-5color);
color: var(--linkcolor);
font-weight:bold;
}
#copyLink:hover {
opacity: 0.8;
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}
.blink {
animation: blink 1s infinite;
}
.breadcrumb {
list-style-type: none;
list-style: none;
padding: 0 0 10px 0;
display: flex;
flex-wrap: wrap;
}
.breadcrumb li {
display: inline;
white-space: nowrap;
margin-bottom: 5px;
}
.breadcrumb li::after {
content: '›';
margin: 0 5px;
}
.breadcrumb li:last-child::after {
content: '';
}
.game-meta {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 12px 16px;
border-radius: 8px;
font-family: Arial, sans-serif;
font-size: 14px;
color: #333;
max-width: 300px;
margin: 16px 0;
}
.game-meta p {
margin: 6px 0;
}
.game-meta strong {
color: #555;
}
.game-meta time {
color: #000;
}
section a, footer a {
position: relative;
color: var(--linkcolor);
text-decoration: underline !important;
transition: color 0.3s, transform 0.3s;
}
section a:hover, footer a:hover {
opacity: 0.8;
transform: scale(1.1) !important;
}
section.game{
order: 2;
color: var(--textcolor);
margin: 40px 0 0 0;
font-size: 16px;
box-sizing: border-box;
position: relative;
text-decoration: none;
}
section .game-description {
background-color: var(--game-description-bg-color);
margin-bottom: 40px;
padding: 20px;
}
section .game-description h1 {
font-size: 24px;
margin-bottom: 15px;
}
section .game-description h2 {
font-size: 20px;
margin-bottom: 15px;
}
section .game-description p {
line-height: 1.6;
margin-bottom: 15px;
}
section.home{
order: 2;
color: var(--textcolor);
margin: 40px 0 0 0;
font-size: 16px;
box-sizing: border-box;
position: relative;
text-decoration: none;
}
section .home-description {
background-color: var(--home-description-bg-color);
margin-bottom: 40px;
padding: 20px;
}
.description-content {
min-width: 300px;
}
.description-banner {
flex: 0 0 300px;
max-width: 100%;
}
.description-content > *:first-child {
margin-top: 0 !important;
}
@media (max-width: 768px) {
.description-banner {
flex: 1 1 100%;
order: -1;
text-align: center;
}
.description-banner img {
margin: 0 auto;
}
.description-top-wrapper {
gap: 15px;
}
}
section .home-description h1 {
font-size: 24px;
margin-bottom: 15px;
}
section .home-description h2 {
font-size: 20px;
margin-bottom: 15px;
}
section .home-description p {
line-height: 1.6;
margin-bottom: 15px;
}
section .home-description ul.top-10-game-list {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
section .home-game-lists {
margin-top: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
section .home-game-lists .top-10-game-list {
list-style-type: none;
padding: 0;
margin: 10px;
flex: 1;
min-width: 300px;
}
@media (max-width: 768px) {
section .home-game-lists {
flex-direction: column;
}
section .home-game-lists .top-10-game-list {
min-width: auto;
}
}
section .home-game-lists .top-10-game-list li {
display: flex;
counter-increment: list-counter;
margin-bottom: 5px;
}
section .home-game-lists .top-10-game-list li::before {
content: counter(list-counter) ". ";
}
footer {
max-width: 1920px;
margin: 0 auto;
background-color: var(--footer-copy-bg-color);
}
.footer-copy {
padding: 60px 20px 40px 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.footer-logo img {
max-width: 220px;
height: auto;
margin-bottom: 10px;
}
.footer-copy-link {
display: flex;
justify-content: center;
gap: 80px;
flex-wrap: wrap;
width: 100%;
}
.footer-section {
display: flex;
flex-direction: column;
align-items: flex-start;
min-width: 250px;
}
.footer-section h4 {
color: #6C6F8E;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 20px;
position: relative;
padding-bottom: 8px;
}
.footer-section h4::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 30px;
height: 2px;
background-color: #6C6F8E;
}
.footer-section a {
margin-bottom: 20px;
}
.copy {
width: 100%;
max-width: 1000px;
border-top: 1px solid #6C6F8E;
padding-top: 30px;
text-align: center;
opacity: 0.8;
}
@media (max-width: 768px) {
.footer-copy {
gap: 40px;
}
.footer-copy-link {
flex-direction: column;
align-items: center;
gap: 35px;
}
}
.page-large {
order: 2;
color: var(--textcolor);
margin: 40px 15px 0 15px;
font-size: 16px;
box-sizing: border-box;
position: relative;
text-decoration: none;
min-height: 100vh;
}
.page-description {
background-color: var(--game-description-bg-color);
margin-bottom: 40px;
padding: 20px;
color: var(--textcolor);
font-size: 16px;
text-decoration: none;
}
.page-description h1 {
font-size: 24px;
margin-bottom: 15px;
}
.page-description h2 {
font-size: 20px;
margin-bottom: 15px;
}
.page-description p {
line-height: 1.6;
margin-bottom: 15px;
}