/*
! tailwindcss v3.4.10 | 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/tailwifvndcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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: Inter, sans-serif; /* 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%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-\[50\%\] {
  left: 50%;
}
.right-\[-100\%\] {
  right: -100%;
}
.top-0 {
  top: 0px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-left {
  float: left;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[0\.5rem\] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-\[0\.188rem\] {
  margin-bottom: 0.188rem;
}
.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}
.mb-\[1\.063rem\] {
  margin-bottom: 1.063rem;
}
.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}
.mb-\[1\.313rem\] {
  margin-bottom: 1.313rem;
}
.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}
.mb-\[1\.563rem\] {
  margin-bottom: 1.563rem;
}
.mb-\[1\.688rem\] {
  margin-bottom: 1.688rem;
}
.mb-\[1\.75rem\] {
  margin-bottom: 1.75rem;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mb-\[150px\] {
  margin-bottom: 150px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[171px\] {
  margin-bottom: 171px;
}
.mb-\[2\.125rem\] {
  margin-bottom: 2.125rem;
}
.mb-\[2\.188rem\] {
  margin-bottom: 2.188rem;
}
.mb-\[2\.563rem\] {
  margin-bottom: 2.563rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[2\.75rem\] {
  margin-bottom: 2.75rem;
}
.mb-\[2\.875rem\] {
  margin-bottom: 2.875rem;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[3\.063rem\] {
  margin-bottom: 3.063rem;
}
.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mb-\[3\.344rem\] {
  margin-bottom: 3.344rem;
}
.mb-\[3\.475rem\] {
  margin-bottom: 3.475rem;
}
.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}
.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}
.mb-\[3\.875rem\] {
  margin-bottom: 3.875rem;
}
.mb-\[3\.938rem\] {
  margin-bottom: 3.938rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[4\.063rem\] {
  margin-bottom: 4.063rem;
}
.mb-\[4\.125rem\] {
  margin-bottom: 4.125rem;
}
.mb-\[4\.25rem\] {
  margin-bottom: 4.25rem;
}
.mb-\[41px\] {
  margin-bottom: 41px;
}
.mb-\[49px\] {
  margin-bottom: 49px;
}
.mb-\[5\.313rem\] {
  margin-bottom: 5.313rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[63px\] {
  margin-bottom: 63px;
}
.mb-\[68px\] {
  margin-bottom: 68px;
}
.mb-\[7\.563rem\] {
  margin-bottom: 7.563rem;
}
.mb-\[71px\] {
  margin-bottom: 71px;
}
.mb-\[94px\] {
  margin-bottom: 94px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[0\.75rem\] {
  margin-left: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[-11px\] {
  margin-right: -11px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[-9\.375rem\] {
  margin-top: -9.375rem;
}
.mt-\[0\.188rem\] {
  margin-top: 0.188rem;
}
.mt-\[1\.063rem\] {
  margin-top: 1.063rem;
}
.mt-\[1\.125rem\] {
  margin-top: 1.125rem;
}
.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}
.mt-\[1\.375rem\] {
  margin-top: 1.375rem;
}
.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}
.mt-\[145px\] {
  margin-top: 145px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[2\.781rem\] {
  margin-top: 2.781rem;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[3\.438rem\] {
  margin-top: 3.438rem;
}
.mt-\[3\.563rem\] {
  margin-top: 3.563rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[49px\] {
  margin-top: 49px;
}
.mt-\[9\.063rem\] {
  margin-top: 9.063rem;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[155\/238\] {
  aspect-ratio: 155/238;
}
.aspect-\[168\/198\] {
  aspect-ratio: 168/198;
}
.aspect-\[370\/405\] {
  aspect-ratio: 370/405;
}
.aspect-\[528\/367\] {
  aspect-ratio: 528/367;
}
.aspect-\[725\/367\] {
  aspect-ratio: 725/367;
}
.h-\[10\.875rem\] {
  height: 10.875rem;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[2\.563rem\] {
  height: 2.563rem;
}
.h-\[2\.938rem\] {
  height: 2.938rem;
}
.h-\[22vw\] {
  height: 22vw;
}
.h-\[25\.25rem\] {
  height: 25.25rem;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[3\.188rem\] {
  height: 3.188rem;
}
.h-\[3\.375rem\] {
  height: 3.375rem;
}
.h-\[32\.875rem\] {
  height: 32.875rem;
}
.h-\[32vw\] {
  height: 32vw;
}
.h-\[38\.438rem\] {
  height: 38.438rem;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[6\.875rem\] {
  height: 6.875rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[9\.375rem\] {
  height: 9.375rem;
}
.h-full {
  height: 100%;
}
.min-h-\[20\.563rem\] {
  min-height: 20.563rem;
}
.min-h-\[33rem\] {
  min-height: 33rem;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[1\.125rem\] {
  width: 1.125rem;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[1\.438rem\] {
  width: 1.438rem;
}
.w-\[1\.598rem\] {
  width: 1.598rem;
}
.w-\[1\.688rem\] {
  width: 1.688rem;
}
.w-\[1\.75rem\] {
  width: 1.75rem;
}
.w-\[1\.813rem\] {
  width: 1.813rem;
}
.w-\[1\.836rem\] {
  width: 1.836rem;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-\[1\.914rem\] {
  width: 1.914rem;
}
.w-\[1\.938rem\] {
  width: 1.938rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[11\.809rem\] {
  width: 11.809rem;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[120\.61px\] {
  width: 120.61px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[18\.75rem\] {
  width: 18.75rem;
}
.w-\[19\.75rem\] {
  width: 19.75rem;
}
.w-\[2\.059rem\] {
  width: 2.059rem;
}
.w-\[2\.063rem\] {
  width: 2.063rem;
}
.w-\[2\.112rem\] {
  width: 2.112rem;
}
.w-\[2\.125rem\] {
  width: 2.125rem;
}
.w-\[2\.176rem\] {
  width: 2.176rem;
}
.w-\[2\.681rem\] {
  width: 2.681rem;
}
.w-\[2\.75rem\] {
  width: 2.75rem;
}
.w-\[2\.844rem\] {
  width: 2.844rem;
}
.w-\[2\.875rem\] {
  width: 2.875rem;
}
.w-\[2\.87rem\] {
  width: 2.87rem;
}
.w-\[2\.938rem\] {
  width: 2.938rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25\.25rem\] {
  width: 25.25rem;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[29\%\] {
  width: 29%;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[3\.254rem\] {
  width: 3.254rem;
}
.w-\[3\.25rem\] {
  width: 3.25rem;
}
.w-\[3\.491rem\] {
  width: 3.491rem;
}
.w-\[3\.941rem\] {
  width: 3.941rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[33rem\] {
  width: 33rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[46\.438rem\] {
  width: 46.438rem;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[6\.875rem\] {
  width: 6.875rem;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[69\%\] {
  width: 69%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[8\.75rem\] {
  width: 8.75rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[9\.375rem\] {
  width: 9.375rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1\.914rem\] {
  max-width: 1.914rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[15\.625rem\] {
  max-width: 15.625rem;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[23px\] {
  max-width: 23px;
}
.max-w-\[27px\] {
  max-width: 27px;
}
.max-w-\[28\.125rem\] {
  max-width: 28.125rem;
}
.max-w-\[28px\] {
  max-width: 28px;
}
.max-w-\[29\.313rem\] {
  max-width: 29.313rem;
}
.max-w-\[29px\] {
  max-width: 29px;
}
.max-w-\[30\.63px\] {
  max-width: 30.63px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[31px\] {
  max-width: 31px;
}
.max-w-\[32\.95px\] {
  max-width: 32.95px;
}
.max-w-\[32px\] {
  max-width: 32px;
}
.max-w-\[33\.79px\] {
  max-width: 33.79px;
}
.max-w-\[33px\] {
  max-width: 33px;
}
.max-w-\[34px\] {
  max-width: 34px;
}
.max-w-\[45\.5px\] {
  max-width: 45.5px;
}
.max-w-\[45\.92px\] {
  max-width: 45.92px;
}
.max-w-\[46\.438rem\] {
  max-width: 46.438rem;
}
.max-w-\[46px\] {
  max-width: 46px;
}
.max-w-\[48\%\] {
  max-width: 48%;
}
.max-w-\[52\.07px\] {
  max-width: 52.07px;
}
.max-w-\[53px\] {
  max-width: 53px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.flex-initial {
  flex: 0 1 auto;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}
.translate-y-\[100px\] {
  --tw-translate-y: 100px;
  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));
}
.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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[0\.063rem\] {
  gap: 0.063rem;
}
.gap-\[0\.188rem\] {
  gap: 0.188rem;
}
.gap-\[0\.313rem\] {
  gap: 0.313rem;
}
.gap-\[0\.331rem\] {
  gap: 0.331rem;
}
.gap-\[0\.375rem\] {
  gap: 0.375rem;
}
.gap-\[0\.39rem\] {
  gap: 0.39rem;
}
.gap-\[0\.418rem\] {
  gap: 0.418rem;
}
.gap-\[0\.453rem\] {
  gap: 0.453rem;
}
.gap-\[0\.546rem\] {
  gap: 0.546rem;
}
.gap-\[0\.581rem\] {
  gap: 0.581rem;
}
.gap-\[0\.605rem\] {
  gap: 0.605rem;
}
.gap-\[0\.609rem\] {
  gap: 0.609rem;
}
.gap-\[0\.638rem\] {
  gap: 0.638rem;
}
.gap-\[0\.711rem\] {
  gap: 0.711rem;
}
.gap-\[0\.714rem\] {
  gap: 0.714rem;
}
.gap-\[0\.728rem\] {
  gap: 0.728rem;
}
.gap-\[0\.73rem\] {
  gap: 0.73rem;
}
.gap-\[0\.787rem\] {
  gap: 0.787rem;
}
.gap-\[0\.794rem\] {
  gap: 0.794rem;
}
.gap-\[0\.813rem\] {
  gap: 0.813rem;
}
.gap-\[0\.875rem\] {
  gap: 0.875rem;
}
.gap-\[0\.902rem\] {
  gap: 0.902rem;
}
.gap-\[0\.919rem\] {
  gap: 0.919rem;
}
.gap-\[0\.938rem\] {
  gap: 0.938rem;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[1\.004rem\] {
  gap: 1.004rem;
}
.gap-\[1\.081rem\] {
  gap: 1.081rem;
}
.gap-\[1\.089rem\] {
  gap: 1.089rem;
}
.gap-\[1\.188rem\] {
  gap: 1.188rem;
}
.gap-\[1\.25rem\] {
  gap: 1.25rem;
}
.gap-\[1\.313rem\] {
  gap: 1.313rem;
}
.gap-\[1\.315rem\] {
  gap: 1.315rem;
}
.gap-\[1\.414rem\] {
  gap: 1.414rem;
}
.gap-\[1\.433rem\] {
  gap: 1.433rem;
}
.gap-\[1\.438rem\] {
  gap: 1.438rem;
}
.gap-\[1\.733rem\] {
  gap: 1.733rem;
}
.gap-\[1\.813rem\] {
  gap: 1.813rem;
}
.gap-\[1\.875rem\] {
  gap: 1.875rem;
}
.gap-\[10\.21px\] {
  gap: 10.21px;
}
.gap-\[11\.37px\] {
  gap: 11.37px;
}
.gap-\[11\.43px\] {
  gap: 11.43px;
}
.gap-\[12\.59px\] {
  gap: 12.59px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[136px\] {
  gap: 136px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16\.08px\] {
  gap: 16.08px;
}
.gap-\[17\.43px\] {
  gap: 17.43px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21\.04px\] {
  gap: 21.04px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[22\.59px\] {
  gap: 22.59px;
}
.gap-\[22\.62px\] {
  gap: 22.62px;
}
.gap-\[22\.93px\] {
  gap: 22.93px;
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[28\.64px\] {
  gap: 28.64px;
}
.gap-\[2rem\] {
  gap: 2rem;
}
.gap-\[3\.063rem\] {
  gap: 3.063rem;
}
.gap-\[3\.125rem\] {
  gap: 3.125rem;
}
.gap-\[3\.26px\] {
  gap: 3.26px;
}
.gap-\[3\.938rem\] {
  gap: 3.938rem;
}
.gap-\[4\.688rem\] {
  gap: 4.688rem;
}
.gap-\[5\.3px\] {
  gap: 5.3px;
}
.gap-\[5rem\] {
  gap: 5rem;
}
.gap-\[6\.68px\] {
  gap: 6.68px;
}
.gap-\[7\.813rem\] {
  gap: 7.813rem;
}
.gap-\[8\.73px\] {
  gap: 8.73px;
}
.gap-\[9\.3px\] {
  gap: 9.3px;
}
.gap-\[9\.74px\] {
  gap: 9.74px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-x-\[1\.313rem\] {
  -moz-column-gap: 1.313rem;
       column-gap: 1.313rem;
}
.gap-x-\[151px\] {
  -moz-column-gap: 151px;
       column-gap: 151px;
}
.gap-x-\[4\.688rem\] {
  -moz-column-gap: 4.688rem;
       column-gap: 4.688rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-\[0\.563rem\] {
  row-gap: 0.563rem;
}
.gap-y-\[1\.188rem\] {
  row-gap: 1.188rem;
}
.gap-y-\[1\.25rem\] {
  row-gap: 1.25rem;
}
.gap-y-\[1\.313rem\] {
  row-gap: 1.313rem;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[15px\] {
  row-gap: 15px;
}
.gap-y-\[2\.228rem\] {
  row-gap: 2.228rem;
}
.gap-y-\[23px\] {
  row-gap: 23px;
}
.gap-y-\[29px\] {
  row-gap: 29px;
}
.gap-y-\[35\.65px\] {
  row-gap: 35.65px;
}
.gap-y-\[4\.688rem\] {
  row-gap: 4.688rem;
}
.gap-y-\[66px\] {
  row-gap: 66px;
}
.gap-y-\[71px\] {
  row-gap: 71px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-\[1\.563rem\] {
  border-radius: 1.563rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[2\.125rem\] {
  border-radius: 2.125rem;
}
.rounded-\[2\.188rem\] {
  border-radius: 2.188rem;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[6\.875rem\] {
  border-radius: 6.875rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-\[1\.563rem\] {
  border-top-left-radius: 1.563rem;
  border-bottom-left-radius: 1.563rem;
}
.rounded-r-\[1\.563rem\] {
  border-top-right-radius: 1.563rem;
  border-bottom-right-radius: 1.563rem;
}
.rounded-t-\[6\.875rem\] {
  border-top-left-radius: 6.875rem;
  border-top-right-radius: 6.875rem;
}
.border-b-\[\.5px\] {
  border-bottom-width: .5px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-\[\.5px\] {
  border-left-width: .5px;
}
.border-t-\[\.5px\] {
  border-top-width: .5px;
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-\[\#B8B8B8\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[trasparent\] {
  background-color: trasparent;
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-\[0\.125rem\] {
  padding: 0.125rem;
}
.p-\[1\.25rem\] {
  padding: 1.25rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[2px\] {
  padding: 2px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[1\.75rem\] {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[2\.188rem\] {
  padding-left: 2.188rem;
  padding-right: 2.188rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-\[3\.313rem\] {
  padding-top: 3.313rem;
  padding-bottom: 3.313rem;
}
.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}
.py-\[9\.125rem\] {
  padding-top: 9.125rem;
  padding-bottom: 9.125rem;
}
.py-\[9rem\] {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-\[0\.063rem\] {
  padding-bottom: 0.063rem;
}
.pb-\[0\.125rem\] {
  padding-bottom: 0.125rem;
}
.pb-\[1\.25rem\] {
  padding-bottom: 1.25rem;
}
.pb-\[1\.563rem\] {
  padding-bottom: 1.563rem;
}
.pb-\[10\.688rem\] {
  padding-bottom: 10.688rem;
}
.pb-\[171px\] {
  padding-bottom: 171px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pb-\[4\.063rem\] {
  padding-bottom: 4.063rem;
}
.pb-\[4\.125rem\] {
  padding-bottom: 4.125rem;
}
.pb-\[4\.375rem\] {
  padding-bottom: 4.375rem;
}
.pb-\[5\.25rem\] {
  padding-bottom: 5.25rem;
}
.pb-\[5\.563rem\] {
  padding-bottom: 5.563rem;
}
.pb-\[6\.813rem\] {
  padding-bottom: 6.813rem;
}
.pb-\[7\.188rem\] {
  padding-bottom: 7.188rem;
}
.pb-\[7\.5rem\] {
  padding-bottom: 7.5rem;
}
.pb-\[9\.188rem\] {
  padding-bottom: 9.188rem;
}
.pb-\[9\.875rem\] {
  padding-bottom: 9.875rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-\[1\.25rem\] {
  padding-right: 1.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-\[1\.563rem\] {
  padding-top: 1.563rem;
}
.pt-\[145px\] {
  padding-top: 145px;
}
.pt-\[16\.188rem\] {
  padding-top: 16.188rem;
}
.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}
.pt-\[4\.563rem\] {
  padding-top: 4.563rem;
}
.pt-\[4\.625rem\] {
  padding-top: 4.625rem;
}
.pt-\[5rem\] {
  padding-top: 5rem;
}
.pt-\[6\.125rem\] {
  padding-top: 6.125rem;
}
.pt-\[6\.5rem\] {
  padding-top: 6.5rem;
}
.pt-\[7\.188rem\] {
  padding-top: 7.188rem;
}
.pt-\[9\.063rem\] {
  padding-top: 9.063rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.indent-\[1\.875rem\] {
  text-indent: 1.875rem;
}
.indent-\[25px\] {
  text-indent: 25px;
}
.\!text-\[1rem\] {
  font-size: 1rem !important;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.938rem\] {
  font-size: 0.938rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[1\.875rem\] {
  font-size: 1.875rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[3\.75rem\] {
  font-size: 3.75rem;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[1\.563rem\] {
  line-height: 1.563rem;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[2\.563rem\] {
  line-height: 2.563rem;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[3\.688rem\] {
  line-height: 3.688rem;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[5\.875rem\] {
  line-height: 5.875rem;
}
.text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}
.text-\[\#AFAFAF\] {
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
.text-\[\#BFBFBF\] {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-\[\#E6E6E6\] {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#e6e6e6\] {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-primaryColor {
  --tw-text-opacity: 1;
  color: rgb(36 20 20 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*Heading Animation Start CSS*/
