/* body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }
   */
   .navbar-nav .nav-link {
    margin-right: 20px;
    font-weight: bold;
  }


  .back{
    background-image: url(./assets/morning\ walik.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    
  }
  .back h1 {
    font-weight: bold;
    padding: 15%;
    padding-left: 40px;
  }
  


  
  /* .overlay {
    position: absolute;
    top:0;
    left: 50px;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.5);
  }
  .content {
    z-index: 1;
    color: #333;
    text-align: center;
  } */


  body {
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 2.5rem;
}

.card {
    box-shadow: 04px 8px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-8px);
}

.card img {
    border-radius: 8px;
}

/* .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    font-size: 1.2rem;
} */

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    .btn-primary {
        font-size: 1rem;
        padding: 8px 16px;
    }
}


.testimonials-section {
  /* padding: 50px 0; */
  background-color: #f8f9fa;
}
.testimonials-section h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.testimonials-section h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.testimonial-card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.testimonial-card img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.testimonial-card p {
  margin: 15px 0;
  font-size: 0.9rem;
}
.testimonial-card h4 {
  font-weight: bold;
}
.star-rating {
  color:  #005082;
  ;
}
.star-rating:hover
{
  background-color: #0d6efd;
  color: white;
 
  border: 1px solid blue;
  font-size: 1.2rem;
  border-radius: 1px;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  background-color: rgb(116, 104, 231);
  ;
}












  