/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
Text Domain: mypokii
*/


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --theame: #00FF94;
    --white: #ffffff;
    --blue: #030e1e;
    --lightBlue: #030e1eb8;
    --red: red;
    --grey: #a1a1a1;
}
.site-content {
    min-height: 90vh;
    display: block;
}
a {
    text-decoration: none;
}

/* Robux to USD (Dollar) Calculator Start */
.robux-calc .calculator-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: slideUp 0.5s ease-out;
}
/* Robux to USD (Dollar) Calculator End */
.read-more {
    background-color: rgb(255 255 255 / 15%);
    padding: 10px;
    border-left: 3px solid #fff;
    margin-bottom: 20px;
}
.read-more a {
    color: var(--theame) !important;
    margin-left: 5px;
}
.read-more strong {
    margin-right: 5px;
}


body.page-template-default.page .featured-image.page-header-image, body.postid-1418 .featured-image, body.postid-2206 .featured-image, body.postid-2290 .featured-image, body.postid-2315 .featured-image {
    display: none;
}
.game-template-default h4 {
    font-size: 20px;
    margin: 27px 0px 8px;
}

.single-post .entry-meta, .category .entry-meta, .single-post .comment-respond, .single-post .cat-links a, .single-post .post-navigation a, .category .site-main {
    color: var(--white);
}
.category .site-main a {
    color: var(--white);
    font-weight: 600;
}
.single-post .author-name, .single-post .comment-respond a, .single-post .page-description a {
    color: var(--white);
    text-decoration: underline;
}
.single-post .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.single-post .nav-previous, .single-post .nav-next {
    display: flex;
    align-items: center;
}
.single-post .cat-links {
    display: flex;
    align-items: self-end;
}
.paging-navigation .page-numbers.current {
    background-color: #fff;
    padding: 5px 15px !important;
    color: var(--blue) !important;
    line-height: 28px;
    font-size: 18px;
}
.paging-navigation .nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Comment Form */
p.comment-form-comment {
    grid-area: span 3 / span 1;
    margin-bottom: 0;
}

form#commentform {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 30px;
}

textarea#comment {
    height: 162px;
}

p.comment-form-cookies-consent {
    grid-area: span 1/ span 3;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	form#commentform {
    grid-template-columns: 1fr;
}
	p.comment-form-cookies-consent, p.comment-form-comment {
    grid-area: span 1/ span 1;
		margin-bottom: 5px;
}
}

