body {
  margin: 0;
  padding: 0;
    background:linear-gradient(0deg, rgba(115, 228, 50, 0.99), rgba(74, 218, 55, 0.9)), url("images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    color: auto;
    font-family: Arial, sans-serif;
    text-align: center;
    user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
     }
  .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  
  h1 {
    font-size: medium;
    margin-top: 10px;
  }
  .balance2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .buttons {
    display: flex;
    justify-content: center;
    margin: 5px;
  }
  button {
    padding: 3px 8px;
    border-radius: 5px;
    border: none;
    margin: 5px;
    cursor: pointer;
  }
  .top-up {background-color: rgb(4, 35, 61);
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .addfunds {background-color: rgb(11, 40, 114);
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .withdraw {
    background-color: slateblue;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .shopnow {
    background-color: green;
    color: auto;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .headnav {
    background-color: lightskyblue;
    color: auto;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    font-weight: bold;
  }

  .headnav2 {
    background-color: lightseagreen;
    color: auto;
    padding: 4px 12px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    font-weight: bold;
  }
  .message {
    color: red;
    margin-top: 20px;
  }
  .message2 {
    background: linear-gradient(135deg, rgba(183, 255, 210, 0.89), rgba(132, 255, 218, 0.782));
    padding: 20px;
    border-radius: 5px;
    color: black;
    margin: 20px;
    font-size: 1.1em;
    text-align: justify;
  }
  .message5 { 
    margin: 20px;
    font-size: 1.1em;
    text-align: justify;
    }
  .fee {
    margin: 5px;
    font-size: 12px;
  }
  .copyright {
    margin: 5px;
    font-size: 8px;
  }
  .ul1{ width: 100%;
  border: 1px solid #c2c2c2;
  display:table;
  white-space:nowrap;
  text-align:center;}
  .header {
    background-color: #000808;
    color: white;
    padding: flex;
    text-align: center;

  }
  .li {
    text-align: center;
    max-width: 100dvw;

  }
  .li a{
   text-align: center;
  float: center;
  order:1;
  flex-grow:1;
  font-size: auto;
  }

  .logo {
  display: flex;
  align-items: center;
  }
  .logo img {
  height: 50px;
  margin-right: 5px;
   }
   nav li {
  margin: 0 5px;
}
  .li a{
   text-align: center;
  float: center;
  order:1;
  flex-grow:1;
  font-size: auto;
  }
  .user {
  display: flex;
  align-items: center;
  font-size: 1vw;
}

.user span {
  margin-right: 5px;
}

.user a {
  margin-left: 5px;
}
.header-left {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100dvw;
  height: auto;
  text-align: center;

}

.header-right {
  display: grid;
  flex-direction: column;
}


footer {
  background-color: #000000;
  color: #f3eeee;
  text-align: center;
  padding: 10px 0;
}

footer p {
  margin: 0;
  font-size: xx-small;
}
footer img{
  max-width: 30px;
  max-height: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
footer img:hover {
  transform: scale(1.05);
}

      /* Add styles for the slideshow container */
      .slideshow-container {
        max-width: 100px;
        position: relative;
        margin: auto;
      }

      /* Hide the images by default */
      .mySlides {
        display: none;
      }

      /* Add styles for the slideshow controls */
      .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
      }

      /* On hover, add a black background color */
      .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
      }

.product-grid {
        background-color: transparent;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 20px;
        padding: 20px;
      }
      .product {
        border-radius: 10px;
        background: auto;
        padding: auto;
        text-align: center;}
        .product2 {
        border-radius: 10px 10px 0 0;
        background: url("images/navy.jpg");
        padding: 10px 0;
        text-align: center;
        }
        .product3 {
      align-items: center;
      border-radius: 10px;
      background: rgba(146, 255, 136, 0.216);
      padding: auto;
      text-align: center;
    }

    .product3 table {
      border-collapse: collapse;
      width: 50%;
      max-width: 80%;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
    }

    .product3 th, .product3 td {
      border: 1px solid black;
      padding: 8px;
      text-align: left;
    }

    .product3 th {
      background-color: #f2f2f2;
    }

    @media (max-width: 800px) {
      .product3 table {
        font-size: 50%; /* Reduce the font size for smaller devices */
      }
    }

    

.important-notice {
  background-color: #d7f8ee;
  border-left: 5px solid #c6d1f5;
  padding: 10px 0;
  margin: 10px auto;
  max-width: 800px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  color: #721c24;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.important-notice h2 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #721c24;
}

.important-notice p {
  margin: 5px 0;
  line-height: 1.2;
  font-size: small;


}

.important-notice strong {
  font-weight: bold;
  color: #721c24;
}