@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/NexaRegular.eot");
  src: url("../fonts/NexaRegular.eot") format("embedded-opentype"),
    url("../fonts/NexaRegular.woff") format("woff"),
    url("../fonts/NexaRegular.ttf") format("truetype"),
    url("../fonts/NexaRegular.svg#NexaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NixieOne-Regular";
  src: url("../fonts/NixieOne-Regular.eot");
  src: url("../fonts/NixieOne-Regular.eot") format("embedded-opentype"),
    url("../fonts/NixieOne-Regular.woff") format("woff"),
    url("../fonts/NixieOne-Regular.ttf") format("truetype"),
    url("../fonts/NixieOne-Regular.svg#NixieOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EdwardianScriptITC";
  src: url("../fonts/EdwardianScriptITC.eot");
  src: url("../fonts/EdwardianScriptITC.eot") format("embedded-opentype"),
    url("../fonts/EdwardianScriptITC.woff") format("woff"),
    url("../fonts/EdwardianScriptITC.ttf") format("truetype"),
    url("../fonts/EdwardianScriptITC.svg#EdwardianScriptITC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#intro {
  overflow: hidden;
  background-color: #000;
  text-align: center;
}

.intropage {
  -webkit-animation: breath 2s linear;
  animation: breath 2.3s linear;
  position: absolute;
  top: 0;
  max-height: 100vh;
  overflow: hidden;
}

.intropage img {
  width: 100%;
}

@-webkit-keyframes breath {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes breath {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.intro {
  margin-top: 20%;
  z-index: 30;
  position: relative;
  overflow: hidden;
}

.intro .welcome {
  color: #fff;
  font-family: "NixieOne-Regular";
  font-size: 20px;
  line-height: 20px;
  opacity: 0;
  top: -250px;
  transition: all 1.5s;
  position: relative;
}

.intro .welcome-logo {
  padding-top: 10px;
  transform: scale(0);
  transition: all 2s;
}

.intro .mostafa-world {
  color: #e7161c;
  font-size: 65px;
  line-height: 65px;
  margin-top: -5px;
  font-family: "EdwardianScriptITC";
  opacity: 0;
  top: -250px;
  transition: all 1.5s;
  position: relative;
}

.interbtn {
  margin-top: 300px;
  transition: all 1.5s;
  position: relative;
  opacity: 0;
}

.interbtn button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
}

.interbtn button:hover {
  border: 2px solid #e7161c;
}

.interbtn button a {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  text-decoration: none;
  font-weight: bolder;
}

.interbtn button:hover a {
  color: #e7161c;
}

.intro .welcome.welcomedown {
  margin-top: 0px;
  opacity: 1;
  transition: all 1.5s;
  position: relative;
  top: 0;
}

.intro .welcome-logo.logo-zoomin {
  padding-top: 10px;
  transform: scale(1);
  transition: all 2s;
}

.intro .mostafa-world.worldup {
  margin-top: -5px;
  opacity: 1;
  top: 0px;
  transition: all 1.5s;
  position: relative;
}

.interbtn.btndown {
  margin-top: 80px;
  transition: all 1.5s;
  position: relative;
  opacity: 1;
}

.scroll  {
  cursor: s-resize;
}

.scroll::-webkit-scrollbar {
  width: 7px;
}

.scroll::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.header {
  text-align: center;
  position: absolute;
  z-index: 30;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0) 95%
  );
  opacity: 1;
  transition: all 0.5s;
}

.navbar {
  justify-content: center;
}

.toplogo {
  margin-top: 3%;
}

.navbar-brand {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-family: "NixieOne-Regular";
  text-transform: uppercase;
  font-size: 19px;
  line-height: 20px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #e7161c;
  /* text-decoration: underline; */
  border-bottom: solid 2px #e7161c;
  font-weight: bolder;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #e7161c;
  /* text-decoration: underline; */
  border-bottom: solid 2px #e7161c;
  font-weight: bolder;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

#showreel {
  text-align: center;
}

#myVideo {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  /* background-image: / our video / ; */
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
}

.effect {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  mix-blend-mode: overlay;
  overflow: hidden;
  height: 100%;
  display: none;
}

