/*----------------------------------------------------
@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/ Features Box


=====================================================================*/
.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;
}

/*============= Badge Label ===============*/
.wrapper_badge_text .badge_text {
  overflow: hidden;
  position: absolute;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #31795A;
  left: 0;
  top: 35px;
  padding: 0 12px 0 20px;
  z-index: 1;
}
.wrapper_badge_text .badge_text .badge-element.before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #D2F34C;
  top: 0;
  left: -2px;
  z-index: -1;
  transform: skew(-25deg);
}
.wrapper_badge_text .badge_text .badge-element.after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #D2F34C;
  bottom: 0;
  left: -2px;
  z-index: -1;
  transform: skew(25deg);
}
.wrapper_badge_text > [data-element_type=container] {
  width: max-content;
}

.spe-reveal-anim-text .elementor-heading-title {
  visibility: hidden;
}
.spe-reveal-anim-text .elementor-heading-title .line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.spe-highlighted-text-bg .elementor-heading-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.spe-highlighted-text-bg .elementor-heading-title span::after {
  content: "";
  height: 37%;
  width: 101%;
  background: #ef4953;
  left: 50%;
  transform: translateX(-50%) scaleY(1);
  transform-origin: bottom;
  position: absolute;
  z-index: -1;
  bottom: 10px;
  transition: transform 0.7s linear;
  transition-delay: 0.7s;
}

/*# sourceMappingURL=extension.css.map */
