* {
  scroll-behavior: smooth;
}

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

.btn_dropdown {
  background-color: black;
}

.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: #ededed;
}

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

.text-red {
  color: #ba1c1c;
}

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

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

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

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

.italic {
  font-style: italic;
}

a {
  font-family: "Funnel Display", 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%);
} */

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

.text-offwhite {
  color: #cdcdcd;
}

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

.h_96 {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  background: -webkit-linear-gradient(25deg,
      #aeaeae 15%,
      #fff 40%,
      #ffffff 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

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

.h_gradient {
  background: -webkit-linear-gradient(25deg,
      #aeaeae 15%,
      #fff 40%,
      #ffffff 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h_96.h_animation_moving_text {
  background: none;
  font-weight: 700;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #2f2f2f;
  width: max-content;
  text-transform: uppercase;
  animation: RightToLeftAnimation 20s infinite linear;
}

.h_96.h_animation_moving_text.h_animation_left_to_right {
  animation: LeftToRightAnimation 15s infinite linear;
}

@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:hover {
  color: #fff;
  text-shadow: 0 0 15px rgba(140, 140, 140, 0.50),
    0 0 30px gba(140, 140, 140, 0.50);
}

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

.sec_6_home h1 {
  color: #303030;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 60.916px;
  font-style: normal;
  font-weight: 700;
  line-height: 73.099px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

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

.h_48 {
  font-family: "Funnel Display", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.h_42 {
  font-family: "Funnel Display", 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: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

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

.header_section {
  min-height: 100vh;
  /* position: relative; */
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 270px;
  margin-bottom: 200px;
  background-image: url(../images/circleLayer.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -68px;
}

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

.header_section .after_heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #CDCDCD;
  font-size: 22px;
  margin-top: 36px;
  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: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.header_section .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_section .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 #C4C4C4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  min-height: 194px;
}

.advanCard .inter-300 {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 12px;
  line-height: 19px;
}

.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: 232px;
}

.oenGovImg1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
}

.section_3_home .home_3_1 {
  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: 2px solid #171717;
  border-radius: 16px;
  align-items: center;
}

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

.section_3_home .home_3_1:hover {
  /* background-image: url(../images/home_3_1_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s all ease-in-out;
    background-position-x: -200px; */
  background: linear-gradient(120deg, rgba(9, 9, 9, 0.81) 20%, #2f2f2fc5 100%);
}

.section_3_home .home_3_2 {
  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-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: .3s all ease-in-out;
}

.section_3_home .home_3_3 {
  background: linear-gradient(232deg, rgba(9, 9, 9, 0.81) 2.04%, rgba(9, 9, 9, 0.67) 100%);
  backdrop-filter: blur(10.86677360534668px);
  border-radius: 16px;
  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/line1.png);
}

.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: 0.95px solid #171616;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 18px;
  border-radius: 8px;
}

.sec_4_home_box_2,
.sec_4_home_box_3 {
  position: relative;
  margin-top: 8px;
}

.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 #fff;
  border-radius: 0;
  padding-left: 25px;
}

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

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

.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;
}

.sec_5_home {
  margin-top: 93px;
}

.sec_6_home {
  margin-top: 156px;
}

.sec_7_home {
  margin-top: 132px;
}

.sourceVideo {
  width: 50%;
}

.sec_7_home .sec_7_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: 27px 24px;
}

.sec_7_home .card_container {
  gap: 23px;
}

.sec_7_home .card_row {
  gap: 23px;
}

.sec_7_home .sec_7_card p {
  font-size: 13px;
  color: #6c6c6c;
  margin-bottom: 0;
}

.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 {
  background: #000000a6;
  backdrop-filter: blur(22.799999237060547px);
  border: 1px solid #1e1e1e;
  padding: 34px 75px;
  border-radius: 18px;
  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 .img_icon {
  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);
}

.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%);
}

