body {
    font-family: 'Montserrat', sans-serif;
}
a{color:#fff; text-decoration: none}
.media a{color:#a81c0b}
.media a:hover{color:#000}
.nominee-subHead{color:#ff5b00; font-size:13px}
.sponsorLogo {
   border:1px solid #ccc;margin-bottom:20px;
}

.ticket-bg-animate {
display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  animation: bgPulse 2s infinite;
  text-align: center;
}

@keyframes bgPulse {
  0%   { background-color: #dc3545; } /* red */
  25%  { background-color: #fd7e14; } /* orange */
  50%  { background-color: #ffc107; } /* yellow */
  75%  { background-color: #20c997; } /* teal */
  100% { background-color: #dc3545; } /* red */
}
/* Button style */
#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background: #a81c0b;
  color: #fff;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, background 0.3s;
}
#scrollTopBtn:hover {
  background: #555;
}
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
.premiere-overlay{    color: #fff;
    position: absolute;
    right: 0;
    background-color: rgb(0, 0, 0, .5);
    font-size: 11px;
    padding: 3px 5px;}
.bgImage .video-wrapper{display: flex
;
justify-content: center;}
.owl-nav{    position: absolute;
    top: -25px;
    right: 10px;}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
     font-size: 35px !important;
    line-height: 20px !important;
    color: #000 !important;
  background: none;
   border: none; 
    margin-left: 2px;
}
.owl-nav button.owl-prev.disabled,
.owl-nav button.owl-next.disabled {
  opacity: 0.4;    /* fade them */
  pointer-events: none; /* ensure can't click */
  cursor: default; /* show default cursor */
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  color: #ff5b00 !important;  /* hover color */
}

/* Remove any default outline */
.owl-nav button.owl-prev:focus,
.owl-nav button.owl-next:focus {
  outline: none;
  box-shadow: none;
}
        .video-overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 1;
        }
        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 3;
         /*   background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(5px); */
        }
        .navbar .nav-link {
            color: white !important;
            font-weight: 500;
			padding-left:5px;
        }
        .navbar .nav-link:hover {
            text-decoration: underline;
        }
        .navbar-toggler-icon {
            filter: invert(1);
        }
       
       .mp4-video-section {
    position: relative;
    overflow: hidden;
    height: 50vh; /* default for desktop */
}
.iffmbreadcrumb{background-color:#eee}
.iffmbreadcrumb a{color:#a81c0b!important}
.mp4-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mute-button{    right: 10% !important;}  
        
.video-controls{}
        .video-popup-section {
            position: relative;
            overflow: hidden;
        }
        .video-popup-section img {
            display: block;
            width: 100%;
            height: auto;
        }
        
.logo-container {
  /*  background: rgba(0,0,0,0.1); */
   
    width: 100%;
}
.guest-carousel .owl-stage-outer{    display: flex
;
    justify-content: center;}
.navbar-container {
 /*  background: rgba(168, 28, 11, 0);   change to your color 
    backdrop-filter: blur(5px); */
    width: 100%;
}
  
.navbar-toggler{background-color:#f9e6dc}
 .video-background {
            position: relative;
            height: 50vh;
            overflow:visible;
        }
.video-background .video-wrapper {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden;
    z-index: 0;
}
.breadcrumbHead{    font-size: 21px;}
 .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190%; /* = 100 * (16/9) to fill height */
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.bgImage{height:40vh !important}
.videoInner .content {
    bottom: 0;
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    top: unset;
    transform: none;
    width: 100%;
}
.bgImage .content{bottom: 0;
    position: absolute;        z-index: 2;
        color: white;
        text-align: center;    top: unset;
    transform: none;
	width: 100%;}
 .content {
            position: absolute;
            z-index: 2;
            color: white;
            text-align: center;
            top:auto;
	 bottom:10%;
           width:100%;
        }
.navbar .dropdown:hover .nav-link{ background-color: #000 !important;}
.navbar .nav-link:hover {
    text-decoration:none !important; 
    background-color: #000;
}
.navbar-toggler-icon{height:1.25em}
.navbar-toggler:focus{box-shadow:none}
.navbar-collapse{    background-color: #000;
    padding: 0 5px;}
.dropdown-item.active, .dropdown-item:active{background-color:transparent !important}
.dropdown-menu{background-color:rgb(0,0,0,1) !important}
.streaming{background-color:#a81c0b;color:#fff}
.max-content{max-width:100%}
.play-button, .play-button:hover {
               position: absolute;
    transform: translate(-50%, -50%);
   
    background-color: transparent;
    border: 0;

  
	right: 0%;
    top: 8%;
 
        }
.iffmbreadcrumb a:hover{background-color:#eee}
.bi-play-fill{width:40px;height:40px;    vertical-align: text-bottom !important;}
 .image-overlay-section {
            position: relative;
            overflow: hidden;
        }

  .image-overlay-section img {
            display: block;
            width: 100%;
            height: auto;
        }
         .overlay-content {
               position: absolute;
    width:100%;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
        }
.btn-iffm-outline{    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 10px 15px;}
.btn-iffm-outline:hover{background-color:rgb(0,0,0,.5);border: 2px solid #fff;}
.btn-iffm-outline-black:hover{background-color:#a81c0b;border-color: #a81c0b;color:#fff}
.btn-iffm-outline-black{    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    padding: 10px 15px;}
.btn-iffm-red-sm{    border: none;
    border-radius: 0;
    background-color: #a81c0b;color:#fff;
    padding: 3px 5px;font-size:12px}
.btn-iffm-red-sm:hover{background-color:#000;color:#fff}
.btn-iffm-outline-white{    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 5px 15px;}.btn-iffm-outline-white:hover{background-color:#a81c0b;border-color:#a81c0b;color:#fff}
.image-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-track {
  display: flex;
  gap: 1rem;
}
.owl-carousel .owl-item img{cursor:pointer}
.carousel-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 80%; /* Mobile: large slide */
}
 .owl-dots {
        display: none;
      }
.carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.carousel-track.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.carousel-track {
  cursor: grab;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.gradientMask1 {
    background: rgb(2, 0, 36);
    z-index: 10;
    background: -moz-linear-gradient(0deg, rgba(2,0,36,.6) 0%, rgba(0,0,1,0.4) 0%, rgba(0,0,0,0) 21%);
    background: -webkit-linear-gradient(0deg, rgba(2, 0, 36, .6) 0%, rgba(0, 0, 1, 0.4) 0%, rgba(0, 0, 0, 0) 21%);
    background: linear-gradient(0deg, rgba(2, 0, 36, .6) 0%, rgba(0, 0, 1, 0.4) 0%, rgba(0, 0, 0, 0) 21%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
}
.textMask {
    position: absolute;
    bottom: 0;
    z-index: 12;
}
.social-icon svg {
        width: 24px;
        height: 24px;
        fill: white;
        transition: fill 0.3s;
    }
    .social-icon:hover svg {
        fill: #ccc;
    }
.dropdown-toggle::after{    margin-left: .1em;
    vertical-align: .15em;}
.iffmbreadcrumb .dropdown-menu{    background-color: rgb(255 255 255 ) !important;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.45);}



/* Hide scrollbar for cleaner look */
.image-carousel::-webkit-scrollbar {
  display: none;
}
.image-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.android-icon{width:30px!important;height:30px!important;vertical-align: bottom}
/* Make placeholder white for all inputs */
input::placeholder {
    color: #ccc !important;
    opacity: .3; /* full opacity */
}

/* Optional: on focus */
input:focus::placeholder {
   color: #ccc !important;
    opacity: .5; /* full opacity */
}
.form-control:focus{box-shadow:none !important}
.iffmbreadcrumb .breadcrumb {
  white-space: nowrap;
  overflow: visible;
}

.iffmbreadcrumb .breadcrumb-item.active {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Ensure dropdown works on hover */
.iffmbreadcrumb .breadcrumb-item.dropdown {
  position: relative;
}

.iffmbreadcrumb .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.iffmbreadcrumb .breadcrumb-item.dropdown:hover .dropdown-menu {
  display: block;
}

.history-years {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;;
  border-bottom: 1px solid #ccc;
}
.history-years a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  margin: 0 1rem;
  transition: color 0.3s;
}
.history-years a.active,
.history-years a:hover {
  color: #c00;
}
.history-section {
  display: none;
  margin: 20px 0;
}
.history-section.active {
  display: block;
}.history-carousel{max-width: 500px;
    margin: auto;}

.member-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
	margin:10px;
}
#memberBio{padding:10px}
/*Modal css */

.modal-body{padding:0}
button.close,.btn-close {
    position: absolute;
    cursor: pointer;
    right: 0px;
    opacity: 1;
    top: -29px;
    color: #fff !important;
    background: #ff423e;
    z-index: 9999;
	pointer-events: auto;
}
.modalimage-overlay {
    position: absolute;
	z-index:10;
    width: 100%;
    height: 100%;
	pointer-events: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 0%, rgb(255 255 255) 0%, rgba(0, 212, 255, 0) 33%);
}
.modal-movieName {
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    font-size: 35px;
}
.moviedetails {
    padding-left: 15px;
}
.fb-share-button {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    height: 19px;
}
.facebook {
    height: auto;
}
.btn-iffm {
    background-color: #f87c56;
    color: #fff;
}
.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
}
.note-warning {
    background-color: #fff1d6;
    border-color: #ffa900;
}
.premier {
    font-size: 15px;
    color: #ff5b00;
    font-weight: 500;
   
}
.modal-heads {
    font-weight: 400 !important;
    color: #000;
}
.moviegenre {
    position: absolute;
    left: 0;
	z-index:100;
    top: -29px;
    background-color: rgba(255, 92, 0, .6);
    color: #fff;
    padding: 5px;
    width: auto;
    font-size: 12px;
}
#filmModal{padding-top:55px}
.modal-backdrop.show {
    background-color: #000;
    opacity: 0.8; /* darker than default */
}
/* Show dropdown on hover on desktop */
@media (min-width: 768px) {
	.modal-backdrop.show {
    background-color: #000;
    opacity: 0.5; /* darker than default */
}
	button.close,.btn-close {top:0px}
	.btn-close{line-height: 10px;}
	#filmModal{padding-top:0px}
	.home-nav li{padding:0 5px}
	    .moviegenre {
        font-size: 17px;
			top: 20px;
    }
	    .facebook {
        height: 30px;
    }
	.bgImage .video-wrapper{display: block;
justify-content: center;    text-align: center;
    background-color: #000;}
	.history-years{
		display:flex; justify-content: center;
	}
		.breadcrumb .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0rem;font-size: .85rem;
        padding: 1px 0;
  }
 
  .carousel-slide {
    width: 30%;
  }
	.iffmbreadcrumb .breadcrumb {font-size:.9rem}
	    .seven-cols .col-md-2 {
        width: 14.285714285714285714285714285714%;
    }
	.mute-button{    right: 4% !important;}  
	.play-button, .play-button:hover {
         right: 1%;
    bottom: 0;
		top:auto;
}

	.max-content{max-width:66%}
	.mp4-video-section {
        height: 85vh; /* shorter on mobile */
    }
	.navbar-collapse{    background-color:transparent;
    padding: 0 5px;}
	.navbar .nav-link:hover {
    text-decoration:none !important; 
    background-color: #000;
}
	 .content {
            position: relative;
            z-index: 2;
            color: white;
            text-align: center;
            top:60%;
            transform: translateY(-50%);
        }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
	.video-background {
            position: relative;
            height: 100vh;
            overflow: visible;
        }
	 .video-background iframe{ position: absolute;
            top: 50%;
            left: 50%;
            width: 120%;
            height: 120%;
            transform: translate(-50%, -50%);
            pointer-events: none;}
	.videoInner{    height: 70vh !important;}
	   .videoInner iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 155%;
        transform: translate(-50%, -40%);
        pointer-events: none;
    }
}
