body {
  font-family: "Audiowide", sans-serif;
  text-align: center;
  margin: 0;
  background-color: black;
  color: white;
  /*background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.526) 1%, rgba(0,0,0,0)),
        url("pict1.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.section{
    margin-bottom: 5vh;
    width:100%;
    /*background-image:
    linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)),
    url("../images/background.jpg");*/
    background-size:cover;
    background-position:center;
    backdrop-filter: blur(20px);
}
/* glass layer */
.section::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  background: rgba(0,0,0,0.35); /* glass tint */

  z-index:0;
}

/* keep content above blur */
.section > *{
  position: relative;
  z-index:1;
}
.nav{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.326), rgba(0, 0, 0, 0));
}

.nav img {
    display: block;
    width: 120px;
    max-width: 40%;
    height: 65%;
    margin: auto;
    padding: 20px;
    transition: 1s;
    /*filter: drop-shadow(0px 0px 6px rgb(81, 0, 255));
    background:
        linear-gradient(to bottom, rgba(21, 0, 255, 0.073) 1%, rgba(0,0,0,0)),
        linear-gradient(to top, rgba(89, 255, 0, 0.115) 1%, rgba(0,0,0,0)),
        linear-gradient(to left, rgba(255, 0, 0, 0.125) 1%, rgba(0,0,0,0));
    backdrop-filter: blur(4px);
    background-color: rgba(7, 7, 7, 0.478);
    box-shadow:  0px 0px 10px 5px rgba(7, 7, 7, 0.11);
    padding-left: 10vh;
    padding-right: 10vh;
    border-radius: 10vh;*/
}
.emergency-text {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  /* Start with a base red */
  color: #ff0000; 
  /* Hook up the animation: name, duration, timing, and loop forever */
  animation: pulse-red 0.7s infinite alternate;
}

@keyframes pulse-red {
  0% {
    color: #ff0000;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  }
  100% {
    color: #ffcc00; /* Switches to a bright amber/yellow */
    text-shadow: 0 0 20px rgba(255, 204, 0, 1);
  }
}
p, h1 {
    color: white;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Audiowide", sans-serif;
}
/* --- Poster & Details Main Container --- */
.poster-container1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  position: relative;
  z-index: 2;
}

/* Poster Image Styling */
.poster-image-wrapper {
  width: 100%;
  max-width: 240px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 15px rgba(229, 9, 20, 0.3);
  transition: transform 0.3s ease;
}

.poster-image-wrapper:hover {
  transform: scale(1.02);
}

.poster-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Info & Description */
.poster-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

/* Custom Tag Pills (Image Style) */
.movie-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(30, 10, 10, 0.6);
  border: 1px solid rgba(255, 0, 0, 0.4);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-family: "Audiowide", sans-serif;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.tag:hover {
  border-color: rgba(255, 0, 0, 0.8);
  background: rgba(180, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
}

.tag i {
  font-size: 12px;
  color: #e50914;
}

/* Description Text */
.description {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 650px;
  font-family: sans-serif; /* Clean, modern body text for readability */
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- Responsive Desktop Layout --- */
@media (min-width: 768px) {
  .poster-container1 {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 35px;
  }

  .poster-info {
    align-items: flex-start;
  }

  .movie-tags {
    justify-content: flex-start;
  }

  .description {
    text-align: left;
  }
}

.poster-container{
  width: 30%;
  max-width: 250px;
  min-width: 150px;
  margin: auto;
  position: relative;
}

.poster-container img{
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  transition: filter 0.3s ease;
}
/*.video-container{
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow:  0px 0px 100px 15px rgba(255, 0, 0, 0.384);
    margin-bottom: 10vh;
    border-radius: 10px;
    transform: scale(0.95);
    transform-origin: center center;
}*/

.video-container {
    position: relative;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    box-shadow:  0px 0px 100px 15px rgba(255, 0, 0, 0.384);

}



/* Invisible overlay covering the video frame */
.video-overlay-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Sits above video controls */
  cursor: pointer;
  background: rgb(0, 0, 0); /* Transparent */
}




.video-container iframe {
    position: absolute;
    top: 0; /* Shifts the iframe up to push out the Google Drive top bar */
    left: 0;
    width: 100%;
    height: 100%;
}
/* Adjust button spacing and icon sizes in control bar */
.plyr__controls .plyr__controls__item[data-plyr="rewind"],
.plyr__controls .plyr__controls__item[data-plyr="fast-forward"] {
  padding: 5px;
}

:root {
  /* Main Accent Color (Play button, progress bar, volume slider) */
  --plyr-color-main: #e50914; /* Netflix Red (change to your site color) */
  /* Control Bar Background */
  --plyr-video-controls-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  /* Control Button Hover Effect */
  --plyr-control-color-hover: #ffffff;
  --plyr-control-icon-size: 18px;
  /* Player Box Radius */
  --plyr-border-radius: 8px;
}

.background{
    margin-top: 25px;
    width: 200px;
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    box-shadow:  0px -10px 40px 0px rgba(4, 0, 255, 0.384);
    /*background: linear-gradient(to bottom, rgb(119, 0, 255) 30%, rgba(0,0,0,0));*/
}
.background1{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    display: block;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%);
    mask-image: linear-gradient(to top, transparent 0%, black 10%);
}
.images{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}
/* Play icon */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 50px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Dark overlay effect */
.image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease;
}

