@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Nunito", sans-serif;
}

button,
input,
select,
textarea {
  font-family: "Nunito", sans-serif;
}

.mobile-menu-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.backdrop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobile-menu-container .close {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 99999;
  background: url("/close.webp") no-repeat center;
  cursor: pointer;
}
.mobile-menu-container .navigation {
  position: absolute;
  left: 5%;
  bottom: 110px;
  width: 90%;
  z-index: 9998;
  padding: 40px 35px;
  border-radius: 56px;
  background-color: #fff;
  border: solid 2px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
}

.mobile-menu-container .navigation li {
  margin-top: 25px;
}

.mobile-menu-container .navigation li.two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.mobile-menu-container .navigation li:first-child {
  margin-top: 0;
}

.mobile-menu-container .navigation ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Nerko One", cursive;
  text-transform: capitalize;
  background: url("/chevron.svg") no-repeat 100% center;
}

.mobile-menu-container .navigation ul a.button {
  display: inline-flex;
  height: 45px;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Nunito", sans-serif;
  background: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.mobile-menu-container select {
  width: 70px;
  height: 45px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  border: solid 3px #000;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 45px;
  background: url("/toggle.svg") no-repeat 80% center;
  cursor: pointer;
}

div[lang="ar"] .mobile-menu-container select {
  background: url("/toggle.svg") no-repeat 15% center;
}

/* Header */
.page-header-container {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 50;
}

.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  border: solid 5px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.page-header .logo img {
  height: 55px;
}

.page-header .navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-header .navigation ul li.two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

.page-header .navigation ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
}

.page-header .navigation ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.page-header .navigation ul a.button {
  margin-left: 10px;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.page-header .mobile-view .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.page-header .navigation select {
  width: 80px;
  height: 45px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  border: solid 3px #000;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 45px;
  background: url("/toggle.svg") no-repeat 80% center;
  cursor: pointer;
}

div[lang="ar"] .page-header .navigation select {
  background: url("/toggle.svg") no-repeat 15% center;
}

/* Slider */
.slider-container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #ffd7cb;
}

.slider-container .star {
  position: absolute;
  right: 0;
  top: 10%;
}

.slider-container .coin {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.slider-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/white-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.slider-container .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.slider-container .item .image {
  flex: 0.4 1;
  margin-left: -50px;
}

.slider-container .item .details {
  flex: 0.6 1;
  text-align: center;
}

.slider-container .item .details .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.slider-container .item .details .desc {
  font-size: 80px;
  line-height: 55px;
  color: #f47a2e;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.slider-container .item .details p {
  margin: 40px 0;
  color: #050103;
  font-size: 20px;
  line-height: 25px;
  padding-left: 10%;
  padding-right: 10%;
}

.slider-container .item .details .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-container .item .details .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.slider-container .item .details .buttons a.white {
  background-color: #fff;
}

/* Logos */
.logos-container {
  padding: 20px 0;
}

.logos-container .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.logos-container .item-wrapper img {
  max-width: 100%;
}

/* Info Section */
.info-section-container {
  position: relative;
  padding: 160px 0;
  background: #d2f9f0 url("/bg-info.webp") no-repeat 15% center;
}

.info-section-container .star01 {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}

.info-section-container .star02 {
  position: absolute;
  right: 20px;
  bottom: 60px;
}

.info-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/info-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.info-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/info-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.info-section-container .details .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.info-section-container .details .desc {
  font-size: 80px;
  line-height: 55px;
  color: #15c3af;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.info-section-container .details p {
  margin: 30px 0;
  color: #050103;
  font-size: 20px;
  line-height: 25px;
}

.info-section-container .details .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.info-section-container .details .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #56dfcf;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.info-section-container .details .buttons a.white {
  background-color: #fff;
}

.info-section-container .info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-section-container .info-section .image {
  flex: 0.5 1;
  text-align: right;
}

.info-section-container .info-section .details {
  flex: 0.5 1;
}

.info-section-container .info-section .image img {
  max-width: 100%;
}

/* Features */
.features-section-container {
  position: relative;
  padding: 160px 0;
  background: #d4daf7;
}

.features-section-container .cloud01 {
  position: absolute;
  right: 0;
  top: -100px;
}

.features-section-container .cloud02 {
  position: absolute;
  left: 0;
  top: 15%;
}

.features-section-container .cloud03 {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.features-section-container .star01 {
  position: absolute;
  left: 10%;
  top: 15%;
}

.features-section-container .star02 {
  position: absolute;
  right: 15%;
  top: 15%;
}

.features-section-container .star03 {
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.features-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/features-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.features-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/features-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.features-section-container .hero-area {
  text-align: center;
}

.features-section-container .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #5e71cc;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.features-section-container .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.features-section-container .carousel-area {
  margin-bottom: 40px;
}

.features-section-container .carousel-area .item-wrapper {
  padding: 0 10px;
  padding-top: 215px;
}

.features-section-container .carousel-area .item {
  position: relative;
  border-radius: 56px;
  border: solid 2px #000;
  padding: 80px 40px 40px;
  background-color: #fff;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.features-section-container .carousel-area .item .label {
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.features-section-container .carousel-area .item .label.padding {
  padding-right: 60px;
}

.features-section-container .carousel-area .item img {
  position: absolute;
  left: 0;
  top: -150px;
}

.features-section-container .carousel-area .item img.image01 {
  left: 70px;
  top: -164px;
}

.features-section-container .carousel-area .item img.image02 {
  left: 90px;
  top: -212px;
}

.features-section-container .carousel-area .item img.image03 {
  left: 125px;
  top: -210px;
}

.features-section-container .carousel-area .item img.image04 {
  left: 70px;
  top: -195px;
}

.features-section-container .carousel-area .item p {
  color: #050103;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
}

.features-section-container .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.features-section-container .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #9faefe;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.features-section-container .buttons a.telegram {
  background-color: #92ecf8;
}

.features-section-container .buttons a img {
  margin-right: 10px;
}

/* Info V2 */
.info-v2-section-container {
  position: relative;
  padding: 160px 0;
  background: #e3fbd9 url("/info/info-bg.webp") no-repeat right center;
}

.info-v2-section-container .tree01 {
  position: absolute;
  left: 0;
  top: 0;
}

.info-v2-section-container .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.info-v2-section-container .tree02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.info-v2-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/info/info-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.info-v2-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/info/info-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.info-v2-section-container .details .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.info-v2-section-container .details .desc {
  font-size: 80px;
  line-height: 55px;
  color: #84b85c;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.info-v2-section-container .details p {
  margin: 30px 0;
  color: #050103;
  font-size: 20px;
  line-height: 25px;
}

.info-v2-section-container .details .subhead {
  font-size: 50px;
  color: #84b85c;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.info-v2-section-container .details .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.info-v2-section-container .details .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ade781;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.info-v2-section-container .details .buttons a.white {
  background-color: #fff;
}

.info-v2-section-container .info-v2-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-v2-section-container .info-v2-section .image {
  flex: 0.5 1;
  text-align: right;
  position: relative;
  z-index: 5;
}

.info-v2-section-container .info-v2-section .details {
  flex: 0.5 1;
  padding-right: 50px;
}

.info-v2-section-container .info-v2-section .image svg {
  max-width: 100%;
  margin-top: -250px;
}

.info-v2-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
}

