html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.ads {
    width: 100%
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.ads-content {
    height: 600px
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

#expand,
#share-focus,
#half-expand {
    cursor: pointer !important;
    margin-left: 10px
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important
}

/* @font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Light.woff2) format("woff2"), url(../fonts/Avenir-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Medium.woff2) format("woff2"), url(../fonts/Avenir-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
} */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

html {
    font-size: 16px;
    font-weight: 500;
    min-height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
	overflow-x:hidden;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--font-size-normal);
    line-height: 1.72;
    color: var(--color-tone-1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--bg)
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: .2s ease color, .2s ease background, .2s ease border;
    -o-transition: .2s ease color, .2s ease background, .2s ease border;
    transition: .2s ease color, .2s ease background, .2s ease border;
    color: var(--color-tone-1)
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    margin: 0
}

table {
    border-collapse: collapse
}

table th,
table td {
    font-weight: 400;
    text-align: left;
    vertical-align: top
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none
}

button {
    -webkit-transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
    transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s
}

input,
button {
    border: 0
}

.container {
    position: relative;
    width: 100%;
    max-width: 1185px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    width: 100%
}

.font-bold {
    font-weight: 700
}

.d-block {
    display: block
}

.d-inline {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-r {
    position: relative
}

.bg-fff {
    background-color: #fff
}

.absolute {
    position: absolute;
    top: 50%
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.m-r {
    margin-right: 10px
}

.m-t {
    margin: 10px 0
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important
}

.hidden {
    display: none !important;
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.font-fff {
    color: #fff
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, 180px);
    grid-auto-flow: dense;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-item {
    position: relative
}

.a-grid {
    background-color: rgba(255, 255, 255, .1);
    border-radius: .5rem;
    -webkit-box-shadow: 0 0 .5rem rgb(0 0 0/25%);
    box-shadow: 0 0 .5rem rgb(0 0 0/25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.span-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3
}

.span-3x2 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 2;
    height: 375px
}

.clear {
    clear: both
}

/*menu*/
header {
    background-color: #00d369;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
    padding: 0.5rem 0
}

.papas__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.papas__header--button-menu {
    border: 1px solid #ffffff1a;
    border-radius: .0375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: none;
}

.papas__header--button-menu svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.papas__header--button-menu path {
    fill: #fff;
    stroke: #fff;
}

.papas__header--search-bar form {
    position: relative;
    width: 252px;
    height: 40px;
    border-radius: var(--radius-small);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.papas__header--input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 50px;
    /* background-color: var(--color-white); */
	background-color: var(--color-yellow);
    box-sizing: border-box;
    color: var(--color-white);
}
.papas__header--input::placeholder{
	color: var(--color-white);
}
.papas__header--button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(33, 34, 51, 0.9);
	cursor: pointer;
}

.papas__header--button svg,
.papas__header--button path {
    fill: var(--color-white);
}

.papas__header--button svg {
    width: 20px;
    height: 20px;
}

.papas__header--nav-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 45px;
    justify-content: flex-end;
}

.papas__header--nav-list li {
    margin-left: 1rem;
    display: flex;
}

.papas__header--nav-list li a {
    padding: 0.5625rem 1rem;
    background-color: #fdfad2;
    color: #83433d;
    font-weight: bold;
    border-radius: 2rem;
    white-space: nowrap;
}

.papas__header--nav-list li a:hover {
    color: #715e0c;
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    background-color: var(--color-white);
    z-index: 11;
    transform: translate(-270px);
    transition: all 0.25s ease-in;
}

.mobile__menu--control {
    background-color: #000000;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 0.5rem 0;
    min-height: 66px;
    box-sizing: border-box;
    padding-left: 15px;
}

#close-menu {
    display: flex;
}

.mobile__menu--content {
    padding: 15px 0;
}

.mobile-link {
    display: block;
    font-weight: bold;
    margin: 15px 0;
}

.mobile__menu--content form {
    width: 100%;
}

.mobile__menu.active {
    transform: translate(0);
}

/*game_item*/
.top__flex {
    display: flex;
}

.top__flex--content {
    width: 424px;
    min-width: 424px;
    color: var(--color-white);
    background-color: #1A1b28;
    border-radius: 10px;
    padding: 20px;
    height: 218px;
    max-height: 218px;
    box-sizing: border-box;
    color: #BDBFCE;
}

