/* CSS Index
==================================
1. Theme default css
2. Header
3. Mobile-menu
4. Search
5. Breadcrumb
6. Slider
7. Coming Movie
8. Tv Show & Drama
9. Latest-movie
10. Continue-watch
11. Counter
12. Action-Movie
13. Tv-channel
14. Pricing
15. Movie Details
16. Episode
17. Blog
18. Login & Registration
19. Movie-upload
20. Movie Search
21. Contact
22. Newsletter
23. 404
24. Footer
25. Preloader
==================================
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&amp;display=swap");

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  overflow-x: hidden !important;
  max-width: 100%;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #303030;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #303030;
}
img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #f79421;
  text-decoration: none;
}
a,
button {
  color: #f79421;
  outline: medium none;
  text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #001d23;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #f79421;
  color: #1b1d1f;
  text-shadow: none;
}
::-moz-selection {
  background: #f79421;
  color: #1b1d1f;
  text-shadow: none;
}
::selection {
  background: #f79421;
  color: #1b1d1f;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #f79421 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}

/* button style */
.btn {
  user-select: none;
  -moz-user-select: none;
  background: #f79421 none repeat scroll 0 0;
  border: none;
  border-radius: 50px;
  color: #1b1d1f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover {
  background: #fff;
  color: #1b1d1f;
}
.breadcrumb > .active {
  color: #f79421;
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #1b1d1f;
  text-align: center;
  cursor: pointer;
  background: #f79421;
  transition: 1s ease;
  border: none;
  opacity: 0;
}
.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  background: #fff;
}

/* 2. Header */
.custom-container {
  max-width: 1500px;
}
.transparent-header {
  position: fixed !important; /* absolute yerine fixed kullanıyoruz */
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Homepage Header Specific Styles */
header.homepage-header .menu-area.transparent-header,
header.homepage-header .menu-area.sticky-menu {
    background-color: transparent !important; /* Anasayfada her zaman şeffaf */
    position: absolute; /* Sticky olsa bile absolute kal */
    box-shadow: none; /* Sticky gölgesini kaldır */
    border-bottom: none; /* Sticky border'ını kaldır */
}

.menu-area.menu-style-two {
  background: #2a2a2c;
  box-shadow: 0px 5px 13px 0px rgba(18, 18, 17, 0.36);
  padding: 12px 0;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header-cat-select {
  margin-left: 85px;
}
.header-cat-select .dropdown button {
  padding: 12px 15px 12px 17px;
  border: 0.5px solid #f79421;
  background: #f79421;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.header-cat-select .dropdown button > span {
  display: block;
  position: relative;
  line-height: 1.45;
  padding-right: 20px;
}
.header-cat-select .dropdown button > span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #fff;
  opacity: 1;
}
.header-cat-select .dropdown button::after {
  content: "\f107";
  border: none !important;
  top: 0;
  vertical-align: middle;
  margin-left: 13px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
}
.header-cat-select .dropdown .dropdown-item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.header-cat-select .dropdown .dropdown-item:hover,
.header-cat-select .dropdown .dropdown-item:active,
.header-cat-select .dropdown .dropdown-item:focus {
  background: #f79421;
  color: #4e4802;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 35px 16px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #f79421;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 20px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action ul li a {
  color: #fff;
  font-size: 14px;
}
.header-action .header-mail {
  position: relative;
}
.header-action .header-mail::after,
.header-action .header-search-form::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 29px;
  border: 1px solid #f79421;
  border-radius: 30px;
  opacity: 0.35;
}
.header-action .header-mail i,
.header-action .header-search-form > i {
  color: #f79421;
  margin-right: 35px;
}
.header-action .header-mail a {
  font-weight: 500;
}
.header-action .header-mail a:hover {
  color: #f79421;
}
.header-action > ul li.header-search {
  margin-left: 10px;
}
.header-action .header-hamburger > a,
.header-action .header-search > a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-size: 19px;
  color: #4e4802;
}
.header-action .header-hamburger > a:hover,
.header-action .header-search > a:hover {
  background: #f79421;
}
.header-action .header-btn .btn {
  color: #4e4802;
  font-size: 14px;
  padding: 9px 15px 9px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.header-action .header-btn .btn i {
  font-size: 26px;
  margin-left: 10px;
}
.header-action .header-btn .btn:hover {
  background: #fff;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #28292e;
  background: #191a1e;
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 9px 15px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d0d0d0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li:hover > a {
  background: #f79421;
  color: #1b1d1f;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sticky-menu {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #191a1e;
  -webkit-animation: none !important; /* Animasyonları devre dışı bırakıyoruz */
  animation: none !important;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.menu-area.sticky-menu {
  padding: 2px 0;
  border-bottom: 1px solid #292a30;
}
.menu-style-two .navbar-wrap ul li .submenu {
  border: 1px solid #303033;
  background: #2a2a2c;
}

/* Header-style-three */
.header-top {
  background: #11120f;
  padding: 7px 0;
}
.header-top-left p {
  font-size: 12px;
  margin-bottom: 0;
  color: #cdcbcb;
}
.header-top-left p span {
  color: #fefefe;
  font-weight: 500;
}
.header-top-right ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-top-right ul li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 600;
}
.header-top-right ul li::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background: #555454;
  width: 2px;
  height: 11px;
}
.header-top-right ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header-top-right ul li:first-child::before {
  display: none;
}
.header-top-right ul li.header-lang {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 18px;
}
.header-top-right ul li.header-lang::before {
  display: none;
}
.header-top-right ul li.header-lang > span {
  margin-left: 10px;
}
.header-top-right ul li a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e7e7e7;
}
.header-top-right ul li a:hover {
  color: #f79421;
}
.menu-style-three.transparent-header {
  top: 42px;
}
.menu-style-three.menu-area {
  padding: 0 0;
}
.menu-style-three .navbar-wrap ul {
  margin-left: 70px;
}
.menu-style-three .navbar-wrap ul li a {
  padding: 35px 22px;
}
.menu-style-three .navbar-wrap ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) skewX(-20deg);
  width: 41%;
  height: 4px;
  background: #f79421;
  transition: 0.3s linear;
  opacity: 0;
}
.menu-style-three .navbar-wrap ul li.active a::before,
.menu-style-three .navbar-wrap ul li a:hover::before {
  opacity: 1;
}
.menu-style-three .navbar-wrap ul li .submenu li a::before {
  display: none;
}
.menu-style-three .header-search-form {
  display: flex;
  align-items: center;
}
.menu-style-three .header-search-form form {
  position: relative;
  width: 175px;
}
.menu-style-three .header-search-form form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  border: 0.5px solid #5e5e5d;
}
.menu-style-three .header-search-form form input {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #c6c3c3;
  padding: 13px 30px 13px 5px;
  font-style: italic;
  position: relative;
}
.menu-style-three .header-search-form form input::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #c6c3c3;
  font-style: italic;
}
.menu-style-three .header-search-form form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 14px;
  color: #fefefe;
}
.header-action .header-search-form::after {
  height: 39px;
}
.menu-style-three.transparent-header.sticky-menu {
  top: 0;
}