.footer_main .footer_content_col .heading {
  margin-bottom: 20px;
  color: #EDEDED;
  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,
.footer_main button:hover {
  background: none;
  font-weight: 600 !important;
  color: #FFF !important;
}

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

.header_section .header_content .h_64 {
  animation: topToBottomHeaderSection 1.5s linear;
}

.header_section .header_content .after_heading,
.header_section .header_content a {
  animation: bottomToTopHeaderContent 1.5s linear;
}

@keyframes bottomToTopHeaderContent {
  from {
    transform: translateY(50%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes topToBottomHeaderSection {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

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

.header_section_without_box .content_section {
  /* border: 1px solid white; */
  min-height: 40vh;
  justify-content: space-around;
}

.wallet_sec_2 {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  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: 24px;
  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 .wallet_Sec_3_faqs .faq {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px 17px;
  cursor: pointer;
}

.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 #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 64px 80px;
  padding-right: 128px;
  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;
}

.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: "Funnel Display", 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_sec_8 {
  margin-top: 178px;
}

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

.wallet_sec_8 .sec_8_cards_container .sec_8_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;
  width: 422px;
  padding: 35px 47px;
  padding-right: 70px;
}

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

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

.wallet_sec_9 {
  margin-top: 244px;
}

.wallet_sec_9 .sec_9_cards_container {
  margin-top: 90px;
  justify-content: space-between;
}

.wallet_sec_9 .sec_9_card {
  width: 647px;
  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: 70px 53px;
  padding-top: 43px;
  text-align: center;
  overflow: hidden;
}

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

/* .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: 85vh;
  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: 4rem;
  width: 1328px;
  background: linear-gradient(232.2deg,
      rgba(0, 0, 0, 0.54) 2.04%,
      rgba(9, 9, 9, 0.51) 100%);
  border: 2.63px solid #171717;
  backdrop-filter: blur(28.55650520324707px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 21px;
  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: 77px;
  margin-bottom: 36px;
}

.learn_header_section .header_box p {
  max-width: 808px;
  font-size: 24px;
  margin-bottom: 95px;
}

.main_body_section_learn .row {
  gap: 61px;
}

.side_sticky_section {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  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;
}

.side_sticky_section .side_box_heading {
  margin-bottom: 35px;
  font-family: "Funnel Display", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}

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

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

.main_body_section_learn {
  min-height: 100vh;
}

.learn_page_card_container {
  display: flex;
  align-items: center;
  gap: 22px;
}

.learn_page_card_container .learn_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);
  box-shadow: 0px 0px 42.9px 0px #d2afff0d;
  padding: 28px 33px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  width: 263px;
  min-height: 280px;
}

.learn_page_card_container .learn_card h6 {
  font-size: 18px;
  font-family: "Funnel Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.learn_page_card_container .learn_card p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.learn_page_card_container .learn_card a {
  width: auto;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 10px !important;
}

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

.box_links_learn .box_link {
  text-decoration: none;
  color: white;
  border: 1px solid #171717;
  display: flex;
  width: 100%;
  padding: 17px;
  border-radius: 2px;
  justify-content: space-between;
}

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

.learn__things_to_consider {
  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: 10px;
  padding: 49px 48px;
  max-width: 827px;
}

.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 #1e1e1e;
  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: "Funnel Display", 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 #1e1e1e;
  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: #ededed;
}

.what_is_quantova_main_content .cards_container .card_base h5 {
  font-size: 24px;
  font-family: "Funnel Display", 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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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: 4rem;
}

@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;
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 16.8px 0px #d2afff0d;

  backdrop-filter: blur(220.799999237060547px);

  margin-left: auto;
  padding-left: 18px;
  border-radius: 16px;
  padding-right: 0;
  height: max-content;
  overflow: auto;
}

.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: 42px;
}

.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: 14px;
  padding-left: 17px;
}

.web_3_page .side_sticky_section .side_section_btns_container .btn.active,
.side_section_btns_container .btn.active {
  border: none;
  border-left: 1px solid #8c8c8c;
  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 {
  max-width: 768px;
}

#theEarlyWeb {
  margin-top: 135px;
}

.web_3_page .main_content .more_on_nft_card,
.more_on_nft_card {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  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: 2.63px solid #171717;
  backdrop-filter: blur(28.55650520324707px);
  border-radius: 21px;
  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;
}

.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: #ededed;
}

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

.network_fees_sec_2 {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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%;
}

.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 #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  height: 100%;
}

.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: center;
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding-left: 65px;
  padding-right: 57px;
  padding-top: 31px;
  padding-bottom: 32px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 18px;
}

.run_a_node_5 .card_2 {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding: 47px 56px;
  border-radius: 18px;
  padding-right: 33px;
  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 #1e1e1e;
  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: 18px;
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 1.5rem;
  min-height: 452px;
}

.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 #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 1.5rem;
  min-height: 390px;
  border-radius: 18px;
  padding-bottom: 30px;
}

.sec_8_card .mainBtn {
  width: 100%;
}

.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 #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 26px;
  padding-top: 74px;
  padding-bottom: 73px;
  padding-left: 104px;
  padding-right: 104px;
  margin-top: 300px;
}

.run_a_node_10 .row {
  gap: 50px;
}

.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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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: 1px solid #171717;
  border-radius: 10px;
  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 #1e1e1e;
  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 #1e1e1e;
  box-shadow: 0px 0px 76.8px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 58px 101px;
}

.uses_2_cards_container {
  display: flex;
  gap: 6px;
}

.uses_2_cards_container .sec_2_card {
  width: 32%;
  padding-bottom: 62px;
  padding-left: 25px;
  padding-right: 18px;
  padding-top: 90px;
  position: relative;
  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);
  border-radius: 8px;
  min-height: 317px;
}

.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;
}

.quantova_uses_sec_3 {
  background: #000000d9;
  border: 1px solid #1e1e1e;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding-top: 62px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.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;
}

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

.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.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: 1px solid #ffffff29;
  padding: 19px 17px;
  padding-right: 20px;
}

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

.quantova_uses_sec_4 .sec_4_box {
  padding: 30px 26px;
  border-radius: 9px;
  background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(9, 9, 9, 0.675) 100%);
  border: 1px solid #303030;
}

.quantova_uses_sec_5 .row {
  gap: 50px;
}

.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: 8px;
  padding: 45px 36px;
}

.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 {
  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: 80px;
  position: relative;
  overflow: auto;
}

.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: 781px;
  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 {
  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: 41px 55px;
  width: 638px;
}

.stablecoins_sec_3 {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 104.2px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  border-radius: 18px;
  padding: 64px 47px;
}

.stablecoins_sec_3 .sec_3_cards_container {
  display: flex;
  gap: 22px;
}

.stablecoins_sec_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: 6px;
  padding-left: 33px;
  padding-right: 26px;
  padding-top: 47px;
  padding-bottom: 55px;
  max-width: 606px;
}

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

.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: 3px solid #1e1e1e;
  box-shadow: 0px 0px 104.2px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  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 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;
  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: 6px;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 24px;
  padding-right: 36px;
  height: 212px;
}

.stablecoins_sec_7 .sec_7_cards_container .sec_7_card p {
  font-size: 13px;
  color: #cdcdcd;
}

.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: #ededed;
}

.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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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 p {
  /* max-width: 70%; */
}

.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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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;
}

.solo_staking_8 .sec_8_cards_container .sec_8_card .btns_container .btn {
  min-width: auto;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 10px;
  border-radius: 9999px;
  padding: 4px 10px !important;
}

.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 #1e1e1e;
  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: uppercase !important;
}

.builders_card_container {
  gap: 10px !important;
}

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

.builder_container {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  box-shadow: 0px 0px 104.2px 0px #d2afff0d;
  backdrop-filter: blur(22.799999237060547px);
  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/community_header.png");
  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: flex;
  justify-content: center;
  gap: 25px;
}

.community_2_cards_container .sec_2_card {
  max-width: 380px;
  min-height: 260px;
  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;
  padding-left: 25px;
  padding-right: 46px;
  padding-bottom: 25px;
  padding-top: 91px;
}

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

.community_sec_3 .sec_3_cards_container .sec_3_card {
  max-width: 100%;
  width: 100%;
}

.community_sec_3 .sec_3_cards_container .sec_3_card .img_section {
  background-color: #070707;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 41px;
  padding-bottom: 48px;
  min-height: 300px;
}

.community_sec_3 .sec_3_cards_container .sec_3_card .content {
  background: #ffffff1a;
  padding-left: 40px;
  padding-right: 20%;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 210px;
}

.community_sec_4,
.community_sec_5,
.community_sec_6 {
  /* background: linear-gradient(232.2deg,
      rgba(9, 9, 9, 0.81) 2.04%,
      rgba(0, 0, 0, 0.855) 100%);
  border: 2px solid #171717;
  box-shadow: 0px 0px 47.3px 0px #d2afff0d; */
  backdrop-filter: blur(21.73354721069336px);
  border-radius: 18px;
  padding-top: 4%;
  padding-bottom: 4%;
  border: 2px solid #171717;
}

.community_sec_5 {
  /* background: linear-gradient(233.07deg,
      rgba(108, 36, 223, 0.192) 0%,
      rgba(0, 0, 0, 0.226) 100%);
  border: 2px solid #1f0745;
  box-shadow: 0px 0px 47.3px 0px #361a6321; */
  backdrop-filter: blur(21.73354721069336px);
}

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

.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-size: 42px !important;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.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 #1e1e1e;
  border-radius: 14px;
}

