/*
Theme Name: NLIXFET
Theme URI: 
Author: Anonymouse
Author URI: 
Description: Wordpress theme for movie website with custom post type and custom taxonomy and seo friendly.
Version: 1.1.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nlixfet
Tags: featured-images, translation-ready
*/

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

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

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.font-outline-4 {
  -webkit-text-stroke: 4px rgba(255, 255, 255, 0.4);
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

.top-\[0\.9rem\] {
  top: 0.9rem;
}

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-48 {
  height: 12rem;
}

.h-96 {
  height: 24rem;
}

.h-full {
  height: 100%;
}

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

.w-60 {
  width: 15rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.\!border-r-0 {
  border-right-width: 0px !important;
}

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

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

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

.text-\[15vh\] {
  font-size: 15vh;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

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

body {
  background-color: #141414;
  color: #fff;
  font-family: "Kanit", sans-serif;
}

.app-navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

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

.app-navbar {
  background: transparent;
  color: #fff;
  z-index: 9999;
  transition: background-color 0.5s;
}

.app-navbar.nav-shadow {
  background: linear-gradient(to bottom, #141414, transparent);
}

.app-navbar.active {
  background-color: #141414;
}

.app-navbar .app-logo {
  position: relative;
  width: 7rem;
  z-index: 1000;
}

.app-navbar .app-logo .logo-image {
  height: auto;
  width: 100%;
}

.app-navbar .app-navbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .app-navbar .app-navbar-left {
    gap: 2.5rem;
  }
}

.app-navbar .app-navbar-left {
  z-index: 1000;
}

.app-navbar .app-navbar-left .nav-toggle {
  position: relative;
}

@media (min-width: 1024px) {
  .app-navbar .app-navbar-left .nav-toggle {
    display: none;
  }
}

.app-navbar .app-navbar-left .nav-toggle {
  z-index: 1000;
}

.app-navbar .app-navbar-left .nav .nav-list {
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  padding: 2rem;
  padding-top: 5rem;
}

@media (min-width: 1024px) {
  .app-navbar .app-navbar-left .nav .nav-list {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    background-color: transparent;
    padding: 0px;
    padding-top: 0px;
  }
}

.app-navbar .app-navbar-left .nav .nav-list {
  z-index: 1000;
}

.app-navbar .app-navbar-left .nav .nav-list.active {
  position: absolute;
  display: flex;
  z-index: 999;
}

.app-navbar .app-navbar-left .nav .nav-list .nav-item .nav-link,
.app-navbar .app-navbar-left .nav .nav-list .menu-item a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.app-navbar .app-navbar-left .nav .nav-list .nav-item .nav-link:hover,
.app-navbar .app-navbar-left .nav .nav-list .menu-item a:hover {
  opacity: 0.8;
}

.app-navbar .app-navbar-left .nav .nav-list .nav-item .nav-link.active,
.app-navbar .app-navbar-left .nav .nav-list .menu-item.current-menu-item a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.app-navbar .app-navbar-right .search-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.app-navbar .app-navbar-right .search-box.active {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4rem;
  width: 100%;
  border-color: rgb(255 255 255 / 0.7);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .app-navbar .app-navbar-right .search-box.active {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    border-width: 1px;
    padding: 0.5rem;
  }
}

.app-navbar .app-navbar-right .search-box.active {
  z-index: 1002;
}

.app-navbar .app-navbar-right .search-box input {
  display: none;
}

.app-navbar .app-navbar-right .search-box.active input {
  display: block;
  width: 100%;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.app-navbar .app-navbar-right .search-box.active input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .app-navbar .app-navbar-right .search-box.active input {
    width: 15rem;
  }
}

.app-navbar .app-navbar-right .search-btn {
  position: relative;
  z-index: 1000;
}

.no-hero {
  height: 11rem;
}

@media (min-width: 1024px) {
  .no-hero {
    height: 14rem;
  }
}

.header-content {
  background: linear-gradient(to bottom, #141414, transparent);
  position: absolute;
  left: 0px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
}

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

.header-content {
  color: #fff;
  z-index: 1001;
}

.header-content h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .header-content h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.header-content p {
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .header-content p {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.hero-wrapper {
  height: 66.66vh;
  width: 100%;
}

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

.hero-wrapper .hero-item {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-wrapper .hero-item .hero-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .hero-wrapper .hero-item .hero-image {
    -o-object-position: right;
       object-position: right;
  }
}

.hero-wrapper .hero-item .hero-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #141414, transparent);
  z-index: 1;
}

.hero-wrapper .hero-item .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .hero-wrapper .hero-item .hero-content {
    margin-bottom: 9rem;
    width: 50%;
    padding: 5rem;
  }
}

.hero-wrapper .hero-item .hero-content .hero-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hero-wrapper .hero-item .hero-content .hero-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.hero-wrapper .hero-item .hero-content .hero-overview {
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .hero-wrapper .hero-item .hero-content .hero-overview {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.hero-wrapper .hero-item .hero-content .hero-button {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .hero-wrapper .hero-item .hero-content .hero-button {
    margin-top: 2rem;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.c-button {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.button-white {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}

.c-button.button-white {
  background-color: #fff;
  color: #000;
}

.button.button-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.c-button.button-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button.button-gray {
  background-color: rgba(109, 109, 110, 0.7);
  color: #fff;
}

.c-button.button-gray {
  background-color: rgba(109, 109, 110, 0.7);
  color: #fff;
  border: 2px solid #fff;
}

.button.button-gray:hover {
  background-color: rgba(109, 109, 110, 0.5);
}

.c-button.button-gray:hover {
  background-color: rgba(109, 109, 110, 0.5);
}

.icon-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .icon-button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 1001;
}

.search-overlay.active {
  display: block;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: visible !important;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-list,
.items-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .slick-list,
.items-title {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.items-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .items-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.--movie-items {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.--movie-items .slick-arrow {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 55px;
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
  z-index: 5;
  font-size: 24px;
  opacity: 0;
}

.--movie-items:hover .slick-arrow {
  opacity: 1;
}

.--movie-items .slick-arrow.slick-prev {
  left: 0;
  background-image: linear-gradient(to right, #0f1013, transparent);
}

.--movie-items .slick-arrow.slick-next {
  right: 0;
  background-image: linear-gradient(to left, #0f1013, transparent);
}

.--movie-items .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.movies-slickable .--movie-item,
.tranding-slickable .--movie-item {
  padding: 0 14px 0 0;
}

@media (max-width: 767.98px) {
  .movies-slickable .--movie-item,
    .tranding-slickable .--movie-item {
    padding: 0 6px 0 0;
  }
}

@media screen and (min-width: 2000px) {
  .movies-slickable .--movie-item,
    .tranding-slickable .--movie-item {
    padding: 0 14px 0 0;
  }
}

@media screen and (min-width: 3000px) {
  .movies-slickable .--movie-item,
    .tranding-slickable .--movie-item {
    padding: 0 20px 0 0;
  }
}

.--movie-item {
  position: relative;
  transition: all .2s ease-in-out;
  margin-bottom: .5rem;
}

.--movie-item .--poster {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 185px;
}

@media (min-width: 1024px) {
  .--movie-item .--poster {
    height: 250px;
  }
}

.--movie-item .--poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.--movie-item .--poster .loading {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.1rem;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.--movie-item .--poster .loading.--show {
  opacity: 1;
}

.--movie-item .--hoverable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1c1c1c;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 0.3rem;
  box-shadow: 0 0 1rem 0.25rem #1c1c1c;
  transition: all .2s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  overflow: hidden;
}

.--movie-item.--hover .--hoverable {
  opacity: 1;
  width: 175%;
  height: 125%;
}

.--movie-item .--hoverable .--h-cover {
  width: 100%;
  height: 50%;
  position: relative;
}

.--movie-item .--hoverable .--h-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, #1c1c1c, transparent);
  z-index: 2;
}

.--movie-item .--hoverable .--h-title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 90%;
  z-index: 3;
  overflow: hidden;
}

.--movie-item .--hoverable .--h-cover > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.--movie-item .--hoverable .--h-content {
  padding: 0 1rem;
  opacity: 0;
  transition: all .2s ease-in-out;
  transition-delay: 0.3s;
}

.--movie-item.--hover .--hoverable .--h-content {
  opacity: 1;
}

.--movie-item .--hoverable .--h-content .movie-enter-link {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 0.75rem 0;
  text-align: center;
  border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all .2s ease-in-out;
}

.--movie-item .--hoverable .--h-content .movie-enter-link i {
  margin-right: 0.5rem;
}

.--movie-item .--hoverable .--h-content h6 {
  margin: 0.5rem 0;
}

.--movie-item .--hoverable .--h-content .movie-meta-info {
  margin: 0.5rem 0;
}

.--movie-item .--hoverable .--h-content .movie-meta-info .meta-text {
  font-size: 14px;
  font-weight: 500;
}

.--movie-item .--hoverable .--h-content .movie-meta-info .meta-dot {
  margin: 0 0.25rem;
  opacity: 0.5;
}

.--movie-item .--hoverable .--h-content .movie-meta-info .meta-rated {
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.05rem 0.5rem;
  border-radius: 0.25rem;
  text-justify: justify;
}

.--movie-item .--hoverable .--h-content .movie-excerpt p {
  text-align: left;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707a94;
}

.--movie-item.slick-slide {
  opacity: 0.35;
  pointer-events: none;
}

.--movie-item.slick-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-wrapper + .page-row > .item-wrapper:first-child {
  position: relative;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .hero-wrapper + .page-row > .item-wrapper:first-child {
    margin-top: -10rem;
  }
}

.item-wrapper {
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.item-wrapper.single {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .item-wrapper.single {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.footer-link,
.footer-menu a {
  color: #808080;
}

.footer-link:hover,
.footer-menu a:hover {
  text-decoration: underline;
}

.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 1rem;
}

.footer-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  color: rgb(255 255 255 / 0.8);
}

.footer-content a {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

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

.hystmodal {
  z-index: 9999;
}

.hystmodal__shadow {
  z-index: 9998;
}

.hystmodal__close {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
}

.hystmodal__window {
  padding: 0px;
  background: #181818;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  border-radius: 0px;
}

@media (min-width: 1024px) {
  .hystmodal__window {
    height: auto;
    border-radius: 0.375rem;
  }
}

.preview-wrapper {
  height: 100%;
  width: 100%;
}

.preview-wrapper .cover {
  position: relative;
  height: 24rem;
  width: 100%;
}

.preview-wrapper .cover .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #181818, transparent);
}

.preview-wrapper .cover .play-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
}

.preview-wrapper .content {
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .preview-wrapper .content {
    padding: 1rem;
  }
}

.preview-wrapper .content .meta-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.preview-wrapper .content .meta-info .meta-text {
  opacity: 0.7;
}

.preview-wrapper .content .meta-info .meta-text.quality {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0.5rem;
  font-size: 14px;
  border-radius: 0.25rem;
  opacity: 1;
}

.preview-wrapper .content .tags {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.preview-wrapper .content .tags .tag-key {
  opacity: 0.7;
}

.no-hero-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6rem;
}

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

.no-hero-content .header h1 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .no-hero-content .header h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.no-hero-content .header p {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .no-hero-content .header p {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.pagination .page-numbers {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #464646;
  color: #fff;
  border-radius: 5px;
}

.pagination .page-numbers:hover {
  background-color: var(--primary-color);
}

.pagination .page-numbers.current {
  background-color: var(--primary-color);
}

.item-wrapper.single .meta-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.item-wrapper.single .meta-info .meta-text {
  opacity: 0.7;
  font-size: 18px;
}

.item-wrapper.single .meta-info .meta-text.quality {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0.5rem;
  font-size: 18px;
  border-radius: 0.25rem;
  opacity: 1;
}

.item-wrapper.single .score {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  padding: 0px;
}

.item-wrapper.single .score.jav {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.item-wrapper.single .score.tmdb {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.item-wrapper.single .score .label {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.item-wrapper.single .score.jav .label {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.item-wrapper.single .score.tmdb .label {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.item-wrapper.single .score .score-text {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.item-wrapper.single .tags {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.item-wrapper.single .tags .tag-key {
  opacity: 0.7;
}

.post-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.post-content a {
  color: var(--primary-color);
}

.player-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 19999;
  background-color: #232323;
  transform-origin: center bottom;
  transform: scaleY(0) scaleX(0);
  opacity: 0;
  display: none;
}

.player-wrapper.active {
  transform: scaleY(1) scaleX(1);
  opacity: 1;
  display: block;
}

.player-wrapper .player-header {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: flex-start;
  background-color: #131313;
}

.player-wrapper .player-header .title {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .player-wrapper .player-header .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.player-wrapper .player-header .close {
  display: flex;
  height: 100%;
  width: 4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
}

.player-wrapper .player-header .close .close-btn {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.player-wrapper .player-iframe {
  position: relative;
  display: flex;
  height: calc(100% - 12rem);
  width: 100%;
  align-items: center;
}

@media (min-width: 1024px) {
  .player-wrapper .player-iframe {
    height: calc(100% - 8rem);
  }
}

.player-wrapper .player-iframe {
  background-color: #000;
}

.player-wrapper .player-iframe iframe {
  width: 100%;
  height: 50%;
}

@media (min-width: 1024px) {
  .player-wrapper .player-iframe iframe {
    height: 100%;
  }
}

.player-wrapper .player-footer {
  position: relative;
  z-index: 19998;
  background-color: #131313;
}

.footer-block {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
}

.footer-block:last-child {
  border-right-width: 0px;
}

.overmenu-list {
  position: fixed;
  bottom: 8rem;
  left: 0px;
  height: auto;
  max-height: 25vh;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .overmenu-list {
    bottom: 4rem;
    max-height: 50vh;
  }
}

.overmenu-list {
  background-color: #131313;
  transform-origin: center bottom;
  transform: scaleY(0);
  opacity: 0;
  overflow-y: auto;
  z-index: 19998;
}

.overmenu-list.active {
  transform: scaleY(1);
  opacity: 1;
}

.overmenu-list .overmenu-item {
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}

.overmenu-list .overmenu-item:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.overmenu-list .overmenu-item.active {
  pointer-events: none;
  background-color: #222;
  color: #fff;
}

.single-review .post-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.post-content a {
  color: var(--primary-color);
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.post-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.post-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.post-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  border-color: rgb(255 255 255 / 0.2);
  padding: 1rem;
}

.post-content blockquote p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.post-content pre {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.post-content pre code {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.post-content table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.post-content table th,
.post-content table td {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding: 0.5rem;
}

.post-content table th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-content table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.post-content table tr:nth-child(odd) {
  background-color: rgb(0 0 0 / 0.8);
}

.post-content table tr:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.post-content table th:first-child,
.post-content table td:first-child {
  border-left-width: 0px;
}

.post-content table th:last-child,
.post-content table td:last-child {
  border-right-width: 0px;
}

.post-content table th {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.post-content table td {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.post-content .wp-block-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-content .wp-block-image img {
  height: auto;
  width: 100%;
}

.post-content .wp-block-image figcaption {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.post-content .wp-block-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-content .wp-block-gallery .blocks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-content .wp-block-gallery .blocks-gallery-grid img {
  height: auto;
  width: 100%;
}

.post-content .wp-block-gallery .blocks-gallery-grid figure {
  position: relative;
}

.post-content .wp-block-gallery .blocks-gallery-grid figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-content .wp-block-gallery .blocks-gallery-grid figcaption span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-content .wp-block-gallery .blocks-gallery-grid figcaption span:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-review .post-content p,
.single-post .post-content p {
  margin: 1rem 0;
}

/* first p and first character */

.single-review .post-content p:first-child:first-letter,
.single-post .post-content p:first-child:first-letter {
  font-size: 3rem;
  font-weight: 700;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.review-item {
  background-color: #232323;
  border-radius: 0.25rem;
  overflow: hidden;
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

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

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

@media (min-width: 1024px) {
  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:right-\[-4\.5rem\] {
    right: -4.5rem;
  }

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

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

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

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

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

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:\!border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:text-\[20vh\] {
    font-size: 20vh;
  }
}