.top__flex--content-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 0.5rem;
}

.top__flex--image {
    width: 100%;
    margin-left: 1rem;
}

.top__flex--image img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
}

.heading-2 {
    color: var(--color-white);
    padding-bottom: 3px;
    font-weight: 900;
    font-size: 19.2px;
    text-transform: capitalize;
}

.section__games,
.section__content {
    margin-top: 30px;
}

.card-thumb {
    position: relative;
    border-radius: var(--radius-small);
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    bottom: 0px;
    z-index: 3;
    height: 100%;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
}

.card-text {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 5px;
    margin-bottom: 8px;
    margin-left: 8px;
    z-index: 4;
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 16px);
    height: auto;
    display: none;
    text-transform: capitalize;
}

.a-card-game:hover .card-bg, .a-card-game:hover .card-text {
    display: block;
}

.span-3x2 img {
    border-radius: var(--radius)
}

.line {
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 8px;
    margin: 30px 0;
}

.content-box {
    line-height: 1.65;
    border-radius: var(--radius);
    background-color: #fdfad2;
    color: #83433d;
    padding: 15px;
}

.content-box ul,
.content-box ol {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 1rem;
}

.content-box li {
    list-style: disc
}

.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    font-weight: revert;
    text-transform: capitalize;
    margin: revert;
    line-height: 1;
}

.content-box p {
    margin-bottom: 1rem;
}

.content-box a {
    color: #086134;
}

.loadingImage {
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite
}

@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important
}

.header-game {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background-color: #35373B;
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2;
    margin-left: 10px;
    margin-right: 10px;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-game-extend>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 14px;
    cursor: pointer;
    position: relative;
}

.header-game-extend>span>svg {
    width: 20px;
    height: 20px;
    fill: var(--color-white);
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    8% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    12% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    18% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.header-game-extend>span::before {
    position: absolute;
    content: attr(data-title);
    text-align: center;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 14px;
    border-radius: 4px;
    padding: 0 3px 0 2px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    z-index: 2;
    white-space: nowrap;
    padding: 8px;
    display: none
}

.header-game-extend>span:hover svg {
    -webkit-animation: scale 3000ms infinite;
    animation: scale 3000ms infinite;
}

.header-game-extend>span:hover::before {
    display: block
}

.exit-fullscreen {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.pagination {
    margin: 30px 0;
    text-align: center
}

.next_page {
    width: 44px;
    height: 44px;
    margin: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: var(--radius-small);
    vertical-align: middle;
    color: var(--color-tone-1);
    font-weight: var(--font-bold-1);
    background-color: #fff;
    font-weight: 700;
}

.next_page:hover {
    background-color: var(--bg-red);
    color: #fff;
    border-color: var(--bg-red)
}

.active_ {
    background-color: var(--bg-red);
    color: #fff;
    border-color: var(--bg-red)
}

.page-wrapper {
    min-height: calc(100vh - 208px);
}

.search_found {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search_found ul {
    list-style-type: disc
}

.search_found ul li {
    list-style-type: disc !important;
    list-style-position: inside
}

.game__play--top {
    display: flex;
    gap: 15px;
}

.game__play--top-left {
    width: 100%;
}

.game__play--top-right {
    width: 228px;
    min-width: 228px;
}

.game-card-play {
    width: 114px;
    height: 114px;
    padding: 5px;
    box-sizing: border-box;
}

.game-card-play--mobile {
    display: none;
}

/* .game__play--top-right .game-card-play {
    width: 97px;
    height: 97px;
} */

.game__play--top-right-listgames {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.game__play--top-left .game__play--top-right-listgames {
    margin-top: 5px;
}

.taglink {
    display: inline-block;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 8px 16px;
    background: transparent;
    margin-bottom: 8px;
    margin-right: 8px;
    background-color: #00d369;
    font-size: 13px;
    font-weight: bold;
    color: #7a2f36 !important;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.taglink:hover {
    background-color: #11ad5e;
}

.content-box table {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.content-box table td {
    padding: 4px 12px 4px 0;
    font-weight: 600;
}

.content-box table td span {
    color: #767A8E;
}

.content-box table td a {
    font-weight: bold;
    color: var(--color-yellow);
    padding-right: 5px;
    text-transform: capitalize;
}

.content-box table td a:hover {
    text-decoration: underline;
}

.content-box img {
    max-width: 100%;
    height: auto;
}

#iframehtml5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0
}

.bread-crumb-item {
    text-transform: capitalize;
    color: var(--color-tone-1);
    line-height: 1
}

.bread-crumb-list .bread-after::before {
    content: "/";
    margin: 0 5px;
    border-bottom: 0
}

.breadcrumb {
    margin-bottom: 20px
}

.breadcumb__list-item {
    text-transform: uppercase;
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1.5
}

a.breadcumb__list-item:hover {
    color: #4d85c5
}

.bread-after:before {
    content: ">";
    margin: 0 8px;
    color: #a9a9a9
}

span.bread-crumb-item {
    color: #999
}

.overwrite-breadcumb .bread-after:last-child {
    cursor: unset
}

#append-rate {
    cursor: default;
    color: var(--color-white)
}

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden
}

#averagerate {
    font-size: 14px;
    font-weight: 700;
}

#rating .rating-element {
    display: inline-block;
    color: inherit
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#default-demo img {
    width: 18px
}

