@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800;900&display=swap');

/*Alternative Color: 0fc, 19f2f7, 26fecd*/

html {
	overflow-x:hidden !important;
	scroll-behavior:smooth;
}

body {
	background:#000;
	font-family:"Montserrat", sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:500;
	overflow-x:hidden !important;
	overflow:hidden;
	position:fixed;
}

.sr {
    visibility: hidden;
}

/*-------- Typography ----------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color:#fff;
}

h1 {
	font-size:82px;
	color:#fff;
	float:left;
	font-weight:900;
	line-height:1.1;
}

h2 {
	font-size:60px;
	font-weight:900;
	padding:20px 0 20px 45px;
	border-left:6px solid #19f2f7;
	margin-bottom:60px;
}

h3 {
	font-size:20px;
	color:#19f2f7;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:15px;
}

p {
	line-height:1.8;
	margin-bottom:35px;
}

p a:hover {
	color:#19f2f7;
}

span.text-blue {
	color:#19f2f7;
}

#opening-screen {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:10000;
}

#full-logo {
	width:100%;
	height:100%;
	background:url(../img/full-logo-white.svg) center center no-repeat;
	background-size:230px auto;
	position:fixed;
	display:none;
}

.play-video {
	font-size:16px;
	font-weight:800;
	float:left;
	position:relative;
	padding:0 70px 0 0;
	margin-top:50px;
	color:#fff;
	clear:both;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:48px;
	transition:.25s all linear;
}

.play-video::after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:45px;
	height:45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fff;
	background:url(../img/play-icon.svg) center center no-repeat;
	background-size:20% auto;
	transition:.25s all linear;
}

.play-video:hover {
	color:#19f2f7;
	padding-right:75px;
}

.play-video:hover::after {
	color:#19f2f7;
	background-color:#fff;
}

#logo {
	width:235px;
	height:140px;
	position:fixed;
	top:40px;
	right:40px;
	z-index:1005;
	display:none;
}

#logo img {
	position:absolute;
	width:100%;
	height:auto;
}

/*#logo-black {
	opacity:0;
}*/

#nav {
	position:fixed;
	width:0;
	background:#000;
	height:100%;
	z-index:1002;
	box-sizing: border-box;
	text-align:center;
	top:0;
	left:0;
}

#nav-full-logo {
	width:360px;
	height:auto;
	float:left;
}

#nav ul {
	list-style-type:none;
	width:100%;
	position:absolute;
	text-align:center;
	top:50%;
	margin-top:-190px;
	display:none;
}

#nav ul li {
	display:block;
}

#nav a {
	display:inline-block;
	font-weight:900;
	font-size:60px;
	padding:10px 30px;
	margin-bottom:15px;
	color:#fff;
}

#nav a:hover {
	color:#19f2f7;
	background:#fff;
}

#burger-holder {
	width:50px;
	height:30px;
	left:30px;
	top:30px;
	position:absolute;
}

#menu-btn {
	z-index:1003;
	position:fixed;
	left:0;
	top:0;
	
	width:110px;
	height:200px;
	left:-110px;
}

#menu-btn::after {
	content:"MENU";
	font-size:12px;
	color:#fff;
	position:absolute;
	top:70px;
	left:30px;
	transform: rotate(90deg);
	transform-origin: bottom left;
	font-weight:900;
	letter-spacing:4px;
	transition:.25s all linear;
}

#menu-btn.menuopen::after {
	opacity:0;
}

#menu-btn:hover::after {
	color:#19f2f7;
}

#menu-btn:hover .burger-line {
	background:#19f2f7;
}

.burger-line {
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	width:80%;
	transition:.25s all linear;
}

#burger-2 {
	top:50%;
	margin-top:-1px;
	width:100%;
}

#burger-3 {
	bottom:0;
}

#menu-line {
	width:1px;
	background:#222;
	left:110px;
	height:100%;
	position:fixed;
	z-index:1000;
}

#top-banner {
	max-height:950px;
	min-height:700px;
	width:100%;
	height:800px;
	float:left;
	position:relative;
	overflow:hidden;
	
}

#top-content{
	z-index:10;
	position:absolute;
	width:1400px;
	left:50%;
	margin-left:-700px;
	bottom:105px;
	opacity:0;
}

/*#angle-bottom {
	position:absolute;
	bottom:-1px;
	width:100%;
	height:auto;
	left:0;
	z-index:0;
}*/


