@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");

* {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  color: white;
  /* overflow-x: hidden; */
}

/* width/height attrs supply aspect-ratio for CLS only; keep images responsive
   so the attributes never distort or overflow. Specific class/id rules override. */
img {
  max-width: 100%;
  height: auto;
}

.btn_dropdown {
  background-color: black;
}

.network_menu .main_side_btn img {
  display: none;
}

.network_menu .main_side_btn {
  justify-content: flex-start;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

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

.bg_yellow {
  background-color: #fcd44f !important;
  color: black !important;
}

.bg_green {
  background-color: #16a249 !important;
  color: white !important;
}

.fs-4 {
  text-transform: uppercase;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-adjust {
  min-width: 100%;
}

.side_sticky_find_wallet .accordion .min-w-adjust {
  min-width: 278px;
}

.min-w-80 {
  min-width: 80% !important;
}

.max-w-max {
  max-width: max-content !important;
}

.text-normal {
  text-transform: none !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-\[33px\] {
  padding-top: 33px;
}

.border-bottom-\[\#333333\] {
  border-bottom: 1px solid #333333;
}

.border-bottom-\[\#FFFFFF29\] {
  border-bottom: 1px solid #ffffff29;
}

.bg-yellow {
  background-color: #ffff00;
}

.bg_purple {
  background-color: #b48ef0 !important;
  color: black !important;
}

.bg_red {
  background-color: #ff5053 !important;
  color: white !important;
}

.bg_black {
  background: #fcd44f00 !important;
  color: white !important;
}

.bg-\[\#141414\] {
  background-color: #141414;
}

.bg-\[\#423A1C\] {
  background-color: #423a1c !important;
}

.bg-\[\#D2AFFF\] {
  background-color: #fff;
}

.bg-\[\#FF744A\] {
  background-color: #fff;
}

.bg-\[\#FF0037\] {
  background-color: #ff0037;
}

.bg-\[\#24FE65\] {
  background-color: #fff;
}

.bg-\[\#fff\] {
  background-color: #fff;
}

.bg-\[\#99229F\] {
  background-color: #fff;
}

.bg-\[\#171717\] {
  background-color: #171717;
}

.text-\[\#cdcdcd\] {
  color: #cdcdcd;
}

.text-\[\#24FE65\] {
  color: #fff;
}

.text-\[\#86A8FF\] {
  color: #86a8ff;
}

.text-\[\#BC8B10\] {
  color: #bc8b10;
}

.text-\[\#fff\] {
  color: #fff;
}

.text-\[\#D2AFFF\] {
  color: #fff;
}

.text-\[\#fff\] {
  color: #fff;
}

.text-\[\#99229F\] {
  color: #fff;
}

.text-\[\#6c6c6c\] {
  color: #6c6c6c;
}

.text-\[\#616161\] {
  color: #616161;
}

.text-\[\#8c8c8c\] {
  color: #8c8c8c;
}

.text-\[\#fff\] {
  color: #fff;
}

.text-\[\#6C24E0\] {
  color: #6c24e0;
}

.text-\[\#ededed\] {
  color: #fff;
}

.text-\[\#B48EF0\] {
  color: #fff;
}

.text-red {
  color: #ba1c1c;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.btn.btn-outline-light.rounded-pill {
  --bs-btn-bg: transparent;
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #fff;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 20px;
}

.italic {
  font-style: italic;
}

a {
  font-family: "Inter Tight", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  /* font-weight: 600; */
  min-width: 238px;
}

.btn {
  border-radius: 8px;
}

/* button:hover {
  background: linear-gradient(0deg, #fff 0%, #ffffff 100%);
} */

.side_section_btns_container .btn:hover,
.side_bar_btn:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
}

.text-offwhite {
  color: #cdcdcd;
}

.bg-offwhite {
  background-color: #cdcdcd !important;
}


.h_60 {
  font-size: 60px;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}


@keyframes LeftToRightAnimation {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes RightToLeftAnimation {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.h_animation_moving_text span {
  text-shadow:
    1px 1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    -1px -1px #fff,
    1px 1px 5px #000;

}

.find_network_table button:hover {
  color: #000 !important;
}

.sec_6_home .h_animation_moving_text {
  color: #000;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 60.916px;
  font-style: normal;
  font-weight: 700;
  line-height: 73.099px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.h_64 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  text-transform: uppercase;
}

.h_48 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
  font-size: 48px;
  vertical-align: middle;
}

.h_42 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
}

.h_36 {
  font-size: 36px;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.h_32 {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
}

.background_overlay {
  /* min-height: 480px; */
  /* border-bottom: 2px solid #272727; */
  width: 100%;
  /* background-image: url("../images/optimized/hom2.adff467ff52d.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 70px;
  /* filter: invert(1); */
}

.background_overlay img {
  width: 100%;
}

.background_overlay_mobile {
  display: none;
}

.background_overlay_mobile img {
  width: 100%;
}

.header_section {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header_section::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.68%, #000 81.38%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header_section .after_heading {
  color: #8c8c8c;
  text-align: center;
  text-shadow: 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* text-transform: capitalize; */
  width: 100%;
  max-width: 673px;
  margin: 0 auto;
  margin-top: 16px;
  /* margin-bottom: 60px; */
}

.header_left_img {
  position: absolute;
  top: -10%;
  left: 0;
  height: 150%;
  animation: headerLeftImgAnimation 1.5s linear;
  z-index: -1;
}

@keyframes headerLeftImgAnimation {
  from {
    left: -30%;
    rotate: 45deg;
  }

  to {
    left: 0;
    rotate: 0deg;
  }
}

.header_right_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  animation: headerRightImgAnimation 1.5s linear;
  z-index: -1;
}

@keyframes headerRightImgAnimation {
  from {
    right: -30%;
    rotate: 45deg;
  }

  to {
    right: 0;
    rotate: 0deg;
  }
}

/* .header_section a {
  width: 238px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-family: "Inter Tight", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
} */

.header_advantages_section {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.header_advantages_section .advantage_icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6868682e;
  border: 1px solid #1d1d1d80;
  margin-right: 23px;
  border-radius: 100%;
}

.advanCard {
  background: linear-gradient(232deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.67) 100%);
  backdrop-filter: blur(10.86677360534668px);
  padding: 45px 30px;
  border-bottom: 1px solid #4b4b4b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  min-height: 194px;
}

.advanCard .inter-400 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 12px;
  line-height: 23px;
}

.safe_ecosystem_content {
  margin-top: 139px;
  text-transform: uppercase;
  text-align: center;
}

.safe_ecosystem_content p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* text-transform: capitalize; */
  width: 100%;
  max-width: 422px;
  margin: 0 auto;
}

.section_3_home {
  margin-top: 70px;
}

.section_3_home .h_32 {
  font-size: 30px;
}

.section_3_home .home_3_1 {
  align-items: center;
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 2rem;
}

.wayBarContentCard {
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
}

.section_3_home .home_3_2 {

  padding-top: 50px;
  padding-left: 57px;
  border-radius: 16px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  position: relative;
  min-height: 485px;
}

.heightCard1 {
  min-height: 560px !important;
}

.section_3_home .home_3_2:hover .bg_ellipse_home_3_2 {
  display: none !important;
  position: absolute;
  z-index: -1;
  filter: blur(40px);
  width: 150%;
  height: 100%;
  mix-blend-mode: screen;
  transition: 0.3s all ease-in-out;
}

.section_3_home .home_3_3 {
  padding-top: 50px;
  padding-left: 57px;
  padding-right: 0;
  position: relative;
  width: 100%;
}

/* .section_3_home .home_3_2::after {
  border-radius: 366px;
  opacity: 0.2;
  background: #bec2cb;
  filter: blur(188.6999969482422px);
  position: absolute;
  right: 0;
  height: 50%;
  width: 50%;
  content: "";
  bottom: 0;
} */

/* .section_3_home .home_3_3:hover {
  background: linear-gradient(120deg, rgba(9, 9, 9, 0.81) 20%, #2f2f2fc5 100%);
} */

.section_4_home {
  margin-top: 171px;
  position: relative;
  background-image: url("../images/optimized/line1.b1562105a82d.webp");
}

.builderImg {
  background-image: url("../images/optimized/quantova-img/builder-home.7405612d6d0a.webp") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.roadmapBackImg {
  background-image: url("../images/optimized/quantova-img/quantova-roadmap.d9a935b7c9a8.webp") !important;
  background-position: unset !important;
  /* background-size: contain !important; */
  background-repeat: no-repeat !important;
  height: calc(100vh - 48px) !important;
}

.section_4_home_row {
  position: relative;
}

.section_4_home_row {
  position: relative;
  z-index: 1;
}

.section_4_home_row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1350px;
  background: #000;
  filter: blur(153px);
  z-index: -1;
}

.section_4_home .sec_4_home_box_1,
.section_4_home .sec_4_home_box_2,
.section_4_home .sec_4_home_box_3 {
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 3px solid #171616;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 18px;
  border-radius: 12px;
  height: 100%;
}

.sec_4_home_box_2,
.sec_4_home_box_3 {
  position: relative;
}

.bg_home_box_2_sec_4 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 95%;
  border-radius: inherit;
  background-color: #ff744a28;
  z-index: -1;
  filter: blur(10px);
}

.section_4_home .sec_4_home_box_1 .border_div,
.sec_4_home_box_2 .border_div,
.sec_4_home_box_3 .border_div {
  border-left: 7px solid #cad0cf;
  border-radius: 0;
  padding-left: 25px;
  height: 100%;
}

.sec_home_box_1 {
  border-radius: 0;
  padding: 30px 25px;
  height: 100%;
  background: #090909;
  border-radius: 8px;
  height: 100%;
}

.sec_home_box_1 .border_div {
  border-left: 7px solid #cad0cf;
  padding-left: 20px;
}

.sec_home_box_1 p {
  color: #fff;
  font-family: "Inter Tight" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sec_4_home_box_2 .border_div {
  border-color: #fff;
}

.border_div .border_color_text {
  color: #fff;
  margin-top: 8px;
  font-weight: 400;
}

.sec_4_home_box_2 .border_div .border_color_text {
  color: #fff;
}

.sec_4_home_box_3 .border_div {
  border-color: #fff;
}

.sec_4_home_box_3 .border_div .border_color_text {
  color: #fff;
}

.inter-tight {
  font-family: "Inter Tight" !important;
}

.sec_5_home {
  margin-top: 93px;
}

.sec_7_card-top h3 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  /* 120% */
}

.sec_7_card-top p {
  color: #8c8c8c;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
}

.card_container-box {
  margin-top: 29px;
  border: 1px solid #171717;
  border-radius: 12px;
  background: #090909;
}

.sec_6_home {
  margin-top: 80px;
}

.join-quantova-desc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.sec_7_home {
  margin-top: 132px;
}

.sourceVideo {
  width: 50%;
}

.sec_7_home {
  border-radius: 16px;
  /* background: #090909; */
  /* backdrop-filter: blur(10.86674976348877px);
  padding: 27px 24px; */
}

.code_symbole {
  border: 1px solid #333333;
  padding: 7px;
  border-radius: 10px;
}

.sec_7_card-top {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  border-bottom: 3px solid #171717;
  padding: 17px;
}

.sec_7_home .card_container {
  gap: 23px;
}

.sec_7_home .card_row {
  gap: 23px;
}

.sec_8_home {
  margin-top: 175px;
}

.sec_8_home .sec_8_cards .card_row {
  gap: 18px;
}

.sec_8_home .sec_8_cards .card_row .sec_8_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  padding-bottom: 75px;
  padding-top: 67px;
  border-radius: 16px;
  max-width: 427px;
}

.sec_8_home .big_card {
  border-radius: 16px;
  background: #090909;
  backdrop-filter: blur(11.399999618530273px);
  padding: 34px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_8_home .big_card .sub_card {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sec_8_home .big_card .sub_card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background: linear-gradient(103.84deg,
      rgba(0, 107, 95, 0.18) 0%,
      rgba(0, 107, 95, 0.18) 0.01%,
      rgba(0, 181, 145, 0.1044) 97.22%);
  border: 1px solid #006b5f80;
  backdrop-filter: blur(22.799999237060547px);
}

.img_icon {
  min-width: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.footers_row_lg {
  justify-content: space-between;
}

.sec_9_home {
  margin-top: 160px;
}

.footer_main {
  margin-top: 167px;
  padding-top: 72px;
  background: linear-gradient(180deg, #060606 4.55%, #000000 72.73%);
  position: relative;
  z-index: 0;
}

.footer_content_col p {
  color: #fff;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
}

.footer_main .footer_content_col .heading {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}

.footer_main .footer_content_col .footer_btn,
.footer_btn {
  color: #8c8c8c;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 16px;
  min-width: max-content;
  width: max-content;
}

.footer_main a:hover {
  color: #fff !important;
}

.footer_main .goToTop:hover {
  background: none;
  font-weight: 400 !important;
  color: #000 !important;
  background: #fff;
}

.footer_main .footer_content_col {
  max-width: 243px;
}

.grantsFormGroup {
  width: 100%;
  /* max-width: 550px; */
}

/* Wallet Page */
.header_section_without_box {
  margin-top: 6rem;
}

.content_section h1,
.content_section h2 {
  font-family: "Inter Tight";
  font-size: 48px;
  font-weight: 800;
  line-height: 60.2px;
  color: rgb(237, 237, 237);
}

.content_section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Inter' !important;
}

.wallet_sec_2 {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  width: 1189px;
  padding: 80px 173px;
  border-radius: 18px;
  margin: auto;
  margin-top: 194px;
  backdrop-filter: blur(326.1000061035156px);
}

.wallet_sec_2 p {
  font-size: 21px;
  width: 95%;
}

.wallet_Sec_3 {
  margin-top: 130px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  padding: 42px 34px;
  border-radius: 16px;
}

.wallet_Sec_3 .wallet_Sec_3_faqs {
  margin-top: 26px;
}

.wallet_Sec_3_faqs .faq {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
}

.wallet_Sec_3_faqs .faq span {
  font-size: 14px !important;
}

.wallet_Sec_3_faqs .faq:hover {
  color: #cdcdcd;
}

.wallet_sec_3_cards_container {
  gap: 7px;
  margin-top: 63px;
}

.wallet_sec_3_cards_container .wallet_sec_3_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(0, 0, 0, 0.855) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 51px 25px;
  padding-top: 90px;
  width: 416px;
  justify-content: space-between;
}

.wallet_sec_3_cards_container .wallet_sec_3_card h4 {
  max-width: 338px;
  margin-bottom: 37px;
}

.wallet_sec_4 {
  margin-top: 152px;
}

.wallet_sec_5 {
  margin-top: 156px;
}

.wallet_sec_5 .big_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 16px;
  padding: 30px 106px;
  align-items: center;
}

.wallet_sec_6 {
  margin-top: 156px;
}

.wallet_sec_7 {
  width: 1000px;
  background: #000000bf;
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 64px 64px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  margin-top: 180px;
}

.wallet_sec_7 .headings span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #8c8c8c;
}

.wallet_sec_7 .faqs_div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 300px;
}

.wallet_sec_7 .faqs_div .faq {
  border: 1px solid #ffffff;
  width: 259px;
  border-radius: 4px;
  padding: 25px 32px;
  cursor: pointer;
}

.wallet_sec_7 .faqs_div .faq:hover {
  transition: 0.3s all ease-in-out;
  transform: translate(2px, -2px);
}

.wallet_sec_7 .faqs_div .faq h5 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.wallet_sec_7 .faqs_div .faq span {
  color: #8c8c8c;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.wallet-tutorial-section {
  background: #000;
  padding: 50px 0;
}

.wallet-container {
  /* max-width: 1000px; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 64px;
}

/* LEFT */
.wallet-left {
  max-width: 480px;
}

.wallet-subtitle {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  line-height: 31.2px;
  color: rgb(140, 140, 140);
  font-style: italic;
}

.optionTitle .faq-answer p {
  text-align: start !important;
}

.wallet-title {
  font-family: "Inter";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #fff;
  margin-top: 20px;
}

/* RIGHT */
.wallet-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* width: 350px; */
}

/* CARD */
.wallet-card {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 28px 26px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wallet-card h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: "Inter";
}

.wallet-card p {
  margin: 8px 0 0;
  color: #a0a0a0;
  font-size: 15px;
  font-family: "Inter";
}

