@charset "UTF-8";
/* CSS Document */

body {
	
}

.navContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 80%;
	height: 80px;
	z-index: 3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.services {
	position: absolute;
	height: auto;
	width: auto;
	top: 200px;
	left: 35%;
	font-family: 'Cuprum', san-serif;
	font-size: 45px;
	color: rgba(51,51,51,1);
	border: 2px solid rgba(51,51,51,1);
	z-index: 1000;
	display: none;
}


.khpNav {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	width: auto;
}

.khpNavTwo {
	position: absolute;
	top: 10px;
	left: 300px;
	z-index: 2;
	width: auto;
	
}

	.khpNavHide {
		
		top: -200px;
	}


   

.navItem {
	float: left;
	
	margin: 20px;	
	
	list-style: none;
}

#bgImagesMain {
	margin-top: 8%;
}

.text {
	position: absolute;
	display: inline-block;
	

	font-size: 20px;
	font-family: 'Cuprum', san-serif;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,.8);
	height: 22px;
	width: auto;
	top: 60px;
	
	z-index: 2;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.navItem img {
	opacity: .8;
	border-radius: 20px;
	
}

.text:hover {
	transform: scale(1.08);
	opacity: 1;
}


#active {
	opacity: 1;
	transform: scale(.9);
}



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

h1 {
	position: absolute;
	bottom: 50px;
	left: 20px;
	font-size: 70px;
	font-family: 'Cuprum' san-serif;
	color: #fff;
	background-color: rgba(51,51,51,.8);
	z-index: 3;
}

.bgTitle {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding-left: 20px;
	font-size: 70px;
	line-height: 65px;
	font-family: 'Cuprum' san-serif;
	color: rgba(51,51,51,1);
	background-color: #fff;
	z-index: 3;
}

#khpTitle {
	top: -40px;
	
}



code {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 20px;
	font-size: 70px;
	font-family: 'Cuprum' san-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,.8);
	z-index: 3;
}

h2 {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 30px;
	font-family: 'Cuprum' san-serif;
	color: #fff;
	background-color: rgba(51,51,51,.8);
}

.coverPanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	
	z-index: 2;
	transition: all .9s ease;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.coverPanelSlide {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13,37,0,1);
	z-index: 2;
	box-shadow: 0 20px 20px -20px #333333;
}

.coverPanel img {
	width: 100%;
	height: auto;
}

.coverPanel video {
	width: 100%;
	height: auto;
}

#archImage {
	position: absolute;
	top: -22%;
}



.trigger {
	position: absolute;
	right: 40px;
	bottom: 50px;
	height: 125px;
	width: 125px;
	background: none;
	border: none;
	outline: none;
	z-index: 4;
	
	
}

.background {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: scroll;
}

.background_images {
	position: absolute;
	width: 100%;
	top: 25%;
	left: 1.5%;
	height: auto;
	padding-bottom: 100px;
}

.image {
	position: relative;
	display: inline-block;
	width: 32%;
	height: auto;
	margin: 0 5px 5px 0;
	float: left;
	opacity: .5;
	overflow: hidden;
	background-color: rgba(51,51,51,1);	
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}



.image img {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}



.image span {
	position: absolute;
	text-align: center;
	margin: auto;
	left: 5px;
	bottom: 5px;
	padding: 10px;
	font-family: 'Cuprum', san-serif;
	font-size: 30px;
	color: rgba(255,255,255,1);
	background: rgba(51,51,51,.8)
}

.image:hover {
	opacity: 1;
}

.image img:hover {
	transform: scale(1);
}

.video {
	width: 50%;
	float: left;
	
}

.video video {
	width: 99%;
}

#portStellar {
	background-color: rgba(48,2,75,.9);
}

#portAMK {
	background-color: rgba(149,243,210,.9); 
}

#portIGV {
	background-color: rgba(255,221,99,.9);
}

#aboutDesk {
		display: block;
	}
	
	#aboutMob {
		display: none;
	}

.aboutMeHide {
	position: absolute;
	width: 90%;
	height: auto;
	top: 5%;
	left: -105%;
	background-color: rgba(51,51,51,1);
	border-radius: 10px;
	z-index: 20;
	border: 3px groove rgba(102,255,255,1);
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}


.aboutMeHide h4 {
	position: relative;
	margin-left: 5%;
	margin-bottom: 0;
	font-size: 70px;
	color: #fff;
	font-family: 'Cuprum', san-serif;
}

.aboutMeHide p {
	font-size: 19px;
	line-height: 30px;
	margin: 2px 20px 0 20px;
	color: #fff;
	font-family: 'Cuprum', san-serif;
}

.aboutMeSlide {
	position: absolute;
	width: 90%;
	height: auto;
	top: 0;
	left: 5%;
	background-color: rgba(51,51,51,.9);
	z-index: 20;
	overflow: visible;
}

.aboutMeTwo {
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	font-family: 'Cuprum', san-serif;
	font-size: 16px;
	color: rgba(51,51,51,1);
	z-index: 1;
}


