@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.project-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.95) -59.47%, rgba(0, 0, 0, 0) 122.25%);
}
@media only screen and (max-width: 520px) {
  .banner.project-banner .content p {
    font-size: 14px;
  }
}

.project-secA {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 675px) {
  .project-secA {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .project-secA {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .project-secA .tab-filter {
    background: var(--white);
    border: 1px solid #ccc;
    margin-bottom: 3rem;
    max-width: 300px;
    width: 100%;
    --filterheight: 40px;
    --liheight: 38px;
    --vadpad: 12px;
    position: relative;
    z-index: 3;
    margin-left: auto;
  }
}
@media only screen and (max-width: 520px) {
  .project-secA .tab-filter {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .project-secA .tab-filter span {
    display: block;
    height: var(--filterheight);
    line-height: var(--filterheight);
    padding: 0 var(--vadpad);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M21.25 12H8.895m-4.361 0H2.75m18.5 6.607h-5.748m-4.361 0H2.75m18.5-13.214h-3.105m-4.361 0H2.75m13.214 2.18a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm-9.25 6.607a2.18 2.18 0 1 0 0-4.36a2.18 2.18 0 0 0 0 4.36Zm6.607 6.608a2.18 2.18 0 1 0 0-4.361a2.18 2.18 0 0 0 0 4.36Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - var(--vadpad)) 50%;
  }
}
.project-secA .project-nav {
  margin-bottom: 58px;
  caret-color: transparent;
}
@media only screen and (max-width: 991px) {
  .project-secA .project-nav {
    text-align: left;
    margin-bottom: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 4;
    background: var(--white);
    outline: 1px solid #ccc;
  }
}
.project-secA .project-nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--text);
  transition: 0.5s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.project-secA .project-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--black);
}
@media only screen and (max-width: 991px) {
  .project-secA .project-nav li {
    display: block;
    height: var(--liheight);
    line-height: var(--liheight);
    padding: 0 var(--vadpad);
  }
}
.project-secA .project-nav li::before {
  top: auto;
  height: 1px;
  transition: 0.5s ease;
  width: 0;
}
@media only screen and (max-width: 991px) {
  .project-secA .project-nav li::before {
    display: none;
  }
}
.project-secA .project-nav li:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .project-secA .project-nav li:not(:last-child) {
    margin-right: 0;
  }
}
.project-secA .project-nav li.active {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .project-secA .project-nav li.active {
    background: var(--primary);
  }
}
.project-secA .project-nav li.active::before {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .project-nav-content {
    position: relative;
    z-index: 2;
  }
}
.project-nav-content .project-col:not(.active) {
  display: none;
}/*# sourceMappingURL=project.css.map */