/* ICON */
.wallet-icon {
  font-size: 30px;
  color: #fff;
  min-width: 40px;
}

/* HOVER */
.wallet-card:hover {
  transform: translateY(-4px);
  background: rgba(155, 108, 255, 0.04);
}

.disclamerSection {
  max-width: 800px;
  margin: 0 auto;
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 32px;
}

.wallet-description {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
  margin-top: 15px;
}

.wallet_sec_8 {
  margin-top: 178px;
}

.wallet_sec_8 .sec_8_cards_container {
  display: flex;
  gap: 30px;
  margin-top: 114px;
}

.sec_8_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 0;
  padding: 35px 25px;
}

.sec_8_card p {
  margin-bottom: 51px;
  margin-top: 15px;
}

.sec_8_card .btn.btn-outline-light {
  width: 186px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
}


.sec_9_card {
  /* display: flex; */
  flex-direction: column;
  border-radius: 12px;
  padding: 48px 48px;
  border: 3px solid #171717;
  /* margin-top: 150px; */
}

.sec_9_card .img_section {
  width: 50%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: -130px;
}

.sec_9_card .img_section img {
  width: 100%;
  max-width: 140px;
}

.sec_9_card h4 {
  margin-bottom: 0;
  font-family: "Inter Tight";
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(237, 237, 237);
  text-transform: capitalize;
}

.sec_9_card p {
  font-family: "Inter";
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

/* .wallet_sec_9 .sec_9_card .img_section .blurred_bg {
  background-color: #5969d7;
  filter: blur(200px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

/* Learn Page Stylings */
.networds_7 .faqs_container .faq a {
  min-width: auto;
}

.learn_header_section {
  position: relative;
  min-height: 60vh;
  width: 100%;
}

.learn_header_section .learn_header_left {
  position: absolute;
  left: 0;
  top: 0;
}

.learn_header_section .learn_header_right {
  position: absolute;
  right: 0;
  top: 0;
}

.learn_header_section .header_box {
  margin: auto;
  margin-top: 1.6rem;
  width: 1328px;
  border-radius: 21.023px;
  border: 2.628px solid #171717;
  background: #090909;
  backdrop-filter: blur(14.278252601623535px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding-top: 61px;
  padding-bottom: 92px;
}

/* .learn_header_section .header_box::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  transform: translateX(50%);
  bottom: 0;
  background-color: #6072e7;
  filter: blur(300px);
  border-radius: 70%;
} */

.learn_header_section .header_box h1 {
  margin-top: 57px;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

.learn_header_section .header_box p {
  max-width: 750px;
  margin-bottom: 55px;
  color: #cdcdcd;
  text-align: center;
  text-shadow: 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.main_body_section_learn .row {
  gap: 61px;
}

.side_sticky_section {
  /* background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 16.8px 0px #d2afff0d;
  backdrop-filter: blur(220.799999237060547px); */
  border-radius: 18px;
  /* padding: 26px 38px; */
  display: flex;
  flex-direction: column;
  height: max-content;
  position: sticky;
  top: 8rem;
  padding-left: 25px;
}

.side_sticky_section .side_box_heading {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Inter Tight";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.side_sticky_section .question {
  color: #8c8c8c;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

.side_sticky_section .question:hover {
  background: none;
  color: white;
}

.main_body_section_learn {
  min-height: 100vh;
}

.learn_page_card_container {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 150px auto auto auto; */
}

.learn_page_card_container .learn_card {
  background: linear-gradient(232deg,
      rgba(9, 9, 9, 0.9) 2.04%,
      rgba(9, 9, 9, 0.9) 100%);
  padding: 20px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border-radius: 12px;
  min-height: 320px;
  border: 3px solid #171717;
}

.learn_page_card_container .learn_card img {
  width: 100%;
  max-width: 130px;
  /* height: 130px;
  object-fit: contain; */
  justify-self: center;
  align-self: center;
}

.learn_page_card_container .learn_card h6 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  /* text-align: center; */
}

.learn_page_card_container .learn_card p {
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
  /* text-align: center; */
}

.learn_page_card_container .learn_card a {
  width: auto;
  font-family: "Inter" !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px !important;
  align-self: end;
}

.box_links_learn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.box_links_learn .box_link {
  text-decoration: none;
  color: white;
  border: 1.5px solid #171717;
  display: flex;
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  justify-content: space-between;
  color: #cfcfcf;
  font-family: "Inter Tight" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
}

.box_links_learn .box_link:hover {
  background: #171717;
}

.learn__things_to_consider {
  border: none;
  /* border-radius: 10px; */
  padding: 30px 0;
  /* max-width: 827px; */
}

.contentBorder {
  border: 3px solid #171717;
  padding: 20px 16px;
  box-shadow: 0 8px 25px rgba(23, 23, 23, 0.6);
  border-radius: 16px;
}

.books_and_podcasts_link_list a {
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  text-decoration: none;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  margin-bottom: 6px;
}

.books_and_podcasts_link_list .underline {
  text-decoration: underline;
}

.books_and_podcasts_link_list .italic {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.side_sticky_section .btn.btn-outline-light {
  display: none !important;
}

.side_sticky_section .btn-light {
  display: none !important;
}

.side_sticky_section .edit_page_btn {
  display: none !important;
}

/* What is Quantova Page Stylings */

.what_is_quantova_main_content {
  padding: 80px 106px;
  padding-bottom: 100px;
  border-radius: 18px;
  margin-top: 150px;
  max-width: 1536px;
}

.what_is_quantova_main_content .card_1 {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 41px 66px;
  border-radius: 18px;
  width: 1024px;
}

.what_is_quantova_main_content .card_1 h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #cccccc;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.what_is_quantova_main_content .card_1 ul li {
  margin-bottom: 6px;
}

.what_is_quantova_main_content .cards_container {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  justify-content: center;
}

.what_is_quantova_main_content .cards_container .card_base {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  width: 435px;
  padding: 60px 33px;
  padding-right: 7px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.what_is_quantova_main_content .cards_container .card_base h5 {
  font-size: 24px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.what_is_quantova_main_content .sec_4 .btn_group_div {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 16px;
}

.what_is_quantova_main_content .sec_4 .btn_group_div .btn {
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: white;
  background: #272626;
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
}

.what_is_quantova_main_content .sec_4 .btn_group_div .btn.active_btn {
  background: white;
  color: black;
  font-weight: 700 !important;
}

.what_is_quantova_main_content .sec_4 .sec_4_card {
  max-width: 883px;
  padding: 27px 25px;
  padding-right: 33px;
  border: 1px solid #333333;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 80px;
}

.what_is_quantova_main_content .sec_5 .sec_5_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 33px;
}

.what_is_quantova_main_content .sec_5 .sec_5_card .indicators_div {
  width: 180px;
  border-radius: 9999px;
  padding: 6px 17px;
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-top: 80px;
  background-color: #121212;
}

table,
th,
td {
  border-color: #171717 !important;
}

.what_is_quantova_main_content .sec_5 .sec_5_card .indicators_div .indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* border: 1px solid white; */
}

.what_is_quantova_main_content .sec_5 .sec_5_card .indicators_div .indicators .indicator {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #3a3641;
}

.what_is_quantova_main_content .sec_5 .sec_5_card .indicators_div .indicators .indicator.active_indicator {
  background-color: #dac5fc;
}

.what_is_quantova_main_content .sec_6_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding-top: 39px;
  padding-bottom: 39px;
  padding-right: 0;
  padding-left: 0;
  width: 98.5%;
  margin-left: auto;
  margin-right: auto;
}

.what_is_quantova_main_content .sec_6_card .sub_card {
  border-color: #4c4c4c !important;
  width: 309px !important;
  height: 148px;
  /* background-color: white; */
  padding-left: 49px;
}

.what_is_quantova_main_content .sec_6_card .sub_card h3 {
  font-family: "Inter", sans-serif !important;
}

.what_is_quantova_main_content .sec_6_card .sub_card p {
  color: #b2b2b2;
}

.what_is_quantova_main_content .sec_7_card {
  display: flex;
  align-items: center;
  padding-right: 41px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  padding-left: 0;
  border-radius: 13px;
  position: relative;
}

.what_is_quantova_main_content .sec_9 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  border-radius: 13px;
  padding-top: 63px;
  padding-bottom: 63px;
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 95px;
}

.further_reading_list {
  margin-top: 31px;
}

.further_reading_list li .underline {
  text-decoration: underline;
}

.further_reading_list li .italic {
  font-style: italic;
}

.what_is_quantova_last_sec {
  margin-top: 4rem;
}

.what_is_quan .quan_big_card {
  width: 880px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  display: flex;
  align-items: center;
  border-radius: 18px;
  gap: 32px;
  padding: 26px;
  margin: auto;
  margin-top: 61px;
}

.what_is_quan .quan_big_card .underline {
  text-decoration: underline;
}

.what_is_quan .quan_big_card a {
  font-family: "Inter", sans-serif !important;
}

.what_is_quan_w_960 {
  width: 960px;
  margin: auto;
  margin-top: 177px;
}

.what_is_quan_w_960 .sec_1 {
  gap: 50px;
}

.what_is_quan_w_960 .sec_2 {
  margin-top: 130px;
}

.what_is_quan_w_960 .sec_3 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  border-radius: 13px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 195px;
}

.what_is_quan_w_960 .sec_3 .img_section {
  background: linear-gradient(90deg,
      rgba(105, 150, 247, 0.1) 0%,
      rgba(85, 246, 201, 0.1) 100%);
}

.what_is_quan_w_960 .sec_3 p {
  color: #edededa6;
}

.what_is_quan_w_960 .sec_3 .content {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.what_is_quan_w_960 .sec_3_2.sec_3 {
  margin-top: 4rem;
}

.what_is_quan_w_960 .sec_4 {
  margin-top: 244px;
  padding: 0;
}

.what_is_quan_w_960 .sec_4 a {
  width: auto;
  min-width: auto;
}

.what_is__quan.ending_sec_1 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  border-radius: 16px;
  padding-left: 83px;
  margin-top: 240px;
}

.what_is__quan.ending_sec_2 {
  margin-top: 168px;
}

.what_is__quan.ending_sec_3 {
  margin-top: 141px;
}

.what_is__quan.ending_sec_3 .ending_sec_3_cards_row {
  gap: 51px;
}

.what_is__quan.ending_sec_3 .ending_sec_3_cards_row .ending_sec_card_1,
.what_is__quan.ending_sec_3 .ending_sec_3_cards_row .ending_sec_card_2 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  border-radius: 13px;
  padding-left: 26px;
  padding-top: 17px;
  padding-bottom: 27px;
  height: max-content;
}

.what_is__quan.ending_sec_3 .ending_sec_3_cards_row .ending_sec_card_1 .advantages_container {
  display: flex;
  flex-direction: column;
}

.what_is__quan.ending_sec_3 .ending_sec_3_cards_row .ending_sec_card_1 .advantages_container .advantage {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 17px;
  border: 1px solid #333333;
  background-color: black;
}

.btns-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Web 3 Page */

.web_3_page {
  margin-top: 0rem;
}

.mainDocsContainer {
  background: #090909;
}

@media screen and (max-width: 992px) {
  .web_3_page {
    margin-top: 13px;
  }
}

.web_3_page .side_sticky_section {
  position: sticky;
  right: 0;
  top: 6.5rem;
  width: 303px;
  border-radius: 16px;
  background: #09090996;
  margin-left: auto;
  padding: 32px 18px;
  border-radius: 16px;
  padding-right: 0;
  /* height: max-content; */
  overflow-y: auto;
  max-height: calc(100vh - 146px);
}

.web_3_page .side_sticky_section {
  scrollbar-width: thin;
  scrollbar-color: #3a3a3a #0f0f0f;
}

/* WebKit (Chrome, Edge, Safari) */
.web_3_page .side_sticky_section::-webkit-scrollbar {
  width: 6px;
}

.web_3_page .side_sticky_section::-webkit-scrollbar-track {
  background: #0f0f0f;
  border-radius: 10px;
}

.web_3_page .side_sticky_section::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.web_3_page .side_sticky_section::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}

.web_3_page .side_sticky_section .edit_page_btn {
  border-radius: 4px;
  border: 1px solid #fff;
  min-width: 165px;
  width: max-content;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.linkOpen {
  width: 100%;
  max-width: 15px;
  margin: 0 5px;
}

.web_3_page .side_sticky_section .edit_page_btn i {
  font-size: 24px;
  color: #fff;
}

.web_3_page .side_sticky_section .edit_page_btn:hover {
  background: none;
  box-shadow: 1px 1px 0px #fff;
  transition: 0.2s all ease-in-out;
  transform: translate(-2px, -2px);
}

.navigations_builder_page .side_section_btns_container {
  margin-top: 22px;
}

.web_3_page .side_sticky_section .side_section_btns_container,
.side_section_btns_container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.web_3_page .side_sticky_section .side_section_btns_container .btn,
.side_section_btns_container .btn {
  color: #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-radius: 0;
  text-align: left;
  margin: 0;
  border-bottom: none;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  padding-left: 17px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.web_3_page .side_sticky_section .side_section_btns_container .btn.active,
.side_section_btns_container .btn.active {
  border: none;
  border-left: 1px solid #fff;
  color: #fff;
  position: relative;
}

.web_3_page .side_sticky_section .side_section_btns_container .btn.active::before,
.side_section_btns_container .btn.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 100%;
  left: -4px;
  transform: translateY(100%);
}

.web_3_page .side_sticky_section .side_section_btns_container .btn.sub_btn {
  padding-left: 28px;
}

.web_3_page .side_sticky_section .side_section_btns_container .btn:hover {
  box-shadow: none;
  background: none;
  backdrop-filter: none;
  color: white;
  border-left-color: white;
}

.web_3_page .main_content {
  width: 68%;
  padding-top: 50px;
}



.web_3_page .main_content .more_on_nft_card,
.more_on_nft_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 24px;
}

.web_3_page .main_content .more_on_nft_card .btn,
.more_on_nft_card {
  min-width: 180px;
}

/* Network Fees Page */

.network_fees_header_section {
  background: linear-gradient(232.2deg,
      rgba(0, 0, 0, 0.54) 2.04%,
      rgba(9, 9, 9, 0.51) 100%);
  border: 3px solid #171717;
  backdrop-filter: blur(28.55650520324707px);
  border-radius: 16px;
  margin-top: 4rem;
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 100px;
  padding-right: 100px;
}

.network_fees_header_section .content {
  display: flex;
  flex-direction: column;
  border: none !important;
}

.network_fees_header_section .content span {
  margin-bottom: 53px;
}

.network_fees_header_section .content h1 {
  margin-bottom: 22px;
}

.network_fees_header_section .content p {
  margin-bottom: 41px;
  font-size: 24px;
  color: #fff;
}

.network_fees_header_section .content a {
  min-width: 238px;
  width: max-content;
}

.dark-table-wrapper {
  overflow: hidden;
  border: 1px solid #171717;
  border-radius: 12px;
  scrollbar-width: none;
}

.dark-table-wrapper table {
  margin-top: 0 !important;
}

.dark-table-wrapper::-webkit-scrollbar {
  display: none;
}

.network_fees_sec_2 {
  background: #000000bf;
  border: 3px solid #171717;
  /* border-radius: 18px; */
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 48px;
  max-width: 798px;
  margin-top: 90px;
}

.network_fees_sec_4 {
  margin-top: 109px;
}

.network_fees_sec_4 .cards_container {
  display: flex;
  gap: 28px;
  margin-top: 80px;
}

.network_fees_sec_4 .cards_container .sec_4_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  width: 419px;
  height: 384px;
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  padding-right: 28px;
  justify-content: center;
}

.network_fee_sec_5_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding-left: 52px;
  padding-right: 1rem;
  margin-top: 70px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.network_fees_sec_6 {
  margin-top: 216px;
}

.network_fees_sec_6 .img_section img {
  box-shadow: 0px 0px 69.23px 0px #d2afff0d;
  backdrop-filter: blur(20.553691864013672px);
  border: 2.7px solid #171717;
  background: #000000bf;
  border-radius: 16px;
}

.learn_header_section.uses_section {
  min-height: 60vh;
}

.learn_header_section.uses_section .header_box {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  flex-direction: row;
  justify-content: space-around;
}

