.background-image {
  background-image: url("../images/Quantova.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 672px;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.background-image-Enterprise {
  background-image: url("../images/enterprise.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 690px;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.background-image-resources {
  background-image: url("../images/resources-background.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 672px;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.background-image-content {
  background-color: #000000bf;
  max-width: 400px;
  border-radius: 1rem;
  color: white;
  padding: 0 25px;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22px);
}

.Developers {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #8c8c8c !important;
  font-family: "Inter Tight";
}

.background-image-content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: 0%;
  font-family: "Inter Tight";
}

.background-image-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.8px;
  color: #ededed;
  font-family: "Inter";
}

.background-image-content a {
  border: 1px solid #ffffff1a;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  border-radius: 8px;
  font-family: "Inter Tight";
}

.build-today {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  letter-spacing: 0%;
  color: #ededed;
  font-family: "Inter Tight";
}

.build-today-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #ededed;
  font-family: "Inter";
}

.cardsSection {
  height: 100%;
  /* border-radius: 32px; */
  display: flex;
  flex-direction: column;
  border: 3px solid #171717;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.cardsSection:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.cardsSection img {
  width: 100%;
  max-width: 284px;
}

.mentorshipImg img {
  max-width: 228px;
}

.cardsSection a {
  text-decoration: none;
}

.mentorship-Challenges a {
  text-decoration: none;
}

.cardsSection h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
  color: #ededed;
  margin-bottom: 5px;
  margin-top: 8px;
  font-family: "Inter Tight";
}

.Beginner {
  background-color: #fef3c8;
  border-radius: 4px;
  border: 1px solid #00000000;
  color: #461e06;
  font-size: 10px;
  display: flex;
  font-weight: 700;
  margin-top: 50px;
  font-family: "Inter Tight";
}

.cardsSection p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.Start-quest {
  /* max-width: 140px; */
  display: block;
  min-width: auto;
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  border: 1px solid transparent;
  font-family: "Inter Tight";
}

.Start-quest-vist {
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  font-family: "Inter Tight";
}

.Start-quest:hover i {
  color: white !important;
}

.Start-quest:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #333333;
}

.mentorship-Challenges {
  background-image: url("../images/quantova-img/Challenge_Mentorship-2.jpg");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  padding: 20px;
  color: #fff;
  border: 1px solid #333333;
}

.mentorship-Challenges h5 {
  font-weight: 700;
  font-size: 30px;
  font-family: "Inter Tight";
  line-height: 39px;
}

.mentorship-Challenges p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #ededed;
  font-family: "Inter Tight";
}

.SpeedRun-Quantova {
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  font-family: "Inter Tight";
}

/* === 3rd section === */

.stay-remote {
  border: 3px solid #171717;
  /* border-radius: 16px; */
}

.box-card-2 h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
}

.box-card-2 div {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.paid-well h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
}

.paid-well p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #ededed;
  font-family: "Inter";
}

.money-program {
  border: 1px solid #171717;
  border-radius: 16px;
}

.money-program-title h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
  font-family: "Inter Tight";
}

.money-program-title i {
  margin-top: -6px;
  font-size: 22px;
}

.value-moves {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #ededed;
  font-family: "Inter";
}

.value-moves-descrip {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #8c8c8c;
  font-family: "Inter";
}

.card-distribution {
  background-color: #090909;
}

.Quantova-app-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #8c8c8c;
  font-family: "Inter Tight";
  margin-bottom: 0px;
}

.Quantova-app-text a {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
}

.copy-line-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 8px;
  cursor: pointer;
}

.copy-line-box p {
  font-family: "IBM Plex Mono" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 0px;
  color: #ededed;
  font-family: "Inter Tight";
}

.Scaffold-ETH {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #fff;
  cursor: pointer;
  font-family: "Inter";
}

.Scaffold-ETH span {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
}

.copy-line-box i {
  color: #fff;
}

.stack-image {
  height: 224px;
  width: 100%;
}

.cards-block h3 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

.Stack-Exchange {
  max-width: fit-content;
  min-width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  min-height: 43px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: transparent;
  color: #ededed;
}

.Stack-Exchange:hover {
  background-color: #ededed;
  color: #000;
}

.blockchain h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
  font-family: "Inter Tight";
}

.blockchain p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

/* ==== links ==== */

.documentation-explore {
  border: 3px solid #171717;
  /* border-radius: 16px; */
}

.footer-title {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  font-family: "Inter Tight";
}

.footer-links li {
  margin-bottom: 10px;
  margin-top: 5px;
}

.footer-links li p {
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 25.6px;
  font-family: "Inter";
  margin-top: 9px;
}

.footer-links a {
  font-family: "Inter" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  text-decoration: underline;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

.footer-links a:hover {
  color: #9ca3af;
  padding-left: 6px;
}

.prototype-card a {
  min-width: auto;
  text-decoration: none;
}

.prototype-card {
  /* border-radius: 16px; */
  border: 3px solid #171717;
  max-width: 992px;
}

.prototype-card h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
  text-align: center;
}

.prototype-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  color: #ededed;
  font-family: "Inter";
}

/* ==== Quantova Apps Page */

.Sablier button {
  background-color: #1f0547;
  border: 1px solid #00000000;
  color: #dac5fc;
  border-radius: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "Inter Tight";
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.Sablier h5 {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  font-family: "Inter Tight";
}

.Sablier p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #8c8c8c;
  margin-bottom: 0px;
  font-family: "Inter Tight";
}