.main_container_builder .main_content_builder {
  border-left: 3px solid #1e1e1e;
  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;
}

.community_sec_5 p {
  font-size: 18px !important;
}

.community_sec_4 p {
  font-size: 18px !important;
}

.community_sec_6 p {
  font-size: 18px !important;
}

.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;
}

.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: 4px;
  border: none;
}

.btn_purple_bg_black:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  border: none !important;
}

.navigations_builder_page {
  background: #000000bf;
  border: 3px solid #1e1e1e;
  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-family: "Inter", sans-serif !important;
  font-size: 16px;
  gap: 4px;
}

.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 #1e1e1e;
  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 #1e1e1e;
  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 #1e1e1e;
  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 #ededed;
  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 #ededed;
  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 #1e1e1e;
  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: #ededed;
  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: "Funnel Display", 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: grey;
  color: black;
  border: none;
  border: transparent;
}

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

/* Sidebar container */

.sidebar_wrapper {
  width: 15%;
}

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

@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-size: 1rem;
  text-transform: uppercase;
  margin: 1rem 0 0.5rem;
}

.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;
}

.side_bar_btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0.6rem 2rem 0.6rem 0.8rem;
  border: none;
  outline: none;
  background-color: black;
  font-size: 0.95rem;
  font-weight: 400;
  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.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: .9rem;
  padding-right: .9rem;
}

