@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lora&display=swap");
.text-white {
  color: #fff;
}
.text-gray-01 {
  color: #aaaaaa;
}
.text-warning-01 {
  color: #f69334;
}
.text-warning-02 {
  color: #c87c20;
}
.text-red-01 {
  color: #f2395a;
}
.text-blue-01 {
  color: #ede9ff;
}
.text-blue-02 {
  color: #9391a8;
}
.text-blue-02-light {
  color: #9e9bbe;
}
.text-blue-06 {
  color: #30368f;
}
.text-green-02 {
  color: #66b686;
}
.text-yellow-01 {
  color: #ead14d;
}
.text-purple-04 {
  color: #a555ed;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

.heading-1 {
  font-size: 3.125rem;
}

.heading-2 {
  font-size: 2.5rem !important;
}

.heading-3 {
  font-size: 1.625rem !important;
}

.ts-subtitle {
  font-size: 1.25rem !important;
  color: #f69334;
  font-family: "Inter", sans-serif;
  letter-spacing: 10%;
}

p,
.body-text {
  font-size: 1rem;
}

.body-text-lg {
  font-size: 1.125rem;
}

.desc-01 {
  font-size: 0.875rem;
}

.desc-02 {
  font-size: 0.75rem;
}

.desc-03 {
  font-size: 0.625rem;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.btn__primary {
  background: rgb(246, 147, 52);
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border: none;
  border-radius: 0;
  padding: 14px 32px 15px;
  color: #1e1d2b;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 300ms ease-in-out;
}
.btn__primary--active {
  box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
}
.btn__primary:hover {
  background: rgb(255, 202, 123);
  background: linear-gradient(45deg, rgb(255, 202, 123) 0%, rgb(255, 233, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffca7b",endColorstr="#ffe9af",GradientType=1);
}
.btn__secondary {
  background: #cee5ff;
  background: linear-gradient(45deg, #ffffff 0%, #cee5ff 100%);
  border: none;
  border-radius: 0;
  padding: 14px 32px 15px;
  color: #1e1d2b;
  font-weight: 600;
  font-size: 0.875rem;
}
.btn__secondary--active {
  box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 122, 47, 0.65);
}
.btn__danger {
  border-radius: 0;
  diplay: flex !important;
  flex-wrap: nowrap;
  height: 45px;
  padding: 0;
}
.btn__danger .text {
  color: white;
  background-color: #f2395a;
  padding: 12px 30px;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .btn__danger .text {
    padding: 12px 15px;
  }
}
.btn__danger span {
  background-color: #f2395a;
  padding: 12px 0;
  height: 100%;
  padding-left: 1.5px;
  margin-right: 2px;
}
.btn__danger span:nth-child(1) {
  padding-left: 2.6px;
  margin-right: 6px;
  position: relative;
}
.btn__danger span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f2395a;
  transform: translate(-50%, -50%);
  border: 2px solid #171721;
}
.btn__danger span:last-child {
  padding-left: 2.6px;
  margin-left: 4px;
  position: relative;
}
.btn__danger span:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f2395a;
  transform: translate(-50%, -50%);
  border: 2px solid #171721;
}
.btn__danger span:nth-child(2) {
  padding-left: 2px;
}
.btn__danger span:nth-child(3) {
  padding-left: 5px;
}
.btn__danger span:nth-child(5) {
  padding-left: 10px;
}
.btn__danger span:nth-child(9) {
  padding-left: 5px;
}
.btn__danger span:nth-child(10) {
  padding-left: 2.4px;
}
.btn__danger span:nth-child(11) {
  margin-right: 4px;
}
.btn--cutted {
  position: relative;
  -webkit-clip-path: polygon(3% 50%, 0 37%, 0 0, 100% 0, 100% 37%, 97% 50%, 100% 63%, 100% 100%, 0 100%, 0 63%);
          clip-path: polygon(3% 50%, 0 37%, 0 0, 100% 0, 100% 37%, 97% 50%, 100% 63%, 100% 100%, 0 100%, 0 63%);
}
.btn__warning {
  background-color: #f69334;
  color: #1e1d2b;
  padding: 3px 8px;
}

.rounded-01 {
  border-radius: 8px;
}

.mw-460 {
  max-width: 460px;
}
.mw-500 {
  max-width: 500px;
}
.mw-530 {
  max-width: 530px;
}
.mw-840 {
  max-width: 840px;
}
.mw-860 {
  max-width: 860px;
}
.mw-1080 {
  max-width: 1080px;
}
.mw-1100 {
  max-width: 1100px;
}
.mw-1200 {
  max-width: 1200px;
}
.mw-1300 {
  max-width: 1300px;
}
.mw-1400 {
  max-width: 1400px;
}
@media (min-width: 992px) {
  .mw-lg-400 {
    max-width: 400px;
  }
  .mw-lg-460 {
    max-width: 460px;
  }
  .mw-lg-480 {
    max-width: 480px;
  }
  .mw-lg-510 {
    max-width: 510px;
  }
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .px-lg-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 3rem;
}
.mb-09 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 4.5rem;
}
.mb-11 {
  margin-bottom: 5.25rem;
}
.mb-12 {
  margin-bottom: 6rem;
}
.mb-13 {
  margin-bottom: 7rem;
}
.mb-14 {
  margin-bottom: 7.75rem;
}
.mb-15 {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 3rem;
  }
  .mb-lg-09 {
    margin-bottom: 4rem;
  }
  .mb-lg-10 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-11 {
    margin-bottom: 5.25rem;
  }
  .mb-lg-12 {
    margin-bottom: 6rem;
  }
  .mb-lg-13 {
    margin-bottom: 7rem;
  }
  .mb-lg-14 {
    margin-bottom: 7.75rem;
  }
  .mb-lg-15 {
    margin-bottom: 9rem;
  }
}

.btn:focus,
button:focus {
  box-shadow: none !important;
}

.btn-lunch {
  text-decoration: none;
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border-radius: 6px;
  padding: 0.625rem;
  color: #1e1d2b;
  display: inline-block;
}
.btn-lunch:hover {
  color: #1e1d2b;
  background: linear-gradient(45deg, rgb(255, 212, 101) 0%, rgb(246, 147, 52) 100%);
}

