/*
! tailwindcss v3.3.2 | 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: currentColor;
  /* 2 */
}

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

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

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*,
::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: ;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-12 {
  bottom: 3rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.right-12 {
  right: 3rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.aspect-1 {
  aspect-ratio: 1;
}

.aspect-\[0\.8\] {
  aspect-ratio: 0.8;
}

.h-full {
  height: 100%;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

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

.w-full {
  width: 100%;
}

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

.min-w-full {
  min-width: 100%;
}

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

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

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

.scale-\[100\.5\%\] {
  --tw-scale-x: 100.5%;
  --tw-scale-y: 100.5%;
  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));
}

.resize {
  resize: both;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.place-self-end {
  place-self: end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(117 29 24 / var(--tw-bg-opacity));
}

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

.object-right {
  -o-object-position: right;
  object-position: right;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

.indent-3 {
  text-indent: 0.75rem;
}

.font-formula {
  font-family: Formula !important;
}

.font-h1font {
  font-family: Gothic, inter;
}

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

.text-\[4\.8vw\] {
  font-size: 4.8vw;
}

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

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

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

.font-light {
  font-weight: 300;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-normal {
  line-height: 1.5;
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(117 29 24 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

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

@font-face {
  font-family: Gothic;

  src: url(./assets/fonts/PPRightGothic-WideBlack.woff2);

  font-weight: 800;
}

@font-face {
  font-family: Formula !important;

  src: url(./assets/fonts/PPFormula-Light.woff2);

  font-weight: 300;
}

@font-face {
  font-family: Formula;

  src: url(./assets/fonts/PPFormula-Medium.woff2);

  font-weight: 500;
}

@font-face {
  font-family: Formula;

  src: url(./assets/fonts/PPFormula-ExtendedMedium.woff2);

  font-weight: 600;
}

@font-face {
  font-family: Formula;

  src: url(./assets/fonts/PPFormula-ExtendedBold.woff2);

  font-weight: 700;
}

* {
  font-family: formula, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.input-sizer {
  display: inline-grid;
  vertical-align: top;
}

.input-sizer::after,
.input-sizer input {
  width: auto;
  min-width: 2em;
  grid-area: 1/2;
  font: inherit;
  resize: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#email {
  min-width: 6em;
}

.input-sizer::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}

html {
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

html::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

html::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

html::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

html::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

html::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

html::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

html::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

html::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

html {
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html {
  --scrollbar-track: #0D0D0D;
  --scrollbar-thumb: #751D18;
  --scrollbar-corner: #751D18;
}

.header::before {
  width: 100%;
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 0) 100%);
  z-index: 2;
}




.loading {
  position: fixed;
  top: 0px;
  z-index: 50;
  display: grid;
  height: 100vh;
  width: 100vw;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

header {
  position: sticky;
  top: 0px;
  z-index: 40;
  display: flex;
  width: 100%;
  min-width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

/* @media (min-width: 1024px) {
  header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
} */

div.curved-footer {
  margin-top: -0.25rem;
  height: 3.5rem;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}

.newsletter>span {
  height: 1.5rem;
  vertical-align: baseline;
}

@media (min-width: 768px) {
  .newsletter>span {
    height: auto;
  }
}

footer {
  position: absolute;
  z-index: -30;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}

.footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .footer-content {
    justify-content: space-between;
  }
}

.fanco-container {
  width: 100%;
}

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

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

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

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

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

.fanco-container {
  min-width: 100%;
}

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

.fanco-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .fanco-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (min-width: 1024px) {
  .fanco-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.fanco-container-flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.cult-p-text {
  font-size: 1.8vw !important;
}

@media (min-width: 1024px) {
  .fanco-container {
    gap: 9rem;
  }
}

.fanco-container {
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.5rem;
}

.h1-title {
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-size: 16.5vw;
}

@media (min-width: 768px) {
  .h1-title {
    font-size: 17vw;
  }
}

.h1-title {
  font-family: Gothic, inter;
  line-height: 13vw;
}

@media (min-width: 768px) {
  .h1-title {
    line-height: 14vw;
  }
}

.h1-title {
  white-space: normal;
  margin-top: -20px;
  margin-bottom: -10px;
  align-items: baseline;
  grid-column: span 4 / span 4;
  overflow: hidden;
}

@media (min-width: 768px) {
  .h1-title {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .h1-title {
    grid-column: span 12 / span 12;
  }
}

.body-text {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-family: Formula;
  font-weight: 500;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  .body-text {
    font-size: 3.6vw;
  }
}

@media (min-width: 1024px) {
  .body-text {
    font-size: 2vw;
    padding-right: 5rem;
  }
}

.body-text {
  line-height: 4.5vh;
}

@media (min-width: 768px) {
  .body-text {
    line-height: 4vh;
  }
}

@media (min-width: 1024px) {
  .body-text {
    line-height: 6vh;
  }
}

.body-text-indent {
  text-indent: 3rem;
}

.accent-text {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-family: Formula;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  .accent-text {
    font-size: 3.6vw;
  }
}

@media (min-width: 1024px) {
  .accent-text {
    font-size: 1.6vw;
  }
}

.accent-text {
  text-indent: 1.5rem;
}

@media (min-width: 1024px) {
  .accent-text {
    padding-right: 5rem;
    text-indent: 3rem;
  }
}

.accent-text {
  line-height: 4.5vh;
}

@media (min-width: 768px) {
  .accent-text {
    line-height: 4vh;
  }
}

@media (min-width: 1024px) {
  .accent-text {
    line-height: 4vh;
  }
}

.main-p {
  grid-column: span 4 / span 4;
  width: 100%;
}

@media (min-width: 768px) {
  .main-p {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .main-p {
    grid-column: span 4 / span 4;
    padding-top: 1rem;
  }
}

.main-p-container {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .main-p-container {
    grid-column: span 5 / span 5;
  }
}

@media (min-width: 1024px) {
  .main-p-container {
    grid-column: span 4 / span 4;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.section-box {
  display: grid;
  margin-bottom: 6rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .section-box {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section-box {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.section-box {
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .section-box {
    gap: 0px;
  }
}

.section-box-2 {
  display: grid;
  margin-bottom: 6rem;
  ;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .section-box-2 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section-box-2 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-content: space-between;
    gap: 3rem;
  }
}

.nav-hero {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .nav-hero {
    width: 200%;
  }
}

@media (min-width: 1024px) {
  .nav-hero {
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .nav-hero {
    gap: 3rem;
  }
}

.nav-items {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
  white-space: nowrap;
  padding-top: 0.5rem;
  font-family: Formula;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav-items {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .nav-items {
    margin-bottom: 0.75rem;
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
    justify-content: space-between;
  }
}

.second-p {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-family: Formula;
  font-weight: 500;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  .second-p {
    font-size: 3.6vw;
  }
}

@media (min-width: 1024px) {
  .second-p {
    font-size: 2vw;
    padding-right: 5rem;
  }
}

.second-p {
  line-height: 4.5vh;
}

@media (min-width: 768px) {
  .second-p {
    line-height: 4vh;
  }
}

@media (min-width: 1024px) {
  .second-p {
    line-height: 6vh;
  }
}

.section-content {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .section-content {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .section-content {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
    width: 100%;
    padding-bottom: 3rem;
  }

  .section-content-border {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity));
  }
}

.section-header {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .section-header {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .section-header {
    grid-column: span 4 / span 4;
  }
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .section-header {
    padding-bottom: 2.5rem;
  }
}

.section-header {
  height: 100%;
}

@media (min-width: 1024px) {
  .section-header {
    justify-content: space-between;
    gap: 2rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity));
  }
}

.hero-image-frame {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .hero-image-frame {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .hero-image-frame {
    grid-column: span 12 / span 12;
  }
}

.hero-image-frame {
  gap: 1.5rem;
}

.hero-image-cover {
  position: relative;
  min-height: 81vh;
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

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

.section-title {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-size: 10vw;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 5vw;
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 3.2vw;
  }
}

.section-title {
  font-family: Formula;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0px;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .section-title {
    gap: 1rem;
  }
}

.section-title {
  width: 100%;
}

.section-title-leading {
  line-height: 6vh;
}

@media (min-width: 768px) {
  .section-title-leading {
    line-height: 3.5vh;
  }
}

@media (min-width: 1024px) {
  .section-title-leading {
    line-height: 1.5;
  }
}

.section-title>.divider-line {
  height: 1rem;
}

@media (min-width: 1024px) {
  .section-title>.divider-line {
    display: none;
  }
}

.section-footer {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .section-footer {
    grid-column: span 8 / span 8;
  }
}

.section-footer {
  align-items: baseline;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-footer {
    display: none;
  }
}

.section-footer-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.75rem;
  align-items: baseline;
  width: 100%;
}

.divider-line {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
  width: 100%;
}

@media (min-width: 1024px) {
  .divider-line {
    padding-top: 1rem;
  }
}

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

.regular-button {
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: nowrap;
  border-width: 1px;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.regular-button::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(117 29 24 / var(--tw-bg-opacity));
  --tw-translate-y: 100%;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  content: '';
}

.regular-button::after,
.regular-button::before {
  content: "";
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  transition-duration: 500ms;
  transition-timing-function: var(--ease-out-expo);
}

.regular-button:hover::before {
  --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));
}

.regular-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 200ms;
  transition-timing-function: linear;
}

.btn-text {
  position: relative;
  display: flex;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.fanco-pic {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* category section in homepage */

.cat-items {
  display: flex;
  flex-direction: column;
  font-size: 4em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cat-items {
    font-size: 10vw;
  }
}

@media (min-width: 1024px) {
  .cat-items {
    font-size: 11.5vw;
  }
}

@media (min-width: 768px) {
  .cat-items {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .cat-items {
    grid-column: span 8 / span 8;
  }
}

.cat-item {
  margin-top: -0.3vh;
  margin-bottom: 0.1vh;
}

@media (min-width: 768px) {
  .cat-item {
    margin-top: -0.5vh;
    margin-bottom: -0.5vh;
  }
}

@media (min-width: 1024px) {
  .cat-item {
    margin-top: -0.8vh;
    margin-bottom: -0.8vh;
  }
}

.cat-item {
  font-family: Gothic, inter;
  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: 300ms;
}

.cat-item:hover {
  --tw-text-opacity: 1;
  color: rgb(117 29 24 / var(--tw-text-opacity));
}

.cat-pic {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 8;
}

.cat-pic>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cat-pic {
  --tw-aspect-h: 8;
  position: absolute;
  z-index: 50;
  grid-column: span 4 / span 4;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cat-pic {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 8;
  }

  .cat-pic>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .cat-pic {
    --tw-aspect-h: 11;
  }
}

@media (min-width: 768px) {
  .cat-header {
    grid-column: span 4 / span 4;
  }
}

/* images grid in homepage */

.carousel {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carousel {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .carousel {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.image-home-theme {
  position: relative;
  grid-column: span 2 / span 2;
  width: 100%;
}

@media (min-width: 1024px) {
  .image-home-theme {
    grid-column: span 4 / span 4;
  }
}

.carousel-image-cover-1 {
  position: relative;
  z-index: 20;
  aspect-ratio: 1;
  align-items: flex-start;
  overflow: hidden;
}

.carousel-image-cover-2 {
  position: relative;
  aspect-ratio: 0.8;
  overflow: hidden;
}

.logo-hover {
  position: absolute;
  z-index: 60;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 80%;
  opacity: 0;
}

/* products in homepage */

.product-carousel {
  display: flex;
  flex-direction: row;
  flex: 1 1 0%;
  gap: 1rem;
  width: 100%;
  overflow-x: auto;
  overflow: visible;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: Formula;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .product-carousel {
    border-bottom-width: 1px;
  }
}

@media (min-width: 768px) {
  .product-carousel {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .product-carousel {
    --tw-border-opacity: 1;
    border-color: rgb(192 192 192 / var(--tw-border-opacity));
    padding-bottom: 3rem;
  }
}

.product-carousel {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.product-pic::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 0) 60%);
  z-index: 1;
}

.comming-soon-product {
  position: absolute;
  top: -1.5rem;
  left: -0.75rem;
  z-index: 10;
  min-width: 264px;
}

.product-carousel::-webkit-scrollbar {
  display: none;
}

.product-carousel {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.products {
  min-width: 240px;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.comming-soon-tooltip {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0;
  transform: translateY(-120%);
}

/* newsletter box in homepage */

.newsletter-header {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .newsletter-header {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .newsletter-header {
    grid-column: span 4 / span 4;
  }
}

.newsletter-header {
  height: 100%;
}

@media (min-width: 1024px) {
  .newsletter-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
}

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

@media (min-width: 768px) {
  .newsletter-box {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .newsletter-box {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.newsletter-box {
  grid-column: span 4 / span 4;
  row-gap: 1.5rem;
}

@media (min-width: 768px) {
  .newsletter-box {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .newsletter-box {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.newsletter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .newsletter {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .newsletter {
    grid-column: span 11 / span 11;
    gap: 1rem;
  }
}

.newsletter {
  font-size: 5vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter {
    font-size: 3vw;
  }
}

@media (min-width: 1024px) {
  .newsletter {
    font-size: 2vw;
    line-height: 3vh;
  }
}

@media (min-width: 1280px) {
  .newsletter {
    line-height: 4vh;
  }
}

.newsletter-footer {
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .newsletter-footer {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .newsletter-footer {
    grid-column: span 11 / span 11;
    grid-column-start: 1;
  }
}

.word {
  display: inline-block;
  min-height: 40px;
  vertical-align: text-bottom;
}

.newsletter-input {
  max-height: 30px;
  border-bottom-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
  font-family: Formula;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(117 29 24 / var(--tw-text-opacity));
}

/* Cult page */

.cult-section {
  display: grid;
  max-height: -moz-fit-content;
  max-height: fit-content;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .cult-section {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cult-section {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.cult-hero-image-frame {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .cult-hero-image-frame {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .cult-hero-image-frame {
    grid-column: span 12 / span 12;
  }
}

.cult-hero-image-frame {
  gap: 1.5rem;
}

.cult-hero-image-cover {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}

.cult-hero-image-cover>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cult-hero-image-cover {
  --tw-aspect-h: 5;
  position: relative;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .cult-hero-image-cover {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }

  .cult-hero-image-cover>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .cult-hero-image-cover {
    --tw-aspect-h: 5.3;
  }
}

.cult-hero-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.cult-h1 {
  white-space: normal;
  font-family: Gothic, inter;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
  margin-bottom: -10px;
  margin-top: -20px;
  align-items: baseline;
  padding-top: 0.5rem;
  line-height: 13vw;
}

@media (min-width: 768px) {
  .cult-h1 {
    line-height: 8vw;
  }
}

.cult-h1 {
  font-size: 16.5vw;
}

@media (min-width: 768px) {
  .cult-h1 {
    font-size: 10vw;
  }
}

.cult-title {
  position: relative;
}

.cult-note {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
}

.cult-header {
  position: absolute;
  top: 33.333333%;
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: column;
  place-items: start;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .cult-header {
    top: 0px;
    grid-column: span 12 / span 12;
    flex-direction: row;
    gap: 2.5rem;
  }
}

.cult-htd-pic-frame {
  position: relative;
  display: none;
  aspect-ratio: 3;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cult-htd-pic-frame {
    display: block;
  }
}

.cult-htd-pic {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.htd-title {
  white-space: normal;
  font-family: Gothic, inter;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
  margin-bottom: -10px;
  align-items: baseline;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .htd-title {
    margin-top: -3.5rem;
  }
}

.htd-title {
  line-height: 25vw;
}

@media (min-width: 768px) {
  .htd-title {
    line-height: 9vw;
  }
}

.htd-title {
  font-size: 30vw;
}

@media (min-width: 768px) {
  .htd-title {
    font-size: 12vw;
  }
}

.htd-title {
  position: relative;
  top: 0px;
  width: 100%;
}

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

.cult-gallery {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .cult-gallery {
    gap: 2.5rem;
  }
}

.cult-gallery-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .cult-gallery-col {
    gap: 2.5rem;
  }
}

.cult-gallery-col {
  grid-column: span 4 / span 4;
}

.cult-gallery-col1 {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .cult-gallery-col1 {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .cult-gallery-col1 {
    gap: 2.5rem;
  }
}

.cult-gallery-col1 {
  grid-column: span 4 / span 4;
}

.gallery-pic-frame-1 {
  position: relative;
  aspect-ratio: 1.3;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-pic-frame-1 {
    aspect-ratio: 1;
  }
}

.gallery-pic-frame-2 {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-pic-frame-2 {
    aspect-ratio: 0.8;
  }
}

.gallery-pic {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Experience Page */

.exp-image-cover {
  position: relative;
  aspect-ratio: 1;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .exp-image-cover {
    aspect-ratio: 2;
  }
}

@media (min-width: 1024px) {
  .exp-image-cover {
    aspect-ratio: 3;
  }
}

.exp-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-animate {
  font-family: Gothic, inter;
  margin-top: 23px;
  font-size: 28vw;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #fadetext1{
    padding-left: 20px;

  }
}

@media (min-width: 768px) {
  .sub-animate {
    font-size: 16vw;
  }
}

.exp-title2 {
  flex-direction: column;
  margin-bottom: 3rem;
  margin-top: -3rem;
  font-family: Gothic, inter;
  font-size: 28vw;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .exp-title2 {
    flex-direction: row;
    margin-top: -6rem;
    font-size: 16vw;
  }
}

@media (min-width: 1024px) {
  .exp-title2 {
    flex-direction: row;
    margin-top: -11rem;
  }
}

.exp-title2 {
  font-family: Gothic, inter;
  line-height: 16vw;
}

@media (min-width: 768px) {
  .exp-title2 {
    line-height: 11.5vw;
  }
}

.exp-title2 {
  position: relative;
  white-space: normal;
}

.exp-section-2{
  margin-top: 14.5vh;
}

@media (min-width: 768px) {
  .exp-section-2 {
    margin-top: unset;
  }
}

.exp-title {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -3rem;
  --tw-text-opacity: 1;
  color: rgb(241 240 234 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .exp-title {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .exp-title {
    margin-top: -11rem;
  }
}

.exp-title {
  font-size: 20vw;
}

@media (min-width: 768px) {
  .exp-title {
    font-size: 15vw;
  }
}

.exp-title {
  font-family: Gothic, inter;
  line-height: 16vw;
}

@media (min-width: 768px) {
  .exp-title {
    line-height: 11.5vw;
  }
}

.exp-title {
  white-space: normal;
}

.comment-content {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .comment-content {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .comment-content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.comment-section {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .comment-section {
    grid-column: span 6 / span 6;
  }
}

.comment-frame {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  font-weight: 500;
}

@media (min-width: 768px) {
  .comment-frame {
    grid-column: span 8 / span 8;
  }
}

@media (min-width: 1024px) {
  .comment-frame {
    grid-column: span 6 / span 6;
  }
}

.comment-text {
  margin-left: -0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (min-width: 1024px) {
  .comment-text {
    margin-left: -2.5rem;
  }
}

.person-pic-frame {
  height: 50%;
  width: 100%;
  max-width: 190px;
}

.person-pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.person-name-lg {
  display: none;
  font-weight: 300;
}

@media (min-width: 768px) {
  .person-name-lg {
    display: block;
  }
}

.person-name {
  margin-top: 0.75rem;
  font-weight: 300;
}

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

.comment-title {
  grid-column: span 4 / span 4;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .comment-title {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .comment-title {
    margin-bottom: 4rem;
  }
}

/* ---------------------------------- */

@media (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:text-\[2\.5vw\] {
    font-size: 2.5vw;
  }

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




.mobile-header {
  position: sticky;
  z-index: 40;
  width: 100% !important;
  top: 0;
  /* position: relative; */
  /* background:linear-gradient(180deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 0) 100%); */
  overflow: hidden;
}

.mobile-header>.logo {
  right: 20px;
  top: 20px;
  position: absolute;
}

.mobile-header>.logo>img {
  max-width: 80px !important;
}



/* Toggle Functionality */
#toggle {
  display: none;
}

#toggle:checked~.toggle-container .button-toggle {
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked~.toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}

#toggle:checked~.toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}

#toggle:checked~.mobile-header-nav {
  margin-bottom: 100px;
  pointer-events: auto;
  transform: translate(50px, 50px);
}

#toggle:checked~.mobile-header-nav .nav-item {
  color: #751D18;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.5s, opacity 0.1s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(4) {
  transition-delay: 0s;
}

#toggle:checked~.mobile-header-nav .nav-item:nth-child(4):before {
  transition-delay: 0s;
}

#toggle:checked~.mobile-header-nav .nav-item:before {
  opacity: 0;
}

/* Toggle Button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
}

.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

.button-toggle:before,
.button-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #751D18;
  border-radius: 5px;
  transition: 0.5s;
}

.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}

.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
.mobile-header-nav {
  display: inline-block;
  margin: 25px 25px 20px;
  pointer-events: none;
  transition: 0.5s;
}

.nav-item {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: transparent;
  font-size: 14px;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 1s;
}

.nav-item:nth-child(1) {
  transition-delay: 0s;
}

.nav-item:nth-child(1):before {
  transition-delay: 0s;
}

.nav-item:nth-child(2) {
  transition-delay: 0.05s;
}

.nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}

.nav-item:nth-child(3) {
  transition-delay: 0.1s;
}

.nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}

.nav-item:nth-child(4) {
  transition-delay: 0.15s;
}

.nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}

.nav-item:nth-child(1) {
  letter-spacing: -8px;
}

.nav-item:nth-child(2) {
  letter-spacing: -7px;
}

.nav-item:nth-child(n+4) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}

.nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #751D18;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
}