@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&family=Permanent+Marker&family=Smooch&family=Teko:wght@500;600;700&display=swap");

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

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 */
}

/*
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;
}

html{
  scroll-behavior: smooth;
  font-size: 62.5%;
  background-color: black;
}

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-\[0\.8rem\]{
  top: 0.8rem;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

.top-\[-4rem\]{
  top: -4rem;
}

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

.bottom-0{
  bottom: 0px;
}

.right-\[2rem\]{
  right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-\[-90\%\]{
  right: -90%;
}

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

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

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

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

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

.bottom-\[-53\%\]{
  bottom: -53%;
}

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

.bottom-\[-58\%\]{
  bottom: -58%;
}

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

.right-\[-100\%\]{
  right: -100%;
}

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

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

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

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

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

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

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

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

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

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

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

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

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

.ml-\[-100\%\]{
  margin-left: -100%;
}

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

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-20{
  height: 5rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

.h-\[25\%\]{
  height: 25%;
}

.h-\[17\%\]{
  height: 17%;
}

.h-\[20\%\]{
  height: 20%;
}

.h-\[19\%\]{
  height: 19%;
}

.h-\[14\%\]{
  height: 14%;
}

.h-\[16\%\]{
  height: 16%;
}

.h-\[8\%\]{
  height: 8%;
}

.h-\[9\%\]{
  height: 9%;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-y-\[-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));
}

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

@-webkit-keyframes Loop{
  10%{
    opacity: 1;
  }

  20%{
    opacity: 0;
  }
}

@keyframes Loop{
  10%{
    opacity: 1;
  }

  20%{
    opacity: 0;
  }
}

.animate-Loop{
  -webkit-animation: Loop 25s infinite;
          animation: Loop 25s infinite;
}

@-webkit-keyframes move{
  0%{
    top: 0;
  }

  10%{
    top: 1px;
  }

  20%{
    top: 2px;
  }

  30%{
    top: 3px;
  }

  40%{
    top: 4px;
  }

  50%{
    top: 5px;
  }

  60%{
    top: 6px;
  }

  70%{
    top: 7px;
  }

  80%{
    top: 8px;
  }

  90%{
    top: 9px;
  }

  100%{
    top: 10px;
  }
}

@keyframes move{
  0%{
    top: 0;
  }

  10%{
    top: 1px;
  }

  20%{
    top: 2px;
  }

  30%{
    top: 3px;
  }

  40%{
    top: 4px;
  }

  50%{
    top: 5px;
  }

  60%{
    top: 6px;
  }

  70%{
    top: 7px;
  }

  80%{
    top: 8px;
  }

  90%{
    top: 9px;
  }

  100%{
    top: 10px;
  }
}

.animate-Move{
  -webkit-animation: move 2s alternate infinite;
          animation: move 2s alternate infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-default{
  cursor: default;
}

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

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

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

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

.grid-rows-trailer{
  grid-template-rows: 100px 100px 300px;
}

.grid-rows-footer_mobile{
  grid-template-rows: 150px 90px;
}

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

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

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

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

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

.gap-8{
  gap: 2rem;
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded-\[1rem\]{
  border-radius: 1rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

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

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

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

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

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\]{
  background-color: rgba(0,0,0,0.8);
}

.bg-recap{
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.8) 4%, rgba(0, 0, 0, 0.7) 6%, rgba(0, 0, 0, 0.6) 8%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 12%, rgba(0, 0, 0, 0.3) 14%, rgba(0, 0, 0, 0.2) 16%, rgba(0, 0, 0, 0.1) 18%, transparent 20%, transparent 90%, rgba(0, 0, 0, 0.1) 91%, rgba(0, 0, 0, 0.2) 92%, rgba(0, 0, 0, 0.3) 93%, rgba(0, 0, 0, 0.4) 94%, rgba(0, 0, 0, 0.5) 95%, rgba(0, 0, 0, 0.6) 96%, rgba(0, 0, 0, 0.7) 97%, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0.9) 99%, black 100%);;
}

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

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

.p-\[17\%\]{
  padding: 17%;
}

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

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

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

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

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

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

.pt-\[56\.2\%\]{
  padding-top: 56.2%;
}

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

.font-barlow{
  font-family: Barlow Condensed;
}

.font-second{
  font-family: Teko;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

.uppercase{
  text-transform: uppercase;
}

.tracking-\[\.5rem\]{
  letter-spacing: .5rem;
}

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

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-\[\#ed1c24\]{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.opacity-60{
  opacity: 0.6;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: 0.5;
}

.shadow-itemShadown{
  --tw-shadow: 0 0 1px #ed1c24, 0 0 8px #ed1c24;
  --tw-shadow-colored: 0 0 1px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-itemShadownActive{
  --tw-shadow: 0 0 6px #ed1c24, 0 0 12px #ed1c24;
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color), 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.duration-300{
  transition-duration: 300ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.animation-delay-5{
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animation-delay-10{
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.animation-delay-15{
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.animation-delay-20{
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background: #580808;
  border-radius: 50vh;
  opacity: 0.2;
}

body::-webkit-scrollbar-thumb:hover {
  background: #ed1c24;
}

.trailer {
  position: relative;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}

.swiper-wrapper {
  width: 25%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 250px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

/* #trailer {
  background-image: url("/public/assets/imgs/trailer_background.jpg");
} */

