/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .columns-3 {
    columns: 3;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-0 {
    text-decoration-thickness: 0px;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: "Crimson Pro";
  src: url("Assets/Fonts/Crimson_Pro/CrimsonPro-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Lexend";
  src: url("Assets/Fonts/Lexend/Lexend-VariableFont_wght.ttf");
}
:root {
  --color-dominant: hsl(216, 5%, 12%);
  --color-secondary: hsl(184, 30%, 40%);
  --color-accent: hsl(0, 100%, 71%);
  --gray-100: hsl(0, 0%, 90%);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-color: var(--color-secondary) hsla(var(--color-secondary), 10%);
}
body {
  background-color: var(--color-dominant);
  color: white;
  margin: 0;
}
::-webkit-scrollbar {
  background: hsla(var(--color-secondary), 10%);
  width: 14px;
}
::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  border-radius: 7px;
  padding: 4px;
}
::selection {
  background-color: var(--color-secondary);
}
header {
  opacity: 1;
  transition: 0.5s;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, var(--color-dominant), transparent);
}
header.invisible {
  opacity: 0;
  transform: translateY(-24px);
  filter: blur(5px);
  scale: 0.9;
}
h1, h2, h3 {
  font-family: "Crimson Pro", serif;
}
h1, h2 {
  font-size: 64px;
  line-height: 1.2;
}
h2 {
  text-align: center;
}
h3 {
  font-size: 40px;
}
p, a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: var(--gray-100);
  font-size: 24px;
}
:is(h1, h2, h3) span {
  color: var(--color-secondary);
  display: inline-block;
  font-weight: 600;
}
:is(h1, h2, h3) span:last-child {
  color: var(--color-accent);
}
h1 span:nth-of-type(1), h1 span:nth-of-type(2), h1 span:nth-of-type(3) {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
}
h1 span:nth-of-type(1) {
  animation-delay: 0.5s;
}
h1 span:nth-of-type(2) {
  animation-delay: 1.5s;
}
h1 span:nth-of-type(3) {
  animation-delay: 2.5s;
}
h1 span:nth-of-type(4) {
  animation-name: stand-out-animation;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  animation-delay: 3.5s;
}
@keyframes stand-out-animation {
  0% {
    opacity: 0;
    scale: 0.8;
  }
  70% {
    scale: 1.2;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    filter: blur(10px);
    translate: 0 100%;
  }
  100% {
    opacity: 1;
    filter: blur(none);
    translate: 0 0;
  }
}
section {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1600px;
  min-height: 100vh;
  margin: auto;
  padding: 8px 4px;
  border-bottom: 1px solid var(--gray-100);
}
section:last-child {
  border: none;
}
.grid .content-3 {
  grid-column-end: span 3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 20px;
}
.button {
  transition: 0.2s;
}
.button:hover {
  filter: brightness(1.2);
  translate: 0 -10px;
}
.button:active {
  filter: brightness(0.8);
  translate: 0 0;
}
.button svg {
  vertical-align: sub;
}
.button.primary, .button.secondary:hover {
  background-color: var(--color-secondary);
}
.button.secondary {
  border: 2px solid var(--color-secondary);
}
.services svg {
  color: var(--color-secondary);
}
.services div {
  scale: 0.8;
  padding: 24px;
  transition: 0.2s;
}
.services div.highlighted {
  scale: 1;
  background-color: #fff1;
}
.services div.highlighted .design-icon {
  animation: design-icon-animation;
  animation-duration: 2s;
}
.services div.highlighted .code-icon path {
  animation: code-icon-animation-1;
  animation-duration: 2s;
}
.services div.highlighted .code-icon line {
  animation: code-icon-animation-2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.services div.highlighted .maintenance-icon {
  animation-name: maintenance-icon-animation;
  animation-duration: 2s;
}
@keyframes design-icon-animation {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(10px, -10px);
  }
  70% {
    transform: translate(-2px, 2px);
  }
}
@keyframes code-icon-animation-1 {
  10% {
    translate: -2px;
  }
  30% {
    translate: 2px;
  }
  50% {
    translate: 0;
  }
}
@keyframes code-icon-animation-2 {
  0%, 49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes maintenance-icon-animation {
  20% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-container button {
  appearance: none;
  box-shadow: 0 0 10px black;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  height: 100%;
  width: 72px;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.carousel-container button:nth-child(1) {
  left: 0;
  background-color: var(--color-secondary);
}
.carousel-container button:nth-child(2) {
  right: 0;
  background-color: var(--color-accent);
}
.carousel-container button:hover {
  filter: brightness(1.2);
}
.carousel-container button:active {
  filter: brightness(0.5);
}
.carousel-container button svg {
  color: #fff;
}
.carousel {
  width: 100%;
  overflow-x: hidden;
}
.carousel-elements {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-shrink: 0;
  transition: 0.4s;
}
.carousel-elements div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0;
  background-color: #fff1;
  padding: 20px;
  max-width: 420px;
}
.carousel-elements img {
  width: 100%;
}
.carousel-elements a {
  text-decoration: none;
}
.carousel-elements p {
  opacity: 0.6;
}
.carousel-elements h3 {
  text-align: center;
}
.carousel-elements div {
  scale: 0.8;
  opacity: 0.4;
  transition: 0.2s;
}
.carousel-indicator {
  display: flex;
  gap: 16px;
  margin: 32px 0;
}
.carousel-indicator > div {
  width: 8px;
  height: 8px;
  background-color: white;
  transition: 0.4s;
}
section:last-child h2 {
  margin: 0;
}
section:last-child .contact-links {
  margin: 24px;
}
.section-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.section-error * {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .columns-3 {
    display: block;
    margin: 4px;
  }
  .columns-3 div * {
    margin: 8px;
  }
  section:has(.services) h2 {
    margin: 16px;
  }
}
@media screen and (max-width: 768px) {
  header img {
    height: 48px;
    width: 48px;
  }
  .grid {
    display: block;
  }
  h1, h2 {
    font-size: 40px;
    margin: 16px 0;
  }
  h3 {
    font-size: 24px;
  }
  p, a, form {
    font-size: 16px;
  }
  .columns-3 {
    width: 95%;
  }
  .services div {
    scale: 0.9;
  }
  .carousel-elements img {
    height: auto;
    width: 100%;
  }
  .carousel-container button {
    height: 100%;
    width: 72px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    height: 72px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (hover: none) {
  .button:hover {
    filter: none;
    translate: none;
  }
  .button.secondary:hover {
    background-color: #fff0;
  }
  .button:active {
    transform: scale(0.8);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
