.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-theme2 {
  overflow: hidden;
}
.projects-current-theme2 .single-card {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.projects-current-theme2 .single-card .image {
  width: 100%;
  height: 520px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.projects-current-theme2 .single-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.projects-current-theme2 .single-card .content {
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--theme-color3);
  border-radius: 20px;
  padding: 0 45px 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.projects-current-theme2 .single-card .content .title-info {
  writing-mode: sideways-lr;
  text-align: left;
  padding-top: 120px;
  padding-right: 20px;
}
.projects-current-theme2 .single-card .content .cat-list li {
  font-weight: 700;
  color: var(--theme-color2);
}
.projects-current-theme2 .single-card .content .title {
  color: var(--theme-color2);
  line-height: 35px;
  margin: 0;
}
.projects-current-theme2 .single-card .content .title a {
  color: var(--theme-color2);
}
.projects-current-theme2 .single-card .content .icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 90px;
  height: 90px;
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  font-size: 35px;
  position: absolute;
  bottom: 50px;
  right: -50px;
}
.projects-current-theme2 .single-card .content .icon i {
  rotate: -45deg;
}
.projects-current-theme2 .single-card:hover {
  margin-right: 0;
  margin-left: 220px;
}
.projects-current-theme2 .single-card:hover .content {
  opacity: 1;
  display: block;
  transition: all 0.2s ease-in-out;
}
.projects-current-theme2 .style-2 .content {
  right: 0;
}
.projects-current-theme2 .style-2 .content .icon {
  bottom: 70px;
  right: 135px;
}
.projects-current-theme2 .style-2 .content .icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.69%, var(--theme-color3)), to(var(--theme-color1)));
  background: linear-gradient(180deg, var(--theme-color3) 44.69%, var(--theme-color1) 100%);
  z-index: -1;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.projects-current-theme2 .style-2 .content .icon i {
  rotate: -145deg;
}
.projects-current-theme2 .style-2:hover {
  margin-right: 0;
  margin-left: 220px;
}

[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] {
  /* your styles here */
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-wrapper {
  transition-timing-function: linear;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide {
  transition: all 0.2s ease-in-out;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover {
  width: 720px !important;
  height: 520px;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover .projects-current-theme2 .single-card {
  position: relative;
  width: 100%;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover .projects-current-theme2 .single-card .image {
  position: relative;
  width: 100%;
  height: 520px;
  margin-left: 175px;
  overflow: hidden;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover .projects-current-theme2 .single-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover .projects-current-theme2 .single-card .content {
  z-index: 11;
  transition: all 0.2s ease-in-out;
}
[data-widget_type="tm-ele-cpt-projects.skin-style-current-theme2"] .swiper-container-inner .swiper-slide:hover .projects-current-theme2 .style-2 .image {
  margin-right: 175px;
  transition: all 0.2s ease-in-out;
}