.animated_heading {
  position: relative;
  height: 6rem;
  overflow: hidden;
  margin: 0;
}

.hidden-text {
  position: absolute;
}
/*Heading Animation End CSS*/

/*CONTACT MENU START CSS*/
.contact-menu li:last-child {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 465px) {
  .contact-menu li:last-child {
    margin-top: 1rem !important;
  }
}
/*CONTACT MENU END CSS*/
/*FOOTER MENU START CSS*/
.footer-menu-class {
  font-family: "Manrope", sans-serif;
  --tw-text-opacity: 1;
	color:#fff;
  font-style: normal;
}

.footer-menu-items-2 {
  font-family: "Work Sans", sans-serif !important;
}
.footer-menu-class ul li a {
  font-size: 0.938rem;
  line-height: 1.625rem;
}

.footer-menu-class ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer-menu-class .footer-menu-items-2 li a:after {
  background: #000;
}

.footer-menu-class ul li a:hover:after {
  width: 100%;
  left: 0;
}

.footer-menu-items-1 li:last-child a {
  text-decoration: underline;
}

.sidebar .footer-menu-class li{
padding:15px 0px;
}

.sidebar .footer-menu-class li a{
font-size:1.3rem !important;
}
.sidebar #closeButton img{
filter: invert(1);
}