/* 3. Mobile-menu - Modern Design */
.mobile-nav-toggler {
  position: relative;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  color: #fff;
  background: rgba(8, 8, 8, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  align-self: center;
  justify-self: end;
}

.mobile-nav-toggler i {
  font-size: 18px;
  line-height: 1;
}

.mobile-nav-toggler:hover {
  color: #f79421;
  border-color: rgba(247, 148, 33, 0.6);
  background: rgba(15, 15, 15, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.mobile-nav-toggler.d-lg-none {
  display: inline-flex;
}

@media (min-width: 992px) {
  .mobile-nav-toggler.d-lg-none {
    display: none !important;
  }
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-visible .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

/* Modern Mobile Menu Container */
.mobile-menu-modern {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  height: 100dvh;
  background: linear-gradient(165deg, #1a1b24 0%, #0d0e12 50%, #151619 100%);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-menu-visible .mobile-menu-modern {
  transform: translateX(0);
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}

/* Mobile Menu Top - Header */
.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-logo img {
  max-width: 80px;
  height: auto;
  filter: brightness(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.mobile-logo:hover img {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* Close Button */
.mobile-close-btn {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1.5px solid rgba(247, 148, 33, 0.4);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.mobile-close-btn:hover {
  background: #f79421;
  border-color: #f79421;
  transform: rotate(90deg);
}

.mobile-close-btn span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #f79421;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.mobile-close-btn:hover span {
  background: #0d0e12;
}

.mobile-close-btn span:first-child {
  transform: rotate(45deg);
}

.mobile-close-btn span:last-child {
  transform: rotate(-45deg);
}

/* Navigation */
.mobile-nav-modern {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  overflow-y: auto;
}

.mobile-nav-list {
  list-style: none;
  padding: 0 16px;
  margin: 0;
  width: 100%;
}

.mobile-nav-item {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 2px;
}

.mobile-menu-visible .mobile-nav-item {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger animation delays */
.mobile-menu-visible .mobile-nav-item:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu-visible .mobile-nav-item:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu-visible .mobile-nav-item:nth-child(3) { transition-delay: 0.2s; }
.mobile-menu-visible .mobile-nav-item:nth-child(4) { transition-delay: 0.25s; }
.mobile-menu-visible .mobile-nav-item:nth-child(5) { transition-delay: 0.3s; }
.mobile-menu-visible .mobile-nav-item:nth-child(6) { transition-delay: 0.35s; }

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(247, 148, 33, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-nav-link:hover::before,
.mobile-nav-link.active::before {
  opacity: 1;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  transform: translateX(8px);
}

.nav-number {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #f79421;
  opacity: 0.6;
  min-width: 20px;
  transition: opacity 0.3s ease;
}

.mobile-nav-link:hover .nav-number {
  opacity: 1;
}

.nav-text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.mobile-nav-link:hover .nav-text,
.mobile-nav-link.active .nav-text {
  color: #f79421;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  padding: 16px 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.mobile-menu-visible .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}

/* Language Switcher */
.mobile-lang-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f79421 0%, #e8850e 100%);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(247, 148, 33, 0.15);
}

.mobile-lang-switch:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 148, 33, 0.3);
}

.lang-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0e12;
  font-size: 14px;
}

.lang-text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0d0e12;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

/* Social Links */
.mobile-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-social-links a:hover {
  background: #f79421;
  border-color: #f79421;
  color: #0d0e12;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 16px rgba(247, 148, 33, 0.25);
}

/* Decorative Elements */
.mobile-menu-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.03;
}

.decor-circle-1 {
  width: 400px;
  height: 400px;
  background: #f79421;
  top: -150px;
  right: -150px;
  filter: blur(60px);
}

.decor-circle-2 {
  width: 300px;
  height: 300px;
  background: #f79421;
  bottom: -100px;
  left: -100px;
  filter: blur(80px);
}

.decor-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #f79421 30%, #f79421 70%, transparent 100%);
  opacity: 0.5;
}

/* Body overflow hidden when menu is open */
.mobile-menu-visible {
  overflow: hidden;
}

/* Legacy mobile-menu support for JS compatibility */
.mobile-menu {
  display: none;
}

.menu-backdrop {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .mobile-menu-modern {
    max-width: 100%;
  }
  
  .mobile-menu-top {
    padding: 14px 16px;
  }
  
  .mobile-logo img {
    max-width: 70px;
  }
  
  .mobile-close-btn {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  
  .mobile-nav-list {
    padding: 0 14px;
  }
  
  .mobile-nav-link {
    padding: 10px 12px;
    gap: 10px;
  }
  
  .nav-text {
    font-size: 14px;
  }
  
  .nav-number {
    font-size: 10px;
    min-width: 18px;
  }
  
  .mobile-menu-footer {
    padding: 14px 14px 18px;
    gap: 12px;
  }
  
  .mobile-lang-switch {
    padding: 9px 16px;
    border-radius: 6px;
  }
  
  .lang-text {
    font-size: 12px;
  }
  
  .mobile-social-links a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* 4. Search */
.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(25, 26, 30, 0.95);
  height: 100%;
  width: 100%;
  z-index: 99;
  padding: 100px 0;
  display: none;
}
.search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-wrap .title {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f79421;
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: #fff;
}
.search-form input::placeholder {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.search-btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: #f79421;
  top: 50%;
  transform: translateY(-50%);
}
.search-close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #f79421;
  cursor: pointer;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
  background: #101010;
  padding: 0 0 0;
  margin-top: 74px;
  position: relative;
  z-index: 1;
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c1e1e;
  opacity: 0.18;
  z-index: -1;
}
.breadcrumb-content {
  word-break: break-word;
}
.breadcrumb-content .title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.breadcrumb-content .breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f79421;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
  color: #191a1e;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  float: left;
  font-weight: 700;
  padding-right: 10px;
  color: #191a1e;
  font-family: "Font Awesome 6 Free";
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}

/* 6. Slider */
.slider-area {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .slider-area {
    padding-top:100px;
  }
}
.slider-item {
  padding: 195px 0 115px;
  position: relative;
}
.slider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 30s cubic-bezier(0, 0, 0.2, 1);
  mix-blend-mode: multiply;
  z-index: -1;
}
.slider-active .swiper-slide-active .slider-bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.slider-content {
  padding: 80px 0 0;
  transition: 0.1s;
}
.slider-sub-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 17px;
}
.slider-title {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 34px;
}
.slider-title .fw-light {
  font-size: 70px;
}
.slider-category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 29px;
}
.slider-category li {
  position: relative;
  margin: 0 15px 10px 0;
  padding-right: 15px;
}
.slider-category li::after {
  content: "";
  display: block;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.slider-category li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.slider-category li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.slider-category li:last-child::after {
  display: none;
}
.slider-category li a:hover {
  color: #f79421;
}
.slider-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.slider-meta ul li {
  margin: 0 25px 0 0;
}
.slider-meta ul li:last-child {
  margin-right: 0;
}
.banner-content-meta ul li a,
.slider-meta ul li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-content-meta ul li a,
.slider-meta ul li a label {
  color: #fff;
}
.banner-content-meta ul li span,
.slider-meta ul li span {
  display: block;
}
.slider-meta ul li a.play-btn {
  background: #f79421;
  text-transform: uppercase;
  font-weight: 700;
  color: #1b1d1f;
  padding: 14px 25px;
  min-width: 125px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.slider-meta ul li a.play-btn label {
  color: white;
  font-weight: inherit;
}
.slider-meta ul li a.play-btn:hover label {
  color: #f79421;
}
.slider-meta ul li a.play-btn:hover {
  background: #fff;
  color: #1b1d1f;
}
.slider-meta ul li a.play-btn i {
  font-size: 22px;
  margin-right: 15px;
}
.banner-content-meta ul li.my-list a span,
.slider-meta ul li.slider-my-list a span {
  font-size: 30px;
  line-height: 0.6;
  margin: 0 0 10px;
}
.banner-content-meta ul li.meta-info span,
.slider-meta ul li.slider-meta-info span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner-content-meta ul li a:hover,
.slider-meta ul li a:hover {
  color: #f79421;
}
.banner-content-meta ul li.meta-info a:hover span,
.slider-meta ul li.slider-meta-info a:hover span {
  border-color: #f79421;
}
.slider-img-wrap {
  position: relative;
  padding: 0 0 90px;
  margin: 0 15px;
  z-index: 1;
}
.slider-img-wrap img {
  box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.43);
}
.slider-img-wrap img:not(:first-child) {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.slider-img-wrap img:nth-child(2) {
  bottom: 50px;
  right: 60px;
  left: auto;
  max-width: 337px;
  max-height: 445px;
}
.slider-img-wrap img:nth-child(3) {
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -2;
  max-width: 275px;
  max-height: 336px;
}
.slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: 1270px;
  bottom: 95px;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  display: block;
  border-radius: 5px;
  background: #ffffff;
  opacity: 0.72;
  transition: 0.2s ease-in;
  margin: 0 8px 0 0;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: #f79421;
}

/* Banner 02 */
.banner-bg {
  background-image: url(../img/slider/home_two_banner_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0 70px;
}
.banner-content .title {
  font-size: 50px;
  margin-bottom: 20px;
}
.banner-content .title span {
  color: #f6d331;
}
.banner-content-meta ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.banner-content-meta ul .see-what {
  font-size: 38px;
  font-weight: 800;
  color: #1d1e1e;
  text-transform: uppercase;
  position: relative;
  background: #f79421;
  line-height: 1;
  padding: 11px 23px;
  margin: 0 40px;
}
.banner-content-meta ul .see-what span {
  display: inline-block;
  color: #fff;
}
.banner-content-meta ul .see-what::after,
.banner-content-meta ul .see-what::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #f79421;
}
.banner-content-meta ul .see-what::after {
  left: auto;
  right: -8px;
}
.banner-content .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 30px;
}
.banner-content .nav-tabs .nav-item {
  margin: 0 0 10px;
}
.banner-content .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  color: #e8e8e6;
  position: relative;
  margin: 0 22px;
  transition: 0.3s;
}
.banner-content .nav-tabs .nav-item.show .nav-link,
.banner-content .nav-tabs .nav-link.active {
  color: #f79421;
  background-color: transparent;
  border-bottom: 1px solid #f79421;
}
.banner-content .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
  transition: 0.3s;
}
.banner-content .nav-tabs .nav-item .nav-link.active::before {
  border-color: #f79421;
}
.banner-content .nav-tabs .nav-item:first-child .nav-link::before {
  display: none;
}
.banner-movie-item {
  position: relative;
}
.banner-movie-item .popup-video {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  text-align: center;
  transform: translateY(-15px);
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.banner-movie-item .popup-video i {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 10px;
}
.banner-movie-active .banner-movie-item.slick-active .popup-video {
  opacity: 1;
  transform: translateY(0);
}
.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-movie-active .slick-list {
  overflow: visible;
}
.banner-movie-active .slick-slide {
  margin-top: 20px;
  transition: 0.4s linear;
  padding: 0 15px;
}
.banner-movie-active .slick-active.slick-center {
  margin-top: 0;
}
.banner-movie-item {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-movie-item img {
  display: inline-block;
  box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.43);
}

/* Home 03 Slider */
.slider-area-two {
  position: relative;
}
.slider-area-two .slider-bg-two {
  background-position: center;
  background-size: cover;
  min-height: 895px;
  padding: 100px 0;
}
.slider-area-two .slider-content {
  padding: 0 0 0;
}
.action-movie-content .sub-title,
.slider-area-two .slider-content .sub-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  background: linear-gradient(
    94deg,
    rgba(235, 217, 11, 1) 0%,
    rgba(235, 217, 11, 0) 100%
  );
  padding: 11px 46px 11px 24px;
  position: relative;
  margin-bottom: 20px;
}
.action-movie-content .sub-title::before,
.slider-area-two .slider-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #f79421;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.52);
}
.slider-area-two .slider-content .title {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 17px;
}
.slider-area-two .slider-content .title span {
  color: #f79421;
}
.movie-information ul {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.movie-information ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f79421;
  margin: 0 20px 5px 0;
}
.movie-information ul li:last-child {
  margin-right: 0;
}
.movie-information ul li i {
  font-size: 18px;
  margin-right: 5px;
}
.latest-movie-area-two .latest-movie-bottom ul li.quality,
.movie-information ul li.quality {
  display: flex;
  align-items: center;
  color: #fff;
}
.movie-details-meat ul li.quality p,
.latest-movie-area-two .latest-movie-bottom ul li.quality p,
.movie-information ul li.quality p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: 1.5px solid #fff;
  padding: 3px 0 3px 7px;
  line-height: 1;
  margin-left: 15px;
}
.movie-details-meat ul li.quality p span,
.latest-movie-area-two .latest-movie-bottom ul li.quality p span,
.movie-information ul li.quality p span {
  background: #fff;
  color: #1a1b1b;
  padding: 1.5px 9px;
  margin-left: 7px;
  height: 20px;
}
.slider-area-two .slider-content p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 38px;
  width: 83%;
}
.slider-two-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.slider-area-two .slider-nav {
  position: relative;
  background: #11120f;
  padding: 10px 10px;
  max-width: 161px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 45px;
}
.slider-area-two .slider-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #f79421;
  opacity: 0.2;
}
.slider-area-two .slider-nav .slick-arrow {
  border: none;
  background: transparent;
  font-size: 31px;
  margin: 0 0;
  padding: 0 0;
  color: #b1b1b0;
  transition: 0.3s ease-in;
  display: block;
  line-height: 1;
}
.slider-area-two .slider-nav .slick-prev {
  transform: rotate(180deg);
}
.slider-area-two .slider-nav .slick-arrow:hover {
  color: #f79421;
}

