.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;
}

.tm-sc-projects {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.projects-skin-current-theme1 .project-area {
  overflow: hidden;
}
.projects-skin-current-theme1 .project__wrp {
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.projects-skin-current-theme1 .project__wrp .project:hover .project__slider-arrys button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.projects-skin-current-theme1 .project__content {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.projects-skin-current-theme1 .project__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s ease-in-out;
}
body.tm-dark-layout .projects-skin-current-theme1 .project__content::after {
  background-color: rgba(24, 24, 24, 0.6);
}
.projects-skin-current-theme1 .project__content .cat-list li {
  font-weight: 400;
  color: var(--theme-color-white);
}
body.tm-dark-layout .projects-skin-current-theme1 .project__content .cat-list li {
  color: var(--text-color-bg-theme-color1);
}
.projects-skin-current-theme1 .project__content h4 {
  margin-top: 10px;
}
.projects-skin-current-theme1 .project__content h4 a {
  color: var(--theme-color-white);
}
body.tm-dark-layout .projects-skin-current-theme1 .project__content h4 a {
  color: var(--text-color-bg-theme-color1);
}
.projects-skin-current-theme1 .project__content h4 a:hover {
  color: #fff;
}
body.tm-dark-layout .projects-skin-current-theme1 .project__content h4 a:hover {
  color: var(--text-color-bg-theme-color1);
}
.projects-skin-current-theme1 .project__item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 700px;
  border-right: 1px solid var(--theme-color-white);
}
body.tm-dark-layout .projects-skin-current-theme1 .project__item {
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.projects-skin-current-theme1 .project__item:hover .project__content::after {
  height: 100%;
}
.projects-skin-current-theme1 .project__item:hover .btn-arrow {
  transform: rotate(0deg);
}