.innerprojectbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.innerprojectbanner .image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.innerprojectbanner .bigtitle {
  font-size: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 768px) / (1920 - 768))), 60px);
  font-weight: 700;
  position: absolute;
  bottom: 8vw;
  left: 10vw;
  text-transform: uppercase;
}
.innerprojectbanner .bigtitle small {
  display: block;
  font-size: 18px;
  display: block;
  line-height: 30px;
}

.innerprojectSpec {
  position: relative;
  background-color: #232323;
  padding: 80px 0;
}
@media (width <= 992px) {
  .innerprojectSpec {
    padding: 40px 0;
  }
}
.innerprojectSpec .innerprojectSpecLeft {
  display: flex;
  padding-right: 50px;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.innerprojectSpec .innerprojectSpecLeft .heading {
  font-size: clamp(28px, calc(1.75rem + (40 - 28) * ((100vw - 768px) / (1920 - 768))), 40px);
}
.innerprojectSpec .innerprojectSpecLeft .collabName {
  margin-top: 20px;
}
.innerprojectSpec .innerprojectSpecLeft .collabName small {
  font-size: 14px;
  font-style: italic;
}
.innerprojectSpec .innerprojectSpecright {
  max-height: 613px;
}
.innerprojectSpec .innerprojectSpecright img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.projectGallery {
  background: #fff;
  overflow: hidden;
}
.projectGallery .biggallerypix a {
  overflow: hidden;
  position: relative;
}
.projectGallery .biggallerypix a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projectGallery .biggallerypix a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  z-index: 9;
}
.projectGallery .biggallerypix a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.ProjectSection {
  padding: 80px 0;
  background-color: #232323;
}
.ProjectSection .filter-box {
  position: relative;
  overflow: hidden;
}
.ProjectSection .filter-box .personName {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  width: 85%;
  margin: auto;
}
.ProjectSection .filter-box .personName .name {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.9);
  font-weight: bold;
}/*# sourceMappingURL=project-name.css.map */