@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.compare-details a,
.menu_top a,
body,
h2 a,
menu a.cur:hover {
    color: var(--white)
}

.button {
    background-color: #e32726 !important;
}

.bnr_970 center,
.slider img {
    max-height: 250px
}

.type_2 .circle:before,
.type_2.push img {
    vertical-align: middle;
    display: none
}

.section-video .wrapper-video p,
.section-video .wrapper-video pre {
    font-family: Montserrat, sans-serif;
    font-size: 14px
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.game-section .page-title,
.section-video .wrapper-video .video-thumbs .thumb-video figure,
body,
h4,
html {
    margin: 0
}

body {
    background-color: var(--primary)
}

.bnr_250,
.page-title,
.sidebar .list {
    margin-bottom: 24px
}

.content,
.wrap {
    max-width: var(--sitewidth)
}

.slider .items,
body,
html {
    overflow-x: hidden
}

.compare-details a:hover,
.game,
.game-frame a,
.menu_top a,
.small_link,
menu .item,
menu .sub {
    text-decoration: none
}

/* --------------------- */


.footer-widgets-container {
    padding: 40px 10px;
}

.inside-header {
    padding: 0px 0px;
}


/* -----------------------*/

.game .small_text,
.small_link,
center:before {
    font-size: 12px
}

:root {
    --primary: #292e39;
    --secondary: #e5e5e5;
    --accent: #e32726;
    --accent2: #009dff;
    --white: #fff;
    --black: #000;
    --green: #38cf38;
    --orange: #f48e1f;
    --dark-grey: #474d58;
    --light-grey: #afafaf;
    --sitewidth: 1280px;
    --box-padding: 24px;
    --bold: 600
}

html {
    min-height: 100%
}



button {
    font-family: Montserrat, sans-serif
}

h1 {
    font-size: 24px;
    margin: 24px 0 8px
}

h2,
h3 {
    font-size: 24px
}

.game_page h3,
.sidebar h3 {
    font-size: 18px;
    margin-top: 0
}

h4 {
    font-size: 16px;
    font-weight: 400
}

p {
    line-height: 1.4
}

.small_link {
    color: #fff;
    background-color: var(--accent);
    padding: 4px 12px;
    border-radius: 4px;
    transition: .2s;
    text-wrap: nowrap;
    border: 1px solid #E32726bb;
    line-height: 1.4
}

.color-red {
    color: var(--accent)
}

.color-blue {
    color: var(--accent2)
}

.color-green {
    color: var(--green)
}

.code {
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #00000066;
    border-radius: 4px;
    font-size: 14px
}

.code.green {
    background: #38cf38aa
}

.code.red {
    background-color: #E32726aa
}


/* ----------------------------------------------------- */
.underline-red {
    border-bottom: 4px solid var(--accent)
}

.underline-blue {
    border-bottom: 4px solid var(--accent2)
}

.pager a:hover,
.small_link:hover {
    background-color: #ffffff44;
    color: #fff
}

.pager .cur {
    background-color: var(--accent2)
}

.page-title {
    font-size: 36px;
    display: inline-block
}

a {
    color: var(--accent2)
}

.page-title-compare span,
.simple-link a:hover,
a:hover {
    color: var(--accent)
}

.bnr_250 center,
.bnr_728 center,
.bnr_970 center,
.charts .value,
.game,
.game_slider,
.search {
    position: relative
}

/* .bnr_728 center {
    margin: 0 auto;
    width: 728px;
    height: 90
} */

.bnr_970 center {
    margin: 0 auto;
    width: 970px;
    height: 250px
}

.bnr_250 center {
    margin: 0 auto;
    width: 300px;
    min-height: 250px
}

.bnr_250 center>div {
    height: auto !important
}

.bnr_250.mobile {
    display: none;
    margin: 24px 0
}

.search.floater.show,
.sidebar .bnr_250.mobile,
.sidebar .game_details,
center:before {
    display: block
}

center:before {
    content: "Advertisements";
    color: var(--white);
    position: absolute;
    top: -16px;
    right: 0
}

.content .bnr_728,
.content .bnr_970 {
    margin: 24px auto
}

.list-head,
section .head,
.head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px
}

.developer .collection .items,
section .items,
.section-gallery .items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

section .game,
.section-gallery .card {
    background-color: var(--dark-grey);
    border: 0 solid #000;
    display: inline-block;
    margin: 0;
    flex-basis: calc(calc(640px - 100%) * 999);
    flex-grow: 1;
    min-width: 148px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 400px;
    cursor: pointer
}

.section-gallery .card img {
    transition: .2s ease-out;
    transform: scale(1)
}

.section-gallery .card img:hover {
    transform: scale(1.1)
}

.sidebar .block,
section.light {
    margin-top: 24px
}

.flex.between p {
    margin: 0
}

section .items .game img,
.section-gallery .card img {
    object-fit: cover;
    width: 100%
}

.section-gallery .card img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 663 / 356
}

section .game .details,
.section-gallery .card .details {
    position: relative;
    background-color: transparent;
    color: var(--white);
    overflow: hidden;
    white-space: normal;
    background-color: var(--dark-grey)
}

.section-gallery .card .details {
    padding: 8px
}

section .game h4,
.section-gallery .card h4 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap
}

.section-gallery .card h4,
.section-gallery .card .details {
    display: none
}

.section-gallery .items .card {
    font-size: 0
}

.section-gallery .flex.center .button {
    font-size: 18px;
    width: -webkit-fill-available;
    display: none
}

.section-gallery .flex.center {
    margin: 0
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 999
}

.popup.hidden {
    display: none
}

.popup img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 2px;
    border: 12px solid #ffffff44
}

#close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer
}

.nav-button {
    background: 0;
    border: 0;
    color: white;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
    margin: 0 20px
}

.nav-button:hover {
    background: transparent;
    color: var(--accent)
}

section .game .stats {
    display: flex;
    justify-content: space-between;
    color: var(--white)
}

section.light {
    background-color: #474d58;
    padding: 0 8px 8px
}

section.light .game {
    background-color: #141821
}

.game_details .details.big,
.menu_top,
.menu_top a,
.stats div {
    display: flex;
    align-items: center
}

.stats div:nth-child(2) {
    flex-direction: row-reverse
}

.stats label {
    font-size: 12px;
    margin: 0 4px
}


.content,
.menu_top {
    justify-content: space-between
}

.tb_menu_toggle {
    border: 0;
    position: absolute;
    top: 22px;
    right: 24px;
    width: 30px;
    height: 25px;
    background: 0;
    display: none;
    margin: 0;
    cursor: pointer
}

.content,
.controls,
.developer .top,
.next,
.prev,
.slider .items,
menu,
menu .sub .item,
menu .sub:hover .items {
    display: flex
}

menu .sub:hover .items {
    opacity: 1;
    visibility: visible
}

.search.floater {
    display: none;
    position: absolute;
    left: 0
}

menu .item,
menu .sub {
    color: var(--white);
    font-size: 14px;
    padding: 19px 24px
}

menu .sub img {
    top: 2px;
    position: relative
}

menu .sub>span {
    position: relative;
    top: 0
}

menu .sub:hover,
menu a:hover {
    background-color: var(--accent2);
    cursor: pointer
}

.alert_red,
.sub.cur,
menu a.cur {
    background-color: var(--accent)
}

menu .sub img,
menu a img {
    width: 20px;
    margin-right: 4px
}

menu .sub {
    position: relative;
    display: inline-block
}

/* menu .sub .items {
    position: absolute;
    left: 0;
    display: flex;
    opacity: 0;
    transition: opacity .5s ease-out;
    visibility: hidden;
    flex-direction: column;
    background-color: #000;
    top: 58px;
    z-index: 999;
    min-width: 160px
} */

menu .sub .items a {
    white-space: nowrap;
    padding: 16px
}

menu .sub .item {
    padding: 0;
    align-items: center
}

.post_content .content img,
.search.floater form {
    margin: 0 auto;
    display: block
}

.search input[type=text] {
    border-radius: 48px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
    outline: 0;
    border: 0;
    box-sizing: border-box
}

.search::after {
    content: "";
    font-size: 14px;
    color: #0ff;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 6px;
    position: absolute;
    background-image: url(https://cdn.nichesites.pikoya.com/new_robloxgo_com/images/search/search);
    background-size: cover
}

.search_page #___gcse_0 {
    max-height: 70vh;
    overflow-y: scroll
}

.gsc-result-info {
    color: #ababab !important
}

.searchline button {
    display: inline-block;
    color: #fff
}

.searchline input[type="text"] {
    padding: 4px;
    border-radius: 2px;
    margin-right: 2px;
    border: 0;
    outline: 0
}

.content {
    min-height: calc(100vh - 184px);
    margin: 24px auto 0;
    width: 100%;
    flex-flow: row wrap
}

.block {
    background-color: #313742;
    padding: 12px
}

.post_content .content img {
    max-width: 100%;
    height: auto
}

.compare-image,
.slider {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    widows: 500px
}

