@charset "UTF-8";
/*------------------------>>> Poppins <*/
@font-face {
  font-family: "Devtrix-Text";
  src: url("../assets/fonts/Poppins-Light.woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Text";
  src: url("../assets/fonts/Poppins-Regular.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Text";
  src: url("../assets/fonts/Poppins-Medium.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Text";
  src: url("../assets/fonts/Poppins-SemiBold.woff2");
  font-weight: 600;
  font-display: swap;
}
/*------------------------>>> Oswald <*/
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-ExtraLight.woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-Light.woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-Regular.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-Medium.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-SemiBold.woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Devtrix-Heading";
  src: url("../assets/fonts/Oswald-Bold.woff2");
  font-weight: 700;
  font-display: swap;
}
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritance in all browsers (opinionated).
   */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
   * 1. Use the default cursor in all browsers (opinionated).
   * 2. Change the line height in all browsers (opinionated).
   * 3. Breaks words to prevent overflow in all browsers (opinionated).
   * 4. Use a 4-space tab width in all browsers (opinionated).
   * 5. Remove the grey highlight on links in iOS (opinionated).
   * 6. Prevent adjustments of font size after orientation changes in iOS.
   */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 6 */
}

/* Sections
   * ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
:where(body) {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Edge, Firefox, and Safari.
   */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   * ========================================================================== */
/**
   * Remove the margin on nested lists in Chrome, Edge, and Safari.
   */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
   * 1. Correct the inheritance of border color in Firefox.
   * 2. Add the correct box sizing in Firefox.
   */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
   * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
   */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   * 3. Prevent overflow of the container in all browsers (opinionated).
   */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
   * ========================================================================== */
/**
   * Add the correct text decoration in Safari.
   */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
:where(b, strong) {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
:where(small) {
  font-size: 80%;
}

/* Embedded content
   * ========================================================================== */
/*
   * Change the alignment on media elements in all browsers (opinionated).
   */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
   * Remove the border on iframes in all browsers (opinionated).
   */
:where(iframe) {
  border-style: none;
}

/**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
   * ========================================================================== */
/**
   * 1. Collapse border spacing in all browsers (opinionated).
   * 2. Correct table border color in Chrome, Edge, and Safari.
   * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
   */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
   * ========================================================================== */
/**
   * Remove the margin on controls in Safari.
   */
:where(button, input, select) {
  margin: 0;
}

/**
   * Correct the inability to style buttons in iOS and Safari.
   */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/**
   * Change the inconsistent appearance in all browsers (opinionated).
   */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
   * Add the correct vertical alignment in Chrome, Edge, and Firefox.
   */
:where(progress) {
  vertical-align: baseline;
}

/**
   * 1. Remove the margin in Firefox and Safari.
   * 3. Change the resize direction in all browsers (opinionated).
   */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
   * 1. Correct the odd appearance in Chrome, Edge, and Safari.
   * 2. Correct the outline style in Safari.
   */
:where([type=search i]) {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Safari.
   */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
   * Remove the inner padding in Chrome, Edge, and Safari on macOS.
   */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style upload buttons in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   * ========================================================================== */
/*
   * Add the correct styles in Safari.
   */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
   * Add the correct display in Safari.
   */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
   * ========================================================================== */
/**
   * Change the cursor on busy elements in all browsers (opinionated).
   */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements in all browsers (opinionated).
   */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
   * Change the display on visually hidden accessible elements
   * in all browsers (opinionated).
   */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --primary-color: hsl(226, 78%, 68%);
  --secondary-color: hsl(118, 66%, 50%);
  --accent-color: hsl(0, 0%, 25%);
  --text-color: #333;
  --body-bg: hsl(214, 18%, 92%);
  --link-color: #333;
  --transition-1: 0.5s ease-in-out;
  --icon-boxshadow-color: hsl(48, 92%, 53%);
  --card-boxshadow-color: hsl(0, 0%, 85%);
  --border-top: hsl(0, 0%, 86%);
  --text-shadow: hsla(0, 0%, 100%, 0.52);
  --moon-before: linear-gradient(var(--rotate), hsl(226, 78%, 68%), hsl(225, 75%, 56%) 43%, hsl(264, 81.79%, 61.9%));
  --moon-after: linear-gradient(to top, hsl(48, 86%, 51%) 0%, hsla(48, 86%, 51%, 0.1) 25%, hsla(48, 86%, 51%, 0.1) 75%, hsl(48, 86%, 51%) 100%);
  --nav-background: hsla(0, 0%, 96%, 0.129);
  --sphere-bg: linear-gradient(to top, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.5) 25%, hsla(0, 0%, 100%, 0.5) 75%, hsla(0, 0%, 100%, 0) 100%);
}

.dark-mode {
  --primary-color: hsl(226, 78%, 68%);
  --secondary-color: hsl(86, 94%, 57%);
  --accent-color: hsl(0, 0%, 25%);
  --text-color: #eee;
  --body-bg: hsl(0, 0%, 6%);
  --link-color: #eee;
  --icon-boxshadow-color: #fff;
  --card-boxshadow-color: hsla(0, 0%, 100%, 0.149);
  --border-top: hsl(0, 0%, 15%);
  --text-shadow: hsla(0, 0%, 0%, 0.67);
  --moon-before: linear-gradient(var(--rotate), hsl(0, 0%, 0%), hsl(0, 0%, 0%) 43%, hsl(0, 0%, 0%));
  --moon-after: linear-gradient(to top, hsl(288, 84%, 64%) 0%, hsla(225, 75%, 56%, 0.35) 25%, hsla(225, 75%, 56%, 0.35) 75%, hsl(226, 78%, 68%) 100%);
  --nav-background: hsla(0, 0%, 0%, 0.129);
  --sphere-bg: hsl(0, 0%, 6%);
}

* {
  list-style: none;
  text-decoration: none;
  font-family: "Devtrix-Text";
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  position: relative;
  background-color: var(--body-bg);
  cursor: url("/assets/svg/devtrix_curser_2.svg"), auto;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: var(--text-color);
}

a {
  color: var(--link-color);
  font-family: "Devtrix-Text";
  font-weight: 300;
}

.max_width_container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 1400px) {
  .max_width_container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 2560px) {
  .max_width_container {
    max-width: 1700px;
  }
}