/* Hover effect */
.image-wrapper:hover::after {
  opacity: 1;
}

.image-wrapper:hover .play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
a {
  text-decoration: none;
}






.button{
  display:flex;
  justify-content:center;
  margin-top:40px;
}

.glitch-btn{
  font-family: "Audiowide", sans-serif;
  position:relative;
  padding:10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size:10px;
  color:#fff;
  text-decoration:none;
  border-radius: 20px;
  letter-spacing:3px;
  overflow:hidden;
  transition:0.3s;
  box-shadow:0 0 25px 1px #0026ff7b;
}

/* glitch layers 
.glitch-btn::before,
.glitch-btn::after{
  content:"SHOW ALL";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background: #0f0e0e;
}

.glitch-btn::before{
  color:#ff00ff;
  z-index:-1;
}

.glitch-btn::after{
  color:#00ffff;
  z-index:-2;
}

/* hover glitch animation 
.glitch-btn::before{
  animation:glitch1 0.3s infinite;
}

.glitch-btn::after{
  animation:glitch2 0.3s infinite;
}

.glitch-btn:hover{
  box-shadow:0 0 25px 1px #ff4400;
}*/

@keyframes glitch1{
  0%{transform:translate(2px,-2px);}
  25%{transform:translate(-2px,2px);}
  50%{transform:translate(2px,2px);}
  75%{transform:translate(-2px,-2px);}
  100%{transform:translate(2px,-2px);}
}

@keyframes glitch2{
  0%{transform:translate(-2px,2px);}
  25%{transform:translate(2px,-2px);}
  50%{transform:translate(-2px,-2px);}
  75%{transform:translate(2px,2px);}
  100%{transform:translate(-2px,2px);}
}





@media (max-width: 900px){

.images{
    gap: 20px;
}

.background{
    width: 45%;
    max-width: 200px;
    min-width: 120px;
}
.background h1{
    margin-top: 5px;
    font-size: 12px;

}

.backgroundimage{
    margin-top: 80px;
}

input{
    width: 80%;
}


p, h1 {
    font-size: 14px;
    line-height: 1.5;
}
.emergency-text {
  font-size: 12px;
  line-height: 1.5;
}


footer{
    padding-bottom: 50px;
}

}


.site-footer {
    background: linear-gradient(to bottom, rgba(253, 5, 5, 0.37) 1%, rgba(0,0,0,0));
    box-shadow:  0px 115px 60px 119px rgb(253, 5, 5);
  color: #a0a0a0;
  padding: 40px 20px 20px;
  font-family: "Audiowide", sans-serif;
  border-top: 1px solid rgb(255, 0, 0);
  margin-top: 100px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}

.footer-brand, .footer-links, .footer-share {
  flex: 1 1 250px;
}

.footer-logo img {
  height: 45px;
  width: auto;
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #888;
}

.footer-links h4, .footer-share h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #e50914; /* Streaming red highlight accent */
}

.footer-share p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #1c1c24;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-icons a:hover {
  background-color: #e50914;
  transform: translateY(-3px);
}

.footer-bottom {
  max-width: 1100px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid #1c1c24;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}



/* Parent Div: Responsive overlay container */
#exeOverlay.video-overlay-trigger {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
  width: 100%;
  height: 100%;            /* Fill parent video container */
  min-height: 200px;       /* Fallback height if parent height isn't set */
  background-color: rgba(0, 0, 0, 0.65); /* Dark overlay */
  padding: 16px;           /* Prevents button from touching screen edges on small devices */
  box-sizing: border-box;
}

/* Button Design: Fluid layout using modern viewport units */
#exeOverlay button {
  /* Fluid typography & dynamic padding using clamp() */
  font-size: clamp(0.9rem, 2.5vw, 1.15rem);
  padding: clamp(10px, 2.5vw, 14px) clamp(20px, 5vw, 32px);
  
  /* Touch target safety for mobile (minimum 44px height for accessibility) */
  min-height: 44px;
  max-width: 90%;           /* Prevents overflow on ultra-small screens */
  
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #ffffff;
  background-color: #2563eb; /* Primary blue */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  
  /* Smooth touch response on mobile browsers */
  -webkit-tap-highlight-color: transparent;
}

/* Mobile & Touch Devices Optimization */
@media (hover: hover) and (pointer: fine) {
  /* Only apply hover effects on devices with a mouse cursor */
  #exeOverlay button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  }
}

/* Tap/Click Feedback (Works on both Touch and Desktop) */
#exeOverlay button:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}