.show-link {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22.4px !important;
  letter-spacing: 0% !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: "Inter Tight";
}

.show-link:hover {
  text-decoration: underline !important;
}

.Sablier-protocol {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: "Inter Tight";
  line-height: 25.6px !important;
  color: #ededed !important;
}

.Sablier-image {
  width: 64px;
  height: 64px;
  border-radius: 12px;
}

.section-highlights {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
}

.highlights-image {
  width: 96px !important;
  height: 96px;
  border-radius: 12px;
  margin-top: 10px;
}

.blog-card-carousal-defi {
  /* height: 481px; */
  border-radius: 12px;
  border: 1px solid #333333;
}

/* --- carousal card */

.blog-folder {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #333333;
}

.blog-folder i {
  font-size: 20px;
}

.DeFi {
  font-weight: 700;
  font-size: 18px;
  font-family: "Inter Tight";
  line-height: 28.8px;
}

.DefiCards {
  height: 100%;
  /* background-color: #090909; */
  border: 3px solid #171717;
  /* border-radius: 16px; */
  padding: 26px 25px;
}

.defi-cate {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter Tight";
}

.DefiCards p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Inter";
}

.beiko h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  font-family: "Inter Tight";
}

.beiko div {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  font-family: "Inter Tight";
}

.beiko div i {
  font-size: 20px;
}

.Farcaster-image {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.Tim-image {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
}

.suggest {
  min-width: auto;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #ededed;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  font-family: "Inter Tight";
}

.suggest:hover {
  text-decoration: underline;
}

.DefiCards h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
}

.network-tab-container {
  width: 856px;
  /* width: 100%; */
  height: 48px;
  border: 1px solid #333333;
  background-color: #000;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001a;
  display: flex;
  overflow: hidden;
  /* hide scroll outside container */
}

.network-tab {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  overflow-x: auto;
  /* allow horizontal scroll on small screens */
}

.network-tab::-webkit-scrollbar {
  height: 0px;
}

.sticky-wrapper {
  position: sticky;
  top: 9px;
  z-index: 400;
}

.network-tab a {
  min-width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  color: #ededed;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter Tight" !important;
}

/* .network-tab a i {
  font-size: 19px;
} */

.network-tab a.active {
  background-color: #ededed;
  color: #000;
}

.network-tab-title {
  border-bottom: 1px solid #333333;
}

.network-tab-title div {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Inter Tight";
  border: 1px solid #333333;
}

.Quantova-Networks {
  height: 100%;
  border-radius: 16px;
  border: 1px solid #333333;
  background-color: #090909;
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.Quantova-Networks-title {
  background-color: #171717;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 25.6px;
  font-family: "Inter Tight";
}

.Quantova-Networks h1 {
  font-weight: 700;
  font-size: 48px;
  font-family: "Inter Tight";
  line-height: 57.6px;
}

.Quantova-Networks p {
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter Tight";
  line-height: 22.4px;
}

.L2beat {
  border-radius: 16px;
  border: 1px solid #3d3d3d;
  background-color: #000000;
  backdrop-filter: blur(21px);
}

.transparent-verifiable h5 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter Tight";
  line-height: 25.6px;
}

.transparent-verifiable p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter Tight";
  line-height: 25.6px;
  margin-bottom: 0px;
}

.transparent-verifiable button {
  background-color: #121212;
  color: #ededed;
  border-radius: 19px;
  border: 1px solid #00000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  font-family: "Inter Tight";
}

.timeSource {
  margin-top: -50px;
}

.Live-Since {
  background-color: #16a249;
  border: none;
  color: #defce9;
  font-weight: 400;
  font-size: 12px;
  font-family: "Inter Tight";
  line-height: 19.2px;
  text-transform: uppercase;
  border-radius: 16px;
}

.contribute {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #3d3d3d;
  border-radius: 16px;
}

.contribute h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
}

.contribute p {
  max-width: 689px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  font-family: "Inter Tight";
}

.consult {
  text-decoration: none;
  color: #ededed;
  border: 1px solid #fff;
  border-radius: 4px;
  width: max-content;
  min-width: auto;
}

.consult:hover {
  background-color: #ededed;
  color: #000;
}

.dashboards {
  width: 225px;
  border: 1px solid #ededed;
  background-color: transparent;
  color: #ededed;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  white-space: nowrap;
  font-family: "Inter Tight";
}

.dashboards:hover {
  background-color: #fff;
  color: #000;
}

.dashboards i {
  font-size: 18px;
}

.trusted-blockchain {
  max-width: 642px;
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
  font-family: "Inter Tight";
}

.trusted-blockchain-para {
  max-width: 633px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  font-family: "Inter";
}

.Daily-trans h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  font-family: "Inter Tight";
}

.Daily-trans p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #ededed;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0px;
  white-space: nowrap;
  font-family: "Inter";
}

.proven-card {
  border: 3px solid #171717;
  /* border-radius: 16px; */
  height: 100%;
}

.proven-card h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  font-family: "Inter Tight";
}

.proven-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  font-family: "Inter";
}

.embrace-innov {
  /* border-radius: 16px; */
  border: 3px solid #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.embrace-innov h3 {
  font-weight: 700;
  font-style: Black;
  font-size: 48px;
  line-height: 57.6px;
  font-family: "Inter Tight";
}

.embrace-innov p {
  max-width: 629px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  font-family: "Inter";
}

.brand-title img {
  filter: grayscale(100%) brightness(35%);
  cursor: pointer;
}

.brand-title img:hover {
  filter: grayscale(100%) brightness(100%);
}