/* 7. Coming Movie */
.area-bg-wrap {
  background-position: center;
  background-size: cover;
}
.coming-movie-area {
  padding: 90px 0 82px;
}
.latest-movie-title-wrap,
.coming-movie-title-wrap {
  margin: 0 0 50px;
}
.section-title .title {
  font-size: 40px;
  margin: 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.section-title .title img {
  width: 30px;
  margin-right: 10px;
}
.section-title .title .line {
  display: block;
  height: 29px;
  width: 6px;
  border: 1px solid #f79421;
  border-radius: 30px;
  margin-left: 18px;
  opacity: 0.54;
}
.coming-movie-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.coming-movie-nav .nav-tabs {
  border: none;
}
.coming-movie-nav .nav-item .nav-link {
  border-radius: 50px;
  margin: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #dedede;
  line-height: 1;
  padding: 13px 27px;
  position: relative;
}
.coming-movie-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.coming-movie-nav .nav-item .nav-link.active::after {
  opacity: 0;
}
.coming-movie-nav .nav-tabs .nav-item.show .nav-link,
.coming-movie-nav .nav-tabs .nav-link.active {
  background: #f79421;
  color: #1a1c1e;
}
.coming-movie-nav .nav-item:last-child .nav-link::after {
  display: none;
}
.coming-movie-filter {
  margin-left: 10px;
}
.coming-movie-filter > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f79421;
  font-size: 20px;
  border-radius: 50%;
  color: #4e4802;
}
.coming-movie-item {
  position: relative;
  margin: 0 0 40px;
}
.coming-movie-thumb {
  position: relative;
  box-shadow: 10px 7px 13px 0px rgba(0, 0, 0, 0.74);
}
.coming-movie-thumb img {
  width: 100%;
}
.coming-movie-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0;
  transition: 0.3s linear;
}
.coming-movie-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px;
  border-bottom: 6px solid #1e1e1e;
  z-index: 2;
  transition: 0.3s linear;
  opacity: 0;
  transform: translateY(-5px);
}
.coming-movie-item.active .coming-movie-content,
.coming-movie-item:hover .coming-movie-content {
  opacity: 1;
  transform: translateY(0);
}
.coming-movie-item.active .coming-movie-thumb::before,
.coming-movie-item:hover .coming-movie-thumb::before {
  opacity: 0.35;
}
.coming-movie-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0c;
  opacity: 0.91;
  z-index: -1;
}
.cw-movie-content .category,
.latest-movie-content .category,
.coming-movie-content .category {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
}
.cw-movie-content .category a,
.latest-movie-content .category a,
.coming-movie-content .category a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #5d5d5d;
  line-height: 1;
  margin: 0 5px 5px 0;
}
.cw-movie-content .title,
.latest-movie-content .title,
.coming-movie-content .title {
  display: flex;
  align-items: baseline;
  margin: 0 0 11px;
  font-size: 16px;
}
.cw-movie-content .title .quality,
.latest-movie-content .title .quality,
.coming-movie-content .title .quality {
  font-size: 13px;
  text-transform: uppercase;
  background: #f79421;
  color: #fff;
  padding: 4px 8px;
  display: block;
  line-height: 1;
  margin: 0 11px 0 0;
  border-radius: 5px!important;
}
.cw-movie-bottom ul,
.latest-movie-bottom ul,
.coming-movie-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-movie-bottom ul li.release-date,
.latest-movie-bottom ul li.release-date,
.coming-movie-bottom ul li.release-date {
  font-size: 13px;
  font-weight: 700;
  color: #f79421;
  margin: 0 20px 0 0;
}
.cw-movie-bottom ul li,
.latest-movie-bottom ul li,
.coming-movie-bottom ul li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  color: #dedede;
}
.cw-movie-bottom ul li .rating,
.latest-movie-bottom ul li .rating,
.coming-movie-bottom ul li .rating {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.cw-movie-bottom ul li .rating::before,
.latest-movie-bottom ul li .rating::before,
.coming-movie-bottom ul li .rating::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 2px;
  background: #444343;
}
.cw-movie-bottom ul li .rating > i,
.latest-movie-bottom ul li .rating > i,
.coming-movie-bottom ul li .rating > i {
  font-size: 12px;
  margin-left: 6px;
  color: #f79421;
}
.coming-movie-watch {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  text-align: center;
  transform: translateY(10px);
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.coming-movie-watch .popup-video {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
}
.coming-movie-watch .popup-video i {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 10px;
}
.coming-movie-item.active .coming-movie-watch,
.coming-movie-item:hover .coming-movie-watch {
  opacity: 1;
  transform: translateY(0);
}
#movieTabContent .tab-pane.active,
#bannerTabContent .tab-pane.active,
#dramaTabContent .tab-pane.active {
  animation: slide-down 0.3s ease-out;
  -webkit-animation: slide-down 0.3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 8. Tv Show & Drama */
.tv-show-drama-area {
  padding: 0 0 90px;
}
.tv-show-drama-title-wrap {
  margin: 0 0 40px;
}
.view-all {
  display: flex;
  justify-content: flex-end;
}
.view-all a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #dedede;
}
.view-all a i {
  color: #f79421;
  margin-left: 7px;
  font-size: 13px;
}
.tsd-slider-wrap {
  background: #282828;
}
.tsd-slider-wrap .row [class*="col"]:first-child {
  flex: 0 0 auto;
  width: 68.1%;
}
.tsd-slider-wrap .row [class*="col"]:last-child {
  flex: 0 0 auto;
  width: 31.9%;
}
.tsd-poster-active,
.tsd-poster-active div {
  display: block;
  width: 100%;
  height: 100%;
}
.tsd-poster-item {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.tsd-nav-active {
  padding: 30px 20px;
}
.tsd-nav-item {
  display: flex !important;
  background: #1a1919;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.tsd-nav-thumb {
  width: 166px;
  flex: 0 0 166px;
}
.tsd-nav-thumb img {
  display: block;
  object-fit: cover;
}
.tsd-nav-content {
  flex-grow: 1;
  padding: 20px 18px;
}
.tsd-nav-content .category {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
}
.tsd-nav-content .category a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #bebebe;
  line-height: 1;
  margin: 0 5px 5px 0;
}
.tsd-nav-content .title {
  display: flex;
  align-items: baseline;
  margin: 0 0 11px;
  font-size: 16px;
}
.tsd-nav-content .title .quality {
  font-size: 13px;
  text-transform: uppercase;
  background: #f79421;
  color: #1a1c1e;
  padding: 4px 8px;
  display: block;
  line-height: 1;
  margin: 0 11px 0 0;
}
.tsd-nav-content .coming-movie-bottom ul li .rating {
  margin-left: 0;
}
.tsd-nav-active .slick-arrow {
  position: absolute;
  left: 80px;
  top: 8px;
  background: transparent;
  color: #dedede;
  border: none;
  font-size: 16px;
  z-index: 2;
}
.tsd-nav-active .slick-arrow.slick-next {
  bottom: 8px;
  top: auto;
}
.tsd-nav-active .slick-arrow:hover {
  color: #f79421;
}

