@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Comic+Relief:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* max-width: 425px; */
  }
  
  body {
    font-family: sans-serif;
    background-color: #5a5a5a;
    /* background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/body.jpg') no-repeat center center fixed;
    background-size: cover;
    height:350px; */
    color: #fff;
  }

  section.mobile-view {
    max-width: 425px;
    background-color: #000 !important;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  .mobile-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    max-width: 425px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #000;
  }
  
  .mobile-header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .mobile-header .header-container .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .mobile-header .header-container .logo img {
    width: 35px;
    height: 35px;
  }

  .mobile-header .header-container .logo span {
    font-size: 20px;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    color: #fff;
  }

  .mobile-header .header-container .top-nav {
    display: flex;
    gap: 10px;
  } 
  .mobile-header .header-container .top-nav .nav-btn i {
    font-size: 20px;
    color: #3874ff;
  } 

  .banner-scroll {
    background-image: url('../images/banner-3.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50px;
    margin: 20px 0 10px 0;
    align-items: center;
    display: flex;
  }

  .banner-scroll marquee {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    width: 80%;
  }

  .main-content {
    padding: 80px 10px 80px;
  }
  
  .hero-banner img {
    border-radius: 8px;
  }
  
  .button-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
  }
  
  .btn-blue {
    background-color: #1b56dd;
    border: 2px solid #6f6f6f;
    color: #fff;
    /* border: none; */
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
    height: 50px;
  }
  
  .help-center, .introduction {
    border: 5px solid #387bfe;
    background: #111;
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
  
  .help-center h3 {
    margin-bottom: 10px;
  }
  
  .help-center ul.help-list {
    list-style: none;
    text-align: left;
  }
  
  .help-center ul.help-list li {
    padding: 15px 5px;
    border-bottom: 1.5px solid #1b56dd;
  }

  .help-center ul.help-list li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
  }
  .help-center ul.help-list li:hover {
    background-color: #2a2a2a;
    border-radius: 5px; 
  }

  .help-center ul.help-list li a i {
    color: #387bfe;
  }

  .introduction p {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    padding-bottom: 10px;
  }

  .heading {
    background-image: url('../images/header.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60px;
    margin: 20px 0 0 0;
    align-items: center;
    align-content:end;
    }

  .heading p {
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    text-align: center;
  }

  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  /* >>>>   CRYPTO TABLE >>>>>>>>>> */
  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  
  .pricing-table {
    padding: 25px 0px;
    max-width: auto;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  .pricing-table h2 {
    text-align: center;
    color: #ffcb05;
    margin-bottom: 25px;
  }
  
  .pricing-table table.cryptoTable {
    width: 100%;
    padding: 10px 20px;
    border: 5px solid #387bfe;
    background: #1b1b1b;
    border-radius: 0 0 10px 10px;
    /* overflow: hidden; */
  }
  
  .pricing-table table th,   .pricing-table table td {
    padding: 14px 10px;
    text-align: left;
    border-bottom: 1px solid #2a2a2a;
  }
  
  .pricing-table table th {
    color: #ccc;
    font-weight: 600;
  }
  
  .pricing-table table td.first {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .crypto_logo {
    background-color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
  }
  .pricing-table table td img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
  }
  
  .pricing-table table tbody tr:last-child td {
    border-bottom: none;
  }
  
  .pricing-table table tbody tr:hover {
    background: #222;
  }
  
  .price-up {
    color: #00e676;
    font-weight: 600;
  }
  
  .price-down {
    color: #ff5252;
    font-weight: 600;
  }

  .price-neutral {
    color: #00e676;
  }  
  
  .percent-change {
    font-size: 0.95rem;
  }
  
  @media (max-width: 600px) {
    th, td {
      font-size: 14px;
      padding: 12px 8px;
    }
  }



  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  /* >>>>>>  MOBILE FOOTER  >>>>>>> */
  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  .mobile-footer {
    position: fixed;
    bottom: 0;
    max-width: 425px;
    width: 100%;
    background-color: #111;
    padding: 8px 0;
    border-top: 1px solid #333;
  }

  .mobile-footer .container {
    display: flex;
    gap: 2px;
    justify-content: space-around;
    padding: 0 10px;
    
  }

  footer a.active {
    background-color: #333;
    border-radius: 5px;
  }
  footer a:hover {
    background-color: #333;
    border-radius: 5px;
  }
  
  .footer-link {
    color: #ccc;
    padding: 5px 2px;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-link img {
    width: 30%;
    padding-bottom: 5px;
  }
  
  .footer-link span {
    text-align: center;
    margin-top: 4px;
  }
  .footer-link span.active {
    color: #00ffa4;
  }
  
  /* Hide on Desktop */
  /* @media screen and (min-width: 768px) {
    .mobile-footer, .mobile-header {
      display: none;
    }
  } */
  