@font-face {
	font-family: 'MyriadArabicRegular';
	src: url('../fonts/MyriadArabicRegular.eot');
	src: url('../fonts/MyriadArabicRegular.eot') format('embedded-opentype'),
		url('../fonts/MyriadArabicRegular.woff2') format('woff2'),
		url('../fonts/MyriadArabicRegular.woff') format('woff'),
		url('../fonts/MyriadArabicRegular.ttf') format('truetype'),
		url('../fonts/MyriadArabicRegular.svg#MyriadArabicRegular') format('svg');
}
@font-face {
	font-family: 'NimbusSanLReg';
	src: url('../fonts/NimbusSanLReg.eot');
	src: url('../fonts/NimbusSanLReg.eot') format('embedded-opentype'),
		url('../fonts/NimbusSanLReg.woff2') format('woff2'),
		url('../fonts/NimbusSanLReg.woff') format('woff'),
		url('../fonts/NimbusSanLReg.ttf') format('truetype'),
		url('../fonts/NimbusSanLReg.svg#NimbusSanLReg') format('svg');
}
@font-face {
	font-family: 'NimbusSanLBol';
	src: url('../fonts/NimbusSanLBol.eot');
	src: url('../fonts/NimbusSanLBol.eot') format('embedded-opentype'),
		url('../fonts/NimbusSanLBol.woff2') format('woff2'),
		url('../fonts/NimbusSanLBol.woff') format('woff'),
		url('../fonts/NimbusSanLBol.ttf') format('truetype'),
		url('../fonts/NimbusSanLBol.svg#NimbusSanLBol') format('svg');
}
@font-face {
	font-family: 'nimbussansdotultrligh';
	src: url('../fonts/nimbussansdotultrligh.eot');
	src: url('../fonts/nimbussansdotultrligh.eot') format('embedded-opentype'),
		url('../fonts/nimbussansdotultrligh.woff2') format('woff2'),
		url('../fonts/nimbussansdotultrligh.woff') format('woff'),
		url('../fonts/nimbussansdotultrligh.ttf') format('truetype'),
		url('../fonts/nimbussansdotultrligh.svg#nimbussansdotultrligh') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #121212;
	font-family: 'NimbusSanLReg', sans-serif;
	text-rendering: geometricPrecision;
	font-size: 16px;
	line-height: 24px;
	color: white;
	overflow-x: hidden;
}

header {
	z-index: 1;
	position: relative;
	background-color: #0e0e0e;
}
	nav {
		display: flex;
		height: 59px;
		justify-content: center;
		align-items: center;
		column-gap: 7px;
		font-family: 'MyriadArabicRegular', sans-serif;
	}
		nav a {
			text-decoration: none;
			font-size: 19px;
			line-height: 19px;
			color: white;
			width: 100px;
			text-align: center;
			text-transform: uppercase;
		}

	#socials {
		padding: 10px 0;
		display: flex;
		justify-content: center;
		column-gap: 53px;
		background: #121212;
	}
		#socials img {
			display: block;
			width: 20px;
		}

	section {
		margin-bottom: 75px;
	}
	section:last-child {
		margin-bottom: 0;
	}

		.proj-cover {
			background-color: #0e0e0e;
		}
			.proj-cover img {
				width: 100%;
				display: block;
			}

		.proj-text {
			padding: 75px 40px 60px;
			background-color: #020202;
		}
	
		.proj-cover-hero {
			background: url(../images/website_production_hero_BG-v2.png) top center no-repeat;
			background-size: 1650px auto;
			display: flex;
			align-items: start;
			flex-direction: column;
			padding-bottom: 690px;
		}
			.proj-cover img.watch-now {
				width: 155px;
				margin-top: 55px;
				align-self: center;
			}

			.proj-cover img.hero-title {
				width: 257px;
				margin-top: 65px;
				align-self: center;
			}

			.hero-video-1 {
				width: 340px;
				align-self: center;
				cursor: pointer;
				position: relative;
			}
				img.hero-video-1-screen {
					position: relative;
					z-index: 0;
				}
				img.hero-video-1-play {
					width: 40px;
					border-radius: 2.5px;
					position: absolute;
					z-index: 1;
					bottom: 97px;
					left: 50%;
					margin-left: -20px;
				}

				img.hero-rightstripe {
					width: auto;
					max-width: 375px;
					height: 2px;
					align-self:flex-end;
					margin-top: 38px;
					object-position: -75px;
					transform: rotateZ(180deg);
				}
				img.hero-leftstripe {
					width: auto;
					max-width: 375px;
					height: 2px;
					margin-top: 56px;
					object-position: -75px;
				}

		.proj-cover-hero-2 {
			background: url(../images/website_production_crossroads_BG.png) top center no-repeat;
			background-size: cover;
			background-position: center 5.5vw;
			display: flex;
			align-items: start;
			flex-direction: column;
			padding-bottom: 33.7vw;
		}
			.proj-cover-hero-2 img.hero-title-2 {
				width: 285px;
				align-self: center;
				margin-bottom: 24.8vw;
			}

			.proj-cover-hero-2 iframe {
				align-self: center;
				width: 315px;
				height: 192px;
			}

