html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	background-color: black;
	color: white;
	animation-name: bodyani;
	animation-duration: 0.5s;
}
@-webkit-keyframes bodyani {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes bodyani {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
div#load_screen {
	background-color: #000;
	opacity: 1;
	position: fixed;
	z-index: 10;
	top: 0px;
	width: 100%;
	height: 100%;
}
div#load_screen>div#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	background-color: #000;
	text-align: center;
}
h1 {
	font-weight: 400;
}
.bold {
	font-weight: 800;
}
.mid {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.btn {
	padding: 10px 20px;
	background-color: transparent;
	color: white;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 1.0em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.btn:hover {
	background-color: rgba(255, 255, 255, 1);
	color: black;
}
@media screen and (max-width: 1000px) {
	.btn {
		padding: 5px 10px;
		font-size: 0.8em;
	}
}
.btncon {
	background-color: transparent;
	border: 2px solid #fff;
	color: white;
	cursor: pointer;
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.btncon:hover {
	background-color: #fff;
	color: black;
}
.link {
	padding: 1px 1px;
	cursor: pointer;
	border-bottom: 1px solid white;
	color: white;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.link:hover {
	cursor: pointer;
}
.linkb {
	padding: 1px 1px;
	cursor: pointer;
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.linkb:hover {
	cursor: pointer;
}
.responive_img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.page {
	background-color: transparent;
	height: auto;
	width: auto;
	color: white;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 80%;
}
@media screen and (max-width: 500px) {
	.page {
		width: auto;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 30px;
	}
}
.navicon {
	z-index: 4;
	user-select: none;
	margin-left: 20px;
	margin-top: 20px;
	position: fixed;
	cursor: pointer;
}
.closenavicon {
	margin-left: 20px;
	margin-top: 20px;
	z-index: 4;
	background-color: transparent;
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
}
.closenavicon:before, .closenavicon:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.closenavicon:before {
	transform: rotate(45deg);
}
.closenavicon:after {
	transform: rotate(-45deg);
}
.navlines {
	width: 35px;
	height: 5px;
	background-color: white;
	margin: 6px 0;
	-webkit-box-shadow: 10px 10px 57px 7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 57px 7px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 57px 7px rgba(0, 0, 0, 0.75);
}
.fullnav {
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: hidden;
	user-select: none;
	display: none;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: black;
	height: 100%;
	width: 100%;
	animation-name: bodyani;
	animation-duration: 0.5s;
}
nav {
	display: flex;
	flex-direction: column;
	margin-top: 20vh;
	padding: clamp(1rem, 5vw, 6rem);
}
nav>a {
	color: grey;
	font-size: clamp(3rem, 8vw, 10rem);
	font-weight: 300;
	text-decoration: none;
	position: relative;
}
nav>a:hover {
	color: white;
}
nav>a>img {
	overflow: hidden;
	position: absolute;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
	transition: transform 250ms, opacity 250ms;
	pointer-events: none;
	width: min(50vh, 800px);
}
nav>a:hover>img {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
nav>a>span {
	display: block;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	position: relative;
	z-index: 3;
}
nav>a>span:hover {
	border-bottom-color: white;
	border-top-color: white;
}
/* 404 page */

.code-area {
	position: absolute;
	width: 320px;
	min-width: 320px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.code-area>span {
	display: block;
}
@media screen and (max-width: 320px) {
	.code-area {
		font-size: 5vw;
		min-width: auto;
		width: 95%;
		margin: auto;
		padding: 5px;
		padding-left: 10px;
		line-height: 6.5vw;
	}
}
/* 404 end */

/* Home page*/

.homepage_contain {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#particle-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
.homepage_title_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
	.homepage_title_center {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		transform: translate(-50%, -50%);
	}
}
.homepage_titletext_fs {
	font-size: 2em;
}
@media screen and (max-width: 1000px) {
	.homepage_titletext_fs {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 800px) {
	.homepage_titletext_fs {
		font-size: 1.4em;
	}
}
.homepage_clippingtext {
	line-height: 0.8;
	background: url('../img/blurgradient.png');
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation-name: clipani;
	animation-duration: 1s;
}
@media screen and (max-width: 1000px) {
	.homepage_clippingtext {
		line-height: 0.8;
		background-size: cover;
		background-attachment: fixed;
		-webkit-background-clip: text;
		-webkit-text-fill-color: white;
	}
}
@-webkit-keyframes clipani {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes clipani {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.homepage_lh {
	line-height: 0.4;
}
/*

.parent {
	float: right;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: 80%;
	height: 100%;
	user-select: none;
}

.div1 {
	grid-area: 1 / 1 / 2 / 2;
	border-bottom: 1px solid #fff;
}

.div2 {
	grid-area: 2 / 1 / 3 / 2;
	border-bottom: 1px solid #fff;
}

.div3 {
	grid-area: 3 / 1 / 4 / 2;
}

.homepage_tile_con{
	font-weight: 300;
	font-size: 1.5em;
	padding-left: 20px;
	display: flex;
  align-items: center;
	text-align: center;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.homepage_tile_con:hover{
	cursor: pointer;
	padding-left: 30px;
	background-color:rgba(255,255,255,0.2);
	color: white;
}

*/

.homepage_footer {
	top: 100%;
	position: absolute;
	height: 30%;
	width: 100%;
	background-color: white;
	color: black;
}
.homepage_footer_center {
	top: 50%;
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	text-align: center;
}
/* Home page end*/

/* About me */

.fp-watermark {
	display: none;
}
.about_profile {
	display: inline-block;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-image: url('../img/me-l.jpg');
}
.about_fp_center {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 60%;
}
@media screen and (max-width: 800px) {
	.about_fp_center {
		font-size: 0.6em;
		width: 85%;
	}
}
/*video*/

#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	/* in case the video doesn't fit the whole page*/
	background-image: /* our video */
	;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	/*cover video background */
}
video::-webkit-media-controls {
	display: none !important;
}
/*video end*/

.about_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.7;
	z-index: 2;
}
.about_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	margin: auto;
}
.about_moretext {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	width: 60%;
}
@media screen and (max-width: 800px) {
	.about_moretext {
		width: 85%;
		font-size: 0.8em;
	}
}

.page-about{
	background-color: transparent;
	height: auto;
	width: auto;
	color: white;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 60%;
}

@media screen and (max-width: 1000px) {
	.page-about {
		width: 80%;
	}
}
/*About me end */

/*contact*/

.contact_email {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact_email_txt {
	font-size: 5vw;
	line-height: 0em;
}
/*contact end */

/* work page */

.work_page {
	height: auto;
	color: white;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
@media screen and (max-width: 500px) {
	.work_page {
		width: auto;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 10px;
	}
}
/*alert */

.overlay-alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, #000, #000);
	opacity: 0.5;
	z-index: 5;
}
.cred {
	background-color: #c0392b;
	color: white;
	border: 1px solid #c0392b;
}
.cred:hover {
	color: #c0392b;
}
.cblue {
	background-color: #2980b9;
	color: white;
	border: 1px solid #2980b9;
}
.cblue:hover {
	color: #2980b9;
}
.cgreen {
	background-color: #27ae60;
	color: white;
	border: 1px solid #27ae60;
}
.cblack:hover {
	color: #fff;
	background-color: black;
}
.cblack {
	background-color: transparent;
	color: black;
	border: 1px solid #000;
}
.cgreen:hover {
	color: #27ae60;
}
.corange {
	background-color: #d35400;
	color: white;
	border: 1px solid #d35400;
}
.corange:hover {
	color: #d35400;
}
.sbig {
	font-size: 2em;
}
.smedium {
	font-size: 1.5em;
}
.snormal {
	font-size: 1em;
}
.ssmall {
	font-size: .5em;
}
.aslide {
	animation-name: kslide;
	animation-duration: 1s;
}
@-webkit-keyframes kslide {
	from {
		top: 40%;
	}
	to {
		top: 50%;
	}
}
.afade {
	animation-name: kfade;
	animation-duration: 1s;
}
@-webkit-keyframes kfade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.afade-aslide {
	animation-name: fade-slide;
	animation-duration: 0.5s;
}
@-webkit-keyframes fade-slide {
	from {
		top: 45%;
		opacity: 0;
	}
	to {
		top: 50%;
		opacity: 1;
	}
}
.menuboxbtn {
	padding: 5px 10px;
	background-color: transparent;
	color: white;
	border: 1px solid white;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	font-size: 1em;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menuboxbtn:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
}
.menuboxbtn:active {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
.mobile_element {
	display: none;
}
@media screen and (max-width: 700px) {
	.mobile_element {
		display: block;
	}
}
.alert {
	position: fixed;
	color: black;
	background-color: #ecf0f1;
	text-align: center;
	padding: 20px;
	width: 400px;
	z-index: 6;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 10px 10px 120px -31px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 120px -31px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 120px -31px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 450px) {
	.alert {
		width: 300px;
	}
}
.menuboxbtnpop {
	margin: 3px;
	padding: 5px 10px;
	background-color: transparent;
	color: black;
	border: 1px solid black;
	border-radius: 50px;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	font-size: 1em;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menuboxbtnpop:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: black;
}
.menuboxbtnpop:active {
	background-color: rgba(0, 0, 0, 0.5);
	color: black;
}
/*alert end*/

.worktile {
	width: 95%;
	height: 250px;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #0D0907;
	border: solid white;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.worktile:hover {
	cursor: pointer;
	transform: scale(0.98);
}
.worktile_center {
	top: 50%;
	left: 50%;
	font-weight: 800;
	font-size: 1.2em;
	position: relative;
	padding: 15px;
	user-select: none;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dynamic_heading{
	font-size: 3.5vw;
}

@media screen and (max-width: 850px) {
	.dynamic_heading{
		font-size: 5vw;
	}
}

@media screen and (max-width: 600px) {
	.dynamic_heading{
		font-size: 6vw;
	}
}

@media screen and (max-width: 500px) {
	.dynamic_heading{
		font-size: 8vw;
	}
}


/* work page end */