.showreel iframe
{
  height: 550px;
  width: 100%;
}


/* .effect img {
  width: 100%;
  height: 100%;
} */

.film-info {
  margin-top: 24%;
  z-index: 20;
  position: relative;
  text-align: center;
}

.title-home {
  font-family: "NixieOne-Regular";
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 15px;
}

.directedby {
  font-family: "NixieOne-Regular";
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}

.directedby span {
  font-size: 12px;
  line-height: 12px;
}

.scrolldown {
  font-family: "NixieOne-Regular";
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 100px;
}

.scrolldown img {
  display: block;
  padding-top: 15px;
  margin: auto;
  width: 10px;
  animation: scroll_indicator 0.5s infinite alternate ease-in-out;
}

@keyframes scroll_indicator {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(5px);
  }
}

.work-pagetitle {
  color: #fff;
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-size: 20px;
  line-height: 22px;
}

.work-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}

.work-item {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100);
}

.work-item:hover {
  transition: all 0.5s;
  filter: grayscale(0);
}

.work-category {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.work-titleshow {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  z-index: 30;
}

.work-item:hover .work-titleshow {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}

.work-title {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  border-bottom: solid 1px #fff;
  margin-bottom: 25px;
}

 

.watch   {
  text-align: center;
  width: fit-content;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  border: solid 1px #fff;
  padding: 5px 10px;
  border-radius: 15px;
}

.watch:hover {
  color: #e7161c;
  border: solid 1px #e7161c;
}

.bio {
  color: #fff;
  font-family: "NixieOne-Regular";
  font-size: 16px;
  line-height: 22px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
  margin-top: 30px;
}

.inner-bio {
  color: #fff;
  font-family: "NixieOne-Regular";
  font-size: 16px;
  line-height: 24px;
  padding-left: 13%;
  padding-right: 13%;
  text-align: center;
  margin-top: 30px;
}

.work-pagetitle span {
  color: #e7161c;
  font-size: 32px;
  line-height: 34px;
  display: block;
  letter-spacing: 4px;
  margin-top: 20px;
}

.about-pg {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center center;
  top: 0;
  position: relative;
  width: 100%;
}

.about-pg .work-pagetitle {
  padding-top: 220px;
}

.footer {
  position: absolute;
  padding-bottom: 20px;
  z-index: 30;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.inner-footer {
  position: relative;
  padding-top: 30px;
}

.socialmedia a:hover img {
  filter: brightness(0.5);
}

.socialmedia svg
{
  width: 30px;
  height: 30px;
  fill: #fff;
}
.socialmedia .imdb svg
{
  width: 50px;
  height: 50px;
  fill: #fff;
}

.socialmedia svg:hover
{
  fill: #e7161c;
}


.footer-text {
  font-family: "NixieOne-Regular";
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  margin-top: 10px;
}

.newsmaincontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.news-item {
  width: calc(50% - 20px);
  margin-top: 20px;
  margin-right: 20px;
}

.news-img {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.news-img img {
  transition: all 0.5s;
  width: 100%;
}

.news-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}

.title-date-main {
  width: calc(80% - 10px);
  margin-right: 10px;
}

.title-date-main h2 {
  color: #e7161c;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-weight: 600;
}

.title-date-main h6 {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
}



.title-date {
  width: calc(80% - 10px);
  margin-right: 10px;
  margin-top: 25px;
}

.title-date h2 {
  color: #e7161c;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-weight: 600;
}

.title-date h6 {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
}

.news-readmore button {
  background-color: transparent;
  border: solid 1px #e7161c;
  border-radius: 10px;
  line-height: 0;
  padding: 3px 5px;
}

.news-readmore button:hover {
  border: solid 1px #fff;
}
.news-readmore button a {
  color: #e7161c;
  font-weight: 600;
  font-family: "NixieOne-Regular";
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-readmore button:hover a {
  color: #fff;
}

.news-inner-container {
  padding: 30px 15px;
}

.news-image {
  position: relative;
  padding: 15px 0px;
  overflow: hidden;
  max-height: 400px;
}

.news-image img {
  width: auto;
}

.news-textbody {
  font-family: "NixieOne-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 25px;
}

.news-pagetitle {
  color: #fff;
  padding-top: 220px;
  text-align: center;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-size: 20px;
  line-height: 22px;
}

.producer-container {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}

.producer-item {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  filter: grayscale(0);
}

.producer-item:hover {
  transition: all 0.5s;
}

.producer-item:hover .work-titleshow {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}

.producer-item .work-titleshow {
  width: 75%;
}

.bg-effect {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 95%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 95%);
  transition: linear 0.5s;
}


.producer-item:hover 
.bg-effect {
  transition: linear 0.5s;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 75%);
} 

.director {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  margin-top: 10px;
}

.producer {
  font-size: 16px;
  line-height: 20px;
  color: #e7161c;
  text-align: center;
  text-transform: uppercase;
  font-family: "NexaRegular";
  margin-top: 3px;
  font-weight: 600;
}

.dop-mainpage
{
  background-color: #0f1016;
  min-height: 80vh;
}

.dop-footer {
  position: relative;
  padding-top: 30px;
  background-color: #0f1016;
}

.showreel
{
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  padding: 10px;
  border-radius: 5px;
}

.controls button {
  cursor: pointer;
  background-color: transparent;
  margin: 0 3px;
  padding: 0px;
  border: none;
}

.controls button img {
 max-width: 22px;
}

#trailer
{
  position: relative;
  z-index: 4;
  bottom: 0;
  top:0;
  right:0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.dop-film-info
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 0 10px 0;
  align-items: center;
}

.dop-film-info .award-section img 
{
  max-width: 200px;
}

.filmtitle h1
{
  color: #fff;
  text-transform: uppercase;
  font-family: "NixieOne-Regular";
  font-size: 26px;
  line-height: 26px;
}

.filminfon
{
  color: #fff;
  text-transform: none;
  font-family: "NixieOne-Regular";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
}

.cinematography
{
  color: #e7161c;
  font-size: 16px;
}

.film-stills
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10px;
}

