@font-face{font-family: bebas; 
	src: url(fonts/Play-Regular.ttf);}

html{
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

body{
	font-family: bebas;
	margin: 0px;
	color: black;
	background: #ffa805;
}
body.noscroll{
	overflow: hidden;
}

/*Loading Screen*/
#loading{
	z-index: 1;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: black;
	color: white;
}
#loading h1{
	scale: 2.0;
	margin: 0px;
	display: inline-block;
}
#loading h1 pre{
	width: 10px;
	height: 10px;
	margin: 0px;
	border-radius: 50%;
	background-color: white;
	animation: load 1.5s infinite;
}
#loading p{
	opacity: 50%;
	margin: 20px;
}
@keyframes load{
	0%{opacity: 0%;};
	25%{opacity: 50%}
	50%{opacity: 100%;};
	75%{opacity: 50%}
	100%{opacity: 0%;};
}
.main{
	z-index: 0;
}

/*Top Part*/
header{
	margin: 0px;
	height: 1000px;
	overflow: hidden;
	font-family: sans-serif;
	font-weight: normal;
	background-color: #1e1e1e;
	color: white;
}

header .myimage{
	position: relative;
	top: 100px;
	height: 500px;
	width: 500px;
	border-radius: 50%;
	background-image: url(images/me.jpg);
	background-position: center;
	background-size: cover;
}

header h1{
	font-size: 50px;
	position: relative;
	top: 140px;
	left: 100px;
}
header h1 b{
	display: inline-block;
	width: 0ch;
	white-space: nowrap;
	overflow: hidden;
	animation: fname 10s forwards infinite steps(20);
}
@keyframes fname{
	0%{width: 0ch;}
	25%{width: 12ch;}
	89%{width: 12ch}
	90%{width: 12ch}
	100%{width: 0ch;}
}
header h1 span{
	width: 1px;
	height: 100%;
	position: relative;
	top: -12px;
	left: -15px;
	background-color: transparent;
	color: white;
	animation: dissa 10s infinite steps(7);
}
@keyframes dissa{
	0%{opacity: 100%;}
	20%{opacity: 100%;}
	25%{opacity: 0%;}
	89%{opacity: 0%;}
	90%{opacity: 0%;}
	95%{opacity: 100%;}
	100%{opacity: 100%;}
}

header button{
	position: relative;
	top: 210px;
	left: 30%;
	transform: scale(2.0);
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: black;
	color: white;
	transition: 1s;
}
header button:hover{
	transition: .5s;
	border: 1px solid white;
	cursor: pointer;
}
header button:active{
	border: 1px solid orange;
}
header button img{
	margin-left: 5px;
}
header audio{
	visibility: hidden;
}