.learn_header_section.uses_section .header_box::after {
  display: none;
}

.learn_header_section.uses_section .header_box h1 {
  margin-top: 22px;
  margin-bottom: 40px;
}

.defi_page_table .comparison-table {
  padding: 20px;
}

.defi_page_table .table-heading {
  background: #171717;
  padding: 10px;
  font-weight: bold;
}

.learn_header_section.uses_section.nft_page .header_box {
  margin-bottom: 4rem;
}

.payments_card_container {
  display: flex;
  gap: 22px;
}

.payments_card_container .payment_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 1px solid #171717;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  padding: 25px 16px;
  padding-bottom: 17px;
  gap: 17px;
}

.payments_card_container .payment_card img {
  max-width: 50px;
}

.quan_vs_fiat_table_container {
  gap: 12px;
}

.quan_vs_fiat_table thead tr th {
  height: 58px;
  vertical-align: middle;
  padding-left: 17px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
}

.quan_vs_fiat_table tbody tr td {
  padding-left: 17px;
  padding-top: 14px;
  padding-bottom: 17px;
  border: none;
  background-color: transparent;
}

.learn_header_section.decentralized_identity .header_box {
  padding-left: calc(2.5rem + 1%);
}

.run_a_node_2 {
  margin-top: 200px;
}

.network_fees_sec_2.run_a_node_3 {
  width: 100%;
  max-width: 100%;
}

.node-type-card {
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.run_a_node_4 {
  margin-top: 202px;
}

.run_a_node_4 .sec_4_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.run_a_node_4 .sec_4_container .sec_4_advantage {
  background: #000000bf;
  border: 3px solid #171717;
  border-radius: 12px;
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  height: 100%;
}

.phaseLeftImg {
  width: 100%;
  max-width: 400px;
}

.run_a_node_4 .sec_4_container .sec_4_advantage a {
  text-decoration: none;
  color: white;
}

.run_a_node_4 .sec_4_container .sec_4_advantage a:hover {
  background: none;
}

.run_a_node_5 {
  margin-top: 150px;
}

.run_a_node_5 .card_1 {
  align-items: flex-start;
  background: #000000bf;
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 36px 48px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.run_a_node_5 .card_2 {
  background: #000000bf;
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 0 48px;
  margin-bottom: 2.5rem;
}

.run_a_node_5 .card_3 {
  padding-left: 65px;
  padding-right: 56px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 18px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  align-items: center;
}

.run_a_node_6 {
  margin-top: 233px;
}

.run_a_node_6 .cards_container {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
}

.run_a_node_6 .cards_container .card_1,
.run_a_node_6 .cards_container .card_2 {
  border-radius: 16px;
  background: #000000bf;
  border: 2px solid #171717;
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 1.5rem;
}

.run_a_node_6 .cards_container .card_1 a,
.run_a_node_6 .cards_container .card_2 a {
  min-width: max-content;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
}

/* .run_a_node_7 .cards_container {
  display: flex;
  gap: 28px;
  align-items: center;
} */

.run_a_node_7 {
  margin-top: 140px;
}

.run_a_node_7 .cards_container .sec_7_card {
  background: #000000bf;
  border: 3px solid #171717;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 1.5rem;
  min-height: 390px;
  border-radius: 12px;
  padding-bottom: 50px;
}

.sec_8_card .mainBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.sec_8_card .mainBtn img {
  width: 12px;
}

.run_a_node_8 {
  margin-top: 140px;
}

.run_a_node_8 a {
  width: max-content;
}

.run_a_node_9 {
  margin-top: 217px;
}

.run_a_node_10 {
  background: #000000bf;
  border: 3px solid #171717;
  border-radius: 16px;
  padding-top: 74px;
  padding-bottom: 73px;
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 120px;
}


.run_a_node_10 .row .content {
  gap: 36px;
  display: flex;
  flex-direction: column;
}

.ai_agents_sec_2_card_container {
  display: flex;
  gap: 22px;
}

.ai_agents_sec_2_card_container .sec_2_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  width: 100%;
  border-radius: 18px;
  max-width: 300px;
  padding: 25px;
  min-height: 240px;
  padding-right: 18px;
}

.ai_agents_sec_2_card_container .sec_2_card p {
  line-height: 1.9;
}

.ai_agents_sec_3_card_container {
  display: flex;
  flex-direction: column;
}

.ai_agents_sec_3_card_container .sec_3_card {
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
}

.ai_agents_sec_3_card_container .sec_3_card .img_section {
  width: 27%;
}

.ai_agents_sec_4_card {
  display: flex;
  align-items: center;
  padding: 11px 24px;
  padding-right: 36px;
  gap: 30px;
  background: #423a1c;
}

.ai_agents_sec_4_card img {
  width: 5%;
}

.ai_agents_sec_7_cards_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai_agents_sec_7_cards_container .sec_7_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.ai_agents_sec_7_cards_container .sec_7_card a {
  min-width: auto;
}

.ai_agents_sec_8_cards_container {
  display: flex;
  gap: 22px;
}

.ai_agents_sec_8_cards_container .sec_8_card {
  width: 355px;
  padding: 40px;
  padding-right: 33px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
}

.ai_agents_sec_8_cards_container .sec_8_card a {
  min-width: auto;
  border-radius: 4px;
}

.choose_section_create_ehterium {
  display: flex;
  gap: 20px;
}

.choose_section_create_ehterium .checkBox_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.9) 2.04%,
      rgba(9, 9, 9, 0.75) 100%);
  border: 3px solid #171717;
  border-radius: 12px;
  width: 100%;
  max-width: 385px;
  padding: 16px 18px;
}

.choose_section_create_ehterium .checkBox_card .form-check {
  align-items: center;
  display: flex;
  gap: 12px;
}

.choose_section_create_ehterium .checkBox_card .form-check .form-check-input {
  background-color: transparent !important;
}

.choose_section_create_ehterium .checkBox_card .form-check label {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.choose_section_create_ehterium .checkBox_card .form-check input {
  width: 23px;
  height: 23px;
  border-radius: 0;
  border: 1px solid white;
}

.guides_box {
  position: relative;
  min-height: 382px;
  border-radius: 18px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 48px;
  padding-bottom: 44px;
  width: 98%;
  overflow: hidden;
}

.guides_box .content {
  background: #000000bf;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 1.5rem;
}

.guides_box img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.main_content_main {
  width: 77%;
}

.guidesMainCont {
  width: 72%;
}

.main_content .guides_content_box {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 58px 101px;
}

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

.uses_2_cards_container .sec_2_card {
  /* width: 32%; */
  padding-bottom: 62px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  position: relative;
  border: 3px solid #171717;
  border-radius: 12px;
  min-height: 300px;
}

.uses_2_cards_container .sec_2_card a {
  border: none;
  position: absolute;
  bottom: 28px;
  left: 25px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  color: #fff;
}

.uses_2_cards_container .sec_2_card a:hover {
  background: none;
}

.uses_2_cards_container .sec_2_card h5 {
  font-size: 24px !important;
}

.content-block-bordered {
  border: 1px solid #171717;
  border-radius: 16px;
  padding: 24px;
}

.quantova_uses_sec_3 {
  background: #000000d9;
  border: 3px solid #171717;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 16px;
  padding: 30px 25px;
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
  text-align: start;
}

.quantova_uses_sec_3 .after_heading {
  /* max-width: 768px; */
  margin-left: auto;
  margin-right: auto;
}

.quantova_uses_sec_3_dropdown_container a:hover,
.quantova_uses_sec_3_dropdown_container button:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  border: none;
}

.sec_card {
  border-radius: 16px;
  background: linear-gradient(241deg, #090909 2.04%, #090909 100%);
  min-height: 304px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 33px;
}

.selectionJurSection {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown {
  position: relative;
  padding: 11px 19px;
  padding-right: 30px;
  /* space for custom icon */
  color: white;
  border: 1px solid white;
  text-align: left;
  width: 100%;
}

.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}

/* Custom dropdown arrow */
.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url("../images/dropdown.9dae5cc98f63.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

/* Custom dropdown menu styling */
.quantova_uses_sec_3_dropdown_container .custom-dropdown {
  background-color: #111;
  /* dark background */
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: none;
  min-width: 200px;
}

.quantova_uses_sec_3_dropdown_container .custom-dropdown .dropdown-item {
  color: white;
  padding: 10px 20px;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Inter", sans-serif !important;
}

.quantova_uses_sec_3_dropdown_container .custom-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 4px;
}

.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown.show {
  background-color: transparent;
}

.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown::after {
  transition: transform 0.3s ease;
  transform-origin: center;
}

/* Rotate the arrow when dropdown is open */
.quantova_uses_sec_3_dropdown_container .uses_sec_3_dropdown.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.quantova_uses_sec_3 .btn_container_main {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.quantova_uses_sec_3 .btn_container_main .btn_container {
  display: flex;
  flex-direction: column;
}

.quantova_uses_sec_3 .btn_container_main .btn_container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  justify-content: space-between;
  border: 1px solid #ffffff29;
  padding: 19px 17px;
  padding-right: 20px;
}

.quantova_uses_sec_3 .btn_container_main .btn_container a:hover {
  transition: 0.3s all ease-in-out;
  background: rgba(255, 255, 255, 0.1);
}

.quantova_uses_sec_3 .sec_3_last_para {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.quantova_uses_sec_4 .row {
  gap: 80px;
}

.quantova_uses_sec_4 .btn_container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  justify-content: space-between;
  border: 3px solid #171717;
  padding: 19px 17px;
  padding-right: 20px;
  border-radius: 12px;
}

.quantova_uses_sec_4 .btn_container a:hover {
  transition: 0.3s all ease-in-out;
  background: rgba(255, 255, 255, 0.1);
}

.quanAppImg {
  width: 100%;
  max-width: 450px;
}


.quantova_uses_sec_5 .sec_5_box {
  /* background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 0.95px solid #171616;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #9945ff1a; */
  border-radius: 16px;
  padding: 25px 26px;
  height: 100%;
  border: 3px solid #171717;
}

.quantova_uses_sec_5 .sec_5_box a {
  color: #fff;
  font-family: "Inter", sans-serif !important;
}

.quantova_uses_sec_5 .sec_5_box .qtov_address_box {
  background-color: #191919;
  display: flex;
  justify-content: space-between;
  padding: 10px 8px;
  padding-right: 23px;
}

.quantova_uses_sec_6 {
  border: 3px solid #171717;
  border-radius: 16px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

/* .quantova_uses_sec_6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 70%;
  border-radius: 100%;
  background-color: #5969d7;
  filter: blur(200px);
  z-index: -1;
} */

.quantova_uses_sec_6 .row {
  align-items: center;
  justify-content: space-between;
}

.stablecoins_sec_2 .after_heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.stablecoins_sec_2 .sec_2_cards_container {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.stablecoins_sec_2 .sec_2_cards_container .sec_2_card {
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 41px 55px;
  width: 638px;
  font-family: "Inter";
  font-size: 16px;
}

.globeCard {
  height: 100%;
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: transparent;
}

.globeCard h6 {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 700;
  line-height: 43.2px;
  color: #fff;
  margin-bottom: 20px;
}
.globeCard h3,
.globeCard .globeCardTitle {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 700;
  line-height: 43.2px;
  color: #fff;
  margin-bottom: 20px;
}

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

/* .globeCard:hover {
  border-color: #2f2f2f;
} */

.globeCard h6::after {
  display: none;
}

.stablecoins_sec_3 {
  border: 3px solid #171717;
  border-radius: 16px;
  padding: 40px 40px;
}

.optionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.optionTitle h1 {
  font-family: 'Inter';
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  color: #fff;
  margin-bottom: 20px;
}
.optionTitle h2 {
  font-family: 'Inter';
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  color: #fff;
  margin-bottom: 20px;
}
.optionTitle p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}


.stablecoins_sec_3 .sec_3_cards_container .sec_3_card {
  border: 3px solid #171717;
  border-radius: 16px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.stablecoins_sec_3 .sec_3_cards_container .sec_3_card p {
  color: #8c8c8c;
}

.stablecoins_sec_2 .after_heading {
  font-family: "Inter";
  font-size: 16px;
}

.stablecoins_sec_3 .warning_box,
.warning_box {
  display: flex;
  background-color: #fff;
  padding: 24px;
  color: black;
}

.stablecoins_sec_3 .sec_3_table th {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  position: relative;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: transparent;
  color: white;
  border: none;
  padding-left: 0;
}

.stablecoins_sec_3 .sec_3_table th::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0;
}

.stablecoins_sec_3 .sec_3_table th.empty_cell::after {
  background-color: transparent;
  height: 0px;
  width: 0;
}

.stablecoins_sec_3 .sec_3_table td.first_cell {
  padding-left: 16px;
}

.stablecoins_sec_3 .sec_3_table td.first_cell img {
  margin-right: 5px;
}

.stablecoins_sec_3 .sec_3_table td {
  padding-top: 16px;
  padding-bottom: 30px;
  background-color: transparent;
  color: white;
  border: none;
  padding-left: 0;
}

.stablecoins_sec_3 .sec_3_table td a {
  min-width: auto;
  width: auto;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.stablecoins_sec_4 .sec_4_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000000bf;
  border: 2px solid #171717;
  border-radius: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 49px;
  padding-right: 49px;
}

.stablecoins_sec_4 .sec_4_card .recommended,
.stablecoins_sec_4 .sec_4_card .advanced {
  background-color: #defce9;
  color: #16a249;
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 9px;
}

.stablecoins_sec_4 .sec_4_card .advanced {
  color: #461e06;
  background-color: #fef3c8;
}

.stablecoins_sec_4 .sec_4_card a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  min-width: auto;
}

.stablecoins_sec_4 .sec_4_card a:hover {
  background: none;
}

.stablecoins_sec_5 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.stablecoins_sec_5 a {
  border-radius: 6px;
  min-width: 191px;
}

.sec_6_cards_container {
  display: flex;
  gap: 33px;
}

.sec_6_cards_container .sec_6_card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 49px;
  width: 31%;
}

.sec_6_cards_container .sec_6_card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.stablecoins_sec_7 .sec_7_cards_container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.stablecoins_sec_7 .sec_7_cards_container .sec_7_card {
  width: 468px;
  border-radius: 16px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  height: 212px;
  border: 3px solid #171717;
}

.stablecoins_sec_7 .sec_7_cards_container .sec_7_card p {
  font-size: 14px;
  color: #fff;
  font-family: "Inter";
}

.stablecoins_sec_7 .sec_7_cards_container .sec_7_card .color_strip {
  width: 80%;
  height: 7px;
  left: 40px;
  bottom: 24px;
  position: absolute;
}

.stablecoins_sec_8 .sec_8_card {
  display: flex;
  align-items: center;
}

.stablecoins_sec_8 .sec_8_card .content {
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #333333;
}

