body {
    color: #ffffff;
    background-color: #4B0101;
}

#loader {
    display: none;
    text-align: center;
    border: 8px solid #f3f3f3; 
    border-top: 10px solid red;
    border-right: 10px solid yellow;
    border-bottom: 10px solid red;
    border-left: 10px solid yellow; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 

/* Link to other Website */
.lnkToPage {
    color: red;
    text-decoration: none;
}
.lnkToPage:hover {
    color: #f5e423;
    text-decoration: underline;
}

.webScrpBox {
    border: 1px solid #ffffff;
}

.webScrpBox, #artcl_cnt {
    background-image: linear-gradient(#000000, #860001);
    color: #fff;
}

.mainWebScrpBox {
  border: 0px;
}

.webScrpBox img {
    border: 1px solid #fff;
}

.webScrpImg {
    text-align: center;
}

.lnkToArtcl, .lnkToArtclWebScrp1 {
    float: right;
    color: #fad039;
    text-decoration: none;
}

.lnkToArtcl:hover, .lnkToArtclWebScrp1:hover {
    text-decoration: underline;
}

p a, li a {
  color: #fad039;
  text-decoration: none;
}

p a:hover, li a:hover {
  text-decoration: underline;
}

.hr-line {
    border-top: 2px solid #ffffff;
    opacity: 0.9;
    width: 75%;
    text-align: center;
}

@media only screen and (max-width: 760px) {
    .webScrpImg {
        width: 100%!important;
    }
  }

  h1,h2,h3,h4,h5,h6 {
    color: #ffffff;
  }

