.Nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
  pointer-events: none;
  position: fixed;
  top: 10px;
  z-index: 99;
}
@media (max-width: 700px) {
  .Nav {
    flex-wrap: wrap;
    gap: 5px;
    top: 10px;
  }
}
.NavBtn {
  border-radius: 34px;
  background-color: #0e161a;
  padding: 10px 35px;
  cursor: pointer;
  border: 1px solid #1c2e38;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: ModakReg;
  text-transform: uppercase;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 0.5s, border 0.5s;
  pointer-events: all;
}
@media (max-width: 1070px) {
  .NavBtn {
    font-size: 17px;
    padding: 10px 28px;
  }
}
@media (max-width: 700px) {
  .NavBtn {
    padding: 0 8px;
  }
}
.NavBtn_text {
  text-align: center;
  transition: color 0.2s 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: ModakReg;
  font-size: 24px;
  position: relative;
  z-index: 10;
}
@media (max-width: 700px) {
  .NavBtn_text {
    font-size: 3vw !important;
  }
}
@media (max-width: 400px) {
  .NavBtn_text {
    font-size: 2.8vw !important;
  }
}
.NavBtn_anim {
  width: 100% !important;
}
.NavBtn_anim_black {
  min-width: 100%;
  min-height: 50px;
  border-radius: 34px;
  background: #6a6a6a;
  transform: translateY(30px) scale(0.5);
  transition: transform 0.5s;
}
.NavBtn_anim_black_1 {
  background-color: #eb844c;
}
.NavBtn_anim_black_2 {
  background-color: #287e9f;
}
.NavBtn_anim_black_3 {
  background-color: #db665c;
}
.NavBtn_anim_black_4 {
  background-color: #7459df;
}
.NavBtn_anim_white {
  min-width: 100%;
  min-height: 50px;
  border-radius: 34px;
  background: #fff;
  transform: translateY(30px) scale(0.5);
  transition: transform 0.5s 0.2s;
}
.NavBtn_anim_white_1 {
  background-color: #eb844c;
}
.NavBtn_anim_white_2 {
  background-color: #287e9f;
}
.NavBtn_anim_white_3 {
  background-color: #db665c;
}
.NavBtn_anim_white_4 {
  background-color: #7459df;
}
.NavBtn:hover .NavBtn_text,
.NavBtn_activated .NavBtn_text {
  color: #000;
}
.NavBtn:hover .NavBtn_anim_black,
.NavBtn_activated .NavBtn_anim_black,
.NavBtn:hover .NavBtn_anim_white,
.NavBtn_activated .NavBtn_anim_white {
  transform: translateY(-20px) scale(1.9);
}
.NavBtn_1 {
  background-color: #eb844c;
  border: 1px solid #fca86d;
}
.NavBtn_2 {
  background-color: #287e9f;
  border: 1px solid #52bbe3;
}
.NavBtn_3 {
  background-color: #db665c;
  border: 1px solid #ff8d83;
}
.NavBtn_4 {
  background-color: #7459df;
  border: 1px solid #8385ff;
}
.About {
  width: 100%;
  background: url(/img/paws.png),
    linear-gradient(to bottom, #fba66ccc, #b86851cc 48%, #064359cc);
  background-position: center;
  background-size: 100px, auto;
  background-repeat: repeat;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media (max-width: 800px) {
  .About {
    padding-bottom: 40px;
  }
}
.About__paper {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .About__paper {
    margin-top: 40px;
  }
}
.About__paper img {
  width: 50vw;
  min-width: 350px;
}
@media (max-width: 700px) {
  .About__paper img {
    width: 90%;
  }
}
.About__nav {
  width: 100%;
  margin-top: 50px;
}
.About__slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (max-width: 700px) {
  .About__slider {
    flex-wrap: wrap;
  }
}
.About__slider_wrapper {
  margin: 0 auto;
  min-height: 300vh;
}
@media (max-width: 700px) {
  .About__slider_wrapper {
    min-height: auto;
    min-height: 2400px;
    margin-top: 60px;
  }
}
.AboutSliderItem {
  min-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  .AboutSliderItem {
    min-width: 90vw;
  }
}
.AboutSliderItem_wrapper {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
    filter 0.5s ease-in-out;
}
@media (max-width: 700px) {
  .AboutSliderItem_wrapper {
    width: 400px !important;
    height: 600px !important;
  }
}
.AboutSliderItem__img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.AboutSliderItem__img_wrapper {
  border-radius: 28px;
  background-color: #000;
  min-width: 100%;
  padding: 5px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 350px;
  max-width: 400px;
}
@media (max-width: 700px) {
  .AboutSliderItem__img_wrapper {
    min-height: 250px;
    max-width: 300px !important;
    min-width: 300px;
    align-items: start !important;
  }
}
.AboutSliderItem__title {
  bottom: 30px;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  background-color: #0e161a;
  border-radius: 50px;
  border: 1px solid #1b2a32;
  min-height: 85px;
  padding: 3px;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .AboutSliderItem__title {
    min-height: 60px;
    width: 300px !important;
  }
}
.AboutSliderItem__title_index {
  background-color: #eb844c;
  border-radius: 50px;
  border: 1px solid #fca86d;
  min-height: 75px;
  min-width: 75px;
  max-height: 75px;
  max-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ModakReg;
  font-size: 71px;
  padding-top: 10px;
  padding-right: 2px;
}
@media (max-width: 700px) {
  .AboutSliderItem__title_index {
    min-height: 54px;
    min-width: 54px;
    max-height: 54px;
    max-width: 54px;
    font-size: 56px;
  }
}
.AboutSliderItem__title_title {
  font-family: ModakReg;
  font-size: 50px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
}
@media (max-width: 1600px) {
  .AboutSliderItem__title_title {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .AboutSliderItem__title_title {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .AboutSliderItem__title_title {
    font-size: 30px;
  }
}
.AboutSliderItem__title_title_1,
.AboutSliderItem__title_title_3 {
  font-size: 28px;
}
@media (max-width: 700px) {
  .AboutSliderItem__title_title_1,
  .AboutSliderItem__title_title_3 {
    font-size: 25px;
  }
}
.AboutSliderItem__description {
  width: 100%;
  font-family: shantel;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 700px) {
  .AboutSliderItem__description {
    font-size: 20px;
  }
}
.img1 {
  position: relative;
  width: 400px;
  top: -50px;
}
@media (max-width: 700px) {
  .img1 {
    width: 300px;
    top: -40px;
  }
}
.img2 {
  width: 500px;
  position: relative;
  top: -100px;
}
@media (max-width: 700px) {
  .img2 {
    width: 350px;
    top: -80px;
  }
}
.img3 {
  position: relative;
  top: -60px;
  width: 430px;
}
@media (max-width: 700px) {
  .img3 {
    width: 320px;
    top: -60px;
  }
}
.img4 {
  width: 460px;
  top: -70px;
  position: relative;
}
@media (max-width: 700px) {
  .img4 {
    width: 320px;
    top: -60px;
  }
}
.Tokenomics {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vw;
  max-height: 800px;
}
.Tokenomics img {
  width: 130vw;
  max-width: 1200px;
}
.Footer {
  width: 100%;
  background-image: url(/img/dots.png);
  background-color: #000;
  padding: 60px 10px;
}
.Footer__links {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 820px) {
  .Footer__links {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.Footer__links_item {
  font-family: ModakReg;
  font-size: 48px;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .Footer__links_item {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .Footer__links_item {
    font-size: 20px;
  }
}
.Footer__links_item:hover {
  color: #eb844c;
}
.MediaLinks {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.MediaLinks a {
  cursor: pointer;
  transition: transform 0.3s;
  will-change: transform;
}
.MediaLinks a:hover {
  transform: scale(1.1) !important;
}
.MediaLinks img {
  width: 35px;
  cursor: pointer;
  max-width: 50px;
}
@media (max-width: 500px) {
  .MediaLinks img {
    max-width: 20px;
  }
}
.MediaLinks_large {
  gap: 45px;
}
.MediaLinks_large img {
  width: 70px;
  cursor: pointer;
  max-width: 50px;
}
@media (max-width: 500px) {
  .MediaLinks_large img {
    max-width: 50px;
  }
}
.Gallery {
  width: 100% !important;
  display: flex;
  justify-content: center !important;
  background-color: #000;
  border-radius: 30px 30px 0 0;
  flex-wrap: wrap;
  gap: 100px;
  padding-bottom: 100px;
  padding-top: 60px;
  position: relative;
  top: -30px;
}
@media (max-width: 600px) {
  .Gallery {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 40px;
  }
}
.Gallery__nav {
  width: 100%;
  margin-top: 20px;
}
.Gallery__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 14px;
}
@media (max-width: 900px) {
  .Gallery__items {
    column-gap: 16px;
    row-gap: 8px;
  }
}
@media (max-width: 700px) {
  .Gallery__items {
    row-gap: 10px;
  }
}
@media (max-width: 700px) {
  .Gallery__items_element:nth-child(2n) {
    display: none;
  }
}
.Gallery__items_element_large {
  width: 500px;
  height: 500px;
}
@media (max-width: 1600px) {
  .Gallery__items_element_large {
    width: calc(33vw - 50px);
    height: 33vw;
  }
}
@media (max-width: 900px) {
  .Gallery__items_element_large {
    width: calc(33vw - 16px);
  }
}
@media (max-width: 700px) {
  .Gallery__items_element_large {
    width: 95%;
    height: 90vw;
  }
}
.Gallery__items_element_small {
  width: 366px;
  height: 366px;
}
@media (max-width: 1600px) {
  .Gallery__items_element_small {
    width: calc(25vw - 50px);
    height: 25vw;
  }
}
@media (max-width: 900px) {
  .Gallery__items_element_small {
    width: calc(25vw - 16px);
  }
}
@media (max-width: 700px) {
  .Gallery__items_element_small {
    width: 95%;
    height: 90vw;
  }
}
.Gallery__items img {
  border-radius: 28px;
  cursor: pointer;
  object-fit: cover;
}
@media (max-width: 800px) {
  .Gallery__items img {
    border-radius: 15px;
  }
}
@media (max-width: 500px) {
  .Gallery__items img {
    border-radius: 7px;
  }
}
.Gallery__items_delimeter {
  width: 100%;
}
.Gallery_viewer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}
@media (max-width: 700px) {
  .Gallery_viewer {
    display: none;
  }
}
.Viewer {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #00000080;
}
.Viewer_cross_wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.Viewer_cross {
  background-color: #db665c;
  border-radius: 50px;
  padding: 15px 20px;
  font-family: ModakReg;
  position: relative;
  top: 50px;
  cursor: pointer;
  z-index: 3;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1000px) {
  .Viewer_cross {
    padding: 10px;
  }
}
.Viewer_cross img {
  transition: filter 0.3s;
}
@media (max-width: 1000px) {
  .Viewer_cross img {
    width: 12px;
    height: 12px;
  }
}
.Viewer_cross:hover img {
  filter: invert(1);
}
.Viewer_scale {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}
.Viewer_scale_download {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fca86d;
  border-radius: 50px;
  border: 1px solid #fca86d;
  font-family: ModakReg;
  font-size: 24px;
  padding: 10px;
  transition: color 0.3s;
  cursor: pointer;
  position: relative;
  top: 50px;
  right: 50px;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1000px) {
  .Viewer_scale_download {
    font-size: 12px;
    padding: 3px 5px;
    width: 100%;
  }
}
.Viewer_scale_download:hover {
  color: #090909;
}
.Viewer_scale_wrapper {
  position: relative;
  bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  right: 50px;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .Viewer_scale_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .Viewer_scale_wrapper {
    flex-direction: row;
    right: 170px;
  }
}
@media (max-width: 450px) {
  .Viewer_scale_wrapper {
    right: 150px;
  }
}
@media (max-width: 390px) {
  .Viewer_scale_wrapper {
    right: 100px;
  }
}
.Viewer_scale_btn {
  width: 70px;
  height: 70px;
  background-color: #287e9f;
  border-radius: 50px;
  border: 1px solid #52bbe3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 1000px) {
  .Viewer_scale_btn {
    width: 50%;
    height: 20px;
    width: 20px;
  }
}
.Viewer_scale_btn img {
  transition: filter 0.3s;
}
@media (max-width: 1000px) {
  .Viewer_scale_btn img {
    height: 12px;
    width: 12px;
  }
}
.Viewer_scale_btn:hover img {
  filter: invert(1);
}
.Viewer_content {
  left: 50px;
}
@media (max-width: 900px) {
  .Viewer_content {
    left: 0;
  }
}
@media (max-width: 800px) {
  .Viewer_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw !important;
    left: 20px;
  }
}
@media (max-width: 650px) {
  .Viewer_content {
    left: 40px;
  }
}
.Viewer_content img {
  border-radius: 20px;
  box-shadow: 10px 10px 20px #000000b3;
  user-drag: none;
  -webkit-user-drag: none;
}
@media (max-width: 800px) {
  .Viewer_content img {
    width: 100%;
  }
}
.Header {
  position: absolute;
  width: 100%;
}
@media (max-width: 700px) {
  .Header {
    top: 30px;
  }
}
.Header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .Header .container {
    flex-wrap: wrap;
  }
}
.Header__logo {
  display: flex;
  align-items: center;
  max-height: 50px;
}
.Header__logo img {
  max-width: 150px;
}
@media (max-width: 500px) {
  .Header__logo img {
    max-width: 120px;
  }
}
@media (max-width: 900px) {
  .Header__nav {
    order: 10;
  }
}
.Header__nav_mob {
  display: none;
}
@media (max-width: 900px) {
  .Header__nav_mob {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.Hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 20px;
  flex-wrap: wrap;
  min-height: 100vh;
}
@media (max-height: 800px) {
  .Hero {
    padding-top: 200px;
  }
}
@media (max-width: 700px) {
  .Hero {
    padding-top: 100px !important;
  }
}
.Hero_video {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100vh;
}
@media (max-aspect-ratio: 1/1) {
  .Hero_video {
    align-items: center;
  }
}
.Hero_video video,
.Hero_video img {
  object-fit: cover;
  min-height: 100vh;
  min-width: 100vw;
}
.Hero__title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .Hero__title {
    margin-bottom: 0;
    position: relative;
    top: -90px;
  }
}
.Hero__title_text {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.Hero__title_text span {
  font-family: ModakReg;
  color: #eb844c;
  font-size: 100px;
  line-height: 120px;
}
@media (max-width: 1400px) {
  .Hero__title_text span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 920px) {
  .Hero__title_text span {
    font-size: 44px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .Hero__title_text span {
    font-size: 32px;
    line-height: 40px;
  }
}
.Hero__title_text_img {
  display: inline-flex !important;
  top: -20px;
  left: -20px;
}
@media (max-width: 768px) {
  .Hero__title_text_img {
    left: -15px;
    top: -15px;
  }
}
.Hero__title_text_img img {
  width: 200px;
  max-height: 150px;
}
@media (max-width: 1400px) {
  .Hero__title_text_img img {
    width: 150px;
    max-height: 100px;
  }
}
@media (max-width: 920px) {
  .Hero__title_text_img img {
    width: 75px;
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  .Hero__title_text_img img {
    width: 40px;
    max-height: 25px;
  }
}
.Partners {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 200px;
  margin-top: 120px;
}
@media (max-width: 800px) {
  .Partners {
    padding-bottom: 100px;
  }
}
.Partners_title {
  width: 100%;
  text-align: center;
  font-family: ModakReg;
  font-size: 32px;
  color: #ffffff80;
}
@media (max-width: 400px) {
  .Partners_title {
    font-size: 28px;
  }
}
.Partners_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 700px) {
  .Partners_img {
    flex-wrap: wrap;
  }
  .Partners_img img {
    width: 200px;
  }
}
.Partners_img img {
  width: 300px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
  box-sizing: border-box;
  color: #fff;
  font-family: Poppins;
}
.dnone {
  display: none;
}
a {
  text-decoration: none;
}
.free_img {
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html {
  scroll-behavior: smooth;
  scrollbar-color: #eb844c #000;
  scrollbar-width: thin;
  overflow-x: hidden;
}
body {
  background-color: #000;
  overflow-x: hidden;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
img {
  -webkit-user-select: none;
  user-select: none;
}
.App_noise {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/img/noise.webp);
  opacity: 0.15;
  pointer-events: none;
}
@font-face {
  font-family: ModakReg;
  src: url(/fonts/Modak-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SF;
  src: url(/fonts/SF.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: shantel;
  src: url(/fonts/shantel.ttf);
  font-weight: 400;
  font-style: normal;
}
.shantel {
  font-family: shantel;
}
