body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #c4fdf6;
    background:linear-gradient(to right,#ddb223cf,#ecf7afd0,#7af56eb7, #c4fdf6b7, #edf394ab);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.header {
  background: linear-gradient(135deg, #071507, #021b2f);
  color: #fff;
  padding: 5px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.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;
}
button {color: #846868;
margin-left: 20px;
border-radius: 90%;
}



.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;
}

fees {
    margin: 0px;
    font-size: 0px;
    color: rgba(1, 24, 24, 0);
    display: none;
  }

p {
    line-height: 1.5;
    margin: 5px;
    text-align: justify;
}
.container2 {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    margin: 1px auto;
    padding: 30px;
    background-color:#a6f5bf00;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
section1,
section2 {
    width: 48%;
    border: 3px solid #cccccc0c;
    border-radius: 5px;
    text-align: justify;
}
.container3 {
    max-width: 1000px;
    margin: 2px auto;
    padding: 30px;
    background-color: #a6f5bf00;
    border-radius: 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
}
section {
    text-align: justify;
  text-align: center;
  margin: 10;
}

#product-info {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  #product-image {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  #copy-icon {
    cursor: pointer;
    margin-left: 5px;
  }
.rounded-button {
border-radius: 60px;
background-color: #c2c2c2; 
color: black;
font-weight: bold;
padding: 5px 10px; 
text-align: center;
cursor: pointer;
display: block; 
border: none; 
margin-top: 20px; 
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); 
transition: background-color 0.3s ease; 
}

.rounded-button:hover {
background-color: #a0a0a0; 
}
.logo img {
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
   }
   nav li {
  margin: 0 10px;
}
img {
  max-height: 30px;
  max-width: 30px;
}
footer {
  background-color: #044b43;
  color: #f3eeee;
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 0;
  font-size: 14px;
}
