/*
Theme Name: GAMETREE
Theme URI: https://www.facebook.com/profile.php?id=61552223098450
Author: GAMETREE Dev Team
Description: GAMETREE designed
Version: 1.4.1
Text Domain: GAMETREE
Tags: blog, magazine, minimal, lightweight
*/
@charset "UTF-8";
:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

@font-face {
    font-family: "DBXLNightfever";
    src: url("../fonts/dbxlnightfeverextrawideitalic.eot");
    src: url("../fonts/dbxlnightfeverextrawideitalic.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/dbxlnightfeverextrawideitalic.woff2") format("woff2"),
        url("../fonts/dbxlnightfeverextrawideitalic.woff") format("woff"),
        url("../fonts/dbxlnightfeverextrawideitalic.ttf") format("truetype"),
        url("../fonts/dbxlnightfeverextrawideitalic.svg#DBXLNightfever")
            format("svg");
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: hidden;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
    outline: none;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:hover,
a:active,
a:focus {
    outline: none;
    /* border: 0; */
}

input::-moz-focus-inner {
    border: 0;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
        [type="week"]
    ):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

.figure {
    display: inline-block;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 820px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

@media (min-width: 820px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(
        --bs-table-color-state,
        var(--bs-table-color-type, var(--bs-table-color))
    );
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px
        var(
            --bs-table-bg-state,
            var(--bs-table-bg-type, var(--bs-table-accent-bg))
        );
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.wp-caption-text {
    text-align: center;
}

@media (min-width: 820px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
}

/* .hide-speed {
    display: block;
}

.hide-speed.active {
    display: block;
} */

img {
    max-width: 100%;
}

.home-contact-alert.success {
    color: green;
}

.home-contact-alert.error {
    color: red;
}

:root {
    --font-krona: "Krona One", sans-serif;
    --font-inter: "Inter", sans-serif;
    --font-monts: "Montserrat", sans-serif;
    --font-night: "DBXLNightfever";
    --primary-color: #ffffff;

    --background-color: #000000;
    --surface-color: #686868;
    --secondary-color: #00773e;
    --tertiary-color: #aeaeae;
    --quaternary-color: #f2f3f7;
    --quinary-color: #d9d9d9;
    --senary-color: #a8b9c5;
    --octonary-color: #934d26;
    --nonary-color: #555555;
    --denary-color: #f1d1a9;
    --duodenary-color: #000000;
    --app-bar-background: transparent;

    --footer-color: #16171d;

    --size-10: 0.625rem;
    --size-12: 0.75rem;
    --size-13: 0.813rem;
    --size-13-5: 0.84375rem;
    --size-14: 0.875rem;
    --size-15: 0.938rem;
    --size-16: 1rem;
    --size-17: 1.0625rem;
    --size-18: 1.125rem;
    --size-20: 1.25rem;
    --size-21: 1.3125rem;
    --size-22: 1.375rem;
    --size-24: 1.5rem;
    --size-25: 1.563rem;
    --size-28: 1.75rem;
    --size-30: 1.875rem;
    --size-32: 2rem;
    --size-33: 2.063em;
    --size-35: 2.188rem;
    --size-36: 2.25rem;
    --size-38: 2.375rem;
    --size-40: 2.5em;
    --size-42: 2.625em;
    --size-45: 2.813rem;
    --size-46: 2.875rem;
    --size-47: 2.938rem;
    --size-48: 3rem;
    --size-56: 3.5rem;
    --size-60: 3.75rem;
    --size-61: 3.8125rem;
    --size-64: 4rem;
    --size-72: 4.5rem;
    --size-80: 5rem;
    --size-96: 6rem;
    --size-100: 6.25rem;
    --ratio-md: 0.8;
    --ratio-sm: 0.6;
    --ratio-xm: 0.4;
    --ratio-xxm: 0.3;
    --ratio-xxxm: 0.24;
    --ratio-xxxmm: 0.22;

    --dura-300: 0.3s;
    --dura-500: 0.5s;
}

/* .row {
    max-width: 1276px;
} */

.px-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.ma-4 {
    margin: 16px !important;
}

.pa-5 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-40 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mt-6 {
    margin-top: 24px !important;
}

.mt-10 {
    margin-top: 40px !important;
}

.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mb-10 {
    margin-bottom: 40px !important;
}

.mb-13 {
    margin-bottom: 52px !important;
}

.ml-4 {
    margin-left: 16px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.text-justify {
    text-align: justify;
}

a {
    transition: 0.3s linear;
    text-decoration: none;
    color: var(--primary-color);
}

body {
    min-height: 100%;
    line-height: 150%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: visible;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-inter);
    font-size: var(--size-16);
    background: var(--background-color);
    color: var(--primary-color);
    padding-top: 73px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
}

#site-inner {
    overflow-x: hidden;
}

.ani {
    transition: 0.2s ease-in;
}

.arksiri-pagi {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arksiri-pagi span,
.arksiri-pagi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.arksiri-pagi span:hover,
.arksiri-pagi a:hover,
.arksiri-pagi .current {
    color: white;
    background: #003760;
    border: 1px solid #003760;
}

.si-prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.si-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arksiri-pagi a:hover .si-prev {
    background-image: url("../images/si-prev-white.png");
}

.arksiri-pagi a:hover .si-next {
    background-image: url("../images/si-next-white.png");
}

/* nav-icon-5 */
.nav-icon-5 {
    width: 20px;
    height: 14px;
    margin: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /* display: none; */
}

.nav-icon-5 span {
    background-color: #ffffff;
    position: absolute;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 2px;
    transition-duration: 300ms;
}

.nav-icon-5 span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.nav-icon-5 span:nth-child(2) {
    top: 6px;
    left: 0px;
    opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
}

.nav-icon-5.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}

.nav-icon-5.open span:nth-child(2) {
    opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 6px;
}

.game-header {
    position: fixed;
    background-color: #252422;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.game-header .logo {
    margin-right: 16px;
}

.logo img {
    height: 25px;
}

.game-header #menu-menu-korean,
.game-header #menu-main-menu {
    margin: 0;
    display: flex;
    align-items: center;
}

.game-header #menu-menu-korean .menu-item > a,
.game-header #menu-main-menu .menu-item > a {
    display: block;
    margin: 0 16px;
    padding: 28px 0;
}

