.tm-sc-projects .cat-list {
  list-style: none;
  margin: 0;
}
.tm-sc-projects .cat-list li {
  display: inline;
  color: #aaa;
  margin-right: 7px;
  font-size: 13px;
}
.tm-sc-projects .cat-list li a {
  color: #aaa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.tm-sc-projects .cat-list li:last-child span {
  display: none;
}

.projects-wave-style .tm-sc-projects .isotope-item:nth-child(even) .projects-current-theme1 {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .projects-wave-style .tm-sc-projects .isotope-item:nth-child(even) .projects-current-theme1 {
    margin-top: 0;
  }
}

.projects-current-theme1 {
  position: relative;
}
.projects-current-theme1 .inner-box {
  position: relative;
}
.projects-current-theme1 .inner-box:hover .image-box .icon {
  right: 30px;
  top: 30px;
  opacity: 1;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box:hover img {
  transform: scale(1.1);
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box:hover .image:before {
  height: 30%;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box:hover .image-box:before {
  background: linear-gradient(to bottom, rgba(23, 23, 23, 0), var(--theme-color1) 100%);
  transition: all 300ms ease;
  height: 70%;
}
.projects-current-theme1 .inner-box:hover .content-box .cat-list li,
.projects-current-theme1 .inner-box:hover .content-box .title a {
  color: var(--text-color-bg-theme-color2);
}
.projects-current-theme1 .inner-box:hover .content-box:hover .image-box:after {
  height: 0%;
}
.projects-current-theme1 .inner-box .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .image-box a {
  display: block;
  width: 100%;
}
.projects-current-theme1 .inner-box .image-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
  pointer-events: none;
  z-index: 3;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .image-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
  pointer-events: none;
  z-index: 2;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .image-box img {
  width: 100%;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .image-box .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  background-color: var(--theme-color1);
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: all 300ms ease;
  opacity: 0;
}
.projects-current-theme1 .inner-box .image-box .icon:hover {
  background: var(--theme-color3);
  color: var(--text-color-bg-theme-color3);
}
.projects-current-theme1 .inner-box .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 50px;
  z-index: 9;
}
.projects-current-theme1 .inner-box .content-box .cat-list {
  position: relative;
}
.projects-current-theme1 .inner-box .content-box .cat-list li {
  color: #fff;
}
.projects-current-theme1 .inner-box .content-box .cat-list li a {
  position: relative;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--heading-font-family);
}
.projects-current-theme1 .inner-box .content-box .title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme1 .inner-box .content-box .title a {
  color: #ffffff;
  transition: all 300ms ease;
}
.projects-current-theme1 .inner-box .content-box .title a:hover {
  color: #fff;
}