@font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/OpenSans.ttf');
  font-style: normal;
  font-stretch: normal;
}

/* @font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/OpenSans-ItalicOpenSans-Medium.ttf');
  font-style: medium;
  font-stretch: normal;
} */

/* @font-face {
  font-family: 'Open Sans';
  src: url('/assets/fonts/OpenSans-Bold.ttf');
  font-style: bold;
  font-stretch: normal;
} */

@font-face {
  font-family: 'Open Sans Italic';
  src: url('/assets/fonts/OpenSans-Italic.ttf');
  font-style: italic;
  font-stretch: normal;
}

/*
! tailwindcss v3.2.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.
*/

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 */
}

/*
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 */
  font-size: 1rem;
}

/*
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;
}

*, ::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:  ;
}

::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:  ;
}

.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;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-\[calc\(50\%\+70px\)\] {
  top: calc(50% + 70px);
}

.top-\[calc\(50\%\+20px\)\] {
  top: calc(50% + 20px);
}

.top-\[100\%\] {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-\[400px\] {
  left: 400px;
}

.z-10 {
  z-index: 10;
}

.z-0 {
  z-index: 0;
}

.z-\[100\] {
  z-index: 100;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-16 {
  margin-right: 3.5rem;
}

.mr-18 {
  margin-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-20 {
  margin-left: -5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.mr-\[-3\%\] {
  margin-right: -3%;
}

.ml-\[-3\%\] {
  margin-left: -3%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[100px\] {
  height: 100px;
}

.h-32 {
  height: 8rem;
}

.h-22 {
  height: 5.5rem;
}

.h-20 {
  height: 5rem;
}

.h-16 {
  height: 4rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.w-20 {
  width: 5rem;
}

.w-full {
  width: 100%;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-0 {
  width: 0px;
}

.w-50 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-3\/4 {
  width: 80%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[350px\] {
  min-width: 350px;
}

.min-w-\[600px\] {
  min-width: 600px;
}

.max-w-\[2000px\] {
  max-width: 2000px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.rounded-100 {
  border-radius: 100%;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 2rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border-none {
  border-style: none;
}

.border-gradient {
  background: linear-gradient(to bottom, #AB4CB4, #7FEEF0);
  padding: 3px;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.bg-\[color\:var\(--black\)\] {
  background-color: var(--black);
}

.bg-\[var\(--charcoal\)\] {
  background-color: var(--charcoal);
}

.bg-\[var\(--purple-dark\)\] {
  background-color: var(--purple-dark);
}

.bg-\[var\(--blue\)\] {
  background-color: var(--blue);
}

.bg-gradient-pink {
  background-image: linear-gradient(180deg, rgba(28, 2, 25, 0.4) 0%, rgba(178, 42, 160, 0.4) 100%);
}

.bg-transparent {
  background-color: transparent;
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-gradient-black {
  background-image: linear-gradient(0deg, #000, transparent);
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[var\(--blue\)\] {
  --tw-gradient-from: var(--blue);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[var\(--black\)\] {
  --tw-gradient-to: var(--black);
}

.to-\[var\(--purple\)\] {
  --tw-gradient-to: var(--purple);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.style-unset {
  list-style: unset;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-5 {
  padding-left: 0.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-1 {
  padding-right: 1.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 3.5rem;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-decoration-underline {
  text-decoration: underline;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[color\:var\(--blue\)\] {
  color: var(--blue);
}

.text-\[color\:var\(--gray\)\] {
  color: var(--gray);
}

:root {
  --white: #ffffff;
  --black: #030102;
  --off-black: #292D32;
  --charcoal: #151517;
  --blue: #7FEEF0;
  --purple: #AB4CB4;
  --purple-dark: #8608C0;
  --gray: #BDBDBD;
}

#getSize {
  animation-name: sm;
  display: none;
}

@media screen and (min-width: 768px) {
  #getSize {
    animation-name: md;
  }
}

@media screen and (min-width: 1024px) {
  #getSize {
    animation-name: lg;
  }
}

@media screen and (min-width: 1280px) {
  #getSize {
    animation-name: xl;
  }
}

@media screen and (min-width: 1536px) {
  #getSize {
    animation-name: xxl;
  }
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: "Open Sans";
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  font-weight: 600;
}

h1 {
  font-size: clamp(32px, 6vw, 56px);
  line-height: clamp(48px, 10vw, 70px);
}

h2 {
  font-size: clamp(26px, 4vw, 40px);
  line-height: clamp(38px, 8vw, 56px);
}

h3 {
  font-size: clamp(22px, 3vw, 28px);
  line-height: clamp(32px, 6vw, 44px);
}

input {
  color-scheme: dark;
}

img {
  max-width: 100%;
}

.max-w {
  max-width: 1600px;
}

.max-w-ult {
  max-width: 2800px;
}

@media screen and (min-width: 2800px) {
  .ult-block {
    display: block;
  }
}

.accessibly-hidden {
  position: absolute;
  transform: scale(0);
}

button, .btn, .cta-btn {
  padding: 0.75rem;
  color: white;
  border: solid 2px white;
  border-radius: 8px;
}

button *, .btn *, .cta-btn * {
  cursor: pointer;
}

button:hover, .btn:hover, .cta-btn:hover {
  cursor: pointer;
}

.cta-btn {
  padding: 0.75rem 2rem;
  background: var(--blue);
  color: var(--black);
  border: none;
}

.hover-opacity-up {
  opacity: 0.7;
  transition: opacity 0.5s;
}

.hover-opacity-up:hover {
  opacity: 1;
}

.hover-opacity-down {
  opacity: 1;
  transition: opacity 0.5s;
}

.hover-opacity-down:hover {
  opacity: 0.7;
}

.hover-line, .active-line {
  cursor: pointer;
  overflow: hidden;
}

.hover-line .line, .active-line .line {
  height: 1px;
  background-color: var(--white);
  width: 100%;
  transform: translateX(-101%);
  transition: transform 0.5s;
}

.hover-line.active .line {
  transform: translateX(0%);
}

.hover-line:hover .line {
  transform: translateX(0%);
}

.active-line.active .line {
  transform: translateX(0%);
}

.gradient-line {
  height: 3px;
  background: linear-gradient(30deg, rgba(171, 76, 180, 1) 50%, rgba(127, 238, 240, 1) 93%);
}

.icon-xsm {
  height: 12px;
}

.icon-sm {
  height: 18px;
  width: 18px;
}

.icon-md {
  height: 25px;
  width: 25px;
}

.icon-lg {
  height: 32px;
}

.box-shadow, .js-nav-bg-black {
  box-shadow: 10px 0px 8px rgba(0, 0, 0, 0.9);
}

.box-shadow-glow {
  box-shadow: 0px 0px 20px #7FEEF0;
  border-radius: 8px;
}

/* .pulse, .cta-btn {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
} */

.pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 20px rgb(127, 238, 240);
  }

  50% {
    box-shadow: 0px 0px 20px rgba(127, 238, 240, 0.7);
  }

  100% {
    box-shadow: 0px 0px 20px rgb(127, 238, 240);
  }
}

.box-shadow-inset {
  box-shadow: 1px 2px 52px -4px rgba(0, 0, 0, 0.54) inset;
  -webkit-box-shadow: 1px 2px 52px -4px rgba(0, 0, 0, 0.54) inset;
  -moz-box-shadow: 1px 2px 52px -4px rgba(0, 0, 0, 0.54) inset;
}

.text-shadow-glow {
  text-shadow: 0 0 52px #C6FEFF;
}

.drop-shadow-glow {
  filter: drop-shadow(0 0 2px #C6FEFF) drop-shadow(0 0 8px #C6FEFF);
}

.logo-img {
  max-height: 68px;
}

.h-navbar {
  height: 100px;
}

.h-navbar a {
  font-size: 18px;
  font-weight: 600;
}

.js-select-dates {
  font-weight: 600;
  font-size: 18px;
}

.cta-btn input {
  font-weight: 600;
  font-size: 20px;
}

.groove-on p {
  font-size: 14px;
  line-height: 24px;
}

/* .private-parties-entertinment {
  clip-path: polygon(-2% 40%, 214% 0%, 100% 67%, -2% 90%);
  transform: rotate(-5deg);
} */

.private-parties-entertinment p,
.casino-nights p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.private-parties-entertinment h2 {
  font-size: clamp(28px, 4vw, 35px);
  line-height: clamp(38px, 8vw, 48px);
}

@media screen and (min-width: 768px) {
  .groove-on p {
    font-size: 20px;
    line-height: 32px;
  }

  .private-parties-entertinment p,
  .casino-nights p {
    font-size: 20px;
    line-height: 32px;
  }

  .md\:w-3\/4 {
    width: 80%;
  }

}

@media screen and (min-width: 1024px) {
  .logo-img {
    max-height: 120px;
  }
  .h-navbar {
    height: 140px;
  }

    .h-navbar a {
      font-size: 14px;
      font-weight: 600;
    }
}

@media screen and (min-width: 1280px) {
  .h-navbar a {
    font-size: 18px;
    font-weight: 600;
  }
}

.js-nav-bg {
  transition: box-shadow 0.5s, background-color 0.5s;
}

.js-nav-bg-black {
  background-color: var(--black);
}

.sub-nav-clip {
  width: clamp(300px, 35%, 410px);
  min-width: 300px;
  height: clamp(350px, 60vw, 500px);
  -webkit-clip-path: polygon(24% 2%, 24.5% 1.1%, 25% 0.5%, 25.5% 0.2%, 26% 0%, 98% 0%, 98.75% 0.2%, 99.5% 0.7%, 99.9% 1.25%, 100% 2%, 76% 98%, 75.5% 99%, 75% 99.5%, 74.5% 99.8%, 74% 100%, 2% 100%, 1% 99.8%, 0.75% 99.5%, 0.6% 99%, 0.6% 98.5%);
  clip-path: polygon(24% 2%, 24.5% 1.1%, 25% 0.5%, 25.5% 0.2%, 26% 0%, 98% 0%, 98.75% 0.2%, 99.5% 0.7%, 99.9% 1.25%, 100% 2%, 76% 98%, 75.5% 99%, 75% 99.5%, 74.5% 99.8%, 74% 100%, 2% 100%, 1% 99.8%, 0.75% 99.5%, 0.6% 99%, 0.6% 98.5%);
}

.sub-nav a {
  width: 100%;
}

.sub-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sub-nav-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  /* font-size: clamp(22px, 2.5vw, 32px); */
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  z-index: 2;
  padding: 5px 10px;
}

