@import url(https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap);
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  max-width: 100vw;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #04070C;
  font-family: "Kode Mono", serif;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.btn-theme {
  font-size: 1.125rem;
  font-weight: 700;
  color: black;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: transparent;
  border: none;
  outline: none;
}
@media screen and (min-width: 575px) {
  .btn-theme {
    font-size: 1rem;
  }
}
.btn-theme::before {
  position: absolute;
  content: "";
  inset: 0;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background: #F7FF00;
  z-index: -1;
}

@media screen and (max-width: 7066px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 6066px) {
  html {
    font-size: 62px !important;
  }
}
@media screen and (max-width: 5066px) {
  html {
    font-size: 58px !important;
  }
}
@media screen and (max-width: 4066px) {
  html {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 3566px) {
  html {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 3066px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 2140px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 16px !important;
  }
}
.staking-section {
  padding-top: 10rem;
  background-image: url(/images/staking-bg.webp?7f83f5d0dbcf773ba9d3d50e02790f7c);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.staking-section.bg-added::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10rem;
  content: "";
  z-index: -1;
  width: 20rem;
  height: 20rem;
  background: rgba(247, 255, 0, 0.5);
  filter: blur(200px);
  margin: 0 auto;
}
.staking-section .section-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.staking-section .section-title h6 {
  margin: 0;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .staking-section .section-title h6 {
    font-size: 1.25rem;
  }
}
.staking-section .section-title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .staking-section .section-title h1 {
    font-size: 2rem;
  }
}
.staking-section .staking-card-wrapper {
  padding: 2rem 0 5rem 0;
}
.staking-section .staking-card-wrapper .staking-card {
  background: url(/images/card-frame.webp?516652d70ab4ec541eacc8ce8ea52933);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  max-width: 35rem;
  margin: 0 auto;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header {
  max-width: 25rem;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -0.25rem;
  background-image: url(/images/top.png?329a1f4b80bc22c031a893361d418cc5);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1rem;
  background-image: url(/images/bottom.png?64f9af7a9e4e34d2fecba4ab49c1a05e);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .title h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #00E5FF;
  text-align: center;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .card-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .card-details .details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .card-details .details h6 {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #00E5FF;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-header .card-details .details p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.staking-section .staking-card-wrapper .staking-card .center-line {
  margin: 0 1rem;
  width: calc(100% - 2rem) !important;
  display: block;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 30rem;
  margin: 0 auto;
  padding: 5rem 2rem;
  padding-top: 3rem !important;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -0.25rem;
  background-image: url(/images/top.png?329a1f4b80bc22c031a893361d418cc5);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1rem;
  background-image: url(/images/bottom.png?64f9af7a9e4e34d2fecba4ab49c1a05e);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .title h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #00E5FF;
  text-align: center;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .stake-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .staking-section .staking-card-wrapper .staking-card .staking-card-body .stake-container {
    gap: 1rem;
  }
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .btn-stake {
  font-size: 1.125rem;
  font-weight: 700;
  color: black;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: transparent;
  border: none;
  outline: none;
  height: 3rem;
}
@media screen and (min-width: 575px) {
  .staking-section .staking-card-wrapper .staking-card .staking-card-body .btn-stake {
    font-size: 1rem;
  }
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .btn-stake::before {
  position: absolute;
  content: "";
  inset: 0;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background: #F7FF00;
  z-index: -1;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-wrapper {
  max-width: 10rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .label-wrapper p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .label-wrapper span {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5019607843);
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-container {
  border: 1px solid #00E5FF;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-container .position-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-container .position-icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-container input {
  border: none !important;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  outline: none;
  width: calc(100% - 3rem);
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .input-container input:focus {
  outline: none;
  border: 1px solid #00E5FF;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .staking-section .staking-card-wrapper .staking-card .staking-card-body .card-details {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .card-details .details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .card-details .details h6 {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #00E5FF;
}
.staking-section .staking-card-wrapper .staking-card .staking-card-body .card-details .details p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}
.staking-section .table-wrapper {
  max-width: 62rem;
  margin: 0 auto;
  border: none;
  background-image: url(/images/table-frame.webp?5352255aaf5d4731cf3d71eba5f28e43);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 18.75rem;
  margin-bottom: 5rem;
  padding: 2rem 1rem;
}
.staking-section .table-wrapper table {
  margin: 0;
}
.staking-section .table-wrapper table tbody, .staking-section .table-wrapper table td, .staking-section .table-wrapper table tfoot, .staking-section .table-wrapper table th, .staking-section .table-wrapper table thead, .staking-section .table-wrapper table tr {
  border: none;
  border-color: transparent;
}
.staking-section .table-wrapper table thead th {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #00E5FF;
  text-align: center;
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
}
.staking-section .table-wrapper table td {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0.75rem 0.5rem;
}

.transaction-section {
  padding-top: 10rem;
  background-image: url(/images/staking-bg.webp?7f83f5d0dbcf773ba9d3d50e02790f7c);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.transaction-section .section-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.transaction-section .section-title h6 {
  margin: 0;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .transaction-section .section-title h6 {
    font-size: 1.25rem;
  }
}
.transaction-section .section-title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .transaction-section .section-title h1 {
    font-size: 2rem;
  }
}
.transaction-section .table-wrapper {
  max-width: 70rem;
  margin: 0 auto;
  border: none;
  background-image: url(/images/table-frame.webp?5352255aaf5d4731cf3d71eba5f28e43);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 18.75rem;
  margin-bottom: 5rem;
  padding: 2rem 1rem;
}
.transaction-section .table-wrapper table {
  margin: 0;
}
.transaction-section .table-wrapper table tbody, .transaction-section .table-wrapper table td, .transaction-section .table-wrapper table tfoot, .transaction-section .table-wrapper table th, .transaction-section .table-wrapper table thead, .transaction-section .table-wrapper table tr {
  border: none;
  border-color: transparent;
}
.transaction-section .table-wrapper table thead th {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #00E5FF;
  text-align: center;
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
}
.transaction-section .table-wrapper table td {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0.75rem 0.5rem;
}

.referral-section {
  padding-top: 10rem;
  background-image: url(/images/staking-bg.webp?7f83f5d0dbcf773ba9d3d50e02790f7c);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.referral-section.bg-added::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10rem;
  content: "";
  z-index: -1;
  width: 20rem;
  height: 20rem;
  background: rgba(247, 255, 0, 0.5);
  filter: blur(200px);
  margin: 0 auto;
}
.referral-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #04070C 55.11%, #04070C 100%);
  z-index: -1;
  height: 10rem;
}
.referral-section .referral-layout-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .referral-section .referral-layout-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
.referral-section .referral-layout-section .referral-card {
  background: url(/images/card-frame.webp?516652d70ab4ec541eacc8ce8ea52933);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem 1rem;
  min-height: 18.75rem;
  display: flex;
  flex-direction: column;
}
.referral-section .referral-layout-section .referral-card .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.referral-section .referral-layout-section .referral-card .title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -0.25rem;
  background-image: url(/images/top.png?329a1f4b80bc22c031a893361d418cc5);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.referral-section .referral-layout-section .referral-card .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1rem;
  background-image: url(/images/bottom.png?64f9af7a9e4e34d2fecba4ab49c1a05e);
  width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.referral-section .referral-layout-section .referral-card .title h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #00E5FF;
  text-transform: uppercase;
  text-align: center;
}
.referral-section .referral-layout-section .referral-card .referral-code-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.referral-section .referral-layout-section .referral-card .referral-code-wrapper .referral-code {
  background: linear-gradient(95.53deg, #00E5FF 0.74%, #005963 97.65%);
  padding: 0.75rem 1rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
}
.referral-section .referral-layout-section .referral-card .referral-code-wrapper .referral-code::before {
  position: absolute;
  content: "";
  inset: 0.063rem;
  background: linear-gradient(122.12deg, rgba(0, 0, 0, 0.8) 5.24%, rgba(0, 0, 0, 0.8) 88.7%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 0.25rem;
}
.referral-section .referral-layout-section .referral-card .referral-code-wrapper .referral-code p {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.referral-section .referral-layout-section .referral-card h2 {
  margin: 0;
  font-family: Kode Mono;
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
}
.referral-section .referral-layout-section .referral-card .input-code-wrapper {
  background: linear-gradient(95.53deg, #00E5FF 0.74%, #005963 97.65%);
  position: relative;
  z-index: 1;
  border-radius: 0.25rem;
  overflow: hidden;
  max-width: 18rem;
  width: 100%;
  margin: 0 auto;
}
.referral-section .referral-layout-section .referral-card .input-code-wrapper::before {
  position: absolute;
  content: "";
  inset: 0.063rem;
  background: linear-gradient(122.12deg, rgba(0, 0, 0, 0.8) 5.24%, rgba(0, 0, 0, 0.8) 88.7%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 0.25rem;
}
.referral-section .referral-layout-section .referral-card .input-code-wrapper input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
}
.referral-section .table-wrapper {
  max-width: 50rem;
  margin: 0 auto;
  margin-top: 5rem !important;
  border: none;
  background-image: url(/images/table-frame.webp?5352255aaf5d4731cf3d71eba5f28e43);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 18.75rem;
  margin-bottom: 5rem;
  padding: 2rem 1rem;
}
.referral-section .table-wrapper table {
  margin: 0;
}
.referral-section .table-wrapper table tbody, .referral-section .table-wrapper table td, .referral-section .table-wrapper table tfoot, .referral-section .table-wrapper table th, .referral-section .table-wrapper table thead, .referral-section .table-wrapper table tr {
  border: none;
  border-color: transparent;
}
.referral-section .table-wrapper table thead th {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #00E5FF;
  text-align: center;
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
}
.referral-section .table-wrapper table td {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0.75rem 0.5rem;
}

header {
  background-color: transparent;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 99;
}
header .gap-6 {
  gap: 1.5rem;
}
header nav {
  margin: 0 auto;
  display: flex;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  min-height: 4rem;
  position: relative;
  z-index: 1;
}
header nav::before {
  position: absolute;
  content: "";
  top: 0.063rem;
  bottom: 0.063rem;
  left: 0.063rem;
  right: 0.063rem;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 20%, 100% 80%, calc(100% - 1rem) 100%, 1rem 100%, 0% 80%, 0% 20%);
  z-index: -1;
  background: linear-gradient(114.61deg, rgba(0, 18, 23, 0.8) 3.32%, rgba(4, 12, 20, 0.8) 92.1%);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
}
header nav::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 20%, 100% 80%, calc(100% - 1rem) 100%, 1rem 100%, 0% 80%, 0% 20%);
  z-index: -2;
  background: linear-gradient(114.08deg, #44C8D7 3.9%, #224763 48.17%, #3DB6C9 92.45%);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
}
header nav .logo-wrapper img {
  width: 2.5rem;
  height: auto;
}
header nav .menu-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  header nav .menu-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  header nav .menu-wrapper {
    gap: 1.5rem;
  }
}
header nav .menu-wrapper .menu-nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  header nav .menu-wrapper .menu-nav-link {
    font-size: 1.125rem;
  }
}
header nav .menu-wrapper .menu-nav-link.active {
  color: #F7FF00;
  font-weight: 700;
}
header nav .end-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  header nav .end-wrapper {
    gap: 1rem;
  }
}
header nav .end-wrapper .btn-buy {
  font-size: 1.125rem;
  font-weight: 700;
  color: black;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  border: none;
}
header nav .end-wrapper .btn-buy.lang::before {
  clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%) !important;
}
@media screen and (max-width: 768px) {
  header nav .end-wrapper .btn-buy {
    font-size: 0.9rem;
  }
}
header nav .end-wrapper .btn-buy::before {
  position: absolute;
  content: "";
  inset: 0;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background: #00E5FF;
  z-index: -1;
}
header nav .end-wrapper .language-dropdown .dropdown-btn {
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}
header nav .end-wrapper .language-dropdown .dropdown-menu {
  min-width: -moz-fit-content;
  min-width: fit-content;
  z-index: 9;
  background: linear-gradient(125.19deg, rgba(0, 18, 23, 0.8) 1.13%, rgba(4, 12, 20, 0.8) 77.06%);
  -webkit-backdrop-filter: blur(47.432144165px);
          backdrop-filter: blur(47.432144165px);
  box-shadow: 0px 0px 15px 0px rgba(0, 229, 255, 0.2);
  border: 0.094rem solid #00E5FF;
  margin-left: -1rem !important;
}
header nav .end-wrapper .language-dropdown .dropdown-menu a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #00E5FF;
}
header nav .end-wrapper .language-dropdown .dropdown-menu a:hover {
  background-color: #00E5FF;
  color: #000;
}
header nav .end-wrapper .bar-icon {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  header nav .end-wrapper .bar-icon {
    display: none;
  }
}
header nav .end-wrapper .bar-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

/* Alternative using attribute selector */
html[lang=ar] .menu-nav-link {
  font-size: 0.9rem !important;
}

.mobile-menu-wrapper {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-menu-wrapper {
    display: block;
    transform: translate(100%);
    transition: transform 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-menu-wrapper.is_open {
    display: block;
    transform: translate(0%) !important;
    transition: transform 0.4s ease-in-out;
  }
}
.mobile-menu-wrapper .mobile-menu-container {
  background: #04070C;
  height: 100%;
  max-width: 28rem;
  margin-left: auto;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo .header-logo {
  width: 2.5rem;
  height: auto;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon {
  color: #fff;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper {
  height: calc(100vh - 68px);
  overflow-y: auto;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item {
  padding: 0.75rem 1rem !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item a {
  font-size: 1rem;
  font-weight: 500 !important;
  letter-spacing: 0.01rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item a.active {
  color: #F7FF00 !important;
  font-weight: 700 !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown button {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border: 0.06rem solid white;
  border-radius: 1rem;
  padding: 0.75rem 1rem !important;
  outline: none;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown svg {
  width: 1rem;
  height: 1rem;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown .dropdown-menu {
  background: transparent;
  position: static !important;
  inset: unset !important;
  transform: unset !important;
  margin-bottom: 0;
  border: none;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown .dropdown-menu li:hover {
  background-color: transparent;
  color: white;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown .dropdown-menu li a {
  background-color: transparent !important;
}
.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .dropdown .dropdown-menu a {
  padding: 0 !important;
  font-size: 1rem;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0.01rem;
  padding: 0.75rem 1rem !important;
}

footer .footer-line {
  width: 100%;
  height: auto;
}
footer .inner-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 992px) {
  footer .inner-footer {
    padding: 1rem;
    flex-direction: column;
    gap: 2rem;
  }
}
footer .inner-footer .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 992px) {
  footer .inner-footer .menu-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .inner-footer .menu-wrapper li a {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #00E5FF;
}
footer .inner-footer .social-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer .inner-footer .social-menu-wrapper .icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copy-right {
  padding: 1rem;
}
footer .copy-right p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
}

.banner-section {
  background-image: url(/images/banner-image.webp?9ac93971bcaa0a80b2652f1fd0c15042);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .banner-section {
    background-position: left center;
    height: auto;
  }
}
.banner-section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #04070C 55.11%, #04070C 100%);
  z-index: -1;
  height: 10rem;
}
.banner-section .banner-content {
  padding: 1rem;
  padding-top: 13rem;
}
@media screen and (max-width: 567px) {
  .banner-section .banner-content {
    padding-top: 11rem;
  }
}
.banner-section .banner-content .banner-text-wrapper {
  position: relative;
  z-index: 1;
}
.banner-section .banner-content .banner-text-wrapper::before {
  position: absolute;
  content: "";
  top: -2rem;
  left: -2rem;
  width: 50%;
  height: 1rem;
  background: url(/images/top-line.png?8f4497a250b292357e21c3830c62e84d);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-section .banner-content .banner-text-wrapper::after {
  position: absolute;
  content: "";
  right: -2rem;
  bottom: -2rem;
  width: 50%;
  height: 1rem;
  background: url(/images/reo-max-line.png?749ca7d41a38e75613a2b9d8de0b481f);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-section .banner-content .banner-text-wrapper .banner-text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 80rem;
  width: 100%;
}
.banner-section .banner-content .tiger-image-wrapper {
  max-width: 35rem;
  margin: 0 auto;
  margin-top: -15rem !important;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .banner-section .banner-content .tiger-image-wrapper {
    margin-top: -10rem !important;
  }
}
@media screen and (max-width: 992px) {
  .banner-section .banner-content .tiger-image-wrapper {
    margin-top: -7rem !important;
  }
}
@media screen and (max-width: 768px) {
  .banner-section .banner-content .tiger-image-wrapper {
    margin-top: -5rem !important;
  }
}
@media screen and (max-width: 567px) {
  .banner-section .banner-content .tiger-image-wrapper {
    margin-top: -3.25rem !important;
  }
}
.banner-section .banner-content .tiger-image-wrapper img {
  width: 100%;
  height: auto;
  padding-left: 3rem;
}

.about-us-section {
  padding-bottom: 5rem;
}
.about-us-section .price-check-card {
  position: relative;
  z-index: 1;
  background-image: url(/images/banner-card-outline.png?583801d3aeb7d9e8addea0f9f10232fb);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 60rem;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
  filter: drop-shadow(0px 0px 30px 0px rgba(247, 255, 0, 0.2));
  margin-top: -20rem;
}
@media screen and (max-width: 1023px) {
  .about-us-section .price-check-card {
    max-width: 50rem;
    margin-top: -10rem;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section .price-check-card {
    max-width: 45rem;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section .price-check-card {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .about-us-section .price-check-card {
    margin-bottom: 3rem;
  }
}
.about-us-section .price-check-card .card-content {
  padding: 2rem;
  position: relative;
}
.about-us-section .price-check-card .card-content h4 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #00E5FF;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .about-us-section .price-check-card .card-content h4 {
    font-size: 1.5rem;
  }
}
.about-us-section .price-check-card .card-content .wallet_address {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.about-us-section .price-check-card .card-content .price-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}
.about-us-section .price-check-card .card-content .price-details .icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 360px) {
  .about-us-section .price-check-card .card-content .price-details .icon img {
    width: 1rem;
    height: 1rem;
  }
}
.about-us-section .price-check-card .card-content .price-details p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-us-section .price-check-card .card-content .price-details p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .about-us-section .price-check-card .card-content .price-details p {
    font-size: 0.8rem;
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper {
  max-width: 23rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  border: none;
  background-color: transparent;
  position: relative;
  border: 0.063rem solid #00E5FF;
  border-radius: 0.5rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select.active {
  background: #00E5FF;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select.active p {
  color: #000;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select .icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select .icon img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-us-section .price-check-card .card-content .select-category-wrapper .select-btn-conatainer .btn-select p {
    font-size: 1rem;
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  .about-us-section .price-check-card .card-content .select-category-wrapper .input-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 575px) {
  .about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper {
    max-width: 13.5rem;
    margin: 0 auto;
  }
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .label-wrapper p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .label-wrapper span {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5019607843);
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .input-container {
  border: 1px solid #00E5FF;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .input-container .position-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .input-container .position-icon img {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .input-container input {
  border: none !important;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  outline: none;
  width: calc(100% - 3rem);
  height: 3rem;
}
.about-us-section .price-check-card .card-content .select-category-wrapper .input-container .input-wrapper .input-container input:focus {
  outline: none;
  border: 1px solid #00E5FF;
}
.about-us-section .price-check-card .card-content .connect-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.about-us-section .price-check-card .card-content .connect-btn-wrapper button {
  font-size: 1.125rem;
  font-weight: 700;
  color: black;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: transparent;
  border: none;
  outline: none;
}
@media screen and (min-width: 575px) {
  .about-us-section .price-check-card .card-content .connect-btn-wrapper button {
    font-size: 1rem;
  }
}
.about-us-section .price-check-card .card-content .connect-btn-wrapper button::before {
  position: absolute;
  content: "";
  inset: 0;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background: #F7FF00;
  z-index: -1;
}
.about-us-section .price-check-card .timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.about-us-section .price-check-card .timer-wrapper .dot-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-us-section .price-check-card .timer-wrapper .dot-wrapper .dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #00FFFF;
}
.about-us-section .price-check-card .timer-wrapper .timer-card {
  padding: 1rem;
  background-color: #00E5FF;
  width: 6rem;
  height: 7rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 567px) {
  .about-us-section .price-check-card .timer-wrapper .timer-card {
    width: 4rem;
    height: 5rem;
  }
  .about-us-section .price-check-card .timer-wrapper .timer-card h2 {
    font-size: 1rem !important;
  }
  .about-us-section .price-check-card .timer-wrapper .timer-card p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .about-us-section .price-check-card .timer-wrapper .timer-card {
    width: 3rem;
    height: 4rem;
  }
  .about-us-section .price-check-card .timer-wrapper .timer-card h2 {
    font-size: 0.9rem !important;
  }
  .about-us-section .price-check-card .timer-wrapper .timer-card p {
    font-size: 0.75rem !important;
  }
}
.about-us-section .price-check-card .timer-wrapper .timer-card::before {
  position: absolute;
  content: "";
  inset: 0.125rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(122.12deg, rgba(0, 18, 23, 0.8) 5.24%, rgba(4, 12, 20, 0.8) 88.7%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  z-index: -1;
}
.about-us-section .price-check-card .timer-wrapper .timer-card h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.about-us-section .price-check-card .timer-wrapper .timer-card p {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
}
.about-us-section .content-wrapper {
  position: relative;
  z-index: 1;
}
.about-us-section .content-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(/images/left-hammer.svg?6e71701d67ea0c2aabe84cf622bd7ec9);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 9.375rem;
  top: 5rem;
  left: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-us-section .content-wrapper::before {
    width: 2.375rem;
    height: 5.375rem;
  }
}
.about-us-section .content-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(/images/right-hammer.svg?18dcf0eafe6e5b75cf4b505d6ed4d7ba);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 9.375rem;
  bottom: 0rem;
  right: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-us-section .content-wrapper::after {
    width: 2.375rem;
    height: 5.375rem;
  }
}
.about-us-section .content-wrapper .about-us-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.about-us-section .content-wrapper .about-us-btn-wrapper button {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0.5rem 1.5rem;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  color: #fff;
  background: #00E5FF;
  margin-left: -1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .about-us-section .content-wrapper .about-us-btn-wrapper button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
.about-us-section .content-wrapper .about-us-btn-wrapper button:first-child {
  margin-left: 0;
}
.about-us-section .content-wrapper .about-us-btn-wrapper button.active {
  color: black;
}
.about-us-section .content-wrapper .about-us-btn-wrapper button.active::before {
  position: absolute;
  content: "";
  background: #00E5FF !important;
}
.about-us-section .content-wrapper .about-us-btn-wrapper button::before {
  position: absolute;
  content: "";
  top: 0.063rem;
  bottom: 0.063rem;
  left: 0.063rem;
  right: 0.063rem;
  clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
  background: #04070C;
  z-index: -1;
}
.about-us-section .content-wrapper p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #91B3B8;
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-us-section .content-wrapper p {
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .about-us-section .content-wrapper p {
    font-size: 1rem;
    max-width: 290px;
    margin: 0 auto;
  }
}

.roadmap-section {
  padding: 5rem 0;
  position: relative;
  background-image: url(/images/roadmap-bg.webp?bc8130ac8fa607eb4d71fc5e14ce1d78);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .roadmap-section {
    padding-top: 3rem;
  }
}
.roadmap-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-image: url(/images/border-line.svg?bbd3672c2704cbce2499d86dcc3cf55a);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1rem;
}
.roadmap-section .roadmap-content-wrapper .roadmap-image {
  max-width: 60rem;
  margin: 0 auto;
}
.roadmap-section .roadmap-content-wrapper .roadmap-image.roadmap-image-hi {
  max-width: 40rem !important;
  margin: 0 auto;
}
.roadmap-section .roadmap-content-wrapper .roadmap-image.roadmap-image-ar {
  margin: 0 auto;
  margin-bottom: 1.5rem !important;
}
.roadmap-section .roadmap-content-wrapper .roadmap-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.roadmap-section .roadmap-content-wrapper .roadmap-tiger {
  max-width: 30rem;
  margin: 0 auto;
  margin-top: -15rem;
}
.roadmap-section .roadmap-content-wrapper .roadmap-tiger img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .roadmap-section .roadmap-content-wrapper .roadmap-tiger {
    margin-top: -5rem;
  }
}
.roadmap-section .roadmap-content-wrapper .main-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: -15rem;
}
@media screen and (max-width: 768px) {
  .roadmap-section .roadmap-content-wrapper .main-content {
    gap: 1rem;
    margin-top: -12rem;
  }
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card {
  padding: 1.5rem 1rem;
  max-width: 25rem;
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 30px rgba(247, 255, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .roadmap-section .roadmap-content-wrapper .main-content .roadmap-card {
    max-width: 100%;
    min-height: 250px;
  }
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card.rotate-180::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(/images/rotated-border.png?6936917e941713f055eba47b1ac2050a);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(/images/sm-border-card.png?0514f3c714cdcc436e00665861519f07);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card .badge {
  padding: 0.25rem 0.5rem;
  background-color: #00e5ff;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
  border-radius: 0;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card ul {
  padding-left: 2rem;
  margin-top: 1rem;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card ul li .icon img {
  width: 0.625rem;
  height: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.roadmap-section .roadmap-content-wrapper .main-content .roadmap-card ul li span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.roadmap-section .roadmap-content-wrapper .main-content .content-wrapper {
  max-width: 63rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .roadmap-section .roadmap-content-wrapper .main-content .content-wrapper {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .roadmap-section .roadmap-content-wrapper .main-content .content-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.roadmap-section .roadmap-content-wrapper .main-content .secondary-content-wrapper {
  max-width: 55rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .roadmap-section .roadmap-content-wrapper .main-content .secondary-content-wrapper {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .roadmap-section .roadmap-content-wrapper .main-content .secondary-content-wrapper {
    max-width: 45rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.token-contract-section {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .token-contract-section {
    padding: 4rem 0;
  }
}
.token-contract-section .section-title h1 {
  margin: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  -webkit-text-stroke: 0.125rem #00E5FF;
  color: #000;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .token-contract-section .section-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .token-contract-section .section-title h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 360px) {
  .token-contract-section .section-title h1 {
    font-size: 2rem;
  }
}
.token-contract-section .section-title p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.5rem !important;
  text-align: center;
  max-width: 35rem;
  margin: 0 auto;
}
.token-contract-section .token-contract-wrapper {
  padding: 1.5rem 1rem;
  max-width: 40rem;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 30px rgba(247, 255, 0, 0.2));
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
.token-contract-section .token-contract-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(/images/sm-border-card.png?0514f3c714cdcc436e00665861519f07);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.token-contract-section .token-contract-wrapper .details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.token-contract-section .token-contract-wrapper .details h6 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
.token-contract-section .token-contract-wrapper .details .copy-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.token-contract-section .token-contract-wrapper .details .copy-wrapper svg {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.token-contract-section .token-contract-wrapper .details p, .token-contract-section .token-contract-wrapper .details a {
  margin: 0;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.862745098);
}
.token-contract-section .note-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 35rem;
  margin: 0 auto;
  margin-top: 1rem !important;
}
.token-contract-section .note-wrapper .icon svg {
  width: 1rem;
  height: 1rem;
}
.token-contract-section .note-wrapper p {
  margin: 0;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  width: calc(100% - 1.5rem);
}

.tokenomics-section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
.tokenomics-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url(/images/tokenomics-bg.png?94c37ba42ec77b3862b033aa8137c57d);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(94px);
          backdrop-filter: blur(94px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tokenomics-section {
    padding: 1rem 0 5rem 0;
  }
}
.tokenomics-section .section-title h1 {
  margin: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #c0efff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tokenomics-section .section-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .tokenomics-section .section-title h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 360px) {
  .tokenomics-section .section-title h1 {
    font-size: 2.25rem;
  }
}
.tokenomics-section .section-title h1::before {
  position: absolute;
  content: "";
  top: -0.5rem;
  left: -5.25rem;
  width: 5rem;
  height: 5rem;
  background: url(/images/title-image.png?305059fcfd9cdba360a769fb75b64915);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .tokenomics-section .section-title h1::before {
    top: -0.5rem;
    left: -3.25rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 340px) {
  .tokenomics-section .section-title h1::before {
    display: none;
  }
}
.tokenomics-section .tokenomics-image {
  margin-top: -5rem;
}
@media screen and (max-width: 992px) {
  .tokenomics-section .tokenomics-image {
    margin-top: 0rem;
  }
}
.tokenomics-section .tokenomics-image img {
  max-width: 30rem;
  margin: 0 auto;
  display: block;
}
.tokenomics-section .total-supply-image {
  max-width: 25rem;
  margin: 0 auto;
  display: block;
  margin-top: 1.5rem;
  position: relative;
}
.tokenomics-section .total-supply-image img {
  width: 100%;
  height: auto;
}
.tokenomics-section .total-supply-image .text-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}
.tokenomics-section .total-supply-image .text-wrapper p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #F7FF00;
  padding: 2rem;
}

.how-to-buy-section {
  padding: 1rem 0 5rem 0;
  background: url(/images/tekenomics-background.png?415408bf08e224d473f16a287ed3e35a);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.how-to-buy-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(4, 7, 12, 0.8509803922);
  z-index: -1;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
.how-to-buy-section::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #04070C 55.11%, #04070C 100%);
  z-index: -1;
  height: 10rem;
}
.how-to-buy-section .stroke-section-title {
  margin-left: 3rem;
}
.how-to-buy-section .stroke-section-title h1 {
  margin: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
  -webkit-text-stroke: 0.125rem #00E5FF;
  color: #000;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .stroke-section-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .how-to-buy-section .stroke-section-title h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 320px) {
  .how-to-buy-section .stroke-section-title h1 {
    font-size: 2.5rem;
  }
}
.how-to-buy-section .buy-card-wrapper {
  display: flex;
  gap: 1rem;
  max-width: 55rem;
  margin: 0 auto;
  margin-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper {
    flex-direction: column;
    margin-top: 2rem !important;
  }
}
.how-to-buy-section .buy-card-wrapper .left-side {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.how-to-buy-section .buy-card-wrapper .left-side .buy-card {
  margin-left: auto;
  background: url(/images/buy-card-outline-left.webp?91c25df74f33b1fb33db9a9cb3cd485a);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.how-to-buy-section .buy-card-wrapper .left-side .buy-card .first-image {
  position: absolute;
  left: -17rem;
  bottom: 11rem;
  max-width: 17rem;
}
@media screen and (max-width: 992px) {
  .how-to-buy-section .buy-card-wrapper .left-side .buy-card .first-image {
    display: none;
  }
}
.how-to-buy-section .buy-card-wrapper .left-side .buy-card .second-image {
  position: absolute;
  left: -16rem;
  max-width: 17rem;
  width: 100%;
  top: -3.5rem;
}
@media screen and (max-width: 992px) {
  .how-to-buy-section .buy-card-wrapper .left-side .buy-card .second-image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .left-side .buy-card {
    margin-left: 0;
  }
}
.how-to-buy-section .buy-card-wrapper .left-side .buy-card p {
  max-width: 22rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .left-side .buy-card p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .left-side {
    width: 100%;
  }
}
.how-to-buy-section .buy-card-wrapper .right-side {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .right-side {
    width: 100%;
  }
}
.how-to-buy-section .buy-card-wrapper .right-side .cone-image {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .right-side .cone-image {
    display: none;
  }
}
.how-to-buy-section .buy-card-wrapper .right-side .buy-card {
  margin-right: auto;
  background: url(/images/buy-card-outline-right.webp?9af1062af9e0e94f1f370fa502e155d8);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .right-side .buy-card {
    background: url(/images/buy-card-outline-left.webp?91c25df74f33b1fb33db9a9cb3cd485a);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.how-to-buy-section .buy-card-wrapper .right-side .buy-card .third-image {
  position: absolute;
  right: -15rem;
  max-width: 15rem;
  width: 100%;
  bottom: 0rem;
}
@media screen and (max-width: 992px) {
  .how-to-buy-section .buy-card-wrapper .right-side .buy-card .third-image {
    display: none;
  }
}
.how-to-buy-section .buy-card-wrapper .right-side .buy-card p {
  max-width: 22rem;
  margin-left: auto;
}
.how-to-buy-section .buy-card-wrapper .right-side .buy-card .line-image {
  position: absolute;
  max-width: 15rem;
  width: 100%;
  bottom: -2rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .how-to-buy-section .buy-card-wrapper .right-side .buy-card .line-image {
    display: none;
  }
}
.how-to-buy-section .buy-card-wrapper .buy-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
  padding: 2rem 1rem 3.75rem 1rem;
  width: 100%;
  filter: drop-shadow(0px 0px 30px rgba(247, 255, 0, 0.2));
}
.how-to-buy-section .buy-card-wrapper .buy-card h6 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #F6FF00;
}
.how-to-buy-section .buy-card-wrapper .buy-card p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
}

.faq-section {
  padding: 1rem 0 5rem 0;
  z-index: 1;
  position: relative;
}
.faq-section .section-title h1 {
  margin: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #c0efff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-section .section-title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .faq-section .section-title h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 360px) {
  .faq-section .section-title h1 {
    font-size: 2.5rem;
  }
}
.faq-section .faq-wrapper {
  max-width: 55rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-section .faq-wrapper .faq-card {
  padding: 1rem 2rem;
  background: url(/images/faq-card-bg.png?6d33190c32602139739470733cc70b17);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  filter: drop-shadow(0px 0px 30px rgba(247, 255, 0, 0.2));
}
.faq-section .faq-wrapper .faq-card.transparent-card {
  background: none !important;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-wrapper .faq-card {
    background: none;
    border: 1px solid #F7FF00;
    border-radius: 0.5rem;
  }
}
.faq-section .faq-wrapper .faq-card .count {
  position: absolute;
  right: 0;
  top: -0.3rem;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-wrapper .faq-card .count {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.faq-section .faq-wrapper .faq-card .count p {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-wrapper .faq-card .count p {
    font-size: 1.25rem;
  }
}
.faq-section .faq-wrapper .faq-card h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-wrapper .faq-card h4 {
    font-size: 1.25rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .faq-section .faq-wrapper .faq-card h4 {
    font-size: 1rem;
  }
}
.faq-section .faq-wrapper .faq-card p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 567px) {
  .faq-section .faq-wrapper .faq-card p {
    font-size: 1rem;
  }
}

.page-layout {
  min-height: calc(100vh - 11rem);
}
