/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

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;
}

/* Break points */
/* Colors */
/* ====== */
/* Fonts */
@font-face {
  font-family: "Alphakind";
  src: url("../fonts/Alphakind.ttf") format("truetype"), url("../fonts/Alphakind.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  font-family: "Alphakind", sans-serif;
  font-weight: 400;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.wrapper > main {
  flex: 1 1 auto;
  background-image: url("../images/bg-pattern.avif");
  background-repeat: repeat;
  background-attachment: fixed;
}

.page-default {
  padding-top: 77px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 1040px;
  }
}

#notifications {
  position: fixed;
  z-index: 1002;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.notify-success, .notify-error, .notify-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 288px;
  max-width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 479.98px) {
  .notify-success, .notify-error, .notify-warning {
    padding: 10px;
    font-size: 12px;
  }
}
.notify-success {
  background-color: #2ecc71;
}
.notify-error {
  background-color: #e74c3c;
}
.notify-warning {
  background-color: #f39c12;
}

.title {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 65px;
  }
}
@media (max-width: 479.98px) {
  .title {
    font-size: 35px;
  }
}

.subtitle {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 479.98px) {
  .subtitle {
    font-size: 20px;
  }
}

.text {
  font-size: 24px;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .text {
    font-size: 14px;
  }
}