#splide_slider_subnav-list .splide__slide  a {
  transform: scale3d(0.95, 0.95, 0.95);
  transition: all .5s ease-out 0s;
}

#splide_slider_subnav-list .splide__slide a:hover {
  transform: scale3d(1, 1, 1) translateY(-1px);
}

.only-img {
  padding: 4px;
}

.info-section-img {
  width: 780px;
  height: 300px;
  -webkit-clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
}

.info-section-img.img-2 {
  margin: 0 -75px 0 -420px;
}

.info-section-img.img-3 {
  margin: 0 -390px 0 -75px;
}

.info-section-img.img-7 {
  margin: 0 -75px 0 -520px;
}

.highlight-section-img {
  width: 780px;
  height: 300px;
  -webkit-clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
}

.highlight-section-img.img-1 {
  margin: 0 0 0 -140px;
}

.highlight-section-img.img-2 {
  margin: 0 0 0 -280px;
}

@media screen and (min-width: 768px) {
  .sub-nav-clip {
    min-width: 410px;
  }

  .sub-nav-title {
    font-size: 30px;
  }

  .info-section-text {
    min-width: 300px;
    max-width: 500px;
    width: 20vw;
  }

  .info-section-text1 {
    min-width: 300px;
    max-width: 500px;
    width: 25vw;
  }

  .info-section-text2 {
    margin-left: 0;
    min-width: 400px;
    max-width: 400px;
    margin-right: 0;
    margin-top: -4px;
  }

  .professionalism-text {
    margin-left: -70px;
    min-width: 400px;
    max-width: 400px;
    margin-top: -250px;
  }

  .experience-text {
    margin-left: -15px;
    min-width: 400px;
    max-width: 400px;
    margin-top: -155px;
  }

  .info-section-text3 {
    min-width: 390px;
    max-width: 500px;
    width: 25vw;
  }

  .info-section-text4 {
    min-width: 430px;
    max-width: 500px;
    width: 25vw;
  }

  .next-level-text {
    margin-right: -100px;
  }

  .next-level-text h3 {
    letter-spacing: unset;
  }

  .info-section-img {
    width: 1200px;
    height: 400px;
  }

  .info-section-img.img-1 {
    margin: 0 -500px 0 -50px;
  }

  .info-section-img.img-2 {
    margin: 0 -50px 0 -1150px;
  }

  .info-section-img.img-3 {
    margin: 0 -750px 0 -50px;
  }

  .info-section-img.img-4 {
    margin: 0 -350px 0 -50px;
  }

  .info-section-img-spacer {
    width: 900px;
  }
}