/* Social */
.social-container {
  padding: 40px 0;
}

.social-container .hero-area {
  text-align: center;
  margin-bottom: 80px;
}

.social-container .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #ff9350;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.social-container .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.social-container .item-wrapper {
  padding: 0 10px;
}

.social-container .item {
  border-radius: 56px;
  padding: 20px;
  border: solid 2px #000;
  background-color: #fff;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.social-container .item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.social-container .item-header strong {
  color: #050103;
  font-size: 20px;
  font-weight: 700;
}

.social-container .item-header span {
  color: #050103;
  font-size: 20px;
}

.social-container .item-body {
  padding: 10px 35px;
}

.social-container .item-body img {
  display: block;
  max-width: 100%;
}

.social-container .buttons-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.social-container .buttons-area a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-radius: 32px;
  border: solid 2px #000;
  padding-right: 80px;
  text-decoration: none;
  background: url("/social/chevron-right.svg") no-repeat 90% center;
}

.social-container .buttons-area a .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffede1;
  border-radius: 12px;
  margin-right: 15px;
  transition: all 0.3s linear;
}

.social-container .buttons-area a p {
  color: #494a4c;
  font-size: 16px;
  margin-bottom: 5px;
}

.social-container .buttons-area a strong {
  color: #202125;
  font-size: 20px;
  font-weight: 600;
}

.social-container .buttons-area a:hover .icon {
  background-color: #ff9350;
}

.social-container .buttons-area a:hover .icon img {
  filter: brightness(0) invert(1);
}

.social-container .slick-dots li button {
  background-color: #e7e7e7;
}

.social-container .slick-dots li.slick-active button {
  background-color: #000;
}

/* Timeline */
.timeline-section-container {
  position: relative;
  padding: 160px 0;
  background-color: #d7effa;
  background-image: url("/timeline/bg.webp"), url("/timeline/wawe-left.webp"),
    url("/timeline/wawe-right.webp"), url("/timeline/left-bottom.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 75% 90%, left top, right bottom, left bottom;
}

.timeline-section-container .leaf {
  position: absolute;
  right: 0;
  bottom: 15%;
}

.timeline-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/timeline/timeline-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.timeline-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/timeline/timeline-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.timeline-section-container .timeline-section {
  display: flex;
  flex-wrap: wrap;
}

.timeline-section-container .timeline-section .details {
  flex: 0.6 1;
  padding-left: 120px;
}

.timeline-section-container .timeline-section .timeline {
  flex: 0.4 1;
}

.timeline-wrapper {
  position: relative;
}

.timeline-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 21px;
  top: 10px;
  width: 4px;
  height: 92%;
  background-color: #fff;
}

.timeline-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 21px;
  top: 10px;
  width: 4px;
  height: 34%;
  background-color: #59a8d5;
}

.timeline-wrapper .item {
  position: relative;
  margin-top: 40px;
  padding-left: 80px;
}

.timeline-wrapper .item:first-child {
  margin-top: 0;
}

.timeline-wrapper .item-label {
  color: #59a8d5;
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.timeline-wrapper .item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: solid 3px #fff;
  border-radius: 100%;
  background: #d7effa;
  z-index: 3;
}

.timeline-wrapper .item-label.done::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: solid 3px #59a8d5;
  border-radius: 100%;
  background: #fff url("/timeline/done.svg") no-repeat center;
  z-index: 3;
}

.timeline-wrapper .item-subhead {
  font-size: 30px;
  color: #050103;
  font-weight: 700;
  margin-top: 10px;
  line-height: 35px;
}

.timeline-wrapper .subitem {
  position: relative;
  margin-top: 40px;
}

.timeline-wrapper .subitem-label {
  color: #050103;
  font-size: 22px;
  font-weight: 700;
}

.timeline-wrapper .subitem.done .subitem-label::before {
  content: "";
  display: block;
  position: absolute;
  left: -67px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #59a8d5;
}

.timeline-wrapper .subitem ul {
  color: #050103;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}

.timeline-section-container .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.timeline-section-container .desc {
  font-size: 80px;
  line-height: 55px;
  color: #59a8d5;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.timeline-section-container p {
  margin: 25px 0;
  color: #050103;
  font-size: 20px;
  line-height: 25px;
}

.timeline-section-container .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.timeline-section-container .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #79c8f5;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.timeline-section-container .timeline-section .details img {
  display: block;
  max-width: 100%;
  margin-top: 50px;
}

div[lang="ar"] .timeline-wrapper::before {
  left: auto;
  right: 21px;
}

.timeline-wrapper::before {
  left: 21px;
  top: 10px;
}

div[lang="ar"] .timeline-wrapper::after {
  left: auto;
  right: 21px;
}

div[lang="ar"] .timeline-wrapper .item {
  padding-left: 0;
  padding-right: 80px;
}

div[lang="ar"] .timeline-section-container .timeline-section .details {
  padding-left: 0;
  padding-right: 120px;
}

div[lang="ar"] .timeline-wrapper .item-label::before,
div[lang="ar"] .timeline-wrapper .item-label.done::before {
  left: auto;
  right: 0;
}

div[lang="ar"] .timeline-wrapper .subitem.done .subitem-label::before {
  left: auto;
  right: -67px;
}

/* Numbers */
.numbers-section-container {
  position: relative;
  padding: 160px 0;
  background: #e8f2bf;
}

.numbers-section-container .leaf {
  position: absolute;
  left: 0;
  top: -10%;
}

.numbers-section-container .star01 {
  position: absolute;
  right: 10%;
  top: 10%;
}

.numbers-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/numbers/numbers-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.numbers-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/numbers/numbers-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.numbers-section-container .hero-area {
  text-align: center;
}

.numbers-section-container .hero-area .hero {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.numbers-section-container .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #a5bd45;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.numbers-section-container .hero-area .numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 70px;
  font-family: "Nerko One", cursive;
  gap: 15px;
}

.numbers-section-container .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.numbers-section-container .items .coin01 {
  position: absolute;
  left: -70px;
  top: -75px;
}

.numbers-section-container .items .coin02 {
  position: absolute;
  right: -120px;
  bottom: 170px;
}

.numbers-section-container .items .coin03 {
  position: absolute;
  left: 170px;
  bottom: -60px;
}

