body {
  font-family: Verdana, sans-serif;
  background-color: #f6f4f1;
}
html {
  scroll-behavior: smooth;
}
/* Navbar styling start*/
#navbar {
  transition: 0.5s ease-in-out;
  opacity: 1;
}

.navbar .navbar-brand {
  color: #777 !important;
  font-size: 18px;
}

/* Hide navbar initially, show on scroll */
.hide-navbar {
  opacity: 0 !important;
}

.nav-item .nav-link a {
  color: #777 !important;
  transition: 0.5s;
  font-size: 15px !important;
}
.nav-item .nav-link:hover a {
  color: #333;
}
.nav-item .nav-link.active {
  text-decoration: underline;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 2px 6px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  border-radius: 4px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}

/* Navbar styling end*/

/* Carousel overlay styling start*/
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-item {
  height: 100vh;
  min-height: 600px;
}

.carousel-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
}

.carousel-caption h1 {
  font-size: 4rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

/* Circle indicator styling */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.carousel-indicators .active {
  border: 1px solid transparent;
  opacity: 1;
  background-color: #fff;
}

/* Carousel overlay styling end*/

/* Service section css start */
.section-title {
  font-size: 36px;
}
.service-item a {
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.service-item a:hover {
  color: #efc800;
  text-decoration: underline;
}
.service-item .service-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.service-item h5 {
  margin-top: 1rem;
  font-weight: bold;
}
.divider {
  width: 30px;
  height: 2px;
  background-color: black;
  margin: 0.8rem auto;
}
/* Service section css end */

/* About Section css strat */
.lead {
  font-size: 1rem;
  max-width: 900px;
  margin: auto;
}

.about a {
  text-decoration: none;
  transition: 0.5s;
  color: #000;
}

.about a:hover {
  text-decoration: underline;
  color: #efc800;
}
/* About Section css end */

/* Menus Section css start */
.menus_mail {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  transition: 0.5s;
}

.menus_mail:hover {
  color: #efc800;
  text-decoration: underline;
}
/* Menus Section css end */

/* Weading.html css start */
.custom-paragraph {
  max-width: 800px;
  margin: 10px auto;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
.grid-section {
  padding: 50px;
  text-align: center;
}
.grid-section img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.grid-caption {
  margin-top: 20px;
}

.grid-caption p {
  color: #333;
}

.grid-caption a {
  text-decoration: none;
  font-size: 14px;
  color: #337ab7;
  transition: 0.5s;
}

.grid-caption a:hover {
  text-decoration: underline;
  color: #23527c;
}

.photographer_link a {
  color: #337ab7;
  transition: 0.5s;
}

.photographer_link a:hover {
  color: #23527c;
}
/* Weading.html css end */

/* Footer Css start */
.footer {
  background-color: #5b5b5b;
  color: white;
  padding: 20px 0;
  text-align: center;
}
.footer .logo {
  width: 220px;
  height: 220px;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 0;
}
.footer p {
  margin: 5px 0;
}
.footer a {
  color: white;
  margin: 0 10px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer !important;
}

.footer a:hover {
  text-decoration: underline;
}
/* Footer Css end */

.section-image {
  width: 75%;
}

@media (max-width: 769px) {
  .section-image {
    width: 100%;
  }
}