/*FOOTER MENU END CSS*/

.custom_loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  /* Change to your desired background color */
  justify-content: center;
  align-items: center;
}

/* Spinner styles */
.custom_loader:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 6px solid #000;
  /* Change to your desired spinner color */
  border-color: #000 transparent #000 transparent;
  animation: loader 1.2s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a {
  position: relative;
  display: inline-block;
}

.head_etye:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.head_etye:hover:after {
  width: 100%;
  left: 0;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, sans-serif;
  height: 100%;
  min-height: 100%;
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  font-weight: normal;
}

.footer_inner_1 {
  height: 100vh;
}

.inner_container {
  padding: 0px 1.25rem;
}

.cursor_container {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
}

.custom-cursor {
  position: absolute;
  width: 6.875rem;
  height: 6.875rem;
  z-index: 99999;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

  display: flex;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.custom-cursor i {
  font-size: 1.563rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-cursor.active {
  transform: scale(1.5);
}

.display_none {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  text-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
	background-color:#ebffea;
	    border-radius: 1.75rem;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  position: relative;
  left: 0.625rem;
  width: 1.5rem;
  height: 2rem;
  background: url(https://new.weuno.co/wp-content/uploads/2024/05/Group-9611.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}

@media screen and (max-width: 465px) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 10px 20px 10px 50px;
    text-indent: 0px;
  }
}
/*FOOTER CONTAINER CSS START*/
.the_content p {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.custom-container1 {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .custom-container1 {
    width: 100%;
  }
}
/*FOOTER CONTAINER CSS END*/

.active1 {
  display: flex;
}

/*carosel CSS*/
.mobile_carosel .profile_content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 28px;
  padding: 10px;
  border: 0px;
  background: #ebffea;
  --tw-bg-opacity: 1;
  color: #0da800;
  font-weight: 600;
}
.font_family1 {
  font-family: "Work Sans", sans-serif !important;
}

::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}
.custom-container {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .custom-container {
    width: 100%;
  }
}
.desktop_testemonial .owl-item > div img,
.testmonial_cursor .owl-item > div img {
  width: 6.875rem;
}

.wpcf7-not-valid-tip {
  padding: 0 2rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 6.5em 0.5em 1em !important;
}

.form p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.custom_input {
  width: 100%;
  line-height: 1.563rem;
  font-weight: 400;
  font-size: 1rem;
  text-indent: 1.875rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  border-radius: 1.75rem;
  height: 3.438rem;
}

.custom_textarea {
  width: 100%;
  min-height: 12.875rem;
  max-height: 206px;
  height: 12.875rem;
  background-color: #f8f8f8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563rem;
  border-radius: 1.75rem;
  text-indent: 1.875rem;
  padding-top: 15px;
	resize:none;
}

.form_button {
  float: right;
}

.submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 2.125rem;
  padding: 0.125rem;
  gap: 5.563rem;
}