/* drama-tv-show-area */
.coming-movie-area.drama-tv-show-area {
  background-image: url(../img/bg/tv_show_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
.drama-tv-show-area .coming-movie-nav .nav-item .nav-link {
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: #dedede;
  line-height: 1;
  padding: 0;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item {
  margin-right: 18px;
  padding-right: 22px;
  position: relative;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item.show .nav-link,
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-link.active {
  background: transparent;
  color: #f79421;
}
.drama-tv-show-area .coming-movie-nav .nav-item .nav-link::after {
  display: none;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item::before {
  content: "/";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #716f6f;
}
.drama-tv-show-area .coming-movie-nav .nav-tabs .nav-item:last-child::before {
  display: none;
}

/* 9. Latest-movie */
.latest-movie-bg {
  background-image: url(../img/bg/latest_movie_bg.jpg);
  background-size: cover;
  background-position: center;
}
.section-title .sub-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #f79421;
  margin-bottom: 5px;
}
.latest-movie-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
.latest-movie-nav button {
  border: none;
  background: transparent;
  border-radius: 50px;
  margin: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #dedede;
  line-height: 1;
  padding: 13px 27px;
  position: relative;
}
.latest-movie-nav button.active {
  color: #1a1c1e;
  background: #f79421;
}
.latest-movie-nav button::after {
  content: "";
  display: block;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.latest-movie-nav button.active::after {
  opacity: 0;
}
.latest-movie-nav button:last-child:after {
  display: none;
}
.latest-movie-thumb {
  margin-bottom: 5px;
}

.latest-movie-area-two {
  background: #121313;
}
.latest-movie-area-two .latest-movie-item {
  position: relative;
}
.latest-movie-area-two .latest-movie-thumb {
  margin-bottom: 0;
  position: relative;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.6);
}
.latest-movie-area-two .latest-movie-thumb img {
  border-radius: 3px;
}
.latest-movie-area-two .latest-movie-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.9;
}
.latest-movie-area-two .latest-movie-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px 20px;
}
.latest-movie-area-two .latest-movie-content .title {
  font-size: 18px;
  margin-bottom: 0;
}
.latest-movie-area-two .latest-movie-bottom ul {
  justify-content: normal;
  flex-wrap: wrap;
}
.latest-movie-area-two .latest-movie-bottom ul li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f79421;
  display: flex;
  align-items: center;
  margin: 10px 20px 0 0;
}
.latest-movie-area-two .latest-movie-bottom ul li:last-child {
  margin-right: 0;
}
.latest-movie-area-two .latest-movie-bottom ul li i {
  font-size: 18px;
  margin-right: 5px;
}

/* 10. Continue-watch */
.continue-watch-bg {
  background-image: url(../img/bg/continue_watch_bg.jpg);
  background-size: cover;
  background-position: center;
}
.section-title.title-style-two .title {
  font-size: 36px;
}
.section-title.text-center .title {
  justify-content: center;
}
.continue-watch-movie-item {
  position: relative;
}
.cw-movie-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 20px 26px 20px;
  background: #282828;
  opacity: 0.97;
}
.continue-watch-movie-item .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  height: 6px;
  background-color: #353535;
  border-radius: 0;
}
.continue-watch-movie-item .progress-bar {
  background-color: #f79421;
}
.cw-movie-watch {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  text-align: center;
}
.cw-movie-watch .popup-video {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 5px;
}
.cw-movie-watch .popup-video i {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 10px;
}

/* 11. Counter */
.counter-bg {
  background-image: url(../img/bg/counter_bg.jpg);
  background-size: cover;
  background-position: center;
}
.counter-content-wrap {
  background: #f5f3f4;
  padding: 65px 45px 65px 40px;
  margin-right: 79px;
}
.counter-content {
  background: #fff;
  box-shadow: 0px 7px 13px 0px rgba(237, 237, 232, 0.79);
  padding: 45px 35px 50px 30px;
}
.counter-content .section-title .title {
  color: #1e1b29;
}
.counter-content .live-counter ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.counter-content .live-counter ul li {
  margin-right: 30px;
}
.counter-content .live-counter ul li:last-child {
  margin-right: 0;
}
.counter-content .live-counter ul li h4 {
  color: #1e1b29;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
}
.counter-content .live-counter ul li p {
  font-size: 14px;
  color: #454646;
  margin-bottom: 0;
}
.counter-content p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #454646;
}
.counter-content .resolution {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 35px;
  color: #fa4848;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fa4848;
}
.counter-content .content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.counter-content .content-bottom .btn i {
  margin-right: 10px;
}
.counter-content .content-bottom .btn:hover {
  background: #1b1d1f;
  color: #fff;
}
.counter-content .content-bottom .social {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
}
.counter-content .content-bottom .social li {
  margin-right: 10px;
}
.counter-content .content-bottom .social li:last-child {
  margin-right: 0;
}
.counter-content .content-bottom .social li a {
  font-size: 12px;
  color: #1a1c1e;
  width: 45px;
  height: 32px;
  border: 1px solid #b0b0b0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-content .content-bottom .social li a:hover {
  background: #f79421;
  color: #1a1c1e;
  border-color: #f79421;
}

/* 12. Action-Movie */
.area-bg-two {
  background-position: bottom center;
  background-size: cover;
}
.action-movie-img img {
  border-radius: 6px;
}
.action-movie-content {
  background: linear-gradient(
    283deg,
    rgba(17, 17, 17, 1) 0%,
    rgba(17, 17, 17, 0) 100%
  );
  padding: 40px 30px 50px;
  margin-right: -25px;
  position: relative;
  height: 100%;
}
.action-movie-content::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: 14px;
  width: 17px;
  height: 123px;
  background: #f79421;
}
.action-movie-content .title {
  font-size: 60px;
  margin-bottom: 20px;
}
.action-movie-content .title span {
  color: #f79421;
}
.action-movie-content p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.action-movie-content .movie-information ul {
  margin-bottom: 32px;
}

/* 13. Tv-channel */
.tv-channel-bg {
  background-image: url(../img/bg/tv_chanel_bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.tv-channel-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6c289f;
  opacity: 0.93;
  z-index: -1;
}
.tv-channel-wrap {
  overflow-x: scroll;
  margin-bottom: 40px;
}
.tv-channel-wrap ul {
  display: flex;
  align-items: center;
  min-width: 1700px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  gap: 20px;
}
.tv-channel-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tv-channel-content .section-title p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.tv-channel-wrap ul li a img {
  border-radius: 2px;
}

/* 14. Pricing */
.pricing-bg {
  background-image: url(../img/bg/pricing_bg.jpg);
  background-size: cover;
  background-position: center;
}
.pricing-area .section-title .title {
  text-transform: uppercase;
}
.pricing-box {
  background: #212121;
  border-radius: 5px;
  padding: 45px 45px 40px;
  border: 1px solid transparent;
  transition: 0.3s linear;
}
.pricing-box.active,
.pricing-box:hover {
  border-color: #f79421;
}
.pricing-head span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f79421;
  display: block;
  margin-bottom: 5px;
}
.pricing-head .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.pricing-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 53px;
}
.pricing-price .discount-price {
  font-size: 16px;
  font-weight: 600;
  color: #e3e3e3;
  margin-right: 10px;
}
.pricing-price .price {
  font-size: 50px;
  color: #fefefe;
  margin-bottom: 0;
  line-height: 0.8;
  display: flex;
  align-items: flex-start;
}
.pricing-price .price span {
  font-size: 30px;
}
.pricing-price .time {
  font-size: 14px;
  font-weight: 600;
  color: #e4e4e4;
  margin-left: 10px;
}
.pricing-list {
  margin-bottom: 40px;
}
.pricing-list ul li {
  color: #a3a2a2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #454545;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.pricing-list ul li i {
  color: #f79421;
}
.pricing-bottom .btn {
  margin-bottom: 12px;
}
.pricing-bottom p {
  font-size: 13px;
  margin-bottom: 0;
  color: #a3a2a2;
}
.pricing-bottom p span {
  color: #cccccc;
  font-weight: 500;
}
.inner-pricing-bg {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
}