.content-wrapper {
	width:92%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

#vid1 {
	position:absolute;
	width:100%;
	height:auto;
	z-index:0;
	object-fit: inherit;
	top:0;
	left:0;
}

#intro-video-wrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	margin-top:-100%;
	opacity:0;
}

#vid-bottom,
#intro-video-wrapper::after {
	content:url(../img/vid-bottom.svg);
	position:absolute;
	bottom:-5px;
	width:102%;
	height:auto;
	left:-1%;
	z-index:2;
}

section {
	width:100%;
	position:relative;
	float:left;
	padding:170px 0;
}

section#case-studies {
	padding-bottom:0;
}

#services {
	margin-top:100px;
	background:url(../img/services.jpg) center top no-repeat;
	background-size:cover;
	height:auto;
}

#services p {
	max-width:585px;
}

#contact {
	margin:0;
	padding:250px 0 300px;
	background:url(../img/contact.jpg) center bottom no-repeat;
	background-size:cover;
	height:auto;
}

#bottom-angle {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}

#contact p {
	font-size:18px;
	margin-bottom:35px;
}

#contact p:last-of-type {
	margin-bottom:50px;
}

#contact p a {
	transition:.5s all linear;
}

span.contact-label {
	font-weight:900;
	font-size:20px;
}

#social {
	width:auto;
	height:auto;
}

#social a {
	width:36px;
	height:36px;
	float:left;
	margin:0 5px 0 0;
	background-repeat:no-repeat;
	background-size:45% auto;
	background-position:center center;
	background-color:#fff;
}

#social a:hover {
	background-color:#19f2f7;
}

a#facebook {
	background-image:url(../img/social/facebook.svg);
}

a#instagram {
	background-image:url(../img/social/instagram.svg);
}

a#vimeo {
	background-image:url(../img/social/vimeo.svg);
}

a#youtube {
	background-image:url(../img/social/you-tube.svg);
}

a#twitter {
	background-image:url(../img/social/twitter.svg);
}

#testimonial {
	padding:200px 0 130px;
}

#featured-work {
	padding-bottom:0;
}

.vid-row {
	margin-bottom:25px;
	width:100%;
	float:left;
}

.vid-row:nth-child(odd) {
	margin-left:0;
}

.vid-row:last-of-type {
	margin-bottom:0;
}

.vid-row a.work-link {
	width:25%;
	float:left;
	height:auto;
	overflow:hidden;
	margin-right:25px;
	position:relative;
}

.vid-row:nth-child(odd) a {
	float:right;
	margin: 0 0 0 25px;
}

.vid-row a img {
	width:100%;
	display:block;
	transition:1s all linear;
}

.vid-row .work-info {
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	opacity:0;
	transition:.4s all linear;
	z-index:10;
	overflow:hidden;
}

.work-title {
	font-size:28px;
	font-weight:800;
	color:#fff;
}

.work-client {
	display:block;
	font-size:20px;
	font-weight:400;
	margin-top:6px;
	color:#19f2f7;
}

.vid-row a.work-link:hover img {
	opacity:.25;
	transform:scale(1.1);
}

.vid-row a.work-link:hover .work-info {
	margin-top:-30px;
	opacity:1;
}

#video-selected {
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	position:fixed;
	z-index:1004;
	display:none;
}

#video-info {
	width:1200px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-382px;
}

#video-info h4{
	font-size:30px;
	font-weight:900;
	margin-bottom:15px;
}

#video-info h5{
	font-size:18px;
	color:#19f2f7;
}

#video-wrapper {
	height:auto;
	width:100%;
	margin-bottom:30px;
}

#work-close {
	width:30px;
	height:30px;
	background:url(../img/close.svg) center top no-repeat;
	background-size:100% auto;
	left:30px;
	top:30px;
	z-index:5;
	position:fixed;
	transition:.25s transform linear;
}

#work-close:hover {
	background-position:center bottom;
	transform: scale(1.1);
}

#case-study-wrapper {
	width:100%;
	height:auto;
	margin:125px auto 0;
	position:relative;
}

#case-holder {
	position:relative;
	float:left;
	width:100%;
	z-index:0;
	overflow:hidden;
	min-height:650px;
	background:#052626;
}

.case-study {
	position:absolute;
	width:100%;
	height:auto;
	overflow:hidden;
	background-position:center top;
	background-size:cover;
	padding:120px 0 160px;
	display:none;
	z-index:10;
	
}