/* Buttons */
.prev-button,
.next-button {
  background-color: #710606; /* Button background color */
  color: #fff; /* Button text color */
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.prev-button {
  padding: 10px 15px 10px 15px;
}
.next-button {
  padding: 10px 15px 10px 15px;
}
.prev-button:hover,
.next-button:hover {
  background-color: #b50f0f;
}
/* End of buttons styling */
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  /* End */
  /* The Modal (background) */

.md-box {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    padding-bottom: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    
  }
  
  /* Modal Content */
  .mdl-cnt {
      
    background-color: #6b1004;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 60%;
    
  }

  /* For showing the trailer in the pop up window */

.cntTrlBox {
	
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .resp-ifrm {
      
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
  }
  
  /* The cls-trl-rcnt-cnt Button */
  .cls-trl-rcnt-cnt {
      
    color: #aaaaaa;
    position: relative;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: auto;
    
  }
  
  .cls-trl-rcnt-cnt:hover,
  .cls-trl-rcnt-cnt:focus {
      
    color: #000;
    text-decoration: none;
    cursor: pointer;
    
  }
  
  @media screen and (max-width: 1024px) {
    
    .mdl-cnt {
        
          padding: 2px;
          width: 99%!important;
    
    }
    
      .movTrl img {
      
          width: 300px;
      
      }
  
  }

  /* Newest movies */

  .mainCnt {
	
    margin: 4px;
    position: relative;
    float: left;
    width: 270px;
    height: 850px!important;
    background-color:rgb(255 0 0 / 25%);
    overflow-y: auto;

  }
  
  .movTrlDscpt h6, p {
    
    margin: 0px;
    padding: 0px;
    
  }
  
  .movTrlmp {
    
    position: relative;
    float: left;
    
  }
  
  .movTrl img, .movTrlmp img {
    
    margin: 8px;
    width: 250px;
    height: 375px!important;
    
  }
  
  .movTrlDscpt {
    
    margin: 8px;
    text-align: center;
    width: 250px;

  }



  .movTrl img:hover, .movTrlmp img:hover {
    
    border: 2px solid #ee0619!important;
    
  }
  
/* Upcoming movies */
  
  .up_mov_box {
     
     margin: 0px;
     padding: 15px;
     float: left;
     color: #fff;
     height: 95%;
     border: 1px solid #1e0101;
     background-image: linear-gradient(#000000, #860001);
     overflow-x: hidden;
     overflow-y: auto;
     scrollbar-width: thin; /* for Firefox */
     scrollbar-color: #290105 transparent; /* for Firefox */
     
  }
  
  .up_mov_box p span {
      
      color: #fcca14;
      
  }
  
  .img_up_mov a { 
  
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fcca14;
    
  }
  
  .img_up_mov a:hover { 
  
    border: 1px solid #e71e0a;
    
  }
  
  .dscpt_up_mov {
      
      position: relative;
      float: left;
      width: 100%!important;
      
  }
  
  /* End */
  
  #nthfnd {
      
      color: #fff;
      
  }
/* End */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #290105; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b00415; 
  }
/* Slide show */
.bannerslideshow {
  overflow: hidden;
  width: 100%;
  height: 80vh; /* height of the banner */
  position: relative;
  background-color: #2c0303;
}

.slide {
  width: 100%;
  height: 100%; /* Adjusts the height of the slide to fill the container */
  position: absolute;
  transition: opacity 0.5s ease-in-out; /* Add animation transition */
  overflow: hidden; /* Hide any overflow */
}

.slide img {
  width: 100%;
height: 100%;
  object-fit: none; /* Do not scale the image - CSS rule for not scaling the image */
  object-position: center; /* Center the image within its container */
}

.slidenavbtns {
  background-color: #2c0303;
}

.exp_ttl {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px; /* Add padding for better visibility */

  /* Add relative units for positioning */
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide h2 {
  font-size: 45px!important;
  font-weight: bold;
  color: #ae000c;
}

.exp_ttl span {
  /* Styles for the text inside the h2 */
  text-stroke: 1px yellow; /* Add stroke to the text */
  -webkit-text-stroke: 1px red; /* For older versions of WebKit browsers */
  animation: glow 2s infinite alternate; /* Apply the glow animation to the text */
}

@keyframes glow {
  0% {
      text-shadow: 0 0 5px red; /* Initial text-shadow */
  }
  100% {
      text-shadow: 0 0 20px red; /* Final text-shadow */
  }
}
/* For the text on images */
.img_one {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px; /* Add padding for better visibility */

/* Add relative units for positioning */
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inscpt_on_img {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px; /* Add padding for better visibility */

  /* Add relative units for positioning */
  top: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide h2.knTTL {
  font-size: 50px!important;
  letter-spacing: 0.1em; /* Add spacing between each letter */
  font-weight: bold;
  color: #ae000c; /* #ae000c */ 
}

.inscpt_on_img span.knPIC, .img_one span.knPIC {
  /* Styles for the text inside the h2 */
  text-stroke: 1px yellow; /* Add stroke to the text */
  -webkit-text-stroke: 1px red; /* For older versions of WebKit browsers */
  animation: glowIMG 1s infinite alternate; /* Apply the glow animation to the text */
 }

@keyframes glowIMG {
  0% {
      text-shadow: 0 0 5px red; /* Initial text-shadow */
  }
  100% {
      text-shadow: 0 0 20px red; /* Final text-shadow */
  }
}
/* End of slide show */
/* Swiper styling */
:root {
    --swiper-pagination-color: #b20a0a!important;
  }
:root {
    --swiper-navigation-color: #FF5733!important; /* Set your desired color */
}
.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
/* End of swiper styling */
/* Scroll to top button */
#scrollToTopButton {
  display: none;
  position: fixed;
  width: 50px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#c70616;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  z-index: 9999;
}
#scrollToTopButton:hover {
  background-color: #f70505;
}
/* End Scroll to top button */
/* Cookie consent buttons */
#c-p-bn, #s-all-bn {
  background-color: rgb(16, 152, 81)!important;
}
#c-s-bn, #s-rall-bn {
  background-color: rgb(186, 17, 17)!important;
}
.c-bn, .c-bn.c_link span {
  color: #ffffff!important;
}
#s-sv-bn {
  color: #000000!important;
}
/* End */
/* Animated movie roll */
.animatedMovieRoll {
  width: 90%;
  height: 40px; /* Set the container height to 50px */
  background-image: url('../img/movie-roll.png'); /* The movie roll PNG */
  background-repeat: repeat-x; /* Repeat the background horizontally */
  background-size: auto 40px; /* Scale image to 50px height, keeping width proportional */
  text-align: center;
  opacity: 0.7;
}
/* End */
/* Sidbar nav */
/* Style the links inside the sidenav */
/* Style the sidebar container */
#mySidenav {
  position: fixed; /* Fix the sidebar on the screen */
  top: 50%; /* Position it in the middle vertically */
  transform: translateY(-50%); /* Move it up by half of its own height to center */
  z-index: 999;
}

/* Style the links inside the sidenav */
#mySidenav a {
  position: relative; /* Use relative positioning for the links */
  left: -20px; /* Keep them initially hidden */
  transition: 0.3s; /* Smooth hover transition */
  padding-top: 15px;
  padding-left: 22px;
  padding-right: 0px;
  padding-bottom: 15px;
  width: 75px;
  text-decoration: none;
  color: white;
  border-radius: 0 5px 5px 0;
  display: block; /* Make each link a block element */
  margin-bottom: 5px; /* Add some spacing between links */
}

/* When hovered, reveal the sidebar links */
#mySidenav a:hover {
  left: 0;
}

#mySidenav .fa-brands, .fab {
  font-size: 40px;
}
/* Specific background colors for the links */
#instagram-sdbr {
  background-color: #f908b4;
}

