.spinner{width:30px;height:30px;border:4px solid #444;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.item{position:relative}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.search-container{margin-top:20px;text-align:center;width:90%;margin:0 auto;margin-bottom:0}.search-container form{padding:8px;position:relative;display:flex;width:90%;margin:10px auto}.search-container input{flex:1;padding:8px 10px;border:1px solid #666;border-radius:5px;font-size:18px;font-family:'Exo 2',sans-serif}.search-container button{background-color:transparent;border:none;outline:none;padding:8px;cursor:pointer;position:absolute;right:5px}.search-container button i{font-size:20px;color:red}#searchResults{position:absolute;z-index:1000;left:50%;transform:translateX(-50%);width:80%;display:none;margin:0 auto;padding:10px;background-color:rgba(30,30,30,1);border-radius:5px;color:white;font-family:'Exo 2',sans-serif;font-weight:bold}#searchResults ul{list-style:none;padding:0;margin:0}#searchResults li{margin-bottom:5px}#searchResults a{font-weight:bold;text-decoration:none;color:red;font-family:'Exo 2',sans-serif}#searchResults a:hover{text-decoration:underline}#searchResults p{color:red}

.image-contained{width:100%;overflow:hidden}.image-contained img{width:100%;height:auto;display:block}.new-banner{background-color:#3498db;color:#ffffff;padding:15px;text-align:center;font-size:20px;font-weight:bold;font-family:'Arial',sans-serif;border:2px solid #2980b9}.new-banner p{margin:0}.new-banner a{color:#ffffff;text-decoration:underline}.terra{display:flex;justify-content:center;align-items:center;margin-bottom:5px;margin-top:5px}.item{position:relative;display:inline-block}.chapter{position:absolute;top:0;right:0;background-color:rgba(255,0,0,0.7);color:white;padding:5px;border-radius:10px;font-family:'Exo 2',sans-serif;z-index:1}#chapters{text-align:center;margin:10px}h2{font-size:24px;margin-bottom:5px}.dropdown{display:inline-block;position:relative}.dropbtn{background-color:#555;color:white;padding:8px 16px;border:none;cursor:pointer}.arrow{margin-left:5px;font-size:12px}.dropdown-content{display:none;position:absolute;top:100%;left:0;width:120%;background-color:#222;box-shadow:0 8px 16px rgba(0,0,0,0.2);z-index:1}.dropdown-content a{color:white;padding:12px 16px;text-decoration:none;display:block;border-radius:2px}.dropdown-content a:hover{background-color:#ff0000}.dropdown:hover .dropdown-content{display:block}

.chapter-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center}.chapter-list li{background-color:#555;margin:8px;flex:0 1 calc(50% - 16px)}.chapter-list a{text-decoration:none;color:white;font-weight:bold;font-size:16px;display:block;padding:8px 16px;border-radius:5px;transition:background-color 0.3s}.chapter-list a:hover{background-color:#ff0000}#goToTopBtn{display:none;position:fixed;bottom:20px;right:20px;background-color:black;color:white;font-weight:bold;border:none;border-radius:5px;padding:10px 15px;cursor:pointer;transition:background-color 0.3s,color 0.3s}#goToTopBtn:hover{background-color:red;color:white}.chapter-image{width:100%;height:auto;margin:0 auto;display:block}.container{margin:20px}a{color:white;text-decoration:none}.actions{text-align:center}.btn{color:white;text-decoration:none;padding:7px 15px;margin:10px;display:inline-block;border-radius:3px;background:#7a7a7a;transition:0.3s}.btn:hover{background:#ff0000}#introduction{width:85%;margin:0 auto}.about-container{padding:10px;background:linear-gradient(to right,#222,#333);border-radius:8px;color:white;font-weight:bold;max-width:85%;margin:20px auto;font-family:'Exo 2',sans-serif}

body{color:white;background:radial-gradient(circle,#222,#333);margin:0;padding:0;animation:fadeIn 2s ease-in forwards}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.content{width:85%;margin:20px auto 0;flex:1}


nav{font-family:'Exo 2',sans-serif;background:radial-gradient(circle,#333,#222);color:white;display:flex;justify-content:space-between;align-items:center;padding:30px;height:80px;box-shadow:0 2px 6px rgba(0,0,0,0.3)}.image-container{text-align:center;margin-top:20px}.image-container img{width:25%;max-width:100%}.image-container2{text-align:center;margin-top:20px}.image-container2 img{width:30%;max-width:100%}.content{width:85%;margin:0 auto}.watchmenow-info,.safety-info,.reasons-info{margin-bottom:20px}h1,h2,h3,p,li{color:white;font-family:'Exo 2',sans-serif}.button-container{padding:10px 20px;text-align:center;margin:20px 0}.watch-now-button{display:inline-block;padding:10px 20px;background-color:#7a7a7a;color:white;text-decoration:none;font-family:'Exo 2',sans-serif;font-size:1.2rem;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,0.3)}.watch-now-button:hover{background-color:#ff0000;box-shadow:0 6px 12px rgba(0,0,0,0.5)}body::after{content:"";display:block;position:fixed;top:80px;left:0;width:100%;height:calc(100% - 80px);background-color:#333;opacity:.3;z-index:-1}.logo-title-container{display:flex;align-items:center}.logo-container{margin-right:10px;display:flex;align-items:center;height:80px;width:auto}.logo-container img{height:100%;width:auto}.nav-title{display:flex;flex-direction:column;justify-content:center;height:80%;max-height:80px}.nav-title h1,.nav-title p{font-family:'Exo 2',sans-serif;margin:0;text-align:center;white-space:nowrap}.nav-title h1{font-size:calc(4vw);color:white}.nav-title p{font-size:calc(2vw);color:white}nav ul{list-style:none;display:flex;align-items:center;margin:0;padding:0}nav li{display:flex;align-items:center}nav li:not(:last-child){margin-right:30px}nav li a{color:white;text-decoration:none;font-size:1.5vw;min-font-size:16px;font-size:max(min-font-size,1.5vw);transition:color .3s ease}nav li a:hover{color:#ff0000}nav .icons{display:flex;align-items:center}@media screen and (max-width:768px){nav li a{font-size:16px}}nav .nav-links{display:flex;align-items:center}nav .nav-links li{margin-right:10px}.menu-icon{display:none;cursor:pointer;padding:10px}.bar{width:30px;height:3px;background-color:#fff;margin:6px 0}@media screen and (max-width:768px){nav .nav-links ul{display:flex;flex-direction:column;align-items:flex-start}nav .nav-links li{margin-bottom:10px}.menu-icon{display:block}nav ul.show-menu{display:flex}}

footer {
    background-color: radial-gradient(circle, #222, #111); /* Darker gradient for footer */
    padding: 10px 0;
    width: 100%;
    bottom: 0;
    left: 0;
    color: white; /* Changed to white for better contrast */
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links,
.social-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-links a {
    color: white; /* Changed to white for better contrast */
    text-decoration: none;
    font-size: 1.5vw;
    display: block;
    min-font-size: 16px;
    font-size: max(min-font-size, 1.5vw);
}

.footer-links a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: attr(data-icon);
    font-size: 1.5vw;
    margin-right: 5px;
    color: white; /* Changed to white for better contrast */
}

.footer-links a:hover {
    color: #ff0000; /* Red on hover */
}

.social-icons {
    display: flex;
    margin-top: 10px;
}

.social-icons a {
    color: white; /* Changed to white for better contrast */
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #ff0000; /* Red on hover */
}

.footer-nav {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-links a {
        font-size: 16px;
    }
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    color: white; /* Changed to white for better contrast */
    margin-top: 20px;
    font-family: 'Exo 2', sans-serif;
}

.galler {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 2px solid #555; /* Darker border color */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Hides overflowing content */
  background-color: #1c1c1c; /* Dark background color */
  padding: 10px; /* Padding for spacing */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Subtle box shadow */
}

.galler::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent); /* Dimmed shine effect */
  animation: shine 1.5s infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.galler figure {
  flex: 1 0 calc(12.5% - 2%);
  max-width: calc(12.5% - 2%);
  margin: 1%;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5); /* Dark shadow */
  position: relative;
  overflow: hidden; /* Ensure the hover effect stays within bounds */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.galler figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease; /* Smooth scaling */
}

.galler figure:hover {
  transform: scale(1.05); /* Scale up on hover */
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.7); /* Enhanced shadow */
}

.galler figure:hover img {
  transform: scale(1.1); /* Scale the image on hover */
}

@media screen and (max-width: 600px) {
  .galler figure {
    flex: 1 0 calc(25% - 2%);
    max-width: calc(25% - 2%);
  }
}

.galler img {
  width: 100%;
  height: auto;
}

.galler figcaption {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  color: white; /* Better contrast */
  width: 100%;
  word-wrap: break-word;
}

.title {
  margin-top: 10px;
  color: white; /* Better contrast */
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  transition: color 0.3s ease; /* Smooth color transition */
}

.galler figure:hover .title {
  color: #ff0000; /* Change title color on hover */
}


/* Main gallery styling */
.gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: 2px solid #555; /* Darker border color */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Hides overflowing content */
  background-color: #1c1c1c; /* Dark background color */
  padding: 10px; /* Padding for spacing */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Subtle box shadow */
}

/* Shine effect */
.gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent); /* Dimmed shine effect */
  animation: shine 1.5s infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* Gallery figure styling */
.gallery figure {
  flex: 1 0 calc(12.5% - 2%);
  max-width: calc(12.5% - 2%);
  margin: 1%;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5); /* Dark shadow */
  position: relative;
  overflow: hidden; /* Ensure the hover effect stays within bounds */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.gallery figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease; /* Smooth scaling */
}

.gallery figure:hover {
  transform: scale(1.05); /* Scale up on hover */
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.7); /* Enhanced shadow */
}

.gallery figure:hover img {
  transform: scale(1.1); /* Scale the image on hover */
}

/* Media query for small screens (max-width: 600px) */
@media screen and (max-width: 600px) {
  .gallery figure {
    flex: 1 0 calc(33.33% - 2%);
    max-width: calc(33.33% - 2%);
  }
}

.gallery img {
  width: 100%;
  height: auto;
}

/* Figcaption styling */
.gallery figcaption {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  color: white; /* Better contrast */
  width: 100%;
  word-wrap: break-word;
}

/* Title styling */
.title {
  margin-top: 10px;
  color: white; /* Better contrast */
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  transition: color 0.3s ease; /* Smooth color transition */
}

.gallery figure:hover .title {
  color: #ff0000; /* Change title color on hover */
}