.numbers-section-container .items .star02 {
  position: absolute;
  left: 0;
  bottom: -85px;
}

.numbers-section-container .items .col {
  flex: 0.333 1;
}

.numbers-section-container .items .col .item {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.numbers-section-container .items .col .item.margin {
  margin-top: 15px;
}

.numbers-section-container .items .col .item strong {
  color: #000;
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.numbers-section-container .items .col .item p {
  color: #050103;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

/* FAQ */
.faq-section-container {
  position: relative;
  padding: 160px 0;
  background: #d4daf7;
}

.faq-section-container .star01 {
  position: absolute;
  right: 10%;
  top: 10%;
}

.faq-section-container .star02 {
  position: absolute;
  left: 10%;
  top: 25%;
}

.faq-section-container .star03 {
  position: absolute;
  left: 0;
  bottom: 40%;
}

.faq-section-container .star04 {
  position: absolute;
  right: 7%;
  bottom: 10%;
}

.faq-section-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/faq/faq-top.webp") no-repeat bottom;
  background-size: 100% 100%;
  top: -2px;
}

.faq-section-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/faq/faq-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
  bottom: -2px;
}

.faq-section-container .hero-area {
  text-align: center;
}

.faq-section-container .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #5e71cc;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.faq-section-container .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.faq-section-container .items {
  margin-top: 40px;
}

.faq-section-container .items .item {
  cursor: pointer;
  position: relative;
  padding: 30px 40px;
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 30px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
}

.faq-section-container .items .item .label {
  font-family: "Nerko One", cursive;
  font-size: 40px;
}

.faq-section-container .items .item .toggle {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-section-container .items .item span {
  display: block;
  width: 50px;
  height: 50px;
}

.faq-section-container .items .item span.active {
  display: none;
  background: url("/faq/active.svg") no-repeat center;
}

.faq-section-container .items .item span.passive {
  background: url("/faq/passive.svg") no-repeat center;
}

.faq-section-container .items .item .content {
  color: #050103;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 10px;
}

.faq-section-container .items .item.active span.active {
  display: block;
}

.faq-section-container .items .item.active span.passive {
  display: none;
}

.faq-section-container .items .item.active .label {
  color: #5e71cc;
}

div[lang="ar"] .faq-section-container .items .item .toggle {
  left: 15px;
  right: auto;
}

/* User List */
.user-list-container {
  position: relative;
  padding: 160px 0;
  background-color: #d2f9df;
  background-image: url("/userlist/character.webp"), url("/userlist/stars.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left center;
}

.user-list-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/userlist/userlist-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.user-list-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/userlist/userlist-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.user-list-container .user-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 70px;
}

.user-list-container .user-list-wrapper .list {
  flex: 0.5 1;
}

.user-list-container .user-list-wrapper .details {
  flex: 0.5 1;
}

.user-list-container .user-list-wrapper .details .desc {
  font-size: 70px;
  line-height: 65px;
  color: #3fbd62;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
  margin: 20px 0;
}

.user-list-container .user-list-wrapper .details .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 95px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.user-list-container .user-list-wrapper .details p {
  color: #050103;
  font-size: 20px;
  line-height: 26px;
}

.user-list-container .user-list-wrapper .list .hero {
  font-size: 70px;
  line-height: 65px;
  color: #3fbd62;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
  text-align: center;
}

.user-list-container .user-list-wrapper .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  margin-top: 35px;
  border: solid 2px #000;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.user-list-container .user-list-wrapper .list .item:first-child {
  margin-top: 0;
}

.user-list-container .user-list-wrapper .list .item .pos {
  position: absolute;
  left: 10px;
  top: -45px;
  font-size: 90px;
  letter-spacing: -8px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.user-list-container .user-list-wrapper .list .item .name {
  font-family: "Nerko One", cursive;
  font-size: 40px;
  color: #000;
}

.user-list-container .user-list-wrapper .list .item img {
  display: block;
}

.user-list-container .user-list-wrapper .list .item .numbers {
}

.user-list-container .user-list-wrapper .list .item .numbers span {
  color: #050103;
  font-size: 20px;
}

.user-list-container .user-list-wrapper .list .item .numbers p {
  color: #050103;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

/* Footer */
.footer-wrapper {
  position: relative;
  padding-top: 60px;
}

.footer-wrapper .heart01 {
  position: absolute;
  left: -170px;
  top: 240px;
}

.footer-wrapper .heart02 {
  position: absolute;
  right: -150px;
  top: 130px;
}

.footer-wrapper .hero-area {
  text-align: center;
}

.footer-wrapper .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #ff9350;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.footer-wrapper .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.footer-wrapper .hero-area p {
  color: #050103;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}

.footer-wrapper .newsletter {
  padding: 0 15%;
  margin: 80px 0;
}

.footer-wrapper .newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-wrapper .newsletter input {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #fff;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.footer-wrapper .newsletter button {
  flex: 0 0 165px;
  max-width: 165px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  outline: none;
}

.footer-wrapper .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.footer-wrapper .social-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffede1;
  border-radius: 12px;
  margin-right: 15px;
  transition: all 0.3s linear;
}

.footer-wrapper .social-list a:hover {
  background-color: #ff9350;
}

.footer-wrapper .social-list a:hover img {
  filter: brightness(0) invert(1);
}

.footer-wrapper .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.footer-wrapper .menu-list a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s linear;
}

.footer-wrapper .menu-list a:hover {
  color: #ff9350;
}

.footer-wrapper .copyright {
  color: #848587;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 25px 0;
}

.footer-wrapper .small-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-wrapper .small-menu-list a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s linear;
}

.footer-wrapper .small-menu-list a:hover {
  color: #ff9350;
}

.footer-wrapper .character {
  display: block;
  margin: 0 auto;
}

.message {
  font-size: 12px;
  color: red;
  padding: 10px 0;
}

/* Static */
.static-container .static-hero {
  position: relative;
  text-align: center;
  background-color: #ffd7cb;
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
  padding-top: 140px;
  padding-bottom: 140px;
}

.static-container .static-hero .coin01 {
  position: absolute;
  left: 5%;
  bottom: 15%;
}

.static-container .static-hero .coin02 {
  position: absolute;
  right: 5%;
  bottom: -10%;
}

.static-container .static-hero .star01 {
  position: absolute;
  left: 15%;
  bottom: 17%;
}

.static-container .static-hero .star02 {
  position: absolute;
  right: 22%;
  bottom: 12%;
}

.static-container .static-hero .star03 {
  position: absolute;
  right: 0;
  bottom: 30%;
}

.static-container .static-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/white-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.static-container .wrapper {
  width: 760px;
  max-width: 100%;
  color: #050103;
}

.static-container .content {
  padding-bottom: 50px;
}

.static-container .content h5 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}

