body {
font-family: "DM Sans", system-ui;
margin: 0;
padding: 0;
font-size: 10px;
color:white;
background: #000000;
user-select: none; /* Standard syntax */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  -moz-user-select: none; /* Firefox */
}
.iloader {
      width: 149px;
      height: 6px;
      background-color: #888;
      border-radius: 10px;
      overflow: hidden;
    }
.iloader-fill {
      width: 60%;
      height: 100%;
      background-color: #007bff;
      animation: fill 2s ease-in-out infinite;
    }
#green{
  color: #007bff;
  font-weight: bold;
  text-align: left;
}
.movi-card{
  flex: 0 0 auto;
  width: 185px;
  margin-right: 20px;
  scroll-snap-align: start;
}

.modal, .loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color:black;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.loading-modal h2,
.loading-modal p {
  color: white;
}

.modal button {
  margin-top: 10px;
}

.modal, .loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-button{
  z-index: 300;
}
.modal-content, .loading-modal h2, .loading-modal p {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.modal button {
  margin-top: 10px;
}

.modal-content button,
.loading-modal button {
  padding: 10px 20px;
  margin-top: 10px;
}

.modal-content button:hover,
.loading-modal button:hover {
  background-color: #007bff; /* Bootstrap primary color */
}
.modal-content button:hover,
.loading-modal button:hover {
   color: white; /* Text color on hover */
   cursor: pointer; /* Pointer cursor on hover */
   transition: background-color .3s ease; /* Smooth transition */
}



.deleterecent-button i{
  color:#888;
}
.deleterecent-button{
  margin: 0;
background: transparent;
border: solid 1px #1c1c1c9b;
cursor: pointer;
border-radius: 2px;
padding: 5px;
}
.Recent-card{
  background: #1c1c1c9b;
  padding: 4px;
  border-radius: 5px;
  margin-left:5px;
 flex: 0 0 auto;
  width: 150px;
  margin-right: 20px;
  scroll-snap-align: start; 
  transition: transform 0.2s ease-in-out;
}
.hot-card{
  transition: transform 0.2s ease-in-out;
}
.movi-card{
transition: transform 0.2s ease-in-out;
}
.movie-card{
transition: transform 0.2s ease-in-out;
}
.hot-card:hover{
  transform: scale(1.05);
}
.movi-card:hover{
transform: scale(1.05);
}
.movie-card:hover{
  transform: scale(1.05);
}
.Recent-card:hover {
  transform: scale(1.05);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4,4,4,0.884);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.loader .spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
  animation: spin 2s linear infinite;
}
.loader .spinner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-left-color: #f8f8f8;
  border-right-color: #f8f8f8;
  animation: spin 3s linear infinite;
}
.loader .spinner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.store-front{
  font-size:14px;
  max-width: 1200px;
  height: auto;
  background: #f3f4f6;
}
.store-page{
  padding: 20px ;
}
.Appstore-header{
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.appicon{
pointer-events: none;
  width:135px;
  height:135px;
  border-radius: 33px;
  margin-bottom:30px;
}
.Appstore-header-info{
  color:black;
  margin-left: 15px;
  margin-bottom:0;
}
tj{
  font-size:small;
  color:grey;
  
}
.Appstore-header-info h2{
padding: 0;
margin: 0;
}
.logline{
  padding: 0;
  margin:0;
}
.type{
 font-size: 12.5px;
  color:#1a1a1a;
  padding: 0;
  margin-top:10px;
  margin-bottom:0; 
}
.company{
  color:#007bff;
  padding: 0;
  margin:0;
}
.rated{
  font-size:small;
  color:#007bff;
  padding: 0;
  margin-top:10px;
  margin-bottom:0;
}
.apprating{
  font-size:10px;
  color:grey;
  padding: 0;
  margin:0;
}
.apprating i{
  color:gold;
}
.install-btn{
  display: block;
  pointer-events: all;
  margin:5px;
  padding: 11px;
 background:#007bff;
 color:white;
 font-weight:bolder;
 border:none;
 border-radius:10px;
}
.install-btn:hover{
  background:#0069d9;
}
.store-body{
  margin-top:0;
border-bottom: 1px solid #e2e2e2;
}
.audioguide{
  font-size:10px;
  font-weight:bolder;
  color:#0069d9;
  padding: 0;
  margin-top:5px;
  margin-bottom:0;
}
audio{
  margin:0;
  border:none;
  height: 40px;
  background-color: transparent;
  background: transparent;
}
.screenshot-section{
border-bottom: 1px solid #e2e2e2;
}
.screenshot-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}
.screenshot-container::-webkit-scrollbar{ 
  display: none;  /* For Chrome, Safari, and Opera */
}