.blackrock-card {
  max-width: 304px;
  border: 1px solid #171717;
  background-color: #000;
  border-radius: 16px;
}

.blackrock-card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter Tight";
}

.blackrock-card p {
  max-width: max-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #8c8c8c;
  text-align: start;
}

.yea-garde h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  font-family: "Inter Tight";
}

.yea-garde p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  font-family: "Inter Tight";
}

.embrace-innov-box-ele {
  border: 1px solid #171717;
  border-radius: 32px;
  max-width: 1092px;
}

.conflictcard img {
  width: 24px;
  height: 24px;
}

.conflictcard h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28.8px;
  font-family: "Inter Tight";
}

.conflictcard p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  text-align: start;
  font-family: "Inter";
  margin-top: 16px;
}

.place-itemCard {
  max-width: 460px;
}

.email-holder {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #3a3a3a;
  background-color: #000000;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter Tight";
}

.email-holder::placeholder {
  color: #fff;
}

/* 
.place-itemCard button {
  background-color: #ededed;
  border: 1px solid #00000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
  font-family: "Inter Tight";
} */

.top-bar-app {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background-color: white;
  color: #000;
}

.top-bar-app p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter Tight";
}

.global-public-blockchain span {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #ededed;
  font-family: "Inter Tight";
}

.global-public-blockchain h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #ededed;
  font-family: "Inter Tight";
}

.global-public-blockchain p {
  font-weight: 400;
  line-height: 29px;
  font-size: 18px;
  color: #ededed;
  font-family: "Inter Tight";
}

.sidebar-Apps {
  position: sticky;
  top: 100px;
  height: 100vh;
  overflow-y: auto;
}

.sidebar-Apps::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}

.sidebar-Apps::-webkit-scrollbar-track {
  background-color: #ededed;
  padding: 4px;
}

.sidebar-Apps::-webkit-scrollbar-thumb {
  background-color: #4d4c4c;
  border-radius: 4px;
}

.sidebar-flaws {
  max-width: 320px;
  border-radius: 16px;
  background-color: #090909;
  font-size: 18px;
  font-weight: 400;
  padding: 32px 18px;
  height: fit-content;
}

.sidebar-flaws h2 {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 29px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.nav-link-network {
  display: block;
  color: #8c8c8c;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  font-family: "Inter" !important;
  min-width: auto;
  position: relative;
}

.nav-link-network-title {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px;
  font-family: "Inter Tight";
  color: #8c8c8c;
}

.nav-link-network:hover {
  color: #fff;
}

.nav-link-network.active {
  color: #fff;
}

.sidebar-Apps h2 {
  font-weight: 700;
  font-size: 30px;
  font-family: "Inter Tight";
}

.nav-link-whatApp {
  display: block;
  color: #8c8c8c;
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 12px;
}

.nav-link-whatApp.active {
  color: #fff !important;
}

.content-What-apps section {
  padding-bottom: 30px;
  max-width: 768px;
}

.superpowers {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  font-family: "Inter";
}

.app-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ededed;
  font-family: "Inter";
}

.card-app {
  border: 1px solid #333333;
  background-color: #121212;
  height: 100%;
}

.card-app img {
  height: 48px;
  width: 48px;
}

.card-app h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #ededed;
  font-family: "Inter Tight";
}

.header {
  background-color: #121212;
  border-bottom: 1px solid #fff;
}

.Traditional {
  border-right: 2px solid #000;
}

.Traditional h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Inter Tight";
}

.label-font {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.label-font-background:hover {
  background-color: #121212;
}

.Serbia-title h6 {
  font-size: 16px;
  font-weight: 700;
  color: #ededed;
  margin-bottom: 5px !important;
  font-family: "Inter Tight";
}

.Serbia-title p {
  font-size: 16px;
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 0px;
  white-space: nowrap;
  font-family: "Inter Tight";
}

.card-app-profile {
  border: 1px solid #333333;
  height: 100%;
  border-radius: 12px;
}

.card-app-profile img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.card-app-profile span {
  font-size: 14px;
  color: #cdb0fd;
  font-family: "Inter Tight";
}

.date-constant {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #8c8c8c;
  margin-top: 8px;
  font-family: "Inter Tight";
}

/*  */

.browse-apps {
  margin: 80px auto;
  padding: 60px 40px;
  border-radius: 28px;
  background: linear-gradient(180deg, #090909 0%, #090909ab 55%, #000 100%);
  color: #fff;
  text-align: center;
}

.browse-apps h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Inter Tight";
}

.subtitle {
  max-width: 620px;
  margin: 0 auto 32px;
  color: #aaa;
  font-size: 16px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.primary-btn {
  background: #fff;
  text-decoration: none;
  color: #000;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 40px;
  font-family: "Inter Tight";
}

.app-list {
  margin-top: 20px;
}

.app-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 800px;
}

.app-info {
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: left;
}

.app-info h4 {
  margin: 0;
  font-size: 16px;
  font-family: "Inter Tight";
}

.app-info p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #aaa;
  font-family: "Inter Tight";
}

/* .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
} */

.go-btn {
  color: #ededed;
  padding: 6px 14px;
  border: 1px solid #fff;
  min-width: auto;
  display: block;
  border-radius: 6px;
  line-height: 26px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Inter Tight";
}