.static-container .content h3 {
  font-family: "Nerko One", cursive;
  font-size: 55px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.static-container .content p {
  font-size: 20px;
  line-height: 24px;
}

/* BUY AREA */
.buy-area-container {
  position: relative;
  text-align: center;
  background-color: #ffd7cb;
  padding-top: 140px;
  padding-bottom: 140px;
  margin-bottom: 150px;
}

.buy-area-wrapper {
  margin-bottom: -200px;
}

.buy-area-container .coin01 {
  position: absolute;
  left: 5%;
  top: 50%;
}

.buy-area-container .coin02 {
  position: absolute;
  right: 5%;
  bottom: 20%;
}

.buy-area-container .star01 {
  position: absolute;
  left: 20%;
  top: 20%;
}

.buy-area-container .star02 {
  position: absolute;
  right: 20%;
  bottom: 20%;
}

.buy-area-container .star03 {
  position: absolute;
  right: 0;
  top: 15%;
}

.buy-area-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/white-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.buy-area-container .wrapper {
  width: 760px;
  max-width: 100%;
  color: #050103;
}

.buy-area-container .hero-text {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.buy-box-container {
  position: relative;
  margin-top: 80px;
  padding: 70px 40px 40px;
  background-color: #fff;
  border-radius: 56px;
  border: solid 2px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
}

.buy-box-container .number {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  width: 106px;
  height: 106px;
  background-color: #202125;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-family: "Nerko One", cursive;
}

.buy-box-container .number span {
  font-size: 60px;
}

.buy-box-container .stage {
  color: #202125;
  font-size: 44px;
  font-family: "Nerko One", cursive;
}

.buy-box-container .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: #050103;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
}

.buy-box-container .numbers strong {
  font-weight: 700;
}

.buy-box-container .total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  text-align: center;
  justify-content: center;
}

.buy-box-container .total span {
  color: #050103;
  font-size: 20px;
  font-weight: 600;
}

.buy-box-container .total p {
  color: #ff9350;
  font-size: 60px;
  font-family: "Nerko One", cursive;
}

.buy-box-container .progress-area .bar-container {
  position: relative;
  width: 100%;
  height: 32px;
  border-radius: 32px;
  background-color: #ffede1;
  margin-top: 20px;
}

.buy-box-container .progress-area .bar-container .percent {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 32px;
  color: #202125;
  font-size: 12px;
  font-weight: 700;
}

.buy-box-container .progress-area .bar-container .coin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  z-index: 10;
  transform: translateY(-50%);
}

.buy-box-container .progress-area .bar-container .filled {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 32px;
  border-radius: 32px;
  background-color: #ff9350;
  opacity: 1;
  background: repeating-linear-gradient(
    -45deg,
    #ffad7b,
    #ffad7b 7px,
    #ff9350 7px,
    #ff9350 13px
  );
}

.buy-box-container .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  text-align: left;
}

.buy-box-container .prices > div {
  padding-left: 13px;
  border-left: solid 1px #babcc2;
}

.buy-box-container .prices > div:first-child {
  padding-left: 0;
  border-left: unset;
}

.buy-box-container .prices span {
  color: #656669;
  font-size: 14px;
}

.buy-box-container .prices p {
  color: #202125;
  font-size: 20px;
  font-weight: 800;
  margin-top: 5px;
}

.buy-box-container .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buy-box-container .actions .toggle-area {
  flex: 0 0 180px;
  max-width: 180px;
}

.buy-box-container .actions .input-area {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
}

.buy-box-container .actions .wallet-toggle {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 60px;
  color: #202125;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border: solid 2px #000;
  border-radius: 60px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
}

.buy-box-container .actions .input-area {
  position: relative;
}

.buy-box-container .actions .input-area input {
  display: block;
  width: 100%;
  height: 60px;
  color: #202125;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border: solid 2px #000;
  border-radius: 60px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  padding-left: 80px;
}

.buy-box-container .actions .input-area .selector {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  gap: 10px;
  padding-left: 24px;
  padding-right: 10px;
  color: #202125;
  font-size: 20px;
  font-weight: 700;
  border-right: solid 1px #babcc2;
}

.buy-box-container .tokens {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.buy-box-container .tokens span {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #703d26;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  height: 40px;
  border: solid 2px #000;
  border-radius: 40px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
}

.buy-box-container .will-get {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.buy-box-container .will-get span {
  color: #202125;
  font-size: 20px;
  font-weight: 600;
}

.buy-box-container .will-get span.value {
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.buy-box-container .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.buy-box-container .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.buy-box-container .buttons a.white {
  background-color: #fff;
}

.buy-box-container .text-button {
  text-align: center;
  margin-top: 20px;
}

.buy-box-container .text-button a {
  color: #202125;
  font-size: 20px;
  font-weight: 600;
}

/* Calculator */
.calculator-container .wrapper {
  width: 720px;
  max-width: 100%;
}
.calculator-wrapper {
  position: relative;
  padding: 60px 0;
}

.calculator-wrapper .coin01 {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 25%;
}

.calculator-wrapper .coin02 {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 12%;
}

.calculator-wrapper .character01 {
  position: absolute;
  bottom: 5%;
  left: -260px;
}

.calculator-wrapper .character02 {
  position: absolute;
  bottom: 5%;
  right: -360px;
}

.calculator-wrapper .hero-area {
  text-align: center;
}

.calculator-wrapper .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #ff9350;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.calculator-wrapper .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  margin-bottom: 20px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.calculator-wrapper .hero-area p {
  color: #050103;
  font-size: 20px;
}

.calculator-wrapper .calculated-area {
  position: relative;
  margin: 40px 0;
}

.calculator-wrapper .currency {
  position: absolute;
  left: 30px;
  top: 20px;
  color: #202125;
  font-size: 20px;
  font-weight: 700;
}

.calculator-wrapper .amount-input {
  display: block;
  width: 100%;
  height: 60px;
  color: #202125;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border: solid 2px #000;
  border-radius: 60px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  padding: 0 20px;
  padding-left: 45px;
}

.calculator-wrapper .calculated-area .sum {
  text-align: center;
  margin-top: 25px;
}

.calculator-wrapper .calculated-area .sum span {
  color: #050103;
  font-size: 20px;
  font-weight: 600;
}

.calculator-wrapper .calculated-area .sum p {
  color: #ff9350;
  font-size: 60px;
  font-family: "Nerko One", cursive;
  margin-top: 5px;
}

.rc-slider {
  height: 60px !important;
}

.rc-slider-rail {
  height: 32px !important;
  border-radius: 32px !important;
  background-color: #ffede1 !important;
}

.rc-slider-track,
.rc-slider-tracks {
  height: 32px !important;
  border-radius: 32px 0 0 32px !important;
  background-color: #ff9350 !important;
  opacity: 1 !important;
  background: repeating-linear-gradient(
    -45deg,
    #ffad7b,
    #ffad7b 7px,
    #ff9350 7px,
    #ff9350 13px
  ) !important;
}

.rc-slider-handle {
  width: 52px !important;
  height: 52px !important;
  margin-left: -10px;
  background: #000 url("/range-toggle.svg") no-repeat center !important;
  border: unset !important;
  box-shadow: unset !important;
  opacity: 1 !important;
  margin-top: -11px !important;
}

.calculator-wrapper .slider-area .slider-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calculator-wrapper .slider-area .slider-numbers div:nth-child(2) {
  text-align: center;
}

.calculator-wrapper .slider-area .slider-numbers div:nth-child(3) {
  text-align: right;
}

.calculator-wrapper .slider-area .slider-controls span,
.calculator-wrapper .slider-area .slider-numbers span {
  color: #050103;
  font-size: 14px;
}

.calculator-wrapper .slider-area .slider-controls p,
.calculator-wrapper .slider-area .slider-numbers p {
  color: #202125;
  font-size: 16px;
  font-weight: 800;
  margin-top: 5px;
}

.calculator-wrapper .slider-area .slider-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  padding-left: 30px;
}

.calculator-wrapper .slider-area .slider-controls a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

/* Modal */
.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-container .modal-content {
  position: relative;
  z-index: 999999999;
  width: 800px;
  padding: 40px;
  background-color: #fff;
  border: solid 3px #000;
  border-radius: 56px;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
}

.modal-container .modal-character {
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  z-index: 999999999;
  animation: character 0.3s ease-in-out 0.9s;
  animation-fill-mode: forwards;
}

.modal-container .purchase-form {
  margin-top: 40px;
}

.modal-container .purchase-form .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #202125;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.modal-container .purchase-form .label span {
  color: #656669;
}