/*Navigation Bar*/
#menuic, #closeMen{
	visibility: hidden;
	display: none;
}
nav{
	margin: 0px;
	position: static;
	height: 100px;
	width: 100%;
	background: black;
	color: white;
}
nav ul{
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
nav ul li{
	height: 100%;
	width: 25%;
}

nav ul li a{
	align-items: center;
	justify-content: center;
	display: flex;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-size: 30px;
	color: white;
	transition: .2s;
}
nav ul li a:hover{
	transition: .5s;
	font-weight: bolder;
	cursor: default;
	background-color: #ffa805;
	color: black;
}
/*============Middle=============*/

.content{
	z-index: 0;
	overflow-x: hidden;
}

/*About Me Section*/
.content .aboutme{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

.content .aboutme h1{
	font-size: 50px;
}

.content .aboutme p{
	font-size: 30px;
	font-weight: 400;
	line-height: 33px;
	word-spacing: 5px;
}

/*Certifications Section*/
.content .certifications{
	overflow: hidden;
	text-align: center;
	background-color: black;
	color: white;
}
.content .certifications h2{
	font-size: 40px;
}
.content .certifications ul{
	list-style: none;
}
.content .certifications ul li{
	display: inline-block;
}
.content .certifications ul li a{
	color: white;
}
.content .certifications ul li .card{
	width: 300px;
	margin: 10px;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	text-align: center;
	background-color: #1e1e1e;
	transition: .5s;
}
.content .certifications ul li .card:hover{
	transform: scale(1.02);
	border: 2px solid orange;
}
.content .certifications ul li .card h3{
	font-size: 30px;
} 
.content .certifications ul li .card img{
	width: 300px;
	height: 300px;
}
/*Skills and Interests Section*/
.content .sandi{
	overflow: hidden;
	background-color: #1e1e1e;
	color: white;
}
.content .sandi .content{
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	margin-bottom: 200px;
}
.content .sandi .content .interests{
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 200px;
}
.content .sandi .content .interests ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.content .sandi .content h1{
	font-size: 50px;
}
.content .sandi .content h2{
	font-size: 40px;
}
.content .sandi .content .card{
	margin: 0px;
	width: 400px;
	height: 400px;
	border-radius: 10px;
	border: 2px solid orange;
	background-color: transparent;
	transition: .5s;
}
.content .sandi .content .card:hover{
	border-color: white;
}
.content .sandi .content .card .img{
	width: 100%;
	height: 60%;
	border-radius: 10px 10px 0px 0px;
	background-color: black;
}
.content .sandi .content .card .img img{
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
	background-color: black;
}
.content .sandi .content .card h3{
	font-size: 30px;
}
.content .sandi .content .card p{
	font-size: 20px;
}

.content .sandi .content .skills ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

/*Projects Section*/
.content .projects{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-color: #1e1e1e;
	color: white;
}
.content .projects h1{
	font-size: 50px;
}
.content .projects .projs{
	padding: 10px;
	text-align: center;
}
.content .projects .projs{
	overflow: hidden;
}
.content .projects .projs ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content .projects .projs ul li{
	display: inline-grid;
	margin: 15px;
	float: left;
}
.content .projects .projs .card{
	margin: 0px;
	width: 450px;
	height: 550px;
	border-radius: 10px;
	border: 2px solid orange;
	background-color: transparent;
	transition: .5s;
}
.content .projects .projs ul li a{
	text-decoration: none;
	color: white;
}
.content .projects .projs ul li a:hover{
	cursor: pointer;
}
.content .projects .projs .card:hover{
	border-color: white;
	transition: .5s;
	cursor: default;
}
.content .projects .projs .card .img{
	width: 100%;
	height: 50%;
	border-radius: 10px 10px 0px 0px;
}
.content .projects .projs .card .img img{
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
	background-color: transparent;
}
.content .projects .projs .card .img iframe{
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
	background-color: orangered;
}
.content .projects .projs .card h3{
	font-size: 30px;
}
.content .projects .projs .card p{
	font-size: 20px;
	padding: 15px;
}

/*Services Section*/
.content .services{
	margin: 0 auto;
	text-align: center;
}
.content .services h2{
	font-size: 50px;
}
.content .services ul{
	list-style: none;
	align-items: center;
	justify-content: space-evenly;
	display: flex;
}
.content .services ul li .card{
	width: 350px;
	height: 150px;
	padding: 10px;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 20px;
	box-shadow: 0px 5px 1px 1px gray;
	background-color: #1e1e1e;
	color: white;
	animation: float 1s infinite;
	transition: .5s;
}
.content .services ul li .card:hover{
	border: 2px solid white;
	cursor: default;
}
@keyframes float{
	0%{transform: translateY(0px);}
	50%{transform: translateY(10px);}
	100%{transform: translateY(0px);}
}
.content .services ul li .card h3{
	font-size: 30px;
	margin: 10px;
}

/*Contact Section*/
.content .contact{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.content .contact iframe{
	line-height: 0px;
	margin: 0px;
}

/*Socials Section*/
.content .socials{
	height: 100px;
	padding: 20px;
	background-color: black;
	color: white;
}
.content .socials a{
	text-decoration: none;
	color: white;
}
.content .socials img{
	width: 100px;
	height: 100px;
}

/*Footer Section*/
.content footer{
	margin: 0px;
	padding: 10px;
	height: 300px;
	background-color: black;
}

.content footer p{
	font-size: 20px;
	opacity: 90%;
	color: white;
}

.content footer p a{
	text-decoration: none;
	color: white;
}
.content footer a{
	text-decoration: none;
	opacity: 70%;
	color: white;
}