@media screen and (min-width: 1024px) {
  .sub-nav a {
    width: 33.33%;
  }

  .info-section-img {
    width: 1200px;
    height: 400px;
  }

  .highlight-section-img {
    width: 1200px;
    height: 400px;
  }

  .highlight-section-img.img-1 {
    width: 830px;
    height: 400px;
  }
  
  .info-section-img.info-section-img1 {
    width: 1200px;
    height: 400px;
  }

  .info-section-img.img-1 {
    margin: 0 -400px 0 0;
  }

  .info-section-img.img-2 {
    margin: 0 0 0 -1050px;
  }

  .info-section-img.img-3 {
    margin: 0 -650px 0 0;
  }

  .info-section-img.img-4 {
    margin: 0 -350px 0 -50px;
  }

  .info-section-img.img-5 {
    margin: 0 0 0 -1150px;
  }

  .info-section-img.img-6 {
    margin: 0 -1000px 0 -50px;
  }

  .info-section-img.img-7 {
    margin: 0 0 0 -990px;
  }

  .info-section-text {
    min-width: 250px;
    max-width: 400px;
    width: 12vw;
  }

  .info-section-text2 {
    margin-left: 0;
    min-width: 500px;
    max-width: 500px;
    margin-right: 0;
    margin-top: -7px;
    padding-left: 80px;
  }

  .professionalism-text {
    margin-left: -70px;
    min-width: 500px;
    max-width: 500px;
    margin-top: -250px;
  }

  .info-section-img-spacer {
    width: 900px;
  }
}

@media screen and (min-width: 1400px) {
  .info-section-text2 {
    margin-left: 3%;
  }
}

@media screen and (min-width: 1500px) {
  .info-section-text2 {
    margin-left: 6%;
  }
}

.info-section-clip {
  -webkit-clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0, 100% 0%, 75% 100%, 0% 100%);
}

.highlight-section-clip {
  -webkit-clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
}

.info-section-clip.clip-inset,
.highlight-section-clip.clip-inset {
  transform: scaleX(0.99) scaleY(0.985);
  width: 100%;
  height: 100%;
}

.js-parallax-header-ctr {
  position: relative;
  overflow: hidden;
}

.js-parallax-header {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
}

.js-parallax-lite-ctr {
  position: relative;
  overflow: hidden;
}

.js-parallax-lite {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 0%;
  min-height: 130%;
  width: 100%;
}

.js-parallax-lite1 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: -40%;
  height: 100%;
  width: 100%;
}

.js-parallax-lite2 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: -50%;
  right: -70%;
  min-height: 130%;
  width: 100%;
}

.js-parallax-lite3 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: -100%;
  left: -70%;
  min-height: 130%;
  width: 100%;
}

.js-parallax-lite4 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: -60%;
  left: 0;
  min-height: 130%;
  width: 100%;
}

.js-parallax-lite5 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

html {
  visibility: visible;
  opacity: 1;
}


.border-bottom {
  border-bottom: 1px solid #fff;
}


