.features-block-style1 {
  margin-bottom: 30px;
}
.features-block-style1 .inner-box {
  position: relative;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.features-block-style1 .inner-box:hover::before {
  height: 100%;
}
.features-block-style1 .inner-box:hover .caption-box {
  opacity: 0;
}
.features-block-style1 .inner-box:hover .caption-box .icon {
  transform: translate(0%, -100px);
  opacity: 0;
}
.features-block-style1 .inner-box:hover .hover-content {
  opacity: 1;
}
.features-block-style1 .inner-box:hover .hover-content .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
.features-block-style1 .inner-box:hover .hover-content .features-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 450ms;
}
.features-block-style1 .inner-box:hover .hover-content .features-details {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 550ms;
}
.features-block-style1 .inner-box:hover .image-box .features-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.features-block-style1 .inner-box .image-box {
  position: relative;
}
.features-block-style1 .inner-box .image-box .features-featured-img {
  margin-bottom: 0;
  height: 100%;
}
.features-block-style1 .inner-box .image-box .features-featured-img img {
  width: 100%;
  height: 100%;
  min-height: 335px;
  max-height: 400px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .icon {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 105px;
  height: 105px;
  font-size: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gradient-1);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .features-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .caption-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .caption-box .features-title {
  position: absolute;
  margin-top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  line-height: 30px;
}
.features-block-style1 .inner-box .caption-box .features-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  background: var(--gradient-1);
  transition: all 300ms ease;
  content: "";
  z-index: -1;
}
.features-block-style1 .inner-box .caption-box .features-title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 109px;
  height: 112px;
  background-image: url(../../../images/current-theme/icon-lines-11.png);
  content: "";
}
.features-block-style1 .inner-box .caption-box .features-title span {
  position: relative;
}
.features-block-style1 .inner-box .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 40px 25px 30px;
  z-index: 2;
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box .hover-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.features-block-style1 .inner-box .hover-content:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-2);
  content: "";
  opacity: 0.8;
}
.features-block-style1 .inner-box .hover-content::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../../../images/current-theme/icon-lines-11.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.features-block-style1 .inner-box .hover-content .icon {
  position: relative;
  top: 0;
  opacity: 0;
  color: var(--theme-color1);
  background: #fff;
  margin-bottom: 18px;
  transform: translateY(20px);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .hover-content .features-title {
  margin-top: 0;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .hover-content .features-title a:hover,
.features-block-style1 .inner-box .hover-content .features-title a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.features-block-style1 .inner-box .hover-content .features-details {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 300ms ease;
}