.powered {
  margin-top: 40px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-family: "Inter Tight";
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.Further-reading {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter Tight";
}

.Further-reading:hover {
  color: #8c8c8c;
}

.accordion-select {
  margin: 40px auto;
}

.header-Accordian {
  border-bottom: 1px solid #222;
}

.header-Accordian {
  height: 70px;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.header-Accordian p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: start;
  font-family: "Inter Tight";
}

.item {
  border: 1px solid #222;
}

.item:hover {
  background-color: #111;
}

.toggle {
  color: #8c8c8c;
  font-size: 16px;
  font-family: "Inter Tight";
}

.content-block {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px solid #333333;
  font-family: "Inter Tight";
}

.content-block.open {
  display: block;
  margin-top: 20px;
}

.helpful-page {
  background-color: #171717;
  border-radius: 8px;
  padding: 32px 28px;
}

.helpful-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  font-family: "Inter Tight";
}

.iconic-yes-btn {
  min-width: auto;
  text-decoration: none;
  color: #ededed;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background-color: transparent;
}

.iconic-yes-btn:hover {
  background-color: #fff;
  color: #000;
}

.helpful-page-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.helpful-page-title {
  border-top: 1px solid #333333;
}

.basic-conflict {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #747272;
}

.basic-conflict h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ededed;
  font-family: "Inter Tight";
}

.beggi {
  background-color: #121212;
  border-radius: 20px;
  color: #8c8c8c;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Inter Tight";
}

.Quantova-basic {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: #ededed;
  font-family: "Inter Tight";
}

.Quantova-basic-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ededed;
  font-family: "Inter Tight";
}

.quizzes-here {
  background-color: #121212;
  border-radius: 8px;
}

.background-cup {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.total-points-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: "Inter Tight";
}

.total-points {
  font-size: 48px;
  font-weight: 700;
  line-height: 77px;
  margin-bottom: 0px;
  font-family: "Inter Tight";
}

.total-points span {
  color: #8c8c8c;
}

.back-space {
  background-color: #1f0547;
  border-radius: 4px;
}

.confessd {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  color: #8c8c8c;
  font-family: "Inter Tight";
}

.embrace-innov h5 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 36px;
  line-height: 43.2px;
}

.global-public-network h1 {
  font-weight: 800;
  font-size: 64px;
  color: rgb(237, 237, 237);
  line-height: 80px;
  font-family: "Inter";
}

.global-public-network p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(237, 237, 237);
  line-height: 26px;
  font-family: 'Inter';
}

.contrast-angle {
  width: 48px;
  height: 48px;
  border-radius: 30px;
}

.contrast-angle-rest {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  margin-left: -15px;
}

.see-contributer {
  font-weight: 400;
  font-size: 16px;
  color: rgb(237, 237, 237);
  line-height: 26px;
  text-decoration: none;
}

.see-contributer:hover {
  text-decoration: underline;
}

.banner-what-Network {
  max-width: 832px;
  height: 500px;
}

.difinning-conflict {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: #55f6c9;
  color: #000;
}

.ATag-complexity {
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: 1px;
}

.ATag-complexity:hover {
  color: #8c8c8c;
}

.aside-circle-span {
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  z-index: 3;
  position: absolute;
  left: -24px;
}

.grant-aside-set {
  max-width: 320px;
  padding: 0px 20px;
  border-left: 1px solid #fff;
}

.nav-link-network .aside-circle-span {
  display: none;
}

.nav-link-network.active .aside-circle-span {
  display: block;
}

.Edit-page {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bx-bxl-github {
  font-size: 20px;
}

.contrast-link span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #8c8c8c;
}

.grants-Quant {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.Broad-ecosystem {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: #ededed;
}

.Founders-bar {
  background-color: #171717;
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid #8c8c8c;
  border-radius: 7px;
  padding: 15px 20px;
  margin-top: 34px;
}

.Founders-bar a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px;
}

.grant-seekers {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px !important;
  color: #ededed;
}

.feedback-boxArticla {
  border: 1px solid #8c8c8c;
  border-radius: 8px;
  background-color: #171717;
}

.Empowering-Founders {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Inter Tight";
}

.Empowering-Founders-descrip {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  font-family: "Inter Tight";
}

.margin-top-pTag {
  margin-top: 32px;
}

.empowering-image {
  max-width: 600px;
}

/* ==== Funders page =====*/

.tab-flaws-consult {
  border: 1px solid #fff;
  max-width: 600px;
  height: 45px;
  border-radius: 15px;
}

.tab-flaws-consult button {
  min-width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  color: #ededed;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter Tight" !important;
}

.tab-flaws-consult button.active {
  background-color: #ededed;
  color: #000;
}

.grants-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .grants-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grant-card {
  background: #0f0f0f;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  font-family: "Inter Tight";
}

.grant-card h4 {
  color: #fff;
  margin-bottom: 14px;
}

.grant-card p {
  color: #d0d0d0;
  font-size: 16px;
  line-height: 26px;
  margin: 16px 0;
}

.grant-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
}

