/**
 *
 * Color
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
/**
 *
 * Responsive
 *
 */
/**
 *
 * Utilities
 *
 */
/**
 *
 * Button
 *
 */
.button {
    position: relative;
    border: 0;
    outline: 0;
    background-color: #b4a87a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Markazi Text";
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #d2c7a8;
    text-transform: uppercase;
    z-index: 1;
    transition: all 125ms;
    /**
   *
   * Responsive
   *
   */
}
.button:hover {
    cursor: pointer;
}
.button--square {
    border-radius: 0 !important;
}
.button--square::before {
    border-radius: 0 !important;
}
.button--type-one {
    min-width: 205px;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 20px;
    line-height: 24px;
}
.button--type-one--only-opacity::before {
    opacity: 0.8;
}
.button--type-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/button-type-one-bg.html");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.button--type-one:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-two {
    min-width: 260px;
    padding: 20px 0;
    background-color: #313131;
    font-size: 20px;
    line-height: 24px;
    color: #d2c7a8;
    text-shadow: 2px 0 #0b0d18, -2px 0 #0b0d18, 0 2px #0b0d18, 0 -2px #0b0d18,
        1px 1px #0b0d18, -1px -1px #0b0d18, 1px -1px #0b0d18, -1px 1px #0b0d18;
}
.button--type-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/button-type-two-bg.html");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: all 125ms;
    z-index: -1;
}
.button--type-two:hover,
.button--type-two.is-active {
    color: #d2c7a8;
}
.button--type-two:hover::before,
.button--type-two:hover.is-active,
.button--type-two.is-active::before,
.button--type-two.is-active.is-active {
    opacity: 0.8;
    background-image: url("../assets/images/button-type-two-bg-hover.html");
}
.button--type-three {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    color: #b4a87a;
    text-shadow: 1px 1px 2px #000;
    background-color: transparent;
    font-size: 25px;
    line-height: 24px;
}
.button--type-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	border-radius:8px;
	border: 1px solid #504938;
    background-image: url("../assets/images/btn4.webp");

    transition: all 125ms;
    z-index: -1;
}
.button--type-three:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-three-purple::before {
    background-image: url("../assets/images/button-type-six-bg.webp");
}
.button--type-four {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    background-color: #0b0d18;
    flex-direction: column;
    font-size: 25px;
    line-height: 24px;
    color: #93876d ;
    text-shadow: 0px 0px 5px #1e1c17;
}
.button--type-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	border: 1px solid #504938;
	-webkit-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
    background-image: url("../assets/images/btn5.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 125ms;
    z-index: -1;
}
.button--type-four:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-five {
    min-width: 299px;
	min-height: 65px;
    padding-top:4px;
    background-color: transparent;
    font-size: 35px;
    line-height: 42px!important;
	color: #b4a87a;
    text-shadow: 0px 0px 5px #1e1c17;
}
.button--type-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/button-type-five-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 125ms;
    z-index: -1;
}
.button--type-five:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-six {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px!important;
	color: #b4a87a;
	border: 1px solid #504938;
    text-shadow: 0px 0px 5px #1e1c17;
    background-color: transparent;
    font-size: 25px;
    line-height: 24px;
    text-transform: initial;
}
.button--type-six::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px!important;
    background-image: url("../assets/images/button-type-four-bg.webp");
    background-position: center;
    background-repeat: repeat-x;
    transition: all 125ms;
    z-index: -1;
}
.button--type-six:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-seven {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px!important;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}
.button--type-seven::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px!important;
    border: 1px solid #b1862b;
    background: #8d6716;
    transition: all 125ms;
    z-index: -1;
}
.button--type-seven:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-seven-two {
    height: 56px;
}
.button--type-seven-yellow-bg::before {
    border: 1px solid #87795a;
    background: #715f39;
}
.button--type-seven-gray-bg::before {
    border: 1px solid #834040;
    background: #663131;
}
.button--type-seven__icon-img {
    min-width: 24px;
    max-width: 24px;
}
.button--type-eight {
    width: 100%;
    height: 48px;
    padding: 6px 0;
    border-radius: 8px;
    background-color: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: ##b4a87a;
    text-shadow: 0px 0px 5px #000;
}
.button--type-eight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: url("../assets/images/btn3.webp");
    background-position: center;
    transition: all 125ms;
    z-index: -1;
}
.button--type-eight:hover {
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.button--type-eight__secondary-text {
    font-size: 16px;
    line-height: 16px;
    color: #b4a87a;
    text-shadow: 1px 1px 5px #000;
}
.button--type-seven .button__text {
    color: #b4a87a;
    text-shadow: 0px 0px 5px #000;
}
.button--type-seven .button__text-effect {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
}
.button--border-opacity-white {
    height: 56px;
    padding: 16px;
	border-radius: 8px!important;
	border: 1px solid #3d3529;
    background-color: #080605;
    line-height: 24px;
    justify-content: space-between;
}
.button--border-opacity-white:hover {
    border-color: rgba(255, 255, 255, 0.2);
}
.button__secondary-text {
    font-size: 25px;
    font-weight: 700;
    line-height: 16px;
    color: #93876d;
    text-shadow: 0px 0px 5px #1e1c17;
}
.button__icon {
    margin-right: 8px;
}
.button__icon--align-right {
    margin-right: 0;
    margin-left: 8px;
}
.button__icon-img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.button__right-icon {
    font-size: 14px;
}
@media (max-width: 992px) {
    .button--type-five {
    min-width: 199px;
	min-height: 65px;
    padding: 12px 0;
	background: url("../assets/images/mobilbuton.webp")center top no-repeat ;
	border: 1px solid #504938;
	border-radius:15px;
    font-size: 30px;
    line-height: 32px;
	color: #b4a87a;
    text-shadow: 0px 0px 5px #1e1c17;
    }
    .button--type-five::before {
    height: 32px;
    margin: auto;
    background: transparent!important;
    }
}

/**
 *
 * Game Download Button
 *
 */
.game-download-button {
    border: 0;
    outline: 0;
    width: 350px;
    height: 101px;
    background-image: url("../assets/images/game-download-button-bg.gif");
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Markazi Text";
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    color: #b4a87a;
    text-shadow: 0px 0px 5px #1e1c17;
    text-transform: uppercase;
    transition: all 125ms;
}
.game-download-button:hover {
    cursor: pointer;
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.game-download-button__secondary-text {
    font-size:23px;
    line-height: 10px;
    color: #71664f;
    text-shadow: 0px 0px 5px #1e1c17;
}

/**
 *
 * Input
 *
 */
.input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #dbc48d;
	background-image: url("../assets/images/bg.webp");
    background-color: #ccc !important;
box-shadow: 0px 0px 27px -4px rgba(135,106,49,1) inset;
-webkit-box-shadow: 0px 0px 27px -4px rgba(135,106,49,1) inset;
-moz-box-shadow: 0px 0px 27px -4px rgba(135,106,49,1) inset;
    font-family: "Markazi Text";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #2c2619 !important;
    transition: all 125ms;
}
.input:focus {
    border: 1px solid #e0ac3a;
}
.input::-webkit-inner-spin-button,
.input::-webkit-outer-spin-button {
    display: none;
}
.input--type-one {
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
}
.input::placeholder {
    color: #2c2619 !important;
	text-transform: uppercase;
}

.input--type-one::placeholder {
    color: #2c2619 !important;
}
.input--type-one:focus {
    border: 1px solid #e0ac3a;
}
.input--medium-height {
    height: 56px;
}
.input--padding-medium {
    padding: 16px;
}
.input-container {
    position: relative;
}
.input-container__align-left {
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    margin: auto;
    height: max-content;
    font-size: 18px;
}
.input-container__input {
    padding: 16px 16px 16px 46px;
}

/**
 *
 * Select
 *
 */
.select {
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 12px;
	border-radius:8px;
    border: 1px solid #3d3529;
    background-color: #080605 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Markazi Text";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #71664f;
    transition: all 125ms;
}
.select:focus {
    border-color: rgba(255, 255, 255, 0.2);
}
.select--basic-style {
    border: 0;
    width: max-content;
    height: auto;
    background-color: transparent !important;
    font-size: 18px;
    line-height: 24px;
    color: #d2c7a8;
}
.select--type-one {
    height: 48px;
    padding: 12px;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    color: #d2c7a8;
}
.select--type-one::placeholder {
    text-transform: uppercase;
}
.select--type-one:focus {
    border-color: #c8b88c;
}
.select-container {
    position: relative;
    width: 100%;
}
.select-container::after {
    content: "\f078";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    height: max-content;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    color: #d2c7a8;
}
.select-container--basic-style {
    width: max-content;
    display: flex;
    align-items: center;
}
.select-container--basic-style::after {
    position: static;
    right: 0;
    font-size: 12px;
    color: #d2c7a8;
}
.select-container--type-one::before {
    right: 21px;
    font-size: 14px;
    color: #d2c7a8;
}

/**
 *
 * Custom Select
 *
 */
.custom-select {
    position: relative;
    height: 64px;
    padding: 16px;
    border: 1px solid #3d3529;
    background-color: #313131;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 125ms;
}
.custom-select:hover {
    cursor: pointer;
    border-color: #c8b88c;
    background-color: #101324;
}
.custom-select.is-active:hover {
    border-color: rgba(119, 128, 137, 0.2);
    background-color: #313131;
}
.custom-select.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(#252019, #252019) padding-box,
        linear-gradient(
                to top,
                rgba(219, 121, 66, 0) 0%,
                rgb(219, 121, 66) 100%
            )
            border-box;
    z-index: 1;
}
.custom-select.is-active .js-custom-select-value {
    color: #b4a87a;
}
.custom-select.is-active .custom-select__arrow-icon {
    color: #b4a87a;
    transform: rotateX(180deg);
}
.custom-select.is-active .custom-select__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.custom-select * {
    z-index: 5;
}
.custom-select__icon {
    margin-right: 12px;
}
.custom-select__icon-img {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.custom-select__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #d2c7a8;
    transition: all 125ms;
}
.custom-select__arrow-icon {
    font-size: 14px;
    color: #d2c7a8;
    transition: all 500ms;
}
.custom-select__menu {
    position: absolute;
    top: 63px;
    left: -1px;
    right: 0;
    width: calc(100% + 2px);
    margin: 0 auto;
    border: 1px solid #3d3529;
    border-top: 0;
    background-color: #101324;
    display: flex;
    flex-direction: column;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 300ms;
}
.custom-select__menu-item {
    height: 50px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 125ms;
}
.custom-select__menu-item:hover {
    cursor: pointer;
    background-color: #151930;
}
.custom-select__menu-item.is-active .custom-select__menu-text {
    color: #d2c7a8;
}
.custom-select__menu-item.is-active .custom-select__menu-icon {
    opacity: 1;
}
.custom-select__menu-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #d2c7a8;
    transition: all 125ms;
}
.custom-select__menu-icon {
    opacity: 0;
    transition: all 125ms;
}
.custom-select__menu-icon-img {
    min-width: 24px;
    max-width: 24px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

/**
 *
 * Checkbox
 *
 */
.checkbox {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid #3d3529;
    background-color: #313131;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 125ms;
}
.checkbox:hover {
    cursor: pointer;
}
.checkbox:checked {
    background-color: #805d43;
}
.checkbox:checked::before {
    opacity: 1;
}
.checkbox::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    height: max-content;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #d2c7a8;
    opacity: 0;
    transition: all 125ms;
}
.checkbox-container {
    display: flex;
    align-items: center;
}
.checkbox-container__checkbox {
    margin-right: 8px;
}
.checkbox-container__text {
    font-family: "GT Walsheim Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #d2c7a8;
}
.checkbox-container__text--medium {
    font-size: 18px;
}

