.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-current-theme3 {
  margin-bottom: 35px;
}
.projects-current-theme3 .inner-box {
  position: relative;
  transition: all 300ms ease;
}
.projects-current-theme3 .inner-box:hover .image-box .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.projects-current-theme3 .inner-box:hover .image-box .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.projects-current-theme3 .image-box {
  position: relative;
}
.projects-current-theme3 .image-box .image {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.projects-current-theme3 .image-box .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5803921569), transparent);
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .image-box .image:after {
    opacity: 1;
  }
}
.projects-current-theme3 .image-box .image img {
  border-right: 30px;
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .image-box .image img {
    min-height: 400px;
    object-fit: cover;
  }
}
.projects-current-theme3 .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.projects-current-theme3 .cat-list {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .cat-list {
    left: 15px;
  }
}
.projects-current-theme3 .cat-list li {
  padding: 6px 20px 5px;
  color: #151414;
  font-weight: 400;
  letter-spacing: -0.32px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
  padding: 11.5px 20px;
}
.projects-current-theme3 .info-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .projects-current-theme3 .info-title {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
.projects-current-theme3 .info-title .title {
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.projects-current-theme3 .info-title .arrow-icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  width: 60px;
  min-width: 60px;
  height: 60px;
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  z-index: 1;
  transition: all 300ms ease;
}
.projects-current-theme3 .info-title .arrow-icon i {
  font-size: 20px;
  rotate: -30deg;
  transition: all 300ms ease;
}
.projects-current-theme3 .info-title .arrow-icon:hover {
  background-color: #000;
  color: #fff;
}
.projects-current-theme3 .info-title .arrow-icon:hover i {
  rotate: 0deg;
}