.noScroll {
  overflow: hidden;
}

.mouseCircle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.7s ease, opacity 0.7s ease;
  z-index: 999;
}
.mouseCircle.circle_is_hidden {
  opacity: 0;
  transform: translate(calc(-50% - 2rem), calc(-50% - 2rem)) scale(0);
}
.mouseCircle.mouse_get_big {
  transform: translate(-50%, -50%) scale(4);
}
.mouseCircle.mouse_turn_into_border {
  mix-blend-mode: unset;
  background-color: unset;
  border: 3px solid var(--primary-color);
}
@media only screen and (min-width: 1100px) {
  .mouseCircle {
    display: unset;
  }
}

.go_up_btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.1rem solid var(--primary-color);
  scroll-behavior: smooth;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.go_up_btn span {
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.go_up_btn:hover {
  background-color: var(--primary-color);
  box-shadow: var(--primary-color) 0 0 1.3rem;
}
.go_up_btn:hover span {
  color: var(--body-bg);
}

@keyframes arrow-move {
  25% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  45% {
    opacity: 1;
    transform: translateY(1rem);
  }
  65% {
    opacity: 1;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 0;
    transform: translateY(2rem) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes visited-animation {
  0% {
    background-color: hsl(226, 55%, 55%);
  }
  100% {
    background-color: hsl(226, 78%, 68%);
  }
}
@keyframes right-corner {
  0% {
    background-color: hsl(5, 47%, 48%);
  }
  100% {
    background-color: hsl(5, 89%, 63%);
  }
}
@keyframes left-corner {
  0% {
    background-color: hsl(226, 55%, 55%);
  }
  100% {
    background-color: hsl(226, 78%, 68%);
  }
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes moonSpin {
  0% {
    --rotate: 0deg;
    filter: blur(4vh);
  }
  100% {
    --rotate: 360deg;
    filter: blur(6vh);
  }
}
@keyframes cardSpin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(60%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-fade {
  from {
    opacity: 0;
    transform: translateY(-60%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(60%);
  }
}
@keyframes marquee-loop {
  to {
    transform: translateX(calc(-50% - 2rem));
  }
}
@keyframes appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sphereGoUp {
  to {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes navGoDown {
  to {
    top: 0;
  }
}
.calender_header {
  text-align: center;
  margin-top: 5rem;
}
.calender_header h2,
.calender_header h5 {
  text-transform: uppercase;
}
.calender_header h2 {
  font-size: clamp(1.7rem, 1.2vw + 1.4rem, 2.4rem);
}
.calender iframe div[data-id=layout-container] {
  max-width: 100%;
}
@media only screen and (min-width: 1100px) {
  .calender iframe {
    height: 41.5rem;
  }
}
.calender #calendly-placeholder {
  text-align: center !important;
}
.calender #calendly-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 75rem;
  position: relative;
  justify-content: center;
}
@media only screen and (min-width: 1100px) {
  .calender #calendly-container {
    height: 45rem;
  }
}

.nav {
  padding: 0.5rem;
  transition: 0.7s all;
  position: absolute;
  top: -5rem;
  width: 100%;
  z-index: 99;
  animation: navGoDown 1.4s forwards;
}
.nav.fixedNav {
  top: 0;
  position: fixed;
  padding-block: 0.8rem;
  width: 100%;
  transition: 0.7s all;
}
.nav_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--nav-background);
}
.nav_logo {
  z-index: 10;
  margin-right: auto;
}
.nav_logo a {
  position: relative;
  display: block;
  width: 7rem;
}
.nav_logo a svg {
  width: 100%;
  height: 100%;
}
.nav_logo a svg .logo-stroke {
  fill: var(--text-color) !important;
}
.nav_logo a svg .colored {
  fill: var(--primary-color);
}
.nav_content_list {
  position: fixed;
  top: -100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding: 1rem 2rem;
  margin: 0;
  transition: 0.7s all;
  transition-delay: 0.3s;
}
.nav_content_list li {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
}
.nav_content_list li > a {
  position: relative;
  font-weight: 600;
  transform: translateY(5rem);
  transition: all 0.7s;
  text-transform: uppercase;
  z-index: 1;
}
.nav_content_list li > a.visited:before {
  content: "✦";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 1.5rem;
  height: 100%;
  z-index: -1;
  color: var(--primary-color);
}
.nav_content_list.active {
  z-index: 1;
  position: fixed;
  visibility: visible;
  gap: 1rem;
  top: 0;
  background-color: var(--body-bg);
}
.nav_content_list.active a {
  display: block;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.nav .devtrix_btn {
  margin: 0;
  padding: 0 !important;
}
.nav .devtrix_btn a {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  height: auto;
}
.nav .devtrix_btn a span {
  display: none;
  color: #eee;
  font-weight: 600;
}
.nav_toggleMenu {
  position: relative;
  z-index: 9;
  width: 2.4rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.nav_toggleMenu .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 0.1rem;
  transform-origin: center;
  transition: all 0.2s ease;
}
.nav_toggleMenu .line_top {
  top: 0;
  transition: top 0.6s 0s, transform 0.2s 0s;
}
.nav_toggleMenu .line_bottom {
  bottom: 0;
  transition: bottom 0.6s 0s, transform 0.2s 0s;
}
.nav_toggleMenu.open .line_top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: top 0.4s 0s, transform 0.4s 0.4s;
}
.nav_toggleMenu.open .line_bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition: bottom 0.4s 0s, transform 0.4s 0.4s;
}
.nav .theme_toggle {
  background-color: transparent;
  width: 3rem;
  padding: 0.7rem;
  border-radius: 2rem;
  border: none;
}
.nav .theme_toggle_icon {
  display: block;
  position: relative;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 2.5rem;
  background-color: var(--body-bg);
  box-shadow: inset 2rem -2rem var(--icon-boxshadow-color);
  transition: 0.5s all;
  cursor: pointer;
}
.nav .theme_toggle.active .theme_toggle_icon {
  box-shadow: inset 0.5rem -0.3rem var(--icon-boxshadow-color);
}
@media only screen and (max-width: 991px) {
  .nav .theme_toggle {
    order: 3;
  }
  .nav .devtrix_btn {
    order: 4;
  }
  .nav_toggleMenu {
    order: 5;
  }
}
@media only screen and (min-width: 600px) {
  .nav .devtrix_btn a {
    padding: 0.3rem 1rem;
  }
  .nav .devtrix_btn a span {
    display: block;
  }
  .nav_container {
    padding: 0.5rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    padding: 2.5rem 1.5rem;
  }
  .nav_content_list {
    position: relative;
    top: unset;
    flex-direction: row;
    gap: 1.5rem;
    visibility: visible;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .nav_content_list li {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    overflow: visible;
  }
  .nav_content_list li:hover a {
    transform: translateY(-0.3rem);
  }
  .nav_content_list li a {
    transform: none;
  }
  .nav_content_list li a.visited:before {
    left: -1.5rem;
  }
  .nav_content_list li a.visited:after {
    width: calc(100% + 1rem);
  }
  .nav_toggleMenu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nav_container {
    gap: 1.5rem;
  }
  .nav_content_list {
    gap: 2rem;
  }
  .nav_content_list li a.visited:before {
    left: -1.5rem;
  }
  .nav_content_list li a.visited:after {
    width: calc(100% + 2rem);
  }
}

.hero_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}
.hero_container h1 {
  overflow: hidden;
}
.hero_container h1 span {
  display: inline-block;
  font-size: clamp(1.8rem, 4vw + 0.5rem, 7.5rem);
  font-weight: 400;
  font-family: "Devtrix-Heading";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: clamp(0.45rem, 0.5vw + 0.1rem, 1rem);
  transform: translateY(1rem);
  opacity: 0;
  animation: appear 1.5s forwards;
}
.hero_container p {
  font-size: 1.2rem;
  text-align: center;
  text-align: center;
  transform: translateY(-4rem);
  opacity: 0;
  animation: appear 4s forwards;
}
.hero_sphere {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(-85%, 100%);
  width: 100vmin;
  height: 100vmin;
  background: var(--sphere-bg);
  border-radius: 50%;
  animation: sphereGoUp 1.5s forwards;
}
.hero_sphere:before, .hero_sphere:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  border-radius: 50%;
  z-index: -9;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.hero_sphere:before {
  background: var(--moon-before);
  animation: moonSpin 3.5s ease-in-out infinite alternate;
  opacity: 0.7;
}
.hero_sphere:after {
  background: var(--moon-after);
  transform: translate(-50%, -50%) rotate(var(--rotate));
  animation: cardSpin 12s ease-in-out infinite;
  filter: blur(3vh);
}
@media only screen and (min-width: 1024px) {
  .hero_sphere {
    width: 80vmin;
    height: 80vmin;
  }
}

.intro {
  padding-top: 5rem;
  background-color: var(--body-bg);
}
.intro_header {
  padding: 1rem;
  background-color: var(--body-bg);
  z-index: 2;
  text-align: center;
  margin-bottom: 5rem;
}
.intro_header h2,
.intro_header span {
  text-transform: uppercase;
}
.intro_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.intro_header span {
  letter-spacing: 2px;
}
.intro_content_item {
  position: sticky;
  top: 45dvh;
  background-color: var(--body-bg);
  height: 35vh;
  opacity: 0;
  animation: appear linear forwards;
  animation-timeline: view();
}
.intro_content_item h3 {
  margin: 0;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}
.intro_content .item-1 {
  animation-range: entry 100% cover 20%;
}
.intro_content .item-2 {
  animation-range: entry 160% cover 20%;
}
.intro_content .item-3 {
  animation-range: entry 160% cover 30%;
}
.intro_content .item-4 {
  animation-range: entry 160% cover 32%;
}
.intro_content .item-5 {
  animation-range: entry 150% cover 38%;
}
.intro_content .intro-start,
.intro_content .intro-end {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro_header {
    position: sticky;
    top: 6rem;
  }
  .intro_content_item h3 {
    font-size: 7rem;
  }
  .intro_content .intro-start,
  .intro_content .intro-end {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 15vh;
    background-color: var(--body-bg);
    z-index: 1;
  }
  .intro_content .intro-end {
    z-index: 10;
  }
}
@media only screen and (min-width: 1024px) {
  .intro_header {
    max-width: 56rem;
    margin: 0 auto;
  }
}

.services {
  margin-block: 5rem;
}
.services_header {
  text-align: center;
  margin-bottom: 5rem;
}
.services_header h2,
.services_header span {
  text-transform: uppercase;
}
.services_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.services_header span {
  letter-spacing: 2px;
}
.services_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.services_container .service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 2rem 1rem;
  width: 100%;
  min-height: 3rem;
  background-color: var(--body-bg);
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px var(--card-boxshadow-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  animation: fade-in linear;
  animation-timeline: view();
  animation-range: entry 0% cover 20%;
}
.services_container .service_icon {
  width: 5rem;
  height: 5rem;
}
.services_container .service_title, .services_container .service_text {
  margin: 0;
  color: var(--text-color);
  text-align: center;
}
.services_container .service_title {
  font-size: 1.5rem;
}
.services_container .service_text {
  padding-top: 1rem;
  border-top: 1px solid var(--border-top);
  width: 100%;
}
.services_container .service:hover {
  box-shadow: 0 0 10px 0 var(--primary-color);
  transform: scale(1.01);
}
@media only screen and (min-width: 768px) {
  .services .service {
    width: calc(50% - 1rem);
  }
  .services .service:nth-of-type(1) {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .services .service {
    padding: 1.5rem;
  }
  .services .service:first-of-type, .services .service:last-of-type {
    width: 100%;
  }
  .services .service_title {
    min-height: 4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .services_container {
    max-width: 75rem;
    margin: 0 auto;
  }
  .services .service_title {
    min-height: 0;
  }
  .services .service_text {
    padding-inline: 5rem;
  }
}

.devtrix_team {
  background-color: var(--body-bg);
}
.devtrix_team_header {
  text-align: center;
  margin-bottom: 5rem;
}
.devtrix_team_header h2,
.devtrix_team_header span {
  text-transform: uppercase;
}
.devtrix_team_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.devtrix_team_header span {
  letter-spacing: 2px;
}
.devtrix_team_header {
  margin-bottom: 2.5rem;
  padding-top: 2rem;
}
.devtrix_team_header h2 {
  margin-top: 0;
}
.devtrix_team_bewerbung {
  text-align: center;
  margin-bottom: 5rem;
}
.devtrix_team_bewerbung h2,
.devtrix_team_bewerbung span {
  text-transform: uppercase;
}
.devtrix_team_bewerbung h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.devtrix_team_bewerbung span {
  letter-spacing: 2px;
}
.devtrix_team_bewerbung a {
  color: var(--primary-color);
}
.devtrix_team_members {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 5rem;
  margin-bottom: 5rem;
}
.devtrix_team_members_card {
  position: relative;
  width: 100%;
  max-height: 42rem;
  background-color: var(--text-color);
  animation: fade-in linear;
  animation-timeline: view();
  animation-range: entry 0;
}
.devtrix_team_members_card img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.5s ease;
  box-shadow: 0px 0px 0px 1px var(--accent-color);
}
.devtrix_team_members_card:before, .devtrix_team_members_card:after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  z-index: -2;
  transition: all 0.25s ease-in-out;
}
.devtrix_team_members_card:before {
  top: -0.5rem;
  left: -0.5rem;
  animation: left-corner 3s infinite alternate;
}
.devtrix_team_members_card:after {
  bottom: -0.5rem;
  right: -0.5rem;
  animation: right-corner 3s infinite alternate;
}
.devtrix_team_members_card_info {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 2rem;
  width: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
.devtrix_team_members_card_info h3,
.devtrix_team_members_card_info p {
  padding-left: 2rem;
  margin: 0;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000000;
}
.devtrix_team_members_card_info h3 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.devtrix_team_members_card_info p {
  letter-spacing: 1px;
  transition: all ease-in-out 0.6s;
  opacity: 1;
}
.devtrix_team_members_card:hover img {
  filter: grayscale(0.4);
}
@media only screen and (min-width: 768px) {
  .devtrix_team_members {
    flex-direction: row;
    row-gap: 1rem;
  }
  .devtrix_team_members_card {
    width: calc(50% - 0.25rem);
  }
}
@media only screen and (min-width: 1024px) {
  .devtrix_team_members {
    flex-direction: row;
  }
  .devtrix_team_members_card {
    width: calc(33.33% - 0.5rem);
  }
  .devtrix_team_members_card p {
    opacity: 0;
  }
  .devtrix_team_members_card:hover p {
    opacity: 1;
  }
}
@media only screen and (min-width: 1100px) {
  .devtrix_team_members {
    flex-direction: row;
    gap: 1rem;
  }
  .devtrix_team_members_card {
    width: calc(33.33% - 0.75rem);
  }
}

.marquee {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 85%;
}
.marquee[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, var(--body-bg) 35%, var(--body-bg) 65%, transparent);
          mask: linear-gradient(90deg, transparent, var(--body-bg) 35%, var(--body-bg) 65%, transparent);
}
.marquee[data-animated=true] .marquee_line {
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-loop 40s linear infinite;
}
.marquee[data-animated=true] .marquee_line:hover {
  animation-play-state: paused;
}
.marquee[data-direction=right] .marquee_line {
  animation-direction: reverse;
}
.marquee_line {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding-inline: 0;
  padding-block: 1.2rem;
  list-style: none;
  pointer-events: none;
}
.marquee_item {
  padding: 1rem;
  background-color: transparent;
  border-radius: 10px;
  width: 6rem;
  height: 6rem;
  pointer-events: all;
}
.marquee_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.35s ease-in-out;
}
.marquee_item {
  transition: all 0.25s ease-in-out;
}
.marquee_item:hover {
  box-shadow: 0 0 16px 0 var(--secondary-color);
}

.footer {
  color: #fff;
}
.footer_top {
  display: flex;
  align-items: center;
  min-height: 10svh;
}
.footer_logo {
  z-index: 10;
  margin-right: auto;
}
.footer_logo a {
  position: relative;
  display: block;
  width: 5rem;
}
.footer_logo a svg {
  width: 100%;
  height: 100%;
}
.footer_logo a svg .logo-stroke {
  fill: var(--text-color) !important;
}
.footer_logo a svg .colored {
  fill: var(--primary-color);
}
.footer_social_media {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer_social_media a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.footer_social_media a svg path {
  fill: var(--text-color);
  transition: all 0.4s ease-in-out;
}
.footer_social_media a svg:hover path {
  fill: hsl(226, 78%, 68%);
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--border-top);
  min-height: 5svh;
}
.footer_bottom_text p {
  font-size: 1.2rem;
}
.footer_bottom_info {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
.footer_bottom_info a {
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .footer_bottom_info {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .footer_bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_bottom_info {
    padding-top: unset;
  }
}

.devtrix_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
  text-align: center;
  padding: 0.3rem 1rem;
  margin-top: 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  border: solid 4px transparent;
  background-image: linear-gradient(var(--accent-color), var(--accent-color)), linear-gradient(var(--rotate), hsl(226, 78%, 68%), hsl(225, 75%, 56%) 43%, hsl(264, 82%, 62%));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: cardSpin 2.5s linear infinite;
}
.devtrix_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 15px;
  background-image: linear-gradient(var(--rotate), hsl(226, 78%, 68%), hsl(225, 75%, 56%) 43%, hsl(264, 81.79%, 61.9%));
  filter: blur(0.5vh);
  opacity: 1;
  transition: all 1s ease-in-out;
  z-index: -1;
  animation: cardSpin 2.5s linear infinite;
}
.devtrix_btn img {
  width: 1.5rem;
  height: 1.5rem;
}
.devtrix_btn a {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.6s ease-in-out;
  letter-spacing: 1px;
}

.referenzen_header {
  text-align: center;
  margin-bottom: 5rem;
}
.referenzen_header h2,
.referenzen_header span {
  text-transform: uppercase;
}
.referenzen_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.referenzen_header span {
  letter-spacing: 2px;
}
.referenzen_container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-block: 5rem;
  gap: 2rem;
}
.referenzen_item {
  --rotate: 0deg;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  background-color: var(--text-color);
  width: 100%;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 5px;
  cursor: none;
}
.referenzen_item:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ff933c;
  border-radius: 50%;
  box-shadow: 18px 0px #ba0034, -18px 0px #588187;
}
.referenzen_item_name {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.7rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--text-color);
  background-color: var(--body-bg);
  pointer-events: none;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9999;
}
.referenzen_item_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.referenzen .block {
  position: relative;
  border-radius: 0.7rem;
  z-index: 1;
}
.referenzen .block h2 {
  text-transform: uppercase;
  font-size: clamp(2rem, 2vw + 1rem, 2.4rem);
}
.referenzen .block img {
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.referenzen .block_1 {
  text-align: center;
  margin-bottom: 5rem;
}
.referenzen .block_1 h2,
.referenzen .block_1 span {
  text-transform: uppercase;
}
.referenzen .block_1 h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.referenzen .block_1 span {
  letter-spacing: 2px;
}
.referenzen .block_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  grid-column: 1/2;
}
.referenzen .block_1:after {
  display: none;
}
.referenzen .neon_lights {
  animation: fade-in linear;
  animation-timeline: view();
  animation-range: entry 0% cover 25%;
}
.referenzen .neon_lights:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 90%;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(3vh);
  background-image: linear-gradient(var(--rotate), hsl(193, 100%, 54.74%), hsl(225, 75%, 56%) 43%, hsl(264, 81.79%, 61.9%));
  background-size: 200% 200%;
  opacity: 1;
  transition: all 1s ease-in-out;
  animation: cardSpin 2.5s linear infinite;
  z-index: -1;
}
.referenzen .neon_lights:hover:after {
  width: 85%;
  height: 80%;
  filter: blur(5vh);
}
@media only screen and (min-width: 768px) {
  .referenzen_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .referenzen_container .block_1,
  .referenzen_container .block_2 {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 992px) {
  .referenzen_container {
    grid-template-columns: repeat(6, 1fr);
  }
  .referenzen_container .block {
    display: flex;
    align-items: center;
  }
  .referenzen_container .block:not(.block_1) {
    grid-column-end: span 3;
  }
  .referenzen_container .block:nth-child(2) {
    grid-column: 4/7;
  }
  .referenzen_container .block_1 {
    align-items: flex-start;
    text-align: unset;
    grid-column: 1/4;
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .referenzen_container .block_1 {
    padding: 1rem;
    justify-content: center;
  }
  .referenzen_item_name {
    color: #fff;
    background-color: transparent;
    text-shadow: 1px 1px 3px #000000;
  }
}

.process {
  min-height: 100vh;
  margin-bottom: 5rem;
}
.process_header {
  text-align: center;
  margin-bottom: 5rem;
}
.process_header h2,
.process_header span {
  text-transform: uppercase;
}
.process_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.process_header span {
  letter-spacing: 2px;
}
.process_card_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky;
  top: 5rem;
  margin-bottom: 3rem;
}
.process_card {
  position: relative;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 75rem;
  min-height: 35rem;
  background-color: var(--text-color);
  border-radius: 2rem;
  box-shadow: 0 -3px 0 2px var(--body-bg);
}
.process_card_content h3,
.process_card_content span,
.process_card_content p {
  color: var(--body-bg);
}
.process_card_content h3 {
  font-size: 2rem;
  margin-block: 1rem;
}
.process_card_content span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.process_card_media .placeholder img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .process_card {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding: 2rem;
  }
  .process_card_content {
    width: 40%;
    color: #fff;
  }
  .process_card_media {
    width: 60%;
  }
}