.screenshot-container img {
pointer-events: none;
  border-radius:20px;
  height: 500;
  width: 290;
  margin: 5px;
}
.title-scs{
  margin-top:5px;
  margin-bottom:3px;
  color:#1a1a1a;
}
.store-description{
  color:#1a1a1a;
}
.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border: none;
    text-align: center;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-logo img {
pointer-events: none;
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.social-icon {
    color: #fff;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s ease;
}
.social-icon:hover {
    color: #007bff;
}
.footer-text {
    max-width: 600px;
    margin: 0 auto;
}
.footer-text p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 0.9em;
}
.disclaimer {
    font-size: 0.8em;
    color: #aaa;
}
@media screen and (max-width: 768px) {
    .footer-content {
        padding: 0 10px;
    }

    .footer-logo img {
      pointer-events: none;
        width: 100px;
    }

    .social-icon {
        font-size: 1.2em;
    }

    .footer-text p {
        font-size: 0.8em;
    }
}
.store-description-images{
  pointer-events: none;
  height: 100%;
            margin: 0;
            display: flex;
justify-content: center; /* Centers horizontally */
            align-items: center;    /* Centers vertically */
        }
#dodo {
            max-width: 100%;
            height: auto;
        }
        
        
.splash-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    padding: 0;
}
.carousel {
    width: 100%;
    height: calc(90% * 1.775); /* Keeps a 9:16 ratio (300x533) */
    max-height: 533px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;  
    margin-bottom: 20px;
    position: relative;
}
.carousel-container {
    display: flex;
    animation: scrollCarousel 12s infinite;
    width: 300px; /* 3 images width */
    height: 533px;
}
.carousel-container img {
  pointer-events: none;
  user-select: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes scrollCarousel {
    0% { transform: translateX(0); }
    33.33% { transform: translateX(-300px); }
    66.66% { transform: translateX(-600px); }
    100% { transform: translateX(0); }
}
.sign-in-btn {
    width: 90%;
    max-width: 350px;
    padding: 15px 20px;
    font-size: 1.2rem;
   background: linear-gradient(48deg, #FC80FC, #FFD300);
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}


.profile-selection {
    display: flex;
    flex-direction: column;
    align-items: center;
  margin-top:0;
  overflow: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
#buff {
pointer-events: none;
    width: 150px;
    margin-bottom: 5px;
}
#buffa {
pointer-events: none;
    width: 90px;
}
.profile-selection h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.profiles {
    display: flex;
    gap: 20px;
}
.profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.profile-box img {
  pointer-events: none;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.profile-box p {
    font-size: 1rem;
    margin-top: 5px;
}
.profile-box.active img {
    opacity: 1;
}
.profile-box.disabled {
    cursor: not-allowed;
}
.profile-box.disabled img {
    opacity: 0.3;
}
/* Media Queries for Responsiveness */
@media (min-width: 768px) {
    .logo {
        width: 200px;
    }

    h2 {
        font-size: 2rem;
    }

    .profile-box img {
        width: 120px;
        height: 120px;
    }
}
@media (min-width: 1024px) {
    .logo {
        width: 250px;
    }

    h2 {
        font-size: 2.5rem;
    }

    .profile-box img {
        width: 140px;
        height: 140px;
    }
}



#terms-container {
    max-width: 800px;
    padding: 20px;
    background-color: #000000;
    border: none;
  }
  #nima-logo {
    pointer-events: none;
    user-select: none;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
  }
  #terms-content {
    color: #666;
    line-height: 1;
  }