.navbar {
  max-width: 1300px;
  margin: 0 auto;
}
.navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.navbar-brand {
  width: 90px;
  margin-left: 12px;
}
.navbar-brand img {
  width: 100%;
}
.navbar .nav-link {
  color: #ede9ff !important;
  padding: 8px 12px !important;
  opacity: 1;
}
.navbar .active {
  color: #f69334 !important;
}
.navbar-toggler {
  border: none;
}
.navbar-social-links {
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .navbar {
    background-color: #1e1d2b;
  }
  .navbar-brand {
    width: 55px;
  }
  .navbar-collapse {
    padding: 1.5rem 0 0.75rem;
  }
}

.ts-list {
  list-style: none;
  padding-left: 0;
}
.ts-list li {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 9px;
  text-align: start !important;
}
.ts-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ts-list li::before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #5b62c7;
  border-radius: 50%;
  background-image: url("../assets/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 11px;
}

.section__saperator-01 {
  width: 100%;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.section__saperator-01::before, .section__saperator-01::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #55536a;
}
.section__saperator-01 span {
  height: 1px;
  width: 100%;
  background-color: #55536a;
}

.ts-mint-soon {
  background-color: #1e1d2b;
  color: #fff;
  display: grid;
  place-items: center;
  height: 40px;
  padding: 0;
}
.ts-mint-soon__countdown {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.ts-mint-soon__countdown li {
  color: #ede9ff;
}
.ts-mint-soon__countdown li span {
  margin-right: 3px;
}

.tag {
  transform: rotate(-30deg);
}
.tag--circle {
  background: rgb(246, 147, 52);
  background: linear-gradient(45deg, rgb(246, 147, 52) 0%, rgb(255, 212, 101) 100%);
  border-radius: 50%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  color: #1e1d2a;
}
.tag--circle .tag__title {
  margin-bottom: 0;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  word-spacing: -8px;
}
.tag--circle .tag__multiple {
  font-weight: 500;
}
.tag--circle .tag__subtitle {
  margin-bottom: 0;
  font-weight: 500;
}
.tag--img .tag__title {
  font-size: 21px;
  line-height: 85%;
}
.tag--img .tag__subtitle {
  font-size: 10px;
}
@media (max-width: 575px) {
  .tag {
    width: 90px;
    height: 90px;
  }
  .tag__title {
    font-size: 28px !important;
    line-height: 100%;
  }
  .tag__subtitle {
    font-size: 9px;
  }
  .tag--img img {
    width: 35px;
    margin-bottom: 3px;
  }
  .tag--img .tag__title {
    font-size: 18px !important;
  }
  .tag--img .tag__subtitle {
    font-size: 7px;
  }
}

.footer {
  background-color: #14131e;
  padding: 40px 1.25rem 60px;
}
.footer__body {
  display: flex;
  justify-content: center;
  gap: 5.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .footer__body {
    margin-bottom: 3rem;
  }
}
.footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer__footer {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer__links {
  display: flex;
  gap: 1.5rem;
}
.footer__link {
  text-decoration: none;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .custom-swiper-pagination {
  height: 24px;
}
.swiper .swiper-pagination-bullet {
  border: 2px solid #9e9bbe;
  border-radius: 0;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  border: none;
}
.swiper .swiper-btn {
  width: 13px;
}
@media (min-width: 992px) {
  .swiper .swiper-btn {
    width: 26px;
  }
}
.swiper .swiper-btn img {
  width: 100%;
}
.swiper-btn-next {
  transform: rotate(180deg);
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
}

.ts-join-discord {
  border-radius: 15px;
  background-color: #828af7;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  overflow: hidden;
  padding: 0 18px;
}
@media (min-width: 768px) {
  .ts-join-discord {
    display: grid;
    align-items: end;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 33px;
  }
}
.ts-join-discord__text {
  padding: 33px 0;
}
.ts-join-discord__list li {
  margin-bottom: 0.75rem;
}
.ts-join-discord__list li::before {
  background-color: #5b62c7;
}
.ts-join-discord__img {
  position: relative;
  top: 2px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes particlesAnimation {
  0% {
    transform: translatey(0px);
    opacity: 0;
  }
  10% {
    transform: translatey(-12px);
    opacity: 1;
  }
  100% {
    transform: translatey(-120px);
    opacity: 0;
  }
}
.ts-particle {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
}
.ts-particle__group {
  position: relative;
}
.ts-particle__group img {
  position: relative;
  z-index: 10;
}
.ts-particle:nth-child(1) {
  top: calc(70% - 30px);
  left: calc(10% - 30px);
  animation: particlesAnimation 7s linear infinite;
}
.ts-particle:nth-child(2) {
  top: calc(60% - 30px);
  left: calc(20% - 30px);
  animation: particlesAnimation 3s linear infinite;
}
.ts-particle:nth-child(3) {
  top: calc(50% - 30px);
  left: calc(30% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle:nth-child(4) {
  top: calc(50% - 30px);
  left: calc(40% - 30px);
  animation: particlesAnimation 3.1s linear infinite;
}
.ts-particle:nth-child(5) {
  top: 10%;
  left: calc(50% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(6) {
  top: 15%;
  left: calc(55% - 30px);
  animation: particlesAnimation 4s linear infinite;
}
.ts-particle:nth-child(7) {
  top: 10%;
  left: calc(60% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(8) {
  top: 10%;
  left: calc(70% - 30px);
  animation: particlesAnimation 3.6s linear infinite;
}
.ts-particle:nth-child(9) {
  top: 10%;
  left: calc(75% - 30px);
  animation: particlesAnimation 7s linear infinite;
}
.ts-particle:nth-child(10) {
  top: 10%;
  left: calc(80% - 30px);
  animation: particlesAnimation 4.2s linear infinite;
}
.ts-particle:nth-child(11) {
  top: 40%;
  left: calc(85% - 30px);
  animation: particlesAnimation 4s linear infinite;
}
.ts-particle:nth-child(12) {
  top: 50%;
  left: calc(90% - 30px);
  animation: particlesAnimation 5s linear infinite;
}
.ts-particle:nth-child(13) {
  top: 50%;
  left: calc(95% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle:nth-child(14) {
  top: 35%;
  left: calc(15% - 30px);
  animation: particlesAnimation 6s linear infinite;
}
.ts-particle--red .ts-particle {
  background: rgb(164, 77, 50);
  background: radial-gradient(circle, rgb(164, 77, 50) 0%, rgba(164, 77, 50, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a44d32",endColorstr="#a44d32",GradientType=1);
}
.ts-particle--yellow .ts-particle {
  background: rgb(255, 121, 0);
  background: radial-gradient(circle, rgb(255, 121, 0) 0%, rgba(255, 121, 0, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#ff7900",GradientType=1);
}
.ts-particle--green .ts-particle {
  background: rgb(155, 244, 28);
  background: radial-gradient(circle, rgb(155, 244, 28) 0%, rgba(155, 244, 28, 0) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bf41c",endColorstr="#9bf41c",GradientType=1);
}

body {
  background-color: #171721;
}

img {
  height: auto !important;
}

.ts-hero {
  position: relative;
  width: 100%;
  background-image: url("../assets/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 300px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ts-hero {
    padding-bottom: 240px;
  }
}
.ts-hero__main {
  position: relative;
  max-width: 970px;
  display: grid;
  z-index: 2;
}
@media (min-width: 992px) {
  .ts-hero__main {
    gap: 50px;
  }
}
.ts-hero .btn__primary {
  width: 257px;
  max-width: 100%;
}
.ts-hero footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 993px;
  max-width: 120%;
  z-index: 1;
}
@media (max-width: 575px) {
  .ts-hero footer {
    width: 140%;
    max-width: 140%;
  }
}
.ts-hero footer img {
  width: 100%;
}

.ts-epic {
  position: relative;
  min-height: 666px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  background-color: #191826;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .ts-epic {
    padding: 80px 0;
  }
}
.ts-epic__content {
  width: 100%;
}
.ts-epic__text-container {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .ts-epic__text-container {
    position: absolute;
    left: calc(100% - 355px);
    z-index: 2;
    width: 340px;
    padding: 0;
    max-width: 480px;
  }
}
@media (min-width: 1400px) {
  .ts-epic__text-container {
    left: 65%;
  }
}
@media (min-width: 1600px) {
  .ts-epic__text-container {
    left: 55%;
  }
}
.ts-epic .bg {
  position: relative;
}
.ts-epic .bg img {
  width: 100%;
}
@media (min-width: 1200px) {
  .ts-epic .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .ts-epic .bg img {
    height: 100%;
  }
}
.ts-epic .bg::after, .ts-epic .bg::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ts-epic .bg::after, .ts-epic .bg::before {
    width: 100%;
    height: 40%;
  }
}
.ts-epic .bg::before {
  left: 0;
  background: rgb(94, 26, 23);
  background: linear-gradient(90deg, rgb(94, 26, 23) 0%, rgb(90, 26, 24) 30%, rgba(30, 29, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e1a17",endColorstr="#1e1d2a",GradientType=1);
}
@media (max-width: 1199px) {
  .ts-epic .bg::before {
    top: 0;
    background: rgb(94, 26, 23);
    background: linear-gradient(180deg, rgb(94, 26, 23) 0%, rgb(90, 26, 24) 30%, rgba(30, 29, 42, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e1a17",endColorstr="#1e1d2a",GradientType=1);
  }
}
.ts-epic .bg::after {
  right: 0;
  background: rgb(25, 24, 38);
  background: linear-gradient(270deg, rgb(25, 24, 38) 0%, rgba(25, 24, 38, 0) 100%);
}
@media (max-width: 1199px) {
  .ts-epic .bg::after {
    top: auto;
    bottom: 0;
    background: rgb(25, 24, 38);
    background: linear-gradient(0deg, rgb(25, 24, 38) 0%, rgba(25, 24, 38, 0) 100%);
  }
}

.ts-power {
  position: relative;
  min-height: 666px;
  display: flex;
  justify-content: end;
  overflow: hidden;
  background-color: #191826;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .ts-power {
    padding: 80px 0;
  }
}
.ts-power__content {
  width: 100%;
}
.ts-power__text-container {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .ts-power__text-container {
    position: absolute;
    left: 1%;
    z-index: 2;
    width: 355px;
  }
}
@media (min-width: 1400px) {
  .ts-power__text-container {
    left: 18%;
  }
}
@media (min-width: 1600px) {
  .ts-power__text-container {
    left: 18%;
  }
}
.ts-power .bg {
  position: relative;
}
.ts-power .bg img {
  width: 100%;
}
@media (min-width: 1200px) {
  .ts-power .bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .ts-power .bg img {
    height: 100%;
  }
}
.ts-power .bg::after, .ts-power .bg::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .ts-power .bg::after, .ts-power .bg::before {
    width: 100%;
    height: 40%;
  }
}
.ts-power .bg::before {
  content: "";
  right: 0;
  background: rgb(23, 24, 25);
  background: linear-gradient(270deg, rgb(23, 24, 25) 0%, rgb(23, 24, 25) 30%, rgba(23, 24, 25, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171819",endColorstr="#171819",GradientType=1);
}
@media (max-width: 1199px) {
  .ts-power .bg::before {
    top: 0;
    background: rgb(23, 24, 25);
    background: linear-gradient(180deg, rgb(23, 24, 25) 0%, rgb(23, 24, 25) 30%, rgba(23, 24, 25, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171819",endColorstr="#171819",GradientType=1);
  }
}
.ts-power .bg::after {
  content: "";
  left: 0;
  background: rgb(25, 24, 38);
  background: linear-gradient(90deg, rgb(25, 24, 38) 0%, rgba(25, 24, 38, 0) 100%);
}
@media (max-width: 1199px) {
  .ts-power .bg::after {
    top: auto;
    bottom: 0;
    background: rgb(25, 24, 38);
    background: linear-gradient(0deg, rgb(25, 24, 38) 0%, rgba(25, 24, 38, 0) 100%);
  }
}

.ts-earn {
  position: relative;
  background-color: hsla(244, 23%, 12%, 0.8);
  padding: 180px 0 160px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ts-earn {
    padding: 60px 0 40px;
  }
}
@media (max-width: 575px) {
  .ts-earn {
    padding: 45px 0 70px;
  }
}
.ts-earn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
  z-index: -1;
}
.ts-earn__layers {
  display: flex;
}
.ts-earn__layers-images {
  position: relative;
  height: 500px;
}
.ts-earn__layers-images img {
  position: absolute;
}
.ts-earn__layers-images img:nth-child(1) {
  bottom: 283px;
  z-index: 5;
}
.ts-earn__layers-images img:nth-child(2) {
  bottom: 208px;
  z-index: 4;
}
.ts-earn__layers-images img:nth-child(3) {
  bottom: 137px;
  z-index: 3;
}
.ts-earn__layers-images img:nth-child(4) {
  bottom: 63px;
  z-index: 2;
}
.ts-earn__layers-images img:nth-child(5) {
  position: relative;
  bottom: -348px;
  z-index: 1;
}
.ts-earn__layers img {
  width: 240px;
}
@media (max-width: 500px) {
  .ts-earn__layers-images {
    width: 45vw;
    height: 450px;
  }
  .ts-earn__layers-images img:nth-child(1) {
    bottom: 283px;
  }
  .ts-earn__layers-images img:nth-child(2) {
    bottom: 208px;
  }
  .ts-earn__layers-images img:nth-child(3) {
    bottom: 143px;
  }
  .ts-earn__layers-images img:nth-child(4) {
    bottom: 73px;
  }
  .ts-earn__layers-images img:nth-child(5) {
    bottom: -303px;
  }
  .ts-earn__layers img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ts-earn__layers-images {
    height: 400px;
  }
  .ts-earn__layers-images img:nth-child(1) {
    bottom: 243px;
  }
  .ts-earn__layers-images img:nth-child(2) {
    bottom: 180px;
  }
  .ts-earn__layers-images img:nth-child(3) {
    bottom: 131px;
  }
  .ts-earn__layers-images img:nth-child(4) {
    bottom: 79px;
  }
  .ts-earn__layers-images img:nth-child(5) {
    bottom: -262px;
  }
}
@media (max-width: 420px) {
  .ts-earn__layers-images {
    height: 400px;
  }
  .ts-earn__layers-images img:nth-child(5) {
    bottom: -262px;
  }
}
@media (max-width: 375px) {
  .ts-earn__layers-images {
    height: 400px;
  }
  .ts-earn__layers-images img:nth-child(2) {
    bottom: 188px;
  }
  .ts-earn__layers-images img:nth-child(3) {
    bottom: 144px;
  }
  .ts-earn__layers-images img:nth-child(4) {
    bottom: 97px;
  }
  .ts-earn__layers-images img:nth-child(5) {
    bottom: -255px;
  }
}
.ts-earn__list {
  color: #f69334;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 60px 0;
  gap: 47px;
}
@media (max-width: 500px) {
  .ts-earn__list {
    margin: 8% 0 14% 0;
    gap: 45px;
  }
}
@media (max-width: 460px) {
  .ts-earn__list {
    margin-bottom: 18%;
    gap: 42px;
  }
}
@media (max-width: 420px) {
  .ts-earn__list {
    margin-bottom: 19%;
    gap: 31px;
  }
}
@media (max-width: 400px) {
  .ts-earn__list {
    margin-bottom: 22%;
    gap: 28px;
  }
}
@media (max-width: 360px) {
  .ts-earn__list {
    margin-bottom: 27%;
    gap: 20px;
  }
}
.ts-earn__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
}
.ts-earn__list li span {
  letter-spacing: 10% !important;
}
.ts-earn__list li::before {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #7d7b8e;
}
@media (max-width: 500px) {
  .ts-earn__list li::before {
    width: 30px;
  }
}

.ts-choose-owlie {
  position: relative;
  background-color: hsla(244, 23%, 12%, 0.8);
  padding: 146px 0 170px;
  width: 100%;
  overflow: hidden;
}
.ts-choose-owlie::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
  z-index: -1;
}
.ts-choose-owlie__cards {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  margin: 0 auto;
}
.ts-choose-owlie__card-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.ts-choose-owlie__character {
  max-width: 850px;
  margin: 0 auto;
}
.ts-choose-owlie__character .swiper {
  padding: 10px;
}
@media (min-width: 800px) {
  .ts-choose-owlie__character .swiper {
    padding: 20px;
  }
}
.ts-choose-owlie__card {
  border-radius: 7px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 3px 0px rgba(255, 207, 144, 0.5), 0px 0px 7px 0px rgba(255, 196, 116, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 207, 144, 0.5), 0px 0px 7px 0px rgba(255, 196, 116, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(255, 207, 144, 0.5), 0px 0px 7px 0px rgba(255, 196, 116, 0.4);
}
@media (min-width: 800px) {
  .ts-choose-owlie__card {
    box-shadow: 0px 0px 6px 0px rgba(255, 207, 144, 0.5), 0px 0px 20px 0px rgba(255, 196, 116, 0.4);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 207, 144, 0.5), 0px 0px 20px 0px rgba(255, 196, 116, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(255, 207, 144, 0.5), 0px 0px 20px 0px rgba(255, 196, 116, 0.4);
  }
}
.ts-choose-owlie__levels {
  margin-bottom: 100px;
}
.ts-choose-owlie__cards2 {
  position: relative;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ts-choose-owlie__cards2 {
    flex-wrap: wrap;
  }
}
.ts-choose-owlie__cards2-outer {
  position: relative;
}
.ts-choose-owlie__cards2-outer .bg {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 1137px;
  transform: translate(-50%, -50%);
}
.ts-choose-owlie__cards2-outer .tag__container {
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: 10;
}
.ts-choose-owlie__cards2-outer .tag__container .tag--animation {
  animation: float 4s ease-in-out infinite;
}
.ts-choose-owlie__card2 {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #ede9ff;
}
.ts-choose-owlie__card2 img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.ts-choose-owlie__card2 p {
  margin-bottom: 0;
}
.ts-choose-owlie__tiers-cards {
  position: relative;
  max-width: 820px;
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ts-choose-owlie__tiers-cards {
    flex-wrap: wrap;
  }
}
.ts-choose-owlie__tiers-cards-outer {
  position: relative;
}
.ts-choose-owlie__tiers-cards-outer .bg {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 1137px;
  transform: translate(-50%, -50%);
}
.ts-choose-owlie__tiers-card {
  color: white;
  width: 100%;
}
.ts-choose-owlie__tiers-card img {
  margin-bottom: 1.5rem;
  width: 100%;
}
.ts-choose-owlie__tiers-card .title {
  font-size: 20px;
  margin-bottom: 0.25rem;
}
.ts-choose-owlie__tiers-card .subtitle {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1.4px;
}
.ts-choose-owlie__packs-main {
  position: relative;
  display: flex;
  justify-content: center;
}
.ts-choose-owlie__packs-main .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 875px;
}
.ts-choose-owlie__packs-main-inner {
  position: relative;
}
.ts-choose-owlie__packs-main-inner .tag__25 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: float 10s ease-in-out infinite;
}
.ts-choose-owlie__packs-main-inner .tag__10 {
  position: absolute;
  bottom: 0;
  right: 0px;
  animation: float 5s ease-in-out infinite;
}
.ts-choose-owlie__packs-monster-box {
  position: absolute;
  bottom: 5%;
  left: 30%;
}
.ts-choose-owlie__tiers-main-inner {
  position: relative;
  right: -116px;
}
.ts-choose-owlie__pack-25 {
  animation: float 12s ease-in-out infinite;
}
.ts-choose-owlie__pack-10 {
  position: absolute;
  right: -10%;
  bottom: 10%;
  width: 299px;
  max-width: 50vw;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  .ts-choose-owlie__pack-25 {
    position: relative;
    left: -34px;
  }
  .ts-choose-owlie__pack-10 {
    right: -75px;
  }
}

.warning-note {
  max-width: 655px;
  color: #f69334;
  border: 2px solid #f69334;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 75px auto;
  min-height: 73px;
  place-items: center;
  margin: 0 auto;
}
.warning-note img {
  width: 31px;
}
.warning-note > div {
  padding: 18px;
}
.warning-note > div:nth-child(1) {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-right: 2px solid #f69334;
}

.ts-oh-club {
  padding: 60px 20px;
  min-height: 100vh;
  background-image: url("../assets/images/ooh-club-house.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ts-oh-club .btn__primary {
  padding: 18px 4.5rem 14px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .ts-oh-club .btn__primary {
    margin-top: 100px;
    padding: 32px 4.5rem 28px;
  }
}

.ts-how-works {
  position: relative;
  padding: 75px 20px 120px;
  background-color: rgba(25, 24, 38, 0.8);
  overflow: hidden;
}
.ts-how-works::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 450px) {
  .ts-how-works {
    padding: 45px 20px 60px;
  }
}
.ts-how-works .ts-3-token-group {
  position: relative;
  z-index: 1;
}
.ts-how-works .ts-3-token-1, .ts-how-works .ts-3-token-2, .ts-how-works .ts-3-token-3 {
  position: absolute;
  width: 30%;
}
.ts-how-works .ts-3-token-bg {
  width: 100%;
}
.ts-how-works .ts-3-token-img {
  width: 100%;
}
.ts-how-works .ts-3-token-1 {
  left: 15%;
  top: 25%;
  z-index: 4;
}
.ts-how-works .ts-3-token-2 {
  left: 26%;
  top: 26%;
  z-index: 3;
}
.ts-how-works .ts-3-token-3 {
  right: 17%;
  top: 22%;
  z-index: 2;
}

.ts-flow-01 {
  width: 100%;
  display: grid;
  grid-template-columns: 132px auto 132px;
}
.ts-flow-01__item {
  display: grid;
  align-items: center;
}
.ts-flow-01__item:last-child {
  position: relative;
  top: -30px;
}
.ts-flow-01__item-text {
  text-align: center;
  position: relative;
  top: -10px;
}
.ts-flow-01__title {
  color: #ede9ff;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.ts-flow-01__subtitle {
  font-size: 0.875rem;
  color: #9391a8;
  margin-bottom: 0;
}
.ts-flow-01__arrow {
  width: 100%;
}
.ts-flow-01__arrow--vertical {
  height: 108px;
  width: auto;
}
@media (max-width: 992px) {
  .ts-flow-01 {
    max-width: 500px;
    margin: 0 auto;
  }
  .ts-flow-01__item:nth-child(4) {
    grid-column: 1/span 3;
  }
  .ts-flow-01__item:nth-child(4) > div {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1.5625rem;
    margin-left: 7vw;
  }
  .ts-flow-01__item:last-child {
    grid-column: 1/span 3;
  }
  .ts-flow-01__arrow--vertical {
    height: clamp(108px, 25vw, 220px);
    width: auto;
  }
}
@media (min-width: 575px) {
  .ts-flow-01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .ts-flow-01 {
    grid-template-columns: 1fr auto 1fr auto 1.8fr;
  }
}

.ts-flow-02__arrow {
  width: 100%;
}
.ts-flow-02__arrow--vertical {
  height: clamp(108px, 25vw, 220px);
  width: auto;
}
.ts-flow-02__item-img-left {
  transform: scale(1.2);
}
.ts-flow-02__item-img-right {
  transform: scale(1.3);
}
@media (min-width: 992px) {
  .ts-flow-02 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 0.5fr 0.7fr 0.5fr 1fr;
  }
}
@media (max-width: 992px) {
  .ts-flow-02 {
    max-width: 500px;
    margin: 0 auto;
  }
}

.ts-flow-03 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.3fr 1fr;
}
@media (min-width: 992px) {
  .ts-flow-03 {
    position: relative;
    height: 405px;
    top: -167px;
  }
  .ts-flow-03__card-1 {
    position: relative;
    top: 80px;
  }
  .ts-flow-03__card-2 {
    position: relative;
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .ts-flow-03 {
    height: 600px;
    top: -134px;
  }
}
@media (max-width: 992px) {
  .ts-flow-03 {
    grid-template-columns: 1fr;
  }
  .ts-flow-03__item-01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ts-flow-03__item-01 img {
    transform: scale(1.4);
  }
}

.fs-flow-04-evolution__item img {
  width: 100%;
}
.fs-flow-04-evolution__item .header-text {
  position: relative;
  top: 30px;
}
@media (min-width: 992px) {
  .fs-flow-04-evolution {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
}
@media (max-width: 992px) {
  .fs-flow-04-evolution {
    max-width: 500px;
    margin: 0 auto;
  }
  .fs-flow-04-evolution__cards {
    width: 75%;
    max-width: 478px;
    position: relative;
    left: -10%;
  }
  .fs-flow-04-evolution__crafts {
    position: relative;
    left: 10%;
    width: 80%;
    max-width: 463px;
    margin-left: auto;
  }
  .fs-flow-04-evolution__item:nth-child(2) {
    height: 680px;
    position: relative;
    top: -390px;
  }
  .fs-flow-04-evolution__final-stages {
    position: relative;
    width: 120% !important;
    left: -10%;
  }
}
@media (max-width: 500px) {
  .fs-flow-04-evolution__item:nth-child(2) {
    height: 135vw;
    position: relative;
    top: -50vw;
  }
  .fs-flow-04-evolution__item__direction {
    margin: 0 auto;
  }
  .fs-flow-04-evolution__item__direction img {
    width: 80%;
  }
}

.ts-tokenomic {
  position: relative;
  padding: 50px 20px 120px;
  background-color: rgba(25, 24, 38, 0.8);
}
.ts-tokenomic .container {
  position: relative;
  z-index: 10;
}
.ts-tokenomic__saperator {
  margin-bottom: 3.75rem;
}
.ts-tokenomic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
  z-index: -1;
}
.ts-tokenomic__header {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ts-tokenomic__header {
    flex-direction: column-reverse;
  }
}
.ts-tokenomic__list {
  color: #ede9ff;
}
.ts-tokenomic__list-container {
  background-color: #303259;
  border-radius: 8px;
  padding: 27px 20px 16px;
}
@media (min-width: 575px) {
  .ts-tokenomic__list-container {
    padding: 30px;
  }
}

.ts-chart {
  position: relative;
}
.ts-chart__img {
  width: 80%;
}
.ts-chart__title {
  position: absolute;
  z-index: 100;
}
.ts-chart__title-prize-pool {
  left: 0;
  top: 0;
}
.ts-chart__title-prize-pool .ts-chart__tag,
.ts-chart__title-prize-pool .ts-chart__line {
  background-color: #31c199;
}
.ts-chart__title-prize-pool .ts-chart__line::after {
  background-color: #31c199;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-prize-pool .ts-chart__line {
    width: 370px;
    left: 100%;
  }
  .ts-chart__title-prize-pool .ts-chart__line::after {
    display: block;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-prize-pool {
    top: -150px;
    left: calc(42% - 110px);
  }
  .ts-chart__title-prize-pool .ts-chart__line {
    top: 0;
    width: 2px;
    height: 30vw;
    left: calc(100% + 10px);
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-prize-pool {
    left: calc(42% - 80px);
  }
  .ts-chart__title-prize-pool .ts-chart__line {
    min-height: 200px;
  }
}
.ts-chart__title-core-development {
  top: 20%;
  left: 0;
}
.ts-chart__title-core-development .ts-chart__tag,
.ts-chart__title-core-development .ts-chart__line {
  background-color: #f26f5b;
}
.ts-chart__title-core-development .ts-chart__line {
  width: 28vw;
}
.ts-chart__title-core-development .ts-chart__line::after {
  background-color: #f26f5b;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-core-development .ts-chart__line {
    width: 250px;
  }
  .ts-chart__title-core-development .ts-chart__line::after {
    height: 20px;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-core-development {
    top: -40px;
    left: calc(27% - 110px);
  }
  .ts-chart__title-core-development .ts-chart__line {
    top: 50%;
    width: 2px;
    height: 15vw;
    left: calc(100% - 20px);
  }
}
@media (max-width: 450px) {
  .ts-chart__title-core-development {
    left: 0;
  }
}
.ts-chart__title-core-team {
  top: 35%;
  left: 0;
}
.ts-chart__title-core-team .ts-chart__tag,
.ts-chart__title-core-team .ts-chart__line {
  background-color: #dd558c;
}
.ts-chart__title-core-team .ts-chart__line {
  width: 28vw;
}
.ts-chart__title-core-team .ts-chart__line::after {
  background-color: #dd558c;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-core-team .ts-chart__line {
    width: 250px;
  }
  .ts-chart__title-core-team .ts-chart__line::after {
    height: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-core-team {
    bottom: -80px;
    top: auto;
    right: auto;
    left: 55%;
  }
  .ts-chart__title-core-team .ts-chart__line {
    top: auto;
    bottom: calc(100% + 10px);
    width: 2px;
    height: 15vw;
    left: 50%;
  }
}
.ts-chart__title-staking-reward {
  left: 0;
  top: 60%;
}
.ts-chart__title-staking-reward .ts-chart__tag,
.ts-chart__title-staking-reward .ts-chart__line {
  background-color: #c23dcc;
}
.ts-chart__title-staking-reward .ts-chart__line {
  width: 28vw;
}
.ts-chart__title-staking-reward .ts-chart__line::after {
  background-color: #c23dcc;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-staking-reward .ts-chart__line {
    width: 250px;
  }
  .ts-chart__title-staking-reward .ts-chart__line::after {
    height: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-staking-reward {
    bottom: -200px;
    top: auto;
    right: auto;
    left: calc(55% - 167px);
  }
  .ts-chart__title-staking-reward .ts-chart__line {
    top: auto;
    bottom: calc(100% + 10px);
    width: 2px;
    height: 20vw;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-staking-reward {
    left: 45%;
  }
  .ts-chart__title-staking-reward .ts-chart__line {
    min-height: 150px;
  }
}
.ts-chart__title-hoot-hacks {
  top: -10%;
  left: calc(50% - 100px);
}
.ts-chart__title-hoot-hacks .ts-chart__tag,
.ts-chart__title-hoot-hacks .ts-chart__line {
  background-color: #18a7b0;
}
.ts-chart__title-hoot-hacks .ts-chart__line {
  left: 0;
  top: 100%;
  width: 28vw;
}
.ts-chart__title-hoot-hacks .ts-chart__line::after {
  background-color: #18a7b0;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-hoot-hacks .ts-chart__line {
    top: 160px;
    width: 150px;
    transform: rotate(65deg);
  }
  .ts-chart__title-hoot-hacks .ts-chart__line::after {
    height: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-hoot-hacks {
    top: -150px;
    left: calc(42% + 50px);
  }
  .ts-chart__title-hoot-hacks .ts-chart__line {
    top: 0;
    width: 2px;
    height: 30vw;
    right: auto;
    left: -20px;
  }
}
@media (max-width: 768px) {
  .ts-chart__title-hoot-hacks {
    left: calc(42% + 30px);
  }
  .ts-chart__title-hoot-hacks .ts-chart__line {
    width: 2px;
    min-height: 200px;
  }
}
.ts-chart__title-fairdrop {
  right: 0;
  top: 30%;
}
.ts-chart__title-fairdrop .ts-chart__tag,
.ts-chart__title-fairdrop .ts-chart__line {
  background-color: #984bcf;
}
.ts-chart__title-fairdrop .ts-chart__line {
  left: auto;
  right: calc(100% + 20px);
  width: 28vw;
}
.ts-chart__title-fairdrop .ts-chart__line::after {
  background-color: #984bcf;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-fairdrop .ts-chart__line {
    width: 250px;
  }
  .ts-chart__title-fairdrop .ts-chart__line::after {
    height: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-fairdrop {
    top: -40px;
    right: auto;
    left: calc(45% + 110px);
  }
  .ts-chart__title-fairdrop .ts-chart__line {
    top: 0;
    width: 2px;
    height: 15vw;
    left: 20px;
  }
}
.ts-chart__title-community-pool {
  right: 0;
  top: 60%;
}
.ts-chart__title-community-pool .ts-chart__tag,
.ts-chart__title-community-pool .ts-chart__line {
  background-color: #c744ab;
}
.ts-chart__title-community-pool .ts-chart__line {
  left: auto;
  right: calc(100% + 20px);
  width: 28vw;
}
.ts-chart__title-community-pool .ts-chart__line::after {
  background-color: #c744ab;
  transform: rotate(-20deg);
  width: 2px;
  height: 16vw;
  display: none;
}
@media (min-width: 1200px) {
  .ts-chart__title-community-pool .ts-chart__line {
    width: 250px;
  }
  .ts-chart__title-community-pool .ts-chart__line::after {
    height: 0;
    display: block;
  }
}
@media (max-width: 1199px) {
  .ts-chart__title-community-pool {
    bottom: -200px;
    top: auto;
    right: auto;
    left: calc(30% - 167px);
  }
  .ts-chart__title-community-pool .ts-chart__line {
    top: auto;
    bottom: calc(100% + 10px);
    width: 2px;
    height: 45vw;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .ts-chart__title-community-pool {
    left: 5%;
  }
  .ts-chart__title-community-pool .ts-chart__line {
    min-height: 270px;
    left: -5px;
  }
}
.ts-chart__tag {
  color: #fff;
  padding: 5px 8px 4px;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.ts-chart__percent {
  font-size: 3.125rem;
  color: #ede9ff;
}
.ts-chart__percent sup {
  font-size: 28px;
  position: relative;
  top: -20px;
  left: 4px;
}
.ts-chart__line {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
}
.ts-chart__line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 50% 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media (max-width: 1199px) {
  .ts-chart {
    margin-bottom: 300px;
  }
  .ts-chart__img {
    width: 100%;
  }
  .ts-chart__tag {
    font-size: 9px;
  }
  .ts-chart__percent {
    font-size: 1.625rem;
  }
  .ts-chart__percent sup {
    top: -6px;
    font-size: 1.25rem;
  }
}

.ts-planet-list {
  padding-left: 0;
}
.ts-planet-list li {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 4rem;
}
.ts-planet-list li:nth-child(1) img {
  animation: float 4s ease-in-out infinite;
}
.ts-planet-list li:nth-child(2) img {
  animation: float 5s ease-in-out infinite;
  animation-direction: reverse;
}
.ts-planet-list li:nth-child(3) img {
  animation: float 6s ease-in-out infinite;
  animation-direction: reverse;
}
.ts-planet-list li:nth-child(4) img {
  animation: float 7s ease-in-out infinite;
}
.ts-planet-list li:nth-child(5) .ts-planet-list__img {
  animation: float 4s ease-in-out infinite;
}
.ts-planet-list__img {
  width: 336px;
}
.ts-planet-list .ts-subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .ts-planet-list li {
    flex-direction: row;
    max-width: 610px;
    margin-bottom: 0;
  }
  .ts-planet-list li:nth-child(even) {
    margin-left: auto;
  }
  .ts-planet-list .ts-subtitle {
    text-align: start;
  }
}
@media (min-width: 1400px) {
  .ts-planet-list li {
    height: 200px;
  }
  .ts-planet-list li:nth-child(4n+1) {
    left: 60px;
  }
  .ts-planet-list li:nth-child(4n+2) {
    left: 60px;
  }
  .ts-planet-list__img {
    width: 320px;
  }
}
@media (min-width: 1600px) {
  .ts-planet-list li:nth-child(4n+1) {
    left: 120px;
  }
  .ts-planet-list li:nth-child(4n+2) {
    left: 120px;
  }
}

.ts-roadmap {
  position: relative;
  padding: 50px 20px 88px;
  background-color: #191826;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .ts-roadmap {
    padding-top: 150px;
  }
}
.ts-roadmap__container {
  max-width: 1322px;
  margin: 0 auto;
}
.ts-roadmap__timeline {
  position: relative;
}
.ts-roadmap__timeline:before {
  content: "";
  display: inline-block;
  border-right: 2px dashed #43424e;
  height: calc(100% - 50vw);
  width: 2px;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.ts-roadmap__list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 3rem 0 4rem 0;
}
.ts-roadmap__list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ts-roadmap__list:last-child li:last-child {
  align-items: end;
}
.ts-roadmap__list li {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 12px;
  text-transform: uppercase;
}
.ts-roadmap__list li::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ts-roadmap__list .ts-pending {
  color: #f69334;
}
.ts-roadmap__list .ts-pending::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #191826;
  border: 2px solid #f69334;
  border-radius: 50%;
  left: 4px;
}
.ts-roadmap__list .ts-success {
  color: #31c199;
}
.ts-roadmap__list .ts-success::before {
  background-image: url("../assets/icons/success.svg");
}
.ts-roadmap__curveline {
  display: none;
}
.ts-roadmap__timeline-img {
  position: relative;
  width: 130%;
  left: -15%;
  z-index: 10;
}
@media (max-width: 1199px) {
  .ts-roadmap {
    background-color: hsla(244, 23%, 12%, 0.8);
    overflow: hidden;
  }
  .ts-roadmap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/images/bg.jpg") no-repeat;
    background-position: 100% 10%;
    background-size: cover;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .ts-roadmap__timeline-img {
    position: relative;
    width: 115%;
    left: -7%;
  }
}
@media (min-width: 1200px) {
  .ts-roadmap__timeline::before {
    display: none;
  }
  .ts-roadmap__timeline-img {
    position: absolute;
    width: 50%;
  }
  .ts-roadmap__timeline-img-1 {
    top: 34px;
    left: 0%;
    width: 783px;
  }
  .ts-roadmap__timeline-img-2 {
    top: 1165px;
    left: 344px;
    width: 817px;
  }
  .ts-roadmap__timeline-img-3 {
    top: 2370px;
    left: 0%;
    width: 738px;
  }
  .ts-roadmap__list {
    gap: 0;
  }
  .ts-roadmap__list li {
    position: relative;
    font-size: 20px;
  }
  .ts-roadmap__list-1 {
    padding-top: 0;
  }
  .ts-roadmap__list-1 li {
    position: relative;
  }
  .ts-roadmap__list-1 li:nth-child(1) {
    left: 705px;
    margin-bottom: 110px;
  }
  .ts-roadmap__list-1 li:nth-child(2) {
    left: 744px;
    margin-bottom: 115px;
    width: 333px;
  }
  .ts-roadmap__list-1 li:nth-child(3) {
    left: 839px;
    margin-bottom: 115px;
  }
  .ts-roadmap__list-1 li:nth-child(4) {
    left: 877px;
    margin-bottom: 90px;
    width: 227px;
  }
  .ts-roadmap__list-1 li:nth-child(5) {
    left: 853px;
    margin-bottom: 84px;
    width: 231px;
  }
  .ts-roadmap__list-1 li:nth-child(6) {
    left: 699px;
    margin-bottom: 81px;
  }
  .ts-roadmap__list-1 li:nth-child(7) {
    left: 381px;
    margin-bottom: 205px;
  }
  .ts-roadmap__list-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ts-roadmap__list-2 li {
    position: relative;
  }
  .ts-roadmap__list-2 li:nth-child(1) {
    width: 310px;
    left: 23px;
    margin-bottom: 84px;
  }
  .ts-roadmap__list-2 li:nth-child(2) {
    left: -6px;
    margin-bottom: 90px;
    width: 313px;
  }
  .ts-roadmap__list-2 li:nth-child(3) {
    left: 0px;
    margin-bottom: 102px;
  }
  .ts-roadmap__list-2 li:nth-child(4) {
    width: 191px;
    left: 24px;
    margin-bottom: 112px;
  }
  .ts-roadmap__list-2 li:nth-child(5) {
    width: 227px;
    left: 46px;
    margin-bottom: 143px;
  }
  .ts-roadmap__list-2 li:nth-child(6) {
    width: 371px;
    left: 56px;
    margin-bottom: 91px;
  }
  .ts-roadmap__list-2 li:nth-child(7) {
    width: 266px;
    left: 68px;
    margin-bottom: 152px;
  }
  .ts-roadmap__list-2 li:nth-child(8) {
    width: 266px;
    left: 177px;
    margin-bottom: 0px;
  }
  .ts-roadmap__list-3 {
    padding-top: 0;
  }
  .ts-roadmap__list-3 li {
    position: relative;
  }
  .ts-roadmap__list-3 li:nth-child(1) {
    width: 210px;
    left: 816px;
    margin-bottom: 106px;
  }
  .ts-roadmap__list-3 li:nth-child(2) {
    left: 893px;
    margin-bottom: 83px;
    width: 275px;
  }
  .ts-roadmap__list-3 li:nth-child(3) {
    width: 312px;
    left: 883px;
    margin-bottom: 105px;
  }
  .ts-roadmap__list-3 li:nth-child(4) {
    left: 834px;
    margin-bottom: 119px;
    width: 227px;
  }
  .ts-roadmap__list-3 li:nth-child(5) {
    left: 785px;
    margin-bottom: 93px;
    width: 250px;
  }
  .ts-roadmap__list-3 li:nth-child(6) {
    width: 310px;
    left: 803px;
    /* margin-bottom: 6px; */
    align-items: start !important;
  }
  .ts-roadmap__curveline {
    display: block;
    position: absolute;
    width: 905px;
  }
}

.ts-team {
  position: relative;
  padding: 215px 0 174px;
  background-color: rgba(25, 24, 38, 0.8);
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .ts-team {
    padding: 170px 20px 130px;
  }
}
.ts-team::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg.jpg") no-repeat;
  background-position: 100% 10%;
  background-size: cover;
  z-index: -1;
}
.ts-team__cards {
  margin-bottom: 100px;
}
.ts-team-card {
  color: #ede9ff;
  width: 100%;
}
.ts-team-card__img {
  width: 100%;
  margin-bottom: 0.75rem;
}
.ts-team-card__title {
  font-weight: 500;
}
.ts-team-card__subtitle {
  background-color: #a854ff;
  border-radius: 0.25rem;
  padding: 4px 6px;
  display: inline-block;
  font-size: 12px;
}

.animation-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}

.animation-section__images {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 0;
}

.animation-section__img {
  width: 10px;
  position: absolute;
}

.animation-section__img-1 {
  z-index: 5;
}

.animation-section__img-2 {
  z-index: 4;
}

.animation-section__img-3 {
  z-index: 3;
}

.animation-section__img-4 {
  z-index: 2;
}

.animation-section__img-5 {
  z-index: 1;
}

@media (min-width: 1200px) {
  .install-kepler-planet {
    position: absolute !important;
  }
}/*# sourceMappingURL=index.css.map */