body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Comfortaa", cursive;
}

.container-fluid {
  padding: 2% 5%;
}

.btn-primary {
  background: #9600FD;
  border: 1px solid #9600FD;
  border-radius: 3px;
  font-weight: 600;
}
.btn-primary:hover {
  border: 1px solid #9600FD;
  background: none;
}

h1, h2, h3, h4, h5, h6, a, .btn {
  font-family: "Lato", sans-serif;
}

.title-above {
  text-transform: uppercase;
  font-family: "Comfortaa", cursive;
  color: rgba(255, 255, 255, 0.3411764706);
  font-size: 1.2rem;
}

.text-underline {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.text-underline::before {
  background-color: #4f0283;
  border-radius: 4px 4px 4px 4px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 3px;
  width: 100%;
  height: 42%;
}

.text-mark {
  background: -webkit-linear-gradient(135deg, #E400F4, #9600FD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 125%;
}

#heading {
  color: #fff !important;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle closest-corner at center 95%, #55018d, #0c000c 70%) no-repeat;
}
#heading::after, #heading::before {
  content: "";
  position: absolute;
  background: #49004e;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(70px);
  mix-blend-mode: lighten;
  overflow: hidden;
}
#heading::before {
  top: 0;
  right: 0;
  transform: translate(50%, 150%);
}
#heading::after {
  top: 50%;
  left: 0px;
  transform: translate(-50%, -100%);
}
#heading .heading-wrapper {
  min-height: 100vh;
}
#heading .heading-wrapper .heading-content .header-heading {
  font-weight: 900;
  font-size: 4rem;
}
#heading .heading-wrapper .heading-content .heading-description {
  color: rgba(255, 255, 255, 0.7803921569);
  font-size: 1.15rem;
  padding: 5% 0;
}
#heading .heading-wrapper .heading-content .heading-buttons {
  font-size: 1.5rem;
}
#heading .heading-wrapper .heading-content .heading-buttons .btn-primary {
  margin-right: 5%;
}
#heading .heading-wrapper .heading-content .heading-buttons .btn-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8901960784);
}
#heading .heading-wrapper .heading-content .heading-img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .image-box {
    display: none !important;
  }
  .header-heading {
    font-weight: 900;
    font-size: 2rem !important;
  }
}/*# sourceMappingURL=index.css.map */