/* alfuix & bootstrap variables*/
:root {
  --bs-body-color:#fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #000e23;
  --bs-body-bg-rgb: 0, 14, 35;
  --teal: #2aa89b;
  --gold: #d4b872;
  --red: #e55c5c;
  --purple-1: #a78bfa;
  --purple-2: #5b21b6;
}

.nav {
  --bs-nav-link-color:rgba(255, 255, 255, 0.35);
}

.nav-pills {
  --bs-nav-pills-link-active-color: #050505;
}

/* Global styles */
#particle-canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}

.marquee {
  flex-shrink: 0;
  overflow: clip;
}
.marquee-mask {
  overflow: clip;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  gap: 24px;
  width: max-content;
  color: rgba(255, 255, 255, 0.55);
  animation: marquee-scroll 26s linear infinite;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.al-fui-tabs-nav {
  max-width: 466px;
  margin-bottom: -29px;
}
.al-fui-tabs-body {
  --al-t-center: 179px;
  --al-t-extend: 139px;
  --al-t: 34px;
}

@media (min-width: 992px) {
  .desktop-nav {
    display: flex;
  }
  .mobile-bottom-nav {
    display: none !important;
  }
  .tab-content .tab-pane {
    display: none !important;
  }
  .tab-content .tab-pane.show.active {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  header {
    background: var(--bs-body-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .desktop-nav {
    display: none;
  }
  /* Allow content to expand on mobile */
  .al-fui-tabs-body {
    height: auto !important;
    min-height: auto !important;
  }
}
.mobile-bottom-nav .nav-link.active {
  color: #1a1a1a;
  font-weight: 600;
}

#pills-my-work, #pills-my-products, #pills-about-me {
  scroll-margin-top: 100px;
}

@media (max-width: 991.98px) {
  #pills-my-work, #pills-my-products, #pills-about-me {
    scroll-margin-top: 220px;
  }
}
.fui-root-orb {
  z-index: 2;
}
.fui-root-orb-wrapper {
  background: radial-gradient(circle, rgba(42, 168, 155, 0.1) 0%, transparent 70%);
}
.fui-root-pulse {
  border: 3px dashed rgba(var(--bs-primary-rgb), 0.35);
  animation: fui-spin 10s linear infinite;
}
.fui-card-graph {
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.fui-card-graph:hover:not(.active) {
  transform: translateX(5px);
  background: linear-gradient(90deg, rgba(253, 181, 0, 0.27) 0%, #141f23 100%);
}
.fui-card-graph.active {
  background: linear-gradient(90deg, rgba(253, 181, 0, 0.27) 0%, #141f23 100%);
  transform: scale(1.05) translateX(10px);
}
@media (max-width: 991.98px) {
  .fui-card-graph.active {
    transform: scale(1.03) translateY(-2px);
  }
}
.fui-node {
  opacity: 0;
}
.fui-path-line {
  fill: none;
  stroke-width: 1.5;
  opacity: 0.6;
}
.fui-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .fui-connections {
    display: block;
  }
}
.fui-l2-panel {
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100% !important;
}
.fui-l1-slider-track {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 8px 4px 12px 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.fui-l1-slider-track::-webkit-scrollbar {
  height: 4px;
}
.fui-l1-slider-track::-webkit-scrollbar-track {
  background: rgba(var(--bs-primary-rgb), 0.05);
}
.fui-l1-slider-track::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-primary-rgb), 0.3);
  border-radius: 4px;
}
@media (min-width: 992px) {
  .fui-l1-slider-track {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    scroll-snap-type: none;
    gap: 16px;
  }
}

@keyframes fui-spin {
  100% {
    transform: rotate(360deg);
  }
}
.fui-graph-widget .fui-graph-row {
  flex-direction: column;
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-graph-row {
    flex-direction: row;
  }
}
.fui-graph-widget .fui-col-l1,
.fui-graph-widget .fui-col-l2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-col-l1,
  .fui-graph-widget .fui-col-l2 {
    width: 170px;
    min-height: 480px;
  }
}
@media (max-width: 991.98px) {
  .fui-graph-widget .fui-col-l1 {
    max-width: 100vw;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-col-l2 {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .fui-graph-widget .fui-col-l1 .fui-card-graph {
    flex: 0 0 auto;
    width: 170px !important;
    scroll-snap-align: start;
  }
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-col-l1 .fui-card-graph {
    width: 100% !important;
  }
}
.fui-graph-widget .fui-col-l2 .fui-l2-node {
  width: 100% !important;
}
.fui-graph-widget .fui-root-orb-wrapper {
  width: 110px;
  height: 110px;
}
@media (min-width: 576px) {
  .fui-graph-widget .fui-root-orb-wrapper {
    width: 140px;
    height: 140px;
  }
}
.fui-graph-widget .fui-root-pulse {
  width: 80px;
  height: 80px;
}
@media (min-width: 576px) {
  .fui-graph-widget .fui-root-pulse {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-root-pulse {
    width: 120px;
    height: 120px;
  }
}
.fui-graph-widget .fui-root-orb {
  width: 64px;
  height: 64px;
}
@media (min-width: 576px) {
  .fui-graph-widget .fui-root-orb {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .fui-graph-widget .fui-root-orb {
    width: 100px;
    height: 100px;
  }
}

.fui-bg-layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .fui-bg-layers {
    display: none;
  }
  .fui-bg-layers.fui-active {
    display: block;
  }
}
.fui-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(var(--bs-primary-rgb), 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.04) 1px, transparent 1px);
  background-size: clamp(28px, 4vw, 54px) clamp(28px, 4vw, 54px);
  mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, #000 25%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, #000 25%, transparent 82%);
}
@media (max-width: 767px) {
  .fui-grid-bg {
    background-size: 22px 22px;
  }
}
.fui-radial-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(80vmin, 720px);
  height: min(80vmin, 720px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(var(--bs-info-rgb), 0.18) 0%, rgba(var(--bs-info-rgb), 0.06) 34%, transparent 66%);
  filter: blur(20px);
}
.fui-vignette {
  position: absolute;
  inset: 0;
}
.fui-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 180px);
  min-height: clamp(380px, 65vmin, 700px);
}
@media (max-width: 1023px) {
  .fui-stage {
    display: none;
    height: 55vh;
    min-height: clamp(350px, 70vmin, 560px);
    padding: 0;
  }
  .fui-stage.fui-active {
    display: flex !important;
  }
}
.fui-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.fui-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(70vmin, 600px);
  height: min(70vmin, 600px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: fui-sweep 7s linear infinite;
  mask-image: radial-gradient(circle, transparent 40%, #000 42%, #000 49%, transparent 51%);
  -webkit-mask-image: radial-gradient(circle, transparent 40%, #000 42%, #000 49%, transparent 51%);
}
.fui-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fui-core img {
  display: block;
  width: clamp(36px, 6vmin, 50px);
  height: auto;
  filter: drop-shadow(0 0 16px var(--bs-primary));
}
.fui-node-img {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(60px, 9vmin, 128px);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(var(--bs-black-rgb), 0.5), 0 0 0 1px rgba(var(--bs-primary-rgb), 0.2);
  -webkit-user-drag: none;
  user-select: none;
  will-change: transform, opacity;
  transition: box-shadow 0.3s, filter 0.3s;
}
.fui-node-img img {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  -webkit-user-drag: none;
  pointer-events: none;
}
.fui-node-img:hover {
  box-shadow: 0 12px 40px rgba(var(--bs-success-rgb), 0.25), 0 0 0 1px var(--bs-primary);
  filter: brightness(1.15);
}
.fui-view-btn.active {
  --al-inlay-bg: rgba(var(--bs-primary-rgb), 0.75) !important;
  --al-border-bg: rgba(var(--bs-primary-rgb), 0.75) !important;
  color: var(--bs-dark);
}
.fui-view-panel-hidden {
  display: none !important;
}

#fui-sphere {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}
#fui-sphere.fui-dragging {
  cursor: grabbing;
}

@keyframes fui-sweep {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fui-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fui-spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fui-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes fui-load-progress {
  0% {
    width: 0%;
  }
  25% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fui-blink {
  0%, 100% {
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(var(--bs-success-rgb, 0, 255, 65), 0.5);
  }
  50% {
    opacity: 0.3;
    text-shadow: none;
  }
}
#fui-global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-body-bg);
  color: var(--bs-success, #59ffc0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s step-end;
}
#fui-global-loader.fui-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#fui-global-loader.fui-loaded .fui-hud-loader {
  transform: scale(1.1);
}

.fui-hud-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: var(--bs-font-monospace, "Courier New", Courier, monospace);
  transform: scale(1.2);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* SVG Icon Styles and Animations */
}
.fui-hud-loader .fui-sci-fi-svg {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 0 8px rgba(var(--bs-success-rgb, 0, 255, 65), 0.6));
}
.fui-hud-loader .fui-sci-fi-svg [stroke="#59ffc0"] {
  stroke: var(--bs-success, #59ffc0);
}
.fui-hud-loader .fui-sci-fi-svg [fill="#59ffc0"] {
  fill: var(--bs-success, #59ffc0);
}
.fui-hud-loader .fui-sci-fi-svg [fill="rgba(0, 255, 65, 0.15)"] {
  fill: rgba(var(--bs-success-rgb, 0, 255, 65), 0.15);
}
.fui-hud-loader .fui-sci-fi-svg .fui-center-icon {
  transform-origin: 50px 50px;
}
.fui-hud-loader .fui-spin-slow {
  transform-origin: 50px 50px;
  animation: fui-spin 6s linear infinite;
}
.fui-hud-loader .fui-spin-reverse-fast {
  transform-origin: 50px 50px;
  animation: fui-spin-reverse 3s linear infinite;
}
.fui-hud-loader .fui-pulse-core {
  transform-origin: 50px 50px;
  animation: fui-pulse 1.5s ease-in-out infinite alternate;
}
.fui-hud-loader {
  /* Progress bar styles */
}
.fui-hud-loader .fui-small-track {
  width: 140px;
  height: 2px;
  background: rgba(var(--bs-success-rgb, 0, 255, 65), 0.15);
  position: relative;
  overflow: hidden;
}
.fui-hud-loader .fui-small-fill {
  height: 100%;
  width: 0%;
  background: var(--bs-success, #59ffc0);
  box-shadow: 0 0 8px var(--bs-success, #59ffc0);
  animation: fui-load-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.fui-hud-loader {
  /* Status text */
}
.fui-hud-loader .fui-status-text {
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
  animation: fui-blink 2.5s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .fui-hud-loader {
    transform: scale(1.2) !important;
  }
  .fui-hud-loader .fui-spin-slow,
  .fui-hud-loader .fui-spin-reverse-fast,
  .fui-hud-loader .fui-pulse-core,
  .fui-hud-loader .fui-small-fill,
  .fui-hud-loader .fui-status-text {
    animation: none !important;
  }
  .fui-hud-loader .fui-small-fill {
    width: 100% !important;
  }
  .fui-hud-loader .fui-status-text {
    opacity: 1;
  }
}
/* pages */
/* plugins */
/* developer overrides */

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