#belo{
  margin-top:8px;
  background: #dcdcdc;
  padding: 10px;
  border-radius:10px;
}
#belo a{
  text-decoration-line: none;
  color:#007bff;
}
tu {
    color: #1a1a1a;
    pointer-events: none;
    user-select:none;
}
.authen {
    background-color: #fff;
}
/* General styles for the auth page */
.auth-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}
/* Styles for the form container */
.auth-page > div {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 320px; /* Increased width to accommodate icons */
    text-align: center;
}
/* Styles for the headings */
.auth-page h2 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 1rem;
    color: #333;
}
/* Styles for the input groups */
.input-group {
    position: relative;
    margin-bottom: 1rem;
}
/* Font Awesome icon styles in the input fields */
.input-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #aaa;
    font-size: 1.2rem; /* Ensure icons are visible */
}
/* Styles for the input fields */
.auth-page input {
    width: 83%;
    outline-color: #1a1a1a;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem; /* Adjusted padding for icons */
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}
/* Eye icon styles */
.input-group .fa-eye,
.input-group i.fa-eye-slash {
    right: 10px;
    left: auto; /* Override left positioning */
    cursor: pointer;
}
/* Styles for the buttons */
.auth-page button {
    width: 100%;
    padding: 0.75rem;
    margin: 0.5rem 0;
    border: none;
    border-radius: 4px;
    background: linear-gradient(48deg, #FC80FC, #FFD300);
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
.auth-page button:hover {
    background: #fff;
    color: #FFD300;
    border: solid 0.7px #FFD300;
}
/* Styles for the links */
.auth-page p {
    margin: 0.5rem 0;
    color: #007bff;
    cursor: pointer;
    transition: color 0.3s;
}
/* Styles for the error and message text */
.auth-page p[style="color: red;"] {
    margin-top: 1rem;
    font-size: 0.9rem;
}
.auth-page p[style="color: green;"] {
    margin-top: 1rem;
    font-size: 0.9rem;
}
#plum{
  pointer-events: none;
  user-select: none;
  color:#1a1a1a;
}

         /* <h1 class="piccolo-title">
                <span class="piccolo-char">N</span>
                <span class="piccolo-char">i</span>
                <span class="piccolo-char">m</span>
                <span class="piccolo-char">a</span>
            </h1>*/
.piccolo-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #E52298;
  display: flex;
  justify-content: center;
  align-items: center;
}
.piccolo-char {
  animation: sizzle 1s infinite alternate;
}
.piccolo-char:nth-child(1) {
  animation-delay: 0s;
}
.piccolo-char:nth-child(2) {
  animation-delay: 0.1s;
}
.piccolo-char:nth-child(3) {
  animation-delay: 0.2s;
}
.piccolo-char:nth-child(4) {
  animation-delay: 0.3s;
}
.piccolo-char:nth-child(5) {
  animation-delay: 0.4s;
}
.piccolo-char:nth-child(6) {
  animation-delay: 0.5s;
}
.piccolo-char:nth-child(7) {
  animation-delay: 0.6s;
}
@keyframes sizzle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/* Profile Page Styles */
.profile-container {
  margin-top:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4; /* Light background color */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-radius: 10px; /* Rounded corners */
}
.profile-container h1 {
    font-size: 2.5rem; /* Large font size for the title */
    color: #333; /* Dark color for the title */
    margin-bottom: 20px; /* Space below the title */
}
.profile-container p {
    font-size: 0.9rem; /* Medium font size for text */
    color: #555; /* Medium color for text */
    margin: 10px 0; /* Space above and below paragraphs */
}
.profile-container button {
  width:100%;
    padding: 10px 20px; /* Padding for button */
    font-size: 1rem; /* Font size for button text */
    color: #fff; /* White text color */
    background-color: #1a1a1a; /* Bootstrap primary color */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners for button */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}
.profile-container button:hover {
    background-color: #fff;
    color: #1a1a1a;
    border:solid 0.7px #1a1a1a;
}
.profile-container p.error {
    color: red; /* Red color for error messages */
    font-weight: bold; /* Bold text for emphasis */
}
.subbtn{
 width: 88%;
    padding: 10px 20px; /* Padding for button */
    font-size: 1rem; /* Font size for button text */
    color: #fff; /* White text color */
    background-color: #1a1a1a; /* Bootstrap primary color */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners for button */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */ 
}
.sub-page{
 margin: 10px; 
}
.promo{
  position: absolute;
  z-index: 3000;
  height: 80px;
  width: 150px;
  color:white;
  text-align: center;
  justify-content: center;
  background: transparent;
  right:0;
  margin-right: 20px;
  border-radius: 20px;
}
.promo img{
  width: 100%;
  height: 100%;
}
.adimg{
  margin-top:5px;
border-radius: 5px;
height: 80px;
width: 80px; 
}
.subscription-page {
  max-width: 600px;
  margin: 5px auto;
  padding: 15px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Logo Styles */
.logo {
  text-align: center;
  margin-bottom: 20px;
}
.logo img {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}
/* Input Code Styles */
.input-code {
  margin: 20px 0;
  text-align: center;
}
.input-code h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}
.input-code input {
  outline: black;
  padding: 10px;
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
/* Instructions Styles */
.instructions {
  margin: 20px 0;
}
.instructions p {
  font-size: 16px;
  color: #555;
}
/* Payment Details Styles */
.payment-details {
  user-select:text;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
  margin: 5px 0;
}
.payment-details p {
  margin: 5px 0;
  font-weight: bolder;
  font-size: 16px;
  color: #333;
}
/* Support Styles */
.support {
  margin: 20px 0;
  font-size: 14px;
  color: #777;
}
.support a {
  color: #007bff;
}
.support a:hover {
  text-decoration: underline;
}
/* Error and Message Styles */
.error {
  color: red;
  font-weight: bold;
  text-align: center;
}
.message {
  color: green;
  font-weight: bold;
  text-align: center;
}

.logout-btn {
  background-color: grey; /* Red */
  color: #fff;
  border: none;
  font-weight: bolder;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.logout-btn:hover {
  background-color: #cc0000; /* Darker red */
}

.button-container {
  color:black;
            text-align: center;
            margin: 4.5px;
        }
        #tully {
            padding: 10px 20px;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin: 5 5px;
        }
        .whatsapp {
            background-color: #25D366; /* WhatsApp green */
            color: white;
        }
        .telegram {
            background-color: #0088CC; /* Telegram blue */
            color: white;
        }
        .or {
            margin: 0 6.5px;
            font-weight: bold;
        }

.update-section {
  text-align: center;
  color:#1a1a1a;
  background: #acacac;
  padding: 15px;
  margin-top: 0;
  font-size: 10px;
}
.request-btn {
  background-color: #5271ff;
  color: #fff;
  border: none;
  text-decoration-line: none;
  padding:10px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
}

/* Container for the Browse Component */
.browser-container {
  display:none;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  color:#333;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* User Button Styles */
.user-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}
.user-button:hover {
  background-color: #0056b3;
}
/* Header Styles */
#SubscriptionTimeh2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}
/* Time Left Text Styles */
#SubscriptionTimep {
  font-size: 18px;
  background-color: #e9ecef;
  padding: 15px;
  border-radius: 5px;
  border-left: 5px solid #007bff;
}
/* Responsive Design */
@media (max-width: 600px) {
  .browse-container {
    padding: 15px;
  }
#SubscriptionTimeh2 {
    font-size: 20px;
  }
  #SubscriptionTimep {
    font-size: 16px;
  }
  .user-button {
    padding: 8px 12px;
  }
}


