* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.title-main-header {
  position: relative;
  font-weight: 600;
  color: rgb(13, 13, 18);
  font-size: 72px;
  line-height: 85px;
  letter-spacing: 0px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  /* background-color: red; */
  padding: 0px 100px;
  max-width: 1280px;
}

.logo-container {
  display: flex;
  gap: 50px;
  align-items: center;
}

a {
  text-decoration: none;
  color: none;
}
.nav-home {
  border-radius: 5px;
  padding: 7px 15px;
  transition: background-color 200ms ease 0s;
  background-color: rgb(214, 99, 57);
  color: white;
  /* height: 44px; */
}

.logo-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-stake {
  border-radius: 5px;
  padding: 6px 14px;
  background-color: rgb(255, 255, 255);
  transition: background-color 200ms ease 0s;
  font-weight: 500;
  color: #36394a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.nav-stake:hover {
  background: rgb(236, 239, 243);
}
.supercharger {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  /* width: 100%; */
  border: 1px solid rgb(255, 236, 214);
  border-radius: 12px;
  background-color: rgb(255, 236, 214);
  padding: 10px;
  transition: all 200ms ease 0s;
  color: white;
  gap: 10px;
  font-weight: 700;
  color: rgb(214, 99, 57);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wallet {
  display: flex;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: transparent;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgb(223, 225, 231);
  transition: all 200ms ease 0s;
  gap: 10px;

  font-weight: 500;
  color: rgb(13, 13, 18);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;

  width: 165px;
  height: 44px;
}

.country {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(236, 239, 243);
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
}

.country-image {
  display: flex;
  border-radius: 12px;
  background: url(https://staking.tokenfi.com/icons/locales/en.svg) center
    center / cover no-repeat rgb(223, 225, 231);
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: all 200ms ease 0s;
}

.content {
  /* padding: 0px 98px; */
  width: 100%;
  height: 97vh;
  display: flex;
  align-items: center;
  background: url(https://staking.tokenfi.com/images/graph-tokenfi.svg) 1% 20% /
    cover no-repeat rgb(255, 255, 255);
  padding: 0px 100px;
}

.hero-title {
  width: 50%;
  margin-top: 150px;
}

.title-sub-header {
  color: rgb(214, 99, 57);
  font-size: 14px;
  font-weight: 300;
}

.title-main-header {
  margin-top: 20px;
}

.button {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 156px;
  height: 56px;
  background-color: rgb(214, 99, 57);
  border: 1px solid rgb(214, 99, 57);
  border-radius: 12px;
  transition: all 200ms ease 0s;
}

.staking-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  /* align-items: center; */
  gap: 24px;
  border-radius: 12px;
  height: fit-content;
  min-width: 270px;
  background: rgb(248, 250, 251);
  border: 1px solid rgb(223, 225, 231);
  backdrop-filter: blur(5px);
}

.current-staking-container {
  display: flex;
  gap: 20px;
}

.card-header > p {
  font-weight: 400;
  color: rgb(54, 57, 74);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}

.card-icon {
  border-radius: 50%;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: left;
}

.staking-period {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.price {
  display: flex;
  padding: 2px 8px;
  border-radius: 96px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(236, 239, 243);
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgb(214, 99, 57) !important;
}

.Hero-Sub {
  position: relative;
  font-weight: 300;
  color: rgb(54, 57, 74);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}

.eth-stake {
  position: relative;
  font-weight: 400;
  color: rgb(102, 109, 128);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}

.stake-market-cap {
  position: relative;
  font-weight: 700;
  color: rgb(214, 99, 57);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
}

.amount-number {
}

.stake-container {
  width: 100%;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: space- between;
  gap: 5px;
}

.current-staking-container-bottom {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: rgb(248, 250, 251);
  border: 1px solid rgb(223, 225, 231);
  backdrop-filter: blur(5px);
}

.stakk {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px;
  /* justify-content: left; */
}

.current-staking-container-bottom > .current-stake {
  position: relative;
  font-weight: 400;
  color: rgb(102, 109, 128);
  line-height: 21px;
  letter-spacing: 0px;
}
.stake-amount {
}

.Hero-Image {
  position: absolute;
  width: 10px;
}
.plan-parent-container {
  padding: 60px;
}

.big-text {
  font-weight: 600;
  color: rgb(13, 13, 18);
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0px;
  width: 70%;
}

.big-text-sub-text {
  position: relative;
  font-weight: 400;
  color: rgb(13, 13, 18);
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0px;
  margin-top: 40px;
}

.plan-flex-container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(225px, auto));
  gap: 4em;
  grid-auto-flow: dense;
  place-content: space-around space-between;
  -webkit-box-pack: justify;
  width: 100%;
  margin-top: 50px;
}

.plan-card-title {
  position: relative;
  font-weight: 300;
  color: rgb(13, 13, 18);
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0px;
  padding: 15px 0px;
}

.plan-card-sub-title {
  position: relative;
  font-weight: 400;
  color: rgb(54, 57, 74);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}
.plan-icon-image {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: rgb(246, 248, 250);
}

.amplify-crypto-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.amplify-supercharger {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid rgb(223, 225, 231);
  background: rgb(248, 250, 251);
  border-radius: 100px;
  padding: 10px 12px;
  height: 32px;
  gap: 8px;
}

.amplify-title {
  position: relative;
  font-weight: 500;
  color: rgb(13, 13, 18);
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.4px;
}

.amplify-sub-title {
  position: relative;
  font-weight: 400;
  color: rgb(54, 57, 74);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.amplify-button {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  /* width: 100%; */
  border: 1px solid rgb(255, 236, 214);
  border-radius: 12px;
  background-color: rgb(255, 236, 214);
  padding: 10px;
  transition: all 200ms ease 0s;
}

.amplify-title-container {
  max-width: 600px;
  text-align: center;
}

.amplify-container-sub {
  max-width: 350px;
  text-align: center;
}

.flex-container {
  padding: 0 60px;
}

.amplify-container {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 80px 0px;
  gap: 80px;
}

.holder-parent-container {
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 66px 40px;
  gap: 30px;
}
.holder-text-content {
  display: flex;
  flex-direction: column;
  max-width: 42%;
}

.holder-title {
  opacity: 1;
  transform: none;
  margin-top: 20px;
}
.holder-sub {
  display: flex;
  max-width: 400px;
  margin-top: 20px;
}

.holder-button-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}

.holder-btn {
  cursor: pointer;
  outline: inherit;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 156px;
  height: 56px;
  background-color: rgb(214, 99, 57);
  border: 1px solid rgb(214, 99, 57);
  border-radius: 12px;
  transition: all 200ms ease 0s;
}

.holder-card-container {
  display: flex;
  position: relative;
  margin: 12px 0px 27px;
  gap: 16px;
}

.crypto-holders {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  border-radius: 8px;
  padding: 24px;
  background: rgb(246, 248, 250);
  -webkit-box-pack: center;
  justify-content: center;
}

.card-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-holder-top {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  border-radius: 8px;
  padding: 24px;
  justify-content: space-evenly;
  height: 192px;
  background: rgb(246, 248, 250);
}

.card-holder-bottom {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  border-radius: 8px;
  padding: 24px;
  justify-content: space-evenly;
  height: 192px;
  background: rgb(246, 248, 250);
}

.quote-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: italic;
}

