/* Body styles */
body {
  font-family: 'Arial', sans-serif;
}

/* Navbar Styles */
 .navbar {
  background-color: #28a745 ;

}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff ;
}

.navbar-nav .nav-link {
  color: #fff ;
  font-size: 1.1rem;
  margin-left: 20px;
}

.navbar-nav .nav-link:hover {
  color: #d4edda ;
}

/* Carousel Styles */
.carousel {
  margin-bottom: 40px;
}

.carousel-item img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  color: #28a745;
  font-family: 'Arial', sans-serif;
}

/* Card styling */
.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card img {
  height: 200px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #2c3e50;
}

.card-text {
  font-size: 1rem;
  color: #666;
}

#dis {
  color: #28a745;
  text-align: center;
  background-color: black;
}

#sec2 {
  background-color: black;
}