/* 15. Movie Details */
.movie-details-bg {
  background: #191a1e;
  padding: 100px 0;
}
.movie-details-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: #1c1e1e7a;
  z-index: -1;
}
.movie-details-content .sub-title {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.movie-details-content .title {
  font-size: 70px;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 24px;
  line-height: 1;
  letter-spacing: -1px;
}
.movie-details-content .title span {
  color: #f79421;
  font-weight: 300;
}
.movie-details-meat ul {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.movie-details-meat ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fefefe;
  margin-right: 10px;
}
.movie-details-meat ul li:last-child {
  margin-right: 0;
}
.movie-details-meat ul li.score {
  color: #2a2a2c;
  background: #f79421;
  border-radius: 0;
  padding: 5px 11px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.movie-details-meat ul li.tv-series {
  color: #c8c8c8;
}
.movie-details-content p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #c8c8c8;
  font-weight: 500;
  line-height: 1.5;
}
.movie-details-content .movie-info {
  margin-bottom: 38px;
}
.movie-details-content .movie-info ul li {
  font-weight: 500;
  margin-bottom: 10px;
}
.movie-details-content .movie-info ul li:last-child {
  margin-bottom: 0;
}
.movie-details-content .movie-info ul li a {
  color: #c8c8c8;
  margin-left: 10px;
}
.movie-details-content .movie-info ul li a:hover {
  color: #f79421;
}
.movie-details-content .play-btn {
  font-weight: 700;
  color: #fefefe;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.movie-details-content .play-btn i {
  width: 55px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f79421;
  font-size: 18px;
  color: #1a1c1e;
  border-radius: 50%;
  margin-right: 10px;
}
.movie-details-content .play-btn:hover {
  color: #f79421;
}
.movie-trailer {
  position: relative;
  margin-right: -99px;
  margin-left: 123px;
}
.movie-trailer-img {
  position: relative;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.26);
}
.movie-trailer-img img {
  border-radius: 4px;
}
.movie-trailer-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.9;
}
.movie-trailer-img .play-btn {
  position: absolute;
  left: 17px;
  top: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e5e2;
  border-radius: 50%;
  font-size: 18px;
  color: #1a1c1e;
}
.movie-trailer .trailer-content {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.movie-trailer .trailer-content .title {
  font-size: 14px;
  font-weight: 500;
  color: #f79421;
  margin-bottom: 0;
}
.movie-trailer .trailer-content span {
  font-weight: 500;
}
.movie-details-breadcrumb {
  background: #f7f7f7;
  padding: 0 0;
  min-height: auto;
  box-shadow: 0 10px 10px rgb(0 0 0 / 3%);
}
.movie-details-breadcrumb .breadcrumb-content .breadcrumb {
  justify-content: flex-start;
}
.movie-details-breadcrumb .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
}
.movie-details-breadcrumb .breadcrumb-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-details-breadcrumb .breadcrumb-content .download-btn a {
  background: #f79421;
  width: 110px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
  color: #121001;
  font-size: 24px;
}

