/*
Theme Name: Excalibur
Theme URI: 
Author: Anonymouse
Author URI: 
Description: Wordpress theme for movie website with custom post type and custom taxonomy and seo friendly.
Version: 1.2.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: excalibur
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.17 | 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: 1130px) {
  .container {
    max-width: 1130px;
  }
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.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-3 {
  grid-column: span 3 / span 3;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.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 {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[4rem\] {
  max-height: 4rem;
}

.min-h-\[75vh\] {
  min-height: 75vh;
}

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

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-60 {
  width: 15rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-l-2 {
  border-left-width: 2px;
}

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

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

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

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

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

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

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

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

.from-transparent {
  --tw-gradient-from: transparent 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);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) 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-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.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-extralight {
  font-weight: 200;
}

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

.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-\[\#1877F2\] {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}

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

.text-\[\#FE2C55\] {
  --tw-text-opacity: 1;
  color: rgb(254 44 85 / 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-primary {
  color: var(--primary-color);
}

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

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

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

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

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

::-webkit-scrollbar {
  width: 0rem;
  height: 0rem;
}

body {
  background-color: #0b0c0c;
  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;
  background: linear-gradient(to bottom, #0b0c0c, transparent);
  color: #fff;
  z-index: 9999;
  transition: background-color 0.5s;
}

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

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

.app-navbar .app-logo {
  position: relative;
  display: flex;
  height: 4rem;
  width: 9rem;
  align-items: center;
  overflow: hidden;
  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;
  padding: 0.5rem;
}

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

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

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

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

.no-hero {
  height: 11rem;
}

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

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

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

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

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

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

.item-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  top: 0;
  z-index: -1;
  background-position: 50% 10%;
  background-size: cover;
}

.item-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 66.6%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  min-width: 300px;
}

.item-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0b0c0c 100%);
}

.home-thumbs.swiper {
  right: 1rem;
  margin-top: -7rem;
}

@media (min-width: 1024px) {
  .home-thumbs.swiper {
    position: absolute;
    bottom: 5rem;
    width: 27rem;
  }
}

.home-thumbs .post {
  opacity: .5;
  cursor: pointer;
  max-width: 80px;
  margin-right: 8px;
}

.home-thumbs .post.swiper-slide-thumb-active img {
  border: 2px solid var(--primary-color);
}

.home-thumbs .post.swiper-slide-thumb-active, .home-thumbs .pos--movie-itemt.swiper-slide-thumb-active img {
  opacity: 1;
}

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

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

.items-title {
  position: relative;
  z-index: 1001;
}

.items-title a:hover {
  color: var(--primary-color);
}

.--movie-item .--poster {
  overflow: hidden;
  position: relative;
  display: block;
  height: 185px;
  border-radius: 0.5rem;
}

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

.--poster .overlay,
.--latest-poster .overlay {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
}

.--poster .overlay .--icon,
.--latest-poster .overlay .--icon {
  transform: scale(0.5);
  transition: transform 0.2s;
}

.--poster img,
.--latest-poster img {
  transition: transform 0.2s;
}

.--post:hover img {
  transform: scale(1.15);
}

.--post:hover .overlay,
.--latest-poster:hover .overlay {
  opacity: 1;
}

.--post:hover .overlay .--icon,
.--latest-poster:hover .overlay .--icon {
  transform: scale(1);
}

.--post:hover .--title h6 {
  color: var(--primary-color);
}

.--info.tooltip {
  left: 90% !important;
  top: 5% !important;
  position: absolute;
  width: 120%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  min-width: 270px;
  background-color: #000;
  border-radius: 0.5rem;
  overflow: hidden;
  display: none;
}

@media (min-width: 1024px) {
  .--info.tooltip {
    display: block;
  }
}

.--post:hover .--info.tooltip {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.--post .rank-number {
  transition: opacity 0.3s;
}

.--post:hover .rank-number {
  opacity: 0;
}

.tt-right .--info.tooltip {
  left: auto !important;
  right: 90% !important;
}

.--info.tooltip .--excerpt::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

.--info.tooltip .--excerpt::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.2);
  border-radius: 0.5rem;
}

.--info.tooltip .backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #000;
  padding-top: 0;
}

.--info.tooltip .backdrop img {
  filter: blur(32px);
  transform: scale(1.2);
  opacity: 0.5;
}

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

.footer-link:hover,
.footer-menu a:hover {
  color: var(--primary-color);
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.--items-list .--movie-item:nth-child(7n),
.--items-list .--movie-item:nth-child(8n) {
  display: none;
}

@media (min-width: 1024px) {
  .--items-list .--movie-item:nth-child(7n),
.--items-list .--movie-item:nth-child(8n) {
    display: block;
  }
}

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

.no-hero-content .header h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.player-wrapper {
  position: relative;
  height: 50vh;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .player-wrapper {
    height: 80vh;
  }
}

.player-wrapper {
  z-index: 19999;
  background-color: #000;
}

.player-wrapper .player-header {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: flex-start;
  background-image: #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.tv {
  height: calc(100% - 8rem);
}

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

.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: absolute;
  bottom: 4rem;
  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 {
    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-movie .episode-select,
.single-movie .nextepisode-select {
  display: none;
  border-style: none;
}

@media (min-width: 1024px) {
  .single-movie .episode-select,
.single-movie .nextepisode-select {
    display: block;
  }
}

.single-movie .player-select,
.single-movie .format-select {
  border-bottom: none;
}

.single-movie .overmenu-list {
  bottom: 4rem;
}

.single-movie .player-wrapper .player-iframe {
  height: calc(100% - 4rem);
}

.breadcrumb {
  font-size: .75rem;
  font-weight: 300;
}

.breadcrumb a {
  margin-right: 2rem;
  position: relative;
  margin-bottom: .5rem;
}

.breadcrumb a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #6F777B;
  opacity: .7;
  top: .1rem;
  bottom: 0;
  margin: auto;
  right: -1.2rem;
  position: absolute;
  pointer-events: none;
}

.breadcrumb span {
  opacity: .7;
}

.swpndts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1.5rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  right: unset;
  left: unset;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--primary-color);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 1.25rem;
}

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

.swiper-pagination .swiper-pagination-bullet {
  color: #fff;
  opacity: 0.2;
  cursor: pointer;
  margin: 0.25rem;
}

.swiper-pagination .swiper-pagination-bullet:before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: currentColor;
  content: "";
  display: block;
}

.swiper-pagination .swiper-pagination-bullet-active {
  color: var(--primary-color);
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
}

.swiper-pagination {
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: -5px;
}

@media (min-width: 992px){
  .swpndts{
    position:absolute;
    top:0;
    right:10px;
    z-index:1002;
  }
}

.swiper.swprbx {
  padding-top: 3.5rem;
  margin-top: -3.5rem;
  padding-bottom: 1.5rem;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  transition: opacity 0.3s;
}

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

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

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

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

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

.hover\:text-primary:hover {
  color: var(--primary-color);
}

.group:hover .group-hover\:text-primary {
  color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

  .lg\:max-w-\[42rem\] {
    max-width: 42rem;
  }

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

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

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

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 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\:border-l-2 {
    border-left-width: 2px;
  }

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

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

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

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

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

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