.new-game-list {
display: flex;
	gap: 30px;
    align-items: start;
    margin-bottom: 15px;
}
.new-game-list img {
    max-width: 150px;
border-radius: 8px;
}
.new-game-list .play-game-btn {
	color: var(--theame) !important;
	text-decoration: none !important;
}
p.game-content-p {
    margin-bottom: 10px;
}
.game-title {
	font-size: 29px;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.image-gallery {
    display: flex;
	flex-wrap: wrap;
    gap: 16px;
	margin-bottom: 40px;
}
.image-gallery img {
	border-radius: 10px;
}
@media only screen and (max-width: 600px) {
	.new-game-list {
		gap: 10px;
    	flex-direction: column;
	}
	.new-game-list img {
    	max-width: 100px;
	}
	.app-download-btn {
		flex-direction: column;
	}
}

@media only screen and (max-width: 500px) {
	.table {
    width: 310px;
    overflow-x: auto;
}
	.section-description-wrapper, .single-post .page-description {
		padding: 40px 16px !important;
	}
}


.entry-meta .icon-tags {
	vertical-align: middle;
}
.tags-links {
    margin-top: 20px;
}
.app-download-btn {
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 16px;
    align-items: center;
}
.app-btn {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    background-color: var(--theame);
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 8px;
}
.about-game-block {
    display: flex;
	flex-wrap: wrap;
    gap: 24px;
}
.game-content-p .small-text {
    display: block;
    font-size: 14px;
    padding-left: 31px;
    color: #b3b3b3;
}


/* Search Page */
.search.search-results .inside-article a, .search.search-results .inside-article p {
    color: #fff;
}
.search.search-results .site-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.search.search-results header.page-header, .search.search-results .type-page {
    grid-area: span 1 / span 3;
    padding: 0;
}
.search.search-results .type-page .inside-article, .search.search-results .type-game .inside-article {
    padding: 0 !important;
}
.search.search-results .inside-article .entry-title {
    font-size: 24px;
    line-height: 34px;
}
.search.search-results .post-image, .search.search-results .entry-summary {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.search.search-results .site-main {
    grid-template-columns: 1fr 1fr;
		column-gap: 20px;
    row-gap: 10px;
}
	.search.search-results header.page-header, .search.search-results .type-page {
    grid-area: span 1 / span 2;
}
}
@media only screen and (max-width: 768px) {
	.search.search-results .entry-summary {
		display: none;
	}
	.search.search-results .inside-article .entry-title {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: -10px;
}
}
@media only screen and (max-width: 768px) {
	.single-post .page-description h2, .single-post .page-description h3 {
    font-size: 22px;
    line-height: 32px;
}
}
table, td, th {
    border-color: rgba(255, 255, 255, .4);
}
aside#block-14 a svg {fill: #fff !important;}
h1{
    font-size: 50px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}
body{
    background-image: linear-gradient(var(--lightBlue), var(--blue)), url("https://mypokii.com/wp-content/uploads/2025/05/body-image.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
    font-family: "Fredoka", sans-serif;
    background-attachment: fixed;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 16px;
}
/* ============================== header css start================================================ */

.site-header, .main-navigation {
    background-color: transparent;
}
.main-navigation .main-nav ul li a {
    line-height: 20px !important;
    color: var(--white);
}
.main-title a, .main-title a:hover {
    color: var(--white);
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--theame);
}
.gp-icon svg {
    height: 25px;
    width: 25px;
    top: .125em;
    position: relative;
    fill: var(--white);
}
.menu-toggle {
    line-height: 30px;
    padding: 0;
}
.inside-header {
    padding: 20px 16px;
}

@media only screen and (max-width: 768px) {
    .sub-menu-right.toggled {
        background-color: var(--blue) !important;
        padding: 20px 10px;
        position: absolute;
        left: 0;
        top: 42px;
        width: 100%;
    }
    .main-navigation ul {
        gap: 12px;
    }
    .main-navigation .main-nav ul li {
        margin-bottom: 12px;
    }
}


.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header-nav-menu {
    display: flex;
    gap: 20px;
}

.header-nav-link {
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
    transition: all 0.4s;
}
.header-nav-link:hover {
    color: var(--theame);
}
.hero-game-btn {
    display: block;
    padding: 10px 0;
    text-align: center;
}
.button, .btn {
    padding: 10px 20px;
    background-color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
    color: #030e1e;
    transition: all 0.4s;
    display: inline-block;
}
.button:hover {
    transform: scale(1.05, 1.05);
}
.header-nav-wrapper .nav-icon {
    display: none;
}
.nav-icon img {
    width: 30px;
}
@media screen and (max-width: 600px) {
    .header-nav-menu a {
        display: none;
    }
    .header-nav-wrapper a.nav-icon {
      float: right;
      display: block;
    }
    .header-nav-menu.responsive {
        position: absolute;
        flex-direction: column;
        left: 0;
        top: 88px;
        background-color: var(--blue);
        width: 100%;
        padding: 30px 16px;
        z-index: 1;
    }
    .header-nav-menu.responsive a.nav-icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .header-nav-menu.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

/* ============================== header css end================================================ */

.post-type-archive-game div#page {
    max-width: 95%;
}

/* ============================== Gallery Page css start================================================ */

.gallery-section {
    padding: 50px 0px;
}
.gallery-grid {
    column-count: 10;
    column-gap: 20px;
}
img.gallery-img {
    border-radius: 10px;
    object-fit: cover;
}
.gallery-image-block {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
@media only screen and (max-width: 1440px) {
    .gallery-grid {
        column-count: 8;
    }
}
@media only screen and (max-width: 1280px) {
    .gallery-grid {
        column-count: 6;
    }
}
@media only screen and (max-width: 991px) {
    .gallery-section {
        padding: 50px 16px;
    }
}

/* ============================== Gallery Page css end================================================ */



/* ============================== home Page css Start================================================ */

.gallery-image-button {
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    right: 0;
    padding: 20px 10px;
    background-color: var(--lightBlue);
    color: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    font-size: 16px;
    line-height:18px;
}
.gallery-image-button span {
    font-size: 12px;
    color: var(--red);
    padding: 6px 14px;
    background-color: var(--white);
    border-radius: 30px;
    transition: all 0.3s;
}
.gallery-image-button span:hover{
    background-color: var(--theame);
    color: var(--blue);
}
.game-image-block {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--theame);
    border-radius: 12px;
}
section.home-games-cat .gaming-section {
    padding: 0;
}
.home-games-cat a.btn span {
    line-height: 16px;
}
.home-games-cat a.btn {
    padding: 10px 20px;
    line-height: 16px;
}

.gaming-section {
    padding: 30px 0px;
}
.section-heading-wrapper h1, .section-heading-wrapper h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 20px;
    color: var(--white);
}
h1.home-title , h1.all-games{
    text-align: center;
    padding: 30px 0 20px 0;
    display: block;
    margin: 0;
}
.home .gaming-section .gallery-grid-7 {
    column-count: 6;
}
.gallery-grid-7 {
    column-count: 7;
    column-gap: 20px;
}