.stablecoins_sec_8 .sec_8_card .content p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.stablecoins_sec_8 .sec_8_card .content a {
  min-width: 91px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.what_is_layer_2_2 {
  max-width: 735px;
}

.what_is_layer_2_3 {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 35px 32px;
}

.what_is_layer_2_3 .row {
  gap: 51px;
}

.what_is_layer_2_3 .number {
  width: 32px;
  height: 32px;
  background-color: white;
  color: black;
  border-radius: 100%;
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-weight: 700;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

.what_is_layer_2_4 {
  background: none;
  box-shadow: none;
  border: none;
}

.what_is_layer_2_6 .sec_6_cards_container {
  display: flex;
  gap: 22px;
  justify-content: center;
}

.what_is_layer_2_6 .sec_6_cards_container .sec_6_card {
  border-radius: 18px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 75px 69px;
  width: 48%;
}

.networds_5 .wallet_sec_3_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
}

.networds_6 {
  max-width: 640px;
}

.networds_6 .sec_6_card {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 32px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.networds_6 .sec_6_card .line {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.networds_6 .sec_6_card .line a {
  min-width: 88px;
  border-radius: 4px;
}

.networds_7 {
  max-width: 1046px;
}

.networds_7 .faqs_container {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.networds_7 .faqs_container .faq {
  border: 1px solid #ffffff29;
  padding: 25px 24px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}


.networds_7 .faqs_container .faq a {
  text-decoration: none;
  background: none !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0 !important;
  margin-left: auto !important;
}

.find_network_header {
  position: relative;
  overflow: hidden;
}

.find_network_header::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 60%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #5969d7;
  filter: blur(200px);
}

.find_network_main_body .side_sticky_section {
  border: none;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
}

.find_network_main_body .side_sticky_section .filter {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.find_network_main_body .side_sticky_section .filter strong {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.find_network_main_body .side_sticky_section .filter a {
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
}

.find_network_main_body .side_sticky_section .filter a:hover {
  background: none;
}

#stickySideFindNetwork .accordion-button {
  background: transparent;
  color: white;
  border-bottom: 1px solid #ffffff29;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
  font-family: "Inter", sans-serif !important;
}

#stickySideFindNetwork .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#stickySideFindNetwork .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23dac5fc' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

#stickySideFindNetwork .accordion-item {
  border: none;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: white;
}

#stickySideFindNetwork .advanced {
  text-align: left;
}

.find_network_main_body .show_all_num {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 10px;
  padding: 19px 16px;
  text-align: left !important;
}

.find_network_table .network_name {
  width: 50%;
}

.find_network_table .avg_transaction_fee {
  width: 13%;
  text-align: center;
}

.find_network_table .market_share {
  width: 12%;
}

.find_network_table .network_maturity {
  width: 12%;
}

.find_network_table .dropdown_space {
  width: 5%;
}

.find_network_table .network,
.find_network_table .heading_row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.find_network_table .heading_row {
  background: #000000bf;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.find_network_table .network {
  padding: 12px;
  border-bottom: 1px solid #333333;
}

.staking_home_header {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

/* .staking_home_header::after {
  content: "";
  position: absolute;
  transform: translateX(50%);
  width: 40%;
  height: 40%;
  bottom: 0;
  background-color: #ed77e1;
  filter: blur(200px);
  border-radius: 100%;
  z-index: -1;
} */

.main_body_section_learn.staking_home .row {
  gap: 4px;
}

.ms-100 {
  margin-left: 100px;
}

.staking_home_3 .sec_3_cards_container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.staking_home_3 .sec_3_cards_container .sec_3_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 0.76px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  border-radius: 13px;
  padding: 30px 68px;
  padding-right: 79px;
}

.staking_home_3 .sec_3_cards_container .sec_3_card .btns_container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.staking_home_3 .sec_3_cards_container .sec_3_card .btns_container button {
  border-radius: 2px;
  padding: 12px;
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  color: white;
  border: none;
}

.staking_home_3 .sec_3_cards_container .sec_3_card .striped_row {
  width: 100%;
  height: 6px;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#99229F\] .striped_row {
  background-color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#99229F\] {
  box-shadow: 0px 0px 42.9px 0px #99229f1a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#99229F\] h3 {
  color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#99229F\] .btns_container button {
  background: #99229f1a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#D2AFFF\] .striped_row {
  background-color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#D2AFFF\] {
  box-shadow: 0px 0px 42.9px 0px #d2afff1a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#D2AFFF\] h3 {
  color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#D2AFFF\] .btns_container button {
  background-color: #d2afff1a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#24FE65\] .striped_row {
  background-color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#24FE65\] {
  box-shadow: 0px 0px 42.9px 0px #24fe651a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#24FE65\] h3 {
  color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#24FE65\] .btns_container button {
  background-color: #24fe651a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#fff\] .striped_row {
  background-color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#fff\] {
  box-shadow: 0px 0px 42.9px 0px #db7c751a;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#fff\] h3 {
  color: #fff;
}

.staking_home_3 .sec_3_cards_container .sec_3_card.card-\[\#fff\] .btns_container button {
  background-color: #db7c751a;
}

.staking_home_4 .comparison_staking_container {
  gap: 22px;
}

.staking_home_4 .comparison_staking_container .col-12.col-xl .comparison_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 1px solid #171717;
  border-radius: 2px;
  padding-top: 25px;
  padding-left: 7px;
  padding-right: 20%;
  min-height: 365px;
}

.staking_home_4 .comparison_staking_container .col-12.col-xl .comparison_card li {
  line-height: 2;
  font-size: 12px;
}

.staking_home_5 {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 48px;
}

.staking_home_5 .btns_container {
  display: flex;
  gap: 16px;
  align-items: center;
  /* flex-wrap: wrap; */
}

.staking_home_5 .btns_container .btn {
  min-width: auto;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.staking_home_6 .faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 25px;
  color: white;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  margin-bottom: 16px;
}

.staking_home_6 .faq:hover {
  background: #cfcfcf25;
  border: 1px solid transparent;
}

.solo_staking_6 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 0.76px solid #171616;
  backdrop-filter: blur(17.230838775634766px);
  box-shadow: 0px 0px 42.9px 0px #99229f1a;
  border-radius: 13px;
  padding: 24px;
}

.solo_staking_6 .form-select {
  background-color: transparent;
  color: white;
  max-width: 60%;
  padding: 9px;
  border-radius: 4px;
}

.solo_staking_6 option {
  background-color: #222222;
}

.solo_staking_6 a {
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.solo_staking_8 .sec_8_cards_container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.solo_staking_8 .sec_8_cards_container .sec_8_card {
  width: 100%;
  max-width: 265px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 1px solid #171717;
  padding-left: 25px;
  padding-top: 18px;
  padding-bottom: 12px;
  padding-right: 26px;
  border-radius: 2px;
}

.solo_staking_8 .sec_8_cards_container .sec_8_card a {
  min-width: auto;
  border-radius: 4px;
}

.solo_staking_8 .sec_8_cards_container .sec_8_card .btns_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.btnBadge {
  min-width: auto;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 10px;
  border-radius: 9999px;
  padding: 4px 10px !important;
  background: #fff;
  border-radius: 15px;
  padding: 6px 12px;
  color: #000;
  text-transform: uppercase;
}

.daap_header {
  position: relative;
}

.daap_header::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  right: 10%;
  background: #5969d7;
  top: 30%;
  filter: blur(200px);
  z-index: -1;
}

.daap_2 .daap_2_cards_container {
  display: flex;
  gap: 16px;
}

.daap_2 .daap_2_cards_container .daap_2_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 16px;
  padding: 20px;
  padding-right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-width: 443px;
}

.daap_2 .daap_2_cards_container .daap_2_card a {
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  min-width: auto;
}

.daap_3 .daap_3_cards_container {
  display: flex;
  gap: 25px;
}

.daap_3 .daap_3_cards_container .daap_3_card {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(0, 0, 0, 0.855) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 20px;
  max-width: 313px;
  min-height: 465px;
}

.daap_3 .daap_3_cards_container .daap_3_card .color {
  width: 100%;
  height: 180px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 16px;
}

.daap_3 .daap_3_cards_container .daap_3_card .content {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 55%;
}

.color_btn {
  border: none;
  padding: 6px 16px !important;
}

.daap_3 .daap_3_cards_container .daap_3_card .content .color_btn {
  border-radius: 99999px;
  background-color: grey;
  color: white;
  text-decoration: none;
  max-width: max-content;
  min-width: auto;
  font-weight: 400;
}

