.fade-text {
  position: relative;
  display: inherit;
  padding: 5px 10px;
  color: inherit;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.5s ease;
}

.fade-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  width: 100% !important;
  transition: opacity 0.5s ease;
}

.fade-text:hover {
  color: transparent !important;
}

.fade-text:hover::after {
  opacity: 1 !important;
}

.blind-dog-text::after {
  content: "blind dog";
  width: 200px !important;
  padding-left: 3rem;
}

.about-text::after {
  content: "About";
}

.community-text::after {
  content: "Community";
}

.roadmap-text::after {
  content: "Roadmap";
}

.buy-text::after {
  content: "Buy";
}

.translator-text::after {
  content: "Translator";
}

.slogan-text::after {
  content: "The strongest blind dog community ever in the meme world";
  color: black !important;
}

.buy-now-text::after {
  content: "Buy now";
}

.learn-more-text::after {
  content: "Learn more";
}

.live-metrics-text::after {
  content: "Live Metrics";
}

.current-price-text::after {
  content: "Current Price";
}

.market-cap-text::after {
  content: "Market Cap";
}

.circulation-supply-text::after {
  content: "Circulation Supply";
}

.transactions-text::after {
  content: "24h Transactions";
}

.liquidity-text::after {
  content: "Liquidity";
}

.volume-text::after {
  content: "24h Volume";
}

.about-section-text::after {
  content: "About Blind Dog";
  color: black;
}

.about-1-text::after {
  content: "Did you know that Shiba Inu are susceptible to glaucoma induced blindness?";
  color: black;
}

.about-2-text::after {
  content: "Blind Dog Coin celebrates the courageous spirit of these blind dogs and their owners as they persevere and find bright joy in a world gone dark!";
  color: black;
}

.about-3-text::after {
  content: "We are a diamond handed family of believers in the extraordinary spirit of these blind dogs, and their owners!";
  color: black;
}

.about-4-text::after {
  content: "We are committed to sharing our success with charities like.";
  color: black;
}

.join-text::after {
  content: "Join Our Community";
  color: black;
}

.roadmap-section-text::after {
  content: "Roadmap";
  color: black;
}

.finding-mcap-text::after {
  content: "Finding a way to $1B market cap and higher";
  color: black;
}

.braille-translator-text::after {
  content: "Braille Translator";
  color: black;
}

.buy-section-text::after {
  content: "How to Buy blind dog coin";
  color: black;
}

.step-1-text::after {
  content: "Step 1";
  color: black;
}

.step-1-desc-text::after {
  content: "Create a Phantom wallet";
  color: black;
}

.step-2-text::after {
  content: "Step 2";
  color: black;
}

.step-2-desc-text::after {
  content: "Purchase and deposit SOL to your wallet";
  color: black;
}

.step-3-text::after {
  content: "Step 3";
  color: black;
}

.step-3-desc-text::after {
  content: "Exchange for $⠙⠕⠛";
  color: black;
}

.contract-address-text::after {
  content: "Contract address";
  color: black;
}

.community-desc-text::after {
  content: "Developers left the blind dog alone, we, our community take care of him";
  color: black;
}

.total-supply-text::after {
  content: "1,000,000,000 Total Supply";
  color: black;
}

.tax-text::after {
  content: "0% buy/sell taxes";
  color: black;
}

.jeet-text::after {
  content: "100% LP Burned";
  color: black;
}