@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.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 {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .projects-current-theme3 {
    height: 600px;
  }
  .projects-current-theme3 img {
    object-fit: cover;
  }
}
.projects-current-theme3::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(177.52deg, rgba(10, 12, 0, 0) 3.78%, #0A0C00 97.92%);
  z-index: 9;
}
.projects-current-theme3 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projects-current-theme3 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.projects-current-theme3 .project-list {
  display: flex;
  align-items: center;
  gap: 14px;
  top: 60px;
  left: 60px;
  position: absolute;
  z-index: 99;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .projects-current-theme3 .project-list {
    top: 30px;
    left: 30px;
    right: 30px;
    flex-wrap: wrap;
  }
}
.projects-current-theme3 .project-list li {
  margin: 0;
}
.projects-current-theme3 .project-list li a {
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 14px 20px;
  display: inline-block;
  border-radius: 40px;
  transition: all 0.4s ease-in-out;
  line-height: 1;
}
.projects-current-theme3 .project-list li a:hover {
  background-color: var(--theme-color1);
}
.projects-current-theme3 .project-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 99;
  bottom: 60px;
  left: 60px;
  right: 60px;
}
@media (max-width: 1199.98px) {
  .projects-current-theme3 .project-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
    flex-wrap: wrap;
  }
}
.projects-current-theme3 .project-content .content .title {
  margin-top: 0;
  margin-bottom: 0;
}
.projects-current-theme3 .project-content .content .title a {
  color: #fff;
}
.projects-current-theme3 .project-content .content .title a:hover {
  color: var(--theme-color1);
}
.projects-current-theme3 .project-content .content p {
  color: rgb(153, 153, 153);
  margin-top: 10px;
}
.projects-current-theme3 .project-content .text {
  color: rgb(255, 255, 255);
}
.projects-current-theme3 .circle-box {
  width: 150px;
  min-width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .projects-current-theme3 .circle-box {
    min-width: 120px;
    height: 120px;
    font-size: 17px;
    width: 120px;
  }
}
.projects-current-theme3 .circle-box span {
  position: relative;
  z-index: 9;
  max-width: 78px;
  font-weight: 500;
  text-transform: uppercase;
}
.projects-current-theme3 .circle-box i {
  display: block;
  margin-bottom: 10px;
}
.projects-current-theme3 .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(0, 0, 0, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.projects-current-theme3 .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.projects-current-theme3 .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.projects-current-theme3 .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.projects-current-theme3 .circle-box:hover span {
  color: #fff;
}
.projects-current-theme3:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.projects-current-theme3:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.projects-current-theme3:hover .circle-box {
  opacity: 1;
  visibility: visible;
}