.modal-container .purchase-form .currency-dropdown,
.modal-container .purchase-form .amount-input {
  position: relative;
  margin-bottom: 20px;
}

.modal-container .purchase-form .amount-input span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
  padding-left: 15px;
  border-right: solid 1px #babcc2;
  color: #202125;
  font-size: 20px;
  font-weight: 800;
}

.modal-container .purchase-form .amount-input input {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  padding-left: 90px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #fff;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.modal-container .purchase-form .currency-dropdown select {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  padding-left: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background: #fff url("/modal/toggle.svg") no-repeat 97% center;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.modal-container .purchase-form .currency-dropdown .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-container .will-get {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.modal-container .will-get span {
  color: #202125;
  font-size: 20px;
  font-weight: 600;
}

.modal-container .will-get span.value {
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.modal-container .notes {
  text-align: center;
  color: #656669;
  font-size: 16px;
  line-height: 26px;
}

.modal-container .notes a {
  color: #202125;
  font-weight: 600;
}

.modal-container .order-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  color: #202125;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
  justify-content: center;
}

.modal-container .order-status span {
  color: #ff9350;
  font-weight: 700;
}

.modal-container .order-desc {
  text-align: center;
  color: #656669;
  font-size: 16px;
  margin-top: 10px;
}

.modal-container .scan-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 40px 0;
}

.modal-container .scan-area .qr-wrap {
  width: 148px;
  height: 148px;
  border-radius: 12px;
  background-color: #f2fbff;
  border: solid 2px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.modal-container .scan-area .qr-desc {
  flex: 1 1;
}

.modal-container .scan-area .qr-desc .label {
  color: #202125;
  font-size: 24px;
  font-weight: 800;
}

.modal-container .scan-area .qr-desc p {
  color: #202125;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 26px;
}

.modal-container .send-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #656669;
  font-size: 16px;
}

.modal-container .send-amount strong {
  color: #050103;
  font-size: 24px;
  font-weight: 700;
}

.modal-container .copy-inputs .field {
  position: relative;
  margin-top: 20px;
}

.modal-container .copy-inputs .field input {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #fff;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.modal-container .copy-inputs .field span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-container .copy-inputs .field.icon input {
  padding-left: 50px;
}

.modal-container .copy-inputs .field.icon .icon-img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
}

.modal-container .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.modal-container .badges span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  color: #ff9350;
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffede1;
  border-radius: 50px;
}

.modal-container .badges span.green {
  color: #318f23;
  background-color: #e0f6dc;
}

@keyframes character {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}

.modal-container .modal-content .modal-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #202125;
  font-size: 40px;
  font-family: "Nerko One", cursive;
}

.modal-container .modal-content .desc {
  color: #656669;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.modal-container .modal-content .close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}

.modal-container .modal-content .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  text-align: center;
}

.modal-container .modal-content .numbers > div {
  padding-left: 18px;
  border-left: solid 1px #babcc2;
}

.modal-container .modal-content .numbers > div:first-child {
  padding-left: 0;
  border-left: unset;
}

.modal-container .modal-content .numbers span {
  color: #656669;
  font-size: 20px;
}

.modal-container .modal-content .numbers p {
  color: #202125;
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
}

.modal-container .modal-content .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.modal-container .modal-content .buttons.mt {
  margin-top: 40px;
  margin-bottom: 0;
}

.modal-container .modal-content .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.modal-container .modal-content .input-w-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.modal-container .modal-content .input-w-button input {
  flex: 1 1;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #fff;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.modal-container .modal-content .input-w-button button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  outline: none;
}

/* HTB */
.how-to-buy-container {
  position: relative;
  padding: 160px 0;
  background: #e8f2bf;
}

.how-to-buy-container .star01 {
  position: absolute;
  left: 10%;
  top: 27%;
}

.how-to-buy-container .star02 {
  position: absolute;
  right: 10%;
  top: 20%;
}

.how-to-buy-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: url("/htb/htb-top.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.how-to-buy-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("/htb/htb-bottom.webp") no-repeat bottom;
  background-size: 100% 100%;
}

.how-to-buy-container .hero-area {
  text-align: center;
}

.how-to-buy-container .hero-area .desc {
  font-size: 80px;
  line-height: 55px;
  color: #a5bd45;
  letter-spacing: -3px;
  font-family: "Nerko One", cursive;
}