.case-study:first-of-type {
	display:block;
}

.case-study:after,
#case-holder:after {
	content:url(../img/case-bottom.svg);
	width:100%;
	height:auto;
	position:absolute;
	bottom:-5px;
	left:0;
	z-index:0;
} 

.case-study h4 {
	font-size:45px;
	line-height:1.3;
	margin:0;
	font-weight:800;
	color:#19f2f7;
}

.case-study h5 {
	color:#19f2f7;
	font-size:16px;
	font-weight:800;
	font-style:italic;
	text-transform:uppercase;
}

p.case-quote {
	color:#000;
	font-style:italic;
	float:left;
	width:100%;
	font-weight:800;
	background:#fff;
	padding:40px;
	position:relative;
	margin:30px 0 0;
	box-sizing:border-box;
}

p.case-quote:after {
	content:"";
	position:absolute;
	left:40px;
	top:-25px;
	background:url(../img/quote.svg) center center no-repeat;
	background-size:100% auto;
	width:50px;
	height:50px;
}

.col-title {
	width:35%;
	float:left;
}

.col-description {
	width:55%;
	float:left;
	margin-left:5%;
}

.col-2:nth-child(2n+2){
	margin-right:0;
}

#case-number {
	font-size:95px;
	color:#19f2f7;
	position:absolute;
	left:50px;
	top:-45px;
	font-weight:900;
	z-index:10;
}

#case-controls {
	width:auto;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-700px;
	top:-25px;
	z-index:1;
}

#case-left,
#case-right {
	width:50px;
	height:50px;
	display:inline-block;
}

#case-left {
	background:url(../img/arrow-left.svg) center center no-repeat #fff;
	background-size:27% auto;
}

#case-right {
	background:url(../img/arrow-right.svg) center center no-repeat #fff;
	background-size:27% auto;
}

#case-left:hover,
#case-right:hover {
	background-color:#19f2f7;
}

#icon-wrapper {
	width:auto;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	margin-top:19px;
}

.icon {
	width:12px;
	height:12px;
	background:#efefef;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float:left;
	margin:0 10px;
}

.icon.active {
	background-color:#19f2f7;
}

span.featured-quote {
	font-size:45px;
	color:#fff;
	margin:0 auto;
	max-width:950px;
	width:92%;
	font-weight:900;
	display:block;
	text-align:center;
	background:url(../img/quote.svg) center top no-repeat;
	background-size:200px auto;
	padding-top:100px;
	line-height:1.3;
	font-style:italic;
}


@media only screen and (max-width: 1700px) {
	#top-banner {
		max-height:780px;
		min-height:600px;
	}

	.content-wrapper {
		max-width:none;
		width:80%;
	}

	#case-controls,
	#top-content {
		margin-left:0;
		left:10%;
	}

	.work-title {
		font-size:22px;
	}

	.work-client {
		font-size:16px;
	}

}

@media only screen and (max-width: 1400px) {
	#top-banner {
		max-height:600px;
		min-height:500px;
	}

	h1 {
		font-size:72px;
	}

	#top-content {
		bottom:25px;
	}

	h2 {
		font-size:50px;
		padding-left:40px;
		border-left-width: 5px;
		margin-bottom:55px;
	}

	body {
		font-size:15px;
	}

	h3 {
		font-size:18px;
		margin-bottom:12px;
	}

	.vid-row .work-info {
		top:55%;
	}

	.work-title {
		font-size:20px;
	}

	.work-client {
		font-size:14px;
	}

	.case-study h4 {
		font-size:35px;
	}

	p.case-quote:after {
		left:30px;
	}

	p.case-quote {
		padding:30px;
	}

	#logo {
		position:absolute;
		width:180px !important;
	}

	span.featured-quote {
		font-size:35px;
		max-width:750px;
	}

	section {
		padding:120px 0;
	}

	#contact {
		padding:150px 0 100px;
	}

	#contact p {
		font-size:16px;
	}

	span.contact-label {
		font-size:19px;
	}

	.vid-row a.work-link {
		margin-right:20px;
		width:28%;
	}

	.vid-row {
		margin-bottom:20px;
	}

	.vid-row:nth-child(odd) a {
		margin:0 0 0 20px;
	}

	.col-title {
		width:100%;
	}

	.col-description {
		width:100%;
		margin:35px 0 0;
	}

	.case-study {
		padding:90px 0 110px;
	}

	.case-study .play-video {
		margin-top:25px;
	}

	#case-study-wrapper {
		margin-top:100px;
	}

	#nav a {
		font-size:50px;
	}

	#nav ul {
		margin-top:-160px;
	}

	#video-info {
		width:1000px;
		top:50%;
		margin-left:-500px;
		margin-top:-322px;
	}

	#video-info h4{
		font-size:25px;
		margin-bottom:10px;
	}

	#video-info h5{
		font-size:18px;
	}
}