.col-3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.game-list-block {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 20px;
    transition: all 0.4s;
}
.category-list-icon {
    width: 32px;
}
.game-list-block:hover, .game-block:hover, .category-list-block:hover {
    background-color: #ffffff1c;
    backdrop-filter: blur(4px);
}
.game-list-img, .game-list-img img {
    max-height: 100px;
    aspect-ratio: 1;
    border-radius: 20px;
}
.game-list-details .game-name-details, .game-block-text .game-name-details {
    font-size: 22px;
    line-height: 32px;
    color: var(--white);
    font-weight: 400;
}
.game-category-name, .rating-text {
    font-size: 13px;
    color: var(--white);
    
    line-height: 24px;
}
.game-category-name {
    margin-bottom: 12px;
}

.col-7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 0;
    row-gap: 24px;
}
.game-block {
    padding: 12px;
    border-radius: 20px;
    transition: all 0.4s;
    margin-bottom: 0 !important;
}
.game-block-text .game-name-details {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}
.game-block-img img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 0px;
}
.game-block:hover .game-block-img img {
    transform: scale(1.04);
    transition: all 0.4s;
}
.game-block-img {
    overflow: hidden;
}
.category-list-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.category-list-block {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 20px;
    padding: 10px 14px;
    transition: all 0.4s;
}
.category-list-name {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
}
.category-list-game {
    font-size: 16px;
    line-height: 24px;
    color: var(--grey);
    white-space: nowrap;
}
.section-description-wrapper, .single-post .page-description {
    color: var(--white);
    background-color: var(--blue);
    padding: 40px;
    border-radius: 20px;
}
.section-description-wrapper a {
	color: var(--white);
}
.section-description-wrapper h2, .section-description-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.section-description-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
}
.section-description-wrapper strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.section-description-wrapper ul, .section-description-wrapper ol {
    margin-bottom: 30px;
    padding-left: 24px;
}
@media only screen and (max-width:1024px) {
    .category-list-wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .col-3-grid {
        grid-template-columns: 1fr 1fr;
    }
    .col-7-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .section-heading-wrapper h1, .section-heading-wrapper h2 {
        font-size: 36px;
        line-height: 46px;
    }
}
@media only screen and (max-width:900px) {
    .gallery-grid, .gallery-grid-7 {
        column-count: 5;
    }
}
@media only screen and (max-width:767px) {
    .gaming-section {
        padding: 20px 0px;
    }
    .section-heading-wrapper h1, .section-heading-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    h1.home-title {
     padding: 15px 0 15px 0;
    }
    .home .gaming-section .gallery-grid-7 {
         column-count: 3; 
    }
    .gallery-grid, .gallery-grid-7 {
        column-count: 3;
        column-gap: 14px;
    }
    .gallery-image-block {
        margin-bottom: 14px;
    }
    .col-3-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .col-7-grid {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 16px;
    }
    .game-block {
        padding: 0;
    }
    .game-block:hover {
        background-color: transparent;
        backdrop-filter: unset;
    }
    .game-block-text .game-name-details {
        font-size: 14px;
        line-height: 20px;
    }
    .category-list-name {
        font-size: 18px;
        line-height: 28px;
    }
    .category-list-wrapper {
        gap: 10px;
    }
    .category-list-block {
        padding: 8px 12px;
    }
    .section-description-wrapper {
        padding: 24px;
    }
    .section-description-wrapper h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .section-description-wrapper h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media(min-width: 1025px) {
    .game-image-block:hover .game-name, .gallery-image-block:hover .gallery-image-button, .game-details-img-block:hover .hero-img-overlay, .game-category-wrapper:hover .game-name {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}

@media(max-width: 767px){
    header .logo img{
        width: 60px;
    }
    h1 {
        font-size: 24px;
    }
    body.home {
        background-image: none;
        background-color: var(--blue);
    }
}
/* ============================== Home Page css end================================================ */




/* ============================== Game Details Page css start================================================ */
section.game-details-hero{
    padding: 50px 0 20px;
}
.game-details-content-block a {
    color:#fff;
    text-decoration: underline;
    font-weight:bold;
}
.game-details-hero h1 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--theame);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.game-details-img-block {
    position: relative;
    text-align: center;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.game-hero-img-ifram {
    height: 600px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
#replceifram iframe {
    width: 100%;
    height: 100%;
	background-color: #000;
}
.game-information-block p {
    color: #d1d1d1;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 15px;
}
.game-details-content-block p {
    margin-bottom: 0;
}
.social-share-icon p {
    color: #000000;
}
.rating-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}
.game-information-block {
    padding: 20px;
    background-color: var(--blue);
    border-bottom: 3px solid #000;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: end;
    border-radius: 0 0 20px 20px;
}
.social-share-icon img {
    vertical-align: middle;
}
.game-details-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(40px);
    z-index: -1;
}
.game-details-bg-img img {
    height: 100%;
}
.game-details-img{
    max-width: 300px;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid #fff;
}
.game-details-section {
    padding-bottom: 50px;
}
.game-details-wrapper {
    color: var(--white);
    font-weight: 300;
}
.game-details-wrapper h3, .similar-game-section h2 , .home-games-div h2, .home-games-div h3{
    font-weight: 500;
    font-size: 22px;
    margin: 30px 0 20px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
}
.game-details-content-block strong {
    font-weight: 500;
}
.game-details-section .container, .gaming-section .container {
    padding: 0;
}
.similar-game-section img {
    width: 26PX;
}
.game-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}
.game-tag, .tags-links a {
    padding: 6px 14px;
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    background-color: #ffffff17;
    text-decoration: none;
    border-radius: 10px;
}
.game-tag:hover{
    color: var(--theame);
}