.how-to-buy-container .hero-area .hero {
  font-size: 130px;
  letter-spacing: -8px;
  line-height: 115px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.how-to-buy-container .types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.how-to-buy-container .types div {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s linear;
}

.how-to-buy-container .types div.active {
  opacity: 1;
}

.how-to-buy-container .carousel-wrapper .item-wrapper {
  padding: 0 10px;
  padding-top: 40px;
}

.how-to-buy-container .carousel-wrapper .item .pos {
  position: absolute;
  left: 40px;
  top: -43px;
  font-size: 75px;
  letter-spacing: -8px;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  text-shadow: 0 10px 0px #000;
  font-family: "Nerko One", cursive;
}

.how-to-buy-container .carousel-wrapper .item {
  position: relative;
  border-radius: 56px;
  border: solid 2px #000;
  padding: 40px;
  background-color: #fff;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

.how-to-buy-container .carousel-wrapper .item .label {
  font-size: 40px;
  font-family: "Nerko One", cursive;
  margin-bottom: 10px;
}

.how-to-buy-container .carousel-wrapper .item p {
  color: #050103;
  font-size: 20px;
  line-height: 26px;
}

.how-to-buy-container .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.how-to-buy-container .buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 170px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #c7de67;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}

.how-to-buy-container .buttons a.white {
  background-color: #fff;
}

.cookie-policy-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #fff;
  border-top: solid 2px rgba(0, 0, 0, 0.1);
}

.cookie-policy-fixed button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  color: #000;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #ff9350;
  border: solid 3px #000;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2),
    inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
    outline: none;
    cursor: pointer;
}