.daap_3 .daap_3_cards_container .daap_3_card .content .open_uniswap_btn {
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_1 .color {
  background-color: #212f46;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_1 .content .color_btn {
  background-color: #16a249;
  color: white;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_2 .color {
  background-color: #181b21;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_2 .content .color_btn {
  background-color: #fff;
  color: black;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_3 .color {
  background-color: #111c25;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_3 .content .color_btn {
  background-color: #fcd44f;
  color: black;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_4 .color {
  background-color: white;
}

.daap_3 .daap_3_cards_container .daap_3_card.card_4 .content .color_btn {
  background-color: #16a249;
  color: white;
}

.daap_4 .daap_4_box {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 104.2px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding-top: 100px;
  padding-bottom: 87px;
  padding-left: 30px;
  padding-right: 30px;
}

.daap_4 .daap_4_box .choose_category {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.daap_4 .daap_4_box .choose_category button {
  text-decoration: none;
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 99999px;
  border: 1px solid white;
  font-family: "Inter", sans-serif !important;
  color: white;
  padding: 12px 20px;
  background: none;
}

.daap_4 .daap_4_box .choose_category button:hover {
  transition: 0.2s all ease-in-out;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.daap_4 .daap_4_box .decentralized_finance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.daap_4 .daap_4_box .decentralized_finance .box {
  max-width: 539px;
  background: #020304;
  border: 1px solid white;
  border-radius: 12px;
  padding: 28px;
  padding-left: 24px;
  padding-right: 65px;
}

.daap_4 .daap_4_box .btns_group_container {
  gap: 65px;
}

.daap_4 .daap_4_box .btns_group_container .btn_card {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}

.daap_4 .daap_4_box .btns_group_container .btn_card a {
  min-width: auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  gap: 3px;
  font-family: "Inter", sans-serif !important;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
}

.daap_4 .daap_4_box .btns_group_container .btn_card a:hover {
  background: none;
  box-shadow: 1px 1px #fff;
}

#books_podcasts a:hover {
  background: fixed;
}

.learn_card a {
  min-width: auto;
  max-width: 100%;
}

.main_side_btn h5 {
  text-transform: capitalize !important;
}

.builders_card_container {
  gap: 10px !important;
}

.builders_card_container .daap_3_card {
  margin-bottom: 18px;
}

.builder_container {
  border: 2px solid #171717;
  border-radius: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.carousel-container {
  overflow: hidden;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s linear;
}

.crypto-card {
  min-width: 100%;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  background-color: black;
  border: 1.71px solid #171717;
  backdrop-filter: blur(18.599872589111328px);
  border-radius: 13px;
  color: white;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  margin-right: 3rem;
}

.crypto-card::after {
  position: absolute;
  content: "";
  width: 178px;
  height: 178px;
  border-radius: 100%;
  background-color: #31346f;
  z-index: -1;
  filter: blur(100px);
  top: 20%;
  left: 25%;
}

.crypto-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  right: -10px;
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  z-index: -10;
}

.crypto-card button {
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.card-img {
  width: 100px;
  height: 100px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #444;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: white;
}

.community_header {
  border-radius: 16px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  max-width: 1328px;
  min-height: 585px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.community_header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  backdrop-filter: blur(21.73354721069336px);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
}

.community_header::after {
  position: absolute;
  content: "";
  background-image: url("../images/optimized/community_header.b6c95195c9ac.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 100%;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0.2;
}

.community_header .row {
  max-width: 968px;
}

.community_header p {
  margin-bottom: 0;
  color: #cdcdcd;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.community_sec_2 {
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 2px solid #171717;
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
}

.invlovedHr {
  background: #fff;
  height: 4px;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 45px;
}

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

.community_2_cards_container .sec_2_card {
  /* max-width: 380px; */
  height: 100%;
  border-radius: 0;
  padding: 24px;
  border: 3px solid #171717;
  border-radius: 12px;
}

.community_sec_3 .sec_3_cards_container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.font36 {
  font-family: "Inter Tight";
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  color: #fff;
}

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


.linkDeco ul li a {
  text-decoration: underline !important;
}

.community_sec_3 .sec_3_cards_container .sec_3_card {
  text-decoration: none !important;
  width: 100%;
  max-width: 100%;
  color: #fff;
  display: flex;
  border: 2px solid #171717;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

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

.community_sec_3 .sec_3_cards_container .sec_3_card .img_section {
  background-color: #070707;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 240px;
  width: 100%;
  max-width: 180px;
}

.community_sec_3 .sec_3_cards_container .sec_3_card .content {
  background: #ffffff0b;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.community_sec_3 .sec_3_cards_container .sec_3_card .content h5 {
  font-family: "Inter Tight";
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: rgb(237, 237, 237);
}

.community_sec_3 .sec_3_cards_container .sec_3_card .content p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
  margin-bottom: 0;
  margin-top: 10px;
}

/* .community_sec_4{
  background: #293233;
}
.community_sec_5{
  background: #332027;
} */


.side_sticky_navbar_builder {
  height: 60vh;
  border-radius: 14px;
  top: 6rem;
  z-index: 10;
  background: #000000bf;
  backdrop-filter: blur(22.799999237060547px);
  padding-top: 32px;
  padding-bottom: 32px;
}

.side_sticky_navbar_builder .accordion .accordion-item,
.side_sticky_navbar_builder .accordion button {
  background: transparent;
  color: white !important;
  border: none;
  box-shadow: none;
}

.side_sticky_navbar_builder .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
}

.side_sticky_navbar_builder .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}

.side_sticky_navbar_builder .accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0;
  padding-left: 2rem;
}

.side_sticky_navbar_builder .accordion .accordion-body a {
  background: none !important;
  color: white;
  font-family: "Inter", sans-serif !important;
  text-decoration: none;
  font-weight: 400;
}

.side_sticky_navbar_builder .accordion .accordion-body a:hover {
  background: none;
  color: #e7e7e6;
}

/* Fixes */

.mainnet_validators_cards_col_12_fixing .col-lg-4.col-12.ps-lg-0.ps-auto {
  width: 30%;
}

.home_page_header_heading {
  font-family: "Inter Tight" !important;
  font-size: 48px;

  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.advantage_icon {
  max-width: 88px !important;
  width: 100% !important;
}

.safe_ecosystem_content .h_96,
.sec_8_cards .h_96 {
  font-size: 38px;
}

.btn_bg_force_none {
  background: none !important;
  border-bottom: none !important;
}

.main_container_builder {
  border: 3px solid #171717;
  border-radius: 14px;
}

.main_container_builder .main_content_builder {
  border-left: 3px solid #171717;
  padding-left: 64px;
  padding-top: 40px;
  padding-bottom: 64px;
  padding-right: 34px;
  background: #181818bf;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 14px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn_text_builder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  text-decoration: underline;
  color: #fff;
  min-width: auto;
  display: inline;
}

.btn_text_builder.btn {
  border: none !important;
  padding: 0 !important;
}

.btn_text_builder:hover {
  background: none !important;
  border: none !important;
}

.gitInvolvedCol h4 {
  line-height: 50px;
  margin-bottom: 0 !important;
}

.btn_purple_bg_black {
  background-color: black;
  color: #fff;
  font-family: "Inter", sans-serif !important;
  min-width: auto;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #fff;
}

.btn_purple_bg_black:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff;
}

.navigations_builder_page {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  /* width: 208px; */
  max-height: 300px;
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 27px;
  padding-bottom: 27px;
  border-radius: 14px;
  margin-left: 54px;
}

.navigations_builder_page .btn.btn-light {
  min-width: auto !important;
  width: auto !important;
  border-radius: 3px;
  background: white !important;
  border: none !important;
  display: flex;
  align-items: center;
  min-height: auto;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  gap: 4px;
}

.section-title-event {
  font-family: "Inter Tight";
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  /* text-align: center; */
  color: #fff;
}

.apps-title {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.event_title-confe {
  font-family: "Inter";
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  color: #fff;
}

.event_date-confe {
  font-family: "Inter";
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #fff;
}

.event_location-confe {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #8c8c8c;
}

.browse-btn {
  background-color: #fff;
  color: #000;
  font-family: Inter Tight;
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 16px;
  text-decoration: none;
}

.joinOrgSection {
  width: 100%;
  max-width: 1150px;
  padding: 50px 80px 90px 80px;
  margin: 0 auto;
  border: 3px solid #171717;
  border-radius: 16px;
}

.contibute-titl {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.contibute-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 23.6px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 8px;
  text-align: center;
}

.img_icon-set {
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70px;
  height: 70px;
  margin-bottom: 14px;
}

.img_icon-set img {
  filter: brightness(99);
}

.btn-start-light {
  background-color: #fff !important;
  border-radius: 8px;
  border: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
  padding: 11px 24px;
  font-family: "Inter Tight";
  font-size: 17px;
  font-weight: 400;
  line-height: 24.8px;
}


.btn-start-light:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff;
}

.goToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 16px;
  font-family: 'Inter Tight';
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
  border: 1px solid #fff;
  background: none;
  color: #FFF;
  border-radius: 8px;
  min-width: auto;
  text-decoration: none;
  font-weight: 400 !important;
}

.goToTop:hover {
  background: #fff;
  color: #000;
}

.goToTop i {
  font-size: 23px;
}

.overwhelming-subtitle {
  font-family: 'Inter Tight';
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  margin-top: 14px;
  /* text-align: center; */
}

.digital-revolution {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 30.8px;
  color: #fff;
  width: 100%;
  max-width: 826px;
  /* text-align: center; */
}

.Understand-Quantova {
  font-family: Inter Tight;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0%;
}

.Understand-Quantova-section {
  margin-bottom: 50px;
}

.Understand-Quantova-section h3 {
  font-family: "Inter Tight";
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(237, 237, 237);
  margin-top: 20px;
}

.btn-resource-light {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 11px 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.8px;
  width: max-content;
}

.btn-resource-light:hover {
  background-color: white;
  color: #000;
}

.build-button {
  margin-top: 50px;
}

.navigations_builder_page .btn.btn-light:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.navigations_builder_page .github_icon {
  filter: invert();
}

.navigations_builder_page .btn.btn-light img {
  max-width: 20px;
}

.tutorials_main_section {
  max-width: 1024px;
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  /* padding: 32px; */
  padding-top: 32px;
  padding-bottom: 32px;
}

.tutorials_main_section .tutorials_btn_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tutorials_main_section .tutorials_btn_section button {
  border-radius: 99999px;
  border: 1px solid white;
  min-width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 12px;
  background: transparent;
  color: white;
}

.tutorials_main_section .tutorials_hr {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tutorials_main_section .tutorials_btn_section button.active {
  box-shadow: 1px 1px #fff;
  border-color: #fff;
  color: #fff;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
}

.tutorials_main_section .tutorials_btn_section button:hover {
  box-shadow: 1px 1px #fff;
  border-color: #fff;
  color: #fff;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
}

.tutorials_main_section .tutorials_main_content {
  margin-bottom: 1rem;
}

.tutorials_main_section .tutorials_card {
  padding: 32px;
  border-bottom: 1px solid #333333;
}

.tutorials_main_section .tutorials_card .dark_theme_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tutorials_main_section .tutorials_card .dark_theme_btns button {
  padding: 8px 9px;
  border-radius: 99999px;
  color: white;
  background: rgb(28, 28, 28) !important;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
}

.main_container_find_wallet {
  border: none;
}

.side_sticky_find_wallet {
  height: 100vh;
  overflow-y: auto;
}

.side_sticky_find_wallet::-webkit-scrollbar {
  display: none;
}

.side_sticky_find_wallet .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7.91' height='14' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.71891L1.41 8.12891L6 3.54891L10.59 8.12891L12 6.71891L6 0.718906L0 6.71891Z' fill='%23DAC5FC'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.side_sticky_find_wallet .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7.91' height='14' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.71891L1.41 8.12891L6 3.54891L10.59 8.12891L12 6.71891L6 0.718906L0 6.71891Z' fill='%23DAC5FC'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.side_sticky_find_wallet .filters_div {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 10px;
  padding: 8px 14px;
}

.side_sticky_find_wallet .accordion {
  border-radius: 10px;
  border: 3px solid #171717;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 1rem 1.25rem;
}

.side_sticky_find_wallet .accordion-button {
  font-weight: 700;
  border-bottom: 1px solid #ffffff29 !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 9px;
  border-radius: 0 !important;
}

.side_sticky_find_wallet .accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.side_sticky_find_wallet .accordion-body .switch_btn {
  border-bottom: 1px solid #ffffff29 !important;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.side_sticky_find_wallet .accordion-body .switch_btn.border-bottom-none {
  border-bottom: none !important;
}

.side_sticky_find_wallet .accordion-body .switch_btn .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 1%29'/%3e%3c/svg%3e");
  border: none !important;
  box-shadow: none;
  background-color: #8c8c8c;
}

.side_sticky_find_wallet .accordion-body .switch_btn .form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
  background-color: #fff;
}

.side_sticky_find_wallet .find_wallet_select_wrapper {
  position: relative;
  max-width: 100%;
  user-select: none;
  font-family: "Inter", sans-serif;
}

.side_sticky_find_wallet .find_wallet_select {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 8px 13px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side_sticky_find_wallet .find_wallet_select svg {
  transition: transform 0.3s ease;
}

.side_sticky_find_wallet .find_wallet_select.open svg {
  transform: rotate(180deg);
}

.side_sticky_find_wallet .find_wallet_select_options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #1c1c1c;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-top: 6px;
  z-index: 10;
  display: none;
  flex-direction: column;
}

.side_sticky_find_wallet .find_wallet_select.open+.find_wallet_select_options {
  display: flex;
}

.side_sticky_find_wallet .find_wallet_select_option {
  padding: 8px 13px;
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

.side_sticky_find_wallet .find_wallet_select_option:hover {
  background-color: #333;
}

.main_container_find_wallet .show_results {
  background: #000000bf;
  border: 3px solid #171717;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 19px 16px;
  max-height: max-content;
  width: 100%;
  border-radius: 10px;
}

.main_container_find_wallet .wallet_card_find_wallet {
  display: flex;
  gap: 16px;
  align-items: start;
  padding: 16px;
  padding-bottom: 32px;
}

.main_container_find_wallet .wallet_card_find_wallet .side_img {
  max-width: 56px;
  max-height: 56px;
}

.main_container_find_wallet .wallet_card_find_wallet .main_content .btns_group {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.main_container_find_wallet .wallet_card_find_wallet .main_content button {
  background: transparent !important;
  border-bottom: none !important;
}

.main_container_find_wallet .wallet_card_find_wallet .main_content .btns_group button {
  border-radius: 99999px;
  padding: 5px 10px;
  color: #fff;
  background: #333333 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 10px;
  border: none;
}

.main_container_find_wallet .wallet_card_find_wallet .main_content .icons_group {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.main_container_find_wallet .wallet_card_find_wallet .main_content .icons_group img {
  max-width: 24px;
  min-height: 24px;
  margin-left: -6px;
}

.main_container_find_wallet .wallet_card_find_wallet .open_link_btn {
  border: 1px solid white !important;
  color: white;
  border-radius: 4px;
  min-width: auto;
}

.main_container_find_wallet .wallet_card_find_wallet .open_link_btn:hover {
  background: white !important;
  color: black !important;
  transform: translate(-2px, -2px);
  transition: all 0.3s ease-in-out;
}

.main_container_find_wallet .wallet_card_find_wallet .open_link_btn:hover img {
  filter: invert(100%);
}

/* New Page Top Holders Stylings */

/* Custom dark table theme */
.top_holders_table {
  background-color: #111111 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  /* fallback */
  overflow: hidden;
}

@media (min-width: 768px) {
  .top_holders_table {
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .top_holders_table {
    border-radius: 12px;
  }
}

.top_holders_table th,
.top_holders_table td {
  background-color: #111111;
  color: #ffffff;
  border: none;
  vertical-align: middle;
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
}

/* No padding for iteration cells */
.top_holders_table th:first-child,
.top_holders_table td[scope="row"] {
  padding: 0.5rem 0.75rem;
}

/* Specific row styling */
.top_holders_table .simple_row {
  border-bottom: 1px solid #333333;
}

/* Buttons */
.top_holders_table .back_btn,
.top_holders_table .next_btn,
.top_holders_table .num_of_pages {
  background: #1a1a1a !important;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  transition: all 0.2s ease-in-out;
}

.top_holders_table .back_btn:disabled,
.top_holders_table .next_btn:disabled,
.top_holders_table .num_of_pages:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.top_holders_table .back_btn:hover:not(:disabled),
.top_holders_table .next_btn:hover:not(:disabled) {
  background-color: #2b2b2b;
}

/* Image flip for "Back" button */
.top_holders_table .back_btn img {
  transform: rotate(90deg);
}

.top_holders_table .next_btn img {
  transform: rotate(-90deg);
}

.top_holders_table .main_header_row {
  padding: 1.25rem 1.5rem;
  background-color: #111111;
  border-bottom: 1px solid #333333;
}

/* Row border */
.top_holders_table .simple_row {
  border-bottom: 1px solid #333333;
}

/* Truncated address style */
.top_holders_table .address-cell .truncated {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #fff;
  cursor: default;
}

/* Copy button style */
.top_holders_table .copy_btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  max-width: 40px;
  min-width: 35px;
  width: auto;
}

.top_holders_table .copy_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .top_holders_table button {
    min-width: auto;
    width: auto;
  }

  .top_holders_table th,
  .top_holders_table td {
    padding: 0.5rem;
  }
}

.lh {
  line-height: 105%;
}

.custom_btn_no_hover {
  text-decoration: none;
  background: transparent !important;
  color: white !important;
  text-decoration: none !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.custom_btn_heading_no_hover {
  text-decoration: none;
  background: transparent !important;
  color: white !important;
  text-decoration: none !important;
  font-family: "Inter Tight", sans-serif !important;
  font-weight: 700 !important;
}

table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 10px;
  margin-top: 30px;
}

.copytxt {
  background-color: rgb(20, 20, 20);
  color: rgb(248, 248, 242);
  margin-top: 20px;
  padding: 10px;
}

.w400 {
  font-weight: 400 !important;
}

.text-\[\#008000\] {
  color: #32cd32;
  font-family: monospace;
  font-style: italic;
}

.text-\[\#8A9A5B\] {
  color: #8a9a5b;
}

.text-\[\#E97451\] {
  color: #e97451;
}

.text-\[\#4169E1\] {
  color: #4169e1;
}

.text-\[\#6495ED\] {
  color: #6495ed;
}

.core-capabilities {
  background-color: #090909;
  border: none;
  border: transparent;
}

.core-capabilities th {
  border-color: #333333 !important;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  line-height: 22.4px;
  color: #FFF;
}

.core-capabilities td {
  border-color: #333333 !important;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #FFF;
}

.tracked-events {
  background-color: grey;
  color: black;
  border: none;
  border: transparent;
}

/* Sidebar container */

.sidebar_wrapper {
  width: 15%;
}

.border {
  border-color: #333 !important;
}

.sidebar {
  width: 100%;
  border-right: 1px solid #333;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 1rem 0;
  overflow-y: hidden;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .sidebar {
    width: 100% !important;
    transition: max-height 0.5s ease;
    max-height: 0;
  }
}

.sidebar::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 9999px;
}

.web_3_page,
.gitbook_container,
.container-fluid,
.row {
  overflow: visible !important;
}

.sidebar h2 {
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin: 1.5rem 0 1.2rem 0;
}

.accordion {
  list-style: none;
  margin: 0;
  color: white !important;
}

.sidebar .accordion-item {
  margin-bottom: 0.2rem;
  background-color: transparent;
  color: white !important;
  align-items: center;
  border: none;
  margin-top: 0 !important;
}

.side_bar_btn {
  position: relative;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  background-color: black;
  font-size: 16rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.side_bar_btn::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  width: 14px;
  height: 14px;
  background-image: url("../images/arrow_icon.c9e12448e119.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}

.side_bar_btn.active::after {
  transform: rotate(90deg);
}

.side_bar_btn:hover {
  background: #121212;
  border-radius: 6px;
}

.accordion-content {
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.accordion-content a {
  display: block;
  padding: 0.5rem 0.8rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 4px;
  margin: 8px 0;
  font-weight: 400 !important;
  font-family: "Inter" !important;
}

.sidebar_heading {
  text-decoration: none;
  color: white;
  background: transparent !important;
}

.accordion-content a:hover {
  background: #121212;
}

.accordion-content a.active-link {
  background: #121212;
}

@media screen and (max-width: 992px) {
  .accordion-content a.active-link {
    background-color: #4d4d4d;
    font-weight: 700 !important;
    font-family: "Inter" !important;
  }
}

.contributeMain p a,
.contributeMain li a {
  text-decoration: underline !important;
}

.gitbook_main_content p {
  margin-top: 14px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.gitbook_main_content p a {
  color: #fff;
  min-width: auto;
  font-weight: 400;
}

.gitbook_main_content a:hover {
  color: #cfcfcf;
}

.gitbook_main_content li {
  margin-top: 14px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.accordion-item {
  margin-bottom: 0.2rem;
}

.side_bar_btn {
  width: 100%;
  text-align: left;
  padding: 0.6rem 1rem !important;
  border: none;
  background: #000;
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.side_bar_btn::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 7px;
  height: 13px;
  background-image: url("../images/arrow_icon.c9e12448e119.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}

.side_bar_btn.active::after {
  transform: rotate(90deg);
}

.accordion-content {
  /* max-height: 0; */
  overflow-y: auto;
  transition: max-height 0.3s ease;
  padding-left: 1rem;
}

.accordion-content a {
  display: block;
  width: 100%;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.main_body_section_learn p {
  margin-top: 14px;
  color: #fff;
  font-family: "Inter" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.main_body_section_learn ul li {
  margin-top: 14px;
  color: #fff;
  font-family: "Inter" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  /* 160% */
}

.main_body_section_learn ul li a {
  color: #fff;
}

.main_body_section_learn ul li a:hover {
  color: #fffff9;
}

.accordion-content a:hover {
  background: #222;
}

.btn_toggle_change_pages_mobile {
  background: transparent !important;
  justify-content: center !important;
  text-align: center;
  border: none !important;
  width: 100%;
}

.btn_toggle_change_pages_mobile img {
  max-width: 6px;
  margin-left: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.btn_toggle_change_pages_mobile.active img {
  transition: 0.3s all ease-in-out;
  transform: rotate(90deg);
}

.parnet_container_sidebar_gitbook_pages {
  overflow-y: hidden;
  background: #090909;
}

.parnet_container_sidebar_gitbook_pages .accordion {
  padding-left: 0 !important;
}

.socialLinks {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: end;
  margin-top: 0px;
}

.socialLinks a {
  position: relative;
  min-width: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
}

.socialLinks a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.1),
      transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.socialLinks a:hover::before {
  opacity: 1;
}

.socialLinks a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3),
    inset 0 1px 5px rgba(255, 255, 255, 0.2);
}

.socialLinks a i {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s ease;
}

.socialLinks a:hover i {
  color: #fff;
  /* Change icon color on hover */
  text-shadow: 0 0 8px #00bcd4;
}

.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerTop img {
  width: 100%;
  max-width: 220px;
}

.poweredByRow img {
  width: 100%;
  max-width: 200px;
}

.poweredByRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 40px;
  flex-wrap: wrap;
}

.poweredByRow img:first-of-type {
  height: 61px;
}

.postDesc1 {
  width: 100%;
  max-width: 375px;
  font-size: 17px;
  line-height: 28px;
}

.postDesc2 {
  width: 100%;
  max-width: 596px;
}

.postDesc3 {
  width: 100%;
  max-width: 480px;
}

.postDesc4 {
  width: 100%;
  max-width: 547px;
}

.postDesc5 {
  width: 100%;
  max-width: 500px;
}

.en_3_2Img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.web_3_page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
}



.web_3_page ul li,
.web_3_page ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
  margin-top: 12px;
}

.shadowLine1 {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 794px;
  top: -140px;
  z-index: -1;
}

.shadowLine2 {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 794px;
  top: -180px;
  z-index: -1;
}

.side_sticky_section .question.active {
  color: #fff;
}

@media screen and (min-width: 993px) {
  .btn_toggle_change_pages_mobile {
    display: none;
  }
}

.moblibe_sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1440px) {
  /* .side_sticky_section {
    margin-right: 5%;
  } */

  .sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 1750px) {
  /* .gitbook_main_content {
    margin-left: 30px;
  } */

  .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .sidebar {
    width: 100%;
  }

  /* .side_sticky_section {
    margin-right: 2%;
    width: 20% !important;
  } */

  .gitbook_main_content {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  /* .side_sticky_section {
    margin-right: 2%;
    width: 25% !important;
  } */

  .gitbook_main_content {
    width: 50%;
  }
}

.hrLine {
  border-top: 1px solid #171717 !important;
  opacity: 1 !important;
}

.gitbook_main_content {
  width: 50%;
  padding: 3rem;
  padding-left: 30px;
  padding-right: 0 !important;
}

.drumbNav {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.btn-link {
  background: transparent !important;
  text-decoration: none;
  min-width: auto !important;
  max-width: auto !important;
  width: auto !important;
  padding-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #8c8c8c;
  text-transform: uppercase;
  font-family: "Inter" !important;
  letter-spacing: .05em;
}

.btn-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1px;
  left: 0;
  background-color: white;
  transform-origin: center;
  transition: all ease-in-out 0.3s;
}

.btn-link:hover::after {
  width: 100%;
  height: 1px;
}

.btn-link:hover {
  color: #fff;
}

.drumbSubTitle {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.custom-tooltip {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1080;
  display: none;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  pointer-events: none;
}

.tooltip-container:hover .custom-tooltip {
  display: block;
}

:target {
  scroll-margin-top: 100px;
  /* height of navbar */
}

.footerBottom {
  background: linear-gradient(101deg,
      rgba(17, 14, 14, 0.55) -4.19%,
      rgba(8, 8, 8, 0.55) 93.58%);
  padding: 35px 16px;
  margin-top: 50px;
}

.footerBottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footerBottom h6 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.footerBottom h6 strong {
  font-weight: 700;
}

.policyLinks {
  display: flex;
  align-items: center;
  gap: 35px;
}

.policyLinks a {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: auto;
}

.policyLinks a:hover {
  font-weight: 400 !important;
  text-decoration: underline;
}

.commonBtn {
  padding: 12px 12px !important;
  color: #fff;
  font-family: "Inter" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.commonBtn.btn-light {
  background: #fff;
  color: #000 !important;
}

.commonBtn.btn-light:hover {
  background: #fffff9;
}

.roadmapBack::before {
  backdrop-filter: unset !important;
}

.roadmapBack::after {
  background-image: url("../images/optimized/road.b3615e7984d8.webp") !important;
}

.mainFeaturesSection {
  border-radius: 41px;
  border: 0.756px solid #171616;
  background: linear-gradient(232deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.67) 100%);
  backdrop-filter: blur(8.6px);
  padding: 40px 130px;
  color: #fff;
}

.mainFeaturesSection .dateText {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.mainFeaturesSection h2 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.featureItem {
  margin-bottom: 35px;
}

.featureItem h3 {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin-top: 28px;
}

.featureItem ul {
  margin: 0;
  padding-left: 18px;
}

.featureItem ul li {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 6px;
}

.timelineContainer {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timelineLine {
  width: 100%;
  height: 4px;
  background: #ffffff;
  position: absolute;
  top: 42px;
  left: 0;
}

.timelineItem {
  /* width: 33.33%; */
  text-align: center;
  position: relative;
  float: left;
  color: white;
}

.timelineItem.left {
  margin-left: -35px;
}

.timelineItem.right {
  margin-right: -45px;
}

.timelineItem h3 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin-top: 70px;
}

.timelineItem p {
  color: #8c8c8c;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 5px;
}

/* Circles */
.circle {
  width: 28px;
  height: 28px;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}

.circle.active {
  background: white;
}

.commingCardContent {
  border-radius: 16px;
  border: 3px solid #333;
  padding: 24px;
  min-height: 271px;
}

.commingCardContent h3 {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

.commingCardContent p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 25px;
}

.doesQuantovaContent h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}

.doesQuantovaContent p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 22px;
}

.doesQuantovaContent h5 {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin-top: 50px;
}

.upgradesTechSection h1 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}

.upgradesCards {
  border-radius: 6.046px;
  border: 0.756px solid #171616;
  background: linear-gradient(232deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.67) 100%);
  backdrop-filter: blur(8.615419387817383px);
  padding: 25px;
  height: 100%;
}

.upgradesCards h6 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.upgradesCards p {
  margin-bottom: 20px;
  color: #8c8c8c;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 14px;
}

.upgradesCards a {
  color: #fff;
  font-family: "Inter" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  min-width: auto;
  background: none;
}

.upgradesCards a:hover {
  color: #a6a6a6;
}

.timelineContent h4 {
  color: #fff;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}

.roadmapFaqWrapper {
  width: 100%;
  margin-top: 50px;
}

.faqItem {
  border: 1px solid #333;
  border-bottom: none;
  padding: 25px 30px;
  /* margin-bottom: 6px; */
  border-radius: 0;
  cursor: pointer;
}

.faqItem:last-of-type {
  border-bottom: 1px solid #333;
}

.faqHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.faqHeader h3 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.moreBtn {
  color: #b48ef0;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
}

.faqContent {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  margin-top: 0px;
}

.faqContent p {
  margin-bottom: 0;
  margin-top: 16px;
}

.faqContent p strong {
  color: #fff;
}

.beingDesc {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.beingTitle {
  color: #fff;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}

.discoverSection {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
  margin-top: 70px;
}

.discoverSection h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  margin-bottom: 20px;
}

.discoverSection p {
  margin-bottom: 0;
  color: #fff;
  text-align: start;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  width: 100%;
  /* max-width: 871px; */
}

.content-What-apps ul li,
.content-What-apps ol li {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 12px;
}

.upComingEventsRow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 25px;
}

.eventsDateCard {
  background: linear-gradient(0deg, #000 0%, #000 100%), #121212;
  border-radius: 6px;
  border: 1px solid #333;
}

.eventDatePart {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #fff;
  background: #272627;
  padding: 9px 12px;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.eventDatePart i {
  font-size: 20px;
}

.eventsBanner {
  width: 100%;
  min-height: 124px;
}

.eventsDevContent {
  padding: 17px;
}

.eventsDevContent h3 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  margin-bottom: 0;
}

.eventsDevContent h6 {
  color: #858585;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-top: 4px;
}

.eventsDevContent p {
  color: #fff;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.6px;
  margin-top: 20px;
}

.eventsDevContentInner {
  min-height: 250px;
}

.viewEventbtn {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 6px;
  border: 1px solid #333;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.novTitle {
  color: #fff;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin-top: 80px;
}

.quantovaMeetups {
  width: 100%;
  max-width: 803px;
  margin: 0 auto;
}

.meetupContainer {
  margin-top: 60px;
}

.meetupSearchBox input {
  width: 100%;
  padding: 19px 27px;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
  background: #000;
  color: #616161;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.meetupList {
  border: 1px solid #2b2b2b;
  overflow-y: auto;
  max-height: 600px;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #444 #111;
}

.meetupItem {
  display: grid;
  grid-template-columns: 40px 1fr 40px 150px 30px;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
  transition: background 0.2s ease;
}

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

.meetupItem:hover {
  background: #141414;
}

.meetupIndex {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  opacity: 0.4;
}

.meetupTitle {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.meetupFlag {
  font-size: 20px;
  text-align: center;
}

.meetupLocation {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  opacity: 0.6;
}

.meetupArrow {
  font-size: 24px;
}

.meetupList::-webkit-scrollbar {
  width: 6px;
}

.meetupList::-webkit-scrollbar-track {
  background: #0e0e0e;
  border-radius: 20px;
}

.meetupList::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 20px;
}

.meetupList::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.grantsHeroSection {
  background-image: url("../images/optimized/grant.2ea5d3573854.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* min-height: 100vh; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.grantsHeroContent {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grantsHeroContent h1 {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%;
}

.grantsHeroContent p {
  color: #cdcdcd;
  text-align: center;
  text-shadow: 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
}

.fundedRow {
  margin-top: 90px;
}

.fundedCol {
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

.daoInnerSmallCard {
  border-radius: 12px;
  border: 3px solid #171717;
  padding: 20px;
  height: 100%;
}

.daoInnerSmallCard h3 {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.fundedCol h5 {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.fundedCol h6 {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 20px;
}

.fundedBorder {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.font-italic {
  font-style: italic;
}

.grantFuture {
  padding: 10px;
  padding-left: 16px;
  border-left: 1px solid #fff;
  margin-top: 16px;
}

.grantFuture h6 {
  color: #fff;
  font-weight: 700;
}

.grantsProgramCard img {
  border-radius: 10px;
}

.grantsProgramCard h6 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 13px;
}

.grantsProgramCard p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-top: 13px;
}

.grantsProgramCard a {
  font-family: "Inter Tight";
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}

.grantsProgramCard a i {
  font-size: 22px;
}

.grantsProgramCard a:hover {
  color: #cfcfcf;
}

.grantsProgramCard img {
  width: 100%;
}

.secureQuantHead h1 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 70.4px;
  margin-top: 20px;
}

.secureQuantHead p {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: 34px;
}

.readButton {
  color: #fff;
  text-align: center;
  font-family: "Inter" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  padding: 10px 17px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: none;
  margin-top: 12px;
}

.subTitle {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: #fff;
  margin-bottom: 32px !important;
  margin-top: 40px !important;
}

.codeXDiv {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  border-radius: 16px;
  border: 3px solid #171717;
  background-color: #090909;
  padding: 19px 17px 35px 17px;
}

.gitbook_main_content li a {
  color: #fff;
  text-decoration: none;
  line-break: anywhere;
}

.gitbook_main_content li a:hover {
  text-decoration: underline;
}

.awsImg {
  max-width: 120px !important;
}

.blog-section {
  width: 100%;
  padding: 40px 0;
}

/* Tabs */
.blog-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 20px;
  background: #000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s ease;
  color: #fff;
}

.tab-btn:hover {
  background: #e4e4e4;
  color: #000;
}

.tab-btn.active {
  background: #f4f4f4;
  color: #000;
}

/* Page search — matches navbar search style */
.page-search-input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 9px 15px;
  color: #fff;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 139%;
  letter-spacing: -0.28px;
  outline: none;
  min-width: 200px;
}

.page-search-input::placeholder {
  color: #666;
}

.page-search-input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
}

/* Blog Card */
.blog-card {
  border: 3px solid #171717;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
  transition: 0.3s ease;
  height: 100%;
  text-decoration: none;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-img {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  background: #ddd;
  margin-bottom: 15px;
  object-fit: cover;
}

.blog-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 600 !important;
  color: #fff;
}

.blog-card p {
  font-size: 14px;
  margin-bottom: 12px;
  font-family: "Inter";
  color: #fff;
}

.blog-card .read-more {
  background: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  margin-top: 30px;
  text-decoration: none;
}

/* Skeleton Animation */
.skeleton-card {
  width: 100%;
  height: 220px;
  background: linear-gradient(90deg, #2b2b2b 25%, #3a3a3a 37%, #2b2b2b 63%);
  background-size: 400% 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  animation: skeleton-loading 1.4s ease-in-out infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.page-shell,
.page-shell__inner {
  width: 100%;
}


/* Detail page layout */
.page-detail {
  margin-top: 48px;
  padding: 40px;
  border-radius: 16px;
  background: rgba(8, 8, 8, 0.85);
  border: 3px solid #171717;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.detail-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.blogBigImg {
  border-radius: 16px;
  overflow: hidden;
  background: #0e0e0e;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.blogBigImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-hero__media .skeleton-card {
  height: 100%;
  min-height: 360px;
  border-radius: 0;
}

.detail-hero__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-hero__body h1 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 2.5rem;
  /* line-height: 1.15; */
  margin-bottom: 0;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.detail-hero__intro {
  max-width: 1100px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
  font-size: 1.05rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Inter";
}

.detail-hero__eyebrow,
.detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.3rem;
}

.detail-hero__eyebrow span,
.detail-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: #fff;
}

.detail-hero__eyebrow i,
.detail-hero__meta i {
  font-size: 0.95rem;
  color: #fff;
}

.detail-content {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: 1rem;
  color: #f5f5f5;
  max-width: 950px;
  font-family: "Inter";
}

.detail-content>*+* {
  margin-top: 1.6rem;
}

.detail-content h2,
.detail-content h3,
.detail-content h4 {
  color: #fff;
  margin-top: 2rem;
}

.detail-content p,
.detail-content li {
  color: #fcfdff;
}

.detail-actions {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.detail-actions .btn {
  min-width: 220px;
}

@media (max-width: 991px) {
  .detail-hero__body h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .page-detail {
    padding: 36px 28px;
  }

  .detail-hero__eyebrow {
    letter-spacing: 0.12em;
  }
}

@media (max-width: 576px) {
  .detail-content {
    margin-top: 1.5rem;
  }

  .detail-hero__intro {
    text-align: start;
    margin-bottom: 0;
  }

  .detail-hero__eyebrow {
    justify-content: start;
  }

  .page-detail {
    margin-top: 25px;
  }

  .page-detail {
    padding: 28px 20px;
  }

  .detail-hero__body h1 {
    font-size: 28px;
    text-align: start;
  }

  .detail-hero__eyebrow {
    letter-spacing: 0.08em;
  }
}

#searchInput {
  color: #fff !important;
  padding: 9px 16px;
  width: 100%;
  max-width: 400px;
}

#searchInput::placeholder {
  color: #fff !important;
}

.blog-section h1 {
  font-size: 50px;
  font-family: "Inter";
}

.blogBigImg {
  width: 75%;
  height: 550px;
  object-fit: cover;
  margin: 0 auto;
}

/* Luma-style timeline (used on All Events page and homepage) */
.events-timeline {
  position: relative;
  padding: 1.5rem;
  background: #1c1c1c78;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.events-timeline__day {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

.events-timeline__day:last-child {
  padding-bottom: 0;
}

.events-timeline__day::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.18);
}

.events-timeline__day:last-child::before {
  bottom: auto;
  height: 12px;
}

.events-timeline__day::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1c1c1c;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.events-timeline__date {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.events-timeline__weekday {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  margin-left: 0.4rem;
}

.events-timeline__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 1rem;
  align-items: center;
  background: #26262696;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
}

.events-timeline__card+.events-timeline__card {
  margin-top: 0.75rem;
}

.events-timeline__card:hover {
  background: #262626d9;
  transform: translateY(-1px);
}

.events-timeline__time {
  color: #f9c66b;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.events-timeline__time-end {
  color: #f9c66b;
}

.events-timeline__time-tz {
  color: rgba(249, 198, 107, 0.7);
  margin-left: 0.25rem;
}

.events-timeline__title {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 0.6rem;
  font-weight: 600;
}

.events-timeline__meta {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.events-timeline__meta-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.events-timeline__host-avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  background: #444;
}

.events-timeline__cover {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

.events-timeline__empty {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  padding: 1rem 0;
}

@media (max-width: 640px) {
  .events-timeline {
    padding: 1rem;
  }

  .events-timeline__day {
    padding-left: 1.5rem;
  }

  .events-timeline__card {
    grid-template-columns: minmax(0, 1fr) 72px;
    padding: 0.85rem;
    gap: 0.75rem;
  }

  .events-timeline__cover {
    width: 72px;
    height: 72px;
  }

  .events-timeline__title {
    font-size: 0.95rem;
  }
}



.blog-detail-page .skeleton-card {
  width: 100%;
  height: 700px;
}

.getWalletCard {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  width: 100% !important;
  min-width: 100% !important;
  text-decoration: none;
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 15px 15px;
  height: 100%;
}

.getWalletIcon {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #090909;
  border: 3px solid #171717;
}

.getWalletIcon img {
  transition: transform 0.35s ease-in-out;
  width: 100%;
  max-width: 37px;
  height: 40px;
}

.getWalletCard:hover .getWalletIcon img {
  transform: scale(1.05) rotate(5deg);
}

.contentDetailsCol h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: start;
  margin-bottom: 0;
}

.contentDetailsCol p {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: start;
  margin-top: 20px;
  /* color: #fff; */
}

.getWalletCard .asset-title {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-align: start;
  margin-bottom: 0;
}

.getWalletCard p {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: start;
  margin-bottom: 0;
  margin-top: 4px;
}

.getWalletContainer {
  margin-top: 30px;
  margin-bottom: 00px;
}

.newWayUse {
  width: 100%;
  /* max-width: 385px; */
}

.newWayUse h2 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 66px;
  line-height: 92px;
  /* text-transform: uppercase; */
  /* letter-spacing: 3px; */
  margin-bottom: 0;
}

.home_3_1_new {
  /* height: 250px; */
  /* margin-left: -30px; */
  width: 100%;
  mix-blend-mode: lighten;
  max-width: 375px;
}

.m-top {
  margin-top: 100px;
}

.section-title {
  font-family: "Inter Tight";
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.sub-title {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-top: 10px;
}

.app-card {
  text-decoration: none;
  color: #fff;
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.quantovaAppsContainer .app-card {
  border: 3px solid #171717 !important;
  border-radius: 0 !important;
}

.app-image {
  width: 100%;
  border-radius: 12px;
  background: #090909;
  margin-bottom: 20px;
  height: 230px;
  object-fit: cover;
}

.app-name {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 10px;
}

.app-desc {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  /* 160% */
}

.browse-btn {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.8px;
  padding: 10px 44px;
  border-radius: 8px;
  border: none;
  border: 1px solid #fff;
}

.browse-btn:hover {
  background: #fff;
}

.eco-title {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
}


.strongest-ecosystem {
  border-radius: 16px;
}

.eco-subtitle {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px !important;
  margin-top: 25px;
}

.eco-subtitle-2 {
  color: #fff;
  /* font-family: "Inter Tight"; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 24px; */
  margin-top: 22px;
}

.label-text {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 0;
  margin-top: 8px;
}

.value-text {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.6px;
}

.stats-grid-wrapper {
  border: 3px solid #171717;
  border-radius: 12px;
  overflow: hidden;
}

.divider {
  border-bottom: 3px solid #171717;
  margin: 0px 0;
}

.v-divider {
  border-right: 3px solid #171717;
}

.strongestCArd {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
}

.sec_card h1 {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.6px;
  /* 120% */
}

.sec_card p {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 150% */
  text-transform: capitalize;
  max-width: 372px;
  margin-bottom: 0;
}

/* Tabs */
.partnerTabs .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 60px;
  gap: 16px;
}

.partnerTabs .nav-tabs .nav-link {
  font-family: "Inter Tight";
  color: #bbb;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 44px;
  border-radius: 8px;
  border: none;
  transition: 0.2s;
  text-align: center;
  min-width: auto;
}

.partnerTabs .nav-tabs .nav-link.active {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
}

.partnerTabs .tab-pane h5 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Logo Rows */
.partners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #8ba1be1a;
  flex-wrap: wrap;
  gap: 15px;
}

.partners-row img {
  /* height: 40px; */
  object-fit: contain;
  transition: 0.3s;
}

.partners-row img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.tradingview {
  margin-top: 40px;
}

.partnerTabs {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.side_sticky_section h4 {
  color: #8c8c8c;
  font-family: "Inter Tight";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 28.8px;
}

.border-top {
  border-top: 1px solid #171717 !important;
}

.resistantCard {
  display: flex;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid #333;
  padding: 40px 0;
}

.resistantCard:last-of-type {
  border-bottom: none !important;
}

.resistantCard h3 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px;
  /* 130% */
}

.resistantCard p {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  /* 160% */
}

/* .qtovDivs {
  border-radius: 32px;
  border: 1px solid rgba(23, 23, 23, 0.2);
  background: #090909;
  padding: 30px 40px;
} */
.qtov-business-body p:first-of-type {
  margin-top: 0 !important;
}

.qtovDivs h1,
.qtovDivs h2 {
  color: #fff;
  font-family: "Inter Tight";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  /* 120% */
  margin-bottom: 0;
}

/* ==== carousal ====== */

.blog-card-carousal {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
}

.blog-content {
  padding-top: 20px;
  font-family: 'Inter';
}

.blog-content h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Inter Tight", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: rgb(255, 255, 255);
}

.blog-content h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Inter Tight", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38.4px;
  color: rgb(255, 255, 255);
}

.blog-content p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(255, 255, 255);
}