.image-with-rating > img {
    width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    border: none;
}
.image-with-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}
.show-more-button {
    display: none;
    background-color: transparent;
    color: var(--theame);
    border: none;
    margin-top: 20px;
    font-size: 16px;
}


@media only screen and (max-width:1024px) {
    .hero-section {
        padding: 30px 0px 50px;
    }
    .hero-block {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .game-details-section {
        padding-bottom: 50px;
    }
    .game-hero-img-ifram {
        height: 500px;
    }
}
@media only screen and (max-width:767px) {
    .show-more-button {
        display: block;
    }
    .game-details-content-block {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div#gameDescription.more {
        -webkit-line-clamp: unset;
    }
    section.game-details-hero{
        padding-bottom: 0;
    }
    .game-details-section {
        padding-bottom: 30px;
    }
    .game-details-img-block {
        padding: 20px;
    }
    .game-details-hero h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .game-details-img {
        max-width: 200px;
    }
    .game-hero-img-ifram {
        height: 300px;
    }
    .social-share-icon {
        text-align: right;
    }
    .game-details-hero h1{
        font-size: 20px;
    }
    .game-tag {
        font-size: 14px;
        line-height: 18px;
    }
    .game-tag-wrapper {
        gap: 14px 10px;
    }
    .game-block-img img {
        border-radius: 10px;
        margin-bottom: 0px;
    }
}


/* ============================== Game Rating Page css start================================================ */

p.average-rating strong {font-weight: 500;}
.rating-star {
    color: #f7b500;
    font-size: 21px;
    margin-right: 5px;
}
p.average-rating {
    margin-top: -8px;
}
.game-details-wrapper h2{
 font-weight: 500;
 font-size: 22px;
 margin: 30px 0 20px 0;
color: var(--white);
}
.ratings_box {
    display: flex;
    align-items: stretch;
    gap: 25px;
}
.ratings_percentage, .ratings_now {
    flex-basis: 50%;
}
.rating-summary {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}
.rate-now-box {
    margin-top: 0 !important;
    text-align: center;
    max-width: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff0f !important;
    border: none !important;
}

.ratings {
    padding: 25px 30px 50px;
    background-color: var(--blue);
    color: var(--white);
    border-bottom: 3px solid #000;
    border-radius: 12px;
}
 
.ratings h2 {
    color: var(--white);
    margin-bottom: 25px;
    font-size: 20px;
}
.rate-now-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.star-rating-input {
    margin-bottom: 0 !important;
}
.bar-bg {
    background: #121c2b !important;
}
.average-score .total-reviews {
    color: #fff !important;
}
.average-score .score {font-size: 50px;line-height: 60px;}
@media(max-width: 770px){
    .ratings_percentage, .ratings_now {
    flex-basis: 100%;
}
.ratings_box {
    flex-direction: column;
}
.ratings {
    padding-bottom: 25px;
}
}
@media(max-width: 512px){
.rating-summary {
    flex-direction: column;
}
.ratings h2 {
    text-align: center;
}
 
}
/* ============================== Game Rating Page css end================================================ */

/* ============================== Game Details Page css end================================================ */



/* ==================================================Like , Dislike Button css start=========================================== */
.reaction-container {
    display: flex
;
}
.like-share-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    align-items: center;
}
.like-dislike-block, .social-share-icon {
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 8px;
}
.social-share-icon {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    gap: 10px;
    color: var(--grey);
}
button#likeBtn {
    border-right: 1px solid #ccc;
}