.swiper-pagination-bullet {
  background: white;
}

.swiper-pagination-bullet-active {
  background: #ed1c24;
}

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

/* Handle character hover */

.characters_bg {
  /* opacity: 0.3; */
}

.hover_figure:hover ~ .characters_bg,
.hover_figure:hover ~ .content_character {
  transition: all ease-in 0.5s;
  opacity: 0.3;
}

.hover_hopper:hover ~ .hopper,
.hover_joyce:hover ~ .joyce,
.hover_lucas:hover ~ .lucas,
.hover_max:hover ~ .max,
.hover_eleven:hover ~ .eleven,
.hover_mike:hover ~ .mike,
.hover_dustin:hover ~ .dustin,
.hover_steven:hover ~ .steven,
.hover_erica:hover ~ .erica,
.hover_will:hover ~ .will,
.hover_jonathan:hover ~ .jonathan,
.hover_argyle:hover ~ .argyle,
.hover_eddie:hover ~ .eddie,
.hover_robin:hover ~ .robin,
.hover_nancy:hover ~ .nancy,
.hover_murray:hover ~ .murray {
  opacity: 1;
  filter: drop-shadow(0 0 2px black) drop-shadow(0 0 2px black)
    drop-shadow(0 0 10px red) drop-shadow(0 0 5px red);
  transition: all ease-in 0.3s;
}

.books {
  width: 80%;
  height: 80%;
}

.books_width {
  width: 40%;
  height: 100%;
}

/* sm */

@media (min-width: 640px) {
  .books {
    width: 60%;
    height: 70%;
  }
}

/* md */

@media (min-width: 768px) {
  .books_width {
    width: 40%;
    height: 80%;
  }

  .books {
    width: 60%;
    height: 80%;
  }
}

/* lg */

@media (min-width: 1024px) {
  .books {
    width: 60%;
    height: 100%;
  }
}

/* xl */

@media (min-width: 1280px) {
  .books {
    width: 40%;
    height: 90%;
  }
}

.book_swipper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.book_swipper .swiper-slide:nth-child(1n) {
  margin-left: auto;
  height: 100%;
  width: 100%;
  background-color: rgb(210, 200, 200);
}

.book_swipper .swiper-slide:nth-child(2n) {
  background-color: red;
}

.book_swipper .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.book_swipper .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.book_swipper .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.book_swipper .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.book_swipper .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.book_swipper .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.book_swipper .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.book_swipper .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}

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

.before\:left-\[-70\%\]::before{
  content: var(--tw-content);
  left: -70%;
}

.before\:top-\[-30\%\]::before{
  content: var(--tw-content);
  top: -30%;
}

.before\:right-\[-70\%\]::before{
  content: var(--tw-content);
  right: -70%;
}

.before\:top-\[-50\%\]::before{
  content: var(--tw-content);
  top: -50%;
}

.before\:left-\[-57\%\]::before{
  content: var(--tw-content);
  left: -57%;
}

.before\:bottom-\[-40\%\]::before{
  content: var(--tw-content);
  bottom: -40%;
}

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

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

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

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

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

.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}

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

.hover\:top-\[-2px\]:hover{
  top: -2px;
}

.hover\:mt-\[-1\.4rem\]:hover{
  margin-top: -1.4rem;
}

.hover\:ml-5:hover{
  margin-left: 1.25rem;
}

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

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:text-\[\#ed1c24\]:hover{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-itemShadownActive:hover{
  --tw-shadow: 0 0 6px #ed1c24, 0 0 12px #ed1c24;
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color), 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:before\:block:hover::before{
  content: var(--tw-content);
  display: block;
}

.group:hover .group-hover\:top-\[1rem\]{
  top: 1rem;
}

.group:hover .group-hover\:block{
  display: block;
}

@media (min-width: 640px){
  .sm\:h-\[300px\]{
    height: 300px;
  }

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

  .sm\:gap-\[2rem\]{
    gap: 2rem;
  }

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

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

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

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

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

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

  .md\:top-\[50px\]{
    top: 50px;
  }

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

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

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-28{
    height: 7rem;
  }

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

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

  .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\:grid-rows-footer{
    grid-template-rows: 290px 100px;
  }

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

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

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

  .md\:px-\[89\.6px\]{
    padding-left: 89.6px;
    padding-right: 89.6px;
  }

  .md\:pt-9{
    padding-top: 2.25rem;
  }

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

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

  .lg\:hidden{
    display: none;
  }

  .lg\:h-screen{
    height: 100vh;
  }

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

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

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

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

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

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

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

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

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

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:px-\[12\%\]{
    padding-left: 12%;
    padding-right: 12%;
  }

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

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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