.features-block-style1 {
  width: 100%;
}
.features-block-style1 .inner-block {
  position: relative;
  padding: 50px 40px 42px;
  width: 424px;
  border-radius: 30px;
}
@media (max-width: 1399.98px) {
  .features-block-style1 .inner-block {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-block {
    width: 100%;
    padding: 20px;
  }
}
.features-block-style1 .inner-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mask-image: url(../../../images/current-theme/feature1-mask1.png);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(51.4000015259px);
  border: 1px solid rgba(12, 47, 37, 0.1);
  top: 0;
  left: 0;
  border-radius: 30px;
}
@media (max-width: 1399.98px) {
  .features-block-style1 .inner-block:before {
    mask-image: none;
  }
}
.features-block-style1 .inner-block:hover .icon i {
  transform: scaleX(-1);
}
.features-block-style1 .inner-block:hover .icon img {
  transform: scaleX(-1);
}
.features-block-style1 .inner-block:hover .icon-plus {
  transform: rotate(180deg);
}
.features-block-style1 .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color3);
  margin-bottom: 39px;
  position: relative;
}
.features-block-style1 .icon i {
  color: var(--theme-color1);
  font-size: 40px;
  transition: all 300ms ease;
}
.features-block-style1 .icon img {
  transition: all 300ms ease;
}
.features-block-style1 .features-title {
  margin-bottom: 14px;
  margin-top: 0;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  position: relative;
  color: var(--headings-color);
}
.features-block-style1 .features-title a {
  color: var(--headings-color);
}
.features-block-style1 .text {
  letter-spacing: -0.03em;
  position: relative;
}
.features-block-style1 .icon-plus {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  color: var(--theme-color1);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .features-block-style1 .icon-plus {
    top: 10px;
    right: 10px;
    background: var(--theme-color1);
    color: #fff;
  }
}