.likedislikebtn {
    cursor: pointer;
    padding: 5px 20px;
    border: none;
    font-size: 16px;
    transition: 0.3s;
    background-color: transparent;
    display: flex;
    align-items: center;

}
button.likedislikebtn:hover, button.likedislikebtn:focus {
    background-color: transparent;
}
  .likedislikebtn img {
    vertical-align: middle;
}
  .count {
    font-size: 16px;
    margin-left: 8px;
    margin-top: 2px;
  }
  @media only screen and (max-width: 767px) {
    .like-share-wrapper {
        justify-content: start;
    }
    .likedislikebtn {
        padding: 3px 12px;
    }
  }
/* ============================== Like , Dislike Button css end ================================================ */


/* ============================== game-category css start================================================ */

.heading-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.game-category-section {
    padding: 50px 0px;
}
.game-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
.game-category-wrapper {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    padding: 12px 24px;
    color: var(--blue);
    gap: 12px;
    border-radius: 8px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: var(--blue) 0px 7px 29px 0px;
}
a.game-category-wrapper:hover {
    transform: translateY(-4px);
}
img.game-category-img {
    border-radius: 10px;
    width: 70px;
    height: 70px;
    object-fit: cover;
    vertical-align: middle;
}
.category-name, .top-rated-game-heading {
    margin-top: 50px;
}
.game-category-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--blue);
}
.category-description {
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .game-category-wrapper {
        padding: 10px 20px;
        width: 47%;
        line-height: 100%;
    }
    .separate-containers .inside-article {
        padding: 0;
    }
    .category-name, .top-rated-game-heading {
        margin-top: 30px;
    }
    .category-description {
        font-size: 15px;
        margin-bottom: 20px;
    }
}
/* ============================== game-category css end================================================ */



/* ============================== single-page-game-category css start================================================ */

.single-page-game-category{
    margin: 0 16px;
    background-color: var(--lightBlue);
    
}

/* ============================== single-page-game-category css end================================================ */



/* ============================== Footer css start ================================================ */

footer.footer {
    padding: 50px 0px 0px;
}
.footer-logo {
    max-width: 70px;
}

.footer-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--grey);
}

.footer-top-block .footer-text {
    max-width: 450px;
}

.footer-top-block {
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.footer-link-wrapper {
    display: flex;
    gap: 30px;
}
.footer-link-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
a.footer-link {
    color: var(--grey);
    transition: all 0.4s;
}
a.footer-link:hover {
    color: var(--theame);
}
.footer-bottom-block {
    padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #373737;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .footer-top-block {
        flex-wrap: wrap;
        gap: 30px;
    }
}
/* ============================== Footer css end ================================================ */
