*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f5fff3;
  color: #333;
  width: 100vw;
  height: 100vh;
    display: flex;
  flex-direction: column;
}

header {
  background-color: black;
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  position: relative;
  width: 100%;
  height: 25vh;

}

nav ul{
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 1rem;
}

nav a{
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;

}


.products {
  padding: 2rem;
  text-align: center;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 1rem;
}

.product-card {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.product-card: hover{
  background: white;
  padding:3rem;
  border-radius: 8px;
        transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  align-items: center;
}
.product-card img:hover {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
          transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
      cursor: pointer;
}

button {
  background: #4CAF50;
  color: white;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: coral;
  color: white;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
footer {
  background: #eee;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;

}
.footer{
  width: 100%;
  height: 60vh;
  background: black;

}
.view{
  color: white;
}



.a{
  text-decoration: none;
  color: currentColor;
}



    .slide {
      width: 100%;
      height: 300px;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 0 15px rgba(2,0,2,5.3);
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slide img.active {
      opacity: 1;
    }

    .caption {
      position: absolute;
      bottom: 20px;
      left: 30px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 1.4em;
    }
        .cap {
      position: relative;
      bottom: 20px;
      left: 0px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 1.4em;
      font-weight: 600;
      
    }

.footer tr{
  padding: 2rem;
  gap: 20px;
}

.head1{
  color: coral;
}
.dropdown li{
  position: relative;
  padding: 1rem,2rem,2rem,1rem;

}
.footer table tr td a:hover{
font-size: 17px;
}
.footer table tr td a:{
  color: white;
font-size: 17px;
text-decoration: none;
}

table td{
  color: white;
  font-size: 13px;
}
.footer a{
  text-decoration: none;
}
.footer a:hover{
  font-size: 14px;
}
.aboutemb{
  border:1.5px solid black;
  width: 80%;
  height: 600px;
  box-shadow: 12rem,22rem,22rem,0rem,
  margin-top:10px;
  margin-bottom: 50px;
}