.quote-parent-container {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 56px;
  gap: 74px;
}

.quote-parent-container {
  padding: 0 60px;
}

.iterlicks {
  font-variation-settings: "slnt" 0;
}

.community {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 252px;
  gap: 24px;
  border-radius: 12px;
  padding: 56px;
  background: url(https://staking.tokenfi.com/images/goo-tokenfi.svg) 0% 0% /
    cover no-repeat;
}

.telegram_text_group {
  display: flex;
  flex-direction: column;
}

/* img {
  border-style: none;
  width: 32px;
  aspect-ratio: auto 32 / 32;
  height: 32px;
  overflow-clip-margin: content-box;
  overflow: clip;
} */

.telegram_container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
}
.community_links {
  display: flex;
  gap: 24px;
  width: 100%;
}

.link {
  width: 100%;
  max-width: 486px;
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.467);
}

.link-inner-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px;
  height: 80px;
  width: 100%;
  border: 1px solid rgb(236, 239, 243);
  background-color: rgba(246, 248, 250, 0.333);
  border-radius: 12px;
  gap: 16px;
  user-select: none;
  cursor: pointer;
  transition: background-color 200ms ease 0s;
}

.footer-side-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.inner-footer-side-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 55px 60px 35px 60px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}

.biggerBody {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.container01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.container02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.inner01-container01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-link-container {
  display: flex;
  gap: 16px;
}

.inner02-container01 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-link {
  display: flex;
  gap: 16px;
}

.link-cover {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px;
  height: 80px;
  width: 100%;
  border: 1px solid rgb(236, 239, 243);
  background-color: rgba(246, 248, 250, 0.333);
  border-radius: 12px;
  gap: 16px;
  user-select: none;
  cursor: pointer;
  transition: background-color 200ms ease 0s;
}

.link-inner-cover {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
}

.container02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.inner-Container02 {
  display: flex;
  gap: 80px;
}

.Resources-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.resources-ref {
  color: rgb(2, 101, 220);
}

.real-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 35px;
}