.bg-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.bg-overlay.active {
    display: block;
}

.throw-ads-responsive {
    min-height: 280px;
}

.link {
    color: var(--color-white);
}

.bread-crumb-item {
    white-space: nowrap;
}

.footer {
	background-color: #00d369;
    padding: 15px 0;
    text-align: right;
    text-align: center;
    color: #7a2f36;
    margin-top: 30px;
}

.link {
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 500
}

.link:hover {
    text-decoration: underline
}

.totop {
    position: fixed;
    z-index: 2;
    right: 15px;
    bottom: 15px;
    background: #1A1b28;
    width: 52px;
    height: 48px;
    border-radius: var(--radius-small);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.totop svg {
    width: 20px;
    height: 20px;
    fill: var(--color-yellow);
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.totop:hover {
    background-color: #2c2e47
}

@-webkit-keyframes crunch {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes crunch {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    50% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.throw-ads-300x250,
.throw-ads-468x60,
.throw-ads-970x90,
.throw-ads-160x600,
.throw-ads-768x90,
.throw-ads-320x90,
.throw-ads-728x90,
.throw-ads-300x600 {
    display: none
}

.throw-ads-300x250 {
    margin-bottom: 10px
}

.throw-ads-970x90,
.throw-ads-768x90,
.throw-ads-468x60,
.throw-ads-728x90,
.throw-ads-320x90,
.throw-ads-responsive {
    margin: 10px 0
}

.throw-ads-160x600 {
    min-width: 160px
}

.throw-ads-responsive {
    text-align: center;
    max-width: 100%
}

:root {
    --font-family: 'Nunito', sans-serif;
    --bg: #26292d;
    --bg-red: #1f2030;
    --bg-game: #0C6136;
    --color-tone-1: #000000;
    --color-tone-2: #fff;
    --color-tone-3: #414141;
    --color-tone-4: #e23415;
    --radius: 16px;
    --radius-small: 8px;
    --radius-circle: 30px;
    --font-size-larger: 24px;
    --font-size-normal: 16px;
    --font-size-small: 14px;
    --font-bold-1: 600;
    --font-bold-2: 700;
    --color-black: #000000;
    --color-black: #333d41;
    --color-white: #ffffff;
    /* --color-yellow:#d6c509; */
    --color-yellow: #667e1c;
}

@media(min-width:1024px) {
    .throw-ads-160x600 {
        display: block;
    }
}

@media (max-width:1023px) {
    .game__play--top {
        flex-wrap: wrap;
    }

    .game__play--top-right {
        display: none;
    }

    .game-card-play--mobile {
        display: block;
    }
}


@media (max-width:991px) {
    .papas__header .papas__header--search-bar, .papas__header .papas__header--nav {
        display: none;
    }

    #open-menu {
        display: flex;
    }

    .top__flex--image {
        display: none;
    }

    .top__flex--content {
        width: 100%;
		min-width: 100%;
        height: auto;
    }

    .footer-logo {
        display: none;
    }

    .footer__flex {
        justify-content: center;
    }
}

@media (min-width:992px) {
    .mobile__menu.active {
        transform: translate(-270px) !important;
    }

    .bg-overlay.active {
        display: none !important;
    }
}