.controls {
    width: calc(100% - 24px);
    height: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 0 12px
}

.next,
.prev {
    border-radius: 50%;
    background-color: var(--accent);
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    z-index: 999;
    cursor: pointer
}

.flip,
.next img {
    transform: rotate(180deg)
}

.charts .num,
.slider .game:not(:last-child) {
    margin-right: 12px
}

.game .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000096;
    display: block;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap
}

.game h4 {
    padding-bottom: 8px
}

.game_slider .game img {
    max-height: none
}

.developer .collection img,
.full_width,
.game_slider .game,
.post_content .image img,
.game_page .image img {
    width: 100%
}

.compare-details,
.game_slider .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a6;
    display: block;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 99;
    color: #fff
}

.list .image,
.page_top,
.page_top h1 {
    position: relative
}

.game_slider h1 {
    margin: 0
}

.game_slider .details h4 {
    font-size: 32px;
    padding: 8px
}

.game_details .details a,
.game_slider .details a {
    color: #fff;
    text-decoration: underline
}

.developer .about,
.game_details .details.big .input,
.game_details .details.big h4,
.pager,
.sidebar .list a {
    font-size: 14px
}

.game_details .input {
    font-size: 16px
}

.game_slider .details .small_text {
    font-size: 14px;
    padding: 8px
}

.game_slider .icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 999;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    transition: .3s ease-out
}

.game_slider:hover .icon {
    opacity: 1
}

.game_slider .icon:hover {
    width: 44px;
    height: 44px
}

.game_slider .icon img {
    height: 100%;
    width: auto
}

.list .image .head,
.list .image .tag,
.post_content .image .head {
    position: absolute;
    left: 0;
    padding: 16px
}

.game_details {
    display: block;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.game_details .item {
    background-color: var(--dark-grey);
    padding: 8px;
    display: inline-block;
    min-width: 30%;
    margin-bottom: 8px;
    display: flex;
    border-radius: 4px
}

.game_details .icon {
    padding: 4px;
    width: 20px;
    aspect-ratio: 1/1;
    margin-right: 12px
}

.compare-table h4,
.game_details h4 {
    font-size: 12px;
    color: var(--accent2)
}

.game_details h4 {
    font-size: 14px;
    color: #d7d7d7;
    margin-bottom: 2px
}

.game_details .details.big h4 {
    margin-right: 8px;
    font-size: 16px
}

.game_block .game_details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px
}



.post .short {
    margin-bottom: 8px;
    margin-right: 12px
}

.post .input {
    font-size: 14px;
    color: var(--accent2);
    color: #3397c1
}

.game_sum {
    background-color: #313742;
    padding: 24px
}

.button,
.pager a,
.submit,
button {
    background-color: var(--accent);
    text-decoration: none;
    color: #fff
}

.game_sum p {
    white-space: pre-wrap
}

.compare-details h4,
.compare_page .list .row,
.developer .collection .name,
.game_faq .tab-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.game_sum .button,
.game_sum button,
button.med,
.button.med {
    font-size: 18px;
    padding: 8px 38px;
    white-space: nowrap
}



.pager {
    margin: 24px auto;
    text-align: center
}

.pager a img {
    width: 20%
}

.pager a {
    display: inline-flex;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 8px
}

.pager a:first-child {
    margin-left: 0
}

.pager a:last-child {
    margin-right: 0
}

.pager a:nth-child(3) {
    width: auto;
    padding: 1px 12px;
    border-radius: 15px
}

.pager .num {
    width: auto;
    padding: 1px 12px;
    border-radius: 15px
}

.pager a:nth-child(3) img {
    width: 62%
}

.developer .prof-pic,
.post>a {
    margin-right: 24px
}

.sidebar .list a:not(.small_link) {
    padding: 12px 8px;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    color: var(--accent2);
    transition: .3s;
    background-color: #313742
}

.sidebar .list a:hover:not(.small_link) {
    color: var(--accent);
    background-color: #3b414c
}

.game-frame .mobile,
.sidebar .list a.small_link {
    display: none
}

.game-frame .button,
.sidebar .button,
.sidebar button {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 12px 0
}

.post_content .content,
.post_content .content p,
.text p,
h3 {
    text-align: left
}

.sidebar .game_details {
    margin: 0 0 24px
}

.post {
    display: flex;
    margin-bottom: 24px
}

.post img {
    max-width: 300px;
    aspect-ratio: 16/9
}

.post .details {
    display: flex;
    flex-direction: column
}

.post h2 {
    margin: 0 0 12px
}

.post_content .content,
.text p {
    font-size: 16px;
    line-height: 1.7
}

.post_content .content ul,
.post_content .content ol {
    font-size: 0
}

.post_content .content li {
    font-size: initial
}

.button,
.submit,
button {
    font-size: 12px;
    border: 0;
    border-radius: 4px;
    padding: 4px 12px;
    width: fit-content;
    margin-top: auto;
    cursor: pointer;
    display: block
}

.button:hover,
.submit:hover,
button:hover {
    background-color: var(--accent2);
    color: var(--white)
}

.post_content {
    margin-bottom: 32px
}

.post_content .image {
    display: flex;
    position: relative;
    flex-direction: column-reverse
}

.post_content .image .head {
    display: block;
    bottom: 0;
    right: 0;
    background-color: #000000a6;
    position: relative
}

.list .image h1,
.post_content .image h1,
.post_content .content h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 0
}

.post_content .content h1 {
    line-height: 1;
    margin-bottom: 12px
}

.post_content .content h3 {
    margin-top: 24px;
    margin-bottom: 6px;
    line-height: 1;
    width: fit-content
}

.post_content .content p {
    margin-top: 0
}

.list .image .info,
.post_content .image .info {
    margin-top: 8px;
    font-size: 12px
}

.post_content .content {
    min-height: fit-content;
    display: block;
    width: auto;
    padding: 24px 16px;
    background-color: var(--dark-grey);
    text-align: left
}

.post_content .content:first-child {
    margin-top: 0
}

.charts .row,
.list .row {
    font-size: 24px;
    padding: 4px 12px;
    transition: .4s;
    margin-bottom: 12px;
    text-decoration: none
}



.post_content .content .short {
    font-size: 18px;
    font-weight: 500;
    text-align: left
}

.main .text {
    text-align: center;
    display: block
}

.list-item {
    margin-bottom: 24px;
    display: block
}

.list .image {
    display: block;
    aspect-ratio: 768/432
}

.list .image img {
    width: 100%;
    aspect-ratio: 768/432
}

.list .image .tag {
    top: 0;
    background-color: var(--accent);
    font-size: 64px;
    z-index: 99;
    color: var(--white)
}

.list .image .head {
    display: block;
    bottom: 0;
    right: 0;
    background-color: #000000a6;
    color: var(--white)
}

.list .row {
    display: block;
    color: var(--white)
}

.charts .row:hover,
.list .row:hover {
    color: var(--accent);
    background-color: var(--dark-grey)
}

.charts .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--white)
}

.charts .name {
    flex: 1
}

.charts .value:after {
    content: attr(type);
    font-size: 12px;
    margin-left: 4px
}

.page_top {
    aspect-ratio: 4/1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 24px;
    background-size: cover;
    height: 250px;
    width: 100%
}

.page_top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#0000, #0000008f);
    height: 45%;
    z-index: 0
}

.page_top h1 {
    margin: 24px;
    z-index: 1
}

.developer .game_details .item {
    min-width: 22%
}

.developer .dev-name {
    font-size: 32px;
    margin-bottom: 12px
}

.developer .collection .item {
    background-color: var(--dark-grey);
    border: 0 solid #000;
    display: inline-block;
    margin: 0;
    flex-basis: calc(calc(340px - 100%) * 999);
    flex-grow: 1;
    min-width: 130px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none
}

.developer .collection .name {
    font-size: 14px;
    color: var(--white);
    padding: 8px
}

.main {
    width: calc(100% - 324px)
}

.sidebar {
    width: 300px;
    display: inline-block
}



.disclaimer {
    font-size: 13px;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex
}

.push,
.type_2.push {
    width: 56px;
    height: 56px
}

.page_error section {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 100%
}

.page_error h1,
.page_error h2 {
    text-align: center;
    margin: 0
}

.page_error h1 {
    font-size: 10vw
}

.page_error h2 {
    font-size: 1vw;
    font-weight: 400
}

.alert_green,
.alert_red {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 8px;
    font-size: 14px;
    max-width: 584px;
    border-radius: 4px;
    margin-bottom: 24px
}

.alert_green {
    background-color: #26e34b;
    color: #000
}

.push {
    background-color: #f93936;
    padding: 0;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    left: 20px;
    cursor: pointer;
    z-index: 99999
}

.circle,
.circle_border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.circle_border {
    width: 55%;
    height: 55%;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff
}

.push:hover img {
    animation: .82s cubic-bezier(.36, .07, .19, .97) both shake;
    transform: translate3d(0, 0, 0)
}

.type_2 .circle:before {
    content: "Subscribe";
    color: #fff;
    font-size: 13px
}

