body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #c4fdf6;
}


.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;
}
button {color: #846868;
margin-left: 20px;
border-radius: 90%;
}



.container {
  display: flex;
  justify-content: space-between;
}

.left-box1 {
  max-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;
}

.overlay {
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.product-grid {
background-color: auto;
display: grid;
grid-template-columns: repeat(flex);
grid-gap: 0px;
padding: 0px;
}
.product {
border-radius: 10px;
background-color: lightskyblue;
padding: 20px;
text-align: center;
}
.product-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.product-price {
font-size: 14px;
color: #333;
margin-bottom: 20px;
}
.product-image {
border-radius: 2px;
width: 10%;
height: 20px;
object-fit: cover;
margin-bottom: 20px;
}
.buy-now-btn {
background-color: darkblue;
color: #fff;
padding: 10px 20px;
border-radius: 20px;
text-decoration: none;
margin-top: 20px;
display: inline-block;
}
.li a{
text-align: center;
float: center;
order:1;
flex-grow:1;
font-size: auto;
}
nav li {
margin: 0 10px;
}
.li a{
text-align: center;
float: center;
order:1;
flex-grow:1;
font-size: auto;
}
.ul1{ width: 100%;
border: 1px solid #c2c2c2;
display:table;
white-space:nowrap;
text-align:center;
height: fit-content;
}
.ul {
width: flex;
display: flex;
justify-content: space-between;
padding: auto px;
}

.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: 5px 15px;
border-radius: 5px;
text-decoration: none;
margin: 1px;
display: inline-block;
}
img {
    max-height: 300px;
    max-width: 350px;
}
p {
    line-height: 1.5;
    margin: 5px;
}
.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);
}
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);
}
section {
  text-align: center;
  margin: 10;
}
/* Footer styles */
footer {
    background-color: #044b43;
    color: #f3eeee;
    text-align: center;
    padding: 20px 0;
  }
  
  footer p {
    margin: 0;
    font-size: 14px;
  }
  footer img {
    max-height: 30px;
    max-width: 30px;
  }