/* 16. Episode */
.episode-bg {
  background: #f3f3f3;
}
.episode-watch-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.episode-watch-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.episode-watch-wrap .accordion-item:first-of-type {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.episode-watch-wrap .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button {
  border: none;
  background: #242425;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dfdfdc;
  padding: 27px 30px;
}
.episode-watch-wrap
  .accordion-item
  .accordion-header
  .accordion-button
  .season {
  font-size: 16px;
  font-weight: 600;
}
.episode-watch-wrap
  .accordion-item
  .accordion-header
  .accordion-button
  .video-count {
  font-size: 13px;
  font-weight: 600;
  color: #f79421;
}
.episode-watch-wrap .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.episode-watch-wrap .accordion-header .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.episode-watch-wrap .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.episode-watch-wrap .accordion-item {
  border: 1px solid #2c2c2c;
  margin-bottom: 40px;
}
.episode-watch-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.episode-watch-wrap .accordion-body {
  padding: 35px 30px;
}
.episode-watch-wrap .accordion-body ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.episode-watch-wrap .accordion-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-body ul .contents {
  border-bottom: 1px solid #29292a;padding-bottom: 20px;
    margin-bottom: 20px;
}
.accordion-body ul .contents p {
  color: white;
  font-size: .9rem;
}
.accordion-body ul li .episode-item {
  display: flex;
  align-items: center;
}
.accordion-body ul li .episode-item .img {
  margin-right: 20px;
}
.accordion-body ul li .episode-item .img img {
  border-radius: 50%;
  width: 50px;
}
.accordion-body ul li .episode-item .content a {
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdc;
  display: block;
}
.accordion-body ul li .episode-item .content a:hover {
  color: #f79421;
}
.accordion-body ul li .episode-item .content span {
  font-size: 13px;
  font-weight: 600;
  color: #f79421;
}
.accordion-body ul li .duration {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: #f79421;
}
.movie-description {
  display: flex;
  align-items: flex-start;
}
.description-title {
  width: 22%;
  flex: 0 0 22%;
  padding-right: 30px;
}
.description-title .title {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
}
.description-title .title span {
  display: block;
  color: #f79421;
}
.description-content span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  border-left: 2px solid #f79421;
  margin-bottom: 10px;
  padding-left: 10px;
}
.description-content p {
  font-size: 14px;
  font-weight: 500;
  color: #c8c8c8;
  margin-bottom: 0;
}
.episode-watch-wrap {
  margin-bottom: 60px;
}
.more-like-wrap {
  border-radius: 10px;
}
.more-like-top {
  border-radius: 10px;
  background: #232325;
  padding: 25.5px 30px;
  min-height: 73px;
}
.more-like-top .title {
  font-size: 18px;
  margin-bottom: 0;
}
.more-like-bottom {
  border-radius: 10px;
  padding: 25px 25px 45px;
}
.more-like-bottom ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.more-like-bottom ul li:last-child {
  margin-bottom: 0;
}
.more-like-bottom ul li .thumb {
  width: 67px;
  flex: 0 0 67px;
  margin-right: 18px;
}
.more-like-bottom ul li .thumb img {
  border-radius: 6px;
}
.more-like-bottom ul li .content .title {
  font-size: 14px;
  font-weight: 700;
  color: #dfdfdc;
  margin-bottom: 9px;
  width: 80%;
  line-height: 1.5;
}
.more-like-bottom ul li .content p {
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.more-like-bottom ul li .content p span {
  font-size: 12px;
  font-weight: 700;
  color: #2a2a2c;
  background: #f79421;
  border-radius: 4px;
  padding: 4px 9px;
  margin-right: 10px;
  line-height: 1;
}

/* 17. Blog */
.blog-area {
  background: #141414;
}
.blog-area .row .col-9 {
  flex: 0 0 71%;
  width: 71%;
}
.blog-thumb img {
  border-radius: 6px 6px 0 0;
}
.blog-content {
  background: #272728;
  border-radius: 0 0 6px 6px;
  padding: 45px 40px 40px;
}
.blog-content .blog-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-content .blog-meta ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  color: #cdcdcd;
  margin-bottom: 10px;
}
.blog-content .blog-meta ul li:last-child {
  margin-right: 0;
  padding-left: 15px;
}
.blog-content .blog-meta ul li:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #7c7c7c;
}
.blog-content .blog-meta ul li a {
  color: #cdcdcd;
}
.blog-content .blog-meta ul li a:hover {
  color: #f79421;
}
.blog-content .blog-meta ul li.tag a {
  color: #141414;
  background: #f79421;
  padding: 6px 16px;
  display: block;
  position: relative;
  margin-right: 12px;
}
.blog-content .blog-meta ul li.tag a::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  background: #f79421;
  z-index: 1;
  transform: rotate(180deg);
}
.blog-content .title {
  font-size: 28px;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 24px;
}
.blog-content p {
  color: #b9b9b9;
  margin-bottom: 0;
}
.blog-content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 18px;
  margin-top: 35px;
}
.blog-content-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(53, 53, 55);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.55);
}
.blog-content-bottom .left-side,
.blog-content-bottom .right-side {
  margin-top: 10px;
}
.blog-content-bottom .left-side a {
  color: #a3a2a2;
  font-size: 14px;
  font-weight: 600;
}
.blog-content-bottom .left-side a i {
  color: #f79421;
  margin-left: 5px;
}
.blog-content-bottom .left-side a:hover {
  color: #f79421;
}
.blog-content-bottom .right-side {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.blog-content-bottom .right-side .social ul {
  display: flex;
  align-items: center;
}
.blog-content-bottom .right-side .social ul li {
  margin-right: 12px;
}
.blog-content-bottom .right-side .social ul li:last-child {
  margin-right: 0;
}
.blog-content-bottom .right-side .social ul li a {
  color: #a3a2a2;
  font-size: 16px;
}
.blog-content-bottom .right-side .social ul li a:hover {
  color: #f79421;
}
.blog-content-bottom .right-side .comment a {
  font-size: 16px;
  color: #a3a2a2;
  margin-left: 20px;
}
.blog-content-bottom .right-side .comment a i {
  color: #eeeeed;
  margin-right: 10px;
}
.pagination-wrap .page-item .page-link {
  padding: 0;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #272728;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: #a3a2a2;
  padding: 10px 17px;
}
.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
  background: #f79421;
  color: #141414;
}
.pagination-wrap .pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination-wrap .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination-wrap .pagination .page-item {
  margin-right: 5px;
  margin-top: 5px;
}
.pagination-wrap .pagination .page-item:last-child {
  margin-right: 0;
}
.blog-area .row .col-3 {
  flex: 0 0 29%;
  width: 29%;
}
.blog-sidebar {
  margin-left: 20px;
}
.widget-title .title {
  font-size: 26px;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 0;
}
.widget-title .title {
  border-bottom: 1px solid #464646;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.widget.sidebar-search form {
  position: relative;
}
.widget.sidebar-search form input {
  width: 100%;
  font-size: 14px;
  color: #a3a2a2;
  background: #272728;
  border: none;
  border-radius: 3px;
  padding: 25px 80px 25px 25px;
  height: 70px;
}
.widget.sidebar-search form input::placeholder {
  font-size: 14px;
  color: #a3a2a2;
}
.widget.sidebar-search form button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 16px;
  color: #141414;
  line-height: 1;
  background: #f79421;
}
.sidebar-cat-list ul li {
  margin-bottom: 15px;
}
.sidebar-cat-list ul li:last-child {
  margin-bottom: 0;
}
.sidebar-cat-list ul li a {
  color: #f0f0f0;
  font-weight: 500;
  position: relative;
  transition: all 0.3s linear;
}
.sidebar-cat-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 3px;
  background: #f79421;
  opacity: 0;
  transition: all 0.3s linear;
}
.sidebar-cat-list ul li a:hover::before {
  opacity: 1;
}
.sidebar-cat-list ul li a:hover {
  padding-left: 20px;
  color: #f79421;
}
.rc-post-list .rc-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.rc-post-list .rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-list .rc-post-item .thumb {
  width: 109px;
  flex: 0 0 109px;
  margin-right: 20px;
}
.rc-post-list .rc-post-item .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.35;
}
.rc-post-list .rc-post-item .content span {
  font-size: 14px;
  font-weight: 500;
  color: #a3a2a2;
  display: block;
  text-transform: uppercase;
}
.sidebar-tag-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -5px 0 -5px;
}
.sidebar-tag-list ul li {
  padding: 10px 5px 0 5px;
}
.sidebar-tag-list ul li a {
  color: #141414;
  text-transform: uppercase;
  font-weight: 600;
  background: #f79421;
  display: block;
  padding: 9px 23px;
}
.sidebar-tag-list ul li a:hover {
  background: #fff;
}
.blog-post-thumb {
  overflow: hidden;
}
.blog-post-item .blog-post-thumb img {
  transform: scale(1);
  transition: 0.5s;
}
.blog-post-item:hover .blog-post-thumb img {
  transform: scale(1.1);
}
.blog-post-content {
  position: relative;
  padding-top: 50px;
}
.blog-post-content .wishlist {
  position: absolute;
  left: 27px;
  top: -42px;
}
.blog-post-content .wishlist a {
  width: 68px;
  height: 68px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-direction: column;
}
.blog-post-content .wishlist a i {
  font-size: 20px;
  color: #999898;
}
.blog-post-content .wishlist a span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #0d0d0d;
}
.blog-post-content .tag {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
}
.blog-post-content .title {
  font-size: 22px;
  margin-bottom: 17px;
  line-height: 1.3;
}
.blog-post-content p {
  font-size: 15px;
  color: #9f9f9f;
  margin-bottom: 27px;
}
.blog-post-content .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-post-content .blog-meta span {
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post-content .blog-meta .social {
  display: flex;
  align-items: center;
}
.blog-post-content .blog-meta .social li {
  margin-right: 15px;
}
.blog-post-content .blog-meta .social li:last-child {
  margin-right: 0;
}
.blog-post-content .blog-meta .social li a {
  font-size: 14px;
  color: #9f9f9f;
}
.blog-post-content .blog-meta .social li a:hover {
  color: #f79421;
}

/* Blog-details */
.blog-details-area .blog-content p {
  margin-bottom: 20px;
}
.blog-details-area .blog-content blockquote {
  background: #141414;
  border-radius: 6px;
  padding: 40px 45px 45px 155px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 10px;
}
.blog-details-area .blog-content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #f79421;
  border-radius: 2px 0 0 2px;
}
.blog-details-area .blog-content blockquote::after {
  content: "\f10e";
  position: absolute;
  left: 55px;
  top: 40px;
  font-size: 60px;
  color: #b9b9b9;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  line-height: 1;
}
.blog-details-area .blog-content blockquote p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.6;
  font-weight: 600;
}
.blog-details-area .blog-content blockquote cite {
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  color: #f79421;
  font-weight: 600;
}
.blog-details-area .blog-content > .small-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-area .blog-content-bottom .left-side ul {
  display: flex;
  align-items: center;
}
.blog-details-area .blog-content-bottom .left-side ul li.title {
  color: #f79421;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
}
.blog-details-area .blog-content-bottom .left-side ul li {
  font-size: 14px;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
}
.blog-details-area .blog-content-bottom {
  padding-top: 30px;
  margin-top: 50px;
}
.blog-details-area .avatar-post {
  background: #272728;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 25px 40px 30px 25px;
}
.avatar-post .post-avatar-img {
  width: 148px;
  flex: 0 0 148px;
  margin-right: 30px;
}
.avatar-post .post-avatar-img img {
  border-radius: 50%;
}
.post-avatar-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-avatar-content .title span {
  font-size: 14px;
  color: #f79421;
  margin-left: 10px;
}
.post-avatar-content p {
  color: #b9b9b9;
  margin-bottom: 20px;
}
.post-avatar-content .social ul {
  display: flex;
  align-items: center;
}
.post-avatar-content .social ul li {
  margin-right: 10px;
}
.post-avatar-content .social ul li a {
  font-size: 16px;
  color: #a3a2a2;
}
.post-avatar-content .social ul li a:hover {
  color: #f79421;
}
.comment-box-wrap .title {
  font-size: 26px;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 30px;
}
.comment-box-wrap .comment-box {
  background: #272728;
  border-radius: 6px;
  padding: 40px 30px 50px;
}
.comment-box-wrap .comment-box input,
.comment-box-wrap .comment-box textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #626262;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #b9b9b9;
  margin-bottom: 20px;
}
.comment-box-wrap .comment-box input::placeholder,
.comment-box-wrap .comment-box textarea::placeholder {
  font-size: 14px;
  color: #b9b9b9;
}
.comment-box-wrap .comment-box textarea {
  min-height: 180px;
  max-height: 180px;
}
.comment-box-wrap .comment-box .checkbox-grp {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 10px;
}
.comment-box-wrap .comment-box .checkbox-grp input {
  width: 15px;
  height: 17px;
  background: transparent;
  border-radius: 2px;
  margin-top: 3px;
  margin-right: 10px;
  flex: 0 0 15px;
}
.comment-box-wrap .comment-box .checkbox-grp label {
  color: #b9b9b9;
}
.comment-box-wrap .comment-box button {
  border: none;
  background: #f79421;
  color: #141414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  padding: 14px 25px;
}

/* 18. Login & Registration */
.login-bg {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
}
.movie-search-wrap,
.login-wrap {
  border: 1px solid #2b2b2b;
  background: #141518;
}
.movie-search-wrap > .title,
.login-wrap .title {
  background: #232426;
  padding: 26px 20px 26px 25px;
  min-height: 73px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.movie-upload-top .title .dot,
.movie-search-wrap .title .dot,
.login-wrap .title .dot {
  width: 22px;
  height: 22px;
  background: transparent;
  border: 3px solid #f79421;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.movie-upload-top .title .dot::after,
.movie-search-wrap .title .dot::after,
.login-wrap .title .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #f79421;
  border-radius: 50%;
}
.login-form-box {
  padding: 40px 30px 55px;
}
.login-form-box .row {
  margin: 0 -10px;
}
.login-form-box .row [class*="col-"] {
  padding: 0 10px;
}
.login-form-box .login-social {
  margin-bottom: 30px;
}
.login-form-box .login-social a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #376cc2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 30px;
  border-radius: 5px;
}
.login-form-box .login-social a i {
  font-size: 28px;
}
.login-form-box .row [class*="col-"]:nth-child(2) .login-social a {
  background: #db4a39;
}
.login-form-box form input {
  width: 100%;
  background: #212224;
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 17px 25px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #e0e0e0;
  display: block;
}
.login-form-box form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8e8e8e;
}
.login-form-box form .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.login-form-box form .account,
.login-form-box form .form-bottom .login {
  font-size: 14px;
  font-weight: 700;
  color: #131517;
  text-transform: uppercase;
  border: none;
  background: #f79421;
  padding: 18px 30px;
  border-radius: 5px;
  min-width: 140px;
}
.login-form-box form .account:hover,
.login-form-box form .form-bottom .login:hover {
  background: #fff;
}
.login-form-box form .form-bottom .forgot {
  background: none;
  border: none;
  font-size: 16px;
}
.login-form-box form .account {
  margin-top: 10px;
}