.type_2 .circle_border {
    border-radius: 80px;
    text-align: center
}

.type_2.push {
    border-radius: 45px
}

.type_2.push img.mobile {
    display: none;
    display: inherit;
    width: 24px;
    height: 24px;
    margin: 6px
}

.compare-games {
    display: flex;
    column-gap: .5%;
    position: relative
}

.compare-games:after {
    content: "VS";
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-weight: 700;
    transform: skew(0, -10deg);
    text-shadow: 3px 1px 1px var(--accent), 2px 2px 1px var(--accent2), 4px 2px 1px var(--accent), 3px 3px 1px var(--accent2), 5px 3px 1px var(--accent), 4px 4px 1px var(--accent2), 6px 4px 1px var(--accent), 5px 5px 1px var(--accent2), 7px 5px 1px var(--accent), 6px 6px 1px var(--accent2), 8px 6px 1px var(--accent), 7px 7px 1px var(--accent2), 9px 7px 1px var(--accent)
}

.compare-games .compare-half {
    flex-basis: 50%;
    display: flex;
    flex-direction: column
}

.compare-games .compare-half .game_sum {
    padding: 24px;
    flex: 1 0 auto
}

.compare-games .compare-half .game_sum p,
.post .short {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 0;
    word-break: keep-all
}

.post .short {
    -webkit-line-clamp: 1
}

.compare-games .compare-half .game_sum .button {
    margin: 0 auto
}

.compare-image img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.compare-details h4 {
    font-size: 22px;
    padding: 0 12px 8px
}

.compare-details .small_text {
    font-size: 11px;
    padding: 0 12px
}

.compare-table-rows>div:nth-child(3n+1) {
    background-color: inherit
}

.compare-table-rows .table-row {
    display: grid;
    grid-template-columns: 1fr .5fr 1fr;
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
    column-gap: .5%;
    row-gap: 4px
}