@media only screen and (max-width: 1250px) {
	#intro-video-wrapper {
		margin-top:0 !important;
		opacity:1 !important;
	}

	#top-content {
		opacity:1 !important;
	}

	#logo {
		display:block;
	}

	#menu-btn {
		left:0;
	}

	body {
		position:relative;
	}
}

@media only screen and (max-width: 1100px) {
	#top-banner {
		max-height:550px;
		min-height:400px;
	}

	#vid1 {
		width:110%;
		margin-left:-5%;
	}

	h1 {
		font-size:62px;
	}

	h2 {
		font-size:40px;
		padding-left:35px;
		border-left-width: 4px;
		margin-bottom:50px;
	}

	h3 {
		font-size:17px;
		margin-bottom:9px;
	}

	.case-study h4 {
		font-size:30px;
	}

	body {
		font-size:14px;
	}

	#top-content {
		bottom:4px;
	}

	.play-video {
		margin-top:30px;
		font-size:14px;
	}

	#logo {
		right:25px;
		top:25px;
	}

	#burger-holder {
		width:40px;
		height:25px;
		left:25px;
		top:25px;
	}

	#menu-btn {
		width:90px;
	}

	#menu-btn::after {
		left:25px;
		top:60px;
	}

	#work-close {
		left:25px;
		height:25px;
		width:25px;
		height:25px;
	}

	section {
		padding:100px 0;
	}

	.work-title {
		font-size:18px;
	}

	.work-client {
		font-size:13px;
	}

	.vid-row a.work-link {
		margin-right:15px;
	}

	.vid-row {
		margin-bottom:15px;
	}

	.vid-row:nth-child(odd) a {
		margin:0 0 0 15px;
	}

	.case-study {
		padding:70px 0 90px;
		background-position:20% top;
	}

	#case-holder {
		min-height:300px;
	}

	#case-study-wrapper {
		margin-top:75px;
	}

	#nav a {
		font-size:40px;
	}

	#nav ul {
		margin-top:-140px;
	}
}

@media only screen and (max-width: 1050px) {
	#video-info {
		width:92%;
		position:fixed;
		left:4%;
		top:150px;
		margin-left:0;
		margin-top:0;
	}
}		

@media only screen and (max-width: 900px) {
	#vid1 {
		width:120%;
		margin-left:-10%;
	}

	#top-banner {
		max-height:460px;
		min-height:350px;
	}

	h1 {
		font-size:52px;
	}

	.play-video {
		margin-top:25px;
	}

	h2 {
		font-size:30px;
		padding-left:30px;
		border-left-width: 3px;
		margin-bottom:45px;
	}

	h3 {
		font-size:16px;
		margin-bottom:6px;
	}

	.case-study h4 {
		font-size:25px;
	}

	section {
		padding:90px 0;
	}

	#services p {
		width:85%;
	}

	.work-title {
		font-size:16px;
	}

	.work-client {
		font-size:12px;
	}

	.vid-row a.work-link {
		margin-right:10px;
	}

	.vid-row {
		margin-bottom:10px;
	}

	.vid-row:nth-child(odd) a {
		margin:0 0 0 10px;
	}

	#case-study-wrapper {
		margin-top:50px;
	}

	span.featured-quote {
		font-size:30px;
		background-size:100px auto;
		padding-top:50px;
	}

	.vid-row a.work-link,
	.vid-row:nth-child(odd) a.work-link {
		width:100%;
		margin:0 0 50px 0;
	}

	.vid-row,
	.vid-row:nth-child(odd) {
		width:80%;
		margin-left:10%;
	}

	.vid-row .work-info {
		position:relative;
		top:auto;
		opacity:1 !important;
		float:left;
		margin:20px 0 0 !important;
		text-align:left;
	}

	.vid-row a.work-link:hover img{
		transform:scale(1);
		opacity:.6;
	}

	#video-wrapper {
		margin-bottom:20px;
	}

	#video-info h4 {
	    font-size: 20px;
	    margin-bottom: 8px;
	}

	#video-info h5 {
	    font-size: 16px;
	}

	#testimonial {
		padding:100px 0;
	}
}