/* 19. Movie-upload */
.movie-upload-bg {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(20, 20, 20) 0%,
    rgb(12, 12, 12) 100%
  );
}
.movie-upload-wrap {
  border: 1px solid #2b2b2b;
  background: #141518;
}
.movie-upload-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #232426;
  padding: 25px 30px;
}
.movie-upload-top .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdc;
  margin-bottom: 0;
}
.movie-upload-bottom {
  padding: 25px 30px 60px;
}
.movie-upload-bottom .file-upload {
  background: #202124;
  border: 2px dashed #303131;
  border-radius: 12px;
  text-align: center;
  padding: 35px 40px;
  margin-bottom: 25px;
  position: relative;
}
.movie-upload-bottom .file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.movie-upload-bottom .file-upload i {
  font-size: 50px;
  color: #48494b;
  display: block;
  margin-bottom: 14px;
}
.movie-upload-bottom .file-upload p {
  font-size: 18px;
  font-weight: 500;
  color: #8e8e8e;
  margin-bottom: 0;
}
.movie-upload-bottom .file-upload p > span {
  color: #f79421;
}
.movie-upload-bottom .file-upload > span {
  font-size: 13px;
  font-weight: 500;
  color: #dfdfdc;
  opacity: 0.52;
}
.movie-upload-bottom .form-grp label,
.movie-upload-bottom .uploading-file .title,
.movie-upload-bottom .preview-file .title {
  font-size: 16px;
  font-weight: 600;
  color: #dfdfdc;
  margin-bottom: 12px;
}
.movie-upload-bottom .preview-file-box {
  background: #212224;
  border: 2px solid #323232;
  border-radius: 12px;
  padding: 19px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.movie-upload-bottom .preview-file-box span {
  display: flex;
  align-items: center;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
}
.movie-upload-bottom .preview-file-box span i {
  color: #7c7d7e;
  font-size: 38px;
  margin-right: 20px;
}
.movie-upload-bottom .preview-file-box a {
  font-size: 16px;
  color: #8e8e8e;
}
.movie-upload-bottom .preview-file-box a:hover {
  color: #f79421;
}
.movie-upload-bottom .progress-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.movie-upload-bottom .uploading-progress {
  background: #212224;
  padding: 28px 25px;
  border-radius: 12px;
  border: 2px solid #323232;
}
.movie-upload-bottom .progress-content span {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
  margin-bottom: 10px;
}
.movie-upload-bottom .progress-content ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.movie-upload-bottom .progress-content ul li {
  margin-right: 12px;
}
.movie-upload-bottom .progress-content ul li:last-child {
  margin-right: 0;
}
.movie-upload-bottom .progress-content ul li a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #585857;
  border-radius: 50%;
  font-size: 14px;
  color: #f5f5f5;
}
.movie-upload-bottom .progress-content ul li:last-child a {
  color: #f79421;
}
.movie-upload-bottom .uploading-progress .progress {
  height: 5px;
  background-color: #585857;
  border-radius: 0;
}
.movie-upload-bottom .uploading-progress .progress-bar {
  background-color: #f79421;
}
.movie-upload-bottom .form-grp textarea,
.movie-upload-bottom .form-grp input {
  width: 100%;
  display: block;
  background: #212224;
  border: 2px solid #323232;
  border-radius: 10px;
  padding: 21px 25px;
  font-weight: 500;
  color: #efefef;
}
.movie-upload-bottom .form-grp textarea::placeholder,
.movie-upload-bottom .form-grp input::placeholder {
  font-weight: 500;
  color: #8e8e8e;
}
.movie-upload-bottom .form-grp textarea {
  min-height: 158px;
  max-height: 158px;
}
.movie-upload-bottom form button {
  border: none;
  font-size: 16px;
  color: #131313;
  font-weight: 700;
  text-transform: uppercase;
  background: #f79421;
  border-radius: 7px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  max-width: 160px;
  min-width: 160px;
  justify-content: center;
}
.movie-upload-bottom form button i {
  margin-right: 10px;
  font-size: 24px;
  display: block;
  line-height: 0;
}
.movie-upload-bottom form button:hover {
  background: #fff;
}

/* 20. Movie Search */
.movie-search-area {
  background: #141414;
}
.movie-search-form {
  padding: 60px 50px 40px;
}
.movie-search-form form {
  position: relative;
  margin-bottom: 45px;
}
.movie-search-form form input {
  width: 100%;
  border: 2px solid #323232;
  background: #212224;
  border-radius: 12px;
  padding: 27px 100px 27px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #c4c4c4;
}
.movie-search-form form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8e8e8e;
}
.movie-search-form form button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  color: #141414;
  background: #f79421;
}
.movie-search-cat .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.movie-search-cat ul li a {
  display: flex;
  align-items: center;
}
.movie-search-cat ul li a .icon {
  width: 95px;
  flex: 0 0 95px;
  height: 110px;
  display: flex;
  align-items: center;
  background: #303032;
  border-right: 1px solid #1f1e21;
  justify-content: center;
  font-size: 38px;
  color: #f79421;
  border-radius: 6px 0 0 6px;
}
.movie-search-cat .cat-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}
.movie-search-cat .cat-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2c;
  border-radius: 6px;
  z-index: -1;
  transition: 0.4s linear;
}
.movie-search-cat .cat-item:hover .cat-bg::before {
  opacity: 0.81;
}
.movie-search-cat .content {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #dfdfdc;
  margin-left: 18px;
  display: block;
}
.movie-search-cat ul {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.movie-search-cat ul .cat-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* 21. Contact */
.area-bg-three {
  background-image: url(../img/bg/area_bg04.jpg);
  background-position: center;
  background-size: cover;
}
.contact-area .section-title .title {
  text-transform: uppercase;
}
.contact-info-wrap p {
  color: #a3a2a2;
  font-size: 14px;
  margin-bottom: 45px;
}
.contact-info-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
  margin-bottom: 0;
}
.contact-info-list ul li:hover .icon {
  color: #f79421;
  border-color: #f79421;
}
.contact-info-list ul li .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212223;
  border-radius: 6px;
  border: 2px solid #313131;
  font-size: 24px;
  margin-right: 20px;
  transition: 0.3s linear;
  color: #8e8e8e;
}
.contact-info-list ul li p,
.contact-info-list ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #cdcdcd;
}
.contact-info-list ul li a:hover {
  color: #f79421;
}
.contact-info-list ul li p {
  margin-bottom: 0;
}
.contact-form {
  background: #fff;
  border-radius: 30px;
  padding: 45px 40px 50px;
}
.contact-form form textarea,
.contact-form form input {
  width: 100%;
  background: #212224;
  border: 2px solid #323232;
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  margin-bottom: 20px;
  display: block;
}
.contact-form form textarea::placeholder,
.contact-form form input::placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
}
.contact-form form textarea {
  min-height: 128px;
  max-height: 128px;
}
.contact-form form [type="submit"] {
  border: none;
  background: #f79421;
  font-size: 16px;
  color: #131313;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  display: block;
  margin: 25px auto 0;
  padding: 15px 34px;
  transition: 0.3s ease-in-out;
}
.contact-form {
  position: relative;
  z-index: 1;
}
.contact-form .form-grp {
  position: relative;
}
.contact-form [class*="line-"] {
  position: absolute;
  width: 95px;
  height: 95px;
  z-index: -1;
}
.contact-form .line-left {
  left: -1px;
  top: -1px;
  border-left: 1px solid #f79421;
  border-top: 1px solid #f79421;
}
.contact-form .line-top {
  right: -1px;
  top: -1px;
  border-right: 1px solid #f79421;
  border-top: 1px solid #f79421;
}
.contact-form .line-right {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid #f79421;
  border-bottom: 1px solid #f79421;
}
.contact-form .line-bottom {
  left: -1px;
  bottom: -1px;
  border-left: 1px solid #f79421;
  border-bottom: 1px solid #f79421;
}
#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 0 12px;
  border-radius: 0;
  background: #dc3545;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
#contact-form .messages .alert {
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
}
.alert-dismissible .btn-close {
  padding: 0.97rem 1.25rem;
}
.alert-dismissible .btn-close:focus-visible {
  outline: none;
}
.alert-dismissible .btn-close:focus {
  box-shadow: none;
}
.contact-form .btn.disabled,
.contact-form .btn:disabled {
  pointer-events: unset;
  opacity: 1;
}

/* 22. Newsletter */
.newsletter-wrap {
  background-image: url(../img/bg/newsletter_bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 60px 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.newsletter-content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 46.8%;
  flex: 0 0 46.8%;
}
.newsletter-content-wrap .icon {
  width: 83px;
  height: 83px;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #cdcdcd;
  font-size: 30px;
  margin-right: 30px;
}
.newsletter-content-wrap .content .title {
  font-size: 30px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 0;
}
.newsletter-content-wrap .content p {
  margin-bottom: 0;
  font-weight: 600;
  color: #121212;
}
.newsletter-form {
  width: 53.2%;
  flex: 0 0 53.2%;
}
.newsletter-form form {
  display: flex;
  align-items: center;
}
.newsletter-form form input {
  border: none;
  flex-grow: 1;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  border-radius: 4px;
  height: 60px;
}
.newsletter-form form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #c7c7c7;
}
.newsletter-form form button {
  font-size: 16px;
  font-weight: 700;
  border: none;
  color: #f79421;
  text-transform: uppercase;
  background: #212121;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 18px 42px;
  height: 60px;
  margin-left: 10px;
}
.newsletter-form form button i {
  margin-left: 10px;
}

