@charset "UTF-8";
body {padding:0; margin:0; width:auto; height:auto; overflow-x:hidden;font-family: "DM Sans", sans-serif; background-color: #111;}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


.sitewrap { width:100% ; height:100%; background-color: #111;}
.smallplayer {width: 20%;}




/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  padding-right:4vw;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  
   .image50 {width:90vw; height:auto;}
	
}




/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	font-family: "DM Sans", sans-serif;
  font-weight:300;
  color:#FFF;
  background-color:rgba(0, 0, 0, 0.98);
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
   transition: 0.2s;
   height:50px;
   padding-top:10px;
   padding-bottom:10px;
}
@media screen and (max-width: 40em) {header {
	position:fixed;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

.nav-collapse.opened {
	margin-top:20vh;
  max-height: 9999px;
}

}

.logo {
  padding: 0 5vw;
	margin-top: 15px;
  float: left;
  vertical-align:middle;
	height: 25px;
	transition: 0.2s;
}

.logo img {height:100%;}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0,0.9);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
	
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
  	line-height:60px;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;	
	line-height:20px;

  }
}

.nav-collapse a {
	text-align:center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: none;
  padding: 5vw;
  color: #999;
  width: 100%;
  float: left;
  padding-bottom:30px;
}

.nav-collapse a:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF ;
    -webkit-transition: 0.5s ease;
}

.nav-collapse a:active,
.nav-collapse .active a {
	color:#b4ff00;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid #111;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }

}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
  margin-right:5vw;
}

.nav-toggle:before {
  color: #FFFFFF; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
	    color: #FFFFFF; /* Edit this to change the icon color */
  content: "x"; /* Close icon */

}
			
			
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}			
		

hr.new1 {
  border-top: 1px solid #CCC;
  width:90vw;
}

 /* Loading overlay */
    #loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 1);
      backdrop-filter: blur(15px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      opacity: 1;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    #loading-overlay.hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* GIF */
    #loading-overlay img {
      width: 6vh;
      height: 6vh;
    }

    @keyframes blink {
      0% { opacity: 0; }
      50% { opacity: 1; }
      100% { opacity: 0; }
    }
			
.project_wrap { margin-top:0px; width:100%; padding-left:5vw; ; overflow:hidden;
padding-top:55px; background-color: #111;

-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
			}
	

.image100 {width:90vw; height:auto; margin-bottom:30px;}
.image50 {width:43.7vw; height:auto; margin-bottom:30px; float:left; padding-right:2.5vw;}
.videosmall {width:20.7vw; height:auto; margin-bottom:30px; float:left; padding-right:2.5vw;}
.videomid {width:40.7vw; height:auto; margin-bottom:30px; float:left; padding-right:5vw;}
.videolrg {width: 90vw; height: auto}
.videowrapper {margin-right: 10vw;}
.videowrapper-content {width: 90%; margin-right: auto; margin-left: auto;}
.videosolo {width:40vw; height:auto; margin-bottom:30px; float:left; padding-right:2.5vw; margin-left: 25vw;}
.videosmaller {width:27vw; height:auto; margin-bottom:30px;padding-right:2.5vw; margin-left: 0.7vw;}

.showreel {
  position: relative;
  margin: 60px auto 0;
  width: 100%;
  max-width: 100%;
}


.banner {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 5%;
  background: url('../img/clients.png') repeat-x; /* Use your banner image */
  background-size: auto 100%; /* Make it fit height */
  animation: scrollBackground 20s linear infinite; /* Adjust duration as needed */
}

@keyframes scrollBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0; /* Adjust depending on image width for smooth loop */
  }
}

.showreel video {
  width: 100%;
  height: auto;
  display: block;
}

.showreel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);

}

.showreelcopy {
  float: left;
  width: 40%;
  height: auto;
  margin-left: 5%;
  margin-top: 10%;
}

.showreelbutton {
  position: relative;           /* Needed for pseudo-element positioning */
  width: 150px;                 /* Adjust as needed */
  height: 150px;
  margin-left: 5%;
  margin-top: 40px;
  clear: left;
  background: url("../img/Showreel-Button.png") no-repeat center/contain;
  cursor: pointer;
  overflow: hidden;             /* Ensure pseudo-element doesn’t overflow */
}