h1 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 33px;
	background-color: white;
	display: block;
	color: black;
	padding: 5px 5px 0 3px;
	width: max-content;
	font-family: 'NimbusSanLBol';
}
.info h1 {
	font-size: 24px;
	line-height: 15px;
	padding: 8px 0 0;
	margin-bottom: 80px;
	margin-left: 7vw;
}

h2, h3 {
	font-size: 19px;
	line-height: 22px;
}

h2 {
	color: #f4f3ec;
	margin-bottom: 25px;
	font-family: 'NimbusSanLReg', sans-serif;
}

h3 {
	color: #cdccc4;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'nimbussansdotultrligh', sans-serif;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.work section {
	margin-bottom: 0;
}
	.work-banner {
		background: url(../images/website_work_BANNER.png) center no-repeat;
		background-size: cover;
		width: 100%;
		height: 460px;
		display: none;
	}

.work main section,
.info main section {
	background-color: #020202;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info main section {
	padding-top: 91px;
	min-height: 320px;
	position: relative;
	align-items: flex-start;
}
.info-leftstripe {
	width: 383px;
	margin-left: 7vw;
	margin-bottom: 107px;
	display: none;
}
.info-contacts {
	margin-left: 7vw;
	display: flex;
	flex-direction: column;
}
	.info-contacts h2 {
		font-size: 24.5px;
		line-height: 23.5px;
		font-weight: 100;
	}
	.info-contacts a {
		font-size: 12px;
		line-height: 17px;
		font-family: 'nimbussansdotultrligh';
		text-transform: uppercase;
	}

.work-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.work-grid a {
  width: calc(33.3333% - 2px);
  box-sizing: border-box;
}

.work-grid a img {
  width: 100%;
  display: block;
}

.info-bg {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 15px;
	height: 300px;
}

footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 124px;
	color: #cdccc4;
	font-family: 'nimbussansdotultrligh', sans-serif;
	font-size: 16px;
	line-height: 17px;
}
	footer p {
		text-transform: none;
	}

/* TABLET */
@media (min-width: 768px) {
	nav {
		height: 120px;
		column-gap: 57px;
	}
		nav a {
			font-size: 38px;
			line-height: 38px;
			width: 170px;
		}

	#socials {
		padding: 25px 0;
	}
		#socials img {
			width: 41px;
		}

	.proj-text {
		padding: 75px 75px 60px;
	}
		.proj-text p {
			font-size: 20px;
			line-height: 30px;
		}

	.proj-cover-hero-2 img.hero-title-2 {
		width: 36.371vw;
	}

	h1 {
		font-size: 92px;
		line-height: 92px;
		margin-bottom: 73px;
	}

	.info h1 {
		font-size: 65px;
		line-height: 38px;
		padding: 20px 0 0;
		margin-left: 8.5vw;
		margin-bottom: 232px;
	}

	h2, h3 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		margin-bottom: 40px;
	}
	h3 {
		margin-bottom: 40px;
	}

	.work main section,
	.info main section {
		padding-top: 80px;
	}

	.info main section {
		min-height: 728px;
	}

	.info-leftstripe,
	.info-contacts {
		margin-left: 8.5vw;
	}
		.info-contacts a {
			font-size: 30px;
			line-height: 47px;
		}

	.info-bg {
		top: -91px;
		right: -210px;
		width: 482px;
		height: auto;
		object-position: center -25px;
	}

	footer {
		height: 296px;
		font-size: 33px;
		line-height: 35px;
	}
}

