/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, 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-teal-500: oklch(70.4% 0.14 182.503);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-neutral-300: oklch(87% 0 0);
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-5xl: 3rem;
    --text-5xl--line-height: 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, ui-sans-serif, system-ui, 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 {
    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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .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;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-teal-500 {
    color: var(--color-teal-500);
  }
  .lowercase {
    text-transform: lowercase;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,var(--color-teal-800),var(--color-teal-500),var(--color-teal-800));
  border-radius: 20px;
}
:root {
  --raisin-black: hsla(231, 10%, 14%, 1);
  --roman-silver: hsla(229, 10%, 57%, 1);
  --eerie-black: hsla(228, 9%, 10%, 1);
  --black: hsla(0, 0%, 0%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --white_a10: hsla(0, 0%, 100%, 0.1);
  --white_a5: hsla(0, 0%, 100%, 0.05);
  --red: hsla(0, 100%, 50%, 0.616);
  --ff-syne: 'Syne', sans-serif;
  --fs-1: 4.8rem;
  --fs-2: 4.5rem;
  --fs-3: 4rem;
  --fs-4: 2.4rem;
  --fs-5: 2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.4rem;
  --fs-8: 1.2rem;
  --fw-800: 800;
  --fw-700: 700;
  --section-padding: 100px;
  --radius-pill: 100px;
  --radius-circle: 50%;
  --blob-radius: 52% 48% 59% 41% / 53% 40% 60% 47%;
  --width: 700;
  --height: 470;
  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);
  --cubic-bounce: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --cubic-ease-out: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cta {
  display: flex;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a, img, span, data, button, ion-icon {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  height: auto;
}
button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}
ion-icon {
  pointer-events: none;
}
html {
  font-family: var(--ff-syne);
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  background-color: var(--eerie-black);
  color: var(--roman-silver);
  font-size: 1.6rem;
  line-height: 1.75;
}
body.loaded {
  overflow: overlay;
}
body.nav-active {
  overflow: hidden;
}
.container {
  padding-inline: 12px;
}
.section {
  padding-block: var(--section-padding);
}
.h1 {
  font-size: var(--fs-3);
  font-weight: var(--fw-800);
}
.h1, .h2, .h4 {
  color: var(--white);
  line-height: 1;
}
.h2 {
  font-size: var(--fs-2);
}
.h3 {
  color: var(--white);
  font-size: var(--fs-4);
  line-height: 1.5;
}
.h4 {
  font-size: var(--fs-5);
}
.h2, .h3, .h4 {
  font-weight: var(--fw-700);
}
.w-100 {
  width: 100%;
}
.has-before {
  position: relative;
  z-index: 1;
}
.has-before::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.btn {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: max-content;
  min-width: max-content;
  padding: 20px 32px;
}
.btn::before {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 2px solid var(--white_a5);
  border-radius: var(--radius-circle);
  transition: var(--cubic-bounce);
}
.btn:is(:hover, :focus-visible)::before {
  left: calc(100% - 70px);
}
.section-subtitle {
  text-transform: uppercase;
  font-size: var(--fs-8);
  font-weight: var(--fw-700);
  margin-block-end: 20px;
  letter-spacing: 2px;
}
.section-title {
  margin-block-end: 45px;
}
.text-lg {
  font-family: var(--ff-syne);
  font-size: var(--fs-1);
}
.layer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider {
  --slider-items: 1;
  --item-gap: 12px;
  margin-block-start: 60px;
  overflow: hidden;
}
.slider-container {
  position: relative;
  display: flex;
  gap: var(--item-gap);
  transition: transform var(--cubic-ease-out);
}
.slider-item {
  --total-gap: calc(var(--item-gap) * (var(--slider-items) - 1));
  --item-width: calc((100% / var(--slider-items)) - (var(--total-gap) / var(--slider-items)));
  min-width: var(--item-width);
  width: var(--item-width);
}
.slider-control {
  position: relative;
  max-width: max-content;
  padding-block: 8px;
}
.slider-control .line {
  width: 30px;
  height: 1px;
  background-color: var(--color-teal-500);
}
.slider-control .arrow {
  position: absolute;
  transform: translateY(-60%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: var(--color-teal-500);
}
.slider-control.prev .arrow {
  left: 0;
  border-width: 0 0 1px 1px;
}
.slider-control.next .arrow {
  right: 0;
  border-width: 1px 1px 0 0;
}
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-block-start: 40px;
}
.img-holder {
  aspect-ratio: var(--width) / var(--height);
  background-color: var(--white_a5);
  overflow: hidden;
}
.obj-ratio {
  aspect-ratio: 3/2;
  object-fit: fill;
  background-color: var(--white_a5);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--eerie-black);
  z-index: 10;
  display: grid;
  place-items: center;
  transition: var(--transition-2);
  transition-delay: 0.5s;
}
.preloader.loaded {
  opacity: 0;
  pointer-events: none;
}
.preloader .circle {
  width: 60px;
  height: 60px;
  border: 2px solid var(--raisin-black);
  border-top-color: var(--white);
  border-radius: var(--radius-circle);
  animation: rotate360 1s linear infinite;
  transition: var(--transition-2);
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.preloader.loaded .circle {
  opacity: 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--eerie-black);
  padding-block: 24px;
  z-index: 4;
  transition: var(--transition-1);
}
.header.active {
  background-color: var(--raisin-black);
  padding-block: 16px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.written-logo {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 800;
  width: 100%;
}
.nav-toggle-btn {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: var(--radius-circle);
  display: grid;
  place-content: center;
  gap: 8px;
  transition: var(--transition-1);
}
.nav-toggle-btn:is(:hover, :focus-visible) {
  gap: 10px;
}
.nav-toggle-btn.active {
  gap: 8px;
}
.nav-toggle-btn .line {
  width: 25px;
  height: 2px;
  background-color: var(--black);
  transition: var(--transition-1);
}
.nav-toggle-btn.active .line-1 {
  transform: rotate(45deg) translate(4px, 4px);
}
.nav-toggle-btn.active .line-2 {
  transform: rotate(-45deg) translate(3px, -2px);
}
.navbar {
  position: absolute;
  top: 100%;
  right: -370px;
  max-width: 370px;
  width: 100%;
  background-color: var(--white);
  height: 100vh;
  text-align: center;
  padding: 56px 40px;
  visibility: hidden;
  transition: 0.25s var(--cubic-in);
  z-index: 1;
}
.navbar.active {
  transform: translateX(-370px);
  visibility: visible;
  transition-timing-function: var(--cubic-out);
}
.navbar-link {
  color: var(--raisin-black);
  font-size: var(--fs-6);
  font-weight: var(--fw-700);
  padding-block: 10px;
  transition: var(--transition-1);
}
.navbar-link:is(:hover, :focus-visible) {
  text-shadow: 1px 0 0 var(--eerie-black);
}
.overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
.overlay.active {
  display: block;
}
.hero {
  padding-block-start: 130px;
}
.hero-title {
  text-transform: uppercase;
  color: var(--color-teal-500);
}
.hero-subtitle {
  font-size: var(--fs-8);
  text-transform: uppercase;
  font-weight: var(--fw-700);
  color: var(--white);
  letter-spacing: 2px;
  line-height: 1.5em;
  margin-block: 10px 30px;
}
.hero-banner {
  border-radius: var(--blob-radius);
  overflow: hidden;
  animation: blobAnim 30s linear infinite;
}
@keyframes blobAnim {
  0%, 100% {
    border-radius: var(--blob-radius);
  }
  10% {
    border-radius: 33% 67% 50% 50% / 43% 39% 61% 57%;
  }
  20% {
    border-radius: 51% 49% 31% 69% / 65% 39% 61% 35%;
  }
  30% {
    border-radius: 51% 49% 56% 44% / 45% 39% 61% 55%;
  }
  40% {
    border-radius: 66% 34% 33% 67% / 48% 71% 39% 52%;
  }
  50% {
    border-radius: 46% 54% 33% 67% / 48% 30% 70% 52%;
  }
  60% {
    border-radius: 46% 54% 56% 44% / 48% 30% 70% 52%;
  }
  70% {
    border-radius: 46% 54% 56% 44% / 65% 53% 47% 35%;
  }
  80% {
    border-radius: 67% 33% 56% 44% / 37% 53% 47% 63%;
  }
  90% {
    border-radius: 46% 54% 32% 68% / 37% 53% 47% 63%;
  }
}
.hero .section-text {
  margin-block: 30px;
}
.hero .btn {
  margin-inline: auto;
}
.service-card {
  position: relative;
  background-color: var(--white);
  height: 100%;
  padding: 60px 40px 40px;
  transition: var(--transition-2);
}
.service-card .card-icon ion-icon {
  color: var(--content-color, var(--raisin-black));
  font-size: 6rem;
  --ionicon-stroke-width: 15px;
}
.service-card .card-title {
  color: var(--content-color, var(--raisin-black));
  margin-block: 20px;
}
.service-card .card-text {
  color: var(--content-color);
}
.service-card .card-number {
  margin-inline-start: auto;
  font-weight: var(--fw-800);
  line-height: 0.6;
  max-width: max-content;
  margin-block-start: 32px;
  -webkit-text-stroke: 1px var(--content-color, var(--black));
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}
.service-card:is(:hover, :focus-within) {
  background-color: var(--raisin-black);
  --content-color: var(--white);
}
.skills .section-text {
  margin-block-end: 20px;
}
.skills .btn {
  margin-block: 45px;
}
.skills-list li:not(:last-child) {
  margin-block-end: 30px;
}
.progress-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: var(--fw-700);
  margin-block-end: 5px;
}
.progress-bg {
  height: 6px;
  background-color: var(--raisin-black);
  border-radius: var(--radius-pill);
}
.progress {
  height: inherit;
  background-color: var(--red);
  border-radius: inherit;
}
.widther {
  width: 100%;
}
.widther1 {
  width: 100%;
}
.widther2 {
  width: 100%;
}
.portfolio .slider {
  --item-gap: 16px;
}
.portfolio-card {
  position: relative;
  background-color: transparent;
  -webkit-transition: var(--cubic-ease-out);
  -moz-transition: var(--cubic-ease-out);
  -ms-transition: var(--cubic-ease-out);
  -o-transition: var(--cubic-ease-out);
  transition: var(--cubic-ease-out);
}
.portfolio-card .img-cover {
  -webkit-transition: var(--cubic-ease-out);
  -moz-transition: var(--cubic-ease-out);
  -ms-transition: var(--cubic-ease-out);
  -o-transition: var(--cubic-ease-out);
  transition: var(--cubic-ease-out);
}
.portfolio-card .card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-55%, -50%);
  opacity: 0;
  transition: var(--cubic-ease-out);
  z-index: 1;
}
.portfolio-card .card-text {
  color: var(--white);
  width: 60%;
  text-align: end;
  margin: 0 auto;
}
.work-links {
  display: flex;
  margin: 0 auto;
  width: 60%;
  justify-content: space-between;
}
.work-links a {
  text-transform: uppercase;
  background-color: white;
  font-weight: var(--fw-700);
  opacity: 90%;
  padding: 4%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sos {
  color: var(--red);
}
.blog-card .card-content {
  display: flex;
  gap: 16px;
  padding-inline: 16px;
}
.portfolio-card:is(:hover, :focus-within) .img-cover {
  opacity: 0.1;
  transform: scale(0.95);
}
.portfolio-card:is(:hover, :focus-within) .card-content {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.blog-list {
  display: grid;
  gap: 60px;
}
.blog-card {
  display: grid;
  gap: 40px;
}
.blog-card .time {
  font-size: var(--fs-7);
}
.blog-card .time .span {
  color: var(--white);
  font-weight: var(--fw-700);
  line-height: 0.9;
}
.blog-card .card-text {
  margin-block: 20px;
}
.footer {
  background-color: var(--raisin-black);
  padding-block: 76px;
}
.footer .container {
  display: grid;
  gap: 20px;
}
.social-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10%;
}
.social-lis {
  display: flex;
  gap: 8px;
}
.social-link {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 2px solid var(--white_a10);
  border-radius: var(--radius-circle);
  color: var(--white);
  transition: var(--transition-1);
}
.social-link:is(:hover, :focus-visible) {
  border-color: var(--white);
}
@media (min-width: 575px) {
  .container {
    max-width: 570px;
    width: 100%;
    margin-inline: auto;
  }
  .slider {
    --slider-items: 2;
  }
  .blog-card .card-content {
    padding-inline: 32px;
    gap: 32px;
  }
  .footer-list-title {
    margin-block-end: 8px;
  }
}
@media (min-width: 768px) {
  :root {
    --fs-2: 6rem;
    --fs-3: 5.5rem;
  }
  .container {
    max-width: 720px;
  }
  .title-wrapper {
    display: flex;
    gap: 10%;
  }
  .title-wrapper .section-title {
    margin-block-end: 0;
  }
  .title-wrapper .section-text {
    margin-block-start: 40px;
  }
  .hero .container {
    position: relative;
  }
  .hero-banner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
    z-index: -1;
  }
  .hero-content {
    width: 50%;
    margin-inline-start: auto;
    padding-block: 10%;
  }
  .hero-title, .hero-subtitle {
    text-shadow: 2px 2px 0 var(--eerie-black);
  }
  .skills-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 40px;
  }
  .skills .btn {
    margin-block-end: 0;
  }
  .blog-card .card-title {
    --fs-4: 2.7rem;
  }
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  :root {
    --fs-3: 7rem;
  }
  .container {
    max-width: 960px;
  }
  .title-wrapper {
    gap: 15%;
  }
  .slider {
    --slider-items: 3;
  }
  .hero-subtitle {
    --fs-8: 1.4rem;
  }
  .skills .section-title {
    max-width: 16ch;
  }
  .skills-wrapper {
    gap: 10%;
  }
  .blog-card {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .blog-card .card-content {
    padding: 32px;
  }
  .blog-list li:nth-child(2n) .card-banner {
    order: 1;
  }
}
@media (min-width: 1200px) {
  :root {
    --section-padding: 140px;
  }
  .container {
    max-width: 1140px;
  }
  .navbar {
    top: 0;
    display: grid;
    place-content: center;
  }
  .nav-toggle-btn {
    position: relative;
    z-index: 2;
  }
  .overlay {
    top: 0;
  }
  .hero-content {
    width: 55%;
  }
  .hero-title {
    word-break: normal;
  }
  .hero .section-text {
    margin-block-end: 52px;
  }
  .cta {
    margin-left: 40px;
  }
}
#contact-form {
  padding-bottom: 100px;
}
.screen {
  position: relative;
  background: var(--raisin-black);
  border-radius: 15px;
}
.screen::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--raisin-black);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.screen-header-left {
  margin-right: auto;
}
.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}
.screen-header-button.close {
  background: #ed1c6f;
}
.screen-header-button.maximize {
  background: #e8e925;
}
.screen-header-button.minimize {
  background: #74c54f;
}
.screen-header-right {
  display: flex;
}
.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}
.screen-body {
  display: flex;
}
.screen-body-item {
  flex: 1;
  padding: 50px;
}
.screen-body-item.left {
  display: flex;
  flex-direction: column;
}
.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--white);
  font-size: 26px;
}
.app-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 55px;
  height: 4px;
  background: var(--red);
}
.app-contact {
  margin-top: auto;
  font-size: var(--fs-7);
  color: var(--roman-silver);
}
.app-form-group {
  margin-bottom: 15px;
}
.app-form-group.message {
  margin-top: 40px;
}
.app-form-group.buttons {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.app-form-control {
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.app-form-control::placeholder {
  color: #666;
}
.app-form-control:focus {
  border-bottom-color: #ddd;
}
.app-form-button {
  background: none;
  border: none;
  color: var(--white);
  font-size: var(--fs-5);
  cursor: pointer;
  outline: none;
}
.app-form-button:hover {
  color: var(--red);
}
.error {
  color: var(--red);
  visibility: hidden;
}
@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }
  .screen-body-item.left {
    margin-bottom: 30px;
  }
  .app-title {
    flex-direction: row;
  }
  .app-title span {
    margin-right: 12px;
  }
  .app-title::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .screen-body {
    padding: 40px;
  }
  .screen-body-item {
    padding: 0;
  }
}
@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;
}
@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;
    }
  }
}