/* Pseudo-element for hover image */
.showreelbutton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/Showreel-Button_hover.png") no-repeat center/contain;
  opacity: 0;                   /* Start invisible */
  transition: opacity 0.5s ease; /* Smooth fade */
  pointer-events: none;         /* Allow hover events to pass through */
}

/* Hover state: fade in the pseudo-element */
.showreelbutton:hover::before {
  opacity: 1;
}

.showreel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease; /* Smooth fade */
  opacity: 1;                    /* Default visible */
  pointer-events: auto;          /* Enable interactions */
}

/* Hidden state */
.showreel .overlay.hidden {
  opacity: 0;
  pointer-events: none;          /* Disable interactions while hidden */
}
.banner.hidden {
  opacity: 0;
           /* Disable interactions while hidden */
}


@media screen and (max-width: 40em) {
	
	
	.showreelbutton {          /* Needed for pseudo-element positioning */
  width: 110px;                 /* Adjust as needed */
  height: 65px;
  margin-top: 500px;
          
}
	
	
	.showreelcopy {
  float: left;
  width: 50%;
  margin-top: 7%;
}
	
}


.container {width: 90vw; height:auto; font-size: 0pt; background-color: #111;}

.demo-list{list-style:none;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;}

.demo-list__item{width:48%; float: left;}
.demo-list__itemsmall{width:30%; float: left;}

.heading demo-section__heading {color: #111; height: 0px;}


			
.project img:hover { opacity:0.5; filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;}



.project {
  overflow: hidden;
  width: 42.5vw;
  height: auto;
  float: left;
  margin-right: 5vw;
  opacity: 1;
  transition: all 0.3s ease;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 1pt solid #b4ff00;
  background-color: transparent;
}

@media screen and (max-width: 40em){
  .project {width:90vw;}
}



.thumb {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
	overflow: hidden;
}

.thumb img {
  width: 100%;
  display: block;
}

.project_title {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-left: 0;
}

.project_title h1 {
  font-size: 22px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 10px;
  transition: color 0.3s ease;
}

.project_title h2 {
  font-size: 16px;
  font-weight: 300;
  color: #D5D5D5;
  transition: color 0.3s ease;
}

/* Hover Effect */
.project:hover {
  background-color: #FFFFFF;
}

.project:hover .project_title {
  padding-left: 30px;
}

.project:hover .project_title h1,
.project:hover .project_title h2 {
  color: #000000;
}

h1 {font-size:22px; font-weight:800; color:#FFFFFF;line-height:10px;} h2 {font-size:16px; font-weight:300; color:#D5D5D5;}



.project_description {font-family: "DM Sans", sans-serif; line-height:10px; width:43.7vw; height:auto; margin-top:50px; float:left; margin-bottom:70px; padding-right:2.5vw; color: #fff;}
.project_description h2 {line-height:22px;}
.project_description a { color:#fff; text-decoration:underline;}
.project_description a:hover { color: #D5D5D5; text-decoration:underline;}
.footer {width:90vw; margin-left:auto; margin-right:auto; font-size:18px; font-weight:300; color:#D5D5D5; padding-top:5px; padding-bottom:15px;}


.projectcontainer { margin-top:0px; width:100%; padding-left:5vw; overflow:hidden;
padding-top:55px;

-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.projectcatagory {font-family: "DM Sans", sans-serif; font-size:16px; font-weight:300; color:#999; margin-top:60px; margin-bottom:25px; text-align:center; padding-right:5vw;}
		


@media screen and (max-width: 40em) {
   .image50 {width:90vw; height:auto; padding-right:0;}
	.videosmall {width: 90vw}
	.videosmid {width: 90vw}
   .projectcatagory {margin-top:15px; margin-bottom:45px;}
   .project_description {width:90vw; margin-top:0px; margin-bottom:40px;}
		.demo-list__item{width:100%; }
.demo-list__itemsmall{width:100%; }
}
/* CSS Document */



