* {
  font-family: 'montserrat', sans-serif;
}

.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar.scrolling-active {
  background-color: #3466aa;
  padding: 15px 0 15px 0;
}

.navbar i {
  color: white;
}

.navbar i:hover {
  color: #3466aa;
  cursor: pointer;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
}
.carousel-caption {
  bottom: 200px;
}
.carousel-caption h5 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}
.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .navbar {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .carousel-caption {
    bottom: 120px;
  }
  .carousel-caption h5 {
    font-size: 17px;
  }
  .carousel-item {
    height: 100%;
    min-height: 300px;
  }
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('img/Heroo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.hero h1 {
  --animate-delay: 0.7s;
}

.hero p {
  --animate-delay: 1.2s;
}

.hero button {
  --animate-delay: 1.7s;
}

#project {
  background-color: #fff;
}

section {
  padding-top: 5rem;
}

.gallery-img {
  width: 100%;
}

#gallery .row > * {
  padding: 0;
}

.services img {
  width: 250px;
  height: 400px;
}

.services h5 {
  line-height: 1.8;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.services i {
  color: green;
  font-size: 30px;
}

.footer {
  min-height: 20vh;
  background-color: #3466aa;
  margin-top: 150px;
}

.footer .copyright {
  padding-top: 50px;
}

section {
  padding-top: 5rem;
}