.task,
.task-invite {
  position: relative;
  gap: 15px;
  border: 5px solid #ffda9a;
  background-color: rgba(217, 217, 217, 0.46);
  color: #fff;
  cursor: pointer;
}
.task.disabled,
.task-invite.disabled {
  pointer-events: none;
  opacity: 0.75;
}
.task.done,
.task-invite.done {
  background-color: rgba(211, 255, 174, 0.49);
  border-color: #abff9a;
}
.task.claim .task__action-claim,
.task.claim .task__timer,
.task-invite.claim .task__action-claim,
.task-invite.claim .task__timer {
  display: flex;
}
.task, .task__action-claim,
.task-invite,
.task-invite__action-claim {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .task, .task__action-claim,
  .task-invite,
  .task-invite__action-claim {
    padding: 10px;
  }
}
.task__action-claim, .task__timer,
.task-invite__action-claim,
.task-invite__timer {
  display: none;
}
.task__timer,
.task-invite__timer {
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .task__timer,
  .task-invite__timer {
    font-size: 8px;
  }
}
.task__action-claim,
.task-invite__action-claim {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  justify-content: center;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.task__action-claim > button,
.task-invite__action-claim > button {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .task__action-claim > button > img,
  .task-invite__action-claim > button > img {
    max-width: 108px;
  }
}
.task__thumbnail,
.task-invite__thumbnail {
  max-width: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 767.98px) {
  .task__thumbnail,
  .task-invite__thumbnail {
    max-width: 80px;
  }
}
.task__about,
.task-invite__about {
  flex: 1 1 auto;
}
.task__about > h4, .task__about > p,
.task-invite__about > h4,
.task-invite__about > p {
  font-weight: 400;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
.task__about > h4,
.task-invite__about > h4 {
  font-size: 35px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .task__about > h4,
  .task-invite__about > h4 {
    font-size: 24px;
  }
}
.task__about > p,
.task-invite__about > p {
  display: flex;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .task__about > p,
  .task-invite__about > p {
    font-size: 12px;
  }
  .task__about > p > img,
  .task-invite__about > p > img {
    max-width: 14px;
  }
}
.task__status,
.task-invite__status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .task__status > img,
  .task-invite__status > img {
    max-width: 25px;
  }
}

.field {
  outline: none;
  width: 100%;
  color: #fff;
  padding: 38px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid rgba(255, 218, 154, 0.3);
  background-color: rgba(255, 169, 66, 0.3);
}
@media (max-width: 767.98px) {
  .field {
    padding: 28px 30px;
  }
}
@media (max-width: 479.98px) {
  .field {
    padding: 18px 20px;
  }
}
.field::-moz-placeholder {
  font-size: 35px;
  font-weight: 400;
}
.field, .field::placeholder {
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .field::-moz-placeholder {
    font-size: 30px;
  }
  .field, .field::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .field::-moz-placeholder {
    font-size: 22px;
  }
  .field, .field::placeholder {
    font-size: 22px;
  }
}
.field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field:valid {
  border-color: rgba(255, 218, 154, 0.3);
}
.field:invalid {
  color: rgba(255, 255, 255, 0.5);
}
.field:invalid:focus {
  color: #d76363;
  border-color: #d76363;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1002;
}
.modal, .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
}
.modal__bg {
  background-color: rgba(255, 218, 154, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal > *:not(.modal__bg):not(img) {
  position: relative;
  max-height: calc(100% - 30px);
  margin: 15px;
  box-sizing: border-box;
  overflow: auto;
}
.modal > *:not(.modal__bg):not(img)::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.congrtulations {
  cursor: pointer;
}
.congrtulations__body {
  max-width: 890px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.congrtulations__body > p {
  width: 100%;
  padding: 32px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffa942;
}
@media (max-width: 767.98px) {
  .congrtulations__body > p {
    padding: 24px;
  }
}
.congrtulations__box {
  max-width: 479.98px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.congrtulations__animate-1, .congrtulations__animate-2, .congrtulations__animate-3 {
  position: fixed;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.congrtulations__animate-1 {
  top: 0;
  left: 0;
  width: 100%;
}
.congrtulations__animate-2 {
  top: 50%;
  left: 15%;
}
.congrtulations__animate-3 {
  top: 30%;
  right: 15%;
}

.base-modal__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 843px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #ffda9a;
  background-color: rgba(217, 217, 217, 0.46);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (max-width: 767.98px) {
  .base-modal__body {
    padding: 16px;
    gap: 16px;
  }
}
.base-modal__title {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .base-modal__title {
    font-size: 40px;
  }
}
.base-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
.base-modal__actions > button {
  cursor: pointer;
}
.base-modal__actions > button:first-child {
  font-size: 35px;
}
@media (max-width: 767.98px) {
  .base-modal__actions > button:first-child {
    font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .base-modal__actions > button:first-child {
    font-size: 22px;
  }
}
.base-modal__actions > button:last-child > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 767.98px) {
  .base-modal__actions > button:last-child > img {
    max-width: 212px;
  }
}
@media (max-width: 479.98px) {
  .base-modal__actions > button:last-child > img {
    max-width: 162px;
  }
}

.header {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.09);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 35px;
}
@media (max-width: 1199.98px) {
  .header__content {
    padding: 4px 15px;
  }
}
.header__logo img {
  width: 45px;
  height: 60px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199.98px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  position: relative;
}
.header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu a {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.header__menu a:hover {
  color: #ffa942;
}
@media (max-width: 1199.98px) {
  .header__menu a {
    font-size: 17px;
  }
}
.header__menu .sub-menu {
  position: absolute;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  background: #e69200;
  border: 3px solid #ffda9a;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  top: 130%;
  left: 0;
}
.header__menu .sub-menu li {
  margin: 0;
}
.header__menu .sub-menu li a {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  font-size: 20px;
}
.header__menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.header__menu .sub-menu--games {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 190px;
}
.header__menu .sub-menu--games img {
  width: 93px;
  height: 93px;
}
.header__menu .sub-menu--games p {
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  margin-left: -10px;
}
.header__menu .sub-menu--social {
  width: 215px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__menu .sub-menu--social a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__menu .sub-menu--more {
  padding: 25px 35px;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .header__wallet {
    display: none;
  }
}
.header__wallet button {
  cursor: pointer;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
.header__wallet button:hover {
  color: #ffa942;
}
@media (max-width: 1199.98px) {
  .header__wallet button {
    font-size: 17px;
  }
}
.header__wallet-balance {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
.header__wallet-balance:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__wallet-balance img {
  width: 20px;
  height: 20px;
}
.header__wallet-balance span {
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
.header__wallet-balance .sub-menu {
  position: absolute;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  background: #e69200;
  border: 3px solid #ffda9a;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  top: 130%;
  right: 0;
  width: 150px;
}
.header__wallet-balance .sub-menu li {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
}
.header__wallet-balance .sub-menu li.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.header__wallet-balance .sub-menu li:hover {
  color: #ffa942;
}
.header__mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .header__mobile {
    display: flex;
    gap: 15px;
  }
}
.header__mobile-wallet-balance {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
.header__mobile-wallet-balance img {
  width: 20px;
  height: 20px;
}
.header__mobile-wallet-balance span {
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
.header__mobile-wallet-balance .sub-menu {
  position: absolute;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  background: #e69200;
  border: 3px solid #ffda9a;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  top: 100%;
  right: 0;
  width: 150px;
}
.header__mobile-wallet-balance .sub-menu li {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
  cursor: pointer;
}
.header__mobile-wallet-balance .sub-menu li.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.header__mobile-wallet-balance .sub-menu li:hover {
  color: #ffa942;
}
.header__mobile-wallet-balance.active > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #38140e;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu.active {
  opacity: 0.95;
  visibility: visible;
}
.mobile-menu__content {
  position: relative;
  box-sizing: border-box;
  padding: 80px 20px 20px;
  width: 100%;
  height: 100%;
}
.mobile-menu__close {
  position: absolute;
  top: 70px;
  left: 15px;
  cursor: pointer;
  padding: 14px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
}
.mobile-menu__list li {
  text-align: right;
}
.mobile-menu__list li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  display: block;
  padding: 14px;
}
.mobile-menu__list li a:hover {
  color: #ffa942;
}
.mobile-menu__social {
  position: absolute;
  bottom: 20px;
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mobile-menu__social a {
  display: block;
}

.claim-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(242, 213, 213, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.claim-popup.active {
  opacity: 1;
  visibility: visible;
}
.claim-popup__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-backdrop-filter: blur(95px);
          backdrop-filter: blur(95px);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.65);
  background: rgba(217, 217, 217, 0.46);
  border: 5px solid #ffda9a;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  max-width: 843px;
  width: 100%;
  text-align: left;
  margin: 0 20px;
}
.claim-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}
.claim-popup__close:hover {
  color: #ffa942;
}
.claim-popup h2 {
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .claim-popup h2 {
    font-size: 20px;
  }
}
.claim-popup .btn {
  align-self: flex-end;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .claim-popup .btn {
    height: 50px;
    width: 100px;
  }
}
.claim-popup .btn img {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #744400;
  padding: 50px 0 20px;
}
.footer__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 60px;
}
.footer__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 214px;
  height: 214px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .footer__logo {
    position: relative;
    width: 82px;
    height: 82px;
  }
}
.footer__grid {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__item {
  margin-bottom: 5px;
}
.footer__link {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #ffa942;
}
.footer__copyright {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 40px;
  background: linear-gradient(180deg, #317c9e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .footer__content {
    gap: 30px;
  }
}
@media (max-width: 479.98px) {
  .footer__content {
    flex-direction: column;
    gap: 20px;
  }
}

.wallet-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: #38140e;
  opacity: 0.98;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.wallet-popup.active {
  display: flex;
}
.wallet-popup__content {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
  background: rgba(217, 217, 217, 0.46);
  padding: 30px 178px 30px 30px;
  border: 5px solid #ffda9a;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .wallet-popup__content {
    padding: 55px 15px;
  }
}
.wallet-popup__content .ronen-wallet {
  position: absolute;
  right: -175px;
  bottom: -215px;
}
@media (max-width: 767.98px) {
  .wallet-popup__content .ronen-wallet {
    width: 185px;
    height: auto;
    right: 60px;
    bottom: 135px;
  }
}
.wallet-popup__close {
  position: absolute;
  left: -20px;
  top: -25px;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.wallet-popup__close:hover {
  opacity: 0.8;
}
.wallet-popup__button {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 0 0 rgba(101, 101, 101, 0.25);
  background: #5e4ec0;
}
.wallet-popup__button img {
  width: 47px;
  height: 37px;
}
.wallet-popup__button p {
  padding: 0 30px;
  font-size: 40px;
  text-transform: capitalize;
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .wallet-popup__button p {
    padding: 0 15px;
    font-size: 30px;
  }
}
.wallet-popup__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}