/*! tailwindcss v4.1.14 | 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-indigo-500: oklch(58.5% 0.233 277.117);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --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, 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;
  }
  ::-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-inset-1 {
    inset: calc(var(--spacing) * -1);
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-16 {
    top: calc(var(--spacing) * -16);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .-right-16 {
    right: calc(var(--spacing) * -16);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .-bottom-16 {
    bottom: calc(var(--spacing) * -16);
  }
  .-left-16 {
    left: calc(var(--spacing) * -16);
  }
  .z-0 {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .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;
    }
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .size-24 {
    width: calc(var(--spacing) * 24);
    height: calc(var(--spacing) * 24);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/3 {
    --tw-translate-y: calc(calc(1/3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-indigo-500 {
    background-color: var(--color-indigo-500);
  }
  .bg-indigo-500\/10 {
    background-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 10%, transparent);
    }
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-50\/90 {
    background-color: color-mix(in srgb, oklch(98.5% 0 0) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-neutral-50) 90%, transparent);
    }
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-indigo-500 {
    --tw-gradient-from: var(--color-indigo-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-indigo-500\/20 {
    --tw-gradient-from: color-mix(in srgb, oklch(58.5% 0.233 277.117) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-500) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-500\/20 {
    --tw-gradient-from: color-mix(in srgb, oklch(62.7% 0.265 303.9) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-purple-500) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-purple-500 {
    --tw-gradient-via: var(--color-purple-500);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-indigo-500 {
    --tw-gradient-to: var(--color-indigo-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-500\/0 {
    --tw-gradient-to: color-mix(in srgb, oklch(58.5% 0.233 277.117) 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-indigo-500) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-purple-500 {
    --tw-gradient-to: var(--color-purple-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-purple-500\/0 {
    --tw-gradient-to: color-mix(in srgb, oklch(62.7% 0.265 303.9) 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-purple-500) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-px {
    padding: 1px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-indigo-500 {
    color: var(--color-indigo-500);
  }
  .text-indigo-500\/10 {
    color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-indigo-500) 10%, transparent);
    }
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-indigo-500 {
    --tw-ring-color: var(--color-indigo-500);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    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,);
  }
  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    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,);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .dark\:bg-neutral-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-neutral-800);
    }
  }
  .dark\:bg-neutral-950\/90 {
    @media (prefers-color-scheme: dark) {
      background-color: color-mix(in srgb, oklch(14.5% 0 0) 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-neutral-950) 90%, transparent);
      }
    }
  }
  .dark\:text-purple-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-purple-400);
    }
  }
  .dark\:opacity-100 {
    @media (prefers-color-scheme: dark) {
      opacity: 100%;
    }
  }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
body {
  margin: 0;
  font-family: Arial, sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
* {
  box-sizing: border-box;
}
.home {
  min-height: 100vh;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  color: #0d001e;
}
.home img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.322);
  backdrop-filter: blur(10px);
  padding: 1rem;
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 30px;
  border: 1px solid rgba(170, 132, 255, 0.5);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.308);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: transform 0.4s ease, 0.3s ease;
  z-index: 999;
}
ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  color: rgb(136, 61, 255);
  text-shadow: 0 0 5px rgb(115, 28, 255), 0 0 10px rgb(115, 28, 255), 0 0 20px rgb(115, 28, 255);
}
nav.hide {
  transform: translate(-50%, -150%);
  opacity: 0;
}
.Video-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: 120%;
  max-width: 800px;
  text-align: center;
}
.group3 {
  transform: scale(0.9);
}
.Header1 {
  margin-top: 1.5%;
  width: 300%;
  max-width: 1100px;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.3;
  animation: fadeIn 0.5s ease-in-out;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.pro {
  color: #9a5bff;
}
.Para1 {
  max-width: 90%;
  margin: 0.5rem auto 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #b1b1b1;
  opacity: 0.9;
  animation: fadeIn 0.5s ease-in-out;
}
.home-content {
  width: 90%;
  max-width: 600px;
  margin: auto;
  position: relative;
  top: 15%;
  color: #fff;
  z-index: 3;
}
.button {
  margin-top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  gap: 15px;
  background-color: rgb(115, 28, 255);
  outline: 3px rgb(115, 28, 255) solid;
  outline-offset: -3px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: 400ms;
  animation: fadeIn 0.5s ease-in-out;
}
.arrow {
  color: white;
}
.button:hover .arrow {
  color: rgb(115, 28, 255);
}
.button .text {
  color: white;
  font-weight: 700;
  font-size: 0.9em;
  transition: 400ms;
}
.button:hover {
  background-color: transparent;
}
.button:hover .text {
  color: rgb(115, 28, 255);
}
.Clients {
  position: relative;
  width: 100%;
  min-height: 70vh;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #0d001e;
}
.page1img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.ClientHeader {
  position: relative;
  z-index: 2;
  margin-top: 2%;
  margin-bottom: 1%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.3;
  animation: fadeIn 0.5s ease-in-out;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.Profile {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 40px 20px;
  animation: fade 1s ease-in-out;
}
.card {
  width: 180px;
  height: 234px;
  border-radius: 20px;
  background: rgb(24, 0, 54);
  padding: 1.8rem;
  border: 1.5px solid #9b5cff;
  flex-shrink: 0;
}
.card-details {
  color: rgb(255, 255, 255);
  height: 100%;
  gap: 0.2em;
  display: grid;
  place-content: center;
  text-align: center;
  justify-items: center;
}
.profile-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #9b5cff;
  margin-bottom: 15px;
  background-color: #0d001e;
}
.text-body {
  color: rgb(134, 134, 134);
  font-size: 0.6em;
  width: 120%;
}
.text-title {
  font-size: 1.2em;
  font-weight: bold;
}
.Reviews {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  animation: fade 1s ease-in-out;
}
.carousel {
  margin: 35px auto;
  margin-bottom: 4%;
  display: flex;
  overflow-x: auto;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.group1 {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: GV 50s infinite linear;
  padding-right: 1.2em;
}
.group {
  flex: 30 0 1em;
}
.Long-form {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.Long-form-BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.Longformtext {
  position: relative;
  z-index: 2;
  margin-top: 5%;
  text-align: center;
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.3;
  animation: fadeIn 0.5s ease-in-out;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.Long-form iframe {
  position: relative;
  z-index: 3;
  margin-top: 3%;
  margin-bottom: 2%;
  border-radius: 5px;
  width: 59vw;
  height: 33vw;
  box-shadow: 0 0 15px rgba(162, 0, 255, 0.4);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.Long-form iframe:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(162, 0, 255, 0.6);
}
.ShortForm {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 30vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ShortForm-BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.ShortFormtext {
  position: relative;
  z-index: 2;
  margin-top: 5%;
  text-align: center;
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.3;
  animation: fadeIn 0.5s ease-in-out;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.ShortForm-videos {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 4%;
  overflow-x: auto;
  padding: 20px;
}
.ShortForm-videos::-webkit-scrollbar {
  display: none;
}
.ShortForm-videos iframe {
  border-radius: 12px;
  width: 20.9vw;
  height: 37vw;
  box-shadow: 0 0 20px rgba(162, 0, 255, 0.4);
  flex-shrink: 0;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.ShortForm-videos iframe:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(162, 0, 255, 0.6);
}
.FAQ {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.FAQBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.FAQtext {
  position: relative;
  color: white;
  z-index: 2;
  text-align: center;
  margin-top: 2%;
  font-size: 2.5vw;
  animation: fadeIn 0.5s ease-in-out;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.faq-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% 10%;
  flex-wrap: wrap;
}
.FAQtitle {
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6), 0 0 16px rgba(162, 0, 255, 0.3);
}
.faq-right {
  max-width: 350px;
  text-align: left;
  margin-right: 5%;
}
.FAQpara {
  color: #aaa;
  font-size: 1.1vw;
  line-height: 1.6;
  margin-bottom: 10px;
}
.FAQlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #844fff;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 500;
  transition: color 0.3s ease;
}
.FAQlink:hover {
  color: #a270ff;
}
.FAQlink span {
  transition: transform 0.6s ease;
}
.FAQlink:hover span {
  transform: translateX(3px);
}
.accordion_outer {
  position: relative;
  z-index: 4;
  color: #fff;
  margin-bottom: 4%;
  font-family: "Poppins", sans-serif;
}
.container {
  width: 500%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
details {
  background: #0b0b0b;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: auto;
}
details:hover {
  box-shadow: 0 0 15px rgba(155, 92, 255, 0.15);
  border-color: rgba(155, 92, 255, 0.3);
}
details[open] {
  background: #101010;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1vw;
  font-weight: 500;
  user-select: none;
}
summary::-webkit-details-marker {
  display: none;
}
.num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #9b5cff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 8px 14px;
  border: 1px solid rgba(155, 92, 255, 0.4);
  box-shadow: 0 0 10px rgba(155, 92, 255, 0.3);
  flex-shrink: 0;
}
.title {
  flex-grow: 1;
  color: #fff;
  transition: color 0.3s ease;
}
details:hover .title {
  color: #9b5cff;
}
.icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  background: #9b5cff;
  transition: transform 0.3s ease;
  border-radius: 2px;
}
.icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
details[open] .icon::after {
  transform: translateX(-50%) scaleY(0);
}
.info {
  padding: 0 26px 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.67vw;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
  max-width: 500px;
}
.Contact {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}
.ContactBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glow-card {
  position: absolute;
  width: 950px;
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(148, 91, 255, .1);
  border: 2px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: 0.3s ease;
}
.glow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 200px at var(--x) var(--y), rgba(168, 91, 255, 0.25), transparent 70%);
  opacity: 0.3;
  transition: opacity 1s ease;
  z-index: 2;
}
.glow-card:hover::before {
  opacity: 1;
}
.glow-card * {
  position: relative;
  z-index: 3;
}
.stars {
  color: #9a5bff;
  font-size: 2rem;
  margin-bottom: 20px;
}
.title2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.btn {
  position: relative;
  padding: 12px 28px;
  border: 2px solid rgba(148, 91, 255, 0.5);
  border-radius: 30px;
  background: rgba(148, 91, 255, 0.2);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.btn::before {
  content: "";
  position: absolute;
  top: var(--y, 0px);
  left: var(--x, 0px);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(145, 61, 255, 0.322) 0%, transparent 100%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.btn:hover::before {
  opacity: 1;
}
.Footer {
  width: 100%;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.322);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(170, 132, 255, 0.5);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}
.footerNav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerNav a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.footerNav a:hover {
  color: #aa84ff;
}
.copyright {
  color: #ccc;
  font-size: 0.9rem;
}
@keyframes GV {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  nav {
    top: 1rem;
    width: 90%;
    padding: 2.7vw 5vw;
  }
  ul {
    font-size: 2vw;
  }
  .home {
    min-height: 80vh;
    height: auto;
  }
  .group3 {
    transform: scale(1);
  }
  .Clients {
    min-height: 100vh;
    height: auto;
  }
  .Video-title {
    padding: 0.4rem 0rem;
    top: 55%;
  }
  .Header1 {
    font-size: 4.5vw;
    width: auto;
  }
  .Para1 {
    font-size: 1.5vw;
  }
  .button {
    padding: 1.2vw;
    font-size: 1.7vw;
    border-radius: 12px;
  }
  .Clients {
    min-height: 50vh;
    height: auto;
  }
  .ClientHeader {
    font-size: 3vw;
  }
  .Profile {
    gap: 13px;
    padding: 60px 0px;
  }
  .card {
    width: 18vw;
    height: 25vw;
  }
  .profile-img {
    width: 10vw;
    height: 10vw;
  }
  .text-title {
    font-size: 1.8vw;
    width: 150%;
  }
  .text-body {
    font-size: 1.1vw;
  }
  .carousel {
    margin-bottom: 39px;
  }
  .Long-form {
    min-height: 80vw;
    height: auto;
  }
  .Longformtext {
    font-size: 3.2vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .Long-form iframe {
    height: 50vw;
    width: 90vw;
    margin-bottom: 3vh;
    margin-top: 2vh;
    border: 1.5px solid #9b5cff;
    box-shadow: 0 0 1px rgba(162, 0, 255, 0.4);
  }
  .Long-form iframe:hover {
    box-shadow: 0 0 15px rgba(162, 0, 255, 0.6);
  }
  .ShortForm {
    min-height: 50vw;
    height: auto;
  }
  .ShortFormtext {
    font-size: 3.2vw;
    margin-top: 5%;
  }
  .ShortForm-videos iframe {
    width: 29vw;
    height: 52vw;
  }
  .FAQ {
    min-height: 50vh;
    height: auto;
  }
  .FAQtext {
    margin-top: 6%;
    font-size: 3.7vw;
  }
  .faq-header {
    margin-top: 0%;
    padding: 5% 6%;
  }
  .FAQtitle {
    font-size: 4.9vw;
    margin-bottom: 0%;
  }
  .FAQpara {
    font-size: 2vw;
  }
  .FAQlink {
    font-size: 2.2vw;
  }
  .container {
    width: 92%;
  }
  .num {
    font-size: 2.6vw;
  }
  summary {
    font-size: 2.4vw;
  }
  .info {
    font-size: 2vw;
  }
  .accordion_outer {
    margin-top: 3%;
    margin-bottom: 7%;
  }
  .Contact {
    min-height: 90vh;
    height: auto;
  }
  .glow-card {
    width: 84%;
    padding: 8.4vw;
    top: 40.5%;
  }
  .stars {
    margin-top: 0%;
    margin-bottom: 20px;
  }
  .title2 {
    font-size: 3.8vw;
    margin-bottom: 33px;
  }
  .btn {
    padding: 1.1vw 3.5vw;
    margin-bottom: 0%;
    font-size: 2.3vw;
  }
  .Footer {
    align-items: center;
    padding: 0.5rem 2rem;
  }
  .footerNav ul {
    width: 100%;
    font-size: 1.4vw;
    gap: 4vw;
    margin: 2%;
  }
  .copyright {
    font-size: 1.4vw;
    margin: 2%;
  }
}
@media (max-width: 768px) {
  nav {
    top: 1rem;
    width: 90%;
    padding: 3.5vw 5vw;
  }
  ul {
    font-size: 2.3vw;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  .home {
    min-height: 80vh;
    height: auto;
  }
  .group3 {
    transform: scale(0.9);
  }
  .Clients {
    min-height: 80vh;
    height: auto;
  }
  .Video-title {
    padding: 0.4rem 4rem;
  }
  .Header1 {
    font-size: 5.5vw;
    width: auto;
  }
  .Para1 {
    font-size: 2vw;
  }
  .button {
    padding: 1.5vw;
    font-size: 2vw;
    border-radius: 9px;
  }
  .ClientHeader {
    font-size: 4vw;
  }
  .card {
    width: 25vw;
    height: 35vw;
  }
  .profile-img {
    width: 15vw;
    height: 15vw;
  }
  .text-title {
    font-size: 2.6vw;
    width: 150%;
  }
  .text-body {
    font-size: 1.5vw;
  }
  .carousel {
    margin-bottom: 39px;
  }
  .Long-form {
    min-height: 80vw;
    height: auto;
  }
  .Longformtext {
    font-size: 4vw;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .Long-form iframe {
    height: 55vw;
    width: 90vw;
    margin-bottom: 3vh;
    margin-top: 1vh;
    border: 1.5px solid #9b5cff;
    box-shadow: 0 0 1px rgba(162, 0, 255, 0.4);
  }
  .Long-form iframe:hover {
    box-shadow: 0 0 15px rgba(162, 0, 255, 0.6);
  }
  .ShortForm {
    min-height: 50vw;
    height: auto;
  }
  .ShortFormtext {
    font-size: 4vw;
    margin-top: 9%;
  }
  .ShortForm-videos {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    scroll-behavior: smooth;
  }
  .ShortForm-videos iframe {
    width: 49vw;
    height: 87vw;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .ShortForm-videos::-webkit-scrollbar {
    display: none;
  }
  .FAQ {
    min-height: 80vh;
    height: auto;
  }
  .FAQtext {
    margin-top: 6%;
    font-size: 5vw;
  }
  .faq-header {
    margin-top: 4%;
  }
  .FAQtitle {
    font-size: 7vw;
    margin-bottom: 5%;
  }
  .FAQpara {
    font-size: 2.6vw;
  }
  .FAQlink {
    font-size: 2.9vw;
  }
  .container {
    width: 92%;
  }
  .num {
    font-size: 3vw;
  }
  summary {
    font-size: 3.4vw;
  }
  .info {
    font-size: 2.6vw;
  }
  .accordion_outer {
    margin-top: 2%;
    margin-bottom: 7%;
  }
  .Contact {
    min-height: 90vh;
    height: auto;
  }
  .glow-card {
    width: 90%;
    padding: 9.5vw;
    top: 39.5%;
  }
  .stars {
    margin-top: 2%;
    margin-bottom: 15px;
  }
  .title2 {
    font-size: 4.5vw;
  }
  .btn {
    padding: 2.1vw 5.7vw;
    margin-bottom: 1%;
    font-size: 3vw;
  }
  .Footer {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 2rem;
  }
  .footerNav ul {
    margin-bottom: 1%;
    width: 100%;
    font-size: 2.8vw;
    gap: 6vw;
  }
  .copyright {
    padding: 2%;
    font-size: 2vw;
  }
}
@media (max-width: 480px) {
  body::-webkit-scrollbar {
    display: none;
  }
  nav {
    top: 0rem;
    width: 110%;
    padding: 8vw 5vw;
    border-radius: 0px;
  }
  ul {
    font-size: 3.2vw;
  }
  .home {
    min-height: 90vh;
    height: auto;
  }
  .group3 {
    transform: scale(0.7);
  }
  .Clients {
    min-height: 80vh;
    height: auto;
  }
  .Video-title {
    padding: 0.4rem 4rem;
  }
  .Header1 {
    font-size: 8vw;
    max-width: 340px;
    width: auto;
  }
  .Para1 {
    font-size: 2.4vw;
    max-width: 350px;
  }
  .button {
    padding: 3vw;
    font-size: 3.5vw;
    border-radius: 9px;
  }
  .ClientHeader {
    font-size: 7vw;
  }
  .card {
    width: 40vw;
    height: 55vw;
  }
  .profile-img {
    width: 22vw;
    height: 22vw;
  }
  .text-title {
    font-size: 4vw;
    width: 120%;
  }
  .text-body {
    font-size: 2.2vw;
  }
  .carousel {
    margin-bottom: 39px;
  }
  .Long-form {
    min-height: 80vw;
    height: auto;
  }
  .Longformtext {
    font-size: 6.2vw;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .Long-form iframe {
    height: 55vw;
    width: 90vw;
    margin-bottom: 3vh;
    margin-top: 1vh;
    border: 1.5px solid #9b5cff;
    box-shadow: 0 0 1px rgba(162, 0, 255, 0.4);
  }
  .Long-form iframe:hover {
    box-shadow: 0 0 15px rgba(162, 0, 255, 0.6);
  }
  .ShortForm {
    min-height: 50vw;
    height: auto;
  }
  .ShortFormtext {
    font-size: 6.2vw;
    margin-top: 9%;
  }
  .ShortForm-videos iframe {
    width: 59vw;
    height: 106vw;
  }
  .FAQtext {
    margin-top: 6%;
    font-size: 6.2vw;
  }
  .container {
    width: 92%;
  }
  .num {
    font-size: 3.3vw;
  }
  summary {
    font-size: 4vw;
  }
  .FAQ {
    min-height: 80vh;
    height: auto;
  }
  .faq-header {
    margin-top: 4%;
  }
  .accordion_outer {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .Contact {
    min-height: 90vh;
    height: auto;
  }
  .glow-card {
    width: 90%;
    padding: 10vw;
    top: 39.5%;
  }
  .stars {
    transform: scale(0.9);
    margin-top: 2%;
    margin-bottom: 15px;
  }
  .title2 {
    font-size: 5.5vw;
  }
  .btn {
    padding: 3.1vw 5.7vw;
    margin-bottom: 1%;
    font-size: 3.5vw;
  }
  .Footer {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 2rem;
  }
  .footerNav ul {
    margin-bottom: 1%;
    width: 100%;
    font-size: 3.1vw;
  }
  .copyright {
    padding: 2%;
    font-size: 2vw;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 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;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
