/*----------------------------------------------------
@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/ Heading Highlighted
02/ Badge


=====================================================================*/
.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;
}

/*============= Badge Label ===============*/
.wrapper_badge_text .badge_text {
  overflow: hidden;
  position: absolute;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--e-global-color-accent);
  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;
}

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