/*
! tailwindcss v3.4.4 | 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] {
  display: none !important;
}

[invisible] {
	visibility : hidden !important;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3\/6 {
  height: 50%;
}

.h-44 {
  height: 11rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-center {
  scroll-snap-align: center;
}

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.font-\[Poppins\] {
  font-family: Poppins;
}

.font-futura {
  font-family: "Futura";
}

.font-openSans {
  font-family: "Open Sans", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-times {
  font-family: "Times New Roman", Times, serif;
}

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

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

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

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

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

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

.text-\[clamp\(0\.5rem\2c 2vw\2c 1rem\)\] {
  font-size: clamp(0.5rem, 2vw, 1rem);
}

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

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

.font-black {
  font-weight: 900;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[385px\] {
  line-height: 385px;
}

.leading-none {
  line-height: 1;
}

.tracking-\[35px\] {
  letter-spacing: 35px;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#B20AA6\] {
  --tw-text-opacity: 1;
  color: rgb(178 10 166 / var(--tw-text-opacity));
}

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

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.underline {
  text-decoration-line: underline;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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;
}

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

.delay-150 {
  transition-delay: 150ms;
}

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #000000;
}

header {
  position: absolute;
  z-index: 50;
  width: 100%;
}

.section-container {
  position: relative;
  height: 100vh;
  width: 100vw;
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-y: scroll;
}

.disable-snap-scroll {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: auto !important;
}

.nav-container {
  position: absolute;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .nav-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .nav-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav {
    padding-bottom: 0px;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Futura";
  font-size: clamp(0.5rem, 1vw, 0.8rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav-menu {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.nav-active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.nav-contact {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.nav-logo {
  width: 300px;
}

@media (min-width: 768px) {
  .nav-logo {
    width: 300px;
  }
}

.nav-links-container {
  position: absolute;
  left: 0px;
  top: -100%;
  display: flex;
  min-height: 60vh;
  width: 100%;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .nav-links-container {
    position: static;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: auto;
  }
}

.nav-menus {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav-menus {
    flex-direction: row;
    align-items: center;
    gap: 4vw;
  }
}

.nav-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Futura";
  font-size: clamp(0.5rem, 2vw, 1rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-menu-active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

/* Template */

