/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
* {
  font-family: Outfit, sans-serif !important;
}
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} */

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
/* 
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
} */

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/* ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} */

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1280px !important;
}

/* @media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
} */


@media (max-width: 991px) {
  .container {
    /* max-width: 992px; */
    max-width: 100% !important;
  }
}

/* @media (min-width: 1074px) {
  .container {
    max-width: 1074px !important;
  }
} */

/* @media (min-width: 1154px) {
  .container {
    max-width: 1154px !important;
  }
} */
/* footer .container {
  max-width: 1220px !important;
} */
.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-\[-10px\] {
  top: -10px;
}

.top-\[-20px\] {
  top: -20px;
}

.top-\[380px\] {
  top: 380px;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.\!mt-3 {
  margin-top: 0.75rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-\[-80px\] {
  margin-top: -80px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[38px\] {
  height: 38px;
}

.h-full {
  height: 100%;
}

.max-h-\[340px\] {
  max-height: 340px;
}

.min-h-\[110px\] {
  min-height: 110px;
}

.min-h-\[112px\] {
  min-height: 112px;
}

.min-h-\[340px\] {
  min-height: 340px;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[37px\] {
  width: 37px;
}

.w-\[38px\] {
  width: 38px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1150px\] {
  max-width: 1150px;
}

.max-w-\[1208px\] {
  max-width: 1208px;
}

.max-w-\[1356px\] {
  max-width: 1356px;
}

.max-w-\[1500px\] {
  max-width: 1500px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[256px\] {
  max-width: 256px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[552px\] {
  max-width: 552px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.break-words {
  overflow-wrap: break-word;
}

.break-keep {
  word-break: keep-all;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#252525\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity));
}

.border-\[\#454545\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}

.border-\[\#949494\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.bg-\[\#0E0E0E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 14 / var(--tw-bg-opacity));
}

.bg-\[\#F7F9FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(132 239 132 / var(--tw-bg-opacity));
}

.bg-secondary-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.\!pt-\[150px\] {
  padding-top: 150px !important;
}

.\!pt-\[200px\] {
  padding-top: 200px !important;
}

.\!pt-\[90px\] {
  padding-top: 90px !important;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-\[68px\] {
  padding-bottom: 68px;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.ps-\[60px\] {
  padding-inline-start: 60px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-\[110px\] {
  padding-top: 110px;
}

.pt-\[130px\] {
  padding-top: 130px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-custom {
  font-family: Outfit, sans-serif;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[84px\] {
  font-size: 84px;
}

.text-\[8px\] {
  font-size: 8px;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[700\] {
  font-weight: 700;
}

.font-\[800\] {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[101px\] {
  line-height: 101px;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#5a5a5a\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(132 239 132 / var(--tw-text-opacity));
}

.text-secondary-black {
  --tw-text-opacity: 1;
  color: rgb(34 40 43 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.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);
}

.drop-shadow-\[5px_5px_15px_rgba\(79\2c 106\2c 251\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(5px 5px 15px rgba(79,106,251,0.3));
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* @import './fonts.css'; */

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Bold.woff2') format('woff2'),
        url('./fonts/Outfit-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('./fonts/Outfit-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Black.woff2') format('woff2'),
        url('./fonts/Outfit-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Regular.woff2') format('woff2'),
        url('./fonts/Outfit-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Thin.woff2') format('woff2'),
        url('./fonts/Outfit-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('./fonts/Outfit-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('./fonts/Outfit-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Medium.woff2') format('woff2'),
        url('./fonts/Outfit-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Outfit';

  src: url('./fonts/Outfit-Light.woff2') format('woff2'),
        url('./fonts/Outfit-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

.btn-green {
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 239 132 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-green {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 11px;
  }
}

@media (min-width: 991px) {
  .btn-green {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 13px;
  }
}

.btn-black {
  min-height: 37px;
  min-width: 123px;
  max-width: 120px;
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-black {
    min-height: 50px;
    min-width: 170px;
    max-width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
  }
}

@media (min-width: 991px) {
  .btn-black {
    min-height: 58px;
    min-width: 192px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
  }
}

.nav-link {
  padding: 0px !important;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 11px;
  }
}

@media (min-width: 991px) {
  .nav-link {
    font-size: 13px;
  }
}

.scroll-img {
  max-height: 38px;
  min-height: 38px;
}

.category-img {
  display: block;
  height: 100%;
  max-height: 58px;
  width: 100%;
  max-width: 87px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .category-img {
    max-height: 86px;
    max-width: 129px;
  }
}

@media (min-width: 991px) {
  .category-img {
    border-radius: 25px;
  }
}

.category-para {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .category-para {
    font-size: 21px;
    line-height: 27px;
  }
}

/* @layer components {
    .my-custom-style {

    }
  } */

/* @layer base {
    h1 {
      @apply text-2xl;
    }
    h2 {
      @apply text-xl;
    }

  } */

.scrolled {
  top: 0 !important;
}

.sidebar {
  right: 0;
  display: flex;
  flex-direction: column;
  transform: translatex(100%);
  transition: transform 0.4s ease-in-out;
}

.sidebar.open {
  transform: translatex(0);
}

.hamburger {
  transition: transform 0.3s ease-in-out;
}

.line {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.open .line1 {
  transform: translateY(6px) rotate(45deg);
}

.open .line2 {
  opacity: 0;
}

.open .line3 {
  transform: translateY(-6px) rotate(-45deg);
}

/* end sidebar */

.carousel {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
}

.carousel-item {
  flex: 0 0 100%;
  scroll-snap-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-150px * 6));
  }
}

.slider {
  /* background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider::before, .slider::after {
  background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(150px * 12);
}

.slider .slide {
  /* height: 100px; */
  width: 150px;
}

/* marquee */

.marquee {
  display: flex;
  width: 200%;
  animation: bannermove 20s linear infinite;
}

.marquee.riverse {
  animation: bannerReverse  20s linear infinite;
}

.marquee.paused {
  animation-play-state: paused;
}

.marquee ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.marquee li {
  width: -moz-max-content;
  width: max-content;
}

/* Forward animation */

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Reverse animation */

@keyframes bannerReverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .marquee {
    width: 300%;
    animation: bannermove 15s linear infinite;
  }

  .marquee.riverse {
    animation: bannerReverse  15s linear infinite;
  }

  @keyframes bannermove {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  /* Reverse animation */

  @keyframes bannerReverse {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(0);
    }
  }
}

.custom-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow:hover {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

.slick-disabled {
  cursor: default;
}

.quote-paragraph {
  position: relative;
  padding-left: 0;
}

.quote-paragraph::before {
  content: '“';
  position: absolute;
  left: -20px;
  top: 0;
}

.slick-slide {
  overflow: hidden;
}

.quote-paragraph::after {
  content: '”';
  position: absolute;
  right: -20px;
  bottom: 0;
}

/* <br class="hidden lg:block"> */

#tabWraper {
  display: flex;
}

.sub-banner {
  /* background-color: red !important; */
  padding-bottom: 50px !important;
  min-height: 300px !important;
}

.sub-content {
  margin-top: 0 !important;
}

.logo-slider, .logo-slider-ready {
  --slider-duration: 10s;
  --slider-gap: max(16px, max(16px, 2vw));
  --min-width: 320;
  --max-width: 1400;
  overflow: hidden;
  max-width: 1400px;
  min-width: 320px;
  width: 100%;
  display: flex;
  padding-block: 5px;
  margin: 0 auto;
}

@keyframes marquee-1 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-50% - (var(--slider-gap) * 2)));
  }
}

.logo-slider > div, .logo-slider-ready > div {
  display: flex;
  align-items: center;
  animation: marquee-1 calc(var(--slider-duration) + (var(--variable-duration, 0s) * 10)) linear infinite;
  justify-content: space-between;
  gap: var(--slider-gap);
}

.logo-slider > div img, .logo-slider-ready > div img {
  height: clamp(50%, 10vw, 100%);
  max-width: 150px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.logo-slider > div:hover {
  animation-play-state: paused;
}

/* @media (min-width: 1000px) {
  .logo-slider {
    -webkit-mask-image: linear-gradient(to right, transparent, white 10vw, white calc(100% - 10vw), transparent);
  }
} */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:h-\[60\%\]::before {
  content: var(--tw-content);
  height: 60%;
}

.before\:w-\[100\%\]::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-\[\#0E0E0E\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 14 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.hover\:animate-pulse:hover {
  animation: pulse var(--tw-animate-duration, 2s) var(--tw-animate-easing, cubic-bezier(0.4, 0, 0.6, 1)) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(132 239 132 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:animate-infinite:hover {
  --tw-animate-iteration: infinite;
  animation-iteration-count: var(--tw-animate-iteration);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-\[400px\] {
    left: 400px;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:me-4 {
    margin-inline-end: 1rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-\[33px\] {
    height: 33px;
  }

  .md\:h-\[38px\] {
    height: 38px;
  }

  .md\:h-\[42px\] {
    height: 42px;
  }

  .md\:max-h-\[420px\] {
    max-height: 420px;
  }

  .md\:min-h-\[160px\] {
    min-height: 160px;
  }

  .md\:min-h-\[220px\] {
    min-height: 220px;
  }

  .md\:min-h-\[44px\] {
    min-height: 44px;
  }

  .md\:min-h-\[auto\] {
    min-height: auto;
  }

  .md\:w-\[33px\] {
    width: 33px;
  }

  .md\:w-\[38px\] {
    width: 38px;
  }

  .md\:w-\[42px\] {
    width: 42px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:max-w-\[365px\] {
    max-width: 365px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgb(34 40 43 / var(--tw-border-opacity));
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-\[31px\] {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pe-0 {
    padding-inline-end: 0px;
  }

  .md\:ps-0 {
    padding-inline-start: 0px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[150px\] {
    padding-top: 150px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-end {
    text-align: end;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

  .md\:leading-\[20px\] {
    line-height: 20px;
  }

  .md\:leading-\[22px\] {
    line-height: 22px;
  }

  .md\:leading-\[25px\] {
    line-height: 25px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[35px\] {
    line-height: 35px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .md\:tracking-\[2px\] {
    letter-spacing: 2px;
  }

  .md\:no-underline {
    text-decoration-line: none;
  }

  .md\:before\:h-\[42\%\]::before {
    content: var(--tw-content);
    height: 42%;
  }
}

@media (min-width: 991px) {
  .lg\:left-\[530px\] {
    left: 530px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[35px\] {
    height: 35px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:max-h-\[520px\] {
    max-height: 520px;
  }

  .lg\:min-h-\[188px\] {
    min-height: 188px;
  }

  .lg\:min-h-\[212px\] {
    min-height: 212px;
  }

  .lg\:w-\[45px\] {
    width: 45px;
  }

  .lg\:max-w-\[120px\] {
    max-width: 120px;
  }

  .lg\:max-w-\[330px\] {
    max-width: 330px;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[460px\] {
    max-width: 460px;
  }

  .lg\:max-w-\[465px\] {
    max-width: 465px;
  }

  .lg\:max-w-\[470px\] {
    max-width: 470px;
  }

  .lg\:max-w-\[520px\] {
    max-width: 520px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:space-x-\[35px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-\[145px\] {
    padding-bottom: 145px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:ps-\[100px\] {
    padding-inline-start: 100px;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[235px\] {
    padding-top: 235px;
  }

  .lg\:text-\[13px\] {
    font-size: 13px;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[37px\] {
    font-size: 37px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[51px\] {
    font-size: 51px;
  }

  .lg\:text-\[75px\] {
    font-size: 75px;
  }

  .lg\:leading-\[16px\] {
    line-height: 16px;
  }

  .lg\:leading-\[22px\] {
    line-height: 22px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[25px\] {
    line-height: 25px;
  }

  .lg\:leading-\[27px\] {
    line-height: 27px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[46px\] {
    line-height: 46px;
  }

  .lg\:leading-\[54px\] {
    line-height: 54px;
  }

  .lg\:leading-\[61px\] {
    line-height: 61px;
  }

  .lg\:leading-\[90px\] {
    line-height: 90px;
  }
}




.merchant-accordion .merchant-accordion {
  position: relative;
  /* border-left: 1px dashed #AFAFAF; */
}

.merchant-accordion .merchant-accordion::before {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #AFAFAF;
  position: absolute;
  left: 0;
  top: 20px;
  max-height: calc(100% - 30px);
}
.merchant-accordion .accordion-item {
  position: relative;
}

.merchant-accordion .accordion-item::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #AFAFAF;
  position: absolute;
  left: -6px;
  top: 10px;
}


.merchant-accordion .accordion-item.active::before {
  background-color: #000;
}

.merchant-accordion .accordion-item.active button {
  color: #000;
}
.merchant-accordion .accordion-item button {
  color: #AFAFAF;
}


.employee-slide .slick-arrow {
  display: none !important;
}










.tag-list {
  width: 100%;
  max-width: calc(100vw - 60px);
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem 0;
  position: relative;
  padding: 1.5rem 0;
  overflow: hidden;
}

.loop-slider .inner {
  display: flex;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}
.tag {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  /* padding: 0.7rem 1rem; */
  margin-right: 1rem; 

}

/* .fade {
  pointer-events: none;
  background: linear-gradient(90deg, #1e293b, transparent 30%, transparent 70%, #1e293b);
  position: absolute;
  inset: 0;
} */

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.required-asterisk {
  color: red;
  font-weight: bold;
  margin-left: 2px;
}

.tabActive {
  font-weight: 600 !important;
  opacity: 1 !important;
}

 button.lmnTabbtn svg {
  fill: #949494;
}
button.tabActive svg {
  fill: #000 !important;
}

@media (min-width: 768px) {
  .lmnTab .tab-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 100%;
    overflow-y: auto;
  }
}








@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import "tailwindcss";


@theme {
  --font-primary: "Outfit", "sans-serif"; 
}

@theme {
  --animate-swing: swingLeftRight 1.5s ease-in-out infinite;
  @keyframes swingLeftRight {
    0%, 100% { 
      transform: translateX(-5px); 
    }
    50% { 
      transform: translateX(5px); 
    }
  }
}
  
/* 
@tailwind base;
@tailwind components;
@tailwind utilities; */

 
/* .btn-green {
    @apply font-primary bg-green-400 text-black md:text-[11px] lg:text-[13px] font-[800] py-2.5 md:px-4 lg:px-8 rounded-[28px] tracking-[1px];
} */

.heading-1 {
  @apply font-primary text-[34px] leading-[40px] md:text-[40px] md:leading-[50px] lg:text-[60px] lg:leading-[74px] font-[600] ;
}

.heading-2 {
  @apply font-primary text-[30px] leading-[40px] md:text-[36px] md:leading-[46px] lg:text-[48px] lg:leading-[74px] font-[600] ;
}

.heading-3 {
  @apply font-primary text-[26px] leading-[32px] md:text-[28px] md:leading-[32px] lg:text-[40px] lg:leading-[50px] font-[600] ;
}



.para-1 {
  @apply font-primary text-[16px] leading-[22px]  md:text-[18px] md:leading-[24px] font-[400] ;
}



/* .btn-black {
    @apply font-primary bg-black text-white text-[12px] md:text-[15px] lg:text-[18px] font-[600] py-2.5 md:px-4 lg:px-8 rounded-[28px] tracking-[0] min-w-[123px] min-h-[37px] md:min-w-[170px] md:min-h-[50px] lg:min-w-[192px] lg:min-h-[58px];
} */


/*
.nav-link {
    @apply font-custom text-primary-black text-[13px] md:text-[11px] lg:text-[13px] leading-[15px] font-[800] uppercase tracking-[1px];
} */

.scroll-img {
    @apply max-h-[38px] min-h-[38px]
}

.category-img {
    @apply max-w-[87px] max-h-[58px] md:max-w-[129px] md:max-h-[86px] block w-full h-full object-contain rounded-[15px] lg:rounded-[25px] overflow-hidden flex-shrink-0
}


.category-para {
    @apply inline-block mx-8 text-[18px] leading-[24px] md:text-[21px] md:leading-[27px] font-normal mb-0 text-black    
} 

  /* @layer components {
    .my-custom-style {

    }
  } */


  /* @layer base {
    h1 {
      @apply text-2xl;
    }
    h2 {
      @apply text-xl;
    }

  } */

  .scrolled {
    top: 0 !important;
  }
  .sidebar {
    right: 0; 
    display: flex;
    flex-direction: column;
    transform: translatex(100%);
    transition: transform 0.4s ease-in-out;
}



.sidebar.open {
    transform: translatex(0);
  }

  .hamburger {
    transition: transform 0.3s ease-in-out;
  }
  .line {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .open .line1 {
    transform: translateY(6px) rotate(45deg);
  }
  .open .line2 {
    opacity: 0;
  }
  .open .line3 {
    transform: translateY(-6px) rotate(-45deg);
  }

   /* end sidebar */



  .carousel {
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;
}
.carousel-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
}









@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-150px * 6));
    }
  }
  .slider {
    /* background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
    width: calc(150px * 12);
  }
  .slider .slide {
    /* height: 100px; */
    width: 150px;
  }



  
  /* marquee */
  
  .marquee {
    display: flex;
    width: 200%;
    animation: bannermove 20s linear infinite;
  }
  .marquee.riverse {
    animation: bannerReverse  20s linear infinite;
  }
  
  @media only screen and (max-width: 767px) {
    .marquee {
      animation: bannermove 10s linear infinite;
    }
    .marquee.riverse {
      animation: bannerReverse  10s linear infinite;
    }
    
  }


  .marquee.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  .marquee ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .marquee li {
    width: max-content;
  }


/* Forward animation */
@keyframes bannermove {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  /* Reverse animation */
  @keyframes bannerReverse {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .custom-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    cursor: pointer;
  }
  .custom-arrow svg {
    stroke: #000;
  }


  .custom-arrow:hover {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
  }

  .custom-arrow.slick-disabled {
    cursor: default;
    opacity: 0.4;
  }








  .quote-paragraph {
    position: relative;
    padding-left: 0;
}
.quote-paragraph::before {
    content: '“';
    position: absolute;
    left: -20px;
    top: 0;
}

.quote-paragraph::after {
  content: '”';
  position: absolute;
  right: -20px;
  bottom: 0;
}


/* <br class="hidden lg:block"> */



@layer utilities {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px;
  }
}




.menu-list li {
  position: relative;
  font-size: 1rem; /* text-base */
  color: white;
  cursor: pointer;
}
.menu-list li.active {
  color: #22c55e;
}

.menu-list li.active::before {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 4px;
  width: 100%;
  background-color: #22c55e; /* green-500 */
}

@media (min-width: 768px) {
  .menu-list li.active::before {
    bottom: -15px;
  }
}