#googlesh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #000000;
  padding: 0 20px;
}
#searchbar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
}
#searchbar input {
  appearance: none;
  outline: none;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
  width: 100%;
}
#searchbar button {
  appearance: none;
  outline: none;
  border: none;
  background-color: #f8f8f8;
  color: #333;
  font-weight: bolder;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#searchbar button:hover {
  background-color: black;
  color:#f8f8f8f8;
}
.search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.result-card {
  display: flex;
  flex:1 1 100px;
  flex-wrap: wrap ;
  align-items: center;
  cursor: pointer;
  width: 200px;
}
.result-card img {
  pointer-events: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s;
}
.result-card img:hover {
  transform: scale(1.1);
}
.result-card h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 0.8rem;
}
.message {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}

.browse-container {
  padding: 7px;
}
.refresh-button-container {
  text-align: right;
  margin-bottom: 20px;
}
.refresh-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #8290ab ;
  font-weight:bolder;
  border-radius: 50px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  z-index: 20000;
  background-color: #00000061;
  padding: 10px 20px;
}
.refresh-button:hover .fa-sync-alt, .refresh-button:active .fa-sync-alt {
  animation: spin 1s linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.category-section {
  margin-bottom: 10px;
}
.category-section h2{
  font-size: 17px;
  margin: 7px;
}
.movie-cards {
  font-family: "San Francisco";
  display: flex;
  overflow-x: auto;
  scrollbar-width: none; 
    -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.movie-card {
  flex: 0 0 auto;
  width: 140px;
  margin-right: 20px;
  scroll-snap-align: start;
  transition: transform 0.2s ease-in-out;
}
.movie-poster {
  pointer-events: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.movie-title {
  margin-top: 8px;
  font-size: 14px;
}
.movie-details {
  font-family: "San Francisco";
  color: #ffffff;
}
.movie-cards::-webkit-scrollbar{
  display: none; 
}
.backdrop {
  pointer-events: none;
  width: 100vw;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: brightness(85%);
}
.details-container {
  display: flex;
  flex-direction: column;
  margin: -150px 20px 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}
.poster {
  pointer-events: none;
  width: 150px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.tagline {
text-align: center;
  font-style: italic;
  color: #cccccc;
}
.overview {
  font-size: 16px;
  line-height: 1.6;
}
.genres,
.casts {
  font-size: 14px;
  color: #bbbbbb;
}
.rating {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.watch-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: black;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.watch-button:hover {
  background-color: #b9b9b9;
}
@media screen and (min-width: 768px) {
  .details-container {
    flex-direction: row;
    align-items: flex-start;
    margin: -150px auto 20px;
    max-width: 80%;
    padding: 20px 30px;
  }
  .poster {
    margin-right: 30px;
  }
  .info {
    flex: 1;
  }
  .title {
    font-size: 32px;
  }
  .rating {
  text-align: center;
}
  .tagline {
text-align: center;
    font-size: 18px;
  }
  .overview {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .details-container {
    max-width: 60%;
  }
  .rating {
  text-align: center;
}
  .title {
    font-size: 36px;
  }
  .overview {
    font-size: 20px;
  }
}
.hot-card{
  flex: 0 0 auto;
  width: 200px;
  padding: 3px;
  border-radius: 5px;
  border:solid 1px #8290ab;
  margin-right: 20px;
  scroll-snap-align: start;
  transition: transform 0.2s ease-in-out;
}
#zixzix{
  padding: 20px;
}
.hot-title{
  text-align: center;
  margin-top: 8px;
  font-weight: bolder;
  font-size: 15px;
}
.from-section{
  display: none;
}
.instructions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  top:0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
}
.instruction-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.instruction-item i {
  color: white;
  font-size: 16px;
}
.instructions span {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .instructions {
    font-size: 16px;
    padding: 15px;
  }

  .instruction-item i {
    font-size: 18px;
  }
}

.series-details {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.series-details .backdrop {
  pointer-events: none;
  width: 100vw;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: brightness(60%);
}
.series-details .details-container {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-top: -80px; /* Lift up the details slightly into the backdrop */
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.series-details .poster {
  width: 120px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
pointer-events: none;
}
.series-details .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.series-details .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.series-details .tagline {
  font-size: 14px;
  font-style: italic;
  color: #ccc;
}
.series-details .rating {
  font-size: 16px;
  margin-bottom: 10px;
}
.seasonsnumber {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.series-details .details-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.series-details .overview {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.series-details .genres,
.series-details .casts {
  font-size: 14px;
  margin-top: 5px;
  color: #aaa;
}
.season-buttons {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the button horizontally */
  justify-content: center; /* Center the button vertically */
  height: 100%; /* Ensure it takes full height of its container */
  gap: 10px;
}
.season-buttons button {
  background-color: white;
  color: black;
  border: none;
  font-weight: bolder;
  padding: 9px 114px;
  border-radius: 5px;
  cursor: pointer;
  outline:none;
  transition: background-color 0.3s;
  
  /* Optional: Add a box shadow for better visual focus */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.season-buttons button:hover {
  background-color: #b9b9b9;
}
.season-buttons .active {
  background-color: #333;
}
.episode-list {
  margin-top: 10px;
  padding-left: 15px;
}
.episode-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.episode-poster {
pointer-events: none;
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 5px;
}
.episode-item h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.episode-item p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #ccc;
}
.play-button {
  align-self: flex-start;
  padding: 10px 20px;
  background-color: white;
  color: black;
  outline:none;
  font-weight: bolder;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 5px;
}
.play-button:hover {
  background-color: #b9b9b9;
}
/* Responsive styles */
@media screen and (min-width: 768px) {
  .details-container {
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
  }
  .poster {
    width: 150px;
    margin-right: 20px;
  }
  .info {
    flex-grow: 1;
    padding-left: 20px;
  }
  .title {
    font-size: 28px;
  }
  .tagline {
    font-size: 16px;
  }
  .overview {
    font-size: 18px;
  }
  .genres,
  .casts {
    font-size: 16px;
  }
  .season-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .episode-item {
    flex-direction: row;
    align-items: flex-start;
  }
  .episode-poster {
    width: 150px;
    margin-right: 15px;
  }
  .episode-item h4 {
    font-size: 16px;
  }
  .episode-item p {
    font-size: 14px;
  }
}


.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000; /* Adjust the background color as needed */
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
.logo-container {
  display: flex;
  align-items: center;
}
.logo {
  pointer-events: none;
  margin:10px;
  max-width: 100px;
}
.header-buttons button {
  outline: none;
  margin-top:7px;
  margin-right:6px;
  border: none;
  background: none;
  cursor: pointer;
}
.header-buttons button i {
  font-size: 18px;
  color:white;
}

#bishop{
  margin-top:50px;
}


#footer2 {
  background-color: #000000;
  color: #aaa;
  padding: 20px;
  text-align: center;
}
#kaka,
#footer2 a{
  text-decoration-line: none;
  color: #007bff;
  font-weight:bolder;
  text-decoration: none;
  text-decoration-color:#007bff;
}
.copyright {
  font-size: 12px;
  margin-bottom: 10px;
}
.disclaimer {
  font-size: 10px;
  margin-bottom: 20px;
}
.disclaimer p {
  margin-bottom: 5px;
}
.quote {
  font-size: 8px;
  font-style: italic;
}
.fa-rat {
  margin-right: 10px;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #1a1a1a;
  text-align: center;
}
.error-page h1 {
  font-size: 20px;
  color: #f8f8f8;
}
.error-page p {
  margin: 10px;
  font-size: 14px;
  color: #f8f8f8;
}

.icard {
  margin: 20px;
    background:linear-gradient(#13B6ED,#1567E4);
    border: none;
    border-radius: 8px;
    padding: 10px;
    max-width: 400px;
  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
}
.icard h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.icard p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.icard .ibutton {
    display: inline-block;
    background-color: #ffff;
    color: #1a1a1a;
    font-weight: bolder;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}


/* General Page Styling */
#video-player-page {
  color: #333;
  height: 100vh;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 0 15px;
}
#video-player-header {
  background-color: #f1f1f1;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.header-title {
  margin: 0;
  font-size: 1.5em;
  color: #333;
}
/* Video Wrapper for Responsiveness */
#video-wrapper {
  margin-top: 20px;
}
#video-wrapper iframe {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Instructions Text */
#video-instructions {
  margin-top: 15px;
  font-size: 10px;
  color: #787878b9;
}
.instructions-text {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.instructions-text i {
  margin-right: 8px;
  color: #888;
}
.fallback-content {
  text-align: center;
  color:#9c3b3b66;
  font-weight: bolder;
  margin-top: 20px;
}
.fallback-image {
  border-radius: 10px;
  pointer-events: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.lazy-image {
  min-height: 100px; /* Adjust as needed */
}
.loaderbot {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}