
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #c4fdf6;
  background:linear-gradient(to right,#ddb223cf,hsl(123, 78%, 52%), #c4fdf6, #eaf89d), url("images/banner.jpg");
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  color: rgba(1, 122, 7, 0.993);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  background: linear-gradient(135deg, #071507, #021b2f);
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  
}
header img{
  max-width: 30px;
  border-radius: 50%;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.logo {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navigation {
  text-align: justify;
}

.navigation a {
  color: #fff;
  text-decoration: none;
  padding: 2px;
  background-color: rgba(4, 73, 86, 0.848);
  transition: all 0.3s ease;
  display: inline-block;
  margin: 2px;
}

.navigation a:hover {
  background-color: rgba(8, 223, 101, 0.725);
}

.header::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 300%;
  height: 300px;
  background: radial-gradient(circle at top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .logo {
      font-size: 24px;
  }
}

.headnav {
background-color: lightskyblue;
color: auto;
padding: 2px 5px;
border-radius: 5px;
text-decoration: none;
margin: 1px;
display: inline-block;
color: auto;
}

.headnav2 {
background-color: lightseagreen;
color: auto;
padding: 2px 5px;
border-radius: 5px;
text-decoration: none;
margin: 1px;
display: inline-block;
}
.user {
display: none;
align-items: center;
}


.container {
display: flex;
justify-content: space-between;
}

.left-box1 {
width: 20%; /* Adjust width as needed */
border: 1px solid #cccccc00;
margin-top: 2px;

}
.right-box1 {
width: 80%; /* Adjust width as needed */
border: 1px solid #cccccc00;
margin-top: 2px;
}

h1 {
  font-size: 36px;
  margin: 20px;
}
.balance2 {
  font-size: 24px;
  margin: 2px;
}
.buttons {
  display: flex;
  justify-content: center;
  margin: 5px;
}
button {
  padding: 3px 10px;
  border-radius: 1px;
  border: none;
  cursor: pointer;
}
.top-up {background-color: rgb(4, 35, 61);
  color: #fff;
  padding: 3px 5px;
  border-radius: 10px;
  text-decoration: none;
  margin: 2px;
  display: inline-block;
}
.addfunds {background-color: rgb(11, 40, 114);
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  text-decoration: none;
  margin: 2px;
  display: inline-block;
}
.withdraw {
  background-color: rgb(88, 1, 36);
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 2px;
  display: inline-block;
}
.shopnow {
  background-color: green;
  color: auto;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.message {
  color: red;
  margin-top: 20px;
}
.message2 {
  color: black;
  margin: 20px;
}
.message3 {
  margin: 20px;
  color: black;
  margin-top: 20px;
  text-align: center;
}
.message4 {
  margin: 20px;
  color: auto;
  margin-top: 20px;
  text-align: center;
}
.message5 { 
  margin: 20px;
  font-size: 14px;
  text-align: justify;
}
.message6 {
  background-color: #d8ffe3e4;
  padding: 30px;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 90%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message6 p{
  font-size: medium;
  line-height: 1.7;
  color: #000000;
  text-align: justify;
}
.fee {
  font-size: small;
}
.copyright {
  margin: 1px;
  font-size: 6px;
}
.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;
}
.li a{
 text-align: center;
float: center;
order:1;
flex-grow:1;
font-size: auto;
}

.logo {
display: flex;
align-items: center;
}
.logo img {
height: 40px;
margin: 5px;
 }
 nav li {
margin: 5px;
}
.li a{
 text-align: center;
float: center;
order:1;
flex-grow:1;
font-size: auto;
}
.user {
display: none;
align-items: center;
}

.user span {
margin-right: 5px;
}

.user a {
margin-left: 5px;
}
.header-left {
display: grid;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
text-align: center;
}

.header-right {
display: grid;
flex-direction: column;
width: fit-content;
}
img {
  max-height: 30px;
  max-width: 30px;
}


/* Add styles for the footer */
footer {
  background-color: #044b43;
  color: #f3eeee;
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 0;
  font-size: 14px;
}


        .container1 {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 2px;
  }

  .left-box,
  .right-box {
    width: 47%; /* Adjust width as needed */
    border: 3px solid #cccccc0c;
    border-radius: 5px;
    margin: 5px auto;
    
  }

  .left-box h5,
  .right-box h5 {
    margin-top: 1px;
  }
  .fees {
    margin: 0px;
    font-size: 0px;
    color: rgba(1, 24, 24, 0);
    display: none;
  }

  .container2 {
    max-width: 960px auto;
    margin: 20px auto;
    padding: 20px;
    background-color: #bffce300;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
section {
  text-align: justify;
}