@media only screen and (max-width: 700px) {
	#vid1 {
		width:130%;
		margin-left:-15%;
	}

	#top-banner {
		max-height:340px;
		min-height:280px;
	}

	h1 {
		font-size:42px;
	}

	h2 {
		font-size:26px;
		padding-left:25px;
		border-left-width: 2px;
		margin-bottom:40px;
	}

	.case-study h4 {
		font-size:22px;
	}

	.play-video {
		font-size:13px;
		margin-top:20px;
		line-height:35px;
		padding:0 50px 0 0;
	}

	.play-video:hover {
		padding-right:55px;
	}

	.play-video::after {
		width:35px;
		height:35px;
	}

	#logo {
		width:130px !important;
		height:100px;
		top:10px;
		right:10px;
	}

	#burger-holder {
		width:30px;
		height:25px;
	}

	#menu-btn {
		background:rgba(0,0,0,.75);
		left:0;
		top:0;
		width:50px;
		height:45px;
	}

	#menu-btn::after {
		display:none;
	}

	#burger-holder {
		left:10px;
		top:10px;
	}

	#work-close {
		left:10px;
		top:10px;
	}

	#video-info {
		top:100px;
	}

	body {
		font-size:13px;
	}

	section {
		padding:80px 0;
	}

	#services {
		background-position:55% center;
	}

	.work-title {
		font-size:14px;
	}

	.work-client {
		font-size:11px;
	}

	.vid-row a.work-link {
		margin-right:5px;
	}

	.vid-row {
		margin-bottom:5px;
	}

	.vid-row:nth-child(odd) a {
		margin:0 0 0 5px;
	}

	.case-study {
		padding:60px 0 0px;
	}

	p.case-quote {
		padding:15px;
		margin-top:20px;
	}

	p.case-quote:after {
		left:15px;
		width:30px;
		height:30px;
		top:-15px;
	}

	.content-wrapper {
		width:92%;
	}

	.vid-row,
	.vid-row:nth-child(odd) {
		width:92%;
		margin-left:4%;
	}

	#top-content,
	#case-controls {
		left:4%;
	}

	#case-left, #case-right {
		width:36px;
		height:36px;
	}

	#case-controls {
		top:-18px;
	}

	#icon-wrapper {
		margin-top:11px;
	}

	#contact {
		background-position:70% bottom;
		padding:50px 0 100px;
	}

	#social a {
		width:25px;
		height:25px;
	}

	#contact p {
		margin-bottom:20px;
		font-size:15px;
	}

	#contact p:last-of-type {
		margin-bottom:30px;
	}

	span.contact-label {
		font-size:18px;
	}

	#nav a {
		font-size:30px;
	}

	#nav ul {
		margin-top:-120px;
	}
}

@media only screen and (max-width: 500px) {
	#top-banner {
		max-height:280px;
		min-height:200px;
	}

	h1 {
		font-size:36px;
	}

	h2 {
		font-size:20px;
		border-left-width: 1px;
		margin-bottom:35px;
	}

	.case-study h4 {
		font-size:18px;
	}

	.play-video {
		font-size:12px;
		margin-top:15px;
		line-height:25px;
		padding:0 35px 0 0;
	}

	.play-video:hover {
		padding-right:40px;
	}

	.play-video::after {
		width:25px;
		height:25px;
	}

	span.featured-quote {
		font-size:25px;
		background-size:100px auto;
		padding-top:50px;
	}

	section {
		padding:60px 0;
	}

	#vid-bottom, #intro-video-wrapper::after {
		bottom:-3px;
	}

	#testimonial {
		padding:50px 0;
	}
}

@media only screen and (max-width: 400px) {
	#top-banner {
		max-height:250px;
	}

	h1 {
		font-size:30px;
	}

	h2 {
		font-size:18px;
		margin-bottom:30px;
	}

	.case-study h4 {
		font-size:17px;
	}

	body {
		font-size:12px;
	}

	#contact p {
		font-size:14px;
	}

	span.contact-label {
		font-size:17px;
	}

	section {
		padding:50px 0;
	}
}




















