@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style2 {
  position: relative;
  padding: 4px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 555px;
}
@media (max-width: 1399.98px) {
  .features-block-style2 {
    margin-bottom: 20px;
  }
}
.features-block-style2.style-margin-left-50 {
  margin-left: 50px;
}
@media (max-width: 1399.98px) {
  .features-block-style2.style-margin-left-50 {
    margin-left: 0;
  }
}
.features-block-style2.style-margin-left-100 {
  margin-left: 100px;
}
@media (max-width: 1399.98px) {
  .features-block-style2.style-margin-left-100 {
    margin-left: 0;
  }
}
.features-block-style2.style-margin-right-50 {
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .features-block-style2.style-margin-right-50 {
    margin-right: 0;
  }
}
.features-block-style2.style-margin-right-100 {
  margin-right: 100px;
}
@media (max-width: 1399.98px) {
  .features-block-style2.style-margin-right-100 {
    margin-right: 0;
  }
}
.features-block-style2.style-2 {
  margin-left: auto;
}
.features-block-style2::before, .features-block-style2::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(from var(--gradient-angle), var(--theme-color3), #F55CAD, var(--theme-color1), #F55CAD, var(--theme-color1));
  border-radius: inherit;
  animation: rotate 2.5s linear infinite;
  opacity: 0;
  visibility: hidden;
  border-radius: 85.5px;
}
@media (max-width: 991.98px) {
  .features-block-style2::before, .features-block-style2::after {
    border-radius: 14px;
  }
}
.features-block-style2 .service-block-5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 85.5px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 99;
  background-color: #171719;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .features-block-style2 .service-block-5 {
    display: grid;
    border-radius: 14px;
    padding: 35px 30px;
  }
}
.features-block-style2 .service-block-5 .icon {
  max-width: 100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.features-block-style2 .service-block-5 .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.features-block-style2 .service-block-5 .content .features-title {
  margin-bottom: 8px;
  margin-top: 0;
  color: #fff;
}
.features-block-style2 .service-block-5 .content .features-title a {
  color: #fff;
}
.features-block-style2 .service-block-5 .content .features-title a:hover {
  color: var(--theme-color1);
}
.features-block-style2 .service-block-5 .content .features-details {
  margin-bottom: 0;
  line-height: 170%;
}
.features-block-style2:hover::before, .features-block-style2:hover::after {
  opacity: 1;
  visibility: visible;
}
.features-block-style2:hover .service-block-5 .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}