#fb-sdbr {
  background-color: #2196F3;
}

#yt-sdbr {
  background-color: #f44336;
}

#x-sdbr {
  background-color: #252222;
}

#tiktok-sdbr {
  background-color: #252222;
}

/* End */
/* Animated Button */
.glow-on-hover {
  width: 50%;
  height: 90px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #300101!important;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #300101!important;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
/* Screen smaller then 565px */
@media screen and (max-width: 565px) {

  .mainCnt, .movTrlmp {
    margin: 15px auto;
    text-align: center!important;
    float: none!important;
  }

  .mainCnt {
    height: auto!important;
  }

  .glow-on-hover {
    width: 100%;
    height: 100px;
  }

  /* Style the links inside the sidenav */
#mySidenav a {
  position: relative; /* Use relative positioning for the links */
  left: -20px; /* Keep them initially hidden */
  transition: 0.3s; /* Smooth hover transition */
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  width: 42px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
  display: block; /* Make each link a block element */
  margin-bottom: 5px; /* Add some spacing between links */
  }

  #mySidenav .fa-brands, .fab {
    font-size: 25px;
  }

}
/* Red button - Call to action */
.showMoreBtn {
  display:inline-block;
  background-color:#a31216;
  color:#fff;
  padding:0.85rem 1.4rem;
  border-radius:10px;
  font-weight:600;
  font-size:1rem;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(0,0,0,0.25);
  transition:background-color 0.3s ease;
}
.showMoreBtn:hover {
  background-color:#c4161c;
}
/* Subpage - Series */
.card {
  border: 1px solid #1e0101;
  background-image: linear-gradient(#000000, #860001);
  color: #fff;
}
  .card-subtitle {
      color: #636160!important;
}
/* Review Stars Generator */
  .star { 
  color: gold;
  font-size: 30px;
}

/* Styling the Series Webpage */
.md-box {
	
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  padding-bottom: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

.hddnDiv {

  display: none;

}

#srsTtl, #srsDscpt, #rtngSrs {

  color: #fff;
  padding-left: 15px;
  padding-right: 15px;

}

#srsTtl {

  font-size: 22px;
  color: #fcca14;

}

#srsDscpt {

  padding-bottom: 5px;

}

#rtngSrs {

  padding-bottom: 15px;
  color: #fcca14;

}/* Google Translator */body > .skiptranslate {    display: none;}.goog-te-banner-frame.skiptranslate {    display: none !important;    } body {    top: 0px !important;     }/*@media print {  #google_translate_element {display: none;}}*/.goog-te-combo {	width: 170px;	height: 40px;	background-color: #9c2017!important;	color: #fff!important;	border: 1px solid #78120d!important;}   

/* Image styling */

.series_ctg_img {
	
  font-size: 14px;
  border: 1px solid #fff;
  background-color: #4a0000!important;
	
}

.series_ctg_img:hover {
	
  border: 1px solid red;	
  -webkit-transition: background-color 0.5s ease-in-out!important;
  -moz-transition: background-color 0.5s ease-in-out!important;
  -o-transition: background-color 0.5s ease-in-out!important;
  transition: background-color 0.5s ease-in-out!important;
	
}

/* Modal Content */
.mdl-cnt {
	
  background-color: #6b1004;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 60%;
  
}

/* The cls-series-modal Button */
.cls-series-trailer-box {
	
  color: #aaaaaa;
  position: relative;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: auto;
  
}

.cls-series-trailer-box:hover,
.cls-series-trailer-box:focus {
	
  color: #000;
  text-decoration: none;
  cursor: pointer;
  
}

/* Box with series within the carousel */

.series_box {
   
   margin: 0px;
   padding: 15px;
   float: left;
   color: #fff;
   height: 95%;
   border: 1px solid #1e0101;
   background-color: #360101;
   overflow-x: hidden;
   overflow-y: auto;
   scrollbar-width: thin; /* for Firefox */
   scrollbar-color: #290105 transparent; /* for Firefox */
   
}

.series_box p span {
	
	color: #fcca14;
	
}

.img_series img:hover {
	
	border: 1px solid #fcca14!important;
	
}

.img_series {
	
	position: relative;
	width: 100%;
	text-align: center;
	
}

.img_series img { 

  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.dscpt_series {
	
	position: relative;
	float: left;
	width: 100%!important;
	padding-top: 15px;
	
}

/* Styling of the search results */

.srch_series_box {
   
   margin: 0px 10px 0px 10px;
   padding: 15px;
   width: 300px!important;
   height: 500px!important;
   float: left;
   color: #fff;
   overflow: hidden;
   border: 1px solid #1e0101;
   background-color: #360101;
   overflow-x: hidden;
   overflow-y: auto;
   scrollbar-width: thin; /* for Firefox */
   scrollbar-color: #290105 transparent; /* for Firefox */
   
}

.srch_series_box p span {
	
	color: #fcca14;
	
}

/* End */ 

/* Back to search results button */

#backBtnSeries {
	
	background-color: #BE1414;
	color: #fff;
	z-index: 9999;
	
}

#backBtnSeries:hover {
	
	background-color: #D62020;
	
}