.contactMeHide {
	position: absolute;
	width: 33%;
	height: 90%;
	top: -15%;
	left: -105%;
	background-color: rgba(204,255,255,.9);
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.investmentHide {
	position: absolute;
	width: 33%;
	height: 90%;
	top: -15%;
	right: -105%;
	background-color: rgba(204,255,255,.9);
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#JotFormIFrame {
	width: 80%;
	min-height: 100%;
}

.contactMeSlide {
	position: absolute;
	width: 33%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: -22px;
	background-color: rgba(204,255,255,.9);
	z-index: 20;
}

.investmentSlide {
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(204,255,255,.9);
	z-index: 20;
}

.detail {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	bottom: 30px;
	font-family: 'Cuprum', sans-serif;
	color: rgba(51,51,51,1);
	width: 80%;
	height: auto;
	text-align: center;
	border-bottom: 3px solid rgba(51,51,51,1);
}

a {
	color: rgba(102,204,0,1);
}

	
	
	#animationImage {
		display: none;
	}

.top {
	position: absolute;
	text-align: center;
	height: auto;
	width: 50px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	display: block;
	border: 2px solid rgba(51,51,51,1);
}

.top a {
	font-size: 25px;
	display: block;
}

@media screen and (max-width: 1024px) {
	.image {
		width: 48%;
	}
	
    .aboutMeTwo {
		display: block;
	}
	
	#aboutDesk {
		display: none;
	}
	
	#aboutMob {
		display: block;
	}
	
	.contactMeSlide {
		width: 50%;
	}
	.intro__vid {
		display: none;
	}
	
	#two {
		height: 200px;
		z-index: 1000;
	}

	
	.trigger img {
		width: 100px;
		height: 108px;
	}
	#animationImage {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	
	code {
		color: rgba(51,51,51,1);
	}
	
	.image {
		width: 48%;
	}
	
	.video {
		width: 48%;
	}
	
	.trigger {
		bottom: 0;
		right: 0;
	}
	
	.trigger img {
		width: 75px;
		height: 75px;
	}
	
	.image {
	    opacity: 1
	}
	
	.image img {
		transform: scale(1);
	}
	.aboutMeTwo {
		top: 1100px;
	}
	.navContainer {
		width: 100%;
		
	}
}

@media screen and (max-width: 414px) {
	
	#bgImagesMain {
	position: absolute;
	top: 20%;
    }
	
	.navContainer {
		top: 0;
		left: -100%;
		background-color: rgba(51,51,51,.8);
	}
	.navContainerSlide {
		top: 0;
		height: 200px;
		left: 0;
		z-index: 100;
	}
	
	.investmentSlide {
		width: 90%;
		height: auto;
		min-height: 100%;
		top: 70%;
		left: 0;
	}
	
	.services {
		display: block;
		top: 250px;
	}
	
	
	.bgTitle {
		font-size: 40px;
		top: -40px;
		line-height: 40px;
		left: 1px;
	}
	
	h1 {
		font-size: 40px;
		bottom: 120px;
		left: 0;
	}
	h2 {
		font-size: 20px;
		bottom: 105px;
		left: 0;
	}
	code {
		font-size: 25px;
		bottom: 20px;
		left: 1px;
	}
	
	#archviz h1 {
		bottom: 140px;
	}
	
	.khpNav {
		top: 0;
		width: 100%;
		left: 0;
		-webkit-transition: all .8s ease;
		-moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
	}
	
	.khpNavTwo {
		top: 35%;
		width: 100%;
		left: 0;
		
	}
	
	.navItem img {
		border: 3px solid rgba(51,51,51,1);
	}
	
	#archImage {
		top: -40px;
	}
	
		.khpNavHide {
		top: -500px;
	}
	
		.khpNavHideTwo {
		display: none;
	}
	
	.navItem {
		margin: 0 10px;
		width: 75px;
		height: 50px;
	}
	.text {
		top: 30px;
	}
	.contactMeSlide {
		top: 30%;
		width: 80%;
		left: 0;
	}
	ul {
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.detail {
		width: 95%;
		left: 0;
		font-size: 16px;
		line-height: 20px;
		padding: 5px;
	}
    .image {
		width: 98%;
	}
	
	.video {
		width: 98%;
	}
	
}

@media screen and (max-width: 320px) {
	
	.navContainer {
		top: 200px;
	}
	
	h1 {
		font-size: 30px;
		bottom: 50px;
		left: 0;
	}
	h2 {
		font-size: 16px;
		bottom: 20px;
		left: 0;
		max-width: 70%;
		width: auto;
	}
	
	.khpNav {
		top: 0;
		width: 100%;
		left: -20px;
	}
	.khpNavTwo {
		left: -20px;
		top: 40%;
	}
	.navItem {
		margin: 20px;
		width: 50px;
		height: 50px;
	}
	.text {
		top: 30px;
	}
	
	.services {
        top: 200px;
}
	
	.contactMeSlide {
		left: 0;
		width: 80%;
	}
	ul {
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	.trigger {
		right: -20px;
		bottom: -25px;
	}
	
	.aboutMeSlide {
		width: 80%;
	}
}

@media screen and (max-height: 480px) {
	
}