.submit_button p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.938rem;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.button_icon i {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.submit_button div {
  transition: all 0.5s linear;
}

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

.submit_button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 34px;
  z-index: -1;
  transform: translateX(0%);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  background-size: 400%;
  transition: 0.5s;
}

.submit_button:hover div {
  transform: rotate(180deg);
  transition: all 1s ease-in-out;
}

.submit_button:hover:before {
  transform: translateX(-100%);
  animation: hover-animation 0.5s linear;
}

.submit_button:hover p button {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  animation: animate_2 0.5s linear;
}

.submit_button p button:hover,
.submit_button p button:focus,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .custom_textarea {
    text-indent: 0px;
  }
}

@media only screen and (max-width: 465px) {
  .custom_textarea {
    line-height: 22px;
    padding: 30px;
  }
}

.wp-block-group__inner-container ul {
  list-style: outside !important;
  margin-left: 70px;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}

.button_1 div {
  transition: all 0.5s linear;
  /* Add transition property for smooth animation */
}

.button_1:hover div {
  transform: rotate(180deg);
  transition: all 0.5s linear;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.button_1 div svg {
  fill: #262626;
}

.button_1:hover div svg {
  fill: #fff;
}

.button_1 {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s linear;
}

.button_1:hover p {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  animation: animate 0.5s linear;
}

.button_1:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  animation: animate 0.5s linear;
}

