/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Spider Elements

@Default Styles
Table of Content:
01/ Revel Animation
02/ Features Box


=====================================================================*/
.spe-reveal-anim-text .elementor-heading-title {
  visibility: hidden;
}
.spe-reveal-anim-text .elementor-heading-title .line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.spe-features-box-enable {
  transition: all 0.5s ease-in-out;
}
.spe-features-box-enable .elementor-widget-wrap.elementor-element-populated {
  transition: all 0.5s ease-in-out;
  background-size: 100% 444px;
  background-position: 0 -50%;
}
.spe-features-box-enable .wrapper_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999;
  color: #fff;
}
.spe-features-box-enable:hover {
  transform: scale(1.01, 1.01);
}
.spe-features-box-enable:hover .elementor-widget-wrap.elementor-element-populated {
  background-position: 0 0;
}
.spe-features-box-enable:hover .wrapper_icon {
  right: 5px;
  background: purple;
}

/*# sourceMappingURL=extension.css.map */