.right-footer {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgb(223, 225, 231);
  padding-top: 20px;
}
.left-footer {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgb(223, 225, 231);
  padding-top: 20px;
}

.Inquiries {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Contract {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contract-flex {
  display: flex;
  gap: 16px;
}

.contract-address {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: rgb(246, 248, 250);
  border: 1px solid rgb(236, 239, 243);
  cursor: pointer;
  transition: background-color 200ms ease 0s;
}

.animated-flags {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: end;
  width: 100px;
}

.inner-animated-flags {
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.third-flag-container {
  position: relative;
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  padding: 10px;
  gap: 5px;
  height: 40px;
  background-color: rgb(236, 239, 243);
  border-radius: 12px;
}
.menu-icon {
  display: none;
}

.header-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s;
  z-index: 1000;

  position: fixed;
  background: rgba(236, 239, 243, 0.267);
  backdrop-filter: blur(5px);
  border: none;
  height: 80px !important;
}

.header-hidden {
  top: -100%; /* Hide the header by moving it out of view */
}
.text-container {
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: start; /* Align items to the start of the container */
}

.svg-container {
  flex-shrink: 0; /* Prevent the SVG from shrinking */
  display: inline-block; /* Display inline for alignment */
  width: 50px; /* Specific width for the SVG */
  height: 50px; /* Specific height for the SVG */
}

.svg-container svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.text {
  display: inline-block; /* Display inline for alignment */
  margin-left: 10px; /* Space between SVG and text */
}

@media screen and (max-width: 1024px) {
  .content {
    flex-direction: column;
    align-items: start;
    height: max-content;
  }
  .hero-title {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 50px;
  }
  .stakk {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
  }
  .staking-card {
    gap: 25px;
    /* min-width: 400px; */
    width: 100%;
  }

  .holder-parent-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: start;
    padding: 66px 40px;
    gap: 50px;
  }
  .inner-footer-side-container {
    padding: 100px 60px;
  }
  .footer-link-container {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .third-flag-container {
    display: none;
  }
  .big-text {
    width: 90%;
  }
  .holder-text-content {
    display: flex;
    flex-direction: column;
    max-width: 90%;
  }
  .right-footer {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgb(223, 225, 231);
    padding-top: 20px;
    gap: 10px;
  }
  .animated-flags {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .header {
    padding: 0px 50px;
  }
  .content {
    padding: 0px 50px;
  }
  .inner-footer-side-container {
    padding: 100px 50px;
  }

  .header-nav {
    display: none;
  }
  .logo-nav {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  .current-staking-container {
    flex-direction: column;
  }
  .big-text {
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
  }

  .big-text-sub-text {
    font-size: 29px;
  }

  .card-holder-top {
    height: max-content;
  }
  .card-holder-bottom {
    height: max-content;
  }
  .quote-parent-container {
    padding: 0 30px;
  }
  .community {
    height: max-content;
    padding: 40px;
  }
  .biggerBody {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
  .right-footer {
    gap: 30px;
    flex-direction: column;
  }
  .inner-footer-side-container {
    padding: 100px 50px 20px 50px;
  }
}

@media screen and (max-width: 513px) {
  .remove-svg,
  .image-particles {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .holder-card-container {
    display: flex;
    flex-direction: column;
  }
  .community_links {
    display: flex;
    flex-direction: column;
  }
  .contract-flex {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .plan-parent-container {
    padding: 60px;
  }
  .big-text-sub-text {
    font-size: 16px;
  }
  .big-text {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 400px) {
  .content {
    padding: 0px 30px;
  }
  .big-text {
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
  }
  .big-text-sub-text {
    font-size: 15px;
  }
  .amplify-crypto-container {
    padding: 15px;
  }
}

@media screen and (max-width: 390px) {
  .inner-Container02 {
    gap: 30px;
  }
}

@media screen and (max-width: 340px) {
  .big-text-sub-text {
    font-size: 13px;
  }
  .flex-container {
    padding: 0 30px;
  }
  .title-main-header {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-title {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