.miniSmileImg1 {
  width: 100%;
  max-width: 160px;
}

.blog-image img {
  width: 100%;
  height: 192px !important;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  position: relative !important;
  color: #616161 !important;
}


.blog-content h5 {
  font-size: 16px;
  color: #ffffff;
}

.blog-date {
  font-size: 13px;
  color: #8b8b8b;
}

.Calender222 {
  min-width: auto;
  color: #FFF;
  text-decoration: none;
}

.blog-source {
  font-size: 11px;
  color: #6f6f6f;
}

.carousel-control-prev,
.carousel-control-next {
  width: 36%;
}



.card-button {
  width: 85px;
  height: 24px;
  border-radius: 30px;
  background-color: #121212 !important;

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.sub_side a {
  transition: .3s all ease-in-out;
}

.sub_side a:hover {
  background: #000 !important;
  border-radius: 8px !important;
}

.mainOnceContainer .gitbook_main_content {
  padding-left: 0 !important;
  width: 68%;
}

.app-block a {
  color: #FFF;
}

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

.contentHref:hover {
  text-decoration: underline !important;
  color: rgb(140, 140, 140);
}

.sideNoteDiv {
  background: #FEF3C8;
  border-radius: 8px;
  padding: 20px 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-family: "Inter Tight";
  display: flex;
  align-items: center;
  gap: 15px;
}

.globeCard .qtov-cta {
  padding: 8px 24px;
  text-decoration: none;
}

.sideNoteDiv img {
  width: 100%;
  max-width: 36px;
}

.content-wrap-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-family: "Inter";
}