.grant-card ul li {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.tag {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
}

.green {
  background: #144928;
}

.blue {
  background: #282f7e;
}

.purple {
  background: #3f1b79;
}

.orange {
  background: #6a2a0f;
}

.pink {
  background: #4e0e35;
}

.yellow {
  background: #5a3a0d;
}

.chains-eligible {
  width: 20px;
}

.grant-card a {
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  padding: 12px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

.founder-tab-pannel {
  display: none;
}

.founder-tab-pannel.active {
  display: block;
}

/* ==== background style ===== */

/* Section */
.success-section {
  scroll-margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background: linear-gradient(to bottom,
      #090909,
      #090909c9,
      #0909098e,
      #09090907);
  padding: 5rem 1rem;
}

@media (min-width: 1024px) {
  .success-section {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* Header */
.success-header {
  text-align: center;
  max-width: 800px;
}

.success-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #ededed;
  font-family: "Inter Tight";
}

.success-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ededed;
  font-family: "Inter Tight";
}

/* Cards */
.success-card {
  margin: 0 auto;
  border: 1px solid #222222;
  border-radius: 1rem;
  background-color: #000;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Inter Tight";
}

.success-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ededed;
  font-family: "Inter Tight";
}

/* Card Footer */
.card-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-avatar {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
}

/* Unique Avatar Colors */
.card-one .card-avatar {
  background-color: #6996f7;
}

.card-two .card-avatar {
  background-color: #f985cd;
}

.card-three .card-avatar {
  background-color: #55f6c9;
}

.card-name {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.card-role {
  font-size: 14px !important;
  color: #777 !important;
  margin: 0;
}

/* Section container */
.get-in-touch-section {
  width: 100%;
  scroll-margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 2rem;
  border: 1px solid #1b1b1b;
  background: linear-gradient(to bottom, #090909, #0909098a);
  padding: 3rem 2rem;
}

/* Text paragraph */
.get-in-touch-text {
  max-width: 64rem;
  text-align: center;
  font-size: 1.125rem;
  color: #ededed;
  margin-bottom: 2.5rem;
}

/* Button */
.get-in-touch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 2.625rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
}

/* Hover state */
.get-in-touch-button:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 4px 4px #fff;
  text-decoration: none;
}

/* Active state */
.get-in-touch-button:active {
  background-color: #0a869f;
  box-shadow: none;
}

/* Disabled state */
.get-in-touch-button:disabled {
  pointer-events: none;
  background-color: #ccc;
  color: #8c8c8c;
}

/* Arrow icon inside button */
.get-in-touch-arrow {
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.sr-only {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.Translations-trap {
  font-size: 16px;
  line-height: 26 px;
  font-weight: 700;
}

.cardWackerow {
  border-radius: 10px;
  border: 1px solid #222222;
  height: 100%;
  padding: 15px;
}

.cardWackerow img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  object-fit: cover;
}

.cardWackerow-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.FEATURE-btn {
  border: 1px solid #8c8c8c;
  background-color: transparent;
  font-size: 12px;
  line-height: 19px;
  color: #8c8c8c;
  border-radius: 15px;
  padding: 5px 15px;
}

.unsure {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #ededed;
  font-family: "Inter Tight";
}

.contri-quize {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #ededed;
  font-family: "Inter Tight";
}

.block-cardSection {
  background: linear-gradient(to left, #1d322d, #161f32);
  border-radius: 5px;
}

.image-wrap {
  display: flex;
  justify-content: center;
}

.image-wrap img {
  max-width: 100%;
  height: 300px;
}

.plagiarism-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #ededed;
  font-family: "Inter Tight";
}

.card-grid-layout {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(5, 1fr);
  cursor: pointer;
}

.contributer-grid:hover {
  background-color: #171717a8;
}

.contributer-grid img {
  width: 100%;
}

.contributer-grid h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ededed;
  text-align: center;
  font-family: "Inter Tight";
}

.contributer-grid h5:hover {
  color: #8c8c8c;
}

.certificate-trap {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #ededed;
  font-family: "Inter Tight";
}

.certificate-trap-facility {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #ededed;
  font-family: "Inter Tight";
}

.dropdown-container {
  width: 100%;
  max-width: 400px;
  position: relative;
  font-size: 16px;
}

.dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 1px solid #eddede;
  padding: 10px 14px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Inter Tight";
}

.selectedText {
  padding-left: 100px;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  border: 1px solid #eddede;
  border-radius: 6px;
  margin-top: 6px;
  z-index: 10;
}

.dropdown-item {
  padding: 10px 14px;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-family: "Inter Tight";
}

.dropdown-item:hover {
  background-color: #171717fd;
}

.transcation-costs {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #171717;
  font-family: "Inter Tight";
}

.transcation-costs h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ededed;
}

.bundling-transaction {
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  background-color: #171717;
}

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

.bundling-transaction h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.swiper-slides-slip p {
  background-color: #313131;
  height: 4px;
  width: 30px;
}

.bundling-transaction h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}

.store-data-server {
  max-width: 400px;
  border-radius: 6px;
  border: 1px solid transparent;
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
}

.store-data-server:hover {
  border: 1px solid #fff;
}

.store-data-server span {
  width: 30px;
  height: 30px;
  border-radius: 23px;
  background-color: #333232;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 900;
}