.accordion-content a {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 4px;
  margin: 8px 0;
}

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

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

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

.home_page_header_heading {
  font-family: "Inter", sans-serif !important;
}

@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: #EDEDED;
}

.gitbook_main_content p a {
  color: #FFF;
  min-width: auto;
}

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

.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;
  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: 1rem;
  width: 14px;
  height: 14px;
  background-image: url("../images/arrow_icon.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: hidden;
  transition: max-height 0.3s ease;
  padding-left: 1rem;
  background: #111;
}

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

.main_body_section_learn p {
  margin-top: 14px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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

.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;
}

.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;
}

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

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

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

.postDesc1 {
  width: 100%;
  max-width: 515px;
}

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

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

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

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

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

.web_3_page p {
  font-size: 16px;
}

.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;
}

@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 {
    margin-right: 10px !important;
    margin-left: 10px;
    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%;
  }
}

.gitbook_main_content {
  width: 50%;
}

.btn-link {
  background: transparent !important;
  text-decoration: none;
  min-width: auto !important;
  max-width: auto !important;
  width: auto !important;
  padding-bottom: 5px;
  position: relative;
}

.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;
}

.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: "Funnel Display";
  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: "Funnel Display";
  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/road.png) !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: #EDEDED;
  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: #EDEDED;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.featureItem {
  margin-bottom: 35px;
}

.featureItem h3 {
  color: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  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: 24px;
  border: 1px solid #333;
  padding: 24px;
  min-height: 271px;
}

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

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

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

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

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

.upgradesTechSection h1 {
  color: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.beingTitle {
  color: #EDEDED;
  font-family: 'Inter';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}

.discoverSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-top: 70px;
}

.discoverSection h1 {
  color: #EDEDED;
  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: #EDEDED;
  text-align: center;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  width: 100%;
  max-width: 871px;
}

.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: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  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: #EDEDED;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  opacity: 0.4;
}

.meetupTitle {
  color: #EDEDED;
  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: #EDEDED;
  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/grant.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* min-height: 100vh; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.grantsHeroContent {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grantsHeroContent h1 {
  color: #FFF;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%;
  text-transform: uppercase;
}

.grantsHeroContent p {
  color: #CDCDCD;
  text-align: center;
  text-shadow: 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
  margin-top: 50px;
}

.fundedRow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 90px;
}

.fundedCol {
  width: 100%;
  width: 209px;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fundedCol h5 {
  color: #FFF;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.fundedCol h6 {
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}

.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: #EDEDED;
  font-family: "Funnel Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70.4px;
  text-transform: uppercase;
  margin-top: 20px;
}

.secureQuantHead p {
  color: #EDEDED;
  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 {
  color: #EDEDED;
  font-family: 'Inter';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 22px;
  margin-top: 22px;
}

.codeXDiv {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #333;
  background: #121212;
  padding: 19px 17px 35px 17px;
}

.gitbook_main_content li a {
  color: #FFF;
  text-decoration: none;
}

.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;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
}

/* Blog Card */
.blog-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  transition: 0.3s ease;
}

.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: 10px;
  background: #ddd;
  margin-bottom: 15px;
  object-fit: cover;
}

.blog-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Inter";
  font-weight: 600 !important;
}

.blog-card p {
  font-size: 14px;
  margin-bottom: 12px;
  font-family: "Inter";
}

.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;
  }
}

#searchInput {
  color: #FFF !important;
  padding: 9px 16px;
  width: 100%;
  max-width: 400px;
}

#searchInput::placeholder {
  color: #FFF !important;
}

.blog-section h1 {
  font-size: 50px;
}
.blogBigImg{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.blog-detail-page .skeleton-card{
  width: 100%;
  height: 700px;
}
/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}