/*! 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-red-200: oklch(88.5% 0.062 18.334);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #181818;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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);
    --font-kalam: "Kalam", sans-serif;
    --font-body: "Manrope",sans-serif;
    --color-blue: #1ca8cb;
    --color-border: #e1e4e5;
    --color-btn-bg: rgba(255,255,255, .25);
    --color-bg: #0a1f24;
    --color-gray: #687179;
    --color-light-gray: #f7f7f7;
    --color-green: #113d48;
    --color-dark: #oa1f24;
    --color-gray-2: rgb(169, 175, 191);
    --color-light-blue: #e1eff3;
    --color-btn: #113d48;
    --color-star: rgb(241, 101, 34);
    --color-reviews: #1d3638;
    --color-input: #727171;
    --color-foooter-bg: #242625;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .-top-72 {
    top: calc(var(--spacing) * -72);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[64px\] {
    top: 64px;
  }
  .top-\[500px\] {
    top: 500px;
  }
  .-right-6 {
    right: calc(var(--spacing) * -6);
  }
  .-right-90 {
    right: calc(var(--spacing) * -90);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-\[5\.5rem\] {
    bottom: 5.5rem;
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .-left-14 {
    left: calc(var(--spacing) * -14);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[-2\] {
    z-index: -2;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 68.75) {
      max-width: 68.75;
    }
    @media (width >= 26.563rem) {
      max-width: 26.563rem;
    }
    @media (width >= 36rem) {
      max-width: 36rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 62rem) {
      max-width: 62rem;
    }
    @media (width >= 67.5rem) {
      max-width: 67.5rem;
    }
    @media (width >= 75rem) {
      max-width: 75rem;
    }
    @media (width >= 87.5rem) {
      max-width: 87.5rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 100rem) {
      max-width: 100rem;
    }
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[400px\] {
    margin-top: calc(400px * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1655px\] {
    max-width: 1655px;
  }
  .flex-1 {
    flex: 1;
  }
  .translate-y-\[-100\%\] {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#00A3C7\] {
    border-color: #00A3C7;
  }
  .border-blue {
    border-color: var(--color-blue);
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#181818\] {
    background-color: #181818;
  }
  .bg-\[\#E6F5FB\] {
    background-color: #E6F5FB;
  }
  .bg-\[rgba\(28\,168\,203\,\.5\)\] {
    background-color: rgba(28,168,203,.5);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #181818 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-btn {
    background-color: var(--color-btn);
  }
  .bg-btn-bg {
    background-color: var(--color-btn-bg);
  }
  .bg-foooter-bg {
    background-color: var(--color-foooter-bg);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-pink-300 {
    background-color: var(--color-pink-300);
  }
  .bg-pink-400 {
    background-color: var(--color-pink-400);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\/images\/bg\.jpg\'\)\] {
    background-image: url('../images/bg.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/choose-us-bg-2\.jpg\'\)\] {
    background-image: url('../images/choose-us-bg-2.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/cta-color-bg\.jpg\'\)\] {
    background-image: url('../images/cta-color-bg.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/hero\.jpg\'\)\] {
    background-image: url('../images/hero.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/map-bg\.webp\'\)\] {
    background-image: url('../images/map-bg.webp');
  }
  .from-\[rgba\(37\,37\,37\,0\)\] {
    --tw-gradient-from: rgba(37,37,37,0);
    --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-\[\#252525\] {
    --tw-gradient-to: #252525;
    --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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[110px\] {
    padding-block: 110px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pt-\[400px\] {
    padding-top: 400px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-36 {
    padding-bottom: calc(var(--spacing) * 36);
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-kalam {
    font-family: var(--font-kalam);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .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-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[46px\] {
    --tw-leading: 46px;
    line-height: 46px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#0f172a\] {
    color: #0f172a;
  }
  .text-\[\#00A3C7\] {
    color: #00A3C7;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-input {
    color: var(--color-input);
  }
  .text-reviews {
    color: var(--color-reviews);
  }
  .text-star {
    color: var(--color-star);
  }
  .text-white {
    color: var(--color-white);
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0_4px_50px_0_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 4px 50px 0 var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:translate-x-2 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-blue\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1ca8cb 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blue) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .xsm\:flex-row {
    @media (width >= 26.563rem) {
      flex-direction: row;
    }
  }
  .sm\:mx-\[40px\] {
    @media (width >= 36rem) {
      margin-inline: 40px;
    }
  }
  .sm\:inline {
    @media (width >= 36rem) {
      display: inline;
    }
  }
  .sm\:max-w-\[540px\] {
    @media (width >= 36rem) {
      max-width: 540px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 36rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 36rem) {
      flex-direction: row;
    }
  }
  .sm\:px-0 {
    @media (width >= 36rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-\[50px\] {
    @media (width >= 36rem) {
      padding-inline: 50px;
    }
  }
  .sm\:px-\[70px\] {
    @media (width >= 36rem) {
      padding-inline: 70px;
    }
  }
  .sm\:pt-\[250px\] {
    @media (width >= 36rem) {
      padding-top: 250px;
    }
  }
  .sm\:pl-12 {
    @media (width >= 36rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 36rem) {
      font-size: 32px;
    }
  }
  .sm\:text-\[34px\] {
    @media (width >= 36rem) {
      font-size: 34px;
    }
  }
  .sm\:text-\[45px\] {
    @media (width >= 36rem) {
      font-size: 45px;
    }
  }
  .sm\:leading-\[55px\] {
    @media (width >= 36rem) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .md\:mx-\[30px\] {
    @media (width >= 48rem) {
      margin-inline: 30px;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:max-w-\[240px\] {
    @media (width >= 48rem) {
      max-width: 240px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[720px\] {
    @media (width >= 48rem) {
      max-width: 720px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-2 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:px-\[12px\] {
    @media (width >= 48rem) {
      padding-inline: 12px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:pl-\[5\.5rem\] {
    @media (width >= 48rem) {
      padding-left: 5.5rem;
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:leading-\[50px\] {
    @media (width >= 48rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 62rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:inline {
    @media (width >= 62rem) {
      display: inline;
    }
  }
  .lg\:h-\[160px\] {
    @media (width >= 62rem) {
      height: 160px;
    }
  }
  .lg\:w-\[42\%\] {
    @media (width >= 62rem) {
      width: 42%;
    }
  }
  .lg\:w-\[58\%\] {
    @media (width >= 62rem) {
      width: 58%;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 62rem) {
      width: 500px;
    }
  }
  .lg\:max-w-\[960px\] {
    @media (width >= 62rem) {
      max-width: 960px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 62rem) {
      flex: 1;
    }
  }
  .lg\:grid-cols-\[40\%_25\%_35\%\] {
    @media (width >= 62rem) {
      grid-template-columns: 40% 25% 35%;
    }
  }
  .lg\:flex-col {
    @media (width >= 62rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 62rem) {
      flex-direction: row;
    }
  }
  .lg\:px-0 {
    @media (width >= 62rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-3 {
    @media (width >= 62rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-8 {
    @media (width >= 62rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-0 {
    @media (width >= 62rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-5 {
    @media (width >= 62rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .lg\:pl-10 {
    @media (width >= 62rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:pl-16 {
    @media (width >= 62rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 62rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[44px\] {
    @media (width >= 62rem) {
      font-size: 44px;
    }
  }
  .lg\:leading-\[45px\] {
    @media (width >= 62rem) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .next-lg\:grid-cols-5 {
    @media (width >= 67.5rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:top-90 {
    @media (width >= 75rem) {
      top: calc(var(--spacing) * 90);
    }
  }
  .xl\:-bottom-14 {
    @media (width >= 75rem) {
      bottom: calc(var(--spacing) * -14);
    }
  }
  .xl\:-bottom-20 {
    @media (width >= 75rem) {
      bottom: calc(var(--spacing) * -20);
    }
  }
  .xl\:-left-12 {
    @media (width >= 75rem) {
      left: calc(var(--spacing) * -12);
    }
  }
  .xl\:left-12 {
    @media (width >= 75rem) {
      left: calc(var(--spacing) * 12);
    }
  }
  .xl\:left-\[420px\] {
    @media (width >= 75rem) {
      left: 420px;
    }
  }
  .xl\:mx-\[20px\] {
    @media (width >= 75rem) {
      margin-inline: 20px;
    }
  }
  .xl\:mt-\[20px\] {
    @media (width >= 75rem) {
      margin-top: 20px;
    }
  }
  .xl\:mb-12 {
    @media (width >= 75rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .xl\:flex {
    @media (width >= 75rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 75rem) {
      display: none;
    }
  }
  .xl\:inline {
    @media (width >= 75rem) {
      display: inline;
    }
  }
  .xl\:h-\[400px\] {
    @media (width >= 75rem) {
      height: 400px;
    }
  }
  .xl\:w-\[30\%\] {
    @media (width >= 75rem) {
      width: 30%;
    }
  }
  .xl\:w-\[70\%\] {
    @media (width >= 75rem) {
      width: 70%;
    }
  }
  .xl\:w-\[890px\] {
    @media (width >= 75rem) {
      width: 890px;
    }
  }
  .xl\:max-w-\[1140px\] {
    @media (width >= 75rem) {
      max-width: 1140px;
    }
  }
  .xl\:max-w-\[1160px\] {
    @media (width >= 75rem) {
      max-width: 1160px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 75rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[28\%_20\%_25\%_25\%\] {
    @media (width >= 75rem) {
      grid-template-columns: 28% 20% 25% 25%;
    }
  }
  .xl\:gap-5 {
    @media (width >= 75rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:rounded-\[10px\] {
    @media (width >= 75rem) {
      border-radius: 10px;
    }
  }
  .xl\:border-r {
    @media (width >= 75rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .xl\:border-l-2 {
    @media (width >= 75rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }
  .xl\:border-gray-2 {
    @media (width >= 75rem) {
      border-color: var(--color-gray-2);
    }
  }
  .xl\:bg-transparent {
    @media (width >= 75rem) {
      background-color: transparent;
    }
  }
  .xl\:p-3 {
    @media (width >= 75rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .xl\:p-18 {
    @media (width >= 75rem) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .xl\:px-6 {
    @media (width >= 75rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 75rem) {
      padding-inline: 30px;
    }
  }
  .xl\:pt-\[40px\] {
    @media (width >= 75rem) {
      padding-top: 40px;
    }
  }
  .xl\:pt-\[70px\] {
    @media (width >= 75rem) {
      padding-top: 70px;
    }
  }
  .xl\:pt-\[350px\] {
    @media (width >= 75rem) {
      padding-top: 350px;
    }
  }
  .xl\:pr-0 {
    @media (width >= 75rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-0 {
    @media (width >= 75rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-\[50px\] {
    @media (width >= 75rem) {
      padding-left: 50px;
    }
  }
  .xl\:text-\[44px\] {
    @media (width >= 75rem) {
      font-size: 44px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 75rem) {
      font-size: 48px;
    }
  }
  .xl\:text-\[53px\] {
    @media (width >= 75rem) {
      font-size: 53px;
    }
  }
  .xl\:text-\[54px\] {
    @media (width >= 75rem) {
      font-size: 54px;
    }
  }
  .xxlg\:hidden {
    @media (width >= 87.5rem) {
      display: none;
    }
  }
  .xxlg\:inline {
    @media (width >= 87.5rem) {
      display: inline;
    }
  }
  .xxlg\:pr-\[20px\] {
    @media (width >= 87.5rem) {
      padding-right: 20px;
    }
  }
  .xxlg\:text-\[74px\] {
    @media (width >= 87.5rem) {
      font-size: 74px;
    }
  }
  .xxlg\:leading-\[70px\] {
    @media (width >= 87.5rem) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }
  .xlg\:w-full {
    @media (width >= 100rem) {
      width: 100%;
    }
  }
  .xlg\:pl-0 {
    @media (width >= 100rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
}
.btn-swipe {
  position: relative;
  overflow: hidden;
}
.btn-swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  z-index: 0;
}
.btn-swipe:hover::before {
  transform: translateX(0);
}
.btn-swipe > * {
  position: relative;
  z-index: 10;
}
.btn-2-swipe {
  position: relative;
  overflow: hidden;
}
.btn-2-swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1ca8cb;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  z-index: 0;
}
.btn-2-swipe:hover::before {
  transform: translateX(0);
}
.btn-2-swipe > * {
  position: relative;
  z-index: 10;
}
.btn-3-swipe {
  position: relative;
  overflow: hidden;
}
.btn-3-swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #181818;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  z-index: 0;
}
.btn-3-swipe:hover::before {
  transform: translateX(0);
}
.btn-3-swipe > * {
  position: relative;
  z-index: 10;
}
.btn-4-swipe {
  position: relative;
  overflow: hidden;
}
.btn-4-swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #181818;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  z-index: 0;
}
.btn-4-swipe:hover::before {
  transform: translateX(0);
}
.btn-4-swipe > * {
  position: relative;
  z-index: 10;
}
.btn-5-swipe {
  position: relative;
  overflow: hidden;
}
.btn-5-swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1ca8cb;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
  z-index: 0;
}
.btn-5-swipe:hover::before {
  transform: translateX(0);
}
.btn-5-swipe > * {
  position: relative;
  z-index: 10;
}
.header-main.nav-up {
  transform: translateY(-100%);
}
.header-main.nav-down {
  transform: translateY(0);
  background-color: #1ca8cb;
  padding: 12px 0;
  height: auto;
}
.header-main.nav-up {
  transform: translateY(-100%);
}
.header-main.nav-down {
  transform: translateY(0);
  background-color: #1ca8cb;
  padding: 12px 0;
  height: auto;
}
@media (max-width: 1200px) {
  .header-main.nav-up {
    transform: translateY(-100%);
  }
  .header-main.nav-down {
    transform: translateY(0);
    background-color: black;
    height: auto;
  }
}
@keyframes floatUpDown {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.floating-box {
  animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floathorizontal {
  0%,100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(25px);
  }
}
.horizontal-box {
  animation: floathorizontal 3s ease-in-out infinite;
}
.vertical_box {
  animation: floatVertical 3s ease-in-out infinite;
}
@keyframes floatVertical {
  0% ,100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
}
@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-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-leading {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-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-leading: initial;
      --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-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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