/**
 *
 * Link
 *
 */
.link {
    transition: all 125ms;
}
.link--primary:hover {
    color: #dcc9a0;
}
.link--opacity:hover {
    cursor: pointer;
    opacity: 0.75;
}

/**
 *
 * Form
 *
 */
.form {
    display: flex;
    flex-direction: column;
}
.form__group:not(:first-child) {
    margin-top: 16px;
}

/**
 *
 * File
 *
 */
.file {
    padding: 26px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #313131;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 125ms;
}
.file:hover {
    cursor: pointer;
    border-color: #c8b88c;
}
.file__input {
    display: none;
}
.file__icon {
    margin-bottom: 8px;
}
.file__icon-img {
    min-width: 24px;
    max-width: 24px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.file__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.file__text {
    font-family: "GT Walsheim Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #d2c7a8;
}

@font-face {
    font-family: "Markazi Text";
    font-weight: 400;
    src: url("../assets/fonts/markazi-text-regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Markazi Text";
    font-weight: 500;
    src: url("../assets/fonts/markazi-text-medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Markazi Text";
    font-weight: 600;
    src: url("../assets/fonts/markazi-text-bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "GT Walsheim Pro";
    font-weight: 400;
    src: url("../assets/fonts/gtwalsheimpro-regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "GT Walsheim Pro";
    font-weight: 500;
    src: url("../assets/fonts/gtwalsheimpro-medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: "GT Walsheim Pro";
    font-weight: 600;
    src: url("../assets/fonts/gtwalsheimpro-bold.ttf");
    font-display: swap;
}
body {
    background-color: #191611;
    display: flex;
    flex-direction: column;
    font-family: "Markazi Text";
}

@media (min-width: 1400px) {
    .container {
        max-width: 1264px;
    }
    .container--small {
        max-width: 1052px;
    }
}
.main {
    flex: 1;
}

.has-scroll-none {
    padding-right: 16px;
    overflow-y: hidden !important;
}
.has-scroll-none .header {
    right: 16px;
}

.page-section {
    position: relative;
    display: block;
    z-index: 10;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999;
	margin-left: 60px;	
}
.header__mobile-inner {
    position: relative;
    display: flex;
    align-items: center;
}
.header__mobile-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 48px;
    margin: auto;
    background-image: url("../assets/images/header-mobile-bg.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header__mobile-inner * {
    filter: grayscale(0);
}
.header__inner {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 66px;
    background-image: url("../assets/images/header-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    z-index: 1;
}
.header__inner::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    width: 616px;
    height: 299px;
    margin: 0 auto;
    background-image: url("../assets/images/header-circle-effect.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.header__left-side,
.header__center-side,
.header__right-side {
    width: 100%;
    display: flex;
}
.header__left-side {
    padding: 5px 0;
    justify-content: flex-start;
}
.header__center-side {
    justify-content: center;
    align-items: center;
}
.header__right-side {
    padding: 5px 0 0 55px;
    justify-content: flex-start;
}
.header__list {
    display: flex;
}
.header__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 125ms;
}
.header__list-item:hover {
    cursor: pointer;
    transform: scale(1.05);
}
.header__list-item:not(:first-child) {
    margin-left: 80px;
}
.header__list-link {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #b4a87a;
    text-shadow: 1px 1px 5px #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__list-link:hover {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #b4a87a;
    text-shadow: 0 0 20px #ffe2a2;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__list-link-secondary {
    font-size: 16px;
    line-height: 5px;
    color: #71664f;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 450ms;
}
.mobile-menu.is-active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu.is-active .mobile-menu__inner {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.mobile-menu__black-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 11, 23, 0.7);
    z-index: -1;
}
.mobile-menu__inner {
    position: relative;
    width: 315px;
    height: 100%;
    padding: 24px 16px;
	border-right: 1px solid #3d3529;
    background-color: #252019;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-100%);
    visibility: hidden;
    transition: all 750ms;
}
.mobile-menu__list-item:not(:first-child) {
    margin-top: 16px;
}
.mobile-menu__footer {
    padding-bottom: 90px;
}
.mobile-menu__game-download-button {
    position: absolute;
    left: -25px;
    right: 0;
    bottom: -5px;
    width: 355px !important;
    height: 92px !important;
    padding-top: 15px;
    font-size: 24px !important;
    line-height: 24px !important;
    margin: auto;
}
.mobile-menu__game-download-button__secondary-text {
    font-size: 16px !important;
    line-height: 16px !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 12, 24, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 450ms;
}
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
.modal.is-active .modal__inner {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.modal__inner {
    position: relative;
    width: 600px;
    padding: 24px;
    border: 1px solid #3d3529;
    background-color: #252019;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 350ms;
}
.modal__inner::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background-image: url("../assets/images/modal-top-effect.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal__tab-item {
    padding: 12px 16px;
    border: 1px solid transparent;
    background-color: #101324;
    display: flex;
    align-items: center;
    transition: all 125ms;
}
.modal__tab-item:hover {
    cursor: pointer;
    border-color: #c8b88c;
}
.modal__tab-item.is-active {
    border-color: #c8b88c;
}
.modal__tab-item:hover .modal__tab-text,
.modal__tab-item.is-active .modal__tab-text {
    color: #d2c7a8;
}
.modal__tab-icon {
    margin-right: 12px;
}
.modal__tab-icon-img {
    min-width: 24px;
    max-width: 24px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.modal__tab-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
    transition: all 125ms;
}
.modal__close {
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2c7a8;
}
.modal__close:hover {
    cursor: pointer;
}
.modal__close:hover::before {
    filter: grayscale(0);
}
.modal__close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 125ms;
}
.modal__close * {
    filter: grayscale(0);
}
.modal__brace-line {
    margin: 24px 0;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.modal__body .tab-content__item.is-active {
    display: block !important;
}
.modal__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #d2c7a8;
    text-transform: uppercase;
}

.language-switcher-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 12, 24, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 450ms;
}
.language-switcher-modal.is-active {
    opacity: 1;
    visibility: visible;
}
.language-switcher-modal.is-active .language-switcher-modal__inner {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.language-switcher-modal__inner {
    position: relative;
    width: 245px;
    padding: 16px 24px;
	border: 1px solid #3d3529;
    background-color: #252019;
    -webkit-box-shadow: 0px 0px 66px 21px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: 0px 0px 66px 21px rgba(0, 0, 0, 0.84);
    box-shadow: 0px 0px 66px 21px rgba(0, 0, 0, 0.84);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 350ms;
}
.language-switcher-modal__inner::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
}
.language-switcher-modal__header {
    margin-bottom: 16px;
}
.language-switcher-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #b4a87a;
}
.language-switcher-modal__body {
    display: flex;
    flex-direction: column;
}
.language-switcher-modal__item {
    padding: 12px;
    border-radius: 8px;
    display: flex;
	text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    transition: all 125ms;
}
.language-switcher-modal__item:hover {
    cursor: pointer;
    background-color: #6b572c;
}
.language-switcher-modal__item.is-checked {
    background-color: #8a7c5f;
}
.language-switcher-modal__item * {
    pointer-events: none;
}
.language-switcher-modal__item.is-checked .language-switcher-modal__icon {
    opacity: 1;
}
.language-switcher-modal__flag {
    margin-right: 8px;
}
.language-switcher-modal__flag-img {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.language-switcher-modal__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    transition: all 125ms;
}
.language-switcher-modal__icon {
    opacity: 0;
    transition: all 125ms;
}
.language-switcher-modal__icon-img {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.language-switcher-modal__footer {
    margin-top: 8px;
}

.hero {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.mt-lg-5 {
        margin-top: 0.5rem !important;
    }
.hero::before {
    content: "";
	background: url("../assets/images/hero-home-bg.webp")center top no-repeat ;
    background-color: #191611;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1686px;
    opacity: 1;
    z-index: -1;
}
.hero--other-page {
    padding-top: 180px;
}
.hero--other-page::before {
    height: 1460px;
    background-image: url("../assets/images/hero-other-page-bg.webp");
}
.hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero__logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero__logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 342px;
    height: 145px;
    margin: auto;
    border-radius: 999px;
    background-color: #b4a87a;
    transform: translate(-50%, 0);
    filter: blur(48px);
    opacity: 0.5;
    z-index: -1;

}

.hero__title {
  font-weight: 700;
  max-width: 600px;
  line-height: 35px;
  color: #e9c578;
  font-size: 50px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: none;
  width: 0;

  animation: 
    typing 2.5s steps(32, end) forwards,
    pulse 2s ease-in-out infinite 1s;
}


@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04); 
  }
}

.hero__text {
  font-weight: 700;
  max-width: 600px;
  line-height: 35px;
  color: #b4a87a;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: none;
  width: 0;

  animation: 
    typing 2.5s steps(32, end) forwards,
    pulse 2s ease-in-out infinite 1s;
}


@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04); 
  }
}
.hero__line-effect {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.hero__info {
    width: 100%;
    margin-top: 10px;
}
.hero__info-item {
    margin: 0 -25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero__info-inner {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.hero__info-img {
    min-width: 120px;
    max-width: 120px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.hero__info-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 30px;
    color: #2c2619;
text-align:center;
background:url(../assets/images/brush.webp);
background-repeat:no-repeat;
background-size:100% 90%;
padding:20px;
}
.hero__info-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
    color: #2c2619;
text-align:center;
background:url(../assets/images/brush.webp);
background-repeat:no-repeat;
background-size:100% 90%;
padding:10px;
    text-transform: uppercase;
}
.hero__language-switcher {
    position: absolute;
    top: 0;
    left: 0;
}
.hero__language-switcher-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top:19rem;
	margin-left:-21rem;
    align-items: center;

}
.hero__language-switcher-effect-img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.hero__language-switcher-effect-img--reverse {
    transform: rotate(180deg);
}
.hero__language-switcher-flag {
    position: relative;
    min-width: 62px;
    max-width: 56px;
    height: 56px;
    margin: 8px -64px 8px 0;
    background-image: url("../assets/images/hero-language-switcher-triangle.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 125ms;
}
.hero__language-switcher-flag:hover {
    cursor: pointer;
}
.hero__language-switcher-flag-img {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.landing-hero {
    position: relative;
    padding: 75px 0 85px 0;
}
.landing-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1080px;
    background-image: url("../assets/images/landing-hero-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.landing-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.landing-hero__top {
    width: 100%;
    margin-bottom: 56px;
}
.landing-hero__sub-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #d2c7a8;
}
.landing-hero__text {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #d2c7a8;
}
.landing-hero__text--small {
    font-size: 16px;
    line-height: 16px;
}
.landing-hero__info-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.landing-hero__info-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 141px;
    height: 108px;
    margin: auto;
    background-image: url("../assets/images/landing-hero-info.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.landing-hero__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #d2c7a8;
}
.landing-hero__button-container {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider__inner {
    position: relative;
    width: 100%;
    height: 446px;
    background-image: url("../assets/images/slider-bg.html");
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 5;
}
.slider__item {
    position: relative;
    height: 100%;
    padding: 0 0 0 70px;
    display: flex;
    align-items: center;
}
.slider__title {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #d2c7a8;
    text-transform: uppercase;
    display: block;
}
.slider__text {
    font-family: "GT Walsheim Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #b19d91;
}
.slider__navigation {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.slider__navigation-item {
    user-select: none;
    -webkit-user-select: none;
    transition: all 250ms;
}
.slider__navigation-item:hover {
    cursor: pointer;
    filter: grayscale(0);
}
.slider__navigation-item:not(:first-child) {
    margin-left: 32px;
}
.slider__img {
    margin-top: 20px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.systems-and-dungeons__header {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.systems-and-dungeons__button-container {
    display: flex;
    align-items: center;
}
.systems-and-dungeons__button-container > *:not(:first-child) {
    margin-left: 16px;
}
.systems-and-dungeons__small-line {
    margin-left: 34px;
}
.systems-and-dungeons__tab-select {
    display: flex;
    flex-direction: column;
}
.systems-and-dungeons__tab-select > *:not(:first-child) {
    margin-top: 24px;
}
.systems-and-dungeons__tab-select-item {
    display: flex;
    align-items: center;
}
.systems-and-dungeons__tab-select-item:hover {
    cursor: pointer;
}
.systems-and-dungeons__tab-select-item:hover .systems-and-dungeons__tab-circle,
.systems-and-dungeons__tab-select-item.is-active
    .systems-and-dungeons__tab-circle {
    filter: grayscale(0);
}
.systems-and-dungeons__tab-select-item:hover .systems-and-dungeons__tab-text,
.systems-and-dungeons__tab-select-item.is-active
    .systems-and-dungeons__tab-text {
    color: #b4a87a;
}
.systems-and-dungeons__tab-circle {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-right: 16px;
    padding: 12px;
    background-image: url("../assets/images/circle-effect.html");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 225ms;
}
.systems-and-dungeons__tab-img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.systems-and-dungeons__tab-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #d2c7a8;
    text-transform: uppercase;
    transition: all 225ms;
}
.systems-and-dungeons__img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.small-line {
    width: 12px;
    height: 111px;
    background-image: url("../assets/images/small-line.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.small-line--bottom {
    transform: rotate(180deg);
}

.tab-content__item {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 750ms;
}
.tab-content__item--effect-align-left {
    transform: translateX(-15px);
}
.tab-content__item.is-active {
    display: flex;
}
.tab-content__item.is-show {
    opacity: 1;
    transform: translate(0);
}

.features-slider {
    position: relative;
    min-height: 650px;
    padding: 125px 0;
}
.features-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/features-slider-bg.html");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.features-slider__inner {
    padding-top: 50px;
    overflow: hidden;
}

.feature-card {
    position: relative;
    padding: 100px 24px 48px 24px;
    border: 1px solid #3d3529;
    border-radius: 8px;
    background-color: #252019;
    z-index: 1;
}
.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 8px;
    background-image: var(--bg-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
.feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#252019, #252019) padding-box,
        linear-gradient(
                to bottom,
                rgba(219, 121, 66, 0) 0%,
                rgb(219, 121, 66) 100%
            )
            border-box;
    z-index: 1;
}
.feature-card * {
    z-index: 5;
}
.feature-card__header {
    position: relative;
}
.feature-card__character {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: 0 auto;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    z-index: -1;
}
.feature-card__line {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.feature-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.feature-card__title {
    margin: 14px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #b4a87a;
    text-transform: uppercase;
    text-shadow: 2px 0 #0b0d18, -2px 0 #0b0d18, 0 2px #0b0d18, 0 -2px #0b0d18,
        1px 1px #0b0d18, -1px -1px #0b0d18, 1px -1px #0b0d18, -1px 1px #0b0d18;
}
.feature-card__text {
    font-family: "GT Walsheim Pro";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #d2c7a8;
}

.auth-widget {
    position: relative;
    padding: 24px 108px 24px 24px;
    border: 1px solid #3d3529;
    border-radius: 8px;
    background-color: #252019;
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
    display: flex;
    flex-direction: column;
}
.auth-widget::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -30px;
    width: 200px;
    height: 301px;
    background-image: url("../assets/images/auth-widget-character.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
.auth-widget::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
    z-index: 1;
}
.auth-widget > * {
    z-index: 5;
}
.auth-widget__header {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.auth-widget__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #e8c384;
    text-transform: uppercase;
}
.auth-widget__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #908a78;
    text-transform: uppercase;
}
.auth-widget__footer {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.game-download-widget {
    position: relative;
    width: 100%;
    height: 210px;
    padding: 36px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    transition: all 125ms;
    z-index: 1;
}
.game-download-widget:hover::before {
    cursor: pointer;
    transform: scale(1.05);
}
.game-download-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	border: 1px solid #3d3529;
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
    background-image: url("../assets/images/game-download-widget-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 250ms;
}
.game-download-widget__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.game-download-widget__logo {
    margin-bottom: 12px;
}
.game-download-widget__logo-img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.game-download-widget__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 22px;
    color: #aa9d81;
	text-shadow: 0px 0px 5px #1e1c17;
    text-transform: uppercase;
}
.game-download-widget__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #d2c7a8;
    text-transform: uppercase;
}

.social-media {
    display: flex;
    flex-direction: column;
}
.social-media__item {
    padding: 12px;
    border: 1px solid #3d3529;
    background-color: #252019;
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 125ms;
}
.social-media__item:hover {
    cursor: pointer;
    background-color: #3f372b;
}
.social-media__item:not(:first-child) {
    margin-top: 20px;
}
.social-media__item:hover .social-media__icon {
    color: #fdecc7;
}
.social-media__item:hover .social-media__icon::before {
    background-image: url("../assets/images/circle-effect-two.webp");
}

.social-media__icon {
    position: relative;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #bf9b4d;
    text-shadow: 1px 1px 1px #000;
    z-index: 1;
}
.social-media__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 125ms;
}
.social-media__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
		    text-transform: uppercase;
}
.social-media__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #79715d;
    text-transform: uppercase;
    transition: all 125ms;
}

.footer {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 467px;
    background-image: url("../assets/images/footer-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer__inner > *:not(:first-child) {
    margin-top: 26px;
}
.footer__list {
    margin-top: -10px;
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer__list--type-two {
    margin-left: -20px;
    margin-right: -20px;
}
.footer__list--type-two .footer__list-item {
    margin-left: 20px;
    margin-right: 20px;
}
.footer__list--type-two .footer__list-link {
    font-size: 14px;
    line-height: 24px;
    color: #d2c7a8;
}
.footer__list-item {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.footer__list-link {
    font-size: 22px;
	min-width:150px;
    font-weight: 600;
    line-height: 30px;
	border-radius:8px;
	border: 1px solid #756e5e;
    color: #71664f;
	    text-transform: uppercase;
text-shadow: 1px 1px 2px #000;
text-align:center;
background:url(../assets/images/btn4.webp);
background-repeat:no-repeat;
background-size:100% 100%;
padding:10px;
}
.footer__list-link:hover {
    filter: brightness(175%);
    -webkit-filter: brightness(175%);
}
.footer__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #908a78;
    text-transform: uppercase;
}

.language-switcher-widget {
    position: relative;
    padding: 26px 24px 26px 12px;

    border-radius: 8px;
    background-color: #252019;
}
.language-switcher-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
    border: 1px solid #3d3529;
    background-color: #252019;
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.35);
    z-index: 1;
}
.language-switcher-widget * {
    z-index: 5;
}
.language-switcher-widget__circle {
    position: relative;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-switcher-widget__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.language-switcher-widget__icon-img {
    min-width: 24px;
    max-width: 24px;
    height: 24px;

    border-radius: 999px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.language-switcher-widget__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
			    text-transform: uppercase;
}

.image-slider {
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 8px;
	border: 1px solid #292623;
    background-color: rgba(255, 255, 255, 0.025);
		-webkit-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
    overflow: hidden;
}
.image-slider__item {
    width: 100%;
    height: 100%;
}
.image-slider__img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.image-slider__pagination {
}
.image-slider__pagination .swiper-pagination-bullet {
}
.image-slider__pagination .swiper-pagination-bullet-active {
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #3d3529;
    background-color: #252019;
    border-radius: 8px;
    padding: 10px;
}

.description--type-two {
    padding: 32px;
    border: 1px solid #3d3529;
    border-radius: 8px;
}
.description__text {
    font-family: "GT Walsheim Pro";
    font-size: 12px;
    font-weight: 500;
    padding: 6px;
    color: #d2c7a8;
}

.description__text a {
    color: #d2c7a8; /* Ã„Â°stediÃ„Å¸iniz renk */
    text-decoration: none; /* Alt ÃƒÂ§izgiyi kaldÃ„Â±rÃ„Â±r */
    font-weight: bold; /* KalÃ„Â±n yazÃ„Â± */
    transition: transform 0.3s ease, color 0.3s ease; /* Animasyon ekler */
    font-size: small;
}

.description__text a:hover {
    color: #005bb5; /* Hover sÃ„Â±rasÃ„Â±nda farklÃ„Â± renk */
    transform: scale(1.1); /* Hover sÃ„Â±rasÃ„Â±nda bÃƒÂ¼yÃƒÂ¼t */
    font-size: large;
}

.sidebar-widget {
    position: relative;
    padding: 24px 16px;
    border: 1px solid #3d3529;
    background-color: #252019;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
	box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 39px -5px rgba(0,0,0,0.55);
}
.sidebar-widget--padding-top-medium {
    padding: 30px 16px 24px 16px;
}
.sidebar-widget--two-effect::before {
    background-image: url("../assets/images/sidebar-widget-top-effect-two.webp");
}
.sidebar-widget--two-effect::after {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #b4a87a 0%,
        rgba(219, 121, 66, 0) 100%
    );
}
.sidebar-widget--three-effect::before {
    background-image: url("../assets/images/sidebar-widget-top-effect-three.webp");
}
.sidebar-widget--three-effect::after {
    content: none !important;
}
.sidebar-widget::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background-image: url("");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sidebar-widget::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #b4a87a 0%,
        rgba(219, 121, 66, 0) 100%
    );
}
.sidebar-widget__header {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.sidebar-widget__icon {
    margin-right: 8px;
}
.sidebar-widget__icon-img {
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.sidebar-widget__title {
    font-size: 44px !important;
    font-weight: 700;
    line-height: 24px;
    color: #e8c384;
    text-transform: uppercase;
}
.sidebar-widget__title--big {
    font-size: 32px;
    line-height: 32px;
}
.sidebar-widget__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #908a78;
    text-transform: uppercase;
}
.sidebar-widget__brace {
    margin: 6px 0;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.sidebar-widget__effect-left {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 72px;
    height: 72px;
    background-image: url("../assets/images/corner-left.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.sidebar-widget__effect-right {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 72px;
    height: 72px;
    background-image: url("../assets/images/corner-right.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.table--none-fixed-layout {
    table-layout: initial;
}
.table--type-two .table__thead::after {
    margin: 8px 0;
}
.table--type-two .table__thead-tr {
    border: 1px solid #101327;
    background-color: #313131;
}
.table--type-two .table__thead-th {
    padding: 16px !important;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.table--type-two .table__tbody-tr {
    background-color: #403931;
}
.table--type-two .table__tbody-tr:nth-child(even) {
    background-color: #313131;
}
.table--type-two .table__tbody-td {
    padding: 16px;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.table__thead {
    width: 100%;
}
.table__thead::after {
    content: "";
    display: block;
    text-indent: 0;
    margin: 16px 0;
}
.table__thead-tr {
    position: relative;
    background-color: #141007;
    border: 1px solid #3d3529;
    z-index: 1;
}
.table__thead-th {
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
    vertical-align: middle;
    text-align: right;
}
.table__thead-th:first-child {
}
.table__thead-th:last-child {
    padding-right: 32px;
}
.table__thead-th--left {
    text-align: left;
}
.table__thead-th--center {
    text-align: center;
}
.table__thead-th--right {
    text-align: right;
}
.table__tbody-tr {
    position: relative;
    background-color: #786851;
    border-bottom: 1px solid #000;
    z-index: 1;
	color:#71664f !important;
}
.table__tbody-tr:nth-child(even) {
    background-color: #574b3b;
}
.table__tbody-td {
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
    vertical-align: middle;
}
.table__tbody-td:first-child {
    border-radius: 8px 0 0 8px;
}
.table__tbody-td:last-child {
    border-radius: 0 8px 8px 0;
}
.table__tbody-td--left {
    text-align: left;
}
.table__tbody-td--center {
    text-align: center;
}
.table__tbody-td--right {
    text-align: right;
}
.table__tbody-td--padding-right-medium {
    padding-right: 32px;
}
.table__small-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #d2c7a8;
}
.table__avatar {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    border: 2px solid #372e1c;
    outline: 1px solid #7e7560;
    border-radius: 8px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.sorting {
    padding: 24px;
    border: 1px solid #3d3529;
    background-color: #252019;
    display: flex;
    flex-direction: column;
}
.sorting__header {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.sorting__logo {
    margin-right: 16px;
}
.sorting__logo-img {
    min-width: 87px;
    max-width: 87px;
}
.sorting__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #b4a87a;
    text-transform: uppercase;
}
.sorting__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.sorting__tab-item {
    padding: 16px;
    border: 1px solid #3d3529;
    background-color: #18130b;
	border-radius:8px;
    display: flex;
    align-items: center;
    transition: all 125ms;
}
.sorting__tab-item:hover {
    cursor: pointer;
    border-color: #e4c58e;
	background-color:#736040;
	border-radius:8px;
}
.sorting__tab-item.is-active {
    border-color: #e4c58e;
	background-color:#736040;
	border-radius:8px;
}
.sorting__tab-item:hover .sorting__tab-text,
.sorting__tab-item.is-active .sorting__tab-text {
    color: #d2c7a8;
}
.sorting__tab-icon {
    margin-right: 12px;
}
.sorting__tab-icon-img {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.sorting__tab-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
    transition: all 125ms;
}

.video-widget {
    position: relative;
    width: 100%;
    height: 210px;
    padding: 24px;
	border: 1px solid #635050;
    -webkit-box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    background-color: #252019;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.video-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/video-widget-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.video-widget:hover {
    cursor: pointer;
}
.video-widget:hover .video-widget__play-icon {
    transform: scale(1.1);
}
.video-widget__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.video-widget__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #b4a87a;
    text-transform: uppercase;
}
.video-widget__play-icon {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    margin: auto;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
    transition: all 250ms;
}

.video-widget video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Video iÃƒÂ§eriÃ„Å¸ini tam boyuta ÃƒÂ¶lÃƒÂ§ekle */
    border-radius: 8px;
    z-index: 10; /* DiÃ„Å¸er tÃƒÂ¼m iÃƒÂ§eriklerin ÃƒÂ¼zerinde gÃƒÂ¶rÃƒÂ¼nmesini saÃ„Å¸la */
    display: none; /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta gizli */
}

.video-widget__content {
    display: none;
}

.video-widget.playing .video-widget__content {
    display: none; /* Ã„Â°ÃƒÂ§eriÃ„Å¸i gizler */
}

.video-widget.playing video {
    display: block; /* Videoyu gÃƒÂ¶sterir */
}

.download__header {
    margin-bottom: 16px;
	border: 1px solid #635050;
	    background-image: url(../assets/images/page-header-bg2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    padding: 16px 32px 16px 16px;
    background-color: #3d3529;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download__body {
    display: flex;
    flex-direction: column;
    border: 1px solid #3d3529;
    background-color: #252019;
	border-radius:8px;
}
.download__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
}
.download__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.download__item {
    position: relative;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 125ms;
}
.download__item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transition: all 125ms;
}
.download__item:hover {
    cursor: pointer;
    border-color: #574e43;
    box-shadow: 0px 0px 48px 0px rgb(89, 89, 89, 0.5) inset;
}
.download__item:hover::before {
    opacity: 0.75;
}
.download__item:not(:first-child) {
    margin-top: 8px;
}
.download__item:hover .download__button {
    background-color: #8d733c;
    color: #d2c7a8;
}
.download__circle {
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.download__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.download__img {
    min-width: 24px;
    max-width: 24px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.download__button {
    border: 0;
    outline: 0;
    height: 32px;
    padding: 8px 18px;
    border: 1px solid #3d3529;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Markazi Text";
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #d2c7a8;
    text-transform: uppercase;
    transition: all 125ms;
}
.download__button:hover {
    cursor: pointer;
    background-color: #b4a87a;
    color: #d2c7a8;
}

.page-header {
    width: 100%;
    height: 64px;
    padding: 20px 42px 20px 20px;
    border-radius: 8px;
    border: 1px solid #74674b;
    -webkit-box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 31px 2px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.55);
    background-image: url("../assets/images/page-header-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-header__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #b4a87a;
    text-shadow: 0px 0px 5px #000;
    text-transform: uppercase;
}
.page-header__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #b4a87a;
    text-shadow: 0px 0px 5px #000;
    text-transform: uppercase;
}

.box {
    padding: 24px;
    border: 1px solid #3d3529;
    border-radius: 8px;
    background-color: #252019;
    display: flex;
    flex-direction: column;
}
.box__field {
    display: flex;
    align-items: center;
}
.box__field-left {
    width: 125px;
}

.add-game-money__main {
    padding: 0 0 16px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 25px;
}
.add-game-money__main > * {
    scroll-snap-align: center;
}
.add-game-money__main::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.add-game-money__main::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #000000;
}
.add-game-money__main::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background-color: #b4a87a;
    border: 3px none #d2c7a8;
}
.add-game-money__item {
    min-width: 178px;
    max-width: 178px;
}
.add-game-money__item:not(:first-child) {
    margin-left: 16px;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #313131;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 125ms;
}
.card:hover {
    cursor: pointer;
    border-color: #c8b88c;
}
.card.is-checked {
    border-color: #c8b88c;
}
.card__header {
    width: 100%;
    height: 95px;
}
.card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
}
.card__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
}