/* DESKTOP */
@media (min-width: 1024px) {
	header {
		display: flex;
		padding: 0 205px;
	}
		nav,
		#socials {
			width: 50%;
			align-items: center;
			padding: 0
		}
		nav {
			height: 65px;
			column-gap: 65px;
			justify-content: left;
		}
			nav a {
				font-size: 19px;
				line-height: 19px;
				width: auto;
			}
		#socials {
			column-gap: 27px;
			justify-content: right;
			background: transparent;
		}
			#socials img {
				width: 20px;
			}

	main {
		margin: 0 205px;
	}

	section {
		margin-bottom: 40px;
	}

	.info h1 {
		font-size: 49px;
		line-height: 27px;
		padding: 16px 0 0;
		margin-left: 85px;
		margin-bottom: 46px;
		z-index: 1;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12.5px;
	}

	h3 {
		font-size: 15px;
		line-height: 17.5px;
		text-transform: none;
	}

	.proj-text {
		display: flex;
		padding: 54px 32px 60px 45px;
	}
		.proj-text > * {
			width: 50%;
		}
		.proj-text p {
			text-transform: none;
			font-size: 16px;
			line-height: 24px;
		}

	.proj-cover-hero {
		background-size: 1280px auto;
		padding-bottom: 420px;
	}

	.proj-cover-hero-2 {
		background-size: contain;
		padding-bottom: 14.7vw;
	}
		.proj-cover-hero-2 iframe {
			width: 31.405vw;
			height: 18.611vw;
		}

	h1 {
		font-size: 65px;
		line-height: 65px;
		margin-left: 96px;
	}

	.work-banner {
		display: block;
	}

	.work main {
		margin: 0 133px;
	}
		.work main section,
		.info main section {
			align-items: flex-start;
			padding-bottom: 46px;
		}
			.info-leftstripe {
				display: block;
				margin-left: 85px;
				z-index: 1;
			}
			.info-contacts {
				margin-left: 85px;
				z-index: 1;
				background-color: #020202;
				padding: 10px 15px 10px 0;
			}
				.info-contacts a {
					font-size: 22.5px;
					line-height: 23px;
					text-transform: lowercase;
				}

	.work-grid {
		margin: 0 72px;
	}

	.info-bg {
		z-index: 0;
		right: -45px;
	}

	footer {
		font-size: 16px;
		line-height: 17px;
		justify-content: left;
		padding: 79px 205px 129px;
		align-items: normal;
		height: auto;
	}
}
@media (min-width: 1500px) {
	.proj-cover-hero-2 {
		background-size: cover;
	}


}

/* Video overlay popup */
.video-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.video-overlay iframe {
  width: 90vw;
  max-width: 1200px;
  height: 80vh;
  border: none;
  outline: none;
  box-shadow: none;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  color: white;
  cursor: pointer;
  font-family: sans-serif;
}

/* Fixed 3-column grid */
.work-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 72px;
}

.work-grid a {
  width: calc(33.3333% - 2px);
  box-sizing: border-box;
}

.work-grid a img {
  width: 100%;
  display: block;
}


.video-overlay iframe {
  width: 95vw;
  height: 53.44vw; /* 16:9 ratio */
  max-width: 1200px;
  max-height: 675px;
  border: none;
  outline: none;
  box-shadow: none;
}

@media (orientation: landscape) {
  .video-overlay iframe {
    width: 90vw;
    height: 50.625vw;
  }
}