/*
Theme Name: Deepvelop Theme
Description: Custom Deepvelop theme
Author: Deepvelop
Author URI: https://deepvelop.nl/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-title.shifted h1 span:first-of-type {
  margin-left: -6.5rem;
}
.fusion-title.shifted h1 span:last-of-type {
  margin-left: 6.5rem;
}

.custom-seperator {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: white;
}

.info-circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-circle-container .info-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #ef7e25;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.info-circle-container .info-circle p {
  margin: 0;
}
.info-circle-container .info-circle p.text {
  font-size: 38px;
  font-weight: 800;
}
.info-circle-container .info-circle p.text.long {
  font-size: 26px;
}
.info-circle-container .info-circle p.small-text {
  margin-top: -0.5rem;
  font-size: 12px;
}
.info-circle-container p.detail {
  font-weight: 800;
  font-size: 18px;
  margin-top: 0.5rem;
}

.waves {
  background-image: url(/wp-content/uploads/2024/09/waves.svg) !important;
}

.banner-coach {
  width: 40vh !important;
  bottom: -25% !important;
  left: 50% !important;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 50px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .banner {
    margin-top: -60px !important;
  }
  .banner-coach {
    bottom: -20% !important;
    width: 40vh !important;
  }
  .bannertitle h1 {
    font-size: 50px !important;
  }
  .bannersubtitle h2 {
    font-size: 20px !important;
  }
  .fusion-title.shifted h1 {
    font-size: 40px !important;
  }
  .fusion-title.shifted h1 span:first-of-type {
    margin-left: -3.5rem;
  }
  .fusion-title.shifted h1 span:last-of-type {
    margin-left: 3.5rem;
  }
}
.bottom-shape::before {
  content: "";
  width: 100%;
  background: #051C2F;
  position: absolute;
  bottom: 0;
  height: 25%;
  transform: translateY(1px);
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
}/*# sourceMappingURL=style.css.map */