@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@400;500;600&display=swap');
*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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%;
}

@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;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!right-\[1\.25rem\] {
  right: 1.25rem !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[5rem\] {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

.left-\[3\.125rem\] {
  left: 3.125rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[3\.125rem\] {
  right: 3.125rem;
}

.top-0 {
  top: 0px;
}

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

.top-\[50\%\] {
  top: 50%;
}

.top-\[7\.5rem\] {
  top: 7.5rem;
}

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

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

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

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

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

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

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.mr-\[\.625rem\] {
  margin-right: .625rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

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

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

.mt-\[3\.125rem\] {
  margin-top: 3.125rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.\!h-full {
  height: 100% !important;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-\[33\.43rem\] {
  max-width: 33.43rem;
}

.max-w-\[36\.25rem\] {
  max-width: 36.25rem;
}

.max-w-\[48rem\] {
  max-width: 48rem;
}

.max-w-\[56\.57rem\] {
  max-width: 56.57rem;
}

.max-w-\[68\.18rem\] {
  max-width: 68.18rem;
}

.max-w-\[76\.75rem\] {
  max-width: 76.75rem;
}

.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-x-\[20\%\] {
  --tw-translate-x: 20%;
  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-\[-6rem\] {
  --tw-translate-y: -6rem;
  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-\[8rem\] {
  --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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.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-\[\.625rem\] {
  gap: .625rem;
}

.gap-\[1\.4rem\] {
  gap: 1.4rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[3\.25rem\] {
  gap: 3.25rem;
}

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

.gap-\[30rem\] {
  gap: 30rem;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[55px\] {
  gap: 55px;
}

.gap-\[55rem\] {
  gap: 55rem;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-x-\[1\.6\%\] {
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
}

.gap-y-\[1\.875rem\] {
  row-gap: 1.875rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

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

.p-\[3\.125rem\] {
  padding: 3.125rem;
}

.p-\[30px\] {
  padding: 30px;
}

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

.px-\[3\.125rem\] {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

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

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

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

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

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

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

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

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

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

.\!text-\[1\.375rem\] {
  font-size: 1.375rem !important;
}

.text-site-primary {
  color: var(--site-primary-color);
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

/*===========================================================
                        Custom font
  ============================================================*/

/* bebas-neue-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Bebas Neue';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/bebas-neue-v15-latin-regular.eot');

  /* IE9 Compat Modes */

  src: url('../fonts/bebas-neue-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bebas-neue-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/bebas-neue-v15-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/bebas-neue-v15-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/bebas-neue-v15-latin-regular.svg#BebasNeue') format('svg');

  /* Legacy iOS */
}

/* archivo-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Archivo';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/archivo-v24-latin-regular.eot');

  /* IE9 Compat Modes */

  src: url('../fonts/archivo-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/archivo-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/archivo-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/archivo-v24-latin-regular.svg#Archivo') format('svg');

  /* Legacy iOS */
}

/* archivo-500 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Archivo';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/archivo-v24-latin-500.eot');

  /* IE9 Compat Modes */

  src: url('../fonts/archivo-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/archivo-v24-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/archivo-v24-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/archivo-v24-latin-500.svg#Archivo') format('svg');

  /* Legacy iOS */
}

/* archivo-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Archivo';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/archivo-v24-latin-600.eot');

  /* IE9 Compat Modes */

  src: url('../fonts/archivo-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/archivo-v24-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/archivo-v24-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/archivo-v24-latin-600.svg#Archivo') format('svg');

  /* Legacy iOS */
}

/* archivo-700 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Archivo';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/archivo-v24-latin-700.eot');

  /* IE9 Compat Modes */

  src: url('../fonts/archivo-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/archivo-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/archivo-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/archivo-v24-latin-700.svg#Archivo') format('svg');

  /* Legacy iOS */
}



/*===========================================================
                    variable css
============================================================*/

:root{
  --site-primary-color: #57161A;
  --site-secondary-color: #ED2226;
  --site-white-color: #ffffff;
  --site-gray: #735F56;

  --primary-font: 'Bebas Neue', serif;
  --secondary-font: 'Archivo', serif;
  --third-font: 'Roboto Flex', serif;
}

/*==========================================================
                        common css
===========================================================*/

/* For Chrome, Safari, Edge */

::-webkit-scrollbar {
  width: 0px;
  /* adjust to your preference */
}

::-webkit-scrollbar-track {
  background: transparent;
}

/* Hide scrollbar for Firefox */
* {
  scrollbar-width: none; /* Firefox-specific */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
  display: none; /* Webkit browsers */
}

::-webkit-scrollbar-thumb {
  background-color: #9C9582;
  /* or any spice tone you like */
  border-radius: 10px;
}

body{
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto!important;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--site-primary-color);
  overflow: auto;
}

html {
  font-size: 100%;
  scroll-behavior: auto!important;
}

body.home{
  position: relative;
}

.base-container{
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.char{
  display: inline-block;
}

.tl-height-screen{
  height: 100vh;
  height: 100svh;
}

.section-headline-one{
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 5.9375rem;
  letter-spacing: 0rem;
  text-transform: uppercase;
  /* color: var(--site-white-color); */
}

.section-headline-two{
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  line-height: 7.8125rem;
  letter-spacing: 0rem;
  text-transform: uppercase;
}

.section-description{
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8125rem;
}

.section-btn a,
.section-btn button{
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--site-white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .9375rem 1.875rem;
  background-color: var(--site-secondary-color);
  border-radius: 100px;
  transition: .3s ease-in-out;
}

.section-btn a span,
.section-btn button span{
  height: 1.875rem;
  width: 1.875rem;
  border: 2px solid var(--site-white-color);
  border-radius: 99999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
}

.section-btn a:hover,
.section-btn button:hover{
  background-color: var(--site-white-color);
  color: var(--site-secondary-color);
  transition: .3s ease-in-out;
}

.section-btn a:hover span,
.section-btn button:hover span{
  border: 2px solid var(--site-secondary-color);
  background-color: var(--site-secondary-color);
  transition: .3s ease-in-out;
}

.section-btn-two a,
.section-btn-two button{
  border: 2px solid var(--site-secondary-color);
}

.section-btn-two a:hover,
.section-btn-two button:hover{
  border: 2px solid var(--site-secondary-color);
}

.spice-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.spice-flake {
  position: absolute;
  width: 3px;
  height: 6.5px;
  background-color: red;
  border-radius: 2px;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  animation: flake-burst 1.2s ease-out forwards;
}

@keyframes flake-burst {
  100% {
    transform: translate(var(--x), var(--y)) rotate(var(--r));
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .wd-section-headline{
    font-size: 2rem;
  }
}

@media (min-width: 1440px) {
  .wd-section-headline{
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}

@media (min-width: 120.0625rem) {
  html {
    font-size: 120%;
  }
}

@media (min-width: 156.25rem) {
  html {
    font-size: 130%;
  }
}

@media (min-width: 218.75rem) {
  html {
    font-size: 140%;
  }
}

@media (max-width: 1366px) {
  .section-headline-one,
  .section-headline-two{
    font-size: 5rem;
    line-height: 5.2rem;
  }
}

@media (max-width: 1280px){
  .base-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-headline-one,
   .section-headline-two{
    font-size: 4rem;
    line-height: 1.2;
  }

  .section-description {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .base-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-btn a{
    font-size: 14px;
  }

  .section-description{
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 600px) {
  .section-headline-one{
    font-size: 46px;
    line-height: 1.2;
  }

  .section-headline-two{
    font-size: 46px;
    line-height: 48px;
  }
}

@media (max-width: 370px) {
}

/*==========================================================
                     Home starting animation
===========================================================*/

.home header.tl-disable{
  opacity: 0;
  visibility: hidden;
}

.home-banner-bottom {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out; /* For older Safari / iOS */
  -moz-transition: all 1s ease-in-out;    /* For older Firefox */
}


.home-banner-bottom.tl-disable{
  opacity: 0;
  visibility: hidden;
}

.home header {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; /* Safari / iOS */
  -moz-transition: all 0.5s ease-in-out;    /* Older Firefox */
}


.banner-content {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out; /* Safari / older iOS */
  -moz-transition: all 0.8s ease-in-out;    /* Older Firefox */
}


.banner-content.tl-disable {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  -webkit-transform: translateY(60px); /* Safari / iOS */
  -moz-transform: translateY(60px);    /* Older Firefox */
  -ms-transform: translateY(60px);     /* IE 9+ */
  -o-transform: translateY(60px);      /* Old Opera */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}


/* Initial state */

.starting-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari/older iOS */
  -moz-transform: translate(-50%, -50%);    /* Firefox (legacy) */
  -ms-transform: translate(-50%, -50%);     /* IE 9+ (optional) */
  -o-transform: translate(-50%, -50%);      /* Old Opera */
  will-change:  transform, opacity; /* improves animation performance */
    /* transition: top 1.5s ease-in-out; */
}


/* Target state */

.starting-logo.logo-top {
  top: 5.35rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari/older iOS */
  -moz-transform: translate(-50%, -50%);    /* Older Firefox */
  -ms-transform: translate(-50%, -50%);     /* IE 9+ */
  -o-transform: translate(-50%, -50%);      /* Old Opera */

  transition: top 1.2s ease-in-out;
  -webkit-transition: top 1.2s ease-in-out;
  -moz-transition: top 1.2s ease-in-out;
}


.starting-logo.tl-disable {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Safari */
  -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;    /* Firefox */
}


.home.tl-scroll-off{
  overflow: hidden;
}
.home.tl-scroll-on{
  overflow: auto!important;
}

body.home {
    overflow: auto;
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
@media (min-width: 120.0625rem) {
  .starting-logo.logo-top{
    top: 4.75rem;
  }
}

@media (min-width: 156.25rem) {
  .starting-logo.logo-top{
    top: 4.5rem;
  }
}

@media (min-width: 218.75rem) {
  .starting-logo.logo-top{
    top: 4.35rem;
  }
}

@media (max-width: 768px) {
  .starting-logo.logo-top{
    top: -10rem;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .starting-logo.logo-top{
    top: -10rem;
  }

  .home-banner,
  .contact-banner{
    min-height: 750px;
  }

  .contact-form-section{
    min-height: 900px;
  }
}

/*==========================================================
                     Header
===========================================================*/

.site-header{
  background-color: transparent;
}

.site-logo{
  width:  auto;
  height: 110px;
}

.home .white-logo{
  display: block !important;
}

.home .dark-logo{
  display: none !important;
}

.site-nav ul li a {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: uppercase;

  /* Transition for smooth effects on hover or state change */
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; /* Safari / older iOS */
  -moz-transition: all 0.3s ease;    /* Older Firefox */

  /* Text color */
  color: var(--site-primary-color);
}


.home .site-nav ul li a{
  color: var(--site-white-color);
}

.site-nav ul li a:hover {
  color: var(--site-secondary-color);
  transition: all 0.3s ease; 
  -webkit-transition: all 0.3s ease; /* Safari / older iOS */
  -moz-transition: all 0.3s ease;    /* Older Firefox */
}

header {
  z-index: 50;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

header.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* position: sticky; */  /* Keep commented if you handle sticky elsewhere */
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}


.left-header-menu ,
.right-header-menu{
  padding-top: 2.5rem;
  padding-bottom: 2.81rem;
}

.site-nav ul li.current-menu-item a{
  color: var(--site-secondary-color);
}

/* mobile menu */
/* Hamburger default bars */
.mobile-hamburger span {
  width: 1.875rem;
  height: 2px;
  z-index: 50;
  background-color: var(--site-secondary-color);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Safari */
  -moz-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;    /* Older Firefox */
}

/* On home page */
.home.mobile-hamburger span {
  background-color: var(--site-white-color);
}

/* Active hamburger: first bar */
.mobile-hamburger.active span:first-child {
  transform: translateY(5px) rotate(40deg);
  background-color: var(--site-white-color);
  /* transition is inherited from default, no need to repeat */
}

/* Active hamburger: middle bar */
.mobile-hamburger.active span:nth-child(2) {
  display: none;
}

/* Active hamburger: last bar */
.mobile-hamburger.active span:last-child {
  transform: translateY(-5px) rotate(-40deg);
  background-color: var(--site-white-color);
  /* transition is inherited from default, no need to repeat */
}


.mobile-btn.active{
  position: fixed;
}

.site-header.active .mobile-btn-js.active{
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 100;
}

.mobile-menu {
  position: fixed;
  height: 100svh; /* modern viewport unit; fallback recommended */
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--site-primary-color);
  padding: 100px 35px 45px;
  z-index: -30;
  opacity: 0;
  visibility: hidden;
  display: flex; /* needed because you set flex-direction */
  flex-direction: column;
  transition: opacity 0.5s ease, visibility 0.5s ease, z-index 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, z-index 0.5s ease; /* Safari */
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, z-index 0.5s ease;    /* Firefox */
}

/* Active state */
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 30;
  /* transition inherits from default, no need to repeat */
}


.mobile-nav ul li a{
  color: #ffffff;
  font-size: 35px;
}


@media (max-width: 768px){
  .site-logo{
    height: 78px;
  }
  .site-logo img{
    width: auto;
  }
}

/*==========================================================
                     home banner
===========================================================*/

/* .home-banner{
  background-image: url('../images/home-banner.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */


.home-banner{
  /* background-color: #a10403; */
  background-color: #000000;
}


.video-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 1s ease-in-out;
}

.show-overlay{
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-headline{
  max-width: 48.125rem;
  margin: 0 auto;
}

.banner-description{
  max-width: 33.375rem;
  margin: 0 auto;
}

.banner-description p{
  font-family: var(--secondary-font);
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0rem;
}

.banner-contact a{
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--site-white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .82rem 1.06rem;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  /* background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px); */
  -webkit-backdrop-filter: blur(7px);
  border: 2px solid var(--site-white-color);
  border-radius: 100px;
  transition: .3s ease-in-out;
}

.banner-contact a span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
}

.banner-contact a:hover{
  background-color: var(--site-secondary-color);
  border: 2px solid var(--site-secondary-color);
  transition: .3s ease-in-out;
}

.banner-arrow a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--site-white-color);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  /* background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px); */
  -webkit-backdrop-filter: blur(7px);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 99999px;
  transition: .3s ease-in-out;
}

.banner-arrow span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner-arrow a:hover{
  border: 2px solid var(--site-secondary-color);
  background-color: var(--site-secondary-color);
  transition: .3s ease-in-out;
}

@media (max-width: 1280px) {
}

@media (max-width: 768px) {
  .banner-description p{
    font-size: 18px;
  }
}

/*==========================================================
                    concept production
===========================================================*/

.concept-production-wrapper .section-headline-two{
  color: #9C9582;
}

.concept-production-wrapper .section-description{
  color: var(--site-primary-color);
}

/*==========================================================
                     services
===========================================================*/

.single-services{
  max-width: 49.2%;
  flex: 0 0 49.2%;
  padding-top: 2rem;
  overflow: hidden;
}

.single-services a{
  background: #F2F1ED;
  border-radius: 1.25rem;
}

.services {
  overflow: hidden;
}

.services .section-btn a{
  padding-left: 3.71rem;
  padding-right: 3.71rem;
}

.single-services h3{
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 100%;
}

.single-services p{
  color: var(--site-gray);
  font-family: var(--third-font);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  margin-top: 1.875rem;
  max-width: 68%;
}

.services-btn span{
  border: 2px solid var(--site-white-color);
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.875rem;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in;
}

.single-services a:hover{
  background: linear-gradient(360deg, #4D0C10 0%, #ED2226 100%);
  transition: .3s ease-in-out;
}

.single-services a:hover h3,
.single-services a:hover p{
  color: var(--site-white-color);
}

.single-services a:hover .services-btn span{
  opacity: 1;
  visibility: visible;
  transition: .1s ease-in;
}

.services-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12rem;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out; /* Safari / iOS */
  -moz-transition: transform 0.3s ease-in-out;    /* Older Firefox */
}

.services-img img {
  width: auto;
}

.single-services:hover .services-img {
  transform: translateY(-50%) scale(1.22);
  transform-origin: 30% 136%;
}

.single-services:hover .services-img1 {
  transform-origin: 75% 136%;
}

.single-services:hover .services-img4 {
  transform-origin: 75% 100%;
}


/* Large screens */
@media (min-width: 1920px) {
  .single-services:hover .services-img {
    transform: translateY(-50%) scale(1.28);
  }

  .single-services{
    padding-top: 3.5rem;
  }

  .services-wrapper {
    gap: 4%;
    row-gap: 35px;
  }

  .single-services {
    max-width: 48%;
    flex: 0 0 48%;
  }
}

@media (min-width: 2400px) {
  .single-services:hover .services-img {
    transform: translateY(-50%) scale(1.35);
  }
}

@media (min-width: 3100px) {
  .single-services:hover .services-img {
    transform: translateY(-42%) scale(1.35);
  }

  .services-wrapper {
    row-gap: 55px;
  }
}

@media (min-width: 3500px) {
  .single-services:hover .services-img {
    transform: translateY(-46%) scale(1.5);
    transform-origin: 85% 136%;
  }
}

/* Medium screens */
@media (max-width: 1280px) {
  .single-services h3 {
    font-size: 36px;
    line-height: 1;
  }

  .single-services p {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* Small screens */
@media (max-width: 1024px) {
  .single-services {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-services p {
    max-width: 190px;
  }
}

@media (max-width: 768px) {
  .services-img {
    width: auto;
    height: 7rem;
  }
  .single-services h3 {
    max-width: 200px;
  }
  .single-services:hover .services-img {
    transform: translateY(-50%) scale(1.56);
  }
  .single-services:hover .services-img3 {
    transform-origin: 30% 176%;
  }
  .single-services:hover .services-img4 {
    transform-origin: 45% 145%;
  }
}


/*==========================================================
                     custom flavor
===========================================================*/

.custom-flavor-left,
.custom-flavor-right{
  max-width: 50%;
  flex: 0 0 50%;
}

.custom-flavor-left .section-description {
  color: var(--site-gray);
}

/* Pulse animation */
@keyframes pulse {
  50% {
    transform: scale(0.8);
  }
}

/* Wrapper for images */
.custom-flavor-img-wrapper {
  position: relative;
  width: 40rem;
  height: 38rem;
}

/* Middle image */
.middle-img {
  width: 100%;
  max-width: 23.26rem !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Outer images initially hidden */
.outsite-imgs {
  width: 100%;
  position: absolute;
  transform-origin: center;
  transform: scale(0) rotate(100deg);
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease; /* Safari */
  -moz-transition: transform 1s ease;    /* Older Firefox */
}

/* Show outer images on hover */
.custom-flavor-img-wrapper:hover .outsite-imgs,
.custom-flavor-img-wrapper.active-img .outsite-imgs {
  transform: scale(1) rotate(0deg);
}


@media screen and (min-width: 1281px) {
  .custom-flavor-wrapper{
    margin-top: -100px;
  }
}

@media screen and (min-width: 1660px){
  .custom-flavor-img-wrapper {
    width: 42rem;
    height: 41rem;
  }
}

@media screen and (min-width: 1920px){
  .custom-flavor-img-wrapper {
    width: 44rem;
    height: 43rem;
  }
}

@media screen and (max-width: 1280px){
  .custom-flavor-img-wrapper {
    width: 26rem;
    height: 25rem;
  }

  .custom-flavor-right{
    display: flex;
    justify-content: center;
  }

  .middle-img{
    width: 50%;
  }
}

@media screen and (max-width: 1024px){
  .custom-flavor-left,
  .custom-flavor-right{
    max-width: 100%;
    flex: 0 0 100%;
  }

  .custom-flavor-img-wrapper {
    width: 320px;
    height: 320px;
  }

  .custom-flavor-right{
    order: 1;
    margin-top: 50px;
  }

  .custom-flavor-left{
    order: 2;
    margin-top: 30px;
  }

  .custom-flavor-left p{
    margin: 0 auto;
  }

  
}

/*==========================================================
                     trusted innovators
===========================================================*/

.innovator-single{
  box-shadow: 0px 32px 64px -12px #10182824;
  display: flex;
  border-radius: 1.25rem;
  margin: 0 48px;
}

.innovator-description{
  padding: 4.0625rem 3.125rem 4.0625rem 2.125rem;
}

.innovator-img{
  max-width: 37.68%;
  flex: 0 0 37.68%;
}

.innovator-details{
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  color: #540B14;
}

.innovator-info{
  color: var(--site-gray);
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
}

.quote-icon{
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 9999px;
  background-color: #F2F1ED;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3.125rem;
  left: -3.125rem;
}

.custom-arrow-left,
.custom-arrow-right{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid var(--site-gray);
  border-radius: 99999px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.custom-arrow-left:hover,
.custom-arrow-right:hover{
  border: 2px solid var(--site-secondary-color);
  background-color: var(--site-secondary-color);
  transition: .3s ease-in-out;
}

.custom-arrow-left:hover svg path,
.custom-arrow-right:hover svg path{
  stroke: var(--site-white-color);
  transition: .3s ease-in-out;
}

@media (max-width: 1024px){
  .innovator-single{
    margin-left: 0;
    margin-right: 30px;
  }
}

@media (max-width: 768px){
  .quote-icon{
    width: 3.125rem;
    height: 3.125rem;
    top: -1.6rem;
    left: -1.6rem;
  }

  .innovator-details{
    font-size: 16px;
    line-height: 1.4;
  }

  .innovator-info{
    font-size: 14px;
    line-height: 1.2;
  }

  .innovator-description{
    padding: 50px 30px;
  }

  .innovator-img{
    max-width: 22%;
    flex: 0 0 22%;
  }

  .quote-icon img{
    width: 16px;
  }
}

/*==========================================================
                     partner
===========================================================*/

.partner-section{
  background-color: #1A1A1A;
}

.partner-section h3{
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.partner-horizontal {
  overflow: hidden;
  position: relative;
}

.partner-inner {
  white-space: nowrap;
  will-change: transform;
  animation: scroll 300s linear infinite;
}

.single-partner {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 3.125rem;
}
.single-partner img{
  height: 100%!important;;
}

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

@media (max-width: 768px){
  .partner-inner {
    animation: scroll 100s linear infinite;
  }
  .single-partner{
    height: 30px;
  }
  .single-partner img{
    height: 100%!important;
  }
}

/*==========================================================
                     best seller
===========================================================*/

.best-seller-left,
.best-seller-right{
  max-width: 50%;
  flex: 0 0 50%;
}

.best-seller{
  margin-top: -4rem;
}

.best-seller-left{
  padding-top: 14rem;
}

.best-seller-right{
  margin-bottom: 110px;
}


.best-seller-left .section-description{
    color: var(--site-gray);
  }


@media (min-width: 1660px){
  .best-seller-left{
    padding-top: calc(16rem + 4vh);
  }
}

@media (min-width: 1920px){
  .best-seller-left{
    padding-top: calc(16rem + 5vh);
  }
}

@media (max-width: 1024px){
  .best-seller-left{
    order: 2;
  }

  .best-seller-right{
    order: 1;
  }

  .best-seller-left,
  .best-seller-right{
    max-width: 100%;
    flex: 0 0 100%;
  }

  .best-seller-left .section-description{
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px){
  .best-seller{
    margin-top: -2.2rem;
  }

  .best-seller-left{
    padding-top: 15px;
  }

  .best-seller-right{
    margin-bottom: 15px;
  }
}

/*==========================================================
                     footer
===========================================================*/

footer{
  background-color: #1A1A1A;
}

.footer-top{
  border-bottom: 1px solid #373737;
}

.footer-bottom p{
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--site-white-color);
}

footer .site-nav ul li a{
  color: var(--site-white-color);
}

@media (max-width: 1280px){
}

@media (max-width: 768px){
}

/*==========================================================
                     contact page
===========================================================*/

.contact-form-section{
  background-color: #F2F1ED;
  padding-top: 130px;
  padding-bottom: 160px;
  height: 100%!important;
}



.contact-banner-bottom .contact-info-content{
  white-space: nowrap;
  font-family: var(--secondary-font);
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
}

.contact-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  min-width: 15rem;
}

.contact-icon-wrapper{
  width: 3.5rem;
  height: 3.5rem;
  background-color: #DEDDD9;
  border: .5rem solid #F2F1ED;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*Floating images */

.contact-floating-images {
  z-index: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 50px;
  white-space: nowrap;
  /* width: max-content; */
  /* width: -webkit-max-content; */
  /* width: auto; */
}



.font-floating-text .contact-floating-images{
  animation: scroll-font-left 300s linear infinite;
}

.back-floating-text .contact-floating-images{
  animation: scroll-back-left 400s linear infinite;
}

@keyframes scroll-font-left {
  0% {
      transform: translateX(-1060%);
  }
  100% {
      transform: translateX(0%); 
  }
}

@keyframes scroll-back-left {
  0% {
      transform: translateX(-1060%);
  }
  100% {
      transform: translateX(0%); 
  }
}

.font-floating-text .contact-floating-images,
.back-floating-text .contact-floating-images {
  will-change: transform;
}

.contact-floating-images img {
  width: auto;
  border-radius: 10px;
}

/* Layer 2: Floating text */



.floating-text-wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100vw; /* Full viewport width for marquee effect */
    --marquee-width: 100vw;
    --offset: 20vw; /* Adjusts the starting position */
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    --item-font-size: 10vw; /* Adjust font size to ensure ~3 items visible */
}

.marquee {
    position: absolute;
    top: -100px;
    left: 0;
    width: var(--marquee-width);
    /* overflow: hidden; */
    pointer-events: none;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    gap: 2vw;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 50s linear infinite;
    opacity: 1;
    transition: opacity 0.4s;
}

.floating-text {
    text-align: center;
    white-space: nowrap;
      /* z-index: 2; */
      /* display: flex; */
      /* justify-content: center; */
      /* align-items: center; */
      color: #DEDDD9;
      font-size: 16rem;
      line-height: 100%;
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/* Contact Form */

.contact-form-wrapper{
  background-color: var(--site-white-color);
  border-radius: 1.25rem;
  box-shadow: 0px 32px 64px -12px #10182824;
  padding: 3.125rem;
}

.contact-form-wrapper .form-field{
  padding: .625rem .875rem;
  border: 1px solid #9C9582;
  border-radius: .5rem;
  height: 2.75rem;
  margin-bottom: 1.5rem;
}

.contact-form-wrapper input::-moz-placeholder, .contact-form-wrapper textarea::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--secondary-font);
}

.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: var(--secondary-font);
}

.contact-form-wrapper input,
.contact-form-wrapper textarea{
  height: 100%;
  width: 100%;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus{
  outline: 1px solid var(--site-secondary-color);
}

  .contact-banner-main .section-description{
    color: var(--site-gray);
  }

@media (min-width: 768px){
  .contact-form-content {
    position: relative!important;
    top: inherit!important;
    left: -50%!important;
    transform: translateX(50%)!important;
  }
}
@media (max-width: 1024px){
  .contact-block{
    min-width: 8rem;
  }
}

@media (max-width: 768px){
  .contact-form-wrapper{
    padding: 15px;
  }

  .contact-form-content{
    padding: 0 30px;
  }

  .contact-floating-images{
    animation: float-left-right 2s linear infinite;
  }

  .font-floating-text .contact-floating-images{
    gap: 25rem;
  }

  .back-floating-text .contact-floating-images{
    gap: 8rem;
  }

  .contact-banner-bottom .contact-info-content{
    font-size: 16px;
  }

  .contact-block{
    gap: 10px;
  }
  .contact-banner-bottom .contact-info-content{
    line-height: 1.2;
  }
  .contact-form-section{
    min-height: 870px!important;
    height: 100%!important;
  }
  .contact-form-content{
    top: 70px;
  }
  .site-nav ul{
    gap: 30px;
  }
  .contact-banner-main .section-description{
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  .contact-banner-outer{
    padding-top: 140px!important;
  }
}

@media (max-width: 550px){
  .font-floating-text .contact-floating-images{
    gap: 6rem;
  }

  .back-floating-text .contact-floating-images{
    gap: 4rem;
  }

  /* .font-floating-text .contact-floating-images{
    animation: scroll-font-left 600s linear infinite;
  }

  .back-floating-text .contact-floating-images{
    animation: scroll-back-left 600s linear infinite;
  } */
}

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

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

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

  .md\:my-\[3\.42rem\] {
    margin-top: 3.42rem;
    margin-bottom: 3.42rem;
  }

  .md\:mt-\[2\.25rem\] {
    margin-top: 2.25rem;
  }

  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }

  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:gap-\[5rem\] {
    gap: 5rem;
  }

  .md\:gap-\[6\.625rem\] {
    gap: 6.625rem;
  }

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

  .md\:px-\[3\.5rem\] {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-\[3\.875rem\] {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }

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

  .md\:pb-\[14\.37rem\] {
    padding-bottom: 14.37rem;
  }

  .md\:pb-\[5rem\] {
    padding-bottom: 5rem;
  }

  .md\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

  .md\:pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }

  .md\:pt-\[15rem\] {
    padding-top: 15rem;
  }

  .md\:pt-\[4rem\] {
    padding-top: 4rem!important;
  }

  .md\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .md\:pt-\[9\.37rem\] {
    padding-top: 9.37rem;
  }

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

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .lg\:gap-\[7\.5rem\] {
    gap: 7.5rem;
  }

  .lg\:pl-\[7\.56rem\] {
    padding-left: 7.56rem;
  }

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

@media (min-width: 1280px) {
  .xl\:gap-\[3\.125rem\] {
    gap: 3.125rem;
  }

  .xl\:p-\[3\.125rem\] {
    padding: 3.125rem;
  }
}








/* about page */
.about-banner{
  padding-top: 16.25rem;
  overflow: hidden;
  padding-bottom: 2.75rem;
}

.about-banner-inner{
  gap: 2rem;
  justify-content: space-between;
}

.about-content-wrapper{
  max-width: 41.25rem;
  flex: 0 0 41.25rem;
}

.about-content-wrapper p{
  font-size: 1.375rem;
  line-height: 1.3;
  color: var(--site-gray);
}
.about-content-wrapper{
  padding-left: 6.25rem;
}
.about-banner-img{
  flex: 0 0 43%;
  max-width: 43%;
}

@media (min-width: 1920px){
  .about-banner-img{
    flex: 0 0 40%;
    max-width: 40%;
  }
  .about-content-wrapper{
    max-width: 45%;
    flex: 0 0 45%;
  }
}





/* about timeline */
.about-timeline{
    margin-bottom: 9rem;
      padding-top: 9rem;
}

.timeline-wrapper{
  max-width: 66.06rem;
  min-height: 39.18rem;
  border-radius: 1.25rem;
  margin: 0 auto;
  background-color: #F2F1ED;
  padding-top: 11.15rem;
}

.timeline-slider {
  overflow: hidden;
  padding: 3.125rem 5.62rem;
}

.timeline-slider .swiper-wrapper{
  
}

.timeline-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
}

.timeline-slider .swiper-slide-active {
  opacity: 1 !important;
}

.progress-bar{
  position: absolute;
  bottom: 6rem;
  left: 5.62rem;
  width: 100%;
  z-index: 20;
  max-width: 28.93rem;
}

.progress-bar .timeline-bar-pagination{
  background: #ACABA7;
  height: 4px;
}

.progress-bar .swiper-pagination-progressbar-fill{
  background: var(--site-primary-color);
}

.timeline-content{
  font-family: var(--third-font);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  max-width: 28.93rem;
  transform: translateY(-3rem);
}

.timeline-img {
  max-width: 19.65rem;
  height: auto;
}

.timeline-img img{
  width: 100%;
  height: auto!important;
}

.timeline-date-wrapper{
  max-width: 72.25rem;
  margin: 0 auto;

  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 3.125rem;
}

.timeline-single-date{
  font-size: 4rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #ACABA7;
  white-space: nowrap;
  position: relative;
}

.timeline-single-date.active{
  color: var(--site-primary-color);
}

.timeline-single-date:not(:last-child)::after {
  content: "";
  border-bottom: 1px dashed transparent;
  border-image: repeating-linear-gradient(
    to right,
    #ACABA7 0,
    #ACABA7 6px,
    transparent 4px,
    transparent 12px) 1;
  margin: 0 1rem;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: calc(100% + 2rem);
  transform: translateY(-50%);
}




@media (min-width: 1920px){
  .timeline-img {
    max-width: 20rem;
    width: 100%;
  }
}


@media (max-width: 1366px){
  .about-content-wrapper{
    padding-left: 60px;
  }
  .about-content-wrapper,
  .about-banner-img{
    max-width: 48%;
    flex: 0 0 48%;
  }
  .about-banner-inner{
    gap: 1rem;
  }
  .about-banner-img img{
    object-fit: contain;
  }
}


@media (max-width: 1280px){
  .about-banner-inner{
    gap: 0rem;
  }
  .about-content-wrapper{
    padding-left: 60px;
    padding-right: 20px;
  }
  .timeline-single-date{
    font-size: 45px;
  }
  .timeline-single-date:not(:last-child)::after{
    width: 100%;
  }
  .timeline-content{
    font-size: 22px;
  }
  .timeline-slider{
    padding: 70px 40px;
  }
  .timeline-content{
    max-width: 20rem;
  }
  .progress-bar{
    max-width: 20rem;
    left: 3rem;
  }
}

@media (max-width: 768px){
    .about-content-wrapper,
    .about-banner-img{
      max-width: 100%;
      flex: 0 0 100%;
    }
    .about-banner-inner{
      gap: 2rem;
    }
    .about-content-wrapper,
    .about-banner-img{
      padding-left: 22px;
      padding-right: 22px;
    }
    .about-banner{
      padding-top: 160px;
      padding-bottom: 100px;
    }
      .about-content-wrapper .section-description{
      font-size: 16px;
      line-height: 23px;
    }
    .timeline-single-date{
      font-size: 64px;
    }
    .progress-bar,
    .timeline-date-wrapper{
      display: none;
    }
    .timeline-slider .swiper-slide{
      flex-direction: column;
    }
    .timeline-content{
      font-size: 18px;
      transform: none;
      margin-bottom: 30px;
    }

    .about-timeline{
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 30px;
      padding-bottom: 0px;
    }
    .timeline-slider .timeline-single-date{
      display: block;
    }
    .timeline-slider .timeline-single-date:after{
      display: none;
    }
    .timeline-slider .swiper-slide{
      opacity: 1;
    }
    .timeline-wrapper{
      min-height: 571px;
      background-color: inherit;
      padding-top: 0;
    }

    .timeline-slider  .swiper-wrapper{
      display: flex;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      gap: 115px;
      padding-top: 40px;
    }
    .timeline-slider  .swiper-wrapper .swiper-slide{
      max-width: 430px!important;
      margin: 0 auto!important;
      width: 100%!important;
      background-color: #F2F1ED;
      border-radius: 20px;
      min-height: 545px;
      padding: 10px 40px 40px;
      transform: none!important;
      opacity: 1 !important;
    }
    .timeline-slider{
      padding: 0;
    }
    .timeline-img{
      /* max-height: 321px; */
      height: 100%;
      width: auto;
    }
    .js-time-date.timeline-single-date{
      transform: translate(-112%, -40px);
    }

    .timeline-slider .timeline-content{
      color: #ACABA7;
    }


       .timeline-slider .swiper-wrapper .swiper-slide{
      position: relative;
    }

    .timeline-slider .swiper-wrapper .swiper-slide:after {
      content: "";
      border-top: 1px dashed transparent;
      -o-border-image: repeating-linear-gradient(
          to right,
          #ACABA7 0,
          #ACABA7 6px,
          transparent 4px,
          transparent 12px
        ) 1;
      border-image: repeating-linear-gradient(
          to right,
          #ACABA7 0,
          #ACABA7 4px,
          transparent 4px,
          transparent 10px
        ) 1;
      margin: 0 1rem;
      display: block;
      position: absolute;
      bottom: -50px;
      left: 50%;
      width: calc(100% - 2rem);
      height: 2px;
      /* Fixed height as requested */
      z-index: 20;
      width: 70px;
      transform: translatex(-55%) rotate(90deg);
    }
}


@media (max-width: 650px){
  .js-time-date.timeline-single-date{
    transform: translate(-100%, -40px);
  }
  .about-timeline{
    margin-bottom: 5rem;
  }
}

@media (max-width: 400px){
  .js-time-date.timeline-single-date{
    transform: translate(-20vw, -40px);
  }
}
@media (max-width: 390px){
  .js-time-date.timeline-single-date{
    transform: translate(-18vw, -40px);
  }
}
@media (max-width: 360px){
  .about-timeline{
    padding-left: 0;
    padding-right: 0;
  }
  .timeline-slider .swiper-wrapper .swiper-slide{
    padding: 10px 30px 30px;
  }
   .js-time-date.timeline-single-date{
    transform: translate(-20vw, -40px);
  }
}







/*==========================================================
                     services
===========================================================*/
.services-section{
}

.sevices-content{
  padding-top: 16rem;
}
.sevices-content .section-description{
  color: var(--site-gray);
  line-height: 1.3;
  max-width: 44rem;
}

.service-slider-contents{
  max-width: 40rem;
  margin-right: 6.8rem;
  width: 100%;
  margin-bottom: 9.3rem;
  margin-top: 9.3rem;
}


.swiper-slide.service-slider-inner{
  border-radius: 1.25rem;
  padding: 3.125rem;
  background-color: #F2F1ED;
}


.service-slider-contents .section-btn a{
  max-width: 17.56rem;
  width: 100%;
  margin-top: 1.25rem;
}

.s-slider-headline{
  font-size: 4rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.85rem;
}

.s-slider-sub-text{
  font-family: var(--third-font);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 100%;
}

.s-slider-description{
  font-family: var(--third-font);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1.25rem;
  margin-bottom: 1.87rem;
  color: var(--site-gray);
}

.s-slider-list{
  font-family: var(--secondary-font);
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.87rem;
}

.s-slider-list li{
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 6px;
}

.s-slider-list li::before{
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 4px solid #DEDDD9;
  border-radius: 9999px;
  background-image: url('../images/services-icon/right-sign.svg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 50%;
  position: absolute;
  top: .2rem;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-slider-img-dots {
  gap: .8rem;
  margin-top: 1.56rem;
}

.s-slider-single-dot{
  border: 8px solid #F2F1ED;
  border-radius: 1.2rem;
  width: 5.65rem;
  height: 5.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.s-slider-single-dot.active{
  background-color: #DEDDD9;
}

.s-slider-single-dot img{
  width: auto;
  height: 3.4rem!important;
}

.rotate-slider-item img{
  width: auto;
  height: 100%!important;
}

.service-slider-contents .swiper-wrapper{
  height: inherit;
}

.rotate-slider-inner .rotate-slider-item{
  width: auto;
  height: 450px;
  margin: 0;
  aspect-ratio: 4.76 / 3.54;
  position: relative;
  right: -92%;
  /* background-color: red; */
}

.rotate-slider-inner .rotate-slider-item img{
  width: auto;
  height: 100%;
  object-fit: cover;
}


.rotate-slider-inner .rotate-slider-item:nth-child(1) {
	transform: translate(30%, -15%) rotate(-20deg);
}
.rotate-slider-inner .rotate-slider-item:nth-child(2) {
  transform: translate(74%, 7%) rotate(-8deg);
}
.rotate-slider-inner .rotate-slider-item:nth-child(3) {
  transform: translate(77%, 26%) rotate(2deg);
}
.rotate-slider-inner .rotate-slider-item:nth-child(4) {
  transform: translate(62%, 46%) rotate(14deg);
}
.rotate-slider-inner .rotate-slider-item:nth-child(5) {
  transform: translate(24%, 61%) rotate(28deg);
}



.rotate-slider-items{
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5rem;
  transform: none;
  z-index: 20;
}

.rotate-slider-inner{
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 320rem;
    display: flex;
    position: absolute;
    right: 0;
    z-index: 20;
    will-change: transform;
    transform-style: preserve-3d;
    transform: rotateZ(22deg);
}


.rotate-slider-wrapper-sticky {
  position: relative;
}



@media (min-width: 1660px){
  .service-slider-contents .section-btn a{
    max-width: 330px;
  }
}



@media (min-width: 1920px){
  .service-slider-contents .section-btn a{
    max-width: 365px;
  }
  .rotate-slider-inner{
    width: 310rem;
  }
  .rotate-slider-items {
    left: 10rem;
  }
  .rotate-slider-inner .rotate-slider-item{
    height: 500px;
  }

  .rotate-slider-inner .rotate-slider-item:nth-child(1) {
    transform: translate(35%, 0%) rotate(-20deg);
  }
}



@media (min-width: 2500px){
  /* .service-slider-contents .section-btn a{
    max-width: 330px;
  } */
  .rotate-slider-inner{
    width: 310rem;
  }
  .rotate-slider-items {
    left: 10rem;
  }
  .rotate-slider-inner .rotate-slider-item{
    height: 650px;
  }
  
}

@media (max-width: 1366px){
  .rotate-slider-inner .rotate-slider-item{
    height: 350px;
  }
  .rotate-slider-inner{
    width: 250rem;
  }
  .service-slider-contents{
    margin-right: 2.8rem;
  }
  .swiper-slide.service-slider-inner{
    padding: 2.2rem;
  }
  .service-slider-contents{
    max-width: 35rem;
  }
  .service-slider-contents{
    margin-top: 4.3rem;
  }
}

@media (max-width: 1280px){
  .service-slider-contents{
    max-width: 32rem;
  }
    .service-slider-contents{
    margin-top: 2.5rem;
  }
  .service-slider-img-dots{
    margin-top: 1rem;
  }
}

@media (max-width: 1024px){
  .service-slider-contents{
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
  }
}

@media (max-width: 768px){
    .sevices-content {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10rem;
    }
    .services-section .section-description{
      font-size: 16px!important;
      line-height: 23px;
    }
    .swiper-slide.service-slider-inner{
      padding: 40px;
    }
    .s-slider-headline{
      font-size: 46px;
      margin-bottom: 30px;
      max-width: 190px;
    }
    .s-slider-sub-text{
      font-size: 18px;
      min-height: 36px;
    }
    .s-slider-description{
      font-size: 16px;
      line-height: 1.3;
      margin: 20px 0;
    }
    .s-slider-list{
      line-height: 1.2;
    }
     .s-slider-list li{
      margin-bottom: 5px;
     }
    .s-slider-list li::before{
      transform: translateY(-50%);
      top: 50%;
    }
    .service-slider-img-dots{
      margin-top: 25px;
    }
    .service-slider-contents .section-btn a{
      padding: .5rem .1rem;
    }
    .s-slider-single-dot{
      width: 57px;
      height: 57px;
      border: 6px solid #F2F1ED;
    }
    .s-slider-single-dot img{
      height: 35px!important;
    }

    .s-slider-sub-text.first-line {
      max-width: 200px;
    }

    .rotate-slider-inner .rotate-slider-item{
      height: 93px!important;
    }

     .rotate-slider-items{
      right: 3rem;
      left: inherit;
    }

    .rotate-slider-inner{
      width: 26rem;
      right: inherit;
      transform: rotate(-39deg);

      height: 290px;
      width: 290px;
      right: -290px;
      top: 30px;

      grid-row-gap: 0rem;
      grid-column-gap: 0rem;
    }

    .rotate-slider-item{
      position: absolute
    }
   
    .rotate-slider-inner .rotate-slider-item:nth-child(1) {
      transform: translate(-305px, 47px) rotate(0deg);
    }
    .rotate-slider-inner .rotate-slider-item:nth-child(2) {
      transform: translate(-314px, 60px) rotate(-15deg);
    }
    .rotate-slider-inner .rotate-slider-item:nth-child(3) {
      transform:  translate(-290px, 69px) rotate(-40deg);
    }
    .rotate-slider-inner .rotate-slider-item:nth-child(4) {
      transform: translate(-218px, 38px) rotate(-86deg);
    }
    .rotate-slider-inner .rotate-slider-item:nth-child(5) {
      transform:  translate(-114px, -50px) rotate(232deg);
    }

}

@media (max-width: 390px){
  .rotate-slider-inner{
    right: -310px;
  }
  .service-slider-img-dots{
    gap: 6px;
  }
}

@media (max-width: 375px){
  .swiper-slide.service-slider-inner{
    padding: 20px;
  }
  .rotate-slider-inner{
    top: 10px;
  }
}



