body {
  font-family: 'Montserrat', sans-serif;

  /*background-color: #111; */
   /*color: #fff; */
}

.hero {
  background-image: url('image/IMG_5347.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 120px 20px;
  text-align: center;
  /* background-color: #f8f9fa; */
}

section.hero h1 {
  font-weight: 700;
  letter-spacing: 2px;
  color: #111;
}


.hero-bg {
  background-image: url('image/IMG_5345.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 120px 20px;
  text-align: left;
  /* background-color: #f8f9fa; */
}

section.hero-bg h1 {
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}
p.subtitle{
  color: #fff;
}
ul.services{
  color: #fff;
}

p.lead {
  color: #111;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}

.section-light {
    background-image: url("image/IMG_5410.PNG");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #111;
    padding: 80px 20px;
}

.section-light1 {
    background-image: url("image/IMG_5347.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #111;
    padding: 80px 20px;
}

.section-dark {
  padding: 80px 20px;
  background-image: url('image/IMG_5343.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.work-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.work-card h6 {
  margin-top: 10px;
  font-weight: 600;
}

.cta {
  background: url('image/IMG_5345.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
}

footer {
  background-image: url('image/IMG_5348.png');
  /* background: #fff; */
  padding: 40px 0;
  text-align: center;
      color: 111;
}

.hero-services{
  background-image: url('image/IMG_5348.png');
  /* background: #fff; */
  padding: 80px 20px;
   background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

}
.footer-fluid{
  max-width: 12%;
}

footer a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
.navbar-collaps.show ul{
        background-image: url('image/IMG_5410.png');
      background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
         /* example change 
        padding: 10px !important;
}
.gallery {
    background-color: #000;   /* Black background */
    /* padding: 40px 0; */
}

.image-box {
    width: 100%;
    aspect-ratio: 1 / 1;      /* Makes perfect square */
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* Keeps image nicely cropped */
    display: block;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Optional styling */
.dropdown-menu {
  border-radius: 5px;
  border: none;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}