@media screen and (max-width: 1024px) {
  
  .mdl-cnt {
	  
	padding: 2px;
	width: 99%!important;
  
  }
  
}

/* Navigation (updated for Bootstrap dropdown + hamburger) */

.topnav {
  /* allow dropdown to overflow the bar */
  overflow: visible;
  background-color: #2c0303;
}
/* clearfix so floats define the bar height */
.topnav::after {
  content: "";
  display: table;
  clear: both;
}

/* Base links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #b11212;
  color: white;
}

/* Burger icon (shown only on small) */
.topnav .icon {
  display: none;
}

/* --- Filmy dropdown (Bootstrap 5) --- */

/* Align dropdown container like other links */
.topnav .topnav-dropdown {
  float: left;
  position: relative;
  display: block;
}

/* Toggle styled exactly like .topnav a */
.topnav .topnav-dropdown > .dropdown-toggle {
  display: block;
  padding: 19px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #f2f2f2;
  background: transparent;
  line-height: 1;
}

/* Hover/focus parity */
.topnav .topnav-dropdown > .dropdown-toggle:hover,
.topnav .topnav-dropdown > .dropdown-toggle:focus {
  background-color: #ddd;
  color: #000;
  text-decoration: none;
}

/* Active/open parity */
.topnav .topnav-dropdown.show > .dropdown-toggle {
  background-color: #b11212;
  color: #fff;
}

/* Bootstrap caret inherits color and aligns nicely */
.topnav .topnav-dropdown > .dropdown-toggle::after {
  margin-left: .35rem;
  vertical-align: middle;
  border-top-color: currentColor;
}

/* Dropdown panel styled to match the bar */
.topnav .dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 180px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #2c0303;
  z-index: 1000;
}

/* Dropdown items */
.topnav .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  color: #f2f2f2;
  white-space: nowrap;
}
.topnav .dropdown-menu .dropdown-item:hover,
.topnav .dropdown-menu .dropdown-item:focus {
  background-color: #ddd;
  color: #000;
}

/* -------- Mobile: collapsed (≤600px) -------- */
/* When collapsed (before tapping burger), hide everything except the first link and burger icon.
   Include the dropdown block so it collapses consistently. */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) { display: none; }
  .topnav .topnav-dropdown { display: none; }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* -------- Mobile: expanded (≤600px) -------- */
/* When .responsive is toggled on the container, stack links and make dropdown open inline. */
@media screen and (max-width: 600px) {
  .topnav.responsive { position: relative; }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .topnav-dropdown {
    display: block;      /* show dropdown in the stack */
    float: none;
    width: 100%;
  }
  .topnav.responsive .topnav-dropdown > .dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  /* Dropdown panel becomes part of the flow, full width; shown only when .show is applied by Bootstrap */
  .topnav.responsive .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #2c0303;
    display: none;
  }
  .topnav.responsive .topnav-dropdown.show .dropdown-menu {
    display: block !important;
  }
}

/* Nav darf Dropdowns nicht abschneiden */
.topnav { overflow: visible; }
.topnav::after { content:""; display: table; clear: both; }

/* Filmy-Dropdown im Hamburger-Flow anzeigen */
@media screen and (max-width: 600px) {
  /* vor Burger-Klick: ausblenden – wie die anderen Links */
  .topnav .topnav-dropdown { display: none; }

  /* nach Burger-Klick: als Block einreihen */
  .topnav.responsive .topnav-dropdown {
    display: block;
    float: none;
    width: 100%;
  }
  .topnav.responsive .topnav-dropdown > .dropdown-toggle {
    width: 100%;
    text-align: left;
  }

  /* WICHTIG: wird von Bootstrap via .show sichtbar geschaltet */
  .topnav.responsive .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #2c0303;
    display: none; /* Grundzustand mobil: zu */
  }
  .topnav.responsive .dropdown-menu.show {
    display: block !important; /* beim Tap auf „Filmy“ sichtbar */
  }

  /* Optional: aktiver Look wie bei .topnav a.active */
  .topnav.responsive .topnav-dropdown.show > .dropdown-toggle {
    background-color: #b11212;
    color: #fff;
  }
}