.compare-table-rows .table-row>div {
    padding: 8px;
    background-color: var(--dark-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.compare-table-rows .table-row .stat-winner {
    font-weight: 700
}

.compare_page .list .row {
    font-size: 18px
}

.list .row span {
    color: var(--accent2);
    font-weight: 700
}

.video_page section.videos .game {
    min-width: 238px
}

.video_page section .game h4 {
    padding-bottom: 0
}

.video_page .game .time {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background-color: #00000099;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 99;
    top: calc(100% - 66px);
    right: 8px
}

.video_page .section-video {
    margin-top: 0
}

.video_page .section-video h1,
.gallery_page .main>.head>h1,
.gallery_page section>h1 {
    margin-top: 0
}

.game_page .section-video {
    background-color: #313742
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(3),
.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(3)~a {
    flex-basis: 32.6%
}

@media only screen and (max-width:1450px) {
    .push {
        position: absolute;
        top: 80px;
        right: 12px;
        left: auto
    }
}

@media only screen and (max-width:1300px) {

    menu .item,
    menu .sub {
        padding: 19px
    }

    .search input[type=text] {
        transition: .4s
    }

    .full_width section {
        margin: 0 24px
    }

    section {
        padding: 0 6px
    }


}

@media only screen and (max-width:1280px) {

    .gallery_page .head h1,
    .gallery_page .head .head-text {
        padding-left: 8px
    }

    .video_page .game_block h1,
    .video_page .game_block .head-text {
        padding: 0 16px
    }
}

@media only screen and (max-width:1140px) {


    section .game {
        flex: 1 0 31%
    }

    .tb_menu_toggle {
        display: inline-block;
        z-index: 9999
    }

    .tb_menu_toggle i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background: #fff;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        z-index: 999
    }

    .tb_menu_toggle i:nth-child(2) {
        top: 40%
    }

    .tb_menu_toggle i:nth-child(3) {
        top: 80%
    }

    .tb_menu_toggle.tb_animate_toggle i:first-child,
    .tb_menu_toggle.tb_animate_toggle i:nth-child(2) {
        top: 40%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .tb_menu_toggle.tb_animate_toggle i:nth-child(3) {
        top: 40%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu_top.open .search input[type=text],
    .menu_top.open .search input[type=text]:focus {
        width: 100%
    }

    .menu_top {
        text-align: center;
        width: 100vw;
        font-size: 24px;
        position: fixed;
        left: 100%;
        z-index: 99;
        overflow: hidden;
        transform: translateZ(0);
        transition: transform .22s, opacity 0 .22s;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
        padding: 80px 0 0
    }

    .menu_top.open {
        position: relative;
        padding: 60px 0 0;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
        transform: translate3d(-100%, 0, 0);
        transition: transform .22s
    }

    .menu_top .wrap {
        text-align: center;
        display: block
    }

    .menu_top a {
        display: block;
        margin-bottom: 18px;
        margin-right: 0;
        color: #fff;
        font-size: 24px;
        text-align: left;
        text-decoration: none
    }

    .float_menu,
    .float_menu:hover {
        -webkit-transition: 60ms ease-out;
        -moz-transition: 60ms ease-out;
        -ms-transition: 60ms ease-out;
        -o-transition: 60ms ease-out
    }

    nav a img {
        margin-right: 24px
    }

    menu .sub {
        font-size: 0
    }

    menu .sub .items {
        opacity: 1;
        visibility: visible;
        display: block;
        position: relative;
        top: 0
    }

    menu .sub .items a {
        padding: 8px 24px
    }

    .push {
        top: 10px;
        right: 70px;
        left: auto;
        transform: scale(.75)
    }

    .game_block .game_details {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width:1000px) {
    .bnr_970 {
        display: none
    }

    .section-gallery .items .card {
        flex-basis: calc(calc(500px - 100%) * 999);
        min-width: 240px
    }
}

@media only screen and (min-width:940px) {
    .disclaimer {
        padding-left: 140px
    }
}

@media only screen and (max-width:940px) {

    .post,
    body.compare_page .content {
        display: block
    }

    .post {
        margin-bottom: 36px;
        width: 100%
    }

    .post img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0
    }

    .developer .game_details .item {
        min-width: 45%
    }

    body.compare_page .content .main {
        width: 100%
    }

    body.compare_page .content .sidebar {
        width: 100%;
        margin-top: 56px
    }
}

@media only screen and (max-width:880px) {
    .section-gallery .items .card {
        flex-basis: calc(calc(400px - 100%) * 999);
        min-width: 230px
    }
}

@media only screen and (max-width:800px) {


    .list .image .tag {
        font-size: 32px
    }

    .list .image h1 {
        font-size: 24px
    }

    .charts .value {
        flex: 0 0 100%;
        margin-left: 45px;
        font-weight: 500
    }

    .charts .name {
        color: #bbb;
        font-size: 20px
    }

    .page_top {
        background-size: cover;
        height: 250px;
        aspect-ratio: auto
    }
}

@media only screen and (max-width:760px) {


    .bnr_250.mobile {
        display: block
    }





    .full_width section {
        margin: 0 12px
    }




    .compare-games:after {
        top: 15%;
        font-size: 45px
    }

    .section-gallery .card img {
        aspect-ratio: auto
    }

    .section-gallery .items {
        justify-content: center
    }
}

@media only screen and (max-width:700px) {
    .list .image h1 {
        font-size: 18px
    }
}

@media only screen and (max-width:600px) {
    .game_slider .icon {
        opacity: 1
    }

    .section-gallery .card img {
        pointer-events: none
    }

    .main .head h2,
    .page-title-compare span {
        font-size: 20px
    }

    section .game {
        max-width: none
    }

    .button,
    .compare_page .list .row,
    button {
        font-size: 16px
    }

    .list:not(.list--comparison) .row {
        font-size: 18px;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sidebar .list--comparison {
        margin-bottom: -3px
    }

    .sidebar .list--comparison a.row {
        position: relative;
        padding-bottom: 24px
    }

    .list--comparison .row:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -24px;
        width: calc(100%+48px);
        height: 12px;
        background-color: var(--primary)
    }

    .game_slider .game img {
        max-height: 250px
    }

    section .head h1 {
        font-size: 24px;
        margin-left: 8px;
        margin-bottom: 16px
    }

    .main .head h2 {
        padding: 0 8px
    }

    .content,
    .game-frame .mobile .game-image {
        display: block
    }

    .game-frame .mobile .game-image img,
    .main {
        width: 100%
    }

    .button,
    button {
        padding: 12px;
        width: auto;
        display: block
    }

    .list_content_page .post .details .button {
        width: fit-content
    }

    .copyrights,
    .main {
        margin-bottom: 24px
    }

    .list .image h1 {
        font-size: 32px
    }

    .compare-games .compare-half .game_sum p,
    .game-frame iframe,
    .sidebar:not(.home_page_page .sidebar) {
        display: none
    }

    .button,
    button {
        margin-top: 8px;
        text-align: center
    }

    .section-gallery .items {
        display: block
    }

    .section-gallery .items .card {
        width: 100%;
        max-width: none;
        margin-bottom: 24px
    }

    .game-section,
    .page_contact .flex_line,
    .split {
        flex-direction: column
    }

    .copyrights {
        margin-left: 12px
    }

    .page-title-compare {
        margin-right: 12px;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 26px
    }

    .compare-image img {
        height: 180px
    }

    .compare-details {
        position: relative
    }

    .compare-details h4 {
        font-size: 18px;
        width: 130px;
        height: 22px
    }

    .compare-games .compare-half .game_sum {
        padding: 12px
    }

    .compare-games .compare-half .game_sum .button {
        padding: 8px
    }

    .compare-table {
        display: flex;
        flex-wrap: wrap
    }

    .compare-table-rows .table-row {
        width: 100%;
        grid-template-columns: repeat(2, 1fr)
    }

    .compare-table-rows .table-row>div:nth-child(2) {
        order: -1;
        grid-column: 1 / -1
    }

    .game-frame .mobile {
        display: block;
        padding: 12px
    }
}

@media only screen and (max-width:480px) {
    .popup {
        display: none
    }

    .section-gallery .flex.center .button {
        display: block
    }

    .list .image h1 {
        font-size: 24px
    }

    .pager {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px
    }

    .pager a,
    .pager .num,
    .pager a:nth-child(3) {
        aspect-ratio: 1/1;
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0;
        font-size: 16px;
        border-radius: 40px
    }

    .pager a:nth-child(3) {
        border-radius: 40px
    }

    .pager a:nth-child(3) img {
        width: 20%
    }

    .game_slider .icon {
        opacity: 1
    }
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.game-frame iframe {
    border: 0;
    aspect-ratio: 16/9
}

.game-frame .details {
    background-color: var(--dark-grey);
    padding: 12px
}

.game-frame h1,
.game-frame h4 {
    font-size: 32px;
    margin: 12px 0;
    font-weight: 400
}

.game-frame .description {
    font-size: 14px;
    line-height: 1.4
}

.simple-link {
    display: block;
    padding: 6px 12px
}

.simple-link img {
    height: 16px;
    width: auto;
    margin-right: 4px
}

.simple-link a {
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center
}

.frame-page iframe {
    width: 100vw;
    height: 100vh;
    border: 0
}

.game-section section:first-child .head {
    flex-direction: column
}

.game-section section .head p {
    font-size: 16px;
    margin-top: 8px
}

.game-section .simple-link {
    display: flex;
    justify-content: flex-end
}

@media only screen and (min-width:420px) {
    section .trending .game {
        max-width: 390px
    }
}



.copyrights {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #0c0c0c;
    margin: 32px 0 0
}

.game_faq,
.section-video {
    margin-top: 24px;
    line-height: 1.6
}

.disclaimer {
    padding: 0 0 16px;
    background: #0c0c0c;
    margin-bottom: 0
}

@media only screen and (max-width:760px) {


    .post_content .content h1 {
        line-height: 1.3
    }
}

.game_faq,
.block {
    background-color: #313742;
    padding: var(--box-padding);
    font-size: 16px
}

.game_faq h3.faq_title:not(.game_page .block h3) {
    margin-top: 0
}

.game_faq .tabs,
.quiz .tabs {
    overflow: hidden
}

.game_faq .tab,
.quiz .tab {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.game_faq .tab input,
.quiz .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.game_faq .tab-label,
.quiz .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: var(--dark-grey);
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid var(--primary)
}

.game_faq .tab-label:hover,
.quiz .tab-label:hover {
    background: #5a6271
}

.game_faq .tab-label::after,
.quiz .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: .35s
}

.game_faq .tab-content,
.quiz .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: var(--white);
    background: var(--primary);
    transition: .35s
}

.game_faq .tab-content .faq_show-more,
.quiz .tab-content .faq_show-more {
    display: block;
    width: fit-content;
    margin-top: 6px
}

.game_faq .tab-close,
.quiz .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.game_faq .tab-close:hover,
.game_faq input:checked+.tab-label,
.quiz .tab-close:hover,
.quiz input:checked+.tab-label {
    background: #1a252f
}

.game_faq input:checked+.tab-label::after,
.quiz input:checked+.tab-label::after {
    transform: rotate(90deg)
}

.game_faq input:checked~.tab-content,
.quiz input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

.page_top--faq .page-title {
    font-size: 32px;
    background-color: #000000a6;
    padding: 16px;
    margin: 0;
    font-weight: 600
}

.page_faq .faq-label {
    padding: 1em;
    background: var(--dark-grey);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--primary);
    margin: 0
}

.page_faq .faq-content {
    max-height: 100%;
    padding: 1em;
    color: var(--white);
    background: var(--primary)
}

@media only screen and (min-width:1141px) {



    menu a:hover {
        color: #fff
    }

    menu .sub-drop.active {
        background-color: var(--accent2)
    }

    menu .sub-drop.active .items {
        opacity: 1;
        visibility: visible;
        top: 58px
    }

    .black_cover {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #00000088;
        z-index: 9999;
        display: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .black_cover.active {
        display: block
    }

    menu .drop {
        position: relative;
        margin-left: 4px;
        width: 25px;
        height: 11px;
        cursor: pointer
    }

    .arrow:after,
    .arrow:before {
        content: "";
        top: 5px;
        position: absolute;
        width: 9px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        transition: .2s
    }

    .arrow:before {
        left: 4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg)
    }

    .arrow:after {
        right: 4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    .active .arrow::before {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    .active .arrow::after {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg)
    }
}

.head-text {
    font-size: 16px;
    margin-bottom: 24px;
    display: block
}

.sidebar .list--comparison a span {
    color: var(--accent);
    font-size: 12px;
    font-weight: 600
}

@media only screen and (max-width:600px) {
    .head-text {
        font-size: 16px;
        padding: 0 8px;
        line-height: 1.5
    }

    .sidebar,
    .sidebar .list a.small_link {
        display: block
    }

    .sidebar {
        width: 100%;
        box-sizing: border-box;
        background-color: var(--primary);
        padding: 2px 24px
    }

    .sidebar .game_details,
    .sidebar>*:not(.list--comparison) {
        display: none
    }

    .sidebar .mobile {
        display: block
    }

    .sidebar .list--comparison h1 {
        font-size: 24px
    }

    .page_top .page-title {
        font-size: 28px;
        margin: 12px
    }
}



.section-video,
.game_page .section-video,
.section-gallery {
    background-color: #313742;
    padding: var(--box-padding);
    margin-bottom: 24px;
    font-size: 16px
}

.thumb-cover,
.video-cover {
    background-color: #00000055;
    position: absolute
}

.section-video .wrapper-video {
    width: 100%;
    margin: 0 auto
}

.section-video .wrapper-video video {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    object-fit: contain
}

.section-video .wrapper-video .video-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0
}

.section-video .wrapper-video pre {
    white-space: pre-wrap;
    margin-top: 4px
}

.section-video .wrapper-video .video-thumbs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: 20px;
    gap: 12px;
    justify-content: space-between;
    position: relative;
    margin-left: -12px;
    margin-right: -12px
}

.section-video .wrapper-video .video-thumbs.hive {
    flex-wrap: wrap
}

.section-video .wrapper-video .video-thumbs.hive .thumb-video {
    flex-basis: 32.4%
}

@media only screen and (max-width:1230px) {
    .section-video .wrapper-video .video-thumbs.hive .thumb-video {
        flex-basis: 32.2%
    }
}

@media only screen and (max-width:1080px) {
    .section-video .wrapper-video .video-thumbs.hive .thumb-video {
        flex-basis: 31%
    }
}

@media only screen and (max-width:1000px) {
    .section-video .wrapper-video .video-thumbs.hive .thumb-video {
        flex-basis: 48%
    }
}

.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(2),
.section-video .wrapper-video .video-thumbs .thumb-video:first-child:nth-last-child(2)~a {
    flex-basis: 48.5%
}

.video-thumbs::-webkit-scrollbar {
    display: none
}

.thumb-cover,
.thumb-cover .bar,
.video-cover {
    width: 100%;
    display: flex
}

.section-video .wrapper-video .video-thumbs:has(.thumb-video:nth-child(4)) {
    justify-content: space-between
}

.section-video .wrapper-video .video-thumbs .thumb-video {
    width: 24%;
    min-width: 200px;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative
}

.section-video .wrapper-video .video-thumbs .thumb-video figure img {
    width: calc(100% - 4px);
    aspect-ratio: 16/9;
    object-fit: cover
}

.section-video .wrapper-video .video-thumbs .thumb-video figcaption {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.thumb-video img {
    border: 2px solid transparent
}

.thumb-video.active img {
    border: 2px solid #ff1212
}

.video-cover {
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 0
}

.thumb-cover {
    aspect-ratio: 23/13;
    z-index: 99999;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 0;
    overflow: hidden;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px)
}

.thumb-cover .bar {
    background-color: #000000bb;
    padding: 6px
}

.next-button::after,
.next-button::before,
.thumb-cover .pause_btn,
.thumb-cover .play_btn {
    box-sizing: border-box;
    display: block
}

.thumb-cover .pause_btn {
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 8px;
    height: 10px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: 5px
}

.thumb-cover .play_btn {
    content: "";
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    margin-right: 4px
}

.thumb-cover .timeline {
    background-color: #ffffff99;
    border-radius: 10px;
    width: 100%
}

.video-actions {
    position: absolute;
    display: inline-block;
    bottom: 100px;
    right: 0
}

.next-button,
.video-actions .counter {
    font-size: 16px;
    right: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
    cursor: pointer
}

.next-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 32px;
    height: 32px;
    background: #e50000;
    top: 2px;
    padding: 10px 12px
}