/* 23. 404 */
.error-bg {
  background-image: url(../img/bg/404_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 165px 0 210px;
}
.error-content img {
  display: block;
  margin: 0 auto 75px;
}
.error-content .back-btn a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2c;
  background: #f79421;
  border-radius: 8px;
  padding: 19px 60px;
  display: inline-block;
}
.error-content .back-btn a:hover {
  background: #fff;
}

/* 24. Footer */
.footer-top {
  background: #212121;
  padding: 30px 0 0;
}
.footer-top .footer-logo a img {
  width: 250px;
}
.footer-menu-wrap {
  background: #171717;
  border-radius: 10px;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -44px;
}
.footer-menu .navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-menu .navigation li {
  position: relative;
  padding-right: 33px;
  margin-right: 33px;
}
.footer-menu .navigation li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-menu .navigation li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #606060;
  font-weight: 600;
}
.footer-menu .navigation li:last-child::before {
  display: none;
}
.footer-menu .navigation li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-menu .navigation li a:hover,
.footer-menu .navigation li.active a {
  color: #f79421;
}
.footer-search {
  width: 425px;
  margin-left: auto;
}
.footer-search form {
  position: relative;
}
.footer-search form input {
  width: 100%;
  background: #212121;
  font-size: 13px;
  color: #fff;
  padding: 15px 75px 15px 28px;
  border: 1px solid #303030;
  border-radius: 22.5px;
  height: 45px;
}
.footer-search form input::placeholder {
  font-size: 13px;
  color: #5d5c5c;
}
.footer-search form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #f79421;
  color: #4f4902;
  font-size: 18px;
  padding: 9px 18px;
  border-radius: 22.5px;
}
.footer-widget .row a {
  color: white;
}
.footer-widget .fw-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.footer-widget .fw-ling li {
  margin-bottom: 7px;
}
.footer-widget .fw-ling li a {
  font-size: 13px;
  color: #9f9f9f;
  transition: 0.3s linear;
}
.footer-widget .fw-ling li a:hover {
  color: #fff;
  margin-left: 5px;
}
.footer-bottom {
  background: #171717;
  padding: 30px 0 30px;
}
.footer-bottom .copyright-text p {
  font-size: 13px;
  color: #9f9f9f;
  margin-bottom: 0;
}
.footer-bottom .copyright-text p span {
  color: #f79421;
}
/* 25. Preloader */
#preloader {
  background-color: #191a1e;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading-center-absolute img {
  max-width: 85px;
}

/* E Harfi Preloader Animasyonu */
.e-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.e-bar {
  height: 20px;
  background-color: #f79421;
  border-radius: 2px;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.e-bar-1 {
  width: 80px;
  animation: pulse 0.8s infinite;
}

.e-bar-2 {
  width: 60px;
  animation: pulse 0.8s infinite 0.25s;
}

.e-bar-3 {
  width: 80px;
  animation: pulse 0.8s infinite 0.5s;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

  .logo {
    width: 200px;
  }

@media screen and (max-width: 640px) {
  .logo {
    width: 150px;
  }
}

.sliderBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  overflow:hidden;
}
.sliderBg .videoOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.sliderBg video {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sliderBg video {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
  }
}

#mainContent {
  position: relative;
  z-index: 9;
  margin-top: 0;
  transition: 0.1s;
}

.slick-track {
  display: flex;
  align-items: center;
}
.slick-slide {
  border-radius: 10px;
}
.coming-movie-thumb a img {
  border-radius: 10px;
  padding: 10px;
}

#hakkimizda-section {
  background: #171717;
  position: relative;
  padding: 100px 0;
}
#hakkimizda-section .section-title {
  margin-top: 200px;
  transition: 0.5s;
}

#hakkimizda-section p {
  color: white;
  text-align: justify;
  margin: 50px 0;
}
#hakkimizda-section a {
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: none;
}

#yapimParallax {
  background: black;
  user-select: none;
  overflow: hidden;
  position: relative;
}

#yapimParallax .yapimParallaxDiv {
  display: flex;
  justify-content: center;
  position: relative;
  height: 150vh;
  background: url("../img/parallax/parallax1.jpg");
  background-size: cover;
  background-position: 0% 0%;
}
#yapimParallax .yapimParallaxOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  backdrop-filter: blur(5px);
}

#yapimParallax .yapimParallaxDiv #oyuncu1 {
  position: absolute;
  width: 105vh;
  left: 39%;
  top: 36%;
  z-index: 8;
}

#yapimParallax .yapimParallaxDiv h1 {
  position: absolute;
  z-index: 6;
  font-size: 22vh;
  filter: drop-shadow(10px 10px 10px black);
  transition: 0.5s;
}

#yapimParallax .yapimParallaxDiv h2 {
  position: absolute;
  z-index: 7;
  font-size: 1.6vh;
  filter: drop-shadow(10px 10px 10px black);
  transition: 1.5s;
}



#yapimParallax .yapimParallaxDiv .yapimTags span {
  margin: 0 2px;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnail_l1 {
  border: none;
  border-radius: 10px;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnail {
  background: #f7f7f7 !important;
  border-radius: 10px;
}

/* Temel stiller - tüm cihazlar için */
main {
    display: flex;
    flex-direction: column;
}

#mainContent {
    flex: 1;
}

@media (max-width: 767.98px) {
    /* Mobil cihazlar için sayfa yapısı */
    body {
        display: block; /* Flex yerine normal akış */
        overflow-x: hidden;
    }
    
    main {
        display: block; /* Mobilde normal akış */
    }
    
    /* Mobil Slider: Tam ekran ayarlaması */
    .slider-area {
        height: 100vh !important; /* Önceki hesaplamayı geçersiz kıl */
        margin-bottom: 0; /* Alt boşluğu kaldır */
    }
    
    #homeSlider {
        height: calc(100vh - var(--header-height)) !important; /* Footer hesaplamadan çıkarıldı */
        position: relative;
    }
    
    .slider-active.swiper-container {
        height: 100%; /* Container\'a tam yükseklik ver */
    }
    
    /* Footer görünümü için düzenleme */
    footer {
        position: relative; /* Mobilde ekranın dışında, scroll edilebilir */
        z-index: 10;
    }

    h2 {
        font-size: 24px !important; /* Mobil için h2 font boyutu */
    }
}

/* Filtreleme Butonları İçin Mobil Düzenlemeler */
@media (max-width: 767.98px) {
    /* Filtreleme butonları için konteyner */
    .filter-buttons-container {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        padding-bottom: 5px;
    }
    
    .filter-buttons-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    /* Filtreleme butonları için satır */
    .filter-buttons-row {
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 10px;
    }
    
    /* Filtreleme butonları */
    .filter-button, .tag-filter-button {
        margin-right: 10px;
        flex-shrink: 0;
        font-size: 13px;
        white-space: nowrap;
        padding: 8px 16px;
    }
    
    .filter-area {
        padding: 15px 0;
    }
    
    /* Eski filtreleme elementlerini gizle */
    .filter-buttons, .tag-filter-wrapper {
        display: none; 
    }
}

/* Filtreleme Butonları Stilleri - Desktop ve Mobil */
.filter-buttons-container {
    width: 100%;
    margin-bottom: 15px;
}

.filter-buttons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-button, .tag-filter-button {
    min-width: auto;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.filter-button.active, .tag-filter-button.active {
    background: #f79421;
    color: #fff;
}

/* Filtreleme Butonları İçin Mobil Düzenlemeler */
@media (max-width: 767.98px) {
    /* Filtreleme butonları için konteyner */
    .filter-buttons-container {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        padding-bottom: 5px;
    }
    
    .filter-buttons-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    /* Filtreleme butonları için satır */
    .filter-buttons-row {
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 10px;
    }
    
    /* Filtreleme butonları */
    .filter-button, .tag-filter-button {
        margin-right: 10px;
        flex-shrink: 0;
        font-size: 13px;
        white-space: nowrap;
        padding: 8px 16px;
    }
    
    .filter-area {
        padding: 15px 0;
    }
    
    /* Eski filtreleme elementlerini gizle */
    .filter-buttons, .tag-filter-wrapper {
        display: none; 
    }
}

/* Mobil cihazlarda taşma sorunlarını gidermek için ek düzenlemeler */
@media (max-width: 767.98px) {
  .container, .container-fluid, .custom-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
  
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  
  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
  
  /* Slider ve içeriği için düzenlemeler */
  .slider-area, .slider-item, .slider-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Header ve menü düzenlemeleri */
  .menu-area, .menu-nav, .navbar-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Tüm bileşenler için genel düzenleme */
  *, *::before, *::after {
    box-sizing: border-box !important;
  }
  
  /* Yatay taşmaları ek olarak engelleme */
  .wrapper, main, footer, header, section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    }
}