@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}
html,
body {
  overflow-x: hidden;
  position: relative;
  background-color: #0B0B0B;
}

/*---navbar-section-start---*/
.m-auto {
  margin: auto !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255 255 255 / 90%);
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 33px;
  margin-right: 35px;
}
.bg-light {
  background-color: #f8f9fa00 !important;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.nav-logo {
}
.nav-logo img {
  width: 115.89px;
  height: 120px;
  background-color: #ffffffcc;
  border-radius: 6px;
  position: absolute;
  top: 2px;
  left: 150px;
}
/*---navbar-section-end---*/

/*---hero-section-start---*/


/*---hero-section-end---*/

/*--- photo-gallery-section-start ---*/
.gallery-title {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 21px;
}
.gallery-title a {
    color: #fff;
}
.photo-gallery-section .row {
  margin-left: -7px;
  margin-right: -7px;
}
.photo-gallery-section [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.photo-gallery-section {
    background-color: #18191b;
    padding: 50px 0px 90px 0px;
}
@media(max-width: 991.98px) {
    .photo-gallery-section [class*=col-]{
        margin-bottom: 15px;
    }
}

.gallery-item:not(.mp-item) {
  border: 2px solid #0b0b0b;
  box-shadow: 0 0 3px #7a7a7a;
  overflow: hidden;
  z-index: 1;
    position: relative;
    display: block;
  }
.gallery-item:not(.mp-item)::after {
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: " "; 
    background: linear-gradient(-45deg,#34495e 0,#fff0c0 100%);
    z-index: -1; 
}
.gallery-item:not(.mp-item) > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 1px 1px 1px #111;
    font-size: 13px;
    transform: translate(-50%, calc(-50% - 35px));
    opacity: 0;
    transition-duration: .6s;
  }
.gallery-item:not(.mp-item):hover > span {
    transform: translate(-50%, -50% );
    opacity: 1;
}
.gallery-item:not(.mp-item) .gallery-item-img img {
    transition-duration: .35s;
}
.gallery-item:not(.mp-item):hover .gallery-item-img img{
    opacity: .1;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
} 
.gallery-item-img h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #111;
  font-family: open sans;
  line-height: 1.4;
  position: absolute;
  left: 15px;
  top: 24px;
  text-align: center;
  right: 15px; 
}
.gallery-details-item .gallery-item-img h3 {
  font-weight: 500;
  font-size: 16px;

  padding: 13.5px 10px;
  position: absolute; 
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin-bottom: 0;
  /* width: 100%;
  line-height: normal; */
  background: rgba(17,17,17,.62);

}
.gallery-item:hover .gallery-item-img h3 { 
}
.gallery-item-img img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 296px;
  border: 2px solid #0b0b0b;
}
.gallery-item-img-text {
}
/*--- photo-gallery-section-end ---*/

 

@media(max-width:767.98px) {
  .master-plan .mp-item {
    max-width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .master-plan .mp-item-img img {
    /* text-align: center; */
    width: 100%;
  }
}