body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #c4fdf6;
  background:linear-gradient(to right,#ddb223cf,hsl(123, 78%, 52%), #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: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 {
max-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: 300px;
}
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 {
  max-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);
}
.message6 {
background-color: #adffdde4;
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;
}
.message7 {
background-color: #adffdda3;
padding: 30px;
border-radius: 8px;
margin: 20px auto;
max-width: 90%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.message7 p{
font-size: small;
font-style: italic;
line-height: 1.7;
color: #000000;
text-align: justify;
}
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;
}