@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: 1280px;
    height: 668px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #051518;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}


header{
    width: 788px;
    height: 88px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5%;
    box-shadow: 0 0 .5rem #00eadc;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;	
	
}

.logo{
    width: 163px;
    height: 61px;
    font-weight: 700px;
    letter-spacing: 1px;
    margin-left: -60px;
	
}

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: 62px;
    margin-left: 0px;
    margin-right: 0px;		
}

.skill-bar{
    width: 350px;
    margin-bottom: 2.3rem;
    margin-left: 183px;
}

.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:#000000;
	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 .GraphicDesign{
	width: 72%;
	animation: Graphic Design 2s;
}

.skill-bar .bar .BrandingandVisualIdentity{
	width: 90%;
	animation: Branding and Visual Identity 3s;
}

.skill-bar .bar .Web Design{
	width: 80%;
	animation: Web Design 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: -2px;
    position: relative;
    margin-top: -1px;
    margin-left: -30px;
    margin-right: 11px;
}


.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: #051518;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10%;
    box-shadow: 0 0 .5rem #12f7ff;
    margin-top: 3px;
    color: #FFFFFF;
    font-family: Script;
    text-align: left;

}








@keyframes animate-bar{
	100%{
		stroke-dashoffset: -2;	
	}	
}

.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;
	}
}
