.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  outline: none;
}

.designed img{
  max-width: 1600px; 
  max-height:680px;
  object-fit: cover;
}

.caption_title_div {
  position: absolute;
  bottom: 15%;
}

.caption_title_div p {
  text-shadow: 2px;
  transition: all .4s
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 24px;
  color: #FFF;
  font-weight: 700;
}

/* .bg-dark {
  background-color: #7d7d7d !important;
} */

.bg-dark {
  background-color: #003366 !important;
}

.btn-warning:hover {
  color: #fff;
  background-color: #62605c;
  border-color: #716d60;
}

@media screen and (max-width: 1920px) and (max-width: 2400px) {
  .designed img{
    max-width: 100%; 
    max-height: 680px;
    object-fit: cover;
  }
}

.btn-primary:hover {
  color: #FFF;
  background-color: #003366;
  border-color: #003366;
}

.blur-page {
  filter: blur(3px);
  transition: filter 0.3s ease;
  pointer-events: none;
}