@media (min-width: 640px) {
  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-16 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:w-50 {
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-unset {
    align-items: unset;
  }
}

@media (min-width: 768px) {
  .js-parallax-lite1 {
    height: unset;
    min-height: 130%;;
    top: -13%;
    left: -40%;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-unset {
    align-items: unset;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-30 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:w-50 {
    width: 50%;
  }

  .md\:border-end {
    border-right: 1px solid #fff;
  }

  .md\:text-md {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  ul.md\:text-xl {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .js-parallax-lite1 {
    top: -60%;
    left: -25%;
  }

  .lg\:block {
    display: block;
  }
  .lg\:w-25 {
    width: 25%;
  }

  .lg\:w-1\/3 {
    width: 33.33%;
  }

  .lg\:border-end {
    border-right: 1px solid #fff;
  }

  .lg\:border-bottom-none {
    border-bottom: 0;
  }

  .lg\:px-30 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1536px) {
  .xxl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xxl\:text-2\.5xl {
      font-size: 1.75rem;
      line-height: 2.25rem;
  }
}

.\[\&\>form\]\:flex>form {
  display: flex;
}

.\[\&\>form\]\:flex-col>form {
  flex-direction: column;
}

.\[\&\>form\]\:items-stretch>form {
  align-items: stretch;
}

@media (min-width: 768px) {
  .md\:\[\&\>form\]\:\!flex-row>form {
    flex-direction: row !important;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[390px\] {
    max-width: 390px;
  }

  .lg\:max-w-\[530px\] {
    max-width: 530px;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:max-w-\[470px\] {
    max-width: 470px;
  }
  

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:pl-18 {
    padding-left: 4rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:w-50 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .xl\:w-50 {
    width: 50%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (min-width: 1536px) {
  .xxl\:w-50 {
    width: 50%;
  }

  .xxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:px-42 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.contact-info {
  color: #fff;
}

.contact-info img.icon-sm {
  filter: invert(1);
}

.contact-info a:hover {
  text-decoration: underline;
}

.dj-banner-content {
  transform: skew(0deg, -24deg);
  background: linear-gradient(0deg, #8608c0 40%, rgba(255, 255, 255, 0) 100%);
  padding-top: 2rem;
  padding-bottom: 0;
  margin-top: 0;
  align-items: center;
}

/*
.dj-banner-content:before {
  content: "";
} */

.dj-banner-content .main-content {
  transform: skew(0deg, 24deg);
}

.circle-gradient-cover {
  float:right;
  margin-top: -20rem;
  height: 200px;
}

.circle-gradient-cover  img {
  height: 900px;
}

.circle-gradient {
  width: 400px;
  height: 400px;
}

.circle-gradient1 {
  background: radial-gradient(circle farthest-side, #4199cc, #000);
}

.circle-gradient2 {
  background: radial-gradient(circle farthest-side, #36375f, #000);
}

.banner img.js-parallax-header {
  height: 530px;
}

@media (min-width: 640px) {
  .banner img.js-parallax-header {
    height: 750px;
  }
}

@media (min-width: 768px) {
  .dj-banner-content {
    margin-top: -6rem;
    padding-top: 20rem;
  }
}

@media (min-width: 1280px) {
  .banner img.js-parallax-header {
    height: 950px;
  }
}

@media (min-width: 1536px) {
  .banner img.js-parallax-header {
    height: 1100px;
  }
}

input.js-check-form-date {
  width: 100%;
}

input.js-check-form-date:focus-visible {
  border: none;
  outline: none;
}

/* .slider img {
  border-radius: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.slider .splide__arrow--prev {
  left: 0.2em;
}

.slider .splide__arrow--next {
  right: -30px;
} */


/* @media screen and (min-width: 1200px) {
  .slider .splide__arrow--next {
    right: 0.2em;
  }
  
} */

/*# sourceMappingURL=style.css.map */

#js-review-section,
#js-review-section-mobile {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
  /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%); */
}

.banner video {
  aspect-ratio: 6 / 9;
  height: 1200px;
}

.bottom-overlay {
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
}


.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(106.67deg, rgba(0, 0, 0, 0.5) 7.85%, rgba(0, 0, 0, 0) 70.64%), linear-gradient(0deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54));
}

.bg-overlay-black {
  background: rgba(0,0,0,0.4);
}

@media screen and (min-width: 400px) {
  .banner video {
    aspect-ratio: 6 / 9;
  }
}


@media screen and (min-width: 640px) {
  .banner video {
    aspect-ratio: 6 / 7;
    height: 1300px;
  }
}

@media screen and (min-width: 768px) {
  .banner video {
    aspect-ratio: 6 / 5;
    height: 890px;
  }

  .bottom-270 {
    bottom: 270px;
  }
  
}

@media screen and (min-width: 992px) {
  .banner video {
    aspect-ratio: unset;
    height: 880px;
  }
}

.date-btn {
  min-width: 200px;
  height: 55px;
}

.js-select-dates {
  width: 100%;
}

.date-btn {
  position: relative;
}

input.js-check-form-date {
  width: 100%;
  cursor: pointer;
  background-image: url(../assets/icons/calendar-reserve-your-event-date-with-powerplay-dj.svg);
  background-repeat: no-repeat;
  background-position: right 4px center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.gradient-text {
  background: linear-gradient(to right, #1F8EB5, #9E56AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.flex-wrap {
  flex-wrap: wrap;
}

.d-inline-block {
  display: inline-block;
}

.btn-more {
  z-index: 100;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 25px;
  position: absolute;
  right: 55px;
}

.splide_slider_spotlight .btn-more {
  position: unset;
}

.textbox {
  width: 100%;
  text-align: left;
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  transition: height 0.5s ease-in;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .btn-more {
      font-size: 1rem;
      line-height: 1.5rem;
  }
}

.splide .splide__arrow--prev {
  left: -20px;
}

.splide .splide__arrow--next {
  right: -20px;
}

.subnav-silder #splide_slider_subnav-track {
  height: 550px;
}

.subnav-silder a {
  height: 476px;
}

.subnav-silder img {
  width: 100%;
  height: 470px;
}

.subnav-silder .splide__arrow--prev {
  left: -15px;
}

.subnav-silder .splide__arrow--next {
  right: -15px;
}

@media (min-width: 992px) {
  .subnav-silder #splide_slider_subnav-track {
    height: 460px;
  }
  .subnav-silder a {
    height: 456px;
  }
  .subnav-silder img {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 1536px) {
  .subnav-silder #splide_slider_subnav-track {
    height: 560px;
  }
  .subnav-silder a {
    height: 556px;
  }

  .subnav-silder img {
    height: 550px;
  }
}

.justify-evenly {
  justify-content: space-evenly;
}

.awards-section a,
.bottom-awards-section a {
  transform: scale3d(0.95, 0.95, 0.95);
  transition: all .5s ease-out 0s;
}

.awards-section a:hover,
.bottom-awards-section a:hover {
  transform: scale3d(1, 1, 1) translateY(-1px);
}

.awards-section .weddingwire {
  max-height: 3rem;
}

.awards-section .knot-logo {
  max-height: 3rem;
  margin-bottom: 10px;
}

.awards-section .local-love {
  max-height: 6rem;
}

.bottom-awards-section img {
  max-height: 3rem;
}

.bottom-awards-section img.local-love {
  max-height: 4rem;
}

@media (min-width: 768px) {
  .awards-section .weddingwire {
    max-height: 5rem;
  }
  
  .awards-section .knot-logo {
    max-height: 5rem;
    margin-bottom: 20px;
  }
  
  .awards-section .local-love {
    max-height: 10rem;
  }

  .bottom-awards-section img {
    max-height: 2.25rem;
  }

  .bottom-awards-section img.local-love {
    max-height: 4rem;
  }
}

.event-block h3 {
  min-height: 55px;
}

.flip-box {
  background: linear-gradient(to bottom, #AB4CB4, #7FEEF0);
  padding: 3px;
  border-radius: 12px;
  height: 200px;
  perspective: 1000px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 1rem;
}

.flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #151517;
  border-radius: 1rem;
  align-items: center;
}

.flip-box-front,
.flip-box-back {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 10px;
}

.flip-box-front .flip-box-img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.flip-box-front .flip-box-img img {
  height: 95px;
}

h3.flip-box-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  color: #7feef0;
}

.flip-box-back {
	opacity:0;
	transform: scale(1, 0.0);
	transition: all 0.4s ease 0.1s;
	z-index:-1;
	position :absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	padding:10px;;
	background-color:#151517;
  text-align:center;
  color: #fff;
}

.hasHover .flip-box:hover .flip-box-back {
	opacity:1;
	transform: scale(1, 1);
	z-index:2;
}

.noHover .flip-box.active .flip-box-back {
	opacity:1;
	transform: scale(1, 1);
	z-index:2;
}

p.flip-box-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .flip-box {
    height: 250px;
  }

  .flip-box-front .flip-box-img img {
    height: 110px;
  }

  h3.flip-box-title {
    font-size: 22px;
    line-height: 32px;
  }

  .flip-box-front, 
  .flip-box-back {
    padding: 30px 25px;
  }

  p.flip-box-desc {
    font-size: 20px;
  }
}

button.trigger {
  border: 0;
  padding: 10px 0 0 0;
  text-decoration: underline;
}

.modal.flyer-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}

.flyer-modal .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 5px;
  width: 90%;
  overflow: auto;
}

.flyer-modal .modal-content img {
  overflow: scroll;
  max-height: 95vh;
}

.flyer-modal .close-button {
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 2px;
  top: 2px;
  background: #fff;
  font-size: 3rem;
  color: #000;
}

.flyer-modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media (min-width: 640px) {
  .flyer-modal .modal-content {
    width: auto;
  }

  .flyer-modal .modal-content img {
    max-width: 90vw;
  }
}
