@charset "utf-8";

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	list-stlye: none;
	scroll-behavior: smooth;
	text-decoration: none;
}

:root{
	text-color:#f5f5f5;
	hover-color:#12f7ff;
	bg-color:#250821;
	second-bg-color:#292e33;
	big-font:2.5rem;
	normal-font:2rem;
	neon-box-shadow:0 0 .5rem #12f7ff;
	h2-font: 3rem;
	font-neon-text-shadow:0 0 10px rgba(18,247,255,0.3),
		0 0 20px rgba(18,247,255,0.3),
		0 0 30px rgba(18,247,255,0.3),
		0 0 40px rgba(18,247,255,0.3),
		0 0 70px rgba(18,247,255,0.3),
		0 0 80px rgba(18,247,255,0.3),
		0 0 100px rgba(18,247,255,0.3),
		0 0 150px rgba(18,247,255,0.3),	
}
 
.wrapper{
    width: 1300px;
	
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background:#292e33;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

header{
	background-color:#320F2D; 
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:20px 10%;
	box-shadow:0 0 .5rem #12f7ff;
	
	
}

.logo{
	
	font-size:26px;
	font-weight:700px;
	letter-spacing:1px;
	
}

span{
    color: #12f7ff;
    font-size: 25px;
    
}

.navlist{
	display:flex;
	width:700px;
    margin-left: auto;
	margin-right: auto;
}

.nav{
	color:#f5f5f5;
	font-weight:500;
	padding:10px 20px;
}

.nav:hover{
	color:#12f7ff;
	text-shadow:0 0 10px rgba(18,247,255,0.6),
		0 0 20px rgba(18,247,255,0.3),
		0 0 30px rgba(18,247,255,0.3),
		0 0 40px rgba(18,247,255,0.3),
		0 0 70px rgba(18,247,255,0.3),
		0 0 80px rgba(18,247,255,0.3),
		0 0 100px rgba(18,247,255,0.3),
		0 0 150px rgba(18,247,255,0.3);	 
}


.main-text {
	text-align: center;
	margin-top: 50px;
}

.main-text span{
	font-size:1rem;
}

.skill-main{
	width:100%;
	display:flex;
	grid-row-gpa:30px;
	grid-column-grap:50px;
	margin-top:100px;
	
		
}

.skill-bar{
	width:350px;
	margin-bottom:2.3rem;
	margin-left:7.5rem;
}

.skill-main h3{
	margin-left: 7.5rem;
	margin-bottom: 1rem;
	font-size:	2rem;
	text-align:center;
}
.skill-left .skill-bar .info{
	 
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:0 10px;
}

.skill-left .skill-bar .bar{
	
	height:10px;
	background:#250821;
	border-radius:25px;
	margin-top:10px;
	position:relative;
}

.skill-bar .bar span{
	width:50%;
	height: 100%;
	position:absolute;
	left:0;
	background:#12f7ff;
	border-radius:25px;
	box-shadow:0 0 .5rem #12f7ff;
		
}

.skill-bar .bar .maya{
	width: 72%;
	animation: maya 2s;
}

.skill-bar .bar .photoshop{
	width: 90%;
	animation: photoshop 3s;
}

.skill-bar .bar .aftereffect{
	width: 80%;
	animation: aftereffect 4s;
}

.skill-bar .bar .premierepro{
	width: 62%;
	animation: premierepro 5s;
}



.radial-bars{
	margin-left: 150px;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
	align-items:flex-start;
}

.radial-bars .radial-bar{
	width:50%;
	height:170px;
	margin-bottom: 10px;
	position:relative;
}


.radial-bars .radial-bar svg{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%) rotate(900deg);
	width:90px;
	height:160px;
}

.radial-bars .radial-bar .progress-bar{
	stroke-width:10;
	stroke:black;
	fill:transparent;
	stroke-dasharray:50;
	stroke-dashoffset:50;
	stroke-linecap:round;
	animation: animate-bar 1s linear forward;
		
}


#footer{
	background-color:#320F2D; 
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding:20px 10%;
	box-shadow:0 0 .5rem #12f7ff;
	margin-top:50px;

}








@keyframes animate-bar{
	100%{
		stroke-dashoffset: -1;	
	}	
}

.path{
	stroke-width:10;
	stroke:#12f7ff;
	fill: transparent;
	stroke-dasharray:502;
	stroke-dashoffset:50;
	stroke-linecap:round;
}

.path-1{animation:path1 1s 2s linear forwards}
.path-2{animation:path1 1s 2s linear forwards} 
.path-3{animation:path1 1s 2s linear forwards}
.path-4{animation:path1 1s 2s linear forwards}


@keyframes animate-path1{
	100%{
		stroke-dashoffset: 50; 
	}
}



@keyframes animate-path1{
	100%{
		stroke-dashoffset: 175; 
	}
}



@keyframes animate-path1{
	100%{
		stroke-dashoffset: 75; 
	}
}



.radial-bar .percentage{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:17px;
	font-weight: 500;
	aniation: showText 0.5 1s linear forwards;	
}

.progress-bar .text{
	width: 100%;
	position:absolute;
	text-align:center;
	left:50%;
	bottom:5px;
	transform: translateX(-50%);
	font-size:17px;
	font-weight: 500;
	aniation: showText 0.5 1s linear forwards;
}











@keyframes html{
	0%{
		width:0px;
	}
	
	100%{
		width:72%;
	}
}



@keyframes figma{
	0%{
		width:0px;
	}
	
	100%{
		width:90%;
	}
}



@keyframes javascript{
	0%{
		width:0%;
	}
	
	100%{
		width:80%;
	}
}


@keyframes css{
	0%{
		width:0%;
	}
	
	100%{
		width:62%;
	}
}







@keyframes glow{
	0%{
		background:#250821;
		box-shadow:none;
	}
	
	100%{
		background:#12f7ff;
		box-shadow:0 0 .5rem #12f7ff;
	}
}
