@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700;800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@100;300;400;500;700;900&display=swap");

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.btn {
  padding: 1rem 2rem !important;
  border-radius: 0.25rem !important;
  font-weight: 600 !important;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[42px\] {
  top: 42px;
}

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

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

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

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

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

.mr-11 {
  margin-right: 2.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-full {
  height: 100%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

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

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-\[17\.5rem\] {
  min-width: 17.5rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * 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));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-none {
  border-style: none;
}

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

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(229 9 20 / var(--tw-border-opacity));
}

.border-subBorder {
  border-color: rgb(255 255 255 / 10%);
}

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

.bg-darkGray {
  --tw-bg-opacity: 1;
  background-color: rgb(20 19 20 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 9 20 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
}

.bg-socialBg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 58 64 / var(--tw-bg-opacity));
}

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

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

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

.fill-primary {
  fill: #e50914;
}

.fill-star {
  fill: #ecba12;
}

.fill-white {
  fill: #fff;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-\[6\.25rem\] {
  padding-bottom: 6.25rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

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

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

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

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

.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-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-4 {
  line-height: 1rem;
}

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

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

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

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

.text-bodyColor {
  --tw-text-opacity: 1;
  color: rgb(209 208 207 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(229 9 20 / var(--tw-text-opacity));
}

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

.text-star {
  --tw-text-opacity: 1;
  color: rgb(236 186 18 / var(--tw-text-opacity));
}

.text-subtitle {
  color: #ffffffcc;
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

html,
body {
  height: 100%;
  font-family: "Inter", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
}

.swiper-button::after {
  font-size: 0.625rem;
  color: #fff;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(0.625em);
  backdrop-filter: blur(0.625em);
  width: 100%;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: header-slide-down 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-fill-mode: initial;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
}

.header-nav ul li .sub-nav {
  position: absolute;
  height: auto !important;
  top: 68px;
  width: 100%;
  min-width: 16rem;
  z-index: 999;
  left: auto;
  right: auto;
  padding: 0.9375rem 0;
  display: none;
  margin: 0;
  background: #141314;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1,
    menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.header-nav ul li .sub-nav ul li {
  padding: 0 0.9375em;
}

.header-nav ul li .sub-nav ul li a {
  transition: all 0.4s ease-in-out;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  overflow: hidden;
  font-size: 0.875em;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  line-height: 1em;
  padding: 0.938em;
  color: #d1d0cf;
  position: relative;
}

.header-nav ul li .sub-nav ul li:hover > a::before,
.header-nav ul li .sub-nav ul li:hover > a::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease-in-out;
}

.header-nav ul li .sub-nav ul li > a::before {
  position: absolute;
  content: "";
  background: #e50914;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.25em;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s ease-in-out;
}

.header-nav ul li .sub-nav ul li > a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(rgba(299, 9, 20, 0)), to(rgba(299, 9, 20, 0.3)));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.mobile-nav {
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 68px;
}

.home-swiper-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-swiper-image:before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(20, 20, 20, 0.9) 15%,
    rgba(83, 100, 141, 0) 100%
  );
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.texture-text {
  color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: normal;
  background-image: url(../src/img/texure.webp);
}

.swiper-slide-acive .RightAnimate {
  animation: RightAnimate 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.swiper-slide-acive .RightAnimate-two {
  animation: RightAnimate 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}

.swiper-slide-acive .RightAnimate-three {
  animation: RightAnimate 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}

.swiper-slide-acive .RightAnimate-four {
  animation: RightAnimate 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s both;
}

.card-style-slider .swiper {
  overflow: hidden;
}
.card-style-slider .swiper > .swiper-wrapper {
  padding: 60px 0px 90px;
}
.card-style-slider li.swiper-slide {
  padding: 0 0.9375rem;
  z-index: -1;
}

.card-style-slider li.swiper-slide:hover {
  z-index: 99;
}

.card-hover:hover .block-images .card-description {
  background-color: #141314;
}

.card-hover:hover .block-images .card-description.with-transition {
  opacity: 1;
  visibility: visible;
  display: block;
  transition-delay: 0.2s;
}

.card-hover .block-images .card-description.with-transition {
  bottom: -4.375rem;
  opacity: 0;
  padding: 1.25rem 0 0;
  visibility: hidden;
  display: none;
  transition: all 0.1s ease;
}

.card-hover .block-images .card-description {
  z-index: 9;
  transition: all 0.4s ease-in-out;
  padding: 1.25rem 1.25rem 0.625rem;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.card-hover .card-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  right: 0;
  transition: all 0.4s ease-in-out;
  padding: 1.25rem 1.25rem 0.625rem;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.card-hover:hover
  .block-images
  .card-description.with-transition
  .card-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-hover:hover .block-images .card-description.with-transition .watchlist {
  transition-delay: 0s;
}

.card-hover .block-images .card-description .cart-content a.watch-list-not {
  font-size: 0.75rem;
  font-weight: 500;
  color: #d1d0cf;
}

.card-hover .block-social-info {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  display: flex;
  opacity: 0;
  justify-content: space-between;
  top: inherit;
  transition: opacity 0.2s ease-in-out;
}

.card-hover:hover .block-social-info {
  opacity: 1;
  transition-delay: 0.3s;
}

.block-social-info .music-play-lists li {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 0;
  border-radius: 50%;
  line-height: 2.1875rem;
  margin: 0 auto 0.4375rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0.0625rem solid #fff;
  transition: all 0.45s ease 0s;
}

.block-social-info .music-play-lists .share > span {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 0;
  font-size: 1rem;
}

.block-social-info .music-play-lists span i {
  color: #fff;
  font-size: 0.625em;
  line-height: 2.5em;
  cursor: pointer;
}

.block-social-info .share .share-wrapper {
  display: none;
}

.block-social-info .share:hover .share-wrapper {
  display: inline-block;
}

.block-social-info .share-wrapper {
  position: absolute;
  top: inherit;
  right: 0;
  left: -0.375rem;
  bottom: 80%;
  min-width: inherit;
  height: auto;
  width: 2.375rem;
}

.share-boxs .share-shape {
  position: absolute;
  left: 0.75rem;
  top: inherit;
  bottom: -0.875rem;
  transform: rotate(90deg);
  right: 0;
  width: 0.875rem;
  height: 2.5rem;
}

.share-boxs .overflow-hidden {
  background-color: #141314;
}

.share-boxs .overflow-hidden a,
.share-boxs .overflow-hidden span {
  display: inline-block;
  width: 2.37em;
  background: #141314;
  color: #fff;
}

.share-boxs a:hover {
  color: #e50914;
}

.block-social-info .music-play-lists li:hover {
  border-color: #e50914;
  background: #e50914;
}

.card-hover-button .card-btn:focus,
.card-hover-button .card-btn:active {
  border-color: #e50914;
  background: #e50914;
}

.card-hover-button .card-btn {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  overflow: hidden;
}

.card-hover-button .card-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e50914;
  border: 0.063em solid #e50914;
  transform: scaleX(1);
  transform-origin: 50%;
  transition: transform 0.3s ease-out;
}

.play-button {
  transition: color 0.3s ease;
  transform: perspective(0.063em) translateZ(0);
}

.play-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e50914;
  border: 0.063em solid #e50914;
  transform: scaleX(1);
  transform-origin: 50%;
  transition: transform 0.3s ease-out;
}

.play-button:hover::before {
  transform: scaleX(0);
}

.swiper-banner-button-prev.swiper-nav {
  left: 2%;
  transform: scaleX(-1) translateY(-50%);
}

.swiper-nav {
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.movie-tag li::before {
  content: "";
  height: 0.375em;
  width: 0.375em;
  background: #e50914;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625em;
  border-radius: 50%;
}

.movie-tag li:last-child::before {
  content: none;
}

/* Yeni Slider CSs */

.iq-banner-thumb-slider .slider .slider-bg {
  height: 100vh;
}

.iq-banner-thumb-slider .slider .slider-bg .horizontal-thumb-slider {
  position: relative;
  margin-top: 74px;
  z-index: 99;
  width: 38em;
  height: 100%;
  background: linear-gradient(-270deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
  border-radius: 3px;
  padding: 2.1875rem 0 2.1875rem 2.1875rem;
  right: 0;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .banner-thumb-slider-nav {
  position: relative;
  padding-bottom: 3.4375rem;
}

.iq-banner-thumb-slider .slider .slider-bg .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iq-banner-thumb-slider .slider .slider-bg .swiper-container .swiper-wrapper {
  margin: 0;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .swiper-wrapper
  .swiper-slide {
  padding: 0;
}

/* .swiper-wrapper .swiper-slide {
  padding: 0 0.9375rem;
} */

.swiper-bg:before {
  background: linear-gradient(
    90deg,
    rgba(var(--bs-black-rgb), 0.9) 0%,
    rgba(20, 20, 20, 0.9) 15%,
    rgba(83, 100, 141, 0) 100%
  );
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .block-images
  .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: linear-gradient(31deg, #341214 -1.66%, rgba(0, 0, 0, 0) 62.6%);
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .block-images
  .img-box
  img {
  height: 20.625rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
  mix-blend-mode: overlay;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .block-images
  .img-box
  .block-description {
  position: absolute;
  bottom: 1rem;
  top: auto;
  right: auto;
  left: 1rem;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .block-images
  .img-box
  .block-description
  .fs-12 {
  display: inline-block;
  direction: ltr;
  font-size: 0.75rem;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .banner-thumb-slider-nav
  .slider-prev {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}

.iq-banner-thumb-slider
  .slider
  .slider-bg
  .horizontal-thumb-slider
  .banner-thumb-slider-nav
  .slider-next {
  position: absolute;
  z-index: 10;
  left: 2.8125em;
  bottom: 0;
}

.swiper-button {
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 0.0625em solid #fff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  font-size: 1em;
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image {
  height: 100%;
  overflow: hidden;
  background: linear-gradient(
      90.3deg,
      #181616 9.88%,
      rgba(19, 18, 18, 0) 31.52%
    ),
    linear-gradient(266.54deg, #181616 13.29%, rgba(19, 18, 18, 0) 98.41%);
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .slider--image img {
  transition: 3s;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  width: 100%;
}

.iq-banner-thumb-slider .slider .slider-bg .slider-images .description p {
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  width: 37.5em;
  max-width: 100%;
}

.continue-watching-image-box {
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 0.188rem;
  background: linear-gradient(180deg, rgba(12, 11, 17, 0) 50%, #000 100%);
}

.continue-watching-image-box img {
  border-radius: 0.188rem;
  height: 180px;
  mix-blend-mode: overlay;
}

.progress-box {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1rem;
}

.progress {
  width: 100%;
  height: 2px;
  background-color: #ffffffcc;
}

.progress-bar {
  width: 75%;
  height: 100%;
  background-color: #e50914;
}

.overlay-images img {
  width: 100%;
  border-radius: 0.188rem;
  transition: all 0.6s ease 0s;
}

.top-ten-numbers {
  position: absolute;
  bottom: -65px;
  right: 0;
  font-weight: 800;
  font-size: 9.5em;
  transition: all 0.4s ease-out;
}

.block-image .top-ten-numbers:hover {
  bottom: -50px;
}

.top-10-section .swiper-button.swiper-button-next {
  right: 2rem;
}

.card-hover .block-images {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s ease 0s;
  overflow: hidden;
}

.card-style-slider
  li.swiper-slide.swiper-slide-active
  .card-hover:hover
  .block-images {
  transform: scale3d(1.1, 1.1, 1) translate3d(12%, 0, 0) perspective(31.25rem);
}

.card-hover:hover .block-images::after {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  display: block;
  transition-delay: 0.2s;
}

.card-hover:hover .block-images {
  z-index: 999 !important;
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25rem);
  transform-origin: 50% 50%;
  transition: all 0.6s ease 0s;
  box-shadow: none;
  transition-delay: 0.2s;
  overflow: visible;
  margin-top: -1.875rem;
}

.card-hover .block-images::after {
  position: absolute;
  content: "";
  border: 1.25rem solid #141314;
  bottom: -5rem;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
  display: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0.187rem;
}

.card-hover .block-images .img-box {
  border-radius: 0.1875rem;
  overflow: hidden;
}
.card-hover {
  position: relative;
}
.card-hover .block-images .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #0c0b11 8.71%, rgba(12, 11, 17, 0) 72.11%);
  border-radius: 0.1875rem;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.card-hover:hover .block-images .img-box {
  background: #000;
}

.card-hover:hover .block-images .img-box::before {
  opacity: 1;
}

.block-images .card-description.with-transition {
  bottom: -4.375rem;
  opacity: 0;
  padding: 1.25rem 0 0;
  visibility: hidden;
  transition: all 0.1s ease;
}

.block-images .card-description {
  z-index: 9;
  transition: all 0.4s ease-in-out;
  padding: 1.25rem 1.25rem 0.625rem;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.card-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  right: 0;
  transition: all 0.4s ease-in-out;
  padding: 1.25rem 1.25rem 0.625rem;
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.block-social-info {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 99;
  display: flex;
  opacity: 0;
  justify-content: space-between;
  top: inherit;
  transition: opacity 0.2s ease-in-out;
}

.movie-tag li::before {
  content: "";
  height: 0.375em;
  width: 0.375em;
  background: #e50914;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625em;
  border-radius: 50%;
}

.tab-slider-banner .tab-slider-banner-images::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.1875rem;
  background: linear-gradient(
    90deg,
    rgba(var(--bs-black-rgb), 0.9) 0%,
    rgba(20, 20, 20, 0.9) 15%,
    rgba(83, 100, 141, 0) 100%
  );
}

.movie-tag li::before {
  content: "";
  height: 0.375em;
  width: 0.375em;
  background: #e50914;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625em;
  border-radius: 50%;
}

.tab-pane.fade.active.show {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.tab-bottom-bordered .nav-tabs .nav-link.active {
  background-color: unset;
  color: #e50914;
  box-shadow: unset;
}

.tab-block .nav-tabs .nav-link {
  padding: 1rem 0;
}

.tab-bottom-bordered .nav-tabs .nav-link {
  color: #d1d0cf;
  position: relative;
  border: none;
}

.tab-bottom-bordered .nav-tabs .nav-link.active {
  background-color: unset;
  color: #e50914;
  box-shadow: unset;
}

.tab-bottom-bordered .nav-tabs .nav-link.active::before,
.tab-bottom-bordered .nav-tabs .nav-link.active::after {
  display: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #e50914;
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.tab-slider-banner-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-slider-banner-images::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.1875rem;
  background: linear-gradient(
    90deg,
    rgba(0, 1, 0) 0%,
    rgba(20, 20, 20, 0.9) 15%,
    rgba(83, 100, 141, 0) 100%
  );
}

.tab-content.iq-tab-fade-up .tab-pane.fade {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.tab-slider .tab-block .tab-pane {
  max-height: 25rem;
  overflow-y: auto;
}

.tab-content .tab-pane,
.tab-content .nav-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.movie-categories-card .block-images .img-box {
  background: linear-gradient(
      0deg,
      rgba(12, 11, 17, 0.25) 0%,
      rgba(12, 11, 17, 0.25) 100%
    ),
    linear-gradient(180deg, rgba(12, 11, 17, 0) 56%, rgba(12, 11, 17, 0.2) 100%);
}

.card-hover-style-two .block-images .img-box {
  width: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s ease 0s;
}

.card-hover-style-two .block-images .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0.09375em solid #e50914;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
}

.card-hover-style-two .block-images:hover .img-box {
  z-index: 99;
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
  transform-origin: 50% 50%;
  transition: all 0.6s ease 0s;
}

.iq-card-geners .block-images:hover .img-box::before {
  opacity: 1;
}

.footer-menu ul li a {
  transition: all 0.5s ease-in-out;
}

.footer-social ul li a {
  transform: translateY(0);
  transition: all 0.4s ease 0s;
}

.watch-video-detail .movie-detail-right.movie-trailer a::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.tab-bg-gradient {
  background: linear-gradient(
    90.06deg,
    rgba(0, 0, 0, 0) 1.66%,
    #141314 43.64%,
    rgba(0, 0, 0, 0) 89.28%
  );
}

.tab-item .tab-link.active,
.nav-item > .nav-link > .active {
  color: #e50914 !important;
}

.tab-item .tab-link.active::before,
.nav-item > .nav-link.active::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateZ(0);
  transition: all 0.5s ease-in-out;
}

.tab-item > .tab-link::before,
.nav-item > .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(229, 9, 20, 0) 0,
    rgba(229, 9, 20, 0.3) 85%
  );
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate3d(0, -50%, 0);
  transition: all 0.5s ease-in-out;
}

.tab-item .tab-link.active::after,
.nav-item > .nav-link.active::after {
  opacity: 1;
  width: 100%;
}

.tab-item .tab-link::after,
.nav-item > .nav-link::after {
  content: "";
  position: absolute;
  height: 0.1875em;
  top: 0;
  bottom: auto;
  left: 0;
  width: 0;
  background: #e50914;
  opacity: 0;
  transition: all 0.8s linear;
}

.cast-images::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background: #141314;
  z-index: -1;
}

.season-tab .nav-item .nav-link {
  background: none;
  font-weight: 400;
  text-transform: capitalize;
  padding: 1em 1em;
  margin: 0 1em 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  color: #fff;
}

.banner-container .movie-banner {
  position: relative;
  overflow: hidden;
}

.movie-banner .movie-banner-image:before {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgb(20, 20, 20) 35%,
    rgba(83, 100, 141, 0) 100%
  );
}

.banner-content-info li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.playbtn {
  transition: all 0.5s ease;
}

.playbtn .triangle {
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}

.playbtn .circle {
  stroke: #fff;
  stroke-dasharray: 650;
  stroke-dashoffset: 1300;
  transition: all 0.5s ease-in-out;
}

.movie-banner .swiper-banner-container .swiper-slide-prev,
.movie-banner .swiper-banner-container .swiper-slide-next {
  filter: blur(0.1875em);
}

.custom-tab .tab-header .profile-nav-link.active {
  background-color: rgba(0, 0, 0, 0);
}

.custom-tab .tab-header .profile-nav-link {
  color: #d1d0cf;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
}

.custom-tab .tab-header .profile-nav-link.active::after {
  width: 100%;
}

.custom-tab .tab-header .profile-nav-link::before {
  display: none;
}

.custom-tab .tab-header .profile-nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  top: auto;
  bottom: 0;
  background: #e50914;
  transition: width 0.4s ease-in;
}

.card-hover-style-two .block-images .img-box {
  width: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s ease 0s;
}

.watchlist-wrapper .block-images .watchlist-card-description {
  padding: 1.5rem 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.movie-banner .swiper-banner-button-next,
.movie-banner .swiper-banner-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  z-index: 1;
  height: 4.063rem;
}

.movie-banner .swiper-banner-button-next {
  left: 0;
}

.movie-banner .swiper-banner-button-prev {
  right: 0;
}

@media (max-width: 1399.98px) {
  .iq-banner-thumb-slider .slider .slider-bg .horizontal-thumb-slider {
    width: 30em;
  }
}

@media (max-width: 1200px) {
  .iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
    left: 4rem;
  }

  .iq-banner-thumb-slider .slider .slider-bg .horizontal-thumb-slider {
    width: 27em;
  }
}

@media (max-width: 991px) {
  .horizontal-thumb-slider {
    display: none;
  }
}

@media (max-width: 767px) {
  .iq-banner-thumb-slider .slider .slider-bg {
    height: 32.125rem;
  }

  .iq-banner-thumb-slider .slider .slider-bg .slider-images .description {
    left: 0;
    padding: 0 1rem;
  }

  .top-10-section .swiper-button.swiper-button-next {
    right: 0.5rem;
  }

  .movie-banner .swiper-banner-container {
    height: 28rem;
  }
}

.search-input {
  width: 0;
  padding: 0;
  transition: width 0.2s ease-in-out;
  visibility: hidden;
}

.search-input.active {
  width: 300px;
  padding: 8px;
  visibility: visible;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.hover\:bg-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 10 19 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 9 20 / var(--tw-bg-opacity));
}

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

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

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(229 9 20 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

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

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

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
  }
}

@media (min-width: 768px) {
  .md\:left-\[4rem\] {
    left: 4rem;
  }

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

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:left-\[6\.25rem\] {
    left: 6.25rem;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:px-\[6\.25rem\] {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:px-\[6\.25rem\] {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

img.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  -o-transition: opacity 0.5s ease-in-out, transform 0.2s linear;
  transition: opacity 0.5s ease-in-out, transform 0.2s linear;
}
img.lazy.loaded,
img.lazy.error {
  opacity: 1;
}
.wc-loader-wp {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
}
.wc-loader {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  animation: spin 0.4s linear infinite;
}
.wc-loader2 {
  border: 4px solid rgba(0, 0, 0, 0.19);
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.4s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single {
  background-color: #141314; /* Arka plan rengi */
  border: none;
  border-radius: 0; /* Köşeleri yuvarlak olmadan */
  height: auto;
  padding: 8px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: white; /* Metin rengi */
  line-height: 1.2;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: calc(100% - 1px); /* Ok yüksekliği */
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/* Hover durumu */
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e50914; /* Hover rengi */
  color: white;
}
.select2-dropdown {
  background-color: #141314; /* Dropdown arka plan rengi */
  border: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px; /* Dropdown maksimum yüksekliği */
  overflow-y: auto;
}
.select2-container--default .select2-results__option {
  padding: 6px 12px; /* Dropdown iç boşluk */
}

.card-content {
  padding-left: 10px;
}

.top-10-section .swiper-container {
  height: 100%;
  max-height: 100vw;

  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.top-10-section .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.top-10-section .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

.count-box {
  position: relative;
  width: 100%;
  padding: 35.714285714% 0;
  overflow: hidden;
}
.count-box svg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 50%;
}
.count-box img {
  bottom: 0;
  height: 100%;
  left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.svg-icon {
  height: 100%;
}
.card-style-slider li .card-hover:hover .count-box svg {
  display: none;
}
.card-style-slider li .card-hover:hover .count-box img {
  transition: all 0.6s ease 0s;
  transition-delay: 0.2s;
}
.card-style-slider li .card-hover:hover .count-box img {
  width: 100% !important;
}

.card-style-slider li .card-hover:hover .count-box {
  visibility: hidden;
  display: none;
  opacity: 0;
}
.card-style-slider li .card-hover:hover .count-box-1 {
  visibility: visible;
  display: block;
  opacity: 1;
}
.card-style-slider li .card-hover .count-box-1 {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
#home-slider-frag > .ytp-chrome-top .ytp-show-cards-title {
  display: none !important;
}
.video-box {
   background-color: #000;
       height: 56.25vw;
       position: absolute;
       width: 100%;
       z-index: 0;
         top: -10%;
            left: 0;

}

.video-box iframe {
  position: absolute;
  width: 100vw;
  height: 117vh;
  pointer-events: none;
}
.hero,
.hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero {
  overflow: hidden;
  background-size: cover;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.hero iframe {
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  font-weight: lighter;
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: absolute;
  z-index: 9999;
  right: 1.3%;
  bottom: 10%;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.75);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  animation: pulse 3s infinite;
}

.hero_content_play:hover {
  border-color: #fff;
  animation: none;
}

.hero_content_play svg {
   color: #fff;
   width: 32px;
   height: 32px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px hsla(24, 37%, 69%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0);
  }
}



.episode-share li {
  transition: all 0.45s ease 0s;
}
.episode-share .share .share-wrapper {
  display: none;
}
.episode-share .share:hover .share-wrapper {
  display: inline-block;
}
.episode-share li > .share-wrapper {
  position: absolute;
  top: inherit;
  right: 0;
  left: 0px;
  bottom: 95%;
  min-width: inherit;
  height: auto;
  width: 2.475rem;
}
.episode-share li > .share-wrapper .share-boxs .share-shape {
  position: absolute;
  left: 12px;
  top: inherit;
  bottom: -20px;
  transform: rotate(90deg);
  right: 0;
  width: 0.995rem;
  height: 2.5rem;
}
.episode-share li > .share-wrapper .share-boxs .overflow-hidden a,
.episode-share li > .share-wrapper .share-boxs .overflow-hidden span {
  padding: 5px;
  text-align: center;
}


.home-banner-slider {
}

.header-items {
   padding: 10px 20px;
}


.mobile-search-area {

}

.mobile-menu {
  background: #111216;
  z-index: 99;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu ul {
  margin: 0;
  padding: 15px 30px;
  width: auto;
  height: 100%;
  background: 0 0;
  border-top: 1px solid #3a3a3a;
}

.mobile-menu ul li a {
  color: rgba(255, 255, 255, .6);
  line-height: 42px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.mobile-menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2f2f2f;
  height: 1px;
}

.mobile-menu ul li:last-child a::after {
  display: none;
}

.mobile-menu-active a {
  background: #343a46;
  border-radius: 10px;
}

.mobile-menu-active a::after {
  display: none;
}


.mobile-menu-trigger {
  background: 0 0;
  border: 0;
  right: 15px;
  top: 7px;
  margin: 0;
  outline: 0;
  border-radius: 3px;
  padding: 11px 11px 23px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.mobile-menu-trigger span {
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 4px;
}

.mobile-menu-trigger span::before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.mobile-menu-trigger span::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.mobile-menu-trigger.mm-triggered span {
  height: 0;
}

.mobile-menu-trigger.mm-triggered span::before {
  margin-top: 4px;
  transform: rotate(45deg);
}

.mobile-menu-trigger.mm-triggered span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-search button {
  margin: 20px;
  padding: 8px;
  background: #404046;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.mobile-search button svg {
  fill: rgba(255, 255, 255, .8);
  color: rgba(255, 255, 255, .8);
  width: 14px;
  height: 14px;
}

.mobile-search.activated button {
  padding: 5px;
  background: #fbc605;
}

.mobile-search.activated button svg {
  width: 20px;
  height: 20px;
  fill: #000;
  color: #000;
}

.sub-menu {
  padding: 0px !important;
  background: #343a46 !important;
  display: none;
}


.leftbar-search input {
  padding: 0 10px 0 40px;
  width: 100%;
  height: 40px;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 20px;
  background: #171925;
}

.leftbar-search-icon {
  top: 0;
  left: 0;
}

.leftbar-search-icon button {
  width: 42px;
  height: 42px;
}

.leftbar-search-icon button svg {
  width: 16px;
  height: 16px;
  color: #fff;
}



.ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 400
}
.user ul .ui.dropdown .menu .item {
  padding: 0 !important;
}
.user ul li .menu .item a {
  padding: 10px 18px
}
.ui.dropdown .menu {
  background-color: #1e2029 !important;
  color: rgba(255, 255, 255, .6);
  border: 0;
  padding: 5px 0;
  -webkit-user-select: none;
  box-shadow: 0 20px 30px 0 rgba(9, 9, 16, .5);
  z-index: 999
}

.ui.dropdown .menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content
}

.ui.dropdown .menu>.item {
  background: none !important;
  color: #9b9dab!important;
  font-size: 13px !important;
  padding: 10px 18px;
  border: 0 !important
}
.ui.dropdown .menu>.item.active {
  font-weight: 600 !important;
}

.ui.dropdown .menu>.item:hover {
  background-color: #181923 !important;
  color: #fff !important
}

.ui.dropdown .menu>.item .ui.mini.label {
  padding: 2px 3px 3px
}

.ui.dropdown.selection .menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 5px !important
}
.ui.dropdown.selection {

}
.ui.dropdown.selection .menu>.item {
  font-size: 14px;
  padding: 10px 14px !important
}

.ui.dropdown.selection:focus .menu {
  border-color: #343a46
}

.ui.pointing.dropdown>.menu:after {
  background-color: #181a25
}

.ui.dropdown .menu>.item a {
  color: rgba(255, 255, 255, .6)
}

.ui.dropdown .menu>.divider {
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.user-button .menu>.item {
  padding: 10px 18px;
}


.user-register {
  color: #fff;
}

.user-login-btn {
  margin: 0 0 0 5px;
  color: #20232a;
  background: #fbc607;
}

.header-user-profile img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.header-user-profile-right {
  margin-left: 12px;
}

.header-user-name {
  margin-right: 20px;
  padding-left: 25px;
  min-width: 100px;
  max-width: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.header-user-level {
  font-size: 10px;
  font-weight: 600;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAyNiAyOCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNS44NjZsOS4xMjQgNS4yNjhjLjkyOC41MzYgMS41IDEuNTI2IDEuNSAyLjU5OHYxMC41MzZjMCAxLjA3Mi0uNTcyIDIuMDYyLTEuNSAyLjU5OGwtOS4xMjQgNS4yNjhjLS45MjguNTM2LTIuMDcyLjUzNi0zIDBsLTkuMTI0LTUuMjY4Yy0uOTI4LS41MzYtMS41LTEuNTI2LTEuNS0yLjU5OHYtMTAuNTM2YzAtMS4wNzIuNTcyLTIuMDYyIDEuNS0yLjU5OGw5LjEyNC01LjI2OGMuOTI4LS41MzYgMi4wNzItLjUzNiAzIDB6JyBmaWxsPScjZjgzYjMxJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-user-exp {
  max-width: 60px;
}

.header-user-progress {
  margin: 7px 0 0 !important;
  overflow: hidden;
  background-color: #2a2d3e;
  border-radius: .28571429rem;
}

.header-user-progress-bar {
  width: 50%;
  height: 5px;
  position: relative;
  background: #fdc608;
}

.header-user-progress-bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: .28571429rem;
  -webkit-animation: progress-active 2s ease infinite;
  animation: progress-active 2s ease infinite;
}

.hader-user-drop-icon button svg {
  width: 10px;
  height: 5px;
  fill: #6d7080;
}



/*Modal*/




.content-detail-modal {
  padding: 14px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background-color: #181818;
}

.content-detail-modal-content {
  width: 100%;
  border-radius: 3px;
  background-color: #181818;
  box-shadow: inset 0 0 0 1px #1e202b;
}

 
.preview-bg {
   width: 100%;
}
.preview-detail-info {
   width: 100%;
       background: linear-gradient(0deg, #181818, transparent 50%);
   padding: 70px 30px;
   left: 0px;
   bottom: 0px;
}
.preview-detail-info .content-logo img {
}

.preview-play-button{
   background-color: #fff;
       padding-left: 1.5rem;
    padding-right: 2rem
}


.preview-play-button svg {
   height: 32px;
   width: 32px;
   color:#000;
}
.preview-play-button span{
      margin-left: 10px;
      color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.4rem;
}

.preview-close {
   right: 10px;
   top: 10px;
}

.preview-close svg {
      background-color: #181818;
    border-radius: 50%;
    height: 36px;
    padding: 8px;
    width: 36px;
    color: #fff;
}

.preview-close svg:active {
   outline:auto;
}
.preview-item-image .duration {
   font-weight: 700;
   font-size: .9em;
   right: 10px;
   top: 10px;
}
.preview-play-like  {
   padding: 6px;
   outline: none;
   background-color: rgba(42, 42, 42, .6);
   border-color: hsla(0, 0%, 100%, .5);
   border-width: 2px;
}
.preview-play-like:hover  {
   background-color: rgba(255, 255, 255, 0.1);
   border-color: hsla(0, 0%, 100%,1);

}
.preview-play-like svg {
   outline: none;
   background-color: transparent;
   border-radius: 50%;
   color: #fff;
}
.preview-play-like:active {
   outline: auto;
   background-color: hsla(0, 0%, 100%, .5);
}

.video-metadata span {
   margin-right: 10px;
   font-size: 1em;
}
.video-metadata .match-score {
    max-width: 300px;
    opacity: 1;
     color: #46d369;
    display: inline-block;
    font-weight: 700 ;
    white-space: unset;
    transition: max-width .55s cubic-bezier(.86,0,.07,1) 1.65s, opacity .15s linear 2.2s;
}

.video-metadata .years , .video-metadata .duration{
    max-width: 300px;
    opacity: 1;
    color: #bcbcbc;
    display: inline-block;
    font-weight: 600 ;
    white-space: unset;
    transition: max-width .55s cubic-bezier(.86,0,.07,1) 1.65s, opacity .15s linear 2.2s;
}

.player-feature-badge {
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 3px;
    color: hsla(0, 0%, 100%, .9);
    font-size: .7em !important;
    padding: 0 0.5em;
    white-space: nowrap;
}

.preview-overview {
   margin-top: 20px;
}
.preview-overview p {
   text-align: left;
   font-size: 1em;
   line-height: 25px;
   font-weight: 500;
}
.preview-modal-tags {
       line-height: 20px;
    margin: 0.5em 0.5em 0.5em 0;
    word-break: break-word;
}
.preview-modal-details-right {
   font-size: .8em;
   font-weight: 600;


}
.preview-modal-tags-label {
   color: #777;
}
.tag-item {
   color: #fff;
}
.tag-item:hover a{
      text-decoration: underline;
}
.preview-modal-item.first-child {
   background-color: #333333;
   border-top: 1px solid #404040;

}
.preview-modal-item {
   padding: 30px;
   margin-bottom: 10px;
   border-bottom: 1px solid #404040;
}

.preview-item-index {
   flex: 0 0 7%;
   font-weight: 600;
   font-size: 1.5em;
}

.preview-item-image {
    border-radius: 4px;
    flex: 0 0 18%;
    overflow: hidden;
    position: relative;
}

.preview-item-image img {
   display: block;
   max-width: 100%;
}

.preview-item-name {
   line-height: 30px;
   padding: 0px 25px;
    font-size: 1em;
    min-height: 100%;

}

.preview-item-name h3,.preview-item-name span{
   font-weight: 700;
}

.preview-item-name p {
   color:#d2d2d2;
   font-size: .85em;
   text-align: left;
   font-weight: 500;
}

.title-card-playIcon {
    align-items: center;
    background-image: linear-gradient(195deg, hsla(0, 0%, 9%, .7), hsla(0, 0%, 9%, .5) 10%, transparent 25%);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.title-card-playIcon svg {
    background-color: rgba(30, 30, 20, .5);
    border: 1px solid #fff;
    border-radius: 2em;
    height: 3em;
    color: #fff;
    opacity: 0;
    padding: 0.5em;
    transition: opacity .2s ease-in;
    width: 3em;
}
.preview-modal-item:hover .title-card-playIcon svg {
   opacity: 1;
}


.preview-modal-header h3 {
   color: #fff;
   font-size: 1.4em;
   font-weight: 700;
}
.preview-modal-similar {
   margin-top: 35px;
}


.similar-box-item:hover .title-card-playIcon svg {
   opacity: 1;
}
.similar-box-item .preview-item-image:before {
       background-image: linear-gradient(198deg, rgba(0, 0, 0, .9), hsla(0, 0%, 9%, .5) 20%, transparent 28%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.similar-box-info {
   background-color: #2f2f2f;
}
.similar-box-items {
   margin: -15px;
}
.similar-box-item {
   padding:0 15px;
   margin-bottom: 20px;
}
.similar-video-data .years {
   font-weight: 600;
   color: #bcbcbc;
}
.similar-box-overview {
   margin-top:15px;
}

.similar-box-overview p {
   color: #d2d2d2;
   font-weight: 500;
   font-size: .9em;
   text-align: left;
}

.titleCard-title span {
   font-weight: 600;
   font-size: 1em;
   text-align: left;
   padding: 10px 0px;
}

.preview-modal-header span {
   font-weight: 400 !important;
}


@keyframes customFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Animasyonu özelleştirilmiş bir sınıfa uygula */
.swal2-show.custom-animation {
  animation-name: customFadeIn;
  animation-duration: 0.5s;
}

/* Kapatma animasyonu */
@keyframes customFadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-20px); }
}

.swal2-hide.custom-animation {
  animation-name: customFadeOut;
  animation-duration: 0.5s;
}

.swal2-html-container {
   margin:0px !important;
}
.swal2-popup {
   padding: 0px !important;
}

.preview-modal-items {
   display: none;
}
.preview-modal-items.active {
   display: block;
}

#dropdownDefaultButton {
    -webkit-box-align: center;
    align-items: center;
    min-width: 4em;
    font-size: 1em;
    position: relative;
    background-color: rgb(36, 36, 36);
    padding: 0.5em 1em;
    color: white;
    cursor: pointer;
    border: 0.1em solid rgb(77, 77, 77);
    border-radius: 0.2em;
}
#dropdown {
   position: absolute;
    right: 0px;
    margin-top: 40px;
    min-width: 10em;

}
#dropdown ul { 
    cursor: pointer;
    color: white;
    list-style-type: none;
    border: 0.1em solid rgb(77, 77, 77);
    margin-top: 0.1em;
    z-index: 1;
    background-color: rgb(36, 36, 36);
    white-space: nowrap;
    column-gap: 1.8em;
    max-height: max(10em, 251.094px - 2rem);
    overflow: auto;
    padding: 1rem 0px;
}
#dropdown ul li {
font-size: 1.2em;
  text-align: left;
}
#dropdown ul li:hover {
   background-color: rgb(66, 66, 66);
}


@media only screen and (max-width: 600px) {
  /* Küçük ekranlar için stil ayarları */
  .swal2-popup {
    width: 90% !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* Orta büyüklükte ekranlar için stil ayarları */
  .swal2-popup {
    width: 70% !important;
  }
}
@media only screen and (max-width: 1069px) {
  /* 1070 pikselden küçük ekranlar için stil ayarları */
  .swal2-popup {
    width: 100% !important; /* Ekranın tamamını kaplasın */
  }
}

@media only screen and (min-width: 1070px) {
  /* 1070 pikselden büyük ekranlar için stil ayarları */
  .swal2-popup {
    width: 40% !important;
  }
}
