:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #000;
}

.section_hero {
  background-color: #06031e;
  background-image: radial-gradient(circle at 100% 0, #0c0068, #06031e 68%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block {
  background-image: radial-gradient(circle farthest-side at 100% 0, #2d00aa, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 50;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header_left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.play_button {
  color: #496aff;
  background-color: #0000;
  background-image: linear-gradient(-45deg, #06031e, #11037b);
  border: 2px solid #1a0c86;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin-left: 10px;
  padding: 0;
  font-family: Bigmacca, sans-serif;
  display: flex;
}

.play_button:hover {
  color: #fd3c72;
  border-color: #438bff;
}

.logo_header {
  background-color: #090145;
  width: 45px;
  height: 45px;
  margin-right: 25px;
}

.menu_link {
  color: #3e55d9;
  background-color: #0000;
  margin-right: 25px;
  padding: 0;
  font-family: Bigmacca, sans-serif;
}

.menu_link:hover {
  color: #fd3c72;
}

.button_scroll {
  z-index: 10;
  background-image: linear-gradient(45deg, #07032a80, #11047980);
  border: 2px solid #1a0c86;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
  position: absolute;
  inset: auto auto 0%;
}

.section_about {
  background-color: #010009;
  background-image: linear-gradient(#000, #0a024c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.separator_1 {
  background-color: #070135;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block_partner_in {
  background-color: #020015;
  justify-content: flex-start;
  align-items: center;
  width: 200vw;
  height: 100%;
  display: flex;
}

.h1 {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4231c7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #06031e, #0b0061);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bigmacca, sans-serif;
  font-size: 75px;
  line-height: 65px;
  position: relative;
}

.question_mark {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.h2 {
  color: #e01469;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 35px;
  line-height: 35px;
  position: relative;
}

.separator_h1 {
  background-color: #0a005a;
  width: 350px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}

.block_about_video {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(45deg, #03011780, #07013680);
  border: 2px solid #24187c;
  border-radius: 20px;
  width: 800px;
  height: 450px;
  margin-top: 50px;
  padding: 15px;
  position: relative;
}

.video_in {
  background-color: #010010;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.about_video {
  background-color: #060132;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.hexa_bg {
  opacity: .55;
  background-image: url('../images/hexa_bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-attachment: scroll;
  height: 350px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.section_unleash {
  background-color: #010009;
  background-image: linear-gradient(#0a024c, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.block_question {
  background-color: #02000e;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.block_unleash {
  background-image: linear-gradient(45deg, #03011780, #07013680);
  border: 2px solid #3131db;
  border-bottom-style: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 25px 15px;
  display: flex;
}

.question_anim {
  z-index: 2;
  mix-blend-mode: screen;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.block_unleash_icons {
  background-color: #04011d;
  border: 2px solid #3131db;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px;
  position: relative;
}

.nft_block_in {
  background-color: #03002d;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.block_icons_unleash {
  background-color: #001;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.block_icon {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.shield {
  width: 100%;
  height: 100%;
}

.unleash_powers {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1070.4px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.unleash_description {
  background-color: #03002d;
  border: 2px solid #3131db;
  border-top-style: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 70%;
  height: 200px;
  padding: 0 15px 15px;
}

.unleash_in {
  background-color: #001;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.para_unleash {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.paragraph {
  color: #3042aa;
  text-align: center;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.section_nft {
  background-color: #010009;
  background-image: linear-gradient(#000, #0a024c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.nft_para {
  background-color: #04011d;
  border: 2px solid #3131db;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px;
  position: relative;
}

.nft_para_block {
  background-color: #03002d;
  border-radius: 20px;
  width: 900px;
  height: 100%;
  margin-top: 25px;
  padding: 15px;
  position: relative;
}

.para {
  color: #3042aa;
  text-align: center;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.nft_block {
  background-color: #04011d;
  border: 2px solid #3131db;
  border-radius: 20px;
  width: 430px;
  height: 450px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  position: relative;
}

.nft_details {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.nft_part {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.nft_title {
  cursor: pointer;
  background-color: #00002b;
  background-image: linear-gradient(-45deg, #090245, #020018);
  border: 2px solid #0c035e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: flex;
}

.nft_title:hover {
  border-color: #ff0074;
}

.nft_description {
  background-color: #00002b;
  border: 2px solid #0c035e;
  border-radius: 20px;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nft_block_pic {
  background-color: #02001c;
  border: 2px solid #0f0f6c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.block_nft_pic {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_tokenomics {
  background-color: #010009;
  background-image: linear-gradient(#0a024c, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.block_tokenomics {
  background-color: #0000;
  border: 2px #3131db;
  border-radius: 20px;
  width: 450px;
  height: auto;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.tokenomics_details {
  background-color: #04011d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.tokenomics_data {
  background-color: #00002b;
  background-image: linear-gradient(-45deg, #090245, #020018);
  border: 2px solid #0c035e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tokenomics_title {
  color: #3d2ae9;
  font-family: Bigmacca, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.tokenomics_number {
  color: #e01469;
  text-align: right;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.section_roadmap {
  background-color: #010009;
  background-image: linear-gradient(#000, #0a024c);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.block_roadmap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.roadmap_block_step {
  width: 900px;
}

.roadmap_block {
  background-color: #04011d;
  border: 2px solid #3131db;
  border-radius: 20px;
  width: 400px;
  height: auto;
  padding: 15px;
}

.roadmap_list {
  background-color: #03002d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.rodamap_title {
  background-color: #01000e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 3px;
  display: flex;
}

.roadmap_title {
  color: #3d2ae9;
  text-align: center;
  margin-bottom: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.roadmap_h {
  color: #ff2e6a;
  font-family: Bigmacca, sans-serif;
  font-size: 25px;
  line-height: 20px;
}

.roadmap_left {
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.roadmap_right {
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.roadmap_line {
  background-image: linear-gradient(#050032, #0b005d);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 3px;
  height: 100%;
  display: flex;
  position: absolute;
}

.roadmap_point {
  background-color: #1b0c89;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-9px);
}

.section_team {
  background-color: #010009;
  background-image: linear-gradient(#0a024c, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.block_partner {
  background-color: #070135;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.team_main {
  background-color: #04011d;
  border: 2px solid #3131db;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 450px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
  position: relative;
}

.team_main.ceo {
  display: none;
}

.team_main_in {
  background-color: #03002d;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.team_main_in_in {
  background-color: #02001c;
  border: 2px solid #0f0f6c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.team_main_pic {
  background-color: #000;
  border: 2px solid #0c37d2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.block_main_team {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.team_main_description {
  background-image: linear-gradient(-45deg, #07032a, #0b005a);
  border-top: 2px solid #1b0d83;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  height: 135px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-2 {
  color: #4430ef;
  text-align: center;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-5 {
  background-color: #070035;
  border: 2px solid #0f0f6c;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: -6% auto auto;
}

.team_h {
  color: #ff3b80;
  margin-bottom: 5px;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.team_title {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.block_team_2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.team_2_block {
  background-color: #02001c;
  border: 2px solid #0f0f6c;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin: 25px 10px;
  padding: 30px;
  display: flex;
  position: relative;
}

.pic, .pic_2 {
  border-radius: 20px;
  width: 80%;
  margin-bottom: 25px;
}

._1 {
  border-radius: 20px;
  width: 90%;
}

.team_2_in {
  background-color: #090334;
  border: 2px solid #144d91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-6 {
  background-image: linear-gradient(-45deg, #0a0051, #08032d);
  border-top: 2px solid #1b0d83;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-3 {
  color: #412ede;
  text-align: center;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.name_2 {
  background-color: #070035;
  border: 2px solid #0f0f6c;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: -7% auto auto;
}

.team_h2 {
  color: #ff3b80;
  margin-bottom: 5px;
  margin-right: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.team_title2 {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.block_team_3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.team_3_in {
  background-color: #090334;
  border: 2px solid #144d91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rocket, .bomb, .boost, .missile {
  width: 100%;
  height: 100%;
  position: relative;
}

.blurred_title {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
  position: absolute;
  inset: auto;
}

.blurred_title:hover {
  opacity: 1;
}

.hgold {
  pointer-events: none;
  color: #ffe188;
  text-align: center;
  font-family: Bigmacca, sans-serif;
  font-size: 20px;
}

.hnft {
  pointer-events: none;
  color: #ff0074;
  text-align: center;
  margin-top: 5px;
  font-family: Bigmacca, sans-serif;
  font-size: 20px;
}

.h2_nft {
  color: #4343ea;
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  line-height: 25px;
  position: static;
}

.nft1 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nft_des_1, .nft_des_2 {
  background-color: #00002b;
  border: 2px solid #0c035e;
  border-radius: 20px;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.nft_2 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.nft_des_3, .nft_des_4 {
  background-color: #00002b;
  border: 2px solid #0c035e;
  border-radius: 20px;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.nft_des_5 {
  background-color: #00002b;
  border: 2px solid #0c035e;
  border-radius: 20px;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nft_3, .nft_4, .nft_5 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.section_join {
  background-color: #010009;
  background-image: linear-gradient(#000, #0a024c 29%, #000 72%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo_footer {
  width: 70%;
  position: relative;
}

.separator_footer {
  background-color: #0000;
  background-image: linear-gradient(270deg, #0000, #113095 50%, #0000);
  width: 500px;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_footer {
  color: #496aff;
  background-color: #0000;
  background-image: linear-gradient(-45deg, #06031e, #11037b);
  border: 2px solid #1a0c86;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 0;
  font-family: Bigmacca, sans-serif;
  display: flex;
}

.button_footer:hover {
  color: #fd3c72;
  border-color: #438bff;
}

.section_carrousel_images {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300vw;
  height: 650px;
  display: flex;
  position: relative;
  left: auto;
  overflow: hidden;
}

.c {
  background-color: #071424;
  background-image: url('../images/c-6.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 100%;
  margin: 0 7.5px;
}

.c.c1 {
  background-image: url('../images/c-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c.c3 {
  background-image: url('../images/c-2.png');
  background-position: 50%;
  background-size: cover;
}

.c.c5 {
  background-image: url('../images/c-8.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c.c6 {
  background-image: url('../images/c-5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c.c8 {
  background-image: url('../images/c-10.png');
  background-position: 50%;
}

.c.c10 {
  background-image: url('../images/c-12.png');
  background-position: 50%;
}

.c.c11 {
  background-image: url('../images/c-11.png');
  background-position: 50%;
}

.div-block-9 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 7.5px 0;
  display: flex;
}

.c-2 {
  background-color: #071424;
  width: 40%;
  height: 100%;
  margin: 0 7.5px;
}

.c-2.c2 {
  background-image: url('../images/c-3.png');
  background-position: 50%;
  background-size: cover;
}

.c-2.c4 {
  background-image: url('../images/c-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-2.c8 {
  background-image: url('../images/c-9.png');
  background-position: 50%;
  background-size: cover;
}

.c-2.c9 {
  background-image: url('../images/c-7.png');
  background-position: 50%;
  background-size: cover;
}

.carrousel_1 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero_video {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 30%, #000);
  position: absolute;
  inset: 0%;
}

.hero_vignette {
  z-index: 3;
  background-image: radial-gradient(circle, #0000, #02000e 80%);
  display: none;
  position: absolute;
  inset: 0%;
}

.image {
  z-index: 7;
  width: auto;
  height: 120px;
  margin-top: 130px;
  display: none;
  position: absolute;
  inset: 0% auto auto;
}

.background-video {
  z-index: 10;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-12 {
  z-index: 5;
  background-image: linear-gradient(#000, #0000 25% 75%, #000);
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  z-index: 15;
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.background-video-2 {
  width: 1000px;
  height: 100%;
}

.banner1 {
  background-color: #0a024c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
}

.banner_1_center {
  height: 100%;
}

.banner_1 {
  background-image: url('../images/banner_1.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  flex: auto;
  height: 100%;
}

.div-block-14 {
  background-image: linear-gradient(#000, #0000 29%);
  position: absolute;
  inset: 0%;
}

.header_right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.robot_left {
  z-index: 25;
  mix-blend-mode: screen;
  flex: 0 auto;
  height: 65%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.robot_right {
  z-index: 25;
  opacity: 1;
  mix-blend-mode: screen;
  height: 65%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.scroll_indicator {
  z-index: 30;
  mix-blend-mode: screen;
  background-color: #00144c;
  border: 2px solid #00478d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 145px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.scroll_indicator.right {
  mix-blend-mode: screen;
  margin-left: 0;
  margin-right: 20px;
  left: auto;
  right: 0%;
}

.scroll_arrow {
  width: 65%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.linkdin {
  background-color: #0d2463;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 48%;
  border: 2px solid #91aeff;
  border-radius: 100%;
  width: 45px;
  min-width: 0;
  height: 45px;
  margin: 7px;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.h3 {
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff3683;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #1e030e, #61002f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bigmacca, sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  inset: 0% 10% auto auto;
}

.h3.h3_2 {
  text-align: right;
  left: 13%;
  right: auto;
}

.h3.h3_3 {
  right: 0%;
}

.socials_hero {
  z-index: 50;
  color: #496aff;
  background-color: #0000;
  background-image: linear-gradient(-45deg, #06031e, #11037b);
  border: 2px solid #1a0c86;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin: 15px;
  padding: 0;
  font-family: Bigmacca, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.socials_hero:hover {
  color: #fd3c72;
  border-color: #438bff;
}

.socials_hero.x {
  inset: auto 0% 0% auto;
}

.block_partners {
  background-color: #000922;
  border: 2px solid #18327b;
  border-style: solid none;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

._02 {
  width: 15%;
  margin-left: 0;
  margin-right: 0;
}

._03 {
  width: 15%;
  height: 15%;
  margin-left: 0;
  margin-right: 0;
}

._04 {
  width: 20%;
  height: 20%;
  margin-left: 0;
  margin-right: 0;
}

._05 {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.yahoo, .image-3 {
  width: 15%;
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  width: 15%;
  height: 15%;
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  width: 20%;
  height: 20%;
  margin-left: 0;
  margin-right: 0;
}

.image-6 {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.block_partner_mobile {
  background-color: #070135;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.section_carrousel_images_mobile {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300vw;
  height: 650px;
  display: none;
  position: relative;
  left: auto;
  overflow: hidden;
}

.section_welcome {
  z-index: 1500;
  background-image: linear-gradient(#000, #090248);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.title {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4231c7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #06031e, #0b0061);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bigmacca, sans-serif;
  font-size: 75px;
  line-height: 65px;
  position: relative;
}

.continue {
  z-index: 50;
  color: #496aff;
  background-color: #0000;
  background-image: linear-gradient(-45deg, #06031e, #11037b);
  border: 2px solid #1a0c86;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin: 15px;
  padding: 0;
  font-family: Bigmacca, sans-serif;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.continue:hover {
  color: #fd3c72;
  border-color: #438bff;
}

.continue.x {
  inset: auto 0% 0% auto;
}

.red {
  -webkit-text-stroke-color: #ff4a7d;
}

@media screen and (max-width: 991px) {
  .header_left, .menu_link {
    display: none;
  }

  .block_about_video {
    width: 90%;
  }

  .block_unleash_icons {
    width: 100%;
  }

  .block_icons_unleash {
    flex-flow: wrap;
  }

  .block_icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .unleash_powers {
    width: 90%;
  }

  .unleash_description {
    height: 250px;
  }

  .nft_para_block {
    width: 90%;
  }

  .nft_block {
    margin-top: 25px;
  }

  .nft_part {
    flex-flow: column;
  }

  .block_roadmap {
    width: 90%;
  }

  .roadmap_left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .roadmap_right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .roadmap_line, .roadmap_point {
    display: none;
  }

  .header_right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .robot_left, .robot_right, .h3, .h3.h3_2, .h3.h3_3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .block_partner_in {
    width: 400vw;
    position: relative;
    left: auto;
  }

  .h1 {
    font-size: 43px;
    line-height: 50px;
  }

  .h2 {
    text-align: center;
    font-size: 33px;
    line-height: 33px;
  }

  .block_question {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .block_unleash {
    flex-flow: column;
  }

  .paragraph {
    font-size: 18px;
  }

  .roadmap_title {
    font-size: 16px;
  }

  .block_partner {
    display: none;
  }

  .logo_footer {
    width: 90%;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .button_footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image {
    width: 90%;
    height: auto;
  }

  .h3 {
    font-size: 43px;
    line-height: 50px;
  }

  .socials_hero {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .block_partners._2 {
    justify-content: space-around;
  }

  ._05, .yahoo, .image-3, .image-4, .image-5 {
    width: 35%;
    height: auto;
  }

  .block_partner_mobile {
    display: flex;
    position: static;
    left: -438px;
  }

  .title {
    font-size: 43px;
    line-height: 50px;
  }

  .continue {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .block_partner_in {
    justify-content: flex-start;
    align-items: center;
  }

  .h1 {
    font-size: 33px;
    line-height: 33px;
  }

  .unleash_description {
    width: 90%;
    height: auto;
  }

  .para_unleash {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .para {
    font-size: 16px;
  }

  .nft_block {
    width: 100%;
  }

  .nft_part, .block_tokenomics {
    width: 90%;
  }

  .tokenomics_number {
    text-align: right;
    line-height: 20px;
  }

  .team_main {
    width: 100%;
  }

  .team_main_pic {
    width: 300px;
    height: 300px;
  }

  .block_main_team {
    width: 90%;
  }

  .team_main_description {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .div-block-5 {
    width: 85%;
  }

  .team_2_block {
    width: 95%;
  }

  .team_2_in {
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .block_team_3 {
    width: 100%;
  }

  .section_carrousel_images {
    display: none;
  }

  .c.c3, .c.c5, .c.c6, .c-2.c2, .c-2.c8, .c-2.c9 {
    width: 90%;
  }

  .h3 {
    font-size: 33px;
    line-height: 33px;
  }

  .socials_hero, .socials_hero.x {
    width: 120px;
  }

  .block_partners {
    border-style: solid;
    border-radius: 16px;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
  }

  .block_partners._2 {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-around;
    display: flex;
  }

  ._02, ._03, ._04 {
    width: auto;
    height: 80px;
  }

  ._05, .yahoo, .image-3, .image-4, .image-5 {
    width: 35%;
    height: auto;
  }

  .image-6 {
    width: auto;
    height: 80px;
  }

  .section_carrousel_images_mobile {
    width: 400vw;
    display: flex;
    left: auto;
  }

  .title {
    -webkit-text-stroke-width: 1px;
    font-size: 33px;
    line-height: 33px;
  }
}


@font-face {
  font-family: 'Bigmacca';
  src: url('../fonts/bigmacca.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}