.next-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #fff;
    left: 10px
}

.next-button::after {
    content: "";
    position: relative;
    width: 3px;
    height: 14px;
    background: #fff;
    top: 0;
    left: 7px
}

.video-actions .counter {
    font-weight: 500;
    background-color: #e50000;
    color: #fff;
    padding: 6px 12px
}

.video-actions .counter:before {
    content: "Next";
    margin-right: 8px
}

.v-controlls {
    align-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #00000099;
    position: absolute;
    bottom: 0;
    color: #fff;
    display: none
}

#v-container:hover .v-controlls {
    display: flex
}

.v-buttons {
    width: 100%;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box
}

.v-left,
.v-right {
    display: flex;
    align-items: center
}

.v-buttons i {
    cursor: pointer
}

.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1.4));
    width: 22px;
    height: 22px
}

.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}

.gg-play-pause {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1.4));
    width: 8px;
    height: 10px;
    border-left: 3px solid;
    border-right: 3px solid;
    margin: 5px
}

.gg-maximize {
    margin-left: 26px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 14px;
    height: 14px;
    box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px
}

.gg-volume {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 6px;
    height: 8px;
    border: 2px solid;
    border-right: 0;
    -webkit-perspective: 12px;
    perspective: 12px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff
}

.gg-volume::after,
.gg-volume::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}

.gg-volume::before {
    left: -1px;
    transform: rotateY(-90deg);
    width: 12px;
    height: 10px;
    border: 2px solid;
    border-left: 0;
    top: -3px;
    background-color: #fff;
    border-radius: 2px
}

.gg-volume::after {
    width: 8px;
    height: 16px;
    border: 6px double;
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    right: -15px;
    top: -6px
}

.gg-volume.off::after {
    border: 1px solid #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 2px;
    height: 22px;
    rotate: 45deg;
    background-color: #fff;
    right: -4px;
    top: -9px;
    box-sizing: unset
}

.v-progress {
    display: block;
    padding: 8px
}

.v-progress-bar {
    display: block;
    height: 8px;
    background-color: #7f7f7f;
    border-radius: 8px
}

.v-progress-fill {
    display: block;
    height: 8px;
    border-radius: 8px;
    background-color: #fff
}

@media only screen and (max-width:900px) {
    .section-video .wrapper-video {
        max-width: inherit
    }
}

@media only screen and (max-width:650px) {

    .section-video .wrapper-video p,
    .section-video .wrapper-video pre {
        display: none
    }

    .section-video .wrapper-video .video-thumbs {
        position: relative;
        margin-left: -12px;
        margin-right: -12px
    }

    .section-video .wrapper-video .video-thumbs:after,
    .section-video .wrapper-video .video-thumbs:before {
        content: ''
    }

    .section-video .wrapper-video .video-thumbs .thumb-video {
        flex: 1;
        min-width: 280px
    }

    .game_block .flex.between {
        display: block
    }
}

.quiz .post_content .content {
    margin-top: 0;
    padding-top: 12px
}

.quiz h1,
.quiz h2 {
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.3
}

.quiz h1 {
    font-size: 32px
}

.quiz h2 {
    font-size: 18px
}

.quiz .post_content .content .short {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px
}

.quiz button {
    font-size: 24px;
    padding: 12px 40px;
    margin-top: initial;
    margin-right: 8px
}

.quiz button:last-child {
    margin-right: 0
}

.quiz button.ghost {
    padding: 10px 40px;
    outline: 2px solid var(--accent);
    background-color: transparent;
    box-sizing: border-box
}

.quiz button.ghost:hover {
    outline: 2px solid var(--accent2)
}

.quiz button.icon {
    display: flex;
    align-items: center
}

.quiz button.icon img {
    margin-right: 8px
}

.flex.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0 0
}

.flex.end {
    display: flex;
    justify-content: flex-end
}

.flex.between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.q-item {
    cursor: pointer
}

.q-content {
    padding: 12px;
    background-color: #6b717d;
    border-radius: 2px;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.q-item:hover .q-content {
    background-color: #79808d
}

.q-content.select {
    background-color: #939cad
}

.q-item:hover img {
    filter: brightness(1.1)
}

.q-text {
    padding: 8px 0;
    font-weight: 500
}

.q-image {
    position: relative;
    min-height: 30px
}

.q-image .counter {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 12px;
    background-color: #000;
    font-size: 18px
}

.ballot {
    line-height: 1;
    margin-bottom: 36px
}

.single .ballot {
    margin-bottom: 0;
    margin-top: 12px
}

.ballot h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 24px 0
}

.ballot.quad .q-array {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px
}

.ballot.quad .q-array .q-item {
    flex-basis: 49.7%;
    margin-bottom: 4px
}

.quiz .q-results button {
    font-size: 18px
}

.quiz .q-results h2 {
    text-align: center;
    font-size: 32px;
    margin: 32px 0
}

.quiz .q-results p {
    font-size: 16px;
    line-height: 1.4
}

.q-results-check {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.q-results-check .item {
    margin: 0 4px;
    font-size: 20px;
    background-color: #666;
    width: 44px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px
}

.q-results-check .item:first-child {
    margin-left: 0
}

.q-results-check .item:last-child {
    margin-right: 0
}

.q-results-check .item.r {
    background-color: #1aa803
}

.q-results-check .item.w {
    background-color: #bf1513
}

.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: #38da1e
}

.gg-check-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    top: 0;
    width: 9px;
    height: 16px;
    border-color: #fff;
    border-width: 0 4px 4px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 40px;
    background-color: #e82725
}

.gg-close-o::after,
.gg-close-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    top: 12px;
    left: 5px
}

.gg-close-o::after {
    transform: rotate(-45deg)
}

.social {
    display: flex;
    justify-content: flex-end
}

.social .item .icon {
    height: 20px;
    width: 20px;
    display: flex;
    border: 1px solid #838383;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 6px
}

.social .item {
    margin-right: 8px
}

.social .item:last-child {
    margin-right: 0
}

.social .item .icon img {
    height: 80%;
    margin: 0
}

.social .item .icon.fb {
    background-color: #1857f2;
    border: 1px solid #1857f2
}

.social .item .icon.yt {
    background-color: red;
    border: 1px solid red
}

.social .item .icon.inst {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border: 1px solid #b240b7
}

.social .item .icon.tk {
    background-color: white;
    border: 1px solid white
}

.social .icon:hover {
    -webkit-animation: 1.6s infinite bounce
}

.items .card {
    background-color: var(--dark-grey);
    border: 0 solid #000;
    display: inline-block;
    margin: 0;
    flex-basis: calc(calc(640px - 100%)* 999);
    flex-grow: 1;
    min-width: 240px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none
}

.items .card .image {
    aspect-ratio: 768/432
}

.items .card .image img {
    width: 100%
}

.items .card .text {
    font-size: 16px;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--white);
    transition: .4s;
    text-align: left
}

.items .card:hover .text {
    color: var(--accent)
}

@media only screen and (max-width:560px) {

    #v-container.full-scr #video-element,
    .full-scr .v-controlls {
        position: relative;
        top: 40%
    }

    .full-scr #video-actions {
        top: 60%
    }

    .full-scr #ad-container {
        top: 40%
    }
}

.game_details .item .details {
    max-width: calc(100% - 0);
    overflow: hidden
}

.game_details .input {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.press {
    box-sizing: border-box
}

.v-controlls {
    bottom: 7px
}

h1 a,
h2 a,
h3 a {
    color: var(--white);
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: var(--white);
    text-decoration: underline
}

.content h1 a {
    color: var(--accent2);
    text-decoration: underline
}

a.blue,
h2 a.blue {
    color: var(--accent2)
}

section:first-child .head h2 {
    margin-top: 0
}

.featured_grid.items {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 14px
}

.featured_grid.items .game {
    max-width: 100%
}

.featured_grid.items .game .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #00000000, #000000b8);
    display: block;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap
}

.featured_grid.items .game .details h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 4px
}

.featured_grid.items .game .details .small_text {
    font-size: 14px
}

.featured_grid.items .game img {
    aspect-ratio: 16 / 9
}

@media only screen and (max-width:1000px) {
    .featured_grid.items {
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr))
    }
}

.featured_gridInfo.items {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 28px
}

.featured_gridInfo.items .game {
    max-width: 100%
}

.featured_gridInfo.items .game .game_details {
    position: relative;
    padding: 8px;
    z-index: 2;
    background: #0000007a;
    flex-wrap: unset;
    margin: -44px 0 0
}

