/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* Bricks editor panel custom group icon */
/* Custom icon for your group in Bricks panel */
.bricks-panel .bricks-control-group.my-custom-animation-icon::before {
    content: "\f109"; /* Dashicons unicode example */
    font-family: 'Dashicons';
    color: #ff6600;
    font-size: 16px;
    margin-right: 6px;
}

/* Optional: style the group container */
.bricks-panel .bricks-control-group.my-custom-animation-icon {
    background-color: #1e1e1e;
    border-radius: 6px;
    padding: 8px 10px;
}


/* Extension css */

.aab-anim-reveal-line{
  overflow: hidden;
}

/* 3D Spin wrapper */
.aab-spin-wrapper {
  position: relative;
  perspective: 600px;
  overflow: visible;
}
.aab-spin-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

.aab_animation_text_invert {
  --text-color: 0, 0%, 0%;
}
.aab_animation_text_invert .aab_invert_line {
  background-image: linear-gradient(to right, hsla(var(--text-color), 1) 50%, hsla(var(--text-color), 0.3) 50%) !important;
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}


.wcf-image-hover {
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: -50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}



.bricks-panel [data-control-group="aab_animation_control_group"],
.bricks-panel [data-control-group="wealcoder-aab-image-reveal-on-hover-group"],
.bricks-panel [data-control-group="aab_animation_parallax_effect_group"],
.bricks-panel [data-control-group="aab_image_animation_group"],
.bricks-panel [data-control-group="zz3_che5x_cnt_group"],
.bricks-panel [data-control-group="aab_cursor_hover_effect_group"],
.bricks-panel [data-control-group="aab_tilt_effect_group"],
.bricks-panel [data-control-group="aab_pin_area_control_group"],
.bricks-panel [data-control-group="aab_cursor_move_effect_group"],
.bricks-panel [data-control-group="aab_horizontal_scroll_group"],
.bricks-panel [data-control-group="aab_text_animation"],
.bricks-panel [data-control-group="aab_wrapper_link_group"],
.bricks-panel [data-control-group="aab_advanced_tooltip_gr_content"],
.bricks-panel [data-control-group="aab_scrollto_group"]{
	border-left: 3px solid #ff5a1f;
}


[data-image_reveal] {
  position: relative;
}


/* Start marker */
.gsap-marker-start {
  background: #00ff88 !important;
  color: #000 !important;
  font-size: 12px !important;
  padding: 4px 6px !important;
  border-radius: 4px !important;
}

/* End marker */
.gsap-marker-end {
  background: #ff0066 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 4px 6px !important;
  border-radius: 4px !important;
}

/* Scroller start */
.gsap-marker-scroller-start {
  background: #0077ff !important;
  color: #fff !important;
}

/* Scroller end */
.gsap-marker-scroller-end {
  background: #ffaa00 !important;
  color: #000 !important;
}



/* cursor settings */
.aab-cursor {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #000;
  z-index: 999;
  transition: 0.15s;
}

.aab-cursor-follower {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 999;
}



/* .aab-scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.aab-scroll-to-top svg {
  width: 1em;
  height: 1em;
}
.aab-scroll-to-top.show-scroll-to-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.aab-scroll-to-top.scroll-to-circle {
  border-radius: 100%;
}
.aab-scroll-to-top svg.progress-circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.aab-scroll-to-top svg.progress-circle path {
  fill: none;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
} */


/* settings - scroll to tops */

.aab-scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.aab-scroll-to-top svg {
  width: 1em;
  height: 1em;
}
.aab-scroll-to-top.show-scroll-to-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.aab-scroll-to-top.scroll-to-circle {
  border-radius: 100%;
}
.aab-scroll-to-top svg.progress-circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.aab-scroll-to-top svg.progress-circle path {
  fill: none;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* settings - scroll indicator */

.aab-scroll-indicator {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 8px;
  background: #ccc;
}
.aab-scroll-indicator .indicator-bar {
  height: 100%;
  background: #000000;
  width: 0%;
  transition: all 0.2s linear;
}
.aab-scroll-indicator.scroll-indicator-top {
  top: 0;
}
.aab-scroll-indicator.scroll-indicator-bottom {
  bottom: 0;
}