.content-wrap-container ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 9px;
  font-family: "Inter";
}

.content-wrap-container ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 9px;
  /* font-family: "Inter Tight"; */
}

.accordion-content {
  display: none;
}

.accordion-content.open {
  display: block;
}

.visitOnThePlatform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.visitOnThePlatform span {
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(140, 140, 140);
}

.visitOnThePlatform a {
  min-width: auto;
  color: #FFF;
  font-size: 20px;
}

.polLogoDiv {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.poolLogo {
  width: 3rem;
  height: 3rem;
}

.polLogoDiv h6 {
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(237, 237, 237);
}

.polLogoDiv span {
  font-family: "Inter Tight";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(140, 140, 140);
}

.section_3_home .btn {
  text-transform: capitalize !important;
  padding: 11px 24px !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.8px;
  font-family: "Inter Tight";
}

.list_of_items img {
  width: 20px;
}

.textSec {
  color: rgb(140, 140, 140);
}

.list_of_items span {
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(237, 237, 237);
}

.quantova_uses_sec_3_dropdown_container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}

.quantova_uses_sec_3_dropdown_container .dropdown-menu {
  left: 0 !important;
  transform: translate(0, 0px) !important;
  width: 100% !important;
  max-height: 300px;
  overflow-y: auto;
  inset: unset !important;
}

.quantova_uses_sec_3_dropdown_container .dropdown-item {
  text-align: start !important;
}


.zeroProofImg img {
  width: 100% !important;
  max-width: 100% !important;
  /* height: 50% !important; */
  /* max-width: 306px; */
}

.oenGovImg1 img {
  /* max-width: 306px; */
  width: 100% !important;
  /* height: 300px; */
}

.nomiImg {
  height: 260px;
}

.babeImg1 img {
  /* max-width: 306px; */
  width: 100% !important;
}

.crossBarContent {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.crossBarContent h3 {
  margin-bottom: 20px !important;
}

.crossBarContent .h_32 {
  font-size: 28px;
}

.crossBarContent p {
  font-size: 17px;
  line-height: 28px;
  /* max-width: 430px; */
}

.wayBarContent {
  /* padding-left: 45px; */
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  /* height: 100%; */
}

.zeroProofImg {
  width: 100%;
  max-width: 380px;
  min-height: 276px;
  margin-bottom: 30px;
}

.wayBarContentCol {
  width: 100%;
  max-width: 375px;
}

.crossMAinBarMainContainer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.crossMAinBarRow {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  justify-content: space-between;
  border: 2px solid #171717;
  border-radius: 16px;
  padding: 32px;
}

.onchainColTop {
  margin-top: 120px;
  min-height: auto;
}

.crossMAinBarRow1 .wayBarContent {
  padding-right: 41px;
  max-width: 417px;
}

.wayBarContentLastCol {
  max-width: 404px;
}

.wayBarContentLastCol .zeroProofImg {
  max-width: 100%;
  margin-bottom: 0;
}

.crossMAinBarRow1 .zeroProofImg {
  margin-bottom: 0;
  min-height: auto;
}

.getWalletContainer2 .getWalletCard {
  justify-content: start !important;
  padding: 0 !important;
  border: 0 !important;
}

.getWalletContainer2 {
  margin-top: 60px;
}

.babeContentLAyer {
  min-height: 260px;
  max-width: 100%;
}

.getWalletContainer2 h2 {
  font-family: 'Inter Tight';
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(237, 237, 237);
}

.getWalletContainer2 .getWalletIcon {
  border: 3px solid #171717;
}

.getWalletContainer2 .getWalletCard:hover .asset-title {
  text-decoration: underline;
}

.biggestCommunityContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whatIsQuantovaCard {
  border: 3px solid #171717;
  padding: 2rem;
  border-radius: 16px;
}

.currentQtovPrice {
  margin-top: 50px;
}

.currentQtovPrice h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: rgb(237, 237, 237);
}

.currentQtovPrice h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(140, 140, 140);
  margin-top: 16px;
}

.qtov-business-section {
  margin-top: 30px;
}

.qtov-business-card {
  max-width: 920px;
  margin: 0 auto;

  border-radius: 12px;
  border: 3px solid #171717;
  color: #fff;
  overflow: hidden;
}

.qtov-business-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 28px;
  border-bottom: 1px solid #171717;
}

.qtov-business-header h3 {
  font-family: 'Inter Tight';
  font-size: 24px;
  font-weight: 700;
  /* line-height: 31.2px; */
  color: rgb(237, 237, 237);
  margin: 0;
}

.qtov-business-header h1,
.qtov-business-header h2 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  color: var(--bs-heading-color);
}

@media (min-width: 1200px) {
  .qtov-business-header h1,
  .qtov-business-header h2 {
    font-size: 2.5rem;
  }
}

/* .qtov-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(110, 231, 216, 0.08);
} */

.qtov-business-body {
  padding: 25px 20px 25px 20px;
}

/* 
.qtov-business-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #d6d6d6;
  margin-bottom: 18px;
}

.qtov-business-body .label {
  font-weight: 600;
  color: #fff;
}

.qtov-list {
  margin: 14px 0 22px;
  padding-left: 22px;
}

.qtov-list li {
  margin-bottom: 10px;
  color: #e0e0e0;
  line-height: 1.55;
}

.qtov-list li::marker {
  color: #ffffff;
}

.example {
  margin-top: 18px;
  color: #cfcfcf;
}

.qtov-link {
  color: #a855f7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qtov-link:hover {
  color: #c084fc;
}

.qtov-link .external {
  font-size: 13px;
  margin-left: 2px;
} */

.qtov-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter" !important;
  text-decoration: none;
  min-width: auto;
  border: 1px solid #fff;
  text-align: center;
  width: max-content;
  text-decoration: none;
}

.qtov-cta:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff;
}

.qtov-cta.btn {
  color: #fff;
  background: #000;
}

.qtov-cta.btn:hover {
  color: #000;
  background: #fff;
}

.whatisQuanHero p {
  width: 100%;
  max-width: 700px;
}

.box_link {
  cursor: pointer;
}

.box_link_content {
  display: none;
  border: 1.5px solid #171717;
  padding: 17px;
  border-radius: 8px;
  /* opacity: 0; */
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.box_link_content p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.box_link_content.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.box_link img:last-child {
  transition: transform 0.3s ease;
}

.box_link.is-open img:last-child {
  transform: rotate(90deg);
}

.exchange-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.exchange-left img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}

.exchange-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exchange-ext {
  opacity: 0.85;
  flex: 0 0 auto;
}

.country-group-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 12px 0;
}

#countrySearch {
  padding: 8px 12px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #333;
  background: #121212;
  color: #fff;
  font-family: "Inter Tight";
  font-size: 16px;
  background: none;
  border: 1px solid #fff;
}

#countrySearch::placeholder {
  color: #fff;
}

.code-card {
  background-color: #090909;
  border-radius: 12px;
  border: 2px solid #171717;
  padding: 24px 24px;
  font-size: 16px;
  position: relative;
  overflow-x: auto;
  font-family: "Inter";
  max-width: 550px;
  color: #8c8c8c;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.code-card pre::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}

.code-card pre::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 9999px;
}

.code-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #8c8c8c;
}

.copy-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  gap: 6px;
}

.copy-btn:hover {
  color: #fff;
}

.code-card .arrow {
  font-size: 22px;
}

pre {
  margin-bottom: 0;
  overflow: auto;
}



.faq-item {
  border-bottom: 1px solid #171717;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  padding-right: 20px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  border-top: 1px solid #171717;
  /* margin-top: 14px; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: #cfcfcf;
}

/* .faq-answer p {
  margin-top: 0 !important;
} */

.faq-answer p,
.faq-answer ul,
.faq-answer ol {
  margin-bottom: 16px;
  /* margin-top: 0 !important; */
}

.faq-answer ul,
.faq-answer ol {
  padding-left: 20px;
}

.faq-answer ul li:first-child,
.faq-answer ol li:first-child {
  margin-top: 0 !important;
}

.propQvmRow h6 {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32.4px;
  color: rgb(255, 255, 255);
}


.stickySideNavPageSection .h_42 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: rgb(237, 237, 237);
  font-family: "Inter" !important;
  text-transform: capitalize !important;
}

.stickySideNavPageSection .h_32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  color: rgb(237, 237, 237);
  font-family: "Inter" !important;
  /* text-transform: capitalize !important; */
}

.doc-main-section {
  padding-top: 1rem;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.stickySideNavPageSection p {
  margin-top: 32px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

/* .doc-main-section .h_32::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  margin-top: 10px;
  background: #FFF;
} */

.stickySideNavPageSection {
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 64px !important;
  box-shadow: 0 8px 25px rgba(23, 23, 23, 0.6);
}

.stickySideNavPageSection.h-100 {
  margin-top: 0 !important;
}

.security-card {
  border: 3px solid #171717;
  border-radius: 12px;
  padding: 1.5rem;
}

.stickySideNavPageHeroSection {
  margin-top: 32px !important;
}

.faq-item .mainOverViewUlTitle {
  margin-top: 16px !important;
}

.faq-item p:first-of-type {
  margin-top: 16px !important;
}

.walletHeroImg {
  height: 520px;
}

.stickySideNavPageSection .qvmTopZero {
  margin-top: 0 !important;
}

.qvmTopZero {
  margin-top: 0 !important;
}

.security-card .h_32 {
  font-size: 28px !important;
  margin-bottom: 20px !important;
}

.security-card p {
  margin-top: 20px !important;
}

.gitInvolvedCol {
  width: 100%;
  max-width: 750px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.cummCardsDesign {
  padding: 32px;
  border-radius: 12px;
  border: 3px solid #171717;
}

.gitInvolvedContent p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: rgb(237, 237, 237);
}

.keysAddresscont p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
}

.keysAddresscont ul li {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(237, 237, 237);
  margin-top: 24px;
}

.wallet-safety {
  background: #000;
  padding-top: 30px;
  color: #fff;
}

.wallet-safety-container {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ITEM */
.safety-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* ICON */
.safety-icon img {
  width: 30px;
  height: 30px;
}

/* CONTENT */
.safety-content h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
}


/* EXAMPLE */
.example-label {
  margin-top: 20px;
  color: #bfbfbf;
}

.seed-example {
  background: #0b0b0b;
  border-radius: 8px;
  padding: 18px 22px;
  font-family: monospace;
  font-size: 16px;
  line-height: 1.6;
  margin: 12px 0;
  color: #fff;
}

/* WARNING */
.warning-text {
  color: #ffffff;
  font-weight: 500;
}

.community_5 .sec_9_card {
  min-height: 452px;
}

.quanRoadmapImg {
  height: 600px;
}

.bugBountyCard {
  border: 3px solid #171717;
  padding: 24px;
  height: 100%;
  border-radius: 16px;
}

.heroBorderBottomLine {
  border-top: 1px solid #171717;
  margin-top: 80px;
  padding-top: 24px;
}

.dark-table thead th {
  background: #121212;
  color: #ffffff;
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #2a2a2a;
  font-weight: 600;
}

.dark-table td {
  padding: 14px;
  vertical-align: top;
  border-bottom: 1px solid #1f1f1f;
  color: #cfcfcf;
  background: #0d0d0d;
}

.dark-table tr:hover td {
  background: #161616;
}

.dark-table td:first-child {
  color: #ffffff;
  font-weight: 500;
}

.dark-table tbody tr:last-child td {
  border-bottom: none;
}

/* Data Centers table */
.table_data {
  /* border: 1px solid #171717; */
  border-radius: 16px;
  overflow: hidden;
}

.table_data::-webkit-scrollbar {
  display: none;
}

.data__centers__table {
  margin-bottom: 0;
  border-color: transparent;
}

.data__centers__table thead th {
  background: #121212;
  color: #ffffff;
  padding: 14px 16px;
  border-bottom: 1px solid #2a2a2a;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

.data__centers__table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #1f1f1f;
  color: #cfcfcf;
  vertical-align: middle;
}

.data__centers__table tbody tr:last-child td {
  border-bottom: none;
}

.data__centers__table tbody tr:hover {
  background: #161616;
}

.data__centers__table .row_first {
  color: #ffffff;
  font-weight: 500;
}

/* Hide white scrollbar on table-responsive wrapper */
.table_data .table-responsive,
.table-responsive {
  scrollbar-width: none;
}

.table_data .table-responsive::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  display: none;
}