.faq {
  margin-bottom: 5rem;
}
.faq_header {
  text-align: center;
  margin-bottom: 5rem;
}
.faq_header h2,
.faq_header span {
  text-transform: uppercase;
}
.faq_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.faq_header span {
  letter-spacing: 2px;
}
.faq_item {
  max-width: 50rem;
  margin: 0 auto;
  background-color: var(--body-bg);
  margin-bottom: 1rem;
  padding: 0.5rem;
  box-shadow: 0px 0px 0px 2px var(--card-boxshadow-color);
  border-radius: 10px;
}
.faq_item_question {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq_item_question h3 {
  margin-block: 0.4rem;
}
.faq_item_icon {
  transition: all 0.2s ease-in-out;
}
.faq_item_icon img {
  width: 1rem;
  filter: invert(1);
}
body.dark-mode .faq_item_icon img {
  filter: invert(0);
}
.faq details[open] .faq_item {
  padding-bottom: 2rem;
}
.faq details[open] .faq_item_icon {
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .faq_item {
    padding: 1rem;
  }
}

.get_in_touch_header {
  text-align: center;
  margin-bottom: 5rem;
}
.get_in_touch_header h2,
.get_in_touch_header span {
  text-transform: uppercase;
}
.get_in_touch_header h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.get_in_touch_header span {
  letter-spacing: 2px;
}
.get_in_touch_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.contact_form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3rem;
  margin-block: 5rem;
  max-width: 60rem;
}
.contact_form_header {
  text-align: center;
  margin-bottom: 5rem;
}
.contact_form_header h2,
.contact_form_header h5 {
  text-transform: uppercase;
}
.contact_form_header h2 {
  font-size: clamp(1.7rem, 1.2vw + 1.4rem, 2.4rem);
}
.contact_form_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact_form .form_group {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.contact_form .form_group:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 5px;
  transform: translateX(-50%);
  animation: visited-animation 5s ease-in infinite alternate;
}
.contact_form .form_group:focus-within .form_label {
  top: -1.5rem;
  visibility: visible;
}
.contact_form .form_group_fb {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}
.contact_form .form_error_msg, .contact_form .form_success_msg {
  width: 100%;
  margin: 0;
  text-align: start;
}
.contact_form .form_error_msg {
  color: red;
}
.contact_form .form_success_msg {
  color: var(--primary-color);
}
.contact_form .form_label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  visibility: hidden;
  color: var(--text-color);
  transition: top 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: -9;
  padding-inline: 0.5rem;
  border-left: 5px solid var(--primary-color);
}
.contact_form .form_input, .contact_form .form_textarea {
  color: var(--text-color);
  background: var(--body-bg);
  border: none;
  padding-block: 0.5rem;
  width: 100%;
  min-height: 2rem;
  letter-spacing: 1px !important;
}
.contact_form .form_input::-moz-placeholder, .contact_form .form_textarea::-moz-placeholder {
  color: var(--text-color);
  font-size: 1rem;
}
.contact_form .form_input::placeholder, .contact_form .form_textarea::placeholder {
  color: var(--text-color);
  font-size: 1rem;
}
.contact_form .form_input:focus, .contact_form .form_textarea:focus {
  outline: none;
}
.contact_form .form_textarea {
  min-height: 7rem;
  resize: none;
}
.contact_form .form_button {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .contact_form {
    gap: 2rem;
    row-gap: 3rem;
  }
  .contact_form .form_group {
    width: calc(50% - 1rem);
  }
  .contact_form .form_error_msg {
    width: calc(50% - 0.5rem);
  }
}

