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;
}

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;
}
.footer-fluid{
  max-width: 12%;
}

footer a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
.navbar-collaps .show ul{
        background-color: #f5f5f5 !important; /* 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;
}