#menu-menu-korean .current-menu-item a,
#menu-main-menu .current-menu-item a {
    font-weight: 800;
}

.lg-home {
    color: #000000;
    padding: 5px 24px;
    display: block;
    font-weight: 600;
    border-radius: 8px;
    border: 3px solid transparent;
    background: linear-gradient(104deg, #f8cf41 -3.94%, #ff9839 131.87%);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.lg-home:hover {
    color: #ffffff;
    border-color: #ff9839;
    background: #252422;
    /* background: linear-gradient(104deg, #ff9839 -3.94%, #f8cf41 131.87%); */
}

.su-home {
    color: #ffffff;
    padding: 5px 24px;
    display: block;
    font-weight: 600;
    border-radius: 8px;
    border: 3px solid #ff9839;
    background: #252422;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.su-home:hover {
    color: #000000;
    background: linear-gradient(104deg, #ff9839 -3.94%, #f8cf41 131.87%);
}

.need-help {
    margin-top: -105px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 30px;
    background: linear-gradient(91deg, #f8cf41 0.25%, #ff9839 99.72%);
    display: none;
}

.need-help .tt {
    font-weight: 700;
    font-size: var(--size-45);
}

/* .need-help .sub {
    margin-top: 10px;
} */

.need-help .get-in {
    color: #000000;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1.659px solid #252525;
    font-size: 20px;
    height: 60px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.need-help .get-in:hover {
    color: #ffffff;
    background-color: #000000;
}

.contact-footer {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.social-get {
    gap: 17px;
}

.social-get img {
    width: 60px;
    height: 60px;
}

.footer-info {
    margin-top: 75px;
    font-size: var(--size-15);
}

.game-header .logo span,
.footer-info .logo span {
    margin-left: 17px;
    background: linear-gradient(97deg, #f8cf41 1.24%, #ff9839 48.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-night);
    font-size: 30px;
    padding-right: 2px;
    line-height: normal;
    letter-spacing: -0.6px;
}

.copyright {
    font-size: var(--size-15);
    margin-top: 84px;
    margin-bottom: 81px;
}

.game-footer .menu-item > a {
    display: block;
    padding: 6px 0;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}

.game-footer .menu-item > a:hover {
    text-decoration: underline;
}

.footer-info .description {
    margin-top: 20px;
    line-height: 27.372px;
    max-width: 308.558px;
}

.footer-info .footer-manager {
    margin-top: 36px;
    line-height: 23.225px;
}

.footer-info .menu-main-menu-container {
    margin-top: 29px;
}

.bg-home {
    background-image: url("../images/bg-home.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 185px;
}

.tt-login {
    background: linear-gradient(97deg, #f8cf41 1.24%, #ff9839 48.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-night);
    font-size: 80px;
    line-height: 80px; /* 100% */
    letter-spacing: -1.6px;
    padding-right: 4px;
}

.header-login {
    gap: 24px;
}

.mai-hamburger {
    display: none;
    width: 20px;
    height: 15px;
}

.language {
    display: block;
    position: relative;
}

.language li {
    list-style: none;
}

.language .lang-item {
    position: absolute;
    display: none;
    top: 100%;
}

.language .current-lang {
    position: relative;
    display: block;
}

.language a {
    display: block;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.language .current-lang a {
    padding-right: 15px;
}

.language .current-lang a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media (max-width: 820px) {
    body {
        padding-top: 99px;
    }
    .mai-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .game-header #menu-menu-korean,
    .game-header #menu-main-menu {
        flex-wrap: wrap;
    }
    .game-header #menu-menu-korean li,
    .game-header #menu-main-menu li {
        width: 100%;
        margin-top: 9px;
    }
    .game-header #menu-menu-korean .menu-item > a,
    .game-header #menu-main-menu .menu-item > a {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 19px;
        line-height: 45px;
    }
    .game-header .logo {
        padding: 33px 0 33px 25px;
    }
    .menu-mobile {
        background-color: #252422;
        padding: 19px 0 32px;
        display: none;
        position: fixed;
        top: 99px;
        left: 0;
        width: 100%;
        z-index: 123;
    }
    .header-login-mb .lg-home,
    .header-login-mb .su-home {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        margin-right: auto;
        margin-left: auto;
    }
    .header-login-mb .lg-home {
        width: 142px;
        margin-top: 13px;
    }
    .header-login-mb .su-home {
        width: 109px;
        margin-top: 19px;
    }
    .need-help {
        border-radius: 5px;
        height: 165px;
        margin-top: -78.5px;
        width: calc(100% - 88px);
        margin-right: auto;
        margin-left: auto;
    }
    .need-help .tt {
        font-size: 15px;
        line-height: normal;
    }
    .need-help .sub {
        font-size: 8px;
        margin-top: 16px;
        line-height: normal;
    }
    .need-help .get-in {
        margin: 14px auto 15px;
        padding: 0;
        height: 27px;
        width: 103px;
        font-size: 8.931px;
        line-height: normal;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-get {
        gap: 9px;
        justify-content: center;
    }
    .social-get img {
        width: 30px;
        height: 30px;
    }
    .contact-footer {
        text-align: center;
    }
    .contact-footer > div {
        width: 100%;
    }
    .copyright {
        margin: 18px 0 30px 49px;
        font-size: 7px;
        line-height: normal;
    }
    .footer-info {
        font-size: 8px;
        margin-top: 26px;
    }
    .footer-info .logo,
    .footer-info .description {
        margin-left: 49px;
    }
    .footer-info .logo img {
        height: 14.168px;
    }
    .footer-info .logo span {
        margin-left: 9px;
        font-size: 15.619px;
        line-height: normal;
        letter-spacing: -0.312px;
    }
    .footer-info .footer-manager {
        line-height: normal;
    }
    .footer-info .footer-manager > div {
        max-width: 130px;
    }
    .footer-info .description {
        font-size: 8px;
        margin-top: 11px;
        line-height: normal;
        max-width: 119px;
    }
    .language {
        position: absolute;
        top: 50%;
        transform: translateY(-51%);
        right: 63px;
        z-index: 123;
    }
}

@media (max-width: 400px) {
}

@media (min-width: 820px) {
}

@media (min-width: 1170px) {
}

@media (min-width: 1320px) {
    .container {
        max-width: 1276px !important;
    }
}
