.projects-current-theme2 .project-two__image {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projects-current-theme2 .project-two__image a {
  display: block;
}
.projects-current-theme2 .project-two__image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projects-current-theme2 .project-two__image:hover {
  -webkit-clip-path: inset(5px 10px);
  clip-path: inset(5px 10px);
}
.projects-current-theme2 .project-two__image:hover img {
  transform: scale(1.05);
}
.projects-current-theme2 .project-two__content {
  margin-top: 25px;
}
.projects-current-theme2 .project-two__content .title {
  margin: 0px;
}
.projects-current-theme2 .project-two__content .title a {
  color: var(--theme-color-white);
}
body.tm-dark-layout .projects-current-theme2 .project-two__content .title a {
  color: var(--text-color-bg-theme-color1);
}
.projects-current-theme2 .project-two__content .title a:hover {
  color: var(--theme-color1);
}
.projects-current-theme2 .project-two__content .cat-list li {
  font-style: italic;
  display: inline-block;
  color: var(--text-color);
}
.projects-current-theme2 .project-two__content .cat-list li span {
  opacity: 0;
}