*, ::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-scrollno-b-snap-strictness: proximity;
  --tw-gradient-visiblefrom-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:  ;
}

/*
! tailwindcss v3.4.15 | 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)
*/

*,
::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: 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

@media (min-width: 1300px) {
  .container {
    max-width: 1200px !important;
  }
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!-left-14 {
  left: -3.5rem !important;
}

.\!-right-12 {
  right: -3rem !important;
}

.\!left-20 {
  left: 5rem !important;
}

.\!right-20 {
  right: 5rem !important;
}

.\!top-20 {
  top: 5rem !important;
}

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

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

.-bottom-6 {
  bottom: -1.5rem;
}

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

.-right-10 {
  right: -2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-12 {
  left: 3rem;
}

.left-20 {
  left: 5rem;
}

.left-40 {
  left: 10rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-20 {
  margin-left: 5rem;
}

.ml-44 {
  margin-left: 11rem;
}

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

.mr-0 {
  margin-right: 0px;
}

.mr-36 {
  margin-right: 9rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

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

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[90vh\] {
  height: 90vh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.\!w-1\/2 {
  width: 50% !important;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-2\.5 {
  min-width: 0.625rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

.flex-none {
  flex: none;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-left {
  transform-origin: left;
}

.-translate-x-1\/2 {
  --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-1\/2 {
  --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-32 {
  --tw-translate-y: -8rem;
  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-2 {
  --tw-translate-y: 0.5rem;
  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-20 {
  --tw-translate-y: 5rem;
  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-\[-60px\] {
  --tw-translate-y: -60px;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.-rotate-\[5deg\] {
  --tw-rotate: -5deg;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-x-0 {
  --tw-scale-x: 0;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.1);
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

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

.border-\[\#0078c5\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 197 / var(--tw-border-opacity, 1));
}

.border-\[\#0176bf82\] {
  border-color: #0176bf82;
}

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

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#0177bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 119 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#36393c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#787878\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 120 120 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a0c2f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 194 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e0e9f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 233 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e4e4e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4a19a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 161 154 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fddd82\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 221 130 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-\[url\(\'\.\.\/img\/bg-menu\.png\'\)\] {
  background-image: url('../img/bg-menu.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.\!text-start {
  text-align: start !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-\[\#0177bf\] {
  --tw-text-opacity: 1;
  color: rgb(1 119 191 / var(--tw-text-opacity, 1));
}

.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

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

.opacity-20 {
  opacity: 0.2;
}

.shadow-\[0_8px_30px_rgb\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_31px_13px_-10px_\#00000024\] {
  --tw-shadow: 0px 31px 13px -10px #00000024;
  --tw-shadow-colored: 0px 31px 13px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --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(1px + 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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, 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;
}

body{
  font-family: 'Montserrat', sans-serif;
}

.subMenu {
  opacity: 0;
  transform: translateY(1rem);
  visibility: hidden;
  transition: opacity 200ms, transform 200ms, visibility 200ms;
}

.subMenu.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.subMenuMb {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 200ms, height 200ms;
}

.subMenuMb.mb-open {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.bg-white{
  background-color: white;
}

.bg-black{
  background-color: black;
}

.show{
  display: block!important;
}

.text-white{
  color: white;
}

.iti{
  width: 100%;
}

.bg-gray-main{
  background-color: #272727;
  height: 190px;
}

.transform-custom{
  transform: translate(0px,40px);
}

.section-space{
  padding-top: 60px;
  padding-bottom: 60px;
}

.swiper-button-next, .swiper-button-prev{
  color: #29324f!important;
}

.section-space-inner{
  padding-top: 150px;
  padding-bottom: 40px;
}

/*THANKYOU*/

thanks-wrap {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 auto 10px;
  display: none;
  max-width: 320px;
}

.checkmark {
  max-width: 300px;
  margin: 0 auto;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 2s;
  transform-origin: 50% 50%;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

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

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

@keyframes text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mg-70 {
  margin: 70px 0px;
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px){
  .h2, h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px){
  footer {
    margin-bottom: 0px;
  }
}

/*THANKYOU*/

@media (max-width:768px) {
  .section-space{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-space-inner{
    padding-top: 350px;
    padding-bottom: 40px;
  }
}

/* slider */

.swiper-pagination-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-hero .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2.5px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-hero .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-why-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-why-us .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
   border: 2px solid gray;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-why-us .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-why-us .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-why-us .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-services .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-services .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-services .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-services .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-before-after {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
      transform: translateY(20px);
}

.swiper-pagination-before-after .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-before-after .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}


.swiper-pagination-before-after-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
      transform: translateY(-38px);
}

.swiper-pagination-before-after-service .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-before-after-service .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-before-after-service .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-before-after-service .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-team {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
      transform: translateY(-3px);
}

.swiper-pagination-team .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-team .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-team .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

  .swiper-pagination-team .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-blogs .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-blogs .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-blogs .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-blogs .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.whatsapp-main {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 40;
  right: 0 !important;
  left: auto !important;
}

.beforea-pag{
      left: 34%;
    bottom: 21%;
}
  .swiper-team-mobile{
    display: none!important;
  }
@media (max-width: 768px) {
  .swiper-pagination-before-after-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
      transform: translateY(-22px);
}
  .whatsapp-main {
    right: 0 !important;
    left: auto !important;
  }
   .swiper-team-mobile{
    display: block!important;
    padding: 0 20px!important;
  }

}

.whatsapp-wrapper {
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 136px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  margin-left: 20px;
}

.close_whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_whatsapp::before {
  transform: rotate(45deg);
}

.close_whatsapp::after {
  transform: rotate(-45deg);
}

.close_whatsapp::before,
.close_whatsapp::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(29, 33, 41);
  display: block;
  border-radius: 2px;
}

.whatsapp-header {
  background: #0a5654;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 20px;
}

.whatsapp-reply-time {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.header-info {
  margin-left: 16px;
  margin-right: 16px;
}

.support-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.support-avatar::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}

.avatar-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-img {
  background: white;
  background-size: contain !important;
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.avatar-img::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}

.whatsapp-background {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.whatsapp-background::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.loading-animation {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  /*   opacity: 0; */
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
  box-shadow: 9999px 0 0 -5px #cbcbcb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #cbcbcb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #cbcbcb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9984px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }
}

.prose h2{
  color: #6A94D2;
}

.prose h3{
  color: #6A94D2;
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9999px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 10014px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }
}

.wloader {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
}

.whatsapp-message-wrapper {
  display: none;
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  /*   opacity: 1; */
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  margin-top: 4px;
  /*   margin-left: -54px; */
  max-width: calc(100% - 66px);
}

.whatsapp-message-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.chat-body-wrapper {
  width: 100% !important;
}

.whatsapp-chat-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.whatsapp-chat-message {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.whatsapp-chat-message p {
  margin: 0px;
}

.whatsapp-message-container {
  box-sizing: border-box !important;
  outline: none !important;
}

.whatsapp-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(14, 193, 47);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.whatsapp-btn::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}

.whatsapp-send-icon-small {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}

.chat-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.whatsapp-popup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  outline: transparent;
}

.whatsapp-notify {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

@keyframes showhide {
  from {
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.hide-whatsapp {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show-whatsapp {
  display: flex;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-send-icon-big {
  height: 20px;
  width: 20px;
}

.whatsapp-button-main {
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  height: auto;
  padding: 6px 4px 6px 4px;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .whatsapp-popup-button {
    bottom: 0;
    left: auto;
    margin-right: 0;
    padding: 3px 0;
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 0;
    background-color: rgb(14, 193, 47);
  }

  .whatsapp-wrapper {
    width: 90% !important;
    margin-bottom: 116px;
  }

  .whatsapp-background::before {
    height: 250px;
  }
}

@media (min-width: 768px) {
  headers .callnow {
    display: none;
  }

  headers .whatsappx {
    bottom: 15px;
    right: 25px;
    z-index: 40;
    position: fixed;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  headers {
    transition: opacity 1s ease-out;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 39;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }

  headers .whatsappx {
    width: 50%;
    margin-right: 1%;
    border-radius: 100%;
  }

  headers a {
    text-decoration: none;
    font-size: 15px;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }

  .uzmanina-sor {
    display: none
  }
}

.form-btn-mobile {
  display: none;
}

.uzman-content {
  background:#0078c5;
  padding: 0 0 28px 0;
  margin: 0 auto;
  border-radius: 5px;
  height: auto;
  position: absolute;
  width: 90%;
}

@media (max-width: 768px) {
  .form-btn-mobile {
    display: block;
  }

  .mt-3-m {
    margin-top: 20px;
  }

  .form-mobil {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .pt-5-m {
    padding-top: 20px;
  }

  .sticy-form-area-mobile a {
    text-decoration: none;
    font-size: 15px;
    width: 46%;
    display: block;
    float: left;
    text-align: center;
    background-color: #131313;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }

  .sticy-form-area-mobile {
    /*transition: opacity 1s ease-out;*/
    /*opacity: 0;*/
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    justify-content: center;
    z-index: 40;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.uzmanina-sor-mobil {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 40;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.close-btn-form {
  position: absolute;
  right: 10px;
  color: white;
  top: -8px;
  font-size: 36px;
}

.uzmanina-sor-mobil.show {
  display: block;
  opacity: 1;
}

.uzmanina-sor-mobil {
  padding-top: 18px;
  padding-bottom: 10px;
  background: radial-gradient(circle, rgba(77, 116, 162, 1) 0%, rgba(51, 70, 129, 1) 100%);
}

.uzmanina-sor-mobil .sticky-whatsapp a {
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  text-decoration: none;
  color: #f8f9fb;
  font-size: 17px;
  line-height: 15px;
}

.uzmanina-sor-mobil .col-md-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  align-content: center;
}

.uzmanina-sor-mobil .sticky-whatsapp a i {
  font-size: 38px;
  margin-top: -2px;
  color: #ffffff;
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding-left: 19px;
  margin-right: 13px;
}

.uzmanina-sor-mobil .form-area {
  width: 100%;
  display: inline-block;
  padding: 0;
  padding-bottom: 0px;
}

.uzmanina-sor-mobil .form-area .form-group {
  width: 90%;
  padding: 0px 7.5px;
  margin-bottom: 0px;
}

.uzmanina-sor-mobil .form-area input {
  width: 100%;
  display: block;
  padding: 10px 11px;
  border: 1px solid #ccc;
  background-color: white;
  border: 0;
  color: #000;
  outline: 0;
}

.uzmanina-sor-mobil .form-area input::-moz-placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area input::placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area button {
  width: 100%;
  display: block;
  padding: 10px 11px;
  color: #fff;
  font-weight: bold;
}

.cb-tagreel {
  position: relative;
}

.cb-tagreel-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.cb-tagreel-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.cb-tagreel-item {
  position: relative;
  line-height: 100%;
  font-size: 3.75vw;
  flex: 0 0 33%;
  padding: 58px 0;
}

.cb-tagreel-item.-stroke {
  color: transparent;
  text-shadow: none;
}

.cb-tagreel-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.service-thumbnail{
  right: -14px;
}
@media screen and (max-width: 768px) {
  .cb-tagreel-item {
    font-size: 35px;
  }
  .service-thumbnail{
    right: 15px;
  }
}

.marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.marquee-container .marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 20s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

.marquee-container .marquee img {
  margin-left: 20px;
  max-width: 120px;
  max-height: 80px;
  margin-right: 20px;
  display: block;
  height: auto;
}

.marquee-container-2 {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.marquee-container-2 .marquee-2 {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scroll-2 14s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}



            .text-parallax .text {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
            .text-parallax {
    background-color: hsla(0, 0%, 100%, .7);
    height: 100%;
    inset: 0;
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    z-index: 30;
}
            .scroll-container {
                overflow: hidden;
                white-space: nowrap;
                position: relative;
                width: 100vw;
            }

            /* Wrapper for the images */
            .scroll-content {
                display: flex;
                animation: scroll 10s linear infinite;
            }

            /* Images inside the scrolling container */
            .scroll-content img {
                width: 100%;
                height: 410px;
                object-fit: cover;
            }

            /* Keyframes for infinite scrolling effect */
            @keyframes scroll {
                from {
                    transform: translateX(0);
                }

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


@keyframes scroll-2 {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-600%);
  }
}

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

  to {
    transform: translate(-100%);
  }
}

.\*\:text-3xl > * {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\*\:text-xl > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.hover\:\!w-\[15\%\]:hover {
  width: 15% !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0177bf\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 119 191 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0177bf\]\/30:hover {
  background-color: rgb(1 119 191 / 0.3);
}

.hover\:bg-\[\#0265a3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 101 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#fff\!important\]:hover {
  background-color: #fff !important;
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0177bf\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 119 191 / var(--tw-text-opacity, 1));
}

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

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@media not all and (min-width: 1280px) {
  .max-xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .max-xl\:block {
    display: block;
  }

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:w-full {
    width: 100%;
  }

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:gap-10 {
    gap: 2.5rem;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:static {
    position: static;
  }

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:\!top-0 {
    top: 0px !important;
  }

  .max-lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .max-lg\:bottom-\[-10px\] {
    bottom: -10px;
  }

  .max-lg\:left-1\/2 {
    left: 50%;
  }

  .max-lg\:right-10 {
    right: 2.5rem;
  }

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

  .max-lg\:top-auto {
    top: auto;
  }

  .max-lg\:z-10 {
    z-index: 10;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .max-lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

  .max-lg\:ml-0 {
    margin-left: 0px;
  }

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

  .max-lg\:mt-0 {
    margin-top: 0px;
  }

  .max-lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .max-lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-lg\:\!block {
    display: block !important;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:\!flex {
    display: flex !important;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:\!hidden {
    display: none !important;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-32 {
    height: 8rem;
  }

  .max-lg\:h-5 {
    height: 1.25rem;
  }

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

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

  .max-lg\:h-auto {
    height: auto;
  }

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

  .max-lg\:\!w-full {
    width: 100% !important;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:max-w-full {
    max-width: 100%;
  }

  .max-lg\: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));
  }

  .max-lg\:translate-y-\[-45px\] {
    --tw-translate-y: -45px;
    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));
  }

  .max-lg\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-0 {
    gap: 0px;
  }

  .max-lg\:gap-10 {
    gap: 2.5rem;
  }

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:p-10 {
    padding: 2.5rem;
  }

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

  .max-lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .max-lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

  .max-lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

  .max-lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .\*\:max-lg\:text-base > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\*\:max-lg\:uppercase > * {
    text-transform: uppercase;
  }

  .max-lg\:hover\:\!w-full:hover {
    width: 100% !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:left-3 {
    left: 0.75rem;
  }

  .max-md\:\!hidden {
    display: none !important;
  }

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

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

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

@media (min-width: 640px) {
  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:ring-1 {
    --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(1px + 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);
  }

  .sm\:ring-gray-900\/10 {
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

.\[\&\.show\]\:block.show {
  display: block;
}

.custom-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.custom-list li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px; /* Yazı ile ikon arasındaki boşluk */
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: cover;
}

.div-check ul,
.div-check ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.div-check ul li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px; /* Yazı ile ikon arasındaki boşluk */
}

.div-check ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: cover;
}


.fancybox-content{
  padding: 0 !important;
}

.ml-pc{
  margin-left: 100px;
}
.mr-pc{
  margin-right: 130px;
}
.hero-btn{
  position: absolute;
  left: 28%;
}
.border-gray-border{
  border-color: #e4e4e4;
}
.h-309{
  height: 309px;
}
.tab-before-after{
  max-width: 930px;
   overflow-x: hidden;
       padding-bottom: 12px;
}
.image-no-border{
  height: 252px;object-fit: cover;
}
.no-wrap{
  white-space: nowrap;
}
.before-cust{
  top: -38px!important;
}
.blog-cus{
  height: 360px;
}
.blog-bg-gray{
  height: 510px;
}
.text-new{
  top:-37px;
}
.blog-title-cs{
  margin-left: 50px;
}
.service-title-cus{
  font-size: 33px;
  margin-top: 13px;
}
.swiper-hero-s{
  height: auto;
}
.service-foto{
  height: 85px;
  width: 85px;
}
.marquee-14{
  display: grid;
  gap: 10px;
    grid-template-rows: repeat(4, 1fr);
}
.marquee-custom{
 min-width: auto!important;
 width: 25%;
}
@media (max-width: 2000px) {
  .hero-btn{
    left: 21%;
  }

}
@media (max-width: 1540px) {
  .hero-btn{
    left: 9%;
  }
  .swiper-hero-s{
  height: 100vh;
}
}
.service-image-ss{
  border-radius: 50px;
  height: 324px;
  object-fit: cover;
}

.text-marg{
  font-size: 48px;
  font-weight: 200;
}
.you-vidoe-c{
  height: 100vh;
}
.you-white{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  width: 100%;
  background-color: white;
}
.section-bottom-c{
  transform: translateY(5%); 
  z-index: 20;
  position: relative;
}
.max-w-content{
  width: max-content;
}

.about-cont{
  padding: 0 41px;
}
.pc-footer-bottom{
      margin-top: 44px;
    }
     .mobile-top-marquee{
      margin-top: 44px;
    }

@media (max-width: 760px) {
    .mobile-height-swiper{
      height: 408px;
    }
    .mobile-top-marquee{
      margin-top: 129px;
    }
    .mobile-footer-bottom{
      margin-top: 110px;
    }
    .wp-btn-top-m{
         position: absolute;
    bottom: -71px;
    }
.about-cont{
  padding: 0 11px;
}
   .marquee-custom{
 min-width: auto!important;
 width: 80%;
}
.max-w-content{
  width: 100%;
}
.you-white{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background-color: white;
  display: none;
}
.section-bottom-c{
  transform: translateY(0%);
  padding:20px 0;
}
.you-vidoe-c{
  height: 400px;
}
  .service-image-ss{
  border-radius: 0px;
  height: auto;
  object-fit: contain;
}
  .blog-title-cs{
  margin-left: 23px;
}

.service-title-cus{
  font-size: 20px;
  margin-top: 13px;
}
  .blog-bg-gray{
  height: 471px;
}
 .ml-pc{
  margin-left: 0px;
}
.text-new{
  top:-11px;
}
.bg-text-cust{
   font-size: 36px;
    top: -21px
}
.bg-text-cust-2{
  font-size: 25px;
}
.before-cust{
  top: -21px!important;
  font-size: 22px!important;
}
.image-no-border{
  height: 213px;
  object-fit: cover;
}
.service-mobile-left{
  left: 45px;
}
.mr-pc{
  margin-right: 0px;
}
.tab-before-after{
  max-width: 380px;
   overflow-x: scroll;
       padding-bottom: 12px;
}
}



     .wp-btn-mains{
    background:#0ec12f;
    padding: 10px 20px;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 50%;
    transition: all 0.3s;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    gap:5px;
    z-index: 30;
}
  .wp-btn-mains-center{
    background:#0ec12f;
    padding: 10px 20px;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 260px;
    transition: all 0.3s;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    gap:5px;
    z-index: 30;
}

.add-bottom-space{
  padding-bottom:82px;
}
.mt-mobile-before{
  margin-top: 71px;
}
.space-btm{
  padding-bottom: 105px;
}
.max-w-all{
  width: 456px;
}
.pb-mobile{
  padding-bottom: 15px;
}
.give-gap{
  gap: 57px;
}
.w-9 {
    width: 2.25rem;
}
.h-9 {
    height: 2.25rem;
}
.z-\[100\] {
    z-index: 100;
}
.top-2 {
    top: 0.5rem;
}
.right-4 {
    right: 1rem;
}
.fixed {
    position: fixed;
}
.w-3\.5 {
    width: 0.875rem;
}
.h-3\.5 {
    height: 0.875rem;
}
@media (max-width: 1300px) {
    .give-gap{
  gap: 27px;
  }
}
@media (max-width: 768px) {
  .mobile-p{
    padding-bottom: 15px;
  }
       .wp-btn-mains{
    font-size: 14px;
    width: 100%; 
  }
  .pb-mobile{
  padding-bottom: 50px;
}
  .max-w-all{
  width: 100%;
}
  .space-btm{
  padding-bottom: 113px;
}
   .wp-btn-mains-center{
    background:#0ec12f;
    padding: 10px 20px;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 92%;
    transition: all 0.3s;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    gap:5px;
    z-index: 30;
}
}
.whatsapp-send-icon-small {
width: 25px;
height: 25px;
flex: 0 0 16px;
fill: rgb(255,255,255);
z-index: 1;
}


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

.items-center {
  align-items: center;
}
    #media-content {
        display: none; /* Initially hide the content */
    }

    #media-hover:hover + #media-content {
        display: block; /* Show the content when hovering over #media-hover */
    }
    #media-content.visible {
    display: block;
}
.scrollwidth{
  width: 100%;
}

.media-content{
 position: absolute;
    width: max-content;
    height: auto;
    background: white;
    color: black;
    bottom: -115px;
    left: -12px;
    z-index: 50;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.top-d{
  height: 36px;
  width: 2px;
  background-color: #0177bf;
}
.top-ban{
  background-color: white;
    width: 100%;
    display: flex;
    padding: 0px 5px;
    justify-content: flex-end;

}
.facebook-icon-top{
  background-color: #0476c2;
  border-radius: 100%;
  padding: 4px;
}
.you-icon-top{
  background-color:red;
  border-radius: 100%;
  padding: 4px;
}
.black-icon-top{
  background-color:black;
  border-radius: 100%;
  padding: 4px;
}
.items-icon{
  width: 24px;
  color: black;
  height: 24px;
}



.h-head{
  height: 117px;
}
.pt-pad{
  padding-top: 6px;
}
@media (max-width: 1808px) {
.w-dd{
  width: 580px;
}
}
.mt-cus{
  margin-top: 447px;
}
.text-shadow-black {
    text-shadow: 1px 1px 2px black;
}
@media (max-width: 768px) {
  .mt-cus{
  margin-top: 0px;
}
  .w-dd{
  width: 100%;
}
  .mobile-hidden{
  display: none;
}
  .fill-white{
    fill: white;
  }
  .media-content{
 position: static;
    width: max-content;
    height: auto;
    background: #0177bf;
    color: white;
    bottom: -100px;
    left: 10px;
    z-index: 50;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
}
.media-content-border{
  padding: 4px 7px;
      border-top: 1px solid #c3c3c3;
}
.gap-x-5 {
  column-gap: 1.25rem; /* 20px */
}

/* Responsive styles for large screens */
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}

/* Responsive styles for max large screens */
@media (max-width: 1024px) {
  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:left-0 {
    left: 0;
  }

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

  .max-lg\:h-full {
    height: 100%;
  }

  .max-lg\:w-1\/2 {
    width: 50%;
  }

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

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

  .max-lg\:overflow-auto {
    overflow: auto;
  }

  .max-lg\:bg-\[\#13435d\] {
    background-color: #0177bf;
  }

  .max-lg\:p-6 {
    padding: 1.5rem; /* 24px */
  }

  .max-lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}

/* Responsive styles for max large screens */
@media (max-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:before\:fixed::before {
    position: fixed;
  }

  .max-lg\:before\:inset-0::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .max-lg\:before\:z-50::before {
    z-index: 50;
  }

  .max-lg\:before\:bg-black::before {
    background-color: black;
  }

  .max-lg\:before\:opacity-50::before {
    opacity: 0.5;
  }
}

/* Responsive styles for large screens */
@media (min-width: 1024px) {
  .lg\:\!block {
    display: block !important;
  }
}

@media not all and (min-width: 1024px) {
    .max-lg\:before\:opacity-50::before {
        content: "";
        opacity: 0.5;
        z-index: 50;
        
    }
}


@media not all and (min-width: 1024px) {
    .max-lg\:before\:bg-black::before {
        content: "";
               z-index: 50;
        background-color: rgb(0,0,0);
    }
}