.film-stills a
{
  width: calc(25% - 10px);
  margin-top: 10px;
  overflow: hidden;
  max-height: 260px;
  margin-right: 10px;
}

.film-stills a img
{
  width: 100%;
 
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  border: solid 1px #e7161c;
}
.ratio-16x9 img {
  min-width: 100%;

}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10px;
}

.spinner-border
{
  display: none;
}

.dop-still
{
  position: relative;
}

.dop-still:hover .hover-effect
{
  opacity: 1;
  mix-blend-mode: color;
}
 
.hover-effect
{
  width: 100%;
  height: 100%;
  background-color: #e7161c;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.btn-close  
{
  opacity: 1;
}
.btn-close svg
{
  fill: #e7161c !important;
}

.carousel-control-next-icon {
   background-image: url('../img/right.svg');
}

.carousel-control-prev-icon {
  background-image: url('../img/left.svg');
}

.awards-mainpage
{
  position: relative;
  height: 100%; 
}

.awards-background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  filter: grayscale(1);
}

.awards-section
{
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

.mainaward0-info img
{
  max-width: 90px;
}

.mainaward0-info h1 {
  color: #e7161c;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  border-bottom: solid 2px #e7161c;
  border-top: 2px;
  width: fit-content;
  margin-top: 15px;
  font-family: "NixieOne-Regular";
  font-weight: 600;
}

.mainaward0-info h6
{
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  width: fit-content;
  margin-top: 15px;
  font-family: "NixieOne-Regular";
}

.mainaward0-info h6 span
{
  font-size: 14px;
}

.awards-maincontainer
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  z-index: 10;
  position: relative;
  padding-bottom: 50px;
}

.awards-item
{
  width: calc(25% - 15px);
  margin-top: 15px;
   
  
}
.awards-item img
{
   filter: grayscale(1);
   max-width: 100%;
  
}
.awards-item:hover img
{
   filter: grayscale(0);
}

.email
{
  margin-top: 100px;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-family: "NixieOne-Regular";
}
.email a
{
  color: #fff;
  text-decoration: none;
}
.email a:hover
{
  color: #e7161c;
}

.contact-socialmedia
{
  margin-top: 25px;
}

.contactpage
{
  min-height: 40vh;
  text-align: center;
}