.featured_gridInfo.items .game .game_details .item {
    all: revert;
    display: flex;
    align-items: center
}

.featured_gridInfo.items .game .game_details .item .icon {
    margin-right: 0
}

.featured_gridInfo.items .game .details {
    padding: 12px
}

.featured_gridInfo.items .game .game_details .item .details {
    padding: 4px
}

.featured_gridInfo.items .game .details h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 4px
}

.featured_gridInfo.items .game .details .small_text {
    font-size: 14px
}

@media only screen and (max-width:1000px) {
    .featured_gridInfo.items {
        display: grid;
        grid-template-columns: repeat(1, minmax(200px, 1fr))
    }
}

.featured_single.items .game {
    max-width: 100%
}

.featured_single.items .game .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #00000000, #000000b8);
    display: block;
    padding: 24px;
    overflow: hidden;
    white-space: nowrap
}

.featured_single.items .game .details h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 4px
}

.featured_single.items .game .details .small_text {
    font-size: 14px
}

.game_block {
    margin-bottom: 24px
}

p.red {
    background-color: #E32726aa;
    padding: 8px;
    border: 1px solid #00000066;
    border-radius: 4px
}

.game_page .game_block .block .flex.between,
.list_content_page .main .block .flex.between,
.game_page .main .block .flex.between {
    gap: 32px
}

.game_page .game_block .block .flex.between p,
.list_content_page .main .block .flex.between p,
.game_page .main .block .flex.between p {
    font-size: 24px;
    line-height: 1.3
}

.game_page .game_block .block .flex.between .button.med,
.list_content_page .main .block .flex.between .button.med,
.game_page .main .block .flex.between .button.med {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: inherit;
    max-height: 40px
}

@media only screen and (max-width:600px) {

    .game_page .game_block .block .flex.between .button.med,
    .list_content_page .main .block .flex.between .button.med,
    .game_page .main .block .flex.between .button.med {
        height: unset
    }
}


@media only screen and (max-width:800px) {
    .bubble-answer {
        max-width: 80%;
        margin-bottom: 8px
    }
}

.chatbot-block h1 {
    font-size: 30px
}

.merge-left {
    margin-left: 0 !important
}

.merge-right {
    margin-right: 0 !important
}

.merge-center {
    margin: 0 auto !important
}

.full-width {
    width: 100% !important
}

.h_sep {
    margin: 24px 0
}

.tag.green {
    color: var(--green)
}

.tag.orange {
    color: var(--orange)
}

.tag.blue {
    color: var(--accent2)
}

.post .details h2 {
    margin-bottom: 8px;
    font-weight: 700;
}

.post .details h3 {
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 400
}

.game_page h3:not(.game_page .block h3) {
    margin: 24px 0 8px 0
}

.game_page .items .post .details h3 {
    margin-block: 8px
}

.game_page .section-video .wrapper-video h3:not(.game_page .block h3) {
    margin-top: 0
}

.post-image:not(.hive .post-image) {
    margin-right: 24px
}

.post-image img {
    margin-right: 0
}

.post-image,
.game_page .main .image {
    position: relative;
    display: block
}

.post-image .label,
.game_page .main .image .label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 13px;
    background-color: #ffffffee;
    padding: 3px 9px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    cursor: pointer
}

.post-image .label.right,
.game_page .main .image .label.right {
    right: 12px;
    left: auto
}

.post-image .label.live,
.game_page .main .image .label.live {
    background-color: #32ec00ee
}

.post-image .label.red,
.game_page .main .image .label.red {
    background-color: var(--accent);
    color: white
}

.post-image .label.orange,
.game_page .main .image .label.orange {
    background-color: var(--orange);
    color: #000
}

.head .h2 {
    font-size: 24px
}

h3+.info {
    font-size: 14px;
    margin-block: 8px
}

.hive.items {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 14px
}

.game_block .hive.items {
    background-color: #313742;
    padding: 24px;
    margin-bottom: 24px
}

.hive.items .post {
    flex-direction: column
}

.game_block .hive.items .post {
    margin-bottom: 0
}

.hive.items .post .details {
    height: -webkit-fill-available;
    margin-top: 8px;
    justify-content: space-between
}

.hive.items .post .details .flex {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hive.items .post .details h2,
.items .post .details h2 {
    font-size: 22px
}

.hive.items .post .details h3 {
    height: 20px;
    margin-block: 8px
}

.game_block .block {
    margin-bottom: 24px
}

.game_block .block .hive.items {
    padding: 0;
    margin-bottom: 0
}

.hive.items .post img {
    width: 100%;
    max-width: none;
    margin: 0
}

.items post img:not(section .items .post img) {
    margin-right: 0
}

.head+.block.flex.center,
.head+.head-text {
    margin-top: 8px
}

.hive.items .post-image {
    display: block
}

.game_page .main>h2:not(.game_page .main .block+h2) {
    margin-top: 0
}

@media only screen and (max-width:1280px) {
    .content {
        margin-inline: 12px;
        width: auto;
        max-width: 100vw
    }
}

@media only screen and (max-width:940px) {
    .post-image {
        margin-right: 0
    }

    .post>a,
    .post-image:not(.hive .post-image) {
        margin-right: 0
    }

    .hive.items {
        grid-template-columns: repeat(1, minmax(auto, 1fr))
    }

    .hive.items .post {
        margin-bottom: 0;
        height: 100%
    }

    .hive.items .post h2 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        margin-top: 0;
        word-break: keep-all;
        font-size: 20px
    }

    .hive.items .post .details {
        padding: 0
    }
}

@media only screen and (max-width:650px) {

    .game_page .main .block .flex.between,
    .list_content_page .main .block .flex.between {
        display: block
    }

    .page-title {
        font-size: 30px
    }

    .post button,
    .post .button {
        width: fit-content;
        padding: 8px 16px;
        font-size: 14px
    }
}

.small_link {
    background: transparent;
    border: 1px solid #ffffff66
}

.head h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}

.game_page .head h2 {
    margin-top: 0
}

.game_page .game_block .block .flex.between p {
    font-size: 21px
}

.game_page .block p:first-of-type {
    margin-top: 0
}

section .head:not(section.block .head, .home_page_page section .head) {
    margin-top: 20px
}

.gallery_page .main .head:not(section .head),
.video_page .main .head:not(section .head),
.games_page .main .head:not(section .head),
.genres_page .main .head:not(section .head) {
    flex-direction: column
}

.post_content .content p:last-child {
    margin-bottom: 0
}

.bold {
    font-weight: var(--bold)
}

.game_sum p:first-child {
    margin-top: 0
}

.section-video {
    padding: 12px
}

.section-video .wrapper-video .video-thumbs {
    margin-left: 0;
    margin-right: 0
}

.game_block p .small_text {
    font-size: 14px
}

.content_page section .items .post .button,
.items .post .details .flex .button {
    background-color: transparent;
    border: 1px solid #ffffff77
}

.post .small_text {
    font-size: 17px
}

@media only screen and (max-width:650px) {
    .game_page .game_block .block .flex.between .icon {
        text-align: center;
        margin-bottom: 12px
    }

    .post_content .content {
        margin: 0 auto
    }

    section,
    .video_page .game_block h1,
    .game_block+.block .section-gallery {
        padding: 0
    }

    .game_block+.block {
        padding: 12px
    }

    .game_faq,
    .block,
    .section-gallery,
    .game_sum,
    .game_block .block,
    .section-video,
    .game_page .section-video,
    .game_block .hive.items {
        padding: 16px 12px
    }

    .hive.items {
        gap: 24px
    }

    .post_content .image+.content {
        margin-top: 12px
    }

    .post {
        margin-bottom: 12px
    }

    .section-video .wrapper-video .video-thumbs {
        margin: 0;
        flex-direction: column
    }

    .section-video .wrapper-video .video-thumbs .thumb-video {
        width: 100%
    }
}

@media only screen and (max-width:600px) {
    .section-gallery .items .card {
        margin-bottom: 12px
    }

    .head-text {
        padding: 0
    }
}

/* Custom RobloxGo Overrides */

body {
    background-color: #292e39 !important;
    color: #ffffff !important;
}

.sidebar .widget {
    background-color: #1b222a !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.sidebar .widget .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
}

.sidebar .widget ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .widget ul li {
    margin-bottom: 14px !important;
    padding-left: 0 !important;
    line-height: 1.4 !important;
    border: none !important;
}

.sidebar .widget ul li a {
    color: #38a6ff !important;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.sidebar .widget ul li a:hover {
    color: #70c0ff !important;
    padding-left: 4px !important;
}

/* Custom Homepage Button Background Styles */

