@import url('https://fonts.googleapis.com/css2?family=Balthazar&display=swap');

.bal {
  font-family: 'Balthazar', sans-serif;
  font-weight: 400;
}

.car-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    background: #fff;
  }
  .car-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .price-tag {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .badge-custom {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 3px 7px;
  }
  .feature-icon {
    font-size: 0.9rem;
    margin-right: 4px;
  }
  .car-features {
    font-size: 0.85rem;
  }
  .car-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  li.active {
    background-color: rgb(38,10,59) !important;
    color: white !important; 
    border-radius: 5px;
  }

 .navbar-dark {
    background-color:  lightgrey !important;
    color: rgb(38,10,59);
  }
  /* .navbar-dark .navbar-nav  {
    color: rgb(38,10,59);
  } */
  .navbar-dark .navbar-nav .nav-link:hover {
    color: white;
    
  }
.mid-row{
  background-color: lightgrey;
}
.dark-link{
  color: black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828, 10, 59, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler, .collapsed {
    border-color: rgb(38,10,59);
}

.active{
  color: white;
}

#active{
  color: white;
}

.red-bg{
  background-color: rgb(38,10,59);
  color: white;
}

footer {
  background-color: lightgrey;
  color: rgb(38,10,59);
  padding-top: 20px 0;
  padding-bottom: 2px;
}
.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  width: 20%;
  margin: 10px;
}
.footer-section h3 {
  color:rgb(38,10,59);
  font-size: 18px;
  /* margin-bottom: 10px; */
}
.footer-section p, .footer-section ul, .footer-section a {
  color: rgb(38,10,59);
  font-size: 14px;
}
.footer-section ul {
  list-style: none;
  padding: 0;

}
.footer-section ul li {
  margin-bottom: 8px;
}
.smaller-text{
  font-size: 0.8em;
  font-weight: 500;
}
.footer-section ul li a {
  color: #bbb;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #fff;
}
.social-media a {
  color: rgb(38,10,59);
  text-decoration: none;
  margin-right: 10px;
}
.social-media a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #555;
  margin-top: 20px;
  font-size: 13px;
}
/* .hov:hover {
  animation: fa-beat 2s infinite;
} *