@charset "utf-8";
/* CSS Document */
.mainNav {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
}
.headCopyLight {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 3em;
	color: #fff;
}
.headCopyDark {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 3em;
	color: #000;
}
.headCopyLight2 {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	color: #fff;
}
.headCopyDark2 {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	color: #000;
}
.poppins {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.gilroy {
	font-family: 'gilroy';
	font-weight: bold;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 700;
	overflow: hidden
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #88c540;
}
.btn {
	border: 1.5px solid #fff;
	border-radius: 0.75rem;
	padding: 0.75rem 1.25rem;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	color: #000;
	background: #fff;
}
.wrapper {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 300px;
}
.parallax__group {
	position: relative;
	height: 100vh;
	width: 100vw;
	transform-style: preserve-3d;
}
.parallax__group2 {
	position: relative;
	height: 50vh;
	width: 100vw;
	transform-style: preserve-3d;
}
.parallax__layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sky {
	background-size: cover;
	transform: translateZ(-600px) scale(3);
	z-index: 1;
	margin-top: -240px;
}
.bushes {
	background-size: cover;
	transform: translateZ(-525px) scale(2.75);
	z-index: 2;
}
.water {
	background-size: cover;
	transform: translateZ(-400px) scale(2.33333333);
	z-index: 3;
}
.people1 {
	transform: translateZ(80px);
	z-index: 4;
	font-size: 3vw;
	padding-top: 25vw;
	padding-left: 20vw;
	line-height: 1em;
}
.people2 {
	background-size: cover;
	transform: translateZ(-125px) scale(1.4167);
	z-index: 5;
}
.people3 {
	background-size: cover;
	transform: translateZ(0) scale(1);
	z-index: 6;
}
.hero-text {
	background: linear-gradient(rgba(1, 0, 0, 0) 0%, rgba(1, 0, 0, 0.25) 75%, rgba(1, 0, 0, 1) 100%);
	background-size: cover;
	transform: translateZ(0) scale(1);
	z-index: 7;
}
.hero-text12 {
	background: linear-gradient(rgba(1, 0, 0, 0) 0%, rgba(1, 0, 0, 0.25) 75%, rgba(1, 0, 0, 1) 100%);
	background-size: cover;
	transform: translateZ(0) scale(1);
	z-index: 7;
}
.hero-text h2 {
	font-size: 1.25rem;
	position: absolute;
	left: 2.5rem;
	top: 2.5rem;
}
.hero-text ul {
	font-size: 0.75rem;
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
}
.hero-text ul li {
	margin-left: 2.5rem;
	list-style-type: none;
	float: left;
	visibility: hidden;
}
.hero-text ul li:nth-of-type(3) {
	visibility: visible;
}
.info-container {
	background: #fff;
	transform: translateZ(0) scale(1);
	z-index: 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
}
.info-container99 {
	background: #fff;
	transform: translateZ(0) scale(1);
	z-index: 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
}
.info-container2 {
	background: #fff;
	transform: translateZ(0) scale(1);
	z-index: 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
}
.footPano {
	transform: translateZ(0) scale(1);
	z-index: 20;
}
/*.info-container img {
  width: 75%;
  margin-bottom: 2.5rem;
  filter: saturate(0.65);
}

.info-container h2,
.info-container p {
  margin-bottom: 1rem;
}*/
.text-container p:nth-of-type(1) {
	font-weight: 400;
	font-size: 0.75rem;
	margin: 1rem 2.5rem;
}
.text-container p:nth-of-type(2) {
	font-size: 0.6rem;
	margin-bottom: 3rem;
}
@media (min-width: 760px) {
.hero-text ul li {
	visibility: visible;
}
.info-container {
	width: 100%;
	align-items: center;
	text-align: center;
}
.info-container img {
	justify-self: end;
	width: 75%;
}
.text-container p:nth-of-type(1) {
	font-size: 1rem;
	width: 75%;
	margin: 1rem 0;
}
.text-container p:nth-of-type(1) {
	font-size: 0.86rem;
}
}
@media (min-width: 1126px) {
.sky, .bushes, .water, .people1, .people2, .people3, .hero-text {
	background-size: contain;
}
}
.BG1 {
	background-image:url(../images/young-videographer-working-on-video-production-2022-11-09-03-08-10-utc2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-size: cover;
}
.BG2 {
	background-image:url(../images/Video-editing-control-panel-1136792.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-size: cover;
}
#parallax2023 {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-3.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 50%;
}
.hOne {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-family: "Arial";
	text-transform: uppercase;
	opacity: .2;
	font-size: 70px;
}
.colorFFF {
	color: #fff;
}
.color000 {
	color: #000;
}
.vertWrapper {
	display: inline-block;
	white-space: nowrap;
}
.vertBlock {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}
.padding1010 {
	padding: 1em 0 1em 0;
}
.padding1212 {
	padding: 1em 2em 1em 2em;
}
.padding1 {
	padding: 0 1em 0 1em;
}
.padding-3000 {
	padding-top: .3em
}
ul.listT {
	list-style-type: disc;
}
/*  Rollover image styles  */
  .figure {
	position: relative;
	max-width: 100%;
	padding:2em;
}
.figure img.Sirv.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}
.figure:hover img.Sirv.image-hover {
	opacity: 1;
}

.numbersStyle {
	font-size:2em;
	font-weight:bold;
	text-align:center;
}
.vidWork {
	width:580px;
	height:315px;
}
@media (max-width: 991px) {
.headCopyDark {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	color: #000;
}
.vidWork {
	width:100%;
	height:100%;
	padding:1em 0em 1em 0em;
}
.info-container99 {
	background: #fff;
	transform: translateZ(0) scale(1);
	z-index: 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
	margin-top:-17em;
}
.hero-text {
	background: linear-gradient(rgba(1, 0, 0, 0) 0%, rgba(1, 0, 0, 0) 5%, rgba(1, 0, 0, 1) 25%);
	background-size: cover;
	transform: translateZ(0) scale(1);
	z-index: 7;
}
.hero-text12 {
	background: linear-gradient(rgba(1, 0, 0, 0) 0%, rgba(1, 0, 0, 0) 75%, rgba(1, 0, 0, 1) 100%);
	background-size: cover;
	transform: translateZ(0) scale(1);
	z-index: 7;
}
.figure {
	width:50%;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.people1 {
	transform: translateZ(80px);
	z-index: 4;
	font-size: 6vw;
	padding-top: 30vw;
	padding-left: 20vw;
	line-height: 1em;
}
.parallax__group {
	position: relative;
	height: 100vh;
	width: 100vw;
	transform-style: preserve-3d;
}
}
li {
	float: left;
	padding:.25em;
}
video {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}