@font-face {
  font-family: "Comic Kings";
  src: url("../font/comic/ComicKings.eot");
  src: url("../font/comic/ComicKings.eot?#iefix") format("embedded-opentype"),
    url("../font/comic/ComicKings.woff2") format("woff2"), url("../font/comic/ComicKings.woff") format("woff"),
    url("../font/comic/ComicKings.ttf") format("truetype"), url("../font/comic/ComicKings.svg#ComicKings") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Berlin Sans FB Demi";
  src: url("../font/berlin/BerlinSansFBDemi-Bold.eot");
  src: url("../font/berlin/BerlinSansFBDemi-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/berlin/BerlinSansFBDemi-Bold.woff2") format("woff2"),
    url("../font/berlin/BerlinSansFBDemi-Bold.woff") format("woff"),
    url("../font/berlin/BerlinSansFBDemi-Bold.ttf") format("truetype"),
    url("../font/berlin/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
  line-height: 1;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  background-color: #050750;
  overflow: hidden;
}

.container-fluid {
  padding: 0 56px;
  max-width: 1920px;
}

header {
  background-color: #050750;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

header .navbar {
  padding: 15px 20px;
}

header .navbar .nav-item {
  margin: 0;
  position: relative;
  padding: 0 16px;
}

header .toggle-content {
  display: flex;
  align-items: center;
  width: 100%;
}

header .navbar .nav-link {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  padding: 0 !important;
}

header .navbar .nav-link:hover {
  background: linear-gradient(6deg, #0bb1eb 32.22%, #fff 69.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .star-text span {
  color: rgba(15, 23, 39, 0.65);
  transition: color 0.25s;
  font-size: 16px;
}

header .star-text .fa-star {
  color: rgba(7, 36, 86, 0.25);
  transition: color 0.25s;
  margin-right: 5px;
}

header .star-text a:hover .fa-star {
  color: #00876f;
}

header .star-text a:hover span {
  color: #00876f;
}

header .navbar .nav-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding-left: 75px;
}

header .navbar .nav-icons li a {
  background-color: #fff;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
}

header .navbar .nav-icons li a:hover {
  background-color: #0080db;
}

header .navbar .nav-icons li a:hover img {
  filter: brightness(0) invert(1);
}

header .navbar .nav-icons li:last-child a {
  border-radius: 15px;
}

.hero {
  background: url(../images/hero.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 150px 0 260px 0;
}

.hero .riku-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.hero .riku-box .hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.hero .riku-box .hero-btns a {
  background: url(../images/btn-bg.svg) center no-repeat;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 105px;
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #050750;
  font-family: "Comic Kings";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease-in-out 0.3s;
}

.hero .riku-box .hero-btns a:hover {
  color: #050750;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}

.flight {
  background: url(../images/bg-grad.png) no-repeat right;
  background-size: contain;
  width: 100%;
  padding: 100px 0 30px 0;
}

.flight .flight-text h4 {
  color: #fff;
  font-family: "Comic Kings";
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 88px;
}

.flight .flight-text h5 {
  color: #fff;
  font-family: "Berlin Sans FB Demi", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  padding: 35px 0 20px 0;
}

.flight .flight-text p {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

.token {
  padding: 60px 0;
}

.token .token-content {
  position: relative;
  background: url(../images/token-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
}

.token .token-content .value-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 180px 0 180px 0;
}

.main-heading {
  background: linear-gradient(0deg, #0bb1eb 32.22%, #fff 69.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 15;
  -webkit-text-stroke-color: #050750;
  font-family: "Comic Kings";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  font-family: "Comic Kings";
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.token .center-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.token .token-content .first-value h5 {
  padding-left: 0;
}

.token .token-content .value {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 100px;
  align-items: flex-end;
}

.token .token-content .last-value {
  align-items: flex-start;
}

.token .token-content .last-value h4,
h5 {
  padding-left: 100px;
}

.token .token-content h5 {
  padding-top: 15 px;
}

.token .token-content .first-num h4 {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.08px;
}

.token .token-content .value img {
  margin-top: -50px;
}

.token .token-content .value h5 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.part-content {
  background: url(../images/part-bg.png) no-repeat top;
  background-size: cover;
  width: 100%;
  margin-top: 50px;
}

.part .card-box {
  background: url(../images/card-img.png) no-repeat center;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  padding: 0 13px 46px 30px;
}


.part .cards-content .first-box img {
  margin: -20px 0 0 -59px;
}

.part .cards-content {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 0;
  grid-gap: 4px;
}

.part .card-new {
  padding-left: 60px;
}

.part .card-box img {
  margin: -20px 0 0 -59px;
}

.part .card-box h4 {
  color: #fff;
  font-family: "Comic Kings";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.2px;
  padding-top: 35px;
}

.part .card-box ul {
  padding: 0px 8px 0 50px;
}

.part .card-box ul li {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  margin-top: 15px;
}

.part .card-box ul li::after {
  position: absolute;
  content: "";
  background-color: #00003c;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  left: -40px;
  top: 10px;
}

.join {
  background: url(../images/join.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 400px 0 120px 0;
  margin-top: -150px;
}

.join .join-box {
  background: url(../images/join-box.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  height: 665px;
  padding: 60px 0 60px 40px;
  position: relative;
  z-index: 1;
}

.join .join-box::after {
  position: absolute;
  content: "";
  background: url(../images/dragon.svg) center no-repeat;
  background-size: contain;
  right: -20px;
  top: -70px;
  width: 680px;
  height: 720px;
  z-index: -1;
}

.join .join-box .join-text {
  max-width: 880px;
}

.join .join-box h4 {
  color: #fff;
  font-family: "Comic Kings";
  font-size: 132px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.join .join-box p {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 10px 0 25px 0;
}

.riku-box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-shadow: 0px 0px 2px black;
  text-align: center;
  margin-bottom: 10px;
      word-break: break-word;
    line-height: 1.5;
}

.join .join-box .join-btn {
  background: url(../images/btn-bg.svg) no-repeat center;
  background-size: contain;
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #050750;
  font-family: "Comic Kings";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease-in-out 0.3s;
}

.join .join-box .join-btn:hover {
  color: #050750;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}

footer {
  padding: 50px 0;
}

footer .font-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

footer .font-links ul li a img {
  max-height: 30px;
}

footer .foot-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

footer .font-links ul li a {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
}

footer .font-links ul li a:hover {
  background-color: #009aff;
}

footer .font-links ul li a:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

footer .font-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

footer .font-links p {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}