.Execution-upgrade {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Inter Tight";
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: help;
  border-bottom: 1px dotted #fff;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: #171717;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  font-size: 12px !important;
  line-height: 20px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container .tooltip-text a {
  font-size: 12px !important;
  line-height: 20px;
  font-family: "Inter Tight";
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-title {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 16px;
  display: block;
  color: #ededed;
  font-family: "Inter Tight";
}

.date-time {
  font-family: "IBM Plex Mono", monospace !important;
}

.Beacon-Chain {
  border: 1px solid #313030;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #cdcdcd;
  line-height: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  font-family: "Inter Tight";
}

.Beacon-Chain:hover {
  background-color: #171717;
}

.Beacon-Chain i {
  font-size: 20px;
}

.Beacon-Chain:hover i {
  font-size: 25px;
}

.already-contributer {
  max-width: 300px;
  border-radius: 12px;
  background-color: #171717;
  border: 1px solid #303030;
}

.improve-quant {
  background-color: #171717;
  border: 1px solid #303030;
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-improve-quant {
  font-size: 36px;
  color: #ededed;
  line-height: 43px;
  font-weight: 700;
  font-family: "Inter Tight";
}

.improve-quant h1 {
  font-size: 60px;
  color: #ededed;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  font-family: "Inter Tight";
}

.improve-quant h5 {
  font-size: 16px;
  color: #ededed;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  font-family: "Inter Tight";
}

.already-contributer img {
  height: 120px;
}

.already-contributer h3 {
  font-size: 18px;
  color: #ededed;
  line-height: 29px;
  font-weight: 700;
  font-family: "Inter Tight";
}

.already-contributer p {
  font-size: 18px;
  color: #8c8c8c;
  line-height: 29px;
  font-family: "Inter Tight";
}

.Contribute-website div {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid #1f1f1f;
  font-size: 24px;
  color: #ededed;
  line-height: 31px;
  font-weight: 700;
  font-family: "Inter Tight";
  display: flex;
  justify-content: center;
  align-items: center;
}

.Contribute-website p {
  font-size: 18px;
  color: #ededed;
  line-height: 29px;
  font-family: "Inter Tight";
  /* font-weight: 800; */
}

/* ======== */

.page-contri {
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
}

.section-title {
  margin-top: 60px;
}

.grid-contri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card-contri {
  background: transparent;
  border-radius: 16px;
  border: 1px solid #171717;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-top {
  display: flex;
  gap: 16px;
}

.card-contri img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.Code-Content {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  font-family: "Inter Tight";
}

.card-contri h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter Tight";
}

.card-contri p {
  margin: 6px 0 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter Tight";
}

.card-contri ul {
  padding-left: 18px;
  margin: 0;
  color: #8c8c8c;
  font-size: 13px;
}

.card-contri li {
  margin-bottom: 4px;
}

.card-contri button {
  margin-top: 20px;
  background: #111;
  width: 100%;
  border: none;
  color: #ededed;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
  text-align: start;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.card-contri button:hover {
  color: #8c8c8c;
}

.Instructions {
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Inter Tight";
}

.Instructions:hover {
  color: #8c8c8c;
}

.github-contri-translation {
  width: 50%;
}

.Instructions i {
  font-size: 28px;
}

body {
  background: #000;
  font-family: system-ui, sans-serif;
}

.badge-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
  width: 100%;
}

.badge-item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #2a2a2a;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.badge-item a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.badge-item a:hover {
  color: #8c8c8c;
  text-decoration: underline;
}

.badge-item img:hover {
  transform: scale(1.06);
  border-color: #a855f7;
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.25);
}

.badge-item-3 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.badge-item-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  gap: 14px;
  height: 100%;
}

.badge-item-3 img:hover {
  transform: scale(1.06);
  border-color: #a855f7;
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.25);
}

.badge-item-3 a {
  width: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter Tight";
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  min-width: auto;
}

.badge-item-3 a:hover {
  color: #8c8c8c;
  text-decoration: underline;
}

.badge-46 {
  background-color: #171717;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Inter Tight";
  line-height: 20px;
  color: #ededed;
  border: none;
}

/* ===== start pages ===== */

.block-wallet-Download {
  /* border-radius: 16px; */
  border: 3px solid #171717;
}

.wallet-block {
  background-color: black;
  border-radius: 16px;
  border: 1px solid #1f1f1f;
}

.step {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 12px;
  background-color: #2c2c2c;
  border-radius: 10px;
  border: none;
  color: #ededed;
}

.Download-walt {
  font-size: 32px;
  font-weight: 700;
  font-family: "Inter Tight";
  margin: 0 0 12px;
}

.desc {
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 0.3px;
}

.checkbox {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.checkbox input {
  width: 16px;
  height: 16px;
}

.Continue {
  min-width: auto;
  display: inline-block;
  padding: 7px 38px;
  background: #fff;
  border: none;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  /* cursor: not-allowed; */
  font-family: "Inter Tight";
}

/* Disabled button styles */
.Continue.disabled {
  background-color: #777;
  cursor: not-allowed;
  opacity: 0.5;
}


.wallet {
  text-decoration: none;
  color: #ededed;
  display: flex;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  padding: 19px 16px;
  border-bottom: 1px solid #1c1c1c;
  border-radius: 16px;
}

.wallet:hover {
  background-color: #171717;
}

.wallet:last-child {
  border-bottom: none;
}

.wallet-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-family: "Inter Tight";
}

.wallet img {
  width: 28px;
  height: 28px;
  border-radius: 30px;
}

.wallet-get {
  font-size: 14px;
  color: #ededed;
  background: transparent;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.help-onboard h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
  font-family: "Inter Tight";
  color: #ededed;
}

.help-onboard p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter";
}

.share-walet-page {
  min-width: auto;
  display: inline-block;
  text-decoration: none;
  padding: 7px 18px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Inter Tight";
  cursor: pointer;
}

.trading-tokens-exchange h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  font-family: "Inter Tight";
}

.trading-tokens-exchange p {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.background-enterprise {
  height: 500px;
  width: 100%;
}

.blockage-block {
  display: inline-block;
  height: 5px;
  width: 100px;
  background-color: #171717;
}

.app-block-screenshots {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.Beware-tag {
  width: 40px;
  height: 40px;
  display: flex;
  min-width: auto;
}

.example-password {
  background-color: #171717;
  border: 1px solid #252525;
  border-radius: 5px;
}

.example-password p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "IBM Plex Mono", monospace !important;
}

.onchain-gaming {
  height: 400px;
}

.WAGMI-Defense h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ededed;
}

