/**
* Block Name: hero_home
*/

section.hero_home .text_container {
  min-height: 750px;
  position: relative;
  top: 96px;
}

section.hero_home .text_content {
  position: absolute;
}

section.hero_home .text_container .text_content:hover .btn-primary {
  color: #4aa7ff69;
}

section.hero_home .text_container .text_content:hover .btn-primary svg {
  opacity: 0.38;
  transform: translateX(5px);
}

section.hero_home .spline_container {
  position: absolute;
  height: 750px;
  width: 770px;
  right: 0;
  bottom: -100px;
}

section.hero_home spline-viewer {
  width: 100%;
  height: 100%;
  display: block;
}

/***************************************************
 * Generated by SVG Artista on 8/21/2023, 8:03:30 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

section.hero_home svg.hat {
  position: absolute;
  z-index: 1;
  top: 165px;
  right: 55px;
  transition: opacity 700ms ease-in-out;
}

section.hero_home svg .svg-elem-1 {
  stroke-dashoffset: 1452.3759765625px;
  stroke-dasharray: 1452.3759765625px;
  -webkit-transition: stroke-dashoffset 2s cubic-bezier(0.39, 0.575, 0.565, 1)
    0s;
  transition: stroke-dashoffset 2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

section.hero_home svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}



@media (min-width: 993px) {
  section.hero_home .text_content {
    max-width: 640px;
    top: 30%;
  }
}

@media (max-width: 992px) {
  section.hero_home {
    height: 100%;
    min-height: 1100px;
  }

  section.hero_home spline-viewer {
    transform: scale(1);
    position: relative;
  }

  section.hero_home .spline_container {
    position: relative;
    right: 55px;
    height: 500px;
    width: 100vw;
    bottom: -40px;
  }

  svg.hat {
    transform: scale(0.7);
    top: 15%;
    right: 40px;
  }

  section.hero_home .text_content {
    transform: translateY(50px);
    max-width: 90vw;
  }

  section.hero_home .text_container {
    min-height: auto;
    height: 350px;
    background: none;
    top: 0;
  }

  section.hero_home .text_container .text_content h1 {
    font-size: 45px;
  }
}