.button_1:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 34px;
  z-index: -1;
  transform: translateX(0%);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  background-size: 400%;
  transition: 0.5s;
}

.button_1:hover:before {
  width: 0%;
  transform: translateX(-100%);
  animation: hover-animation 0.5s linear;
}

@keyframes hover-animation {
  0% {
    transform: translateX(0%);
  }

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

@keyframes animate {
  0% {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  100% {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
  }
}

.button_2 {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px #fff;
}

.button_2 div {
  position: relative;
  z-index: 10;
}

.button_2:hover div {
  transform: rotate(180deg);
  transition: all 1s ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.button_2 div svg {
  fill: #fff;
}

.button_2:hover div svg {
  fill: #262626;
}

.button_2 p {
  position: relative;
  z-index: 1;
}

.button_2:hover p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  animation: animate_2 0.5s linear;
}

.button_2:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 34px;
  z-index: 1;
  transform: translateX(0%);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: 400%;
  transition: 0.5s;
}

.button_2:hover:before {
  width: 0%;
  transform: translateX(-100%);
  animation: hover-animation 0.5s ease-in-out;
}

@keyframes animate_2 {
  0% {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
  }

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

@keyframes hover-animation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.container {
  max-width: 1165px; /* Change the max-width for lg screen */
}

@media (min-width: 1024px) {
  .container {
    max-width: 1440px; /* Change the max-width for xl screen */
  }
}

* {
  margin: 0px;
  padding: 0px;
}
body {
  scroll-behavior: smooth;
}
.container {
  width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.container_fluid {
  width: 1050px;
  max-width: 1050px;
  margin: auto;
}
.gray {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

.marginx {
  margin: 0px 0px 0px auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
.h7,
.h8,
.h9,
.footer_links,
div {
  font-family: "Manrope", sans-serif !important;
  font-style: normal;
  text-align: left;
}
hr {
  border-width: 0px 0px 1px 0px;
  border-color: #585858;
}
.font_family1 {
  font-family: "Work Sans", sans-serif;
}
.custom_button {
  width: 305px;
  height: 51px;
  padding: 2px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 34px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_button h3 {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  background: transparent;
  border: none;
  text-indent: 25px;
}
.custom_button button {
  width: 48px;
  height: 47px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_button button img {
  width: 20px;
  height: 16px;
  fill: #fff;
  box-shadow: 0px;
}
.custom_button1 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.custom_button1 h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom_button1 button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mobile {
  display: none !important;
}
.header_heading {
  margin-bottom: 90px;
  margin-top: 145px;
}

/* ANIMATION START */

/* ANIMATION END */
@media only screen and (max-width: 768px) {
  .custom_button {
    width: 90%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .container_fluid {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 465px) {
  .main_heading {
    height: auto;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 320px) {
  .custom_button {
    width: 90%;
  }
}

/* GLOBAL STYLE END */

/* VIDEO STYLE CSS START */

.fancybox__container {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 50px;
  display: none;
  justify-content: center;
  animation: 1s linear;
  z-index: 9999;
}

.carousel__button {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  width: 3.125rem;
  border-radius: 50%;
}

.carousel__button i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .fancybox__container {
    padding: 20px;
  }
}

/* VIDEO STYLE CSS END */

/* HEADER STYLE START  */
/* header {
  padding: 0px;
} */
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo h2 div {
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #c30a18;
}

header .menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
header .menu nav ul li {
  list-style: none;
}
header .menu nav ul li a {
  text-decoration: none;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  letter-spacing: 0px;
}

.mobile_menu button {
  background: none;
  outline: none;
  border: 0px;
}

/* HEADER STYLE END  */

.home_container {
  padding: 145px 0px;
}

.home_container h1 {
  font-size: 3.4em;
  line-height: 66px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
  margin-bottom: 111px;
}
.home_container h1 span {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.img_item2 {
  height: 526px !important;
}
.image_content .item .item_content {
  padding: 20px;
}
.image_content .item .item_content h2 {
  width: 20em;
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}
.image_content .item .item_content p {
  margin: 11px 0px 0px 0px;
  width: 23em;
  font-size: 16px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
@media only screen and (max-width: 456px) {
  .img_item2 {
    height: auto !important;
  }
  .image_content .item .item_content p {
    width: 100%;
  }
  .image_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-content: flex-start;
    gap: 21px;
  }
  .image_content .item:nth-child(2) img,
  .image_content .item:nth-child(3) img,
  .image_content .item:nth-child(6) img,
  .image_content .item:nth-child(7) img {
    height: auto;
  }
  .image_content .item {
    width: 100%;
  }
  .home_container h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .image_content .item img {
    width: 100%;
    height: 100%;
  }
}

/* HOME_CONTAINER CSS START  */

.home_container_1 {
  padding: 145px 0px 0px 0px;
}

.home_container_1 h1 {
  font-size: 3.4em;
  line-height: 66px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
  margin-bottom: 69px;
}
.home_container_1 .video_section {
  position: relative;
}
.home_container_1 .video_section video {
  width: 100%;
  height: 612px;
}
.home_container_1 .video_section .play-button {
  position: absolute;
  top: 40%;
  left: 46%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: none;
  display: none;
}
.home_container_1 .video_section .play-button img {
  width: 12px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}
.home_container_1 h1 span {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.home_container_2 {
  padding: 259px 0px 120px 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  border-radius: 110px;
  margin-top: -150px;
}
.home_container_2 h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 68px;
}
.home_container_2 .image_content .item_content h2,
.home_container_2 .image_content .item_content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home_container_2 .port_button {
  display: flex;
  justify-content: end;
}
.home_container_2 .all_portfolio {
  width: 365px;
  margin-top: 110px;
}
.home_container_2 .all_portfolio p {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 456px) {
  .home_container_1 h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .home_container_1 .video_section video {
    height: auto;
  }
  .home_container_1 .video_section .play-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_container_2 {
    padding: 121px 20px;
    border-radius: 55px;
    margin-top: -90px;
  }
  .home_container_2 h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    margin-bottom: 29px;
  }
}
/* HOME_CONTAINER CSS END  */

/* ABOUT CSS START  */
.about_container_1 {
  width: 100%;
  overflow: hidden;
}
.about_founder h3 span {
  color: #141414;
}

.custom-carousel .owl-stage {
  gap: 20px !important;
}

.owl-dots {
  display: none;
}

/* ABOUT CSS END  */

/* FOOTER STYLE START  */

footer .content .call_to_action h1 {
  margin: 0px;
  font-size: 40px;
  line-height: 66px;
  font-weight: 400;
  color: #bfbfbf;
}
footer .content .call_to_action .subscribe {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer h2 div {
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #c30a18;
}
/* FOOTER STYLE END  */
/* RESPONSIVE STYLE START  */

@media only screen and (max-width: 768px) {
  footer {
    border-radius: 55px 55px 0px 0px;
  }
  .padding_responsive {
    padding: 0px 19px !important;
  }
}
.sidebar.active {
  right: 0px;
}
.sidebar {
  transition: all 0.4s linear;
  position: relative;
  z-index: 90000;
}
/* RESPONSIVE STYLE END  */

::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}
.values_section span {
  font-family: "Manrope", sans-serif !important;
}

.h4 p {
  font-size: 2.125rem !important;
  line-height: 2.75rem;
}

/* MAIN HEADING STYLE */
h1 {
  font-size: 3.438rem !important;
  line-height: 4.125rem;
}
h2 {
  font-size: 2.125rem !important;
  line-height: 2.75rem;
}
h3 {
  font-size: 1.75rem !important;
  line-height: 2.75rem;
}

.main_heading1 {
  font-size: 5rem !important;
  line-height: 5.625rem !important;
}
.main_heading1 p {
  font-size: 5rem !important;
  line-height: 5.625rem !important;
}
.main_heading2 {
  font-size: 10.875rem !important;
  line-height: 9rem;
}
.main_heading3 {
  font-size: 5rem !important;
  line-height: 5.5rem;
}

/* MEET THE FOUNDER  */

.main_heading4 {
  font-size: 10.875rem !important;
  line-height: 10.563rem;
}
/* SUB HEADING STYLE */
/* h2 {
  font-size: 3.438rem !important;
  line-height: 4.125rem;
} */
/* ABOUT WEUNO STYLE */

/* HEADING FONT SIZE 34PX */
h4 {
  font-size: 2.125rem !important;
  line-height: 2.75rem;
}
/* work heading style */
h5 {
  font-size: 1.25rem !important;
  line-height: 2rem;
}
/* TESTEMONIAL HEADING*/
h6 {
  font-size: 1.375rem !important;
  line-height: 2.188rem;
}
/* TESTEMONIAL CONTENT  */
.h7 {
  font-size: 1.375rem !important;
  line-height: 2.188rem;
}
/* TESTEMONIAL AUTHOR  */
.h8 {
  font-size: 1.125rem !important;
  line-height: 1.4rem;
}
/* FOOTER CALL TO ACTION  */
.h9 {
  font-size: 2.5rem !important;
  line-height: 3.125rem;
}
/* PARAGRAPH STYLE */
p {
  font-size: 1rem !important;
  line-height: 1.563rem;
  font-weight: 400;
}
/* FOOTER LINKS STYLE */
.footer_links {
  font-size: 0.938rem !important;
  line-height: 1.625rem;
}
/* HEADER LINKS STYLE  */
.header_links {
  font-size: 0.938rem !important;
  line-height: 1.125rem;
}
.blog_heading {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.blog_category {
  font-size: 0.875rem;
  line-height: 1.563rem;
}
.blog_content {
  font-size: 0.875rem;
  line-height: 1.563rem;
}

.animate:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.animate:hover:after {
  width: 100%;
  left: 0;
}
button svg,
a svg,
button svg rect,
a svg rect {
  width:20px;
  height: 15px;
}

.custom_carousel_home .owl-stage .owl-item > div,
.custom-carousel .owl-stage .owl-item > div {
  margin-right: 2.125rem;
}

.custom_carousel2 .owl-stage .owl-item > div {
  margin-right: 1.188rem;
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 19px;
  }
		.main_heading2 {
  font-size: 9.875rem !important;
  line-height: 8.5rem;
}
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
	
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 16px;
  }

}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 912px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 820px) {
  html {
    font-size: 7px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 601px) {
  html {
    font-size: 5px;
  }
}

@media only screen and (max-width: 465px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 13.5px;
  }
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 2240px) {
  html {
    font-size: 19px;
  }
}

@media only screen and (min-width: 2048px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 2060px) {
  html {
    font-size: 22px;
  }
}

@media only screen and (min-width: 2240px) {
  html {
    font-size: 20px;
  }
}

@media only screen and (min-width: 2560px) {
  html {
    font-size: 21px;
  }
}

@media (min-width: 2760px) {
  html {
    font-size: 23px;
  }
}

@media only screen and (min-width: 3000px) {
  html {
    font-size: 25px;
  }
}

@media only screen and (min-width: 3200px) {
  html {
    font-size: 28px;
  }
}

@media only screen and (min-width: 3840px) {
  html {
    font-size: 35px;
  }
}

@media only screen and (min-width: 4536px) {
  html {
    font-size: 40px;
  }
}

@media only screen and (min-width: 5120px) {
  html {
    font-size: 47px;
  }
}

@media only screen and (min-width: 6144px) {
  html {
    font-size: 55px;
  }
}

@media only screen and (min-width: 6720px) {
  html {
    font-size: 60px;
  }
}

@media only screen and (min-width: 7168px) {
  html {
    font-size: 65px;
  }
}

@media only screen and (min-width: 8192px) {
  html {
    font-size: 80px;
  }
}

@media only screen and (max-width: 465px) {
  .main_heading2 {
    font-size: 4.5rem !important;
    line-height: 5.375rem;
  }
  /* MEET THE FOUNDER  */

  .main_heading4 {
    font-size: 4.5rem !important;
    line-height: 5.375rem;
  }
  h1 {
    font-size: 2.125rem !important;
    line-height: 2.75rem !important;
  }
  /* font-size: 34px; */
  h2 {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }

  h4 {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }
  h5 {
    font-size: 1.125rem !important;
    line-height: 1.625rem;
  }
  h6 {
    font-size: 1.125rem !important;
    line-height: 1.188rem;
  }
  .h7 {
    font-size: 1rem !important;
    line-height: 1.75rem;
  }
  .h8 {
    font-size: 0.875rem !important ;
    line-height: 1.188rem;
  }
  .h9 {
    font-size: 1.875rem !important;
    line-height: 2.6rem;
  }
  .footer-menu-class li a {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
  p {
    font-size: 0.875rem !important;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 465px) {
  .animated_heading {
    /* height: 4rem;
                overflow: visible; */
  }

  .inner_container {
    padding: 0px 0rem;
  }
}

.item_image_1:nth-child(odd) img {
  aspect-ratio: 578/526;
}
.item_image_1:nth-child(even) img {
  aspect-ratio: 578/404;
}

.item_image_2:nth-child(odd) img {
  aspect-ratio: 578/404;
}
.item_image_2:nth-child(even) img {
  aspect-ratio: 578/526;
}
@media (max-width: 1440px) {

  .max-\[1440px\]\:w-\[20\.125rem\] {
    width: 20.125rem;
  }
}
@media (max-width: 1367px) {

  .max-\[1367px\]\:w-\[80\%\] {
    width: 80%;
  }
}
@media (max-width: 1366px) {

  .max-\[1366px\]\:w-\[26\.5rem\] {
    width: 26.5rem;
  }

  .max-\[1366px\]\:gap-\[15px\] {
    gap: 15px;
  }

  .max-\[1366px\]\:px-\[3\.75rem\] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 1024px) {

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

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

  .max-\[1024px\]\:pt-\[1rem\] {
    padding-top: 1rem;
  }
}
@media (max-width: 1000px) {

  .max-\[1000px\]\:pt-\[2rem\] {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {

  .max-\[768px\]\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-\[768px\]\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .max-\[768px\]\:mb-\[41px\] {
    margin-bottom: 41px;
  }

  .max-\[768px\]\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .max-\[768px\]\:mt-\[44\.5px\] {
    margin-top: 44.5px;
  }

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

  .max-\[768px\]\:gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .max-\[768px\]\:p-\[10px\] {
    padding: 10px;
  }

  .max-\[768px\]\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-\[768px\]\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-\[768px\]\:pb-\[19px\] {
    padding-bottom: 19px;
  }

  .max-\[768px\]\:pb-\[69px\] {
    padding-bottom: 69px;
  }

  .max-\[768px\]\:pb-\[79px\] {
    padding-bottom: 79px;
  }

  .max-\[768px\]\:pb-\[82px\] {
    padding-bottom: 82px;
  }

  .max-\[768px\]\:pt-\[40px\] {
    padding-top: 40px;
  }

  .max-\[768px\]\:pt-\[44\.5px\] {
    padding-top: 44.5px;
  }

  .max-\[768px\]\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .max-\[768px\]\:text-\[14px\] {
    font-size: 14px;
  }

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

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

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

  .max-\[768px\]\:leading-\[32px\] {
    line-height: 32px;
  }
}
@media (max-width: 600px) {

  .max-\[600px\]\:gap-\[106px\] {
    gap: 106px;
  }

  .max-\[600px\]\:gap-\[4\.25rem\] {
    gap: 4.25rem;
  }
}
@media (max-width: 546px) {

  .max-\[546px\]\:max-w-\[100\%\] {
    max-width: 100%;
  }
}
@media (max-width: 465px) {

  .max-\[465px\]\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-\[465px\]\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .max-\[465px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-\[465px\]\:mb-0 {
    margin-bottom: 0px;
  }

  .max-\[465px\]\:mb-\[0rem\] {
    margin-bottom: 0rem;
  }

  .max-\[465px\]\:mb-\[2\.313rem\] {
    margin-bottom: 2.313rem;
  }

  .max-\[465px\]\:mb-\[2\.438rem\] {
    margin-bottom: 2.438rem;
  }

  .max-\[465px\]\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .max-\[465px\]\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .max-\[465px\]\:mb-\[3\.313rem\] {
    margin-bottom: 3.313rem;
  }

  .max-\[465px\]\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }

  .max-\[465px\]\:mb-\[3rem\] {
    margin-bottom: 3rem;
  }

  .max-\[465px\]\:mb-\[4\.594rem\] {
    margin-bottom: 4.594rem;
  }

  .max-\[465px\]\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .max-\[465px\]\:ml-\[\.2rem\] {
    margin-left: .2rem;
  }

  .max-\[465px\]\:mr-\[-5px\] {
    margin-right: -5px;
  }

  .max-\[465px\]\:mt-0 {
    margin-top: 0px;
  }

  .max-\[465px\]\:mt-\[-90px\] {
    margin-top: -90px;
  }

  .max-\[465px\]\:mt-\[0px\] {
    margin-top: 0px;
  }

  .max-\[465px\]\:mt-\[0rem\] {
    margin-top: 0rem;
  }

  .max-\[465px\]\:mt-\[1\.313rem\] {
    margin-top: 1.313rem;
  }

  .max-\[465px\]\:mt-\[15\.63px\] {
    margin-top: 15.63px;
  }

  .max-\[465px\]\:mt-\[2rem\] {
    margin-top: 2rem;
  }

  .max-\[465px\]\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .max-\[465px\]\:mt-\[75px\] {
    margin-top: 75px;
  }

  .max-\[465px\]\:mb-\[3\.063rem\] {
    margin-bottom: 3.063rem;
  }

  .max-\[465px\]\:block {
    display: block;
  }

  .max-\[465px\]\:flex {
    display: flex;
  }

  .max-\[465px\]\:grid {
    display: grid;
  }

  .max-\[465px\]\:hidden {
    display: none;
  }

  .max-\[465px\]\:aspect-\[254\/170\] {
    aspect-ratio: 254/170;
  }

  .max-\[465px\]\:h-\[3rem\] {
    height: 3rem;
  }

  .max-\[465px\]\:h-full {
    height: 100%;
  }

  .max-\[465px\]\:min-h-\[24\.75rem\] {
    min-height: 24.75rem;
  }

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

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

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

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

  .max-\[465px\]\:w-\[7\.5rem\] {
    width: 7.5rem;
  }

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

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

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

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

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

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

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

  .max-\[465px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[465px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-\[465px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-\[465px\]\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .max-\[465px\]\:flex-row {
    flex-direction: row;
  }

  .max-\[465px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[465px\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-\[465px\]\:justify-start {
    justify-content: flex-start;
  }

  .max-\[465px\]\:justify-end {
    justify-content: flex-end;
  }

  .max-\[465px\]\:justify-between {
    justify-content: space-between;
  }

  .max-\[465px\]\:gap-\[0rem\] {
    gap: 0rem;
  }

  .max-\[465px\]\:gap-\[1px\] {
    gap: 1px;
  }

  .max-\[465px\]\:gap-\[2\.375rem\] {
    gap: 2.375rem;
  }

  .max-\[465px\]\:gap-\[23px\] {
    gap: 23px;
  }

  .max-\[465px\]\:gap-\[50px\] {
    gap: 50px;
  }

  .max-\[465px\]\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .max-\[465px\]\:gap-y-\[4\.25rem\] {
    row-gap: 4.25rem;
  }

  .max-\[465px\]\:rounded-\[50px\] {
    border-radius: 50px;
  }

  .max-\[465px\]\:rounded-\[55px\] {
    border-radius: 55px;
  }

  .max-\[465px\]\:rounded-l-\[0\.938rem\] {
    border-top-left-radius: 0.938rem;
    border-bottom-left-radius: 0.938rem;
  }

  .max-\[465px\]\:rounded-r-\[0\.938rem\] {
    border-top-right-radius: 0.938rem;
    border-bottom-right-radius: 0.938rem;
  }

  .max-\[465px\]\:rounded-t-\[3\.438rem\] {
    border-top-left-radius: 3.438rem;
    border-top-right-radius: 3.438rem;
  }

  .max-\[465px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-\[465px\]\:px-\[0\.625rem\] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-\[465px\]\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-\[465px\]\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-\[465px\]\:px-\[2\.125rem\] {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .max-\[465px\]\:py-\[1\.25rem\] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-\[465px\]\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-\[465px\]\:py-\[92px\] {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .max-\[465px\]\:pb-0 {
    padding-bottom: 0px;
  }

  .max-\[465px\]\:pb-\[0rem\] {
    padding-bottom: 0rem;
  }

  .max-\[465px\]\:pb-\[1\.25rem\] {
    padding-bottom: 1.25rem;
  }

  .max-\[465px\]\:pb-\[2\.25rem\] {
    padding-bottom: 2.25rem;
  }

  .max-\[465px\]\:pb-\[3\.063rem\] {
    padding-bottom: 3.063rem;
  }

  .max-\[465px\]\:pb-\[3\.438rem\] {
    padding-bottom: 3.438rem;
  }

  .max-\[465px\]\:pb-\[5\.813rem\] {
    padding-bottom: 5.813rem;
  }

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

  .max-\[465px\]\:pb-\[82px\] {
    padding-bottom: 82px;
  }

  .max-\[465px\]\:pt-\[0px\] {
    padding-top: 0px;
  }

  .max-\[465px\]\:pt-\[120px\] {
    padding-top: 120px;
  }

  .max-\[465px\]\:pt-\[2\.188rem\] {
    padding-top: 2.188rem;
  }

  .max-\[465px\]\:pt-\[2\.781rem\] {
    padding-top: 2.781rem;
  }

  .max-\[465px\]\:pt-\[2rem\] {
    padding-top: 2rem;
  }

  .max-\[465px\]\:pt-\[3\.063rem\] {
    padding-top: 3.063rem;
  }

  .max-\[465px\]\:pt-\[3\.688rem\] {
    padding-top: 3.688rem;
  }

  .max-\[465px\]\:pt-\[31px\] {
    padding-top: 31px;
  }

  .max-\[465px\]\:pt-\[38px\] {
    padding-top: 38px;
  }

  .max-\[465px\]\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .max-\[465px\]\:pt-\[4\.25rem\] {
    padding-top: 4.25rem;
  }

  .max-\[465px\]\:text-\[14px\] {
    font-size: 14px;
  }

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

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

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

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

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

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

  .max-\[465px\]\:leading-\[35px\] {
    line-height: 35px;
  }
}
@media (max-width: 456px) {

  .max-\[456px\]\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .max-\[456px\]\:pb-\[3\.125rem\] {
    padding-bottom: 3.125rem;
  }

  .max-\[456px\]\:pb-\[50px\] {
    padding-bottom: 50px;
  }
}
@media (max-width: 425px) {

  .max-\[425px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .max-\[425px\]\:w-\[65\%\] {
    width: 65%;
  }

  .max-\[425px\]\:w-\[77\%\] {
    width: 77%;
  }

  .max-\[425px\]\:max-w-\[85\%\] {
    max-width: 85%;
  }
}
@media (min-width: 640px) {

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

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

  @media not all and (min-width: 1280px) {

    .sm\:max-xl\:flex {
      display: flex;
    }
  }
}
@media (min-width: 768px) {

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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


    ::-webkit-scrollbar-track {

        border-radius: 10px;

        background-color: #fff;

    }



    ::-webkit-scrollbar {

        width: 12px;

        background-color: #fff;

    }



    ::-webkit-scrollbar-thumb {

        border-radius: 10px;

        background-color: #262626;

    }