.cookie-policy-fixed a {
  color: #202020;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .slider-container .item .image {
    flex: 0.4 1;
  }

  .slider-container .item .image img {
    max-width: 100%;
  }

  .slider-container .item .details {
    flex: 0.6 1;
  }

  .slider-container .coin {
    height: 180px;
  }

  .slider-container .star {
    height: 90px;
  }

  .features-section-container .buttons,
  .features-section-container .hero-area {
    position: relative;
    z-index: 6;
  }

  .info-v2-section-container .tree01 {
    height: 250px;
  }

  .timeline-section-container {
    background-image: url("/timeline/bg.webp"), url("/timeline/wawe-left.webp"),
      url("/timeline/wawe-right.webp"), url("/timeline/left-bottom.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 100% 90%, left top, right bottom, left bottom;
  }

  .numbers-section-container .items .coin02 {
    height: 200px;
  }

  .footer-wrapper .heart01 {
    left: 50%;
    margin-left: -700px;
  }

  .footer-wrapper .heart02 {
    right: 50%;
    margin-right: -700px;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mobile-view {
  display: none !important;
}
@media (max-width: 1100px) {
  .cookie-policy-fixed {
    padding: 15px;
    line-height: 22px;
  }

  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .page-header .logo img {
    height: 45px;
  }

  .page-header .navigation {
    display: none;
  }

  .slider-container {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .slider-container .item {
    display: block;
  }

  .slider-container .item .image,
  .slider-container .item .details {
    flex: 1 1;
  }

  .slider-container .item .image {
    text-align: center;
    margin: 0;
  }
  .slider-container .item .image img {
    height: 340px;
  }

  .how-to-buy-container .hero-area .hero,
  .slider-container .item .details .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .how-to-buy-container .hero-area .desc,
  .slider-container .item .details .desc {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .how-to-buy-container .hero-area p,
  .slider-container .item .details p {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 20px 0;
  }

  .info-v2-section-container .details .buttons,
  .features-section-container .buttons,
  .info-section-container .details .buttons,
  .slider-container .item .details .buttons {
    gap: 10px;
  }

  .timeline-section-container .hero-area .buttons a,
  .info-v2-section-container .details .buttons a,
  .features-section-container .buttons a,
  .info-section-container .details .buttons a,
  .slider-container .item .details .buttons a {
    font-size: 17px;
    height: 55px;
  }

  .slider-container .item .details .buttons,
  .features-section-container .buttons,
  .info-v2-section-container .details .buttons {
    justify-content: center;
  }

  .features-section-container .buttons a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-container .coin {
    bottom: 50%;
    height: 95px;
  }

  .static-container .static-hero::before,
  .slider-container::before {
    height: 50px;
    background: url("/white-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .logos-container .item {
    padding: 0 20px;
  }

  .info-section-container .info-section {
    display: block;
  }

  .info-section-container {
    padding: 70px 0;
  }
  .info-section-container::before {
    height: 50px;
    background: url("/info-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .info-section-container::after {
    height: 50px;
    background: url("/info-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .info-section-container .details .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .info-section-container .details .desc {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .info-section-container .details p {
    font-size: 17px;
    margin: 20px 0;
  }

  .info-section-container .info-section .image {
    margin-top: 30px;
    text-align: center;
  }

  .info-section-container .star01 {
    left: 0;
    top: 50%;
  }

  .user-list-container::before {
    height: 50px;
    background: url("/userlist/userlist-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .user-list-container::after {
    height: 50px;
    background: url("/userlist/userlist-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .user-list-container .user-list-wrapper {
    display: block;
  }

  .user-list-container .user-list-wrapper .details .desc {
    font-size: 45px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 45px;
  }

  .user-list-container .user-list-wrapper .details .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
    text-align: center;
  }

  .user-list-container .user-list-wrapper .details p {
    font-size: 17px;
    text-align: center;
  }

  .user-list-container .user-list-wrapper .list {
    margin-top: 50px;
  }

  .user-list-container .user-list-wrapper .list .hero {
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }

  .user-list-container {
    position: relative;
    padding: 70px 0;
    background-color: #d2f9df;
    background-image: url("/userlist/character-m.webp");
    background-repeat: no-repeat;
    background-position: right 68%;
  }

  .user-list-container .user-list-wrapper .list .item .name {
    font-size: 26px;
  }

  .user-list-container .user-list-wrapper .list .item .numbers span {
    font-size: 16px;
  }

  .user-list-container .user-list-wrapper .list .item .numbers p {
    font-size: 18px;
  }

  .user-list-container .user-list-wrapper .list .item img {
    height: 55px;
  }

  .user-list-container .user-list-wrapper .list .item .pos {
    font-size: 70px;
  }

  .user-list-container .user-list-wrapper .list .item {
    gap: 10px;
  }

  .features-section-container {
    padding: 70px 0;
  }

  .features-section-container::before {
    height: 50px;
    background: url("/features-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .features-section-container::after {
    height: 50px;
    background: url("/features-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .features-section-container .cloud01 {
    height: 160px;
    top: -100px;
  }
  .features-section-container .cloud02 {
    height: 150px;
  }

  .features-section-container .star01,
  .features-section-container .star02,
  .features-section-container .star03,
  .features-section-container .cloud03 {
    display: none;
  }

  .features-section-container .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .features-section-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 45px;
  }

  .features-section-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
    text-align: center;
  }

  .features-section-container .carousel-area {
    margin-bottom: 20px;
  }

  .info-v2-section-container {
    padding: 70px 0;
  }

  .info-v2-section-container::before {
    height: 50px;
    background: url("/info/info-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .info-v2-section-container::after {
    height: 50px;
    background: url("/info/info-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .info-v2-section-container {
    background: #e3fbd9 url("/info/info-bg.webp") no-repeat top center;
  }

  .info-v2-section-container .info-v2-section .details {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .info-v2-section-container .info-v2-section .image {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .info-v2-section-container .info-v2-section .image svg {
    margin-top: -90px;
  }

  .info-v2-section-container .info-v2-section .desc {
    font-size: 45px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 45px;
  }

  .info-v2-section-container .info-v2-section .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
    text-align: center;
  }

  .info-v2-section-container .details .subhead {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: -2px;
  }

  .info-v2-section-container .details p {
    font-size: 17px;
    margin: 20px 0;
    text-align: center;
  }

  .info-v2-section-container .tree01 {
    top: 100px;
  }

  .info-v2-section-container .tree02 {
    height: 270px;
    top: 150px;
    right: -50px;
    bottom: auto;
  }

  .info-v2-section-container .bottom {
    display: none;
  }

  .info-v2-logos img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .social-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 45px;
  }

  .social-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
    text-align: center;
  }

  .social-container .item-body {
    padding-right: 0;
  }

  .social-container .hero-area {
    margin-bottom: 40px;
  }

  .social-container {
    padding: 0;
  }

  .social-container .buttons-area {
    margin-top: 20px;
  }

  .social-container .buttons-area a p {
    font-size: 14px;
  }

  .social-container .buttons-area a strong {
    font-size: 16px;
  }

  .timeline-section-container {
    position: relative;
    padding: 70px 0;
    background-color: #d7effa;
    background-image: url("/timeline/bg-m.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .timeline-section-container::before {
    height: 50px;
    background: url("/timeline/timeline-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .timeline-section-container::after {
    height: 50px;
    background: url("/timeline/timeline-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .timeline-section-container .timeline-section {
    display: block;
  }

  .timeline-section-container .hero-area {
    margin-bottom: 40px;
  }

  .timeline-section-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 45px;
  }

  .timeline-section-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .timeline-section-container .hero-area p {
    font-size: 17px;
    line-height: 24px;
  }

  .timeline-section-container .timeline-section .details {
    padding-left: 0;
  }

  .timeline-wrapper .item-label {
    font-size: 30px;
  }

  .timeline-wrapper .item-subhead {
    font-size: 28px;
    line-height: 33px;
  }

  .timeline-wrapper .subitem {
    position: relative;
    margin-top: 40px;
  }

  .timeline-wrapper .subitem-label {
    font-size: 22px;
    font-weight: 700;
  }

  .timeline-wrapper .subitem ul {
    font-size: 18px;
    line-height: 22px;
  }

  .timeline-wrapper::after {
    height: 32.3%;
  }

  .timeline-section-container .leaf {
    height: 250px;
    bottom: 12%;
    z-index: 15;
  }

  .numbers-section-container .leaf {
    display: none;
  }

  .numbers-section-container {
    position: relative;
    padding: 70px 0;
    padding-bottom: 150px;
  }

  .numbers-section-container::before {
    height: 50px;
    background: url("/numbers/numbers-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .numbers-section-container::after {
    height: 50px;
    background: url("/numbers/numbers-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .numbers-section-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 45px;
  }

  .numbers-section-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .numbers-section-container .hero-area .numbers {
    font-size: 32px;
  }

  .numbers-section-container .hero-area .numbers img {
    height: 60px;
  }

  .numbers-section-container .items .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .numbers-section-container .items .col .item {
    padding-left: 0;
    padding-right: 0;
  }

  .numbers-section-container .items .coin01 {
    height: 90px;
    top: -50px;
  }

  .numbers-section-container .items .coin02 {
    display: none;
  }

  .numbers-section-container .items .coin03 {
    left: -40px;
    bottom: 100px;
    height: 70px;
  }

  .numbers-section-container .items .star02 {
    bottom: -105px;
    height: 90px;
  }

  .numbers-section-container .items .mobile-coin {
    position: absolute;
    right: -15px;
    bottom: -120px;
  }

  .numbers-section-container .star01 {
    right: -35%;
  }

  .faq-section-container {
    position: relative;
    padding: 70px 0;
  }

  .faq-section-container::before {
    height: 50px;
    background: url("/faq/faq-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .faq-section-container::after {
    height: 50px;
    background: url("/faq/faq-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .faq-section-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 45px;
  }

  .faq-section-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .faq-section-container .star01 {
    right: -30px;
  }

  .faq-section-container .items .item .label {
    font-size: 30px;
    padding-right: 50px;
    line-height: 30px;
  }

  .faq-section-container .items .item .content {
    font-size: 18px;
  }

  .faq-section-container .items .item span {
    background-size: 35px 35px !important;
  }

  .faq-section-container .items .item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-container .hero-area .desc {
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 45px;
  }

  .footer-container .hero-area .hero {
    font-size: 80px;
    padding: 0 10%;
    line-height: 60px;
    letter-spacing: -5px;
    padding: 0;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .footer-wrapper .hero-area p {
    font-size: 17px;
    line-height: 25px;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .footer-wrapper .newsletter {
    margin: 25px 0;
    margin-bottom: 50px;
  }

  .footer-wrapper .newsletter form {
    justify-content: center;
  }

  .footer-wrapper .newsletter input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-wrapper .newsletter {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper .newsletter button {
    height: 55px;
    font-size: 17px;
  }

  .footer-wrapper .menu-list {
    justify-content: space-between;
    gap: unset;
  }

  .footer-wrapper .menu-list a {
    font-size: 15px;
  }

  .footer-wrapper .character {
    max-width: 100%;
  }

  .static-container .static-hero {
    padding: 140px 10% 90px;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .static-container .static-hero .star01,
  .static-container .static-hero .star02,
  .static-container .static-hero .star03 {
    display: none;
  }

  .static-container .static-hero .coin01 {
    height: 60px;
    left: -10%;
  }

  .static-container .static-hero .coin02 {
    height: 105px;
    bottom: 1%;
    right: 0%;
  }

  .how-to-buy-container {
    padding: 70px 0;
  }

  .how-to-buy-container::before {
    height: 50px;
    background: url("/htb/htb-top-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .how-to-buy-container::after {
    height: 50px;
    background: url("/htb/htb-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .how-to-buy-container .types img {
    height: 40px;
  }

  .how-to-buy-container .star01,
  .how-to-buy-container .star02 {
    display: none;
  }

  .buy-area-container::before {
    height: 50px;
    background: url("/white-bottom-m.webp") no-repeat bottom;
    background-size: 100% 100%;
  }

  .buy-area-container {
    padding-top: 110px;
  }

  .buy-area-container .hero-text {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .buy-box-container .number {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
  }

  .buy-box-container {
    margin-top: 65px;
    padding: 50px 20px 20px;
  }

  .buy-box-container .stage {
    font-size: 30px;
  }

  .buy-box-container .numbers p {
    flex: 0.5 1;
    font-size: 18px;
  }

  .buy-box-container .numbers p strong {
    font-weight: 700;
    display: block;
    margin-top: 5px;
  }

  .buy-box-container .total {
    margin: 0 -20px;
  }

  .buy-box-container .total img {
    height: 35px;
  }

  .buy-box-container .total span {
    font-size: 18px;
  }

  .buy-box-container .total p {
    font-size: 40px;
  }

  .buy-box-container .prices {
    gap: 0;
    text-align: center;
  }

  .buy-box-container .prices > div {
    padding: 0;
    border: unset;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .buy-box-container .prices span {
    font-size: 12px;
  }

  .buy-box-container .prices p {
    font-size: 16px;
  }

  .buy-box-container .actions .input-area,
  .buy-box-container .actions .toggle-area {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .buy-box-container .actions .wallet-toggle {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .buy-box-container .actions .wallet-toggle img {
    margin-left: auto;
  }

  .buy-box-container .actions .input-area {
    margin-top: 15px;
  }

  .buy-box-container .actions .wallet-toggle {
    font-size: 18px;
  }
  .buy-box-container .actions .input-area .selector,
  .buy-box-container .actions .input-area input {
    font-size: 18px;
  }

  .buy-box-container .tokens {
    gap: 5px;
  }

  .buy-box-container .tokens span {
    width: 73px;
    gap: 5px;
  }

  .buy-box-container .will-get span {
    font-size: 18px;
  }

  .buy-box-container .buttons a {
    font-size: 18px;
    padding: 0;
    flex: 0.5 1;
    justify-content: center;
  }

  .buy-box-container .buttons {
    gap: 5px;
  }

  .buy-box-container .text-button a {
    font-size: 18px;
  }

  .buy-box-container .prices {
    margin-bottom: 0;
  }

  .buy-area-container .star01 {
    left: 5%;
    top: 15%;
    height: 30px;
  }

  .buy-area-container .star03 {
    height: 90px;
  }

  .buy-area-container .star02 {
    display: none;
  }

  .buy-area-container .coin01 {
    left: -7%;
    top: 20%;
  }

  .buy-area-container .coin02 {
    right: -25%;
    top: 23%;
  }

  .calculator-wrapper .hero-area .desc {
    font-size: 45px;
  }

  .calculator-wrapper .hero-area .hero {
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
    -webkit-text-stroke: 2px #000;
    text-shadow: 0 7px 0px #000;
  }

  .calculator-wrapper .hero-area p {
    font-size: 18px;
  }

  .calculator-wrapper .slider-area {
    padding: 0 10px;
  }

  .calculator-wrapper .slider-area .slider-controls {
    padding-left: 0;
  }

  .calculator-wrapper .amount-input {
    font-size: 18px;
  }

  .calculator-wrapper .character02,
  .calculator-wrapper .character01 {
    display: none;
  }

  .calculator-wrapper .coin01 {
    margin-left: 0;
    left: -5%;
    top: 20%;
    height: 50px;
  }

  .calculator-wrapper .coin02 {
    right: -20%;
    top: 10%;
    margin-right: 0;
    height: 130px;
  }

  .calculator-wrapper .calculated-area .sum {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .calculator-wrapper .calculated-area .sum span {
    font-size: 18px;
  }

  .calculator-wrapper .calculated-area .sum p {
    font-size: 40px;
    margin: 0;
  }

  .calculator-wrapper .slider-area .slider-controls span,
  .calculator-wrapper .slider-area .slider-numbers span {
    font-size: 12px;
  }

  .calculator-wrapper .slider-area .slider-controls p,
  .calculator-wrapper .slider-area .slider-numbers p {
    font-size: 14px;
  }

  .buy-area-container {
    margin-bottom: 100px;
  }

  .modal-container {
    padding: 15px;
    overflow-y: scroll;
    align-items: flex-start;
  }

  .modal-container .modal-content {
    padding: 40px 20px;
    margin-top: 0;
  }

  .modal-container .modal-content .modal-label {
    font-size: 33px;
  }

  .modal-container .modal-content .modal-label img {
    height: 44px;
  }

  .modal-container .modal-content .numbers > div {
    padding: 0;
    border: unset;
  }

  .modal-container .modal-content .numbers span {
    font-size: 18px;
  }

  .modal-container .modal-content .numbers p {
    font-size: 20px;
  }

  .modal-container .copy-inputs .field input,
  .modal-container .purchase-form .currency-dropdown select,
  .modal-container .purchase-form .amount-input input,
  .modal-container .modal-content .input-w-button input,
  .modal-container .modal-content .input-w-button button,
  .modal-container .modal-content .buttons a {
    font-size: 18px;
    height: 55px;
  }

  .modal-container .copy-inputs .field input {
    padding-right: 60px;
  }

  .modal-container .modal-content .input-w-button {
    justify-content: center;
    gap: 10px;
  }

  .modal-container .modal-content .desc {
    font-size: 17px;
    line-height: 20px;
  }

  .modal-container .modal-content .close {
    right: 15px;
    top: 15px;
  }

  .modal-container .modal-character {
    max-height: 260px;
  }

  .modal-container .purchase-form .label {
    font-size: 16px;
  }

  .modal-container .purchase-form .amount-input span {
    font-size: 18px;
  }

  .modal-container .will-get span {
    font-size: 18px;
  }

  .modal-container .will-get span.value {
    font-size: 36px;
  }

  .modal-container .notes {
    font-size: 14px;
  }

  .modal-container .notes p {
    margin-top: 10px;
  }

  .modal-container .notes p:first-child {
    margin-top: 0;
  }

  .modal-container .order-status {
    font-size: 18px;
    gap: 10px;
  }

  .modal-container .order-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-container .scan-area {
    display: block;
    margin: 20px 0;
  }

  .modal-container .scan-area .qr-wrap {
    margin: 0 auto 20px;
  }

  .modal-container .scan-area .qr-desc {
    text-align: center;
  }

  .modal-container .scan-area .qr-desc .label {
    font-size: 20px;
  }

  .modal-container .scan-area .qr-desc p {
    font-size: 18px;
  }

  .modal-container .send-amount {
    font-size: 14px;
  }

  .modal-container .send-amount strong {
    font-size: 20px;
  }

  .modal-container .badges {
    gap: 10px;
    margin-top: 20px;
  }

  .modal-container .badges span {
    height: 35px;
    font-size: 14px;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-container .badges span img {
    height: 16px;
  }

  .modal-container .modal-content .buttons.mt {
    margin-top: 20px;
  }
}

.slick-dots {
  position: static;
  margin-top: 10px;
}
.slick-dots li button::before {
  display: none;
}

.slick-dots li {
  margin: 0 0px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #000;
}

div[lang="ar"] {
  direction: rtl;
}

