.banner-area {
  height: 350px;
  position: relative;
  text-align: center;
  background: url("../assets/images/banner.jpg");
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.314), #00000081);
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
}
.about-area {
  background: url("../assets/images/gallery-94.jpg");
}
.testimonial-area {
  background: url("../assets/images/gallery-90.jpg");
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.744), #000000c1);
}
.home-area {
  background: url("../assets/images/gallery-91.jpg");
}
.overlay-box {
  background-attachment: fixed;
  background-size: cover;
}
.overlay-box .overlay {
  z-index: 1;
}
.overlay-box .overlay,
.overlay-box .overlay::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  /* width: 100%; */
}
.overlay-box .overlay::after {
  background: #000;
  z-index: -1;
  opacity: 0.5;
}
.banner-area .bannerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.overlay-box .bannerContainer {
  position: relative;
  z-index: 1;
}
.banner-content-area {
  /* display: table-cell; */
  vertical-align: middle;
  color: #fff !important;
}
.banner-content-area h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 25px;
  font-weight: 300;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.breadcrumb-block ul li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb-block ul li a::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb-block ul li a {
  color: #fff;
  opacity: 0.8;
  outline: 0 none;
  text-decoration: none;
}
.gallery-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
}
.gallery-img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  margin-bottom: 30px;
}
.gallery-img figure {
  aspect-ratio: 3/2;
}
.gallery-img figure img {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 4px 5px 6px rgb(193 145 145 / 60%);
  transition: all 0.5s;
  filter: drop-shadow(3px 4px 9px rgba(31, 29, 29, 0.6));
}
@media (max-width: 766px) {
  .gallery-img figure img {
    width: 86%;
  }
  .gallery-img figure .img-box-photo {
    width: 100%;
  }
}
.gallery-img figure img:hover {
  transform: scale(1.05);
}

.gallery-img {
  padding-top: 60px;
}

.gallery .titlepage {
  text-align: center;
}

.gallery .gallery-img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
}

.gallery .gallery-img figure {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0;
}

.gallery .gallery-img figure img {
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}

.gallery .gallery_img figure img:hover {
  transform: scale(1.2);
}
