.features-block-style1 {
  margin-bottom: 30px;
}
.features-block-style1 .inner-box {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.features-block-style1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.features-block-style1 .inner-box:hover .image-box .info-box {
  opacity: 1;
  visibility: visible;
}
.features-block-style1 .inner-box:hover .image-box .info-box:before {
  transform: scale(1);
}
.features-block-style1 .inner-box:hover .image-box .info-box .icon {
  top: 0;
  opacity: 1;
  transition-delay: 200ms;
}
.features-block-style1 .inner-box:hover .image-box .info-box .features-title {
  top: 0;
  opacity: 1;
  transition-delay: 400ms;
}
.features-block-style1 .inner-box:hover .image-box .info-box .features-details {
  top: 0;
  opacity: 1;
  transition-delay: 600ms;
}
.features-block-style1 .inner-box:hover .image-box .btn-view-details {
  opacity: 1;
  transform: scale(1);
  transition-delay: 800ms;
}
.features-block-style1 .inner-box .image-box {
  position: relative;
}
.features-block-style1 .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 300px;
}
.features-block-style1 .inner-box .image-box .image:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 20px solid #fff;
  border-radius: 300px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .image:before {
    border: 10px solid #fff;
  }
}
.features-block-style1 .inner-box .image-box .image img {
  transform: scale(1);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .image-box .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  padding: 55px 75px;
  visibility: hidden;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box .image-box .info-box {
    padding: 20px 35px;
  }
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .info-box {
    padding: 55px 60px;
  }
}
.features-block-style1 .inner-box .image-box .info-box:before {
  position: absolute;
  content: "";
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  opacity: 0.8;
  border-radius: 300px;
  background-color: var(--theme-color1);
  transform: scale(0.8);
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box .image-box .info-box:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.features-block-style1 .inner-box .image-box .info-box .icon {
  position: relative;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  top: 20px;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .info-box .icon {
    font-size: 62px;
  }
}
.features-block-style1 .inner-box .image-box .info-box .features-title {
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  top: 20px;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 9;
}
.features-block-style1 .inner-box .image-box .info-box .features-title a:hover, .features-block-style1 .inner-box .image-box .info-box .features-title a:focus {
  color: #fff;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .info-box .features-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.features-block-style1 .inner-box .image-box .info-box .features-details {
  position: relative;
  color: #fff;
  margin-bottom: 35px;
  top: 20px;
  opacity: 0;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .image-box .btn-view-details {
  z-index: 9;
  opacity: 0;
  transform: scale(0);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .image-box .theme-btn {
  background-color: #fff;
  color: var(--theme-color2);
  padding: 14px 56px;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .theme-btn {
    padding: 12px 40px 9px;
    line-height: 20px;
  }
}
.features-block-style1 .inner-box .image-box .theme-btn:before {
  background-color: var(--theme-color2);
}
.features-block-style1 .inner-box .image-box .theme-btn:hover {
  color: #fff;
}