body {
  margin: 0;
  padding: 0;
  background:linear-gradient(0deg, rgba(59, 164, 92, 0.99), rgba(100, 226, 16, 0.956)), url("images/banner.jpg");
  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: 36px;
  margin-top: 50px;
}
.balance {
  font-size: 24px;
  margin-bottom: 20px;
}
.buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
button {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  margin: 0 10px;
  cursor: pointer;
}
.top-up {background-color: green;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.withdraw {
  background-color: grey;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.shopnow {
  background-color: green;
  color: auto;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.headnav {
  background-color: lightskyblue;
  color: auto;
  padding: 3px 5px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.headnav2 {
  background-color: lightseagreen;
  color: auto;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.message {
  color: red;
  margin-top: 20px;
}
.message2 {
  color: black;
  margin-top: 20px;  margin-left: 20px; margin-right: 20px;margin-bottom: 20px;
}
.message3 {
  margin-top: 20px; margin-left: 20px; margin-right: 20px;margin-bottom: 20px;
  color: black;
  margin-top: 20px;
  text-align: center;
}
.message4 {
  margin-top: 20px; margin-left: 20px; margin-right: 20px;margin-bottom: 20px;
  color: auto;
  margin-top: 20px;
  text-align: center;
}
.message5 { margin:auto;
  font-size: 16px;
text-align: justify;
max-width: 1000px;
}
.fee {
  margin-top: 20px;
  font-size: 14px;
}
.copyright {
  margin-top: 50px;
  font-size: 10px;
}

/* Add styles for the header */

.ul1{ width: 100%;
border: 1px solid #c2c2c2;
display:table;
white-space:nowrap;
text-align:center;}
.ul {
  width: flex;
  display: flex;
  justify-content: space-between;
  padding: auto px;
}
.header {
  background: rgb(14, 15, 0);
  color: rgb(255, 255, 255);
  padding: 3px 8px;
  text-align: center;
  justify-content: space-between;
  border-radius: 1px;

}

.logo {
display: flex;
align-items: center;
}
.logo img {
height: 50px;
margin-right: 10px;
 }
 nav li {
margin: 0 10px;
}
.li a{
 text-align: center;
float: center;
order:1;
flex-grow:1;
font-size: auto;
}
.user {
display: flex;
align-items: center;
}

.user span {
margin-right: 10px;
}

.user a {
margin-left: 10px;
}
.header-left {
display: grid;
flex-direction: column;
align-items: center;
justify-content: center;
width: fill;
height: auto;
text-align: center;

}

.header-right {
display: grid;
flex-direction: column;
}


/* 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;
  background: url("images/navy.jpg");
  padding: auto;
  text-align: center;
  }


  .banner-words-wrapper b {
display: none;
}

.banner-words-wrapper b:not(:first-child) {
display: none;
animation: blink 0.5s linear infinite;
}

.banner-words-wrapper b.is-visible {
display: block;
animation: blink 2s linear infinite;
}

@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}

.faq-container {
  max-width: 98dvw;
  margin: auto;
  background: #ffffffc6;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-container img{
  max-height: 20px;
  max-width: 20px;
}
h1 {
  text-align: center;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-item h2 {
  font-size: 18px;
  color: #333;
  text-align: left;
}
.faq-item p {
  font-size: medium;
  color: #555;
  text-align: left;
}

footer {
  background-color: #000000;
  color: #f3eeee;
  text-align: center;
  padding: 10px 0;
}

footer p {
  margin: 0;
  font-size: 14px;
}
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);
}
