/* Gdoop Smoke Animation Styles */
.hero-content {
  position: relative;
}

#gdoop-smoke-canvas {
  position: absolute;
  top: -20%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
  background: transparent;
}

.hero-content h1,
.page-wrapper {
  position: relative;
  z-index: 2;
}
