body {
    font-family: 'Open Sans', sans-serif;
     .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 1rem;
  }

  .text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
}

/* hero section css */
.hero-banner {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
  border-radius: 12px;

}

.hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-banner .content {
  position: relative;
  z-index: 2;
}


/* see our tarrif section */


.transition-hover {
  transition: 0.3s;
}
.transition-hover:hover {
  background-color: #f1c40f !important;
  color: #000 !important;
  transform: scale(1.05);
}

/* about page css */
.custom-about-hero {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(../images/car-rental-services-in-agra.png);

}

.custom-about-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.custom-about-hero .content {
  position: relative;
  z-index: 2;
}

.about-section {
  position: relative;
}

.custom-left-img {
  border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.custom-right-img {
  width: 180px;
  bottom: -30px;
  right: 30px;
}




.nav-link.active {
  color: #0d6efd !important;
  border-radius: 5px;
}