.quantovaGuidesSec ul li a {
  text-decoration: underline !important;
}

.tech-refer ol li span {
  font-style: italic !important;
}

.testnetCard {
  border-radius: 12px;
  padding: 20px;
  border: 3px solid #171717;
  height: 100%;
}

.testnetCard h1,
.testnetCard h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: rgb(237, 237, 237);
  font-family: "Inter";
  margin-bottom: 20px;
}
.testnetCardTitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: rgb(237, 237, 237);
  font-family: "Inter";
  margin-bottom: 20px;
}
.testnetCard p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 0;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

.allTestnetDesc {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
}


/* Page background */
.grant-page {
  background: none !important;
}

/* Card */
.grant-form-card {
  border-radius: 0;
  border: 3px solid #171717;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.85);
  background: none !important;
  font-family: "Inter";
}

/* Title */
.grant-form-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
}

/* Subtitle */
.grant-form-subtitle {
  color: #fff !important;
  font-size: 15px;
  margin-top: 14px;
}

/* Section headings */
.grant-section-title {
  margin-top: 56px;
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
}

.grant-gdpr-text {
  color: #fff !important;
  font-size: 16px;
  margin-top: 14px;
}

.formUlLi li {
  color: #fff !important;
  font-size: 14px;
  margin-top: 10px;
}

.grant-section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, #fff, transparent);
}

/* Labels */
.grant-label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
}

/* Inputs */
.grant-input,
.grant-textarea {
  background: none !important;
  border: 1px solid #242424;
  color: #ffffff;
  border-radius: 8px;
  padding: 11px 16px !important;
}

.grant-input::placeholder,
.grant-textarea::placeholder {
  color: #fff;
}

/* Checkboxes / radios spacing */
.grant-check {
  margin-bottom: 16px;
}

.grant-check label {
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  padding-top: 3px;
}

/* Submit button */
.grant-submit-btn {
  margin-top: 32px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 400;
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
}

.grant-submit-btn:hover {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.grant-check .form-check-input {
  background-color: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 20px;
  height: 20px;
}

.grant-check .form-check-input:checked {
  background-color: #8f96ff;
  border-color: #8f96ff;
}

.getStartedImg {
  height: 500px;
  border-radius: 0 0 8px 8px;
}

.smileParentDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.smileHeroImg {
  width: 100%;
  max-width: 160px;
}

.engageCard {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

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

.getStartedGuideImg {
  height: 520px !important;
  border-radius: 12px;
}

.searchImgDiv {
  width: 100%;
  max-width: 287px;
  position: sticky;
  top: 4rem;
}

/* .searchImgDiv img{
      height: calc(100vh - 330px);
} */
.event_card {
  text-decoration: none;
}

.event_card p {
  color: #fff;
}

.decentImg {
  max-width: 300px;
}

.runAnodeSmileFaces {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.runAnodeSmileFaces img {
  width: 100%;
  max-width: 200px;
}

.smallIconRow {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
}

/* Section panels used on validator pages */
.section-panel {
  border: none;
  /* border-radius: 32px;
  padding: 32px; */
  margin-top: 3rem;
}

.section-panel__header {
  margin-bottom: 2rem;
}

.section-panel__header h1 {
  font-size: 2.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.section-panel__lead {
  max-width: 760px;
  color: #fff;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

.section-panel__controls .input-group {
  width: 100%;
  border-radius: 12px !important;
}

.section-panel__controls {
  margin-bottom: 1rem;
}

.section-panel__meta {
  color: #fff;
  font-size: 0.9rem;
}

.section-panel__table {
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #171717;
  margin-top: 16px;
}

.validator__list__table tbody tr td:first-of-type img {
  border-radius: 8px !important;
}

.section-panel__table .table {
  margin-bottom: 0;
  border-color: transparent;
  border-top: none !important;
  margin-top: 0 !important;
}

.section-panel__table .table-responsive {
  scrollbar-width: none;
}

.section-panel__table .table-responsive::-webkit-scrollbar {
  display: none;
}


.mainnet_validator_page_table .table-dark {
  border-radius: 0;
  background: transparent;
  border: none !important;
}

.mainnet_validator_body td {
  padding: 1rem 0.5rem;
}

.mainnet_validator_body .simple_row td {
  border: none;
}

.mainnet_validator_body tr:hover td {
  background: rgba(141, 163, 255, 0.1);
}

.section-panel--map {
  padding: 2.25rem;
}

.map-panel {
  border-radius: 16px;
  overflow: hidden;
}

.mainnet_map_img {
  width: 100%;
  display: block;
  height: auto;
}

.section-panel--insights .rounded__card__validator {
  min-height: 220px;
}

.section-panel--stats .rounded__card__validator,
.section-panel--stats .rounded__card__validator0 {
  min-height: 230px;
  border-radius: 12px;
  background: #000;
}

.section-panel--insights .rounded__card__validator p {
  color: #fff;
}

.section-panel--validators .section-panel__controls {
  padding-bottom: 0;
}

.section-panel--validators .validator__list__table thead th {
  background: #121212;
  color: #ffffff;
  padding: 14px 16px;
  border-bottom: 1px solid #2a2a2a !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.section-panel--validators .validator__list__table tbody td {
  vertical-align: middle;
  padding: 14px 16px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #1f1f1f !important;
  color: #cfcfcf;
}

.section-panel--validators .validator__list__table tbody tr:last-child td {
  border-bottom: none !important;
}

.section-panel--validators .validator__list__table tbody tr:hover td {
  background: #161616;
}

.section-panel--commission .commission__changes_table {
  border-spacing: 0;
  border-collapse: collapse;
}

.section-panel--commission .commission__changes_table th,
.section-panel--commission .commission__changes_table td {
  padding: 1.2rem 1rem;
  border: none;
}

.section-panel--commission .commission__changes_table thead {
  background: rgba(255, 255, 255, 0.02);
}

.section-panel--validators .btns-group,
.section-panel--commission .btns-group {
  /* background: rgba(14, 14, 20, 0.95); */
  border-radius: 0 0 24px 24px;
  padding: 1.5rem 0;
}

.press-wrapper {
  font-family: "Inter";
  padding-top: 120px;
}

.press-hero {
  text-align: center;
  margin-bottom: 120px;
}

.press-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: rgb(237, 237, 237);
  margin-bottom: 25px;
}

.press-hero p {
  font-size: 18px;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}

.asset-content-section {
  margin-bottom: 100px;
}

.asset-content-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50.4px;
  color: rgb(237, 237, 237);

}

.asset-content-section h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(237, 237, 237);
  margin-top: 35px;
  margin-bottom: 25px;

}

.asset-preview {
  border: 3px solid #171717;
  padding: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.asset-preview-img-2 {
  height: 540px;
}

.asset-preview img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.asset-content p {
  color: #b3b3b3;
  line-height: 1.8;
  margin-bottom: 25px;
  max-width: 500px;
}

.btn-download {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  border-radius: 8px;
  min-width: auto;
  background: #fff;
}

.btn-download:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-download.btn {
  background: none;
  color: #fff;
}

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

/* ============================================================
   HERO SECTION — PAGE LOAD ANIMATION
   ============================================================ */

/* Image: scale up from 10% with smooth cinematic easing */
.background_overlay img,
.background_overlay_mobile img {
  animation: heroImgScale 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: center center;
}

@keyframes heroImgScale {
  from {
    transform: scale(0.1);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


.hero-line-wrap {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.06em;
}

.hero-line {
  display: block;
  transform: translateY(110%);
  opacity: 0;
  animation: heroLineReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

.hero-line--d2 {
  animation-delay: 0.55s;
}

@keyframes heroLineReveal {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Wallet cards: fade in after text settles */
.getWalletContainerTop {
  opacity: 0;
  animation: heroFadeIn 0.6s ease-out 0.9s forwards;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
  }
}

/* Smooth transitions on filled buttons */
.qtov-cta,
.btn-start-light,
.btn-download,
.btn-resource-light,
.grant-submit-btn,
.btn_purple_bg_black,
.goToTop {
  transition: background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

/* ============================================================
   LANGUAGE SELECTOR
   ============================================================ */
.lang-selector-wrapper {
  position: relative;
  align-items: center;
}

.lang-selector-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.26s ease;
}

.lang-selector-btn:hover {
  background: linear-gradient(180deg, #000 0%, #000 100%);
  border-color: #1E1E1E !important;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 118%;
  right: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.90) 100%);
  border: 2px solid #171717;
  border-radius: 5px;
  padding: 0;
  width: 320px;
  z-index: 9999;
  box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.40);
  overflow: hidden;
}

.lang-dropdown.show {
  display: flex;
  flex-direction: column;
  animation: langDropIn 0.22s cubic-bezier(.22, 1, .36, 1);
}

@keyframes langDropIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lang-dropdown-header {
  padding: 14px 10px 12px 10px;
  border-bottom: 1px solid #171717;
}

.lang-dropdown-count {
  display: block;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #666;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.lang-filter-input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 9px 15px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #fff;
  outline: none;
  transition: border-color 0.26s ease;
}

.lang-filter-input::placeholder {
  color: #666;
}

.lang-filter-input:focus {
  border-color: rgba(255, 255, 255, 0.2);
}

.lang-dropdown-list {
  max-height: 380px;
  overflow-y: auto;
  padding: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.08) transparent;
}

.lang-dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.lang-dropdown-list::-webkit-scrollbar-track {
  background: transparent;
}

.lang-dropdown-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.lang-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang-option {
  position: relative;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 1px solid transparent;
  color: #ededed;
  padding: 10px 16px;
  text-align: left;
  font-family: "Inter", sans-serif;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.26s ease;
  margin-bottom: 2px;
  width: 100% !important;
}

.lang-native {
  font-size: 14px;
  font-weight: 600;
  color: #ededed;
  line-height: 1.3;
  transition: color 0.26s ease;
}

.lang-label {
  font-size: 10px;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
  margin-top: 4px;
  text-transform: uppercase;
  transition: color 0.26s ease;
}

.lang-check {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #fff;
  display: none;
}

.lang-option.active .lang-check {
  display: block;
}

.lang-option:hover {
  background: rgb(20, 20, 20);
  border-color: #171717;
}

.lang-option:hover .lang-native {
  color: #fff;
}

.lang-option:hover .lang-label {
  color: #cdcdcd;
}

.lang-option.active {
  /* border-color: rgba(255, 255, 255, 0.2); */
  background: rgb(20, 20, 20);
}

.lang-option.active .lang-native {
  color: #fff;
}

.lang-option.active .lang-label {
  color: #cdcdcd;
}

.lang-option.lang-hidden {
  display: none;
}

/* Bug bounty modal — scoped under .bbm to avoid collisions */
.bbm {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.bbm.is-open {
  display: flex;
}

.bbm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.bbm__panel {
  position: relative;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  animation: bbmFadeIn 0.2s ease-out;
}

@keyframes bbmFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bbm__close {
  position: absolute;
  top: 6px;
  right: 10px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bbm__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.bbm__step {
  padding: 2rem;
  overflow-y: auto;
}

.bbm__header {
  margin-bottom: 1.5rem;
}

.bbm__header--chat {
  margin-bottom: 1rem;
}

.bbm__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}

.bbm__title {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  color: #fff;
  font-weight: 600;
}

.bbm__title--sm {
  font-size: 1.1rem;
}

.bbm__subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}

/* Step 1: severity grid */
.bbm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.bbm__sev {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.1rem;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.bbm__sev:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: #262626;
  transform: translateY(-2px);
}

.bbm__sev-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 0.35rem;
}

.bbm__sev-dot--low {
  background: #6cd17a;
}

.bbm__sev-dot--medium {
  background: #f0c14b;
}

.bbm__sev-dot--high {
  background: #f08a4b;
}

.bbm__sev-dot--critical {
  background: #ef5757;
}

.bbm__sev-name {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.bbm__sev-reward {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.bbm__sev-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.25rem;
}

/* Step 2: chat */
.bbm__chat-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.bbm__back {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
}

.bbm__back:hover {
  color: #fff;
}

.bbm__sev-badge {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bbm__sev-badge[data-severity="low"] {
  background: rgba(108, 209, 122, 0.15);
  color: #6cd17a;
}

.bbm__sev-badge[data-severity="medium"] {
  background: rgba(240, 193, 75, 0.15);
  color: #f0c14b;
}

.bbm__sev-badge[data-severity="high"] {
  background: rgba(240, 138, 75, 0.15);
  color: #f08a4b;
}

.bbm__sev-badge[data-severity="critical"] {
  background: rgba(239, 87, 87, 0.18);
  color: #ef5757;
}

.bbm__progress {
  margin-left: auto;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

.bbm__chat {
  max-height: 320px;
  min-height: 240px;
  overflow-y: auto;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.bbm__msg {
  max-width: 85%;
  padding: 0.7rem 0.95rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  animation: bbmMsgIn 0.18s ease-out;
}

@keyframes bbmMsgIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bbm__msg--bot {
  background: #262626;
  color: rgba(255, 255, 255, 0.92);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.bbm__msg--user {
  background: #fff;
  color: #1a1a1a;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  white-space: pre-wrap;
  word-break: break-word;
}

.bbm__typing {
  display: inline-flex;
  gap: 4px;
  padding: 0.4rem 0;
}

.bbm__typing span {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: bbmDot 1s infinite ease-in-out both;
}

.bbm__typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.bbm__typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes bbmDot {

  0%,
  80%,
  100% {
    transform: scale(0.6);
    opacity: 0.4;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.bbm__chat-form {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.6rem;
}

.bbm__input {
  flex: 1;
  background: transparent !important;
  border: 0;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 0.9rem;
  font-family: inherit;
  line-height: 1.4;
  max-height: 120px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* WebKit/Blink (Chrome, Edge, Safari) */
.bbm__input::-webkit-scrollbar {
  width: 6px;
}

.bbm__input::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}

.bbm__input::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transition: background 0.15s ease;
}

.bbm__input::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.32);
}

.bbm__input::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.42);
}

.bbm__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.bbm__send {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.bbm__send:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Step 3: review */
.bbm__review {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin: 0 0 1.25rem;
}

.bbm__review-row {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bbm__review-row:last-child {
  border-bottom: 0;
}

.bbm__review-label {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.25rem;
}

.bbm__review-value {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.bbm__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.bbm__btn {
  flex: 1;
  min-width: 140px;
  padding: 0.75rem 1.2rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.bbm__btn--primary {
  background: #fff;
  color: #000;
}

.bbm__btn--primary:hover {
  background: #f0f0f0;
}

.bbm__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
}

.bbm__btn--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.bbm__hint {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  text-align: center;
}

/* Step 4: success */
.bbm__success {
  text-align: center;
  padding: 1rem 0 0;
}

.bbm__success-icon {
  font-size: 3rem;
  color: #6cd17a;
  margin-bottom: 1rem;
}

.bbm__success .bbm__btn {
  flex: none;
  min-width: 180px;
  margin-top: 1.5rem;
}

@media (max-width: 540px) {
  .bbm__close {
    font-size: 28px;
    padding: 4px 10px;
    width: 30px;
    height: 30px;
    top: 4px;
  }
  .bbm__step {
    padding: 1.5rem 1rem 1rem 1rem;
  }

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

  .bbm__title {
    font-size: 1.2rem;
  }

  .bbm__chat {
    max-height: 260px;
    min-height: 200px;
  }

  .bbm__actions {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .lang-selector-btn {
    padding: 7px 10px;
    font-size: 14px;
    gap: 8px !important;
    flex-direction: row !important;
  }

  .lang-dropdown {
    position: fixed;
    top: 68px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    max-height: 75vh;
  }

  .lang-dropdown.show {
    animation: langSlideUp 0.3s cubic-bezier(.22, 1, .36, 1);
  }

  @keyframes langSlideUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .lang-dropdown-list {
    max-height: 55vh;
  }

  .lang-dropdown-header {
    padding: 16px 16px 12px;
  }

  .lang-dropdown-header::before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background: #171717;
    border-radius: 2px;
    margin: 0 auto 12px;
  }
}