:root {
  --color-bg: #252a33;
  --color-text: #eee;
  --color-text-subtle: #a2a2a2;
  --radius: 300px;
  --heading-blur: 10px;
  --text-delay: 1.2s;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

#particles-js canvas {
  position: absolute;
}

.mission-card {
  border-radius: 0.875rem;
  background: linear-gradient(20deg, #B1A2F0 0%, #7C65E5 50%, #016d79 100%);
  background-size: 100% 200%;
  border: 1px solid rgba(194, 184, 237, 0.51);
  -webkit-box-shadow: 0px 20px 65px rgba(25, 62, 67, 0.4);
  box-shadow: 0 20px 65px rgba(25, 62, 67, 0.4);
  padding: 2.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  width: 100%;
}
.mission-card:hover {
  background: linear-gradient(20deg, #B1A2F0 0%, #7C65E5 100%);
}

[data-termynal] {
  width: 750px;
  max-width: 100%;
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 18px;
  font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  border-radius: 4px;
  padding: 75px 45px 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-termynal]:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* A little hack to display the window buttons in one pseudo element. */
  background: #d9515d;
  -webkit-box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
  box-shadow: 25px 0 0 #f4c025, 50px 0 0 #3ec930;
}

[data-ty] {
  display: block;
  line-height: 2;
}

[data-ty]:before {
  /* Set up defaults and ensure empty lines are displayed. */
  content: "";
  display: inline-block;
  vertical-align: middle;
}

[data-ty=input]:before,
[data-ty-prompt]:before {
  margin-right: 0.75em;
  color: var(--color-text-subtle);
}

[data-ty=input]:before {
  content: "$";
}

[data-ty][data-ty-prompt]:before {
  content: attr(data-ty-prompt);
}

[data-ty-cursor]:after {
  content: attr(data-ty-cursor);
  font-family: monospace;
  margin-left: 0.5em;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

/* Cursor animation */
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.cursor {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  mix-blend-mode: difference;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.cursor--active {
  opacity: 1;
}

.nb-scroll-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9990;
  transition: transform 0.28s ease, opacity 0.28s ease;
  will-change: transform;
}

.nb-scroll-header--hidden {
  transform: translateY(-100%);
  opacity: 0;
}

body.nb-scroll-header-enabled {
  padding-top: var(--nb-header-offset, 0px);
}
body.nb-scroll-header-enabled .elementor-sticky--active {
  background: rgba(255, 255, 255, 0.89) !important;
  box-shadow: 0 8px 18px -16px rgba(0, 0, 0, 0.28);
}
body.nb-scroll-header-enabled .nb-scroll-header--visible {
  position: fixed;
}
body.nb-scroll-header-enabled .nb-scroll-header--visible .elementor-sticky--active {
  background: rgba(255, 255, 255, 0.89) !important;
  box-shadow: 0 8px 18px -16px rgba(0, 0, 0, 0.28);
}
body.nb-scroll-header-enabled .nb-scroll-header--at-top {
  position: relative;
}
.img-box-home h4:before {
  color: #E2BE79;
}
.img-box-home figure {
  position: absolute;
  left: 40%;
  top: -150%;
  width: 200px !important;
  height: 200px !important;
  transition: all 0.7s ease-in-out;
  transform: scale(1);
  opacity: 0;
  z-index: 1;
  display: none !important;
}
.img-box-home .elementor-image-box-content {
  z-index: 2;
  transition: all 0.7s ease-in-out;
}
.img-box-home .elementor-image-box-wrapper:hover {
  border-color: #cecece;
}
.img-box-home .elementor-image-box-wrapper:hover figure {
  max-width: 200px !important;
  max-height: 200px !important;
  left: 40%;
  transform: scale(1.1);
  top: 0;
  opacity: 0.5;
}
.img-box-home .elementor-image-box-wrapper:hover .elementor-image-box-content {
  padding-left: 10px;
}

/* Heading Animtion */
.elementor-widget-heading {
  filter: blur(var(--heading-blur));
  opacity: 0.75;
  transition: filter 2s ease-in-out 0.5s, opacity 2s ease-in-out 0.5s;
}

.elementor-widget-heading.is-visible {
  filter: blur(0);
  opacity: 1;
}

body.elementor-editor-active .elementor-widget-heading,
body.elementor-editor-preview .elementor-widget-heading {
  filter: blur(0);
  opacity: 1;
  transition: none;
}

/*# sourceMappingURL=main.css.map */