.main-container {
  flex-grow: 1;
  padding-top: 7rem;
  font-family: "Open Sans", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .main-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .main-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/** Section 1 Counter **/

.hero-slogan {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
  font-size: clamp(28px, 8vw, 42px);
  line-height: clamp(28px, 8vw, 42px);
}

@media (min-width: 640px) {
  .hero-slogan {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.hero-btn {
  top: 745px;
  left: 807px;
  height: 61px;
  text-align: center;
  font-size: clamp(14px, 8vw, 23px);
  letter-spacing: 4.6px;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent
    linear-gradient(260deg, #b20aa6 0%, #300075 57%, #3602bf 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}

.slide-up {
  animation: slide-up 0.3s forwards;
}

.slide-down {
  animation: slide-down 0.3s forwards;
}

.slide-left {
  animation: slide-left 0.3s forwards;
}

.slide-right {
  animation: slide-right 0.3s forwards;
}

.slide-up-footer {
  animation: slide-up-footer 0.5s forwards;
}

.slide-down-footer {
  animation: slide-down-footer 0.3s forwards;
}

.prev-slide {
  animation: prev-slide 0.3s forwards;
}

.moveout-right {
  animation: moveout-right 1s forwards;
}

.movein-right {
  animation: movein-right 1s forwards;
}

.movein-up {
  animation: movein-up 1s forwards;
}

.moveout-up {
  animation: moveout-up 1s forwards;
}

.moveout-down {
  animation: moveout-down 1s forwards;
}

.movein-down {
  animation: movein-down 1s forwards;
}

.movein-left {
  animation: movein-left 1s forwards;
}

.moveout-left {
  animation: moveout-left 1s forwards;
}

@keyframes slide-up {
  from {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(-100%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes slide-left {
  from {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(-100%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes slide-down-footer {
  from {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(100%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes slide-up-footer {
  from {
    transform: translateY(100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes prev-slide {
  from {
    transform: translateX(100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes moveout-right {
  from {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(100%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes movein-right {
  from {
    transform: translateX(100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes movein-left {
  from {
    transform: translateX(-100%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes moveout-left {
  from {
    transform: translateX(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateX(-100%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes movein-up {
  from {
    transform: translateY(200%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes moveout-up {
  from {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(-200%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes moveout-down {
  from {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(200%);
    opacity: 1;
    will-change: transform;
  }
}

@keyframes movein-down {
  from {
    transform: translateY(-150%);
    opacity: 1;
    will-change: transform;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
  }
}

/** Section 2 Counter **/

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(1);
  }
}

/** Section 3 Hover video **/

.video-container {
  display: flex;
  position: relative;
  height: 100vh;
  /* transition: transform 1s ease, flex 1s ease, width 1s ease; */
}

.video1-container,
.video2-container,
.video3-container,
.video4-container,
.video5-container {
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateX(0);
  cursor: pointer;
}

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

.poster-vid1,
.poster-vid2,
.poster-vid3,
.poster-vid4,
.poster-vid2 {
  float: right;
  right: 0;
  align-self: end;
}

.selected > .video1,
.selected > .video2,
.selected > .video3,
.selected > .video4,
.selected > .video5 {
  display: block;
}

.notSelected > .video1,
.notSelected > .video2,
.notSelected > .video3,
.notSelected > .video4,
.notSelected > .video5 {
  opacity: 0;
}

.video1,
.video2,
.video3,
.video4,
.video5 {
  display: none;
  margin: 0 auto;
}

/* .notSelected > .poster-vid1,
.video2-container > .poster-vid2,
.video3-container > .poster-vid3,
.video4-container > .poster-vid4,
.video5-container > .poster-vid5 {
  display: block;
} */

#player1,
#player2,
#player4,
#player5 {
  pointer-events: none;
}

.ytp-chrome-top,
.ytp-show-cards-title,
.ytp-title,
.ytp-gradient-top,
.ytp-chrome-bottom,
.ytp-chrome-controls {
  display: none !important;
}

.yt-volume-control {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px;
}

.yt-volume-control button {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  margin: 0 5px;
}

#vimeoPlayer1 > iframe {
  width: 100%;
  height: 100%;
}

/** Section 4 brand Logo **/

.bg-section4 {
  background: transparent linear-gradient(0deg, #081231 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 109.07px;
}

.marquee__group1,
.marquee__group2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 109.07px;
  min-width: 100%;
}

.marquee__group1 {
  animation: scrollOpposite 25s linear infinite reverse;
}

.marquee__group2 {
  animation: scroll 25s linear infinite reverse;
}

.marquee__group1 img,
.marquee__group2 img {
  white-space: nowrap;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

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

@keyframes scrollOpposite {
  from {
    transform: translateX(calc(-100% - 109.07px));
  }

  to {
    transform: translateX(0);
  }
}

/** Section 5 **/

.section5-header {
  font-size: clamp(4rem, 15vw, 16rem);
  line-height: clamp(7rem, 15vw, 13rem);
}

.section5-subHeader {
  font-size: clamp(1.2rem, 5vw, 2.6rem);
  line-height: clamp(1.5rem, 5vw, 2.8rem);
}

.section5-text {
  font-size: clamp(16px, 4vw, 1.8rem);
  font-weight: 300;
  line-height: clamp(26px, 4vw, 2.2rem);
}

/** Section 6 **/

.section6-header {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  line-height: clamp(1rem, 8vw, 2.5rem);
}

.section6-text {
  font-size: clamp(1.5rem, 5vw, 1.8rem);
  line-height: clamp(1rem, 8vw, 1.8rem);
}

/** Section 7 **/

.section7-header {
  font-size: clamp(2.3rem, 5vw, 6rem);
  line-height: clamp(3rem, 8vw, 6rem);
}

.bg-section7 {
  background: transparent linear-gradient(0deg, #081231 0%, #000000 100%) 0% 0%
    no-repeat padding-box;
}

.btn-section7 {
  background: transparent
    linear-gradient(264deg, #b20aa6 0%, #300075 57%, #3602bf 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 10px;
}

/* Contact */

.contact-container {
  height: 100%;
  min-height: 500px;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  .contact-container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.contact-content {
  position: relative;
  height: 100%;
  min-height: 13rem;
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .contact-content {
    padding-bottom: 2.5rem;
  }
}

.contact-btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .contact-btn-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.contact-text-container {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .contact-text-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-text-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .contact-text-container {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.contact-header {
  font-family: "Oswald", sans-serif;
  font-size: clamp(10px, 8vw, 4.5rem);
  font-weight: 700;
}

.contact-text {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .contact-text {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 3.5rem;
    padding-top: 3.5rem;
  }
}

.contact-text-content {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.contact-label {
  padding-bottom: 0.25rem;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  font-weight: 700;
}

.contact-value {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.2rem, 1vw, 2rem);
  font-weight: 300;
  color: rgb(255 255 255 / 0.6);
}

.contact-value::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.contact-value::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.contact-value {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-right: 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.2rem, 1vw, 3rem);
  color: rgb(255 255 255 / 0.6);
}

.contact-option:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.option-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.375rem;
}

.contact-option select option {
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.contact-textarea {
  height: 5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-textarea {
    width: 75%;
  }
}

.s-hidden {
  display: none;
}

.select {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-right: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgb(255 255 255 / 0.6);
}

.select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select {
  font-size: clamp(1.2rem, 1vw, 3rem);
}

.styledSelect {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
}

.options {
  position: absolute;
  z-index: 50;
  margin: 0px;
  box-sizing: border-box;
  display: none;
  width: 100%;
  min-width: 10rem;
  list-style-type: none;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.options li {
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.options li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

/* Footer */

.footer-container {
  height: auto;
  width: 100%;
  scroll-snap-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(8 18 49 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .footer-container {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.footer-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer-content {
    gap: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.footer-img-container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .footer-img-container {
    width: 50%;
    justify-content: flex-start;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer-img-container {
    width: 58.333333%;
  }
}

.footer-img {
  width: 120px;
}

@media (min-width: 768px) {
  .footer-img {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .footer-img {
    width: 200px;
  }
}

.footer-nav-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: left;
}

.footer-nav-header {
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-nav-header {
    font-size: 25px;
  }
}

.footer-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.25rem;
  color: rgb(255 255 255 / 0.65);
}

.footer-nav-menu a {
  font-size: clamp(0.8rem, 2vw, 1.1rem);
}

.footer-copyright {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.65);
}

@media (min-width: 768px) {
  .footer-copyright {
    padding-top: 5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#footer .footer-nav-container .footer-nav:last-child {
	visibility : hidden !important;
}

/** Custom **/

.bottom-fade {
  -webkit-mask-image: linear-gradient(to top, black 1%, transparent 100%);
  mask-image: linear-gradient(to top, black 1%, transparent 100%);
}

.slider {
  -webkit-appearance: none;
  margin-right: 15px;
  height: 7px;
  background: lightgray;
  border-radius: 5px;
  background-image: linear-gradient(#3602bf, #3602bf);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #3602bf;
  border: 1px solid #3602bf;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.contact-btn {
  background: transparent
    linear-gradient(261deg, #83347d 0%, #300075 57%, #513891 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 10px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.2rem, 1vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.025em;
}

/* carousel */

.carousel {
  position: relative;
  height: 100%;
  min-height: 790px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carousel {
    height: 100vh;
  }
}

.carousel:has(video) {
	height : 100vh;
	min-height : auto;
}
	
.carousel .list .item {
  position: absolute;
  height: 100%;
  width: 100%;
}

.carousel .list .item img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel .list .item video {
  height: 100%;
  width: 100%;
/*   -o-object-fit: cover; */
/*   object-fit: cover; */
}

.carousel .list .item:not(.active) {
  top: 0;
  left: -100%;
}

.carousel .list .item .content {
  max-width: 80%;
  text-shadow: 0 2px 5px #0004;
  position: absolute;
  left: 10%;
  top: 20%;
  box-sizing: border-box;
  width: 100%;
  padding-right: 30%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.carousel .list .item .author {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.carousel .list .item .title {
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .carousel .list .item .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1em;
  }
}

@media (min-width: 1024px) {
  .carousel .list .item .title {
    font-size: 3em;
  }
}

@media (min-width: 1280px) {
  .carousel .list .item .title {
    font-size: 4em;
  }
}

.carousel .list .item .topic {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

@media (min-width: 1024px) {
  .carousel .list .item .topic {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .carousel .list .item .topic {
    font-size: 5em;
  }
}

.carousel .list .item .topic {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(178 10 166 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .carousel .list .item .topic {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.carousel .list .item .buttons {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: 50px;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.carousel-footer {
  position: absolute;
  bottom: 0.25rem;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .carousel-footer {
    bottom: 0.75rem;
    right: 1rem;
    width: -moz-max-content;
    width: max-content;
    gap: 1rem;
  }
}

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

.carousel-footer .thumbnail .thumbnail-item {
  cursor: pointer;
}

/* Video buttons */

.play-btn {
  background: transparent
    linear-gradient(260deg, #b20aa6 0%, #300075 57%, #3602bf 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.credits-btn {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.stop-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 50;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* thumbail */

.thumbnails {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  max-width: 640px;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .thumbnails {
    gap: 1.25rem;
  }
}

.thumbnails .thumbnail-item {
  position: relative;
  height: 150px;
  width: 80px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .thumbnails .thumbnail-item {
    height: 180px;
    width: 60px;
  }
}

@media (min-width: 1024px) {
  .thumbnails .thumbnail-item {
    height: 180px;
    width: 80px;
  }
}

@media (min-width: 1280px) {
  .thumbnails .thumbnail-item {
    height: 220px;
    width: 100px;
  }
}

.thumbnails .thumbnail-item img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnails .thumbnail-item .content {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.thumbnails .thumbnail-item .content .title {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .thumbnails .thumbnail-item .content .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.thumbnails .thumbnail-item .content .description {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .thumbnails .thumbnail-item .content .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.thumbnails .active {
  box-sizing: border-box;
  border-radius: 1rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.thumbnails .carousel-thumbnail {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  display: flex;
}

.carousel-thumbnail.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel-thumbnail.dragging .thumbnail-item {
  pointer-events: none;
}

.carousel-thumbnail .thumbnail-item {
  margin-left: 0.75rem;
  width: calc(92% / 2);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .carousel-thumbnail .thumbnail-item {
    margin-left: 0.875rem;
  }
}

.carousel-thumbnail .thumbnail-item:first-child {
  margin-left: 0px;
}

/* arrows */

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

.arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee4;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 768px) {
  .arrows button {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.arrows button:hover {
  background-color: #fff;
  color: #000;
}

.arrows button:hover svg path {
  fill: #000;
}

.prev svg {
  padding-right: 1px;
}

.next svg {
  padding-left: 1px;
}

.arrows button img {
  width: 1rem;
}

@media screen and (max-width: 678px) {
  .carousel .list .item .content {
    padding-right: 0;
  }

  .carousel .list .item .content .title {
    font-size: 30px;
  }
}

/* Credits */

.credits {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.credits-container {
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.35);
  padding-top: 15%;
}

.credits-header {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.credits-text {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.credits-text dt {
  width: 100%;
  text-align: right;
  font-weight: 600;
}

.credits-text dd {
  width: 100%;
}

/* @media (max-width: 540px) {
  .carousel-footer {
    @apply flex flex-col;
  }
} */

@keyframes next1 {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes next2 {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

@keyframes prev1 {
  from {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

@keyframes prev2 {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

.hover\:ring-8:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

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

.group:focus .group-focus\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:focus .group-focus\:-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:focus .group-focus\:translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:focus .group-focus\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:focus .group-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

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

  .sm\:hidden {
    display: none;
  }
}

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

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

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

  .md\:snap-none {
    scroll-snap-type: none;
  }

  .md\:snap-center {
    scroll-snap-align: center;
  }

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

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

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

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

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

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

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

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

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

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

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

  .md\:leading-\[250px\] {
    line-height: 250px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[370px\] {
    line-height: 370px;
  }

  .md\:tracking-\[70px\] {
    letter-spacing: 70px;
  }
}

@media (min-width: 1024px) {
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-\[330px\] {
    font-size: 330px;
  }
}

.wpcf7-form.sent p,
.wpcf7-form.sent h2,
.wpcf7-form.sent .contact-text-container,
.wpcf7-form.sent .contact-btn-container {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 32px;
  border-color: transparent !important;
  text-align: center;
  white-space: pre-wrap;
}

.wpcf7-response-output {
  position: relative;
  white-space: pre-wrap;
}

.wpcf7-response-output::after {
  content: "";
  display: block;
  white-space: pre-wrap;
  position: absolute;
  left: 0;
  top: 100%;
}

.wpcf7-response-output {
  display: flex;
  flex-direction: column;
  white-space: pre-wrap;
  line-height: 1.5; /* Adjust line height if needed */
}