.WAGMI-Defense button {
  background-color: #fef3c8;
  color: #461e06;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  border-radius: 12px;
  border: none;
}

.WAGMI-Defense p {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 22px;
}

.WAGMI-Defense li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ededed;
}

.WAGMIDefense {
  border-radius: 12px;
  width: 60px;
  height: 60px;
  background-color: #000;
  box-shadow: 0 9px 16px -10px rgba(255, 255, 255, 0.9);
}

.crypto-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 20px;
  background-color: #171717;
  color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 3px 14px;
}

.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 0 !important;
}

.modal-header {
  border-bottom: none !important;
}

.zero-knowledge {
  background-color: #0a0f19;
  border-left: 2px solid #6996f7;
}

.wallet-finder {
  background-image: url("../images/quantova-img/wallet.jpeg");
  background-position: right;
  background-size: cover;
  width: 300px;
  object-fit: cover;
  margin-top: 50px;
  height: 300px;
  z-index: 0;
}

.block-background {
  margin-right: 170px;
}

.contsisitent {
  width: 99%;
  position: absolute;
  top: 0%;
}

.contsisitent-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.contsisitent-block span {
  color: #64a9f2;
}

.contsisitent-block h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 48px;
  font-weight: 800;
  line-height: 76px;
  color: #fff;
  font-family: "Inter Tight";
  text-align: center;
}

.contsisitent-block p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Inter Tight";
  color: #bab7b7;
  text-align: center;
}

.tabs-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0;
}

.tabs-block .tab {
  padding: 3px 18px;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: #2a2a2a;
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.tabs-block .tab.active {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.content-block-tab {
  display: none;
  padding: 20px 0;
}

.content-block-tab.active {
  display: block;
}

.wallets-listing-block {
  border: 3px solid #171717;
  /* border-radius: 28px; */
}

.card-wallet-block {
  background-color: #171717ba;
  /* border-radius: 22px; */
  padding: 35px 25px;
  height: 100%;
  transition: transform 0.25s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #fff;
}

.card-wallet-block:hover {
  transform: translateY(-8px) scale(1.01);
}

.Wallet1-image {
  width: 100%;
  max-width: 58px;
  height: 58px;
  /* object-fit: cover; */
}

.wallet-card-content-block h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #ededed;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter Tight";
}

.wallet-card-content-block p {
  color: #bab7b7;
  font-family: "Inter Tight";
}

.VIEW-DETAILS-link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.VIEW-DETAILS-link:hover {
  text-decoration: underline;
}

.card-wallet-block {
  position: relative;
  cursor: pointer;
}

.wallet-card-content-block {
  transition: opacity 0.3s;
}

.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background-color: #171717e8;
  border-radius: 22px;
  padding-top: 90px;
  transition: transform 0.25s ease;
}

.popup-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.popup-container a {
  border-radius: 6px;
  border: 1px solid #8c8c8c;
  background-color: transparent;
  color: #ededed;
  padding: 8px 26px;
  margin-top: 10px;
  text-decoration: none;
  width: 100px;
}

.card-wallet-block:hover .wallet-card-content-block {
  opacity: 30%;
}

.card-wallet-block:hover .popup-container {
  opacity: 100%;
  display: block;
  pointer-events: auto;
}

.filter-btn {
  border-radius: 26px;
  padding: 9px 28px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  min-width: fit-content;
  background-color: transparent;
}

.filter-btn:hover {
  min-width: fit-content;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
}

.no-result {
  font-size: 22px;
}

.buildNoContent {
  background: none;
  padding: 0;
  box-shadow: none;
  border: none;
  max-width: 100% !important;
}

.line-vertical {
  height: 3px;
  width: 100px;
  background-color: #fff;
}

/* .buildNoContent h1 {
  font-size: 60px;
  line-height: 71.6px;
} */

.buildNoContent p {
  line-height: 35px;
}

/* tablet */
@media (max-width: 1024px) {
  .badge-row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px;
  }
}

/* mobile */
@media (max-width: 640px) {
  .badge-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px;
  }
}

@media (max-width: 1300px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }


}

@media (min-width: 1574px) {
  .cardsSection {
    width: 350px;
    height: 463px;
  }

  .height-card {
    height: 80px;
  }

  .col-xl-2 {
    width: 298px !important;
  }

  .cards-block {
    min-height: 511px;
    height: 100%;
  }

  .stay-remote {
    height: 568px;
    display: flex;
    align-items: center;
  }

  .mentorship-Challenges {
    width: 350px;
    height: 463px;
  }
}