/* Read More Button Background */
.home .post .details .button {
    background-color: #e32726 !important;
    color: #ffffff !important;
    padding: 5px 13px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* See All Button Background */
.home .small_link {
    background-color: #292e39 !important;
    border: 1px solid #ffffff66 !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* Custom Contact Us Page Styles */
.page_contact .main .block {
    background-color: #313742 !important;
    padding: 24px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.page_contact .head h1 {
    font-size: 32px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.page_contact .post_content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #dfdfdf !important;
    margin-bottom: 24px !important;
}

.page_contact form.contact-form {
    margin-top: 24px !important;
}

.page_contact form.contact-form .line {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px !important;
}

.page_contact form.contact-form label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
}

.page_contact form.contact-form input[type="text"],
.page_contact form.contact-form input[type="email"],
.page_contact form.contact-form select,
.page_contact form.contact-form textarea {
    background-color: #1b222a !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    outline: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.page_contact form.contact-form input:focus,
.page_contact form.contact-form select:focus,
.page_contact form.contact-form textarea:focus {
    border-color: var(--accent2) !important;
    box-shadow: 0 0 8px rgba(0, 157, 255, 0.4) !important;
}

.page_contact form.contact-form textarea {
    resize: vertical !important;
}

.page_contact .button.submit {
    background-color: #e32726 !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    display: inline-block !important;
    width: auto !important;
    margin-top: 8px !important;
}

.page_contact .button.submit:hover {
    background-color: #ff3e3d !important;
    transform: translateY(-1px) !important;
}

.page_contact .button.submit:active {
    transform: translateY(0) !important;
}

/* Sidebar Contact Details Widget */
.page_contact .sidebar .widget.details {
    background-color: #1b222a !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    padding: 24px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
}

.page_contact .sidebar .widget.details .widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-bottom: 10px !important;
}

.page_contact .sidebar .widget.details .line {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 18px !important;
}

.page_contact .sidebar .widget.details .line:last-of-type {
    margin-bottom: 0 !important;
}

.page_contact .sidebar .widget.details label {
    font-weight: 700 !important;
    color: #a1a3a7 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 4px !important;
}

.page_contact .sidebar .widget.details span {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.page_contact .sidebar .widget.details a {
    color: var(--accent2) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.page_contact .sidebar .widget.details a:hover {
    color: #70c0ff !important;
    text-decoration: underline !important;
}

@media only screen and (max-width: 768px) {
    .page_contact {
        display: flex !important;
        flex-direction: column !important;
    }

    .page_contact .main {
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .page_contact .sidebar {
        width: 100% !important;
    }
}

/* ================================================= */

.footer-widgets .widget {
    margin-bottom: 10px;
}

/* .footer-widgets .widget ul li a {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 20px;
    padding: 8px 16px;
    transition: 0.3s ease;
}

.footer-widgets .widget ul li a:hover {
    background: #1da1f2;
    color: #fff;
} */

/* Widget 2, 3, 4 only */
.footer-widgets .footer-widget-2 ul li a,
.footer-widgets .footer-widget-3 ul li a,
.footer-widgets .footer-widget-4 ul li a {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 20px;
    padding: 8px 16px;
    transition: 0.3s ease;
}

/* Hover only for 2,3,4 */
.footer-widgets .footer-widget-2 ul li a:hover,
.footer-widgets .footer-widget-3 ul li a:hover,
.footer-widgets .footer-widget-4 ul li a:hover {
    background: #1da1f2;
    color: #fff;
}

.footer-widgets .widget h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #a1a3a7;
}

.site-footer {
    margin-top: 30px;
}

.main-navigation .main-nav ul li .sub-menu li[class*="current-"]>a {
    background-color: #000;
    color: #fff !important;
}


:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    border: 1px solid #8d8d8d;
}

.blog-btn {
    background-color: #e32726 !important;
}

.menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}


/* Full search box */
.is-search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    /* main rounded */
    padding: 5px 10px;
    overflow: hidden;
    /* important for smooth edges */
}

/* Input side (left) */
.is-search-input {
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    background: transparent;
    border-radius: 50px 0 0 50px;
    /* left round */
}

/* Button side (right) */
.is-search-submit {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 0 50px 50px 0;
    /* right round */
}

/* Icon */
.is-search-icon svg {
    width: 25px;
    height: 25px;
}

.is-form-style input.is-search-submit,
.is-search-icon.search-icon {
    border: none !important;
    background: none !important;
}

.is-search-icon:hover {
    background: none !important;
}


.gp-icon svg {
    height: 23px;
    width: 16px;
    top: 6px;
}

/* ======================  contact  =============== */

.page_contact {
    margin-bottom: 30px;
}

.contact-head h1 {
    text-align: center;
}

.contact-form {
    width: 70%;
    margin: 30px auto;
}

.cf-input,
.cf-textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    background: #dcdde1;
    font-size: 14px;
}

.cf-submit {
    background: #ff3b3b !important;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px;
}

.cf-submit:hover {
    background: #e02e2e !important;
}

/* Custom About Us Page Styles */
.inside-article {
    background-color: #313742 !important;
}