.rechtlich_header h1 {
  letter-spacing: clamp(0.25rem, 0.5vw + 0.1rem, 1rem);
}
.rechtlich_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.rechtlich_content > * {
  text-align: center;
  max-width: 45rem;
  margin-bottom: 2rem;
}
.rechtlich_content h2 {
  color: var(--text-color);
}
.rechtlich_content hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-top);
}
.rechtlich_content a {
  color: hsl(226, 78%, 68%);
  text-decoration: none;
}
.rechtlich_content a:hover {
  text-decoration: underline;
}
.rechtlich_content ul {
  list-style: none;
}
.rechtlich_content ul li {
  color: var(--text-color);
}

/* Star Animations */
.star {
  position: absolute;
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Drift Animations */
@keyframes starDrift1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(30px, 25px);
  }
  50% {
    transform: translate(10px, 45px);
  }
  75% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes starDrift2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-25px, 15px);
  }
  50% {
    transform: translate(-15px, -30px);
  }
  75% {
    transform: translate(20px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes starDrift3 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15px, -25px);
  }
  50% {
    transform: translate(-30px, -15px);
  }
  75% {
    transform: translate(-10px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes starDrift4 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(25px, 35px) scale(1.1);
  }
  66% {
    transform: translate(-15px, 25px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes starDrift5 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(40px, -10px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
/* Twinkle Animations */
@keyframes starTwinkleSlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes starTwinkleFast {
  0%, 100% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 1;
  }
}
@keyframes starTwinklePulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  33% {
    opacity: 0.7;
    transform: scale(1.1);
  }
  66% {
    opacity: 0.4;
    transform: scale(0.9);
  }
}
/* Glow Effects */
@keyframes starGlow1 {
  0%, 100% {
    filter: drop-shadow(0 0 2px currentColor);
  }
  50% {
    filter: drop-shadow(0 0 8px currentColor);
  }
}
@keyframes starGlow2 {
  0%, 100% {
    filter: drop-shadow(0 0 1px currentColor);
  }
  50% {
    filter: drop-shadow(0 0 6px currentColor);
  }
}
@keyframes starGlow3 {
  0% {
    filter: drop-shadow(0 0 3px currentColor);
  }
  33% {
    filter: drop-shadow(0 0 7px currentColor);
  }
  66% {
    filter: drop-shadow(0 0 4px currentColor);
  }
  100% {
    filter: drop-shadow(0 0 3px currentColor);
  }
}
.skills_container {
  display: grid;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
}
.skills_row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-block: 1rem;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, var(--body-bg) 35%, var(--body-bg) 65%, transparent);
          mask: linear-gradient(90deg, transparent, var(--body-bg) 35%, var(--body-bg) 65%, transparent);
}
.skills_row span {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  background-color: var(--body-bg);
  box-shadow: 0px 0px 0px 2px var(--card-boxshadow-color);
  border-radius: 10px;
}
.skills_row span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.projects_intro, .projects_outro {
  text-align: center;
  margin-bottom: 5rem;
}
.projects_intro h2,
.projects_intro span, .projects_outro h2,
.projects_outro span {
  text-transform: uppercase;
}
.projects_intro h2, .projects_outro h2 {
  font-size: clamp(1.4rem, 1.1vw + 1.3rem, 2.4rem);
}
.projects_intro span, .projects_outro span {
  letter-spacing: 2px;
}
.projects_intro, .projects_outro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects_filter {
  position: sticky;
  top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.projects_filter input[type=radio] {
  position: absolute;
  left: -9999px;
}
.projects_filter input[type=radio]:checked + label {
  background: var(--accent-color);
  color: #fff;
}
.projects_filter label {
  background-color: var(--body-bg);
  color: var(--text-color);
  padding: 0.3rem 1rem;
  border: 2px solid var(--text-color);
  border-radius: 25px;
  cursor: pointer;
}
.projects_showcase_container {
  margin-block: 3rem;
}
.projects_showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.projects_item {
  display: block;
  width: 100%;
  flex-grow: 1;
}
.projects_item img {
  width: 100%;
}
.projects .no-referenz {
  display: none;
}
.projects:has(#development:checked) .projects_showcase .projects_item:not(.development):not(.no-referenz) {
  display: none;
}
.projects:has(#development:checked):not(:has(.projects_item.development)) .no-referenz {
  display: block;
}
.projects:has(#branding:checked) .projects_showcase .projects_item:not(.branding):not(.no-referenz) {
  display: none;
}
.projects:has(#branding:checked):not(:has(.projects_item.branding)) .no-referenz {
  display: block;
}
.projects:has(#content:checked) .projects_showcase .projects_item:not(.content):not(.no-referenz) {
  display: none;
}
.projects:has(#content:checked):not(:has(.projects_item.content)) .no-referenz {
  display: block;
}
.projects:has(#logo:checked) .projects_showcase .projects_item:not(.logo):not(.no-referenz) {
  display: none;
}
.projects:has(#logo:checked):not(:has(.projects_item.logo)) .no-referenz {
  display: block;
}
.projects:has(#all:checked) .no-referenz {
  display: none;
}
@media only screen and (min-width: 768px) {
  .projects_item {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (min-width: 1024px) {
  .projects_showcase {
    gap: 1rem;
  }
  .projects_item {
    width: calc(33.33% - 0.67rem);
  }
}/*# sourceMappingURL=styles.css.map */