.hero-image {
  border-radius: 16px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 700px;
  height: 400px; /* Set a fixed height */
  object-fit: cover; /* This will scale the image to cover the space */
}


.navbar-brand{
  color: black;
  border-color: none;
}
  
.navbar-custom {
    
  padding: 20px;
 
}

.navbar-nav {
  margin: 0 auto; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
  
.navbar-toggler {
  border-color: rgb(255, 255, 255); 
}
  
.nav-link {
  color: #a0a0a0
}
  
.nav-link.link-secondary {
  color: #6c757d; 
} 
  
.nav-link:hover {
  color: #ddd;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

 
.feature-icon-small {
  width: 3rem;
  height: 3rem;
}   
  
.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); 
  color: white;
  padding: 10px;
}
  
.carousel-caption h5 {
  font-size: 3vw; 
  font-weight: bold; 
}

.carousel-caption p {
  font-size: 2vw; 
}
  
.featurette-image {
  border-radius: 16px;  
}


@media (min-width: 768px) {
  #carouselExampleCaptions .carousel-inner img {
   max-height: calc(100vh - 200px); 
   object-fit: cover; 
 }
}

@media (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 4vw; 
  }
 
  .carousel-caption p {
    font-size: 2vw;
  }
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 6vw; 
  }

  .carousel-caption p {
    font-size: 4vw;
  }
  }





  

  
  