@media (max-width: 1574px) {
  .cards-block {
    max-height: 541px;
    height: 100%;
  }

  .badge-item img {
    width: 100px;
    height: 100px;
  }

  .card-grid-layout {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1400px) {
  .buildNoContent h1 {
    font-size: 56px;
    line-height: 67.6px;
  }
}

@media (max-width: 974px) {

  .wallet-finder {
    display: none !important;
  }

  .Food-Programme {
    width: 100%;
    display: flex !important;
  }

  .card-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 769px) {
  .Food-Programme {
    width: 100%;
    display: block !important;
  }

  .card-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .blackrock-card {
    max-width: 100%;
    border: 1px solid #3d3d3d;
    background-color: #000;
    border-radius: 16px;
  }
}

@media (max-width: 999px) {
  .background-image-content h1 {
    font-size: 29px;
    line-height: 27.6px;
  }

  .background-image-Enterprise {
    height: 100%;
  }

  .trusted-blockchain {
    font-size: 28px;
    line-height: 31px;
  }

  .Daily-trans h4 {
    font-size: 30px;
  }

  .Daily-trans p {
    gap: 5px;
    font-size: 12px;
  }

  .embrace-innov-box-ele {
    border-radius: 14px;
  }

  .bundling-transaction h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .onchain-gaming {
    height: auto;
  }

  .trading-tokens-exchange h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .background-enterprise {
    height: 250px;
    width: 100%;
  }

  .help-onboard h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }

  .already-contributer {
    max-width: 100%;
  }

  .github-contri-translation {
    width: 100%;
  }

  .page-contri {
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
  }

  .grid-contri {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card-top {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .improve-quant h1 {
    font-size: 30px;
    color: #ededed;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
  }

  .sidebar-Apps {
    height: auto;
  }

  .content-What-apps section {
    padding-bottom: 20px;
  }

  .first-troll {
    min-height: 200px;
  }

  .global-public-network h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
  }

  .card-app-profile {
    border-radius: 0px;
  }

  .banner-what-Network {
    max-width: 100%;
    height: auto;
  }

  .Empowering-Founders {
    font-size: 34px;
    line-height: 40px;
  }

  .sr-only {
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
  }

  .success-header h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .success-section {
    scroll-margin-top: 6rem;
    gap: 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 3rem 1rem;
  }

  .Empowering-Founders-descrip {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .get-in-touch-text {
    max-width: 64rem;
    text-align: center;
    font-size: 14px;
    color: #ededed;
    margin-bottom: 1rem;
  }

  .grants-grid {
    grid-template-columns: 1fr;
  }

  .Edit-page {
    width: 100%;
    justify-content: center;
  }

  .grant-seekers {
    font-size: 20px;
  }

  .app-block {
    font-size: 15px;
    line-height: 26px;
  }

  .superpowers {
    font-size: 23px;
    line-height: 35px;
  }

  .Broad-ecosystem {
    font-size: 23px;
    line-height: 35px;
  }

  .grants-Quant {
    font-size: 31px;
    line-height: 37px;
  }

  .global-public-blockchain h1 {
    font-size: 39px;
    line-height: 50px;
  }

  .dropdown-container {
    width: auto;
    font-size: 15px;
  }

  .top-bar-app {
    flex-direction: column;
    align-items: start;
  }

  .Traditional h2 {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }

  .label-font {
    font-size: 12px;
  }

  .app-item {
    flex-direction: column;
  }

  .go-btn {
    margin-top: 10px;
    min-width: 200px;
  }

  .powered {
    width: 200px;
    padding: 10px 16px;
  }

  .browse-apps {
    border-radius: 11px;
    padding: 20px 15px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .embrace-innov h3 {
    font-size: 33px;
  }

  .section-highlights {
    font-size: 28px;
  }

  .contribute p {
    font-size: 14px;
  }

  .Quantova-Networks h1 {
    font-size: 36px;
  }

  .transparent-verifiable p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    margin-bottom: 0px;
  }

  .Sablier-protocol {
    font-size: 14px !important;
  }

  .DefiCards h4 {
    font-size: 28px;
  }

  .DefiCards p {
    font-size: 14px;
  }

  .section-title-event {
    font-size: 34px;
  }

  .prototype-card h5 {
    font-weight: 700;
    font-size: 28px;
  }

  .prototype-card p {
    font-size: 14px;
  }

  .footer-links li p {
    font-weight: 400;
    font-size: 12px;
    color: #ededed;
    line-height: 25.6px;
  }

  .build-today {
    font-size: 33px;
  }

  .stack-image {
    height: auto !important;
  }

  .cards-block {
    height: auto !important;
  }

  .paid-well h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 43.2px;
  }

  .paid-well p {
    font-size: 15px;
  }

  .box-card-2 h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 43.2px;
  }

  .box-card-2 div {
    font-weight: 400;
    font-size: 12px;
    line-height: 22.4px;
    color: #8c8c8c;
  }

  .background-image {
    height: auto;
  }

  .background-image-resources {
    height: 372px;
  }

  .background-image-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21.8px;
  }

  .builderImg {
    background-size: cover !important;
  }
}

@media (max-width: 576px) {
  .block-wallet-Download {
  border: 1px solid #171717;
}
  .card-wallet-block{
    border: 1px solid #fff;
  }
  .wallets-listing-block {
    border: 1px solid #171717;
  }

  .cardsSection {
    border: 1px solid #171717;
  }

  .prototype-card {
    border: 1px solid #171717;
  }

  .documentation-explore {
    border: 1px solid #171717;
  }

  .embrace-innov {
    border: 1px solid #171717;

  }

  .proven-card {
    border: 1px solid #171717;
  }

  .DefiCards {
    padding: 20px 20px;
      border: 1px solid #171717;
  }

  .conflictcard {
    flex-direction: column;
  }

  .proven-card h6 {
    font-size: 23px;
    line-height: 27px;
  }

  .content-What-apps section {
    padding-bottom: 0px;
  }

  .superpowers {
    padding-bottom: 0;
  }

  .background-image-content h1 {
    font-size: 27px;
    line-height: 31.6px;
  }

  .Developers {
    font-size: 14px !important;
  }

  .buildNoContent h1 {
    font-size: 34px;
    line-height: 43.6px;
  }
}