.features-block-style1 {
  margin-bottom: 30px;
}
.features-block-style1 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 20px 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0px 76px rgba(0, 0, 0, 0.28);
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box {
    padding: 20px 10px 35px 20px;
  }
}
@media (max-width: 767.98px) {
  .features-block-style1 .inner-box {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box {
    flex-direction: column;
    padding: 40px 20px;
    justify-content: center;
    text-align: center;
  }
}
.features-block-style1 .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  height: 100%;
  background-color: var(--theme-color1);
  transform: skewX(-30deg);
  transform-origin: top right;
  transition: all 400ms ease;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box:before {
    width: 0;
    transform: none;
    transform-origin: none;
  }
}
.features-block-style1 .inner-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color1-darker);
  transform: skewX(-30deg);
  transform-origin: top right;
  transition: all 400ms ease;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box:after {
    width: 0;
    transform: none;
    transform-origin: none;
  }
}
.features-block-style1 .inner-box:hover::before {
  width: 180%;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box:hover::before {
    width: 200%;
  }
}
.features-block-style1 .inner-box:hover::after {
  width: 127px;
}
.features-block-style1 .inner-box:hover .content:after {
  width: 200px;
}
.features-block-style1 .inner-box:hover .content .features-title,
.features-block-style1 .inner-box:hover .content .features-details {
  color: #fff;
}
.features-block-style1 .inner-box:hover i {
  transform: scaleX(-1);
}
.features-block-style1 .inner-box .content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background-color: #f5f5f5;
  transform: skewX(50deg);
  transform-origin: bottom right;
  transition: all 400ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .content:before {
    width: 0;
    transform: none;
    transform-origin: none;
  }
}
.features-block-style1 .inner-box .content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color2);
  opacity: 0.1;
  transform: skewX(50deg);
  transform-origin: bottom right;
  transition: all 400ms ease;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .content:after {
    width: 0;
    transform: none;
    transform-origin: none;
  }
}
.features-block-style1 .inner-box .features-title {
  position: relative;
  margin-bottom: 8px;
  z-index: 3;
}
.features-block-style1 .inner-box .features-details {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box i {
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 50%;
  margin-right: 25px;
  color: var(--theme-color1);
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.features-block-style1 .inner-box i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dashed var(--theme-color1);
  background-color: #fff;
  z-index: -1;
  transition: all 300ms ease;
}