/**
 * author Armstrong "Army" Chiu
 * URL: https://thewebdesignerpro.com/
 */

/*@font-face {
    font-family: 'paint_dropsregular';
    src: url('paintdropsregular-0wajo-webfont.woff2') format('woff2'),
         url('paintdropsregular-0wajo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
 
html {
	height: 100vh;
	overflow: hidden;
}

html, body {
	box-sizing: border-box;
	background: #000000;	
}

body {
	width: 100vw;
	height: 100vh;
	perspective: 1px;
	transform-style: preserve-3d;
	overflow-x: hidden;
	overflow-y: scroll;
}

body, #kontainer {
	margin: 0;
}

#kontainer {
	width: 100vw;
	height: 200vh;	
	display: block; 
	position: relative;
	opacity: 0;
	box-sizing: border-box;
	overflow: visible;
}

#dummy {
	display: none;
	position: absolute;
	top: 0;
	left: 9000px;
}

@media (hover:none), (hover:on-demand) {
	#dummy {
		left: -9000px;
	}
}

@supports(padding: max(0px)) {
	@media (hover:none), (hover:on-demand) {
		@media screen and (orientation: portrait) {
			#dummy {
				padding-bottom: constant(safe-area-inset-bottom);
				padding-bottom: env(safe-area-inset-bottom);
			}
		}
	}
}

#logo1 {
	display: block; 
	position: relative; 
	margin: auto; 
	width: 100vw;
    height: 100vh;
	z-index: 99; 
	overflow: visible;
	background: transparent; 
    box-sizing: border-box;
	opacity: 0; 
}

#logo {
	display: block; 
	position: absolute; 
	margin: auto; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	width: 100vh; 
	height: 100vh; 
	z-index: 100; 
	background: url('../images/logo2.png') center center / contain no-repeat; 
}

#logo > img {
	width: 100%; 
}

.socs {
    position: absolute;
    width: 17vh;
    height: 17vh;
    text-decoration: none;
	top: 0; 
    bottom: -28vh;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 200;
    opacity: .5;
	transition: all .3s ease-in-out; 
}

.socs:hover {
	scale: .9; 
	
}

#logo1 .socs:nth-child(1) {
	left: -52vh;
}

#logo1 .socs:nth-child(3) {
	left: 52vh;
}

.socs > img {
	width: 100%; 
}

#frontobj1 {
	display: block; 
	position: absolute; 
	margin: 0 auto; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	width: 120vh; 
	height: 120vh; 
	background: url('../images/frontobj1.png') center center / cover no-repeat; 	
	transform: translateZ(-2px) scale(3) translate(0, 50%); 
	transform-style: preserve-3d;
	z-index: 50; 
}

/*#frontobj1 > img {
	width: 100%; 
}

#background1 {
	position: absolute;
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	box-sizing: border-box;	
	opacity: 1; 
	background: url('../images/background1a.jpg') top center / cover no-repeat; 	
	z-index: 1; 
}

#background1::before {
	background: url('../images/background1a.jpg'); 		
}

#background1::before {
	content: "";
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-position: top center; 
	background-size: cover; 	
	filter: blur(2px);
}

#background1::before {
	transform: translateZ(-1px) scale(2.2) translate(0, 16%);	
	transform: translateZ(-4px) scale(5.1) translate(0, 20.6%);  
}	*/

#background1 {
	position: relative;
	margin: 0; 
	padding: 0; 
	width: 100vw; 
	height: 200vh; 
	box-sizing: border-box;	
	transform-style: preserve-3d;
	opacity: 1; 
	z-index: 0; 
}

#background {
	position: absolute; 
	width: 100%; 
	height: 85%; 
	/*background-position: top center; 
	background-size: cover; 	*/
	background: url('../images/background1a.jpg') top center / cover no-repeat; 	
	transform: translateZ(-2.8px) scale(3.82) translate(0, 15.4%);  
	/*filter: blur(2px);*/
	display: block; 
	margin: auto; 
	top: 0; 
	left: 0; 
	transform-style: preserve-3d;
	z-index: 10; 	
}


#counter1 {
	display: block; 
	position: relative; 
	margin: 0; 
	width: 100vw;
    height: 100vh;
	overflow: hidden; 
}

body::-webkit-scrollbar {
	width: 12px;
	background: rgba(90, 90, 90, 0.2);
	border-radius: 32px;
}

body::-webkit-scrollbar-thumb {
	width: 8px;
	background: rgba(90, 90, 90, 0.3);
	border-radius: 32px;
}

@media screen and (orientation: portrait) {
	#kontainer {
		width: 100vw;
		height: 170vh;
	}
	
	#logo {
		width: 100vw;
		height: 100vw;
	}
	
	.socs {
		width: 19vw;
		height: 19vw;
		top: 27vw;
		bottom: 0;
	}	
	
	#logo1 .socs:nth-child(1) {
		left: -52vw;
	}

	#logo1 .socs:nth-child(3) {
		left: 52vw;
	}	
	
	#frontobj1 {
		width: 102vh; 
		height: 102vh; 
		transform: translateZ(-2px) scale(3) translate(0, 35%); 
	}
}

#logo1.fadeIt2 {
	opacity: 1 !important;
	transition: all 4s ease-in;
}

.hideIt {
	visibility: hidden; 
}

.noneIt {
	display: none; 
}


#fader {
	position: absolute; 
	width: 100vw;
	height: 200vh; 
    top: 0;
	left: 0;
    background: #000;	
	z-index: 90; 
	opacity: 0; 
	transform: translateZ(-4px) scale(5.1) translate(0, 20.6%); 	
	transform-style: preserve-3d;
}

