.feature-current-item-style9 {
  position: relative;
  display: block;
  background-color: var(--theme-color2);
  padding: 54px 60px 75px;
  margin-bottom: 30px;
  transition: background 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 {
    transition: none;
  }
}
.feature-current-item-style9 .feature-title {
  color: var(--text-color-bg-theme-color2);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  width: 200px;
}
.feature-current-item-style9 .feature-title a {
  color: var(--text-color-bg-theme-color2);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .feature-title a {
    transition: none;
  }
}
.feature-current-item-style9 .feature-title a:hover {
  background-size: 100% 2px;
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9 .btn-view-details .btn-plain-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #8f8da0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .btn-view-details .btn-plain-text {
    transition: none;
  }
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:hover {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:hover::before {
  width: 100%;
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 10px;
  background-color: currentColor;
  transition: width 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .btn-view-details .btn-plain-text:before {
    transition: none;
  }
}
.feature-current-item-style9 .feature-icon {
  position: absolute;
  bottom: 52px;
  right: 60px;
}
.feature-current-item-style9 .feature-icon .icon i {
  font-size: 65px;
  color: var(--theme-color1);
  line-height: 65px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 500ms ease, color 500ms ease;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .feature-icon .icon i {
    transition: none;
  }
}
.feature-current-item-style9:hover {
  background-color: var(--theme-color1);
}
.feature-current-item-style9:hover .feature-title a {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9:hover .btn-view-details .btn-plain-text {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9:hover .feature-icon .icon i {
  transform: scale(0.85);
  color: var(--text-color-bg-theme-color1);
}