.select-with-checkbox {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #313131;
    display: flex;
    align-items: center;
    transition: all 125ms;
}
.select-with-checkbox:hover {
    cursor: pointer;
    border-color: #c8b88c;
}
.select-with-checkbox.is-checked {
    border-color: #c8b88c;
}
.select-with-checkbox.is-checked__text {
    color: #d2c7a8;
}
.select-with-checkbox .checkbox:checked > label {
    border-color: red;
}
.checkbox:checked + .select-with-checkbox__text {
    color: #d2c7a8;
}
.select-with-checkbox__text {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
    transition: all 125ms;
}

.input-style-box {
    width: 100%;
    height: 56px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #171208;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}

.bank-account {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #33271c;
    display: flex;
    flex-direction: column;
    transition: all 125ms;
}
.bank-account:hover {
    cursor: pointer;
    border-color: #c8b88c;
}
.bank-account.is-checked {
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: default;
}
.bank-account.is-checked .bank-account__do-main-account {
    display: none;
}
.bank-account.is-checked .bank-account__main-account {
    display: block;
}
.bank-account.is-checked .bank-account__title--white {
    color: #b4a87a;
}
.bank-account__header {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bank-account__logo-img {
    height: 32px;
}
.bank-account__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #b4a87a;
    text-transform: uppercase;
    transition: all 125ms;
}
.bank-account__title--white {
    color: #d2c7a8;
}
.bank-account__main-account {
    display: none;
}
.bank-account__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.bank-account__body {
    display: flex;
    flex-direction: column;
}
.bank-account__select {
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    padding: 10px;
    border-radius: 8px;
    background-color: #313131 !important;
    font-family: "Markazi Text";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #b4a87a;
    text-transform: uppercase;
}
.bank-account__select:hover {
    cursor: pointer;
}

.info-card {
    padding: 12px 10px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #313131;
    display: flex;
    align-items: center;
}
.info-card.is-active {
    border-color: #c8b88c;
    background-color: #403931;
}
.info-card.is-active .info-card__circle::before {
    background-image: url("../assets/images/circle-effect-three.webp");
}
.info-card__circle {
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin-right: 8px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-card__circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-card__circle * {
}
.info-card__icon-img {
    min-width: 24px;
    max-width: 24px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.info-card__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.info-card__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #d2c7a8;
}

.info-container {
    padding: 12px 20px;
    border: 1px solid #342f25;
    border-radius: 8px;
    background-image: url("../assets/images/info-container-bg.webp");
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
}
.info-container__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #d2c7a8;
    text-transform: uppercase;
}

.circle-icon {
    position: relative;
		background-image: url("../assets/images/circle-effect-two.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 125ms;
}
.circle-icon:hover::before {
    cursor: pointer;
}
.circle-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 125ms;
}
.circle-icon.is-active::before {

}
.circle-icon__img {
    min-width: 42px;
    max-width: 42px;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.box-information {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #313131;
    display: flex;
    align-items: center;
}
.box-information__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
    text-transform: uppercase;
}

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

.w-max {
    width: max-content !important;
}

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

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-initial {
    overflow: initial !important;
}

.cursor-default {
    cursor: default !important;
}

.font-markazi-text {
    font-family: "Markazi Text" !important;
}

.font-gt-walsheim-pro {
    font-family: "GT Walsheim Pro" !important;
}

.text-regular {
    font-weight: 400 !important;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-primary {
    color: #e8c384!important;
}

.text-secondary {
    color: #d2c7a8 !important;
}

.text-yellow {
    color: #dba542 !important;
}

.text-white {
    color: #d2c7a8 !important;
	font-size:16px;
}

.text-center {
    text-align: center !important;
}
@media (max-width: 992px) {
    .text-center\@mobile-or-tablet {
        text-align: center !important;
    }
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #d2c7a8;
    text-transform: uppercase;
}
.section-title--small {
    font-size: 24px;
    line-height: 24px;
}

.section-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #d2c7a8;
}
.section-text--small {
    font-size: 14px;
    line-height: 24px;
}
.section-text--medium {
    font-size: 20px;
    line-height: 24px;
}

.section-space-top {
    margin-top: 120px;
}
.section-space-top--xsmall {
    margin-top: 64px;
}
.section-space-top--small {
    margin-top: 80px;
}
.section-space-top--medium {
    margin-top: 50px;
}
@media (max-width: 992px) {
    .section-space-top--medium {
        margin-top: 40px;
    }
}
.section-space-bottom {
    margin-bottom: 120px;
}
.section-space-bottom--xsmall {
    margin-bottom: 64px;
}
.section-space-bottom--small {
    margin-bottom: 80px;
}
.section-space-bottom--medium {
    margin-bottom: 150px;
}
@media (max-width: 992px) {
    .section-space-bottom--medium {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .hidden\@mobile-or-tablet {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden\@desktop {
        display: none !important;
    }
}

/**
 *
 * Responsive
 *
 */
/**
 *
 * Utilities
 *
 */
@media (max-width: 390px) {
    .button--type-five {
    min-width: 199px;
	min-height: 65px;
    padding: 12px 0;
	background: url("../assets/images/mobilbuton.webp")center top no-repeat ;
	border: 1px solid #504938;
	border-radius:15px;
    font-size: 30px;
    line-height: 32px;
	color: #b4a87a;
    text-shadow: 0px 0px 5px #1e1c17;
    }
    .button--type-five::before {
    height: 32px;
    margin: auto;
    background: transparent!important;
    }
}
@media (max-width: 768px) {
    .hero::before {
        height: 986px;
	background: url("../assets/images/hero-home-mobile-bg.webp")center top no-repeat ;
    background-color: #191611;
    position: absolute;
    }
    .footer::before {
        height: 100%;
        background-image: url("../assets/images/footer-mobile-bg.webp");
    }

    .auth-widget::before {
        background: none;
    }
}
@media (max-width: 992px) {
    .has-scroll-none {
        padding-right: 0;
    }
    .has-scroll-none .header {
        right: 0;
    }
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .button--type-seven::before {
        background-size: cover;
    }
    .modal {
        padding-top: 50px;
        align-items: flex-start;
    }
    .modal__inner {
        width: 100%;
        height: 100%;
    }
    .modal__body {
        height: calc(100% - 95px);
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .modal__tab-text {
        font-size: 16px;
        line-height: 24px;
    }
    .header {
        padding: 25px 25px;
    }
    .header__left-side {
        padding: 0 100px;
    }
    .header__right-side {
        padding: 0 5px;
        justify-content: flex-end;
    }
    .header__container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo--hero .logo__img {
        max-width: 350px;
    }
    .game-download-button {

        background-size: cover;
        font-size: 15px;
        line-height: 15px;
    }
    .game-download-button-secondary-text {
        font-size: 10px;
        line-height: 10px;
    }
    .game-download-button--landing {
        width: 301px;
        height: 101px;
        font-size: 24px;
        line-height: 24px;
    }
    .game-download-button--landing-secondary-text {
        font-size: 16px;
        line-height: 16px;
    }
    .hero {
        padding-top: 100px;
    }
    .hero__language-switcher {
        display: none;
    }
    .hero__title {
        font-size: 30px;
        line-height: 20px;
    }
    .hero__text {
        font-size: 20px;
        line-height: 20px;
    }
    .hero__info {
        margin-top: 20px;
    }
    .hero__info-item {
        margin: 0;
        padding-left: 55px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .hero__info-inner {
        margin-top: 0;
        margin-left: 16px;
        text-align: left;
    }
    .hero__info-img {
        min-width: 96px;
        max-width: 96px;
    }
    .auth-widget {
        overflow: hidden;
    }
    .auth-widget::before {
        top: -40px;
        right: -85px;
        transform: rotate(-10deg);
    }
    .auth-widget.has-login {
        padding-right: 60px;
    }
    .footer {
        margin-top: 90px;
        padding-bottom: 40px;
    }
    .footer__inner > *:not(:first-child) {
        margin-top: 32px !important;
    }
    .footer__list {
        margin-top: 40px !important;
        flex-direction: column;
        align-items: center;
    }
    .footer__list--type-two {
        flex-direction: row;
    }
    .table {
        table-layout: initial;
    }
    .table-container {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .sorting {
        padding: 24px 16px;
        overflow: hidden;
    }
    .sorting__logo {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .page-header {
        padding: 12px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .page-header__text {
        line-height: 16px;
    }
    .add-game-money__main {
        margin: 0 -24px;
        padding: 0 24px 16px 24px;
    }
    .box-information {
        text-align: center;
    }
    .landing-hero {
        padding-top: 40px;
    }
    .landing-hero__title {
        font-size: 32px;
        line-height: 32px;
    }
    .landing-hero__text {
        font-size: 18px;
        line-height: 24px;
    }
    .slider__inner {
        width: 345px;
        height: 565px !important;
        background-image: url("../assets/images/slider-bg-mobile.html");
    }
    .slider__title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 24px;
    }
    .slider__item {
        padding: 40px 16px 0 16px;
        text-align: center;
    }
    .slider__navigation {
        justify-content: center;
    }
    .slider__navigation-item:not(:first-child) {
        margin-left: 8px;
    }
    .slider__navigation-img {
        min-width: 30px;
        max-width: 30px;
    }
    .slider__img {
        min-width: 250px;
        max-width: 250px;
        margin-bottom: -19px;
    }
    .systems-and-dungeons {
        overflow: hidden;
    }
    .systems-and-dungeons__button-container {
        width: 100%;
        flex-direction: column;
    }
    .systems-and-dungeons__button-container > *:not(:first-child) {
        margin-left: 0;
        margin-top: 8px;
    }
    .systems-and-dungeons__tab-select {
        position: relative;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .systems-and-dungeons__tab-select-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .systems-and-dungeons__tab-select-item:not(:first-child) {
        margin-top: 0;
        margin-left: 32px;
    }
    .systems-and-dungeons__tab-circle {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .systems-and-dungeons__tab-content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .systems-and-dungeons__tab-content-item {
        flex-direction: column;
        justify-content: center;
    }
    .systems-and-dungeons__small-line {
        position: absolute;
        top: 0;
        left: -5rem;
        bottom: 0;
        width: 111px;
        height: 12px;
        margin: auto 0 !important;
        margin-left: 0;
        background-image: url("../assets/images/small-line-mobile.webp");
    }
    .systems-and-dungeons__small-line--bottom {
        left: auto;
        right: -5rem;
    }
    .features-slider__inner {
        margin: 0 -1rem;
        padding: 50px 1rem 0 1rem;
    }
    .features-slider .slider__navigation-item:not(:first-child) {
        margin-left: 32px;
    }
    .features-slider .slider__navigation-img {
        min-width: 48px;
        max-width: 48px;
    }
    .feature-card__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .widgets {
        margin-top: 45px;
    }
}
@media (min-width: 992px) and (max-width: 1425px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header__inner {
        padding: 0 35px;
    }
    .header__list-item:not(:first-child) {
        margin-left: 45px;
    }
    .auth-widget {
        padding-right: 75px;
    }
    .auth-widget::before {
        width: 160px;
        height: 240px;
    }
    .auth-widget__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .language-switcher-widget {
        padding: 24px;
    }
} /*# sourceMappingURL=main.css.map */

.bar {
    padding: 10px;
    margin: 2px;
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
}

.info {
    color: #000;
    background: #e1d0bd;
    border: 1px solid #ffefdc;
}

.success {
    color: #2b7515;
    background: #ecffd6;
    border: 1px solid #617c42;
}

.warn {
    color: #756e15;
    background: #d2c7a8bd1;
    border: 1px solid #87803e;
}

.error {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 4px solid #ccc; /* Arka plan ÃƒÂ§emberi */
    border-top: 4px solid #007bff; /* DÃƒÂ¶nen kÃ„Â±smÃ„Â±n rengi */
    border-radius: 50%; /* Ãƒâ€¡ember yapar */
    animation: spin 1s linear infinite; /* Animasyonu ekler */
}

.payment-methods {
    width: 180px;
    height: 70px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background: transparent;
    /* background-color: #8e4427; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 5px;
}

.payment-methods img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease;
}

.payment-methods:hover img {
    width: 80%;
    height: auto;
    transform: translate(-50%, -50%) scale(1.1);

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