.page_about .main .block {
    background-color: #313742 !important;
    padding: 24px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.page_about .head h1 {
    font-size: 32px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.page_about .post_content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #dfdfdf !important;
    margin-bottom: 20px !important;
}

.page_about .post_content p a {
    color: var(--accent2) !important;
    text-decoration: underline !important;
}

.page_about .post_content p a:hover {
    color: var(--accent) !important;
}

@media only screen and (max-width: 768px) {
    .page_about {
        display: flex !important;
        flex-direction: column !important;
    }

    .page_about .main {
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .page_about .sidebar {
        width: 100% !important;
    }
}

/* Custom Blog Page Styles */
.page_blog .post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
}

.page_blog .post:last-of-type {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Custom Blog Page Pagination Styles */
.pager {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.pager .page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: var(--accent) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    margin: 0 !important;
}

.pager .page-numbers.current {
    background-color: var(--accent2) !important;
    cursor: default !important;
}

.pager .page-numbers.dots {
    background-color: transparent !important;
    color: #dfdfdf !important;
    width: auto !important;
    box-shadow: none !important;
    cursor: default !important;
}

.pager .page-numbers:hover:not(.current):not(.dots) {
    background-color: var(--accent2) !important;
    transform: scale(1.08) !important;
}

@media only screen and (max-width: 768px) {
    .page_blog {
        display: flex !important;
        flex-direction: column !important;
    }

    .page_blog .main {
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .page_blog .sidebar {
        width: 100% !important;
    }
}

/* Custom Terms & Privacy Page Styles */
.page_terms,
.page_privacy {
    margin-bottom: 30px;
}

.page_terms .main,
.page_privacy .main {
    width: 100% !important;
}

.page_terms .main .block,
.page_privacy .main .block {
    background-color: #313742 !important;
    padding: 24px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Montserrat Bold 700, 30px for main headings (h1) */
.page_terms .head h1,
.page_terms .post_content h1,
.page_privacy .head h1,
.page_privacy .post_content h1 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

/* Montserrat Bold 700, 24px for secondary headings (h2) */
.page_terms .post_content h2,
.page_privacy .post_content h2 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #ffffff !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

/* Montserrat Bold 700, 20px for h3 and h4 headings */
.page_terms .post_content h3,
.page_terms .post_content h4,
.page_privacy .post_content h3,
.page_privacy .post_content h4 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

/* Montserrat, 16px for paragraphs */
.page_terms .post_content p,
.page_privacy .post_content p {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #dfdfdf !important;
    margin-bottom: 20px !important;
}

/* Montserrat, 16px for lists and list items */
.page_terms .post_content ul,
.page_terms .post_content ol,
.page_terms .post_content li,
.page_privacy .post_content ul,
.page_privacy .post_content ol,
.page_privacy .post_content li {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #dfdfdf !important;
}

/* List spacing and indentation */
.page_terms .post_content ul,
.page_terms .post_content ol,
.page_privacy .post_content ul,
.page_privacy .post_content ol {
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.page_terms .post_content li,
.page_privacy .post_content li {
    margin-bottom: 8px !important;
}

/* Links */
.page_terms .post_content p a,
.page_privacy .post_content p a {
    color: var(--accent2) !important;
    text-decoration: underline !important;
}

.page_terms .post_content p a:hover,
.page_privacy .post_content p a:hover {
    color: var(--accent) !important;
}

/* ============= */


.single-post .image img,
.single_post .image img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

.comment-form-comment textarea {
    background: #313742;
    border: 1px solid #4b576c;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

/* ==========================================================================
   Game Detail Page Gallery Slider Styles (Brookhaven RP Style)
   ========================================================================== */

/* Main slider container setup */
.game_slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Horizontal scroll container */
.game_slider .items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 !important;
    /* No padding on the left or right to prevent end gaps */
    gap: 1px;
    /* Spacing between slide items */
    margin: 0;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
.game_slider .items::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.game_slider .items {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* Individual slide styling */
.game_slider .game {
    flex: 0 0 80% !important;
    /* Active item is 80% width of the slider viewport */
    scroll-snap-align: start !important;
    /* Snaps to the start (left) of the slider viewport */
    border-radius: 0 !important;
    /* Rectangular corners */
    overflow: hidden;
    position: relative;
    background-color: var(--dark-grey);
}

/* Ensure images cover the slide area without distortion */
.game_slider .game img {
    width: 100% !important;
    height: 440px !important;
    /* Set to 440px as requested */
    object-fit: cover !important;
    display: block;
    max-height: none !important;
    border-radius: 0 !important;
    /* Rectangular corners */
}

/* Navigation controls overlay settings */
.game_slider .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* Let clicks pass through empty spaces to images */
    z-index: 100;
}

/* Circular buttons style */
.game_slider .controls .prev,
.game_slider .controls .next {
    pointer-events: auto;
    /* Enable clicks on the arrow buttons */
    background-color: var(--accent) !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: none;
    z-index: 101;
}

.game_slider .controls .prev {
    margin-left: 20px;
}

.game_slider .controls .next {
    margin-right: 20px;
}

.game_slider .controls .prev:hover,
.game_slider .controls .next:hover {
    background-color: var(--accent2) !important;
    transform: scale(1.05);
}

/* Arrow icon size alignment */
.game_slider .controls .prev img,
.game_slider .controls .next img {
    width: 16px;
    height: 16px;
}

/* Rotate right arrow icon */
.game_slider .controls .next img {
    transform: rotate(180deg);
}

/* Title details overlay at the bottom of the slider */
.game_slider .details {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    /* Spans full width of the container */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%) !important;
    padding: 24px 16px 16px !important;
    z-index: 99;
    color: #ffffff;
    pointer-events: none;
    box-sizing: border-box;
    border-bottom-left-radius: 0 !important;
    /* Rectangular corners */
    border-bottom-right-radius: 0 !important;
}

.game_slider .details h1 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    margin: 0 0 6px 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
    color: #ffffff !important;
}

.game_slider .details .small_text {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    color: #e5e5e5 !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) !important;
}

/* Enlarge gallery icon overlay styling */
.game_slider .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.game_slider .icon:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive slider overrides */
@media (max-width: 992px) {
    .game_slider .game {
        flex: 0 0 85% !important;
        /* 85% width on tablet viewports */
    }

    .game_slider .items {
        padding: 0 !important;
    }

    .game_slider .details {
        left: 0 !important;
        width: 100% !important;
    }

    .game_slider .game img {
        height: 350px !important;
        /* Responsive scaling height for tablet */
    }

    .game_slider .details h1 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    .game_slider .game {
        flex: 0 0 90% !important;
        /* 90% width on mobile viewports */
    }

    .game_slider .items {
        padding: 0 !important;
        gap: 10px;
    }

    .game_slider .details {
        left: 0 !important;
        width: 100% !important;
        padding: 16px 12px 12px !important;
    }

    .game_slider .game img {
        height: 250px !important;
        /* Responsive scaling height for mobile */
    }

    .game_slider .details h1 {
        font-size: 18px !important;
    }

    .game_slider .controls .prev,
    .game_slider .controls .next {
        width: 36px;
        height: 36px;
    }

    .game_slider .controls .prev {
        margin-left: 10px;
    }

    .game_slider .controls .next {
        margin-right: 10px;
    }
}

/* ==========================================================================
   Game Gallery Grid Page Styles
   ========================================================================== */
.gallery-grid .gallery-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.gallery-grid .gallery-item:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4) !important;
}

.gallery-grid .gallery-item a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.gallery-grid .gallery-item img {
    transition: transform 0.3s ease !important;
}

.gallery-grid .gallery-item:hover img {
    transform: scale(1.05) !important;
}

.gallery-header .back-btn:hover {
    background-color: var(--accent2) !important;
}

/* ==========================================================================
   Game Gallery Grid Page Styles (Mockup & Lightbox Overrides)
   ========================================================================== */

/* Custom Gallery Page Styles - Force Zero Border Radius */
.game_gallery_page .block,
.game_gallery_page .gallery-item,
.game_gallery_page .gallery-item img,
.game_gallery_page .info-item,
.game_gallery_page .ranking-item,
.game_gallery_page .play-now-widget a,
.game_gallery_page .game-info-widget,
.game_gallery_page .social-links-widget,
.game_gallery_page .ranking-widget {
    border-radius: 0px !important;
}

/* Lightbox Slideshow Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    box-sizing: border-box;
}

.lightbox-slider-container {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.lightbox-slider-track {
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    gap: 30px;
}

.lightbox-slide {
    flex: 0 0 55vw;
    width: 55vw;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 0.6;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.9);
}

.lightbox-slide.active {
    opacity: 1;
    transform: scale(1);
}


.lightbox-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: block;
    margin: auto;
    border-radius: 0 !important;
}

/* Close Button (top-right corner) */
.lightbox-close {
    position: absolute;
    top: 24px;
    right: 30px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 100002;
    line-height: 1;
}

.lightbox-close:hover {
    color: var(--accent);
    transform: scale(1.1);
}

/* Arrow controls (left/right) */
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 100001;
    user-select: none;
    line-height: 1;
}

.lightbox-prev {
    left: 10vw;
}

.lightbox-next {
    right: 10vw;
}

.lightbox-arrow:hover {
    color: var(--accent);
    transform: translateY(-50%) scale(1.1);
}

/* Responsive adjustments for lightbox slideshow */
@media (max-width: 992px) {
    .lightbox-slide {
        flex: 0 0 70vw;
        width: 70vw;
        height: 65vh;
    }

    .lightbox-prev {
        left: 5vw;
    }

    .lightbox-next {
        right: 5vw;
    }
}

@media (max-width: 576px) {
    .lightbox-slide {
        flex: 0 0 80vw;
        width: 80vw;
        height: 55vh;
    }

    .lightbox-prev {
        left: 2vw;
    }

    .lightbox-next {
        right: 2vw;
    }

    .lightbox-arrow {
        font-size: 28px;
        width: 44px;
        height: 44px;
    }
}

/* Pagination controls styling */
.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
}

.gallery-pagination .page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    /* Force circular shape, overriding 0px layout rule */
    background-color: var(--accent) !important;
    /* Red background for inactive */
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gallery-pagination .page-num.active {
    background-color: var(--accent2) !important;
    /* Blue background for active */
    cursor: default;
}

.gallery-pagination .page-num:hover:not(.active) {
    background-color: var(--accent2) !important;
    /* Turn blue on hover */
    transform: scale(1.08);
}

/* ==========================================================================
   Roblox Game Details Block Styles (CPT Page Setup)
   ========================================================================== */
.game_page .game_details {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    margin: 24px 0 !important;
    width: 100% !important;
}

.game_page .game_rank {
    display: block !important;

}


.game_page .game_details .item {
    background-color: #474d58 !important;
    padding: 8px 8px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 4px !important;
    min-width: 0 !important;
    /* margin: 0 !important; */
    box-sizing: border-box !important;
    border: 1px solid rgba(255, 255, 255, 0.02) !important;
}

.game_page .game_details .item .icon {
    width: 24px !important;
    height: 24px !important;
    margin-right: 14px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    padding: 0 !important;
}

.game_page .game_details .item .icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: brightness(1) !important;
}

.game_page .game_details .item .details {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.game_page .game_details .item h4 {
    font-size: 13px !important;
    color: #afafaf !important;
    font-weight: 400 !important;
    margin: 0 0 3px 0 !important;
    text-transform: uppercase !important;
    font-family: Montserrat, sans-serif !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

.game_page .game_details .item .input {
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    /* Changed font weight from 700 to 400 */
    font-family: Montserrat, sans-serif !important;
    line-height: 1.2 !important;
}

/* Responsive details layout */
@media (max-width: 992px) {
    .game_page .game_details {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .game_page .game_details {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}

/* ==========================================================================
   Roblox Codes Promo Banner Block Styles
   ========================================================================== */
.codes-banner-block {
    background-color: #313742 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 20px 24px !important;
    margin: 0 0 24px 0 !important;
    border-radius: 0px !important;
}

.codes-banner-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
}

.codes-banner-text {
    margin: 0 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
}

.codes-banner-btn {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    padding: 8px 38px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    font-family: Montserrat, sans-serif !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
    white-space: nowrap !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(227, 39, 38, 0.2) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-height: 65px !important;
}

.codes-banner-btn:hover {
    background-color: var(--accent2) !important;
    color: #ffffff !important;
}

/* Responsive adjustments for codes banner */
@media (max-width: 768px) {
    .codes-banner-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 14px !important;
    }

    .codes-banner-btn {
        width: 100% !important;
        text-align: center !important;
    }
}


.main .image {
    position: relative;
}

.main .image .label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 13px;
    background-color: #ffffffee;
    padding: 3px 9px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.main .image .label.right {
    right: 12px;
    left: auto;
}

.main .image .label.live {
    background-color: #32ec00ee;
}

.charts .row {
    background-color: #313742;
}

/* Main Menu Font */
#primary-menu,
#primary-menu ul,
#primary-menu li,
#primary-menu a {
    font-family: 'Montserrat', sans-serif !important;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #fff !important;
    background-color: red;
}

.main-navigation .main-nav ul li:hover>a {
    background-color: #009dff;
    color: #fff !important;
}