
/*-----------Heding style----------*/
h1{
	font-size: 56px;
	font-weight: 700;
}
h2{
	font-size: 46px;
}
h3{
	font-size: 36px;
	font-weight: 700;
	color: #00abf0;
}
h4{
	font-size: 26px;
	font-weight: 300;
	color: white;
}
h5{
	font-size: 26px;
	font-weight: 300;
/*	color: white;*/
}
h6{
	font-size: 16px;
	font-weight: 700;
	color: #00abf0;
}

/*-----------Paragraph style----------*/
p{
/*	color: white;*/
	font-family: Raleway;
	font-size: 18px;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif ;
}

.nav-bg-color{
	background-color: #081b29;
}
.logo{
	color: #ededed;
	font-weight: 700;
	position: relative;
}
/*.logo::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: .4;
}
.nav-animation{
	position: relative;
}
.nav-animation::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 3s;
}*/

.nav-link{
	color: #ededed;
}
.active{
	color: #00abf0;
}
.nav-link:hover{
	color: #00abf0;
}

.skill-text{
	text-align: center;
}
h1{
	color: #00abf0;
	position: relative;
}
h1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 1.5s;
}
h4{
	position: relative;
}
h4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 1s;
}
.bar-center-div{
	position: relative;
}
.bar-center-div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2.5s ease forwards;
	animation-delay: 2s;
}
.max-width-div{
	max-width: 800px;
	display: flex;
	margin: auto;
}
.main{
	padding: 80px 10px 80px 10px;
}
.percent-all{
	font-size: 18px;
	color: white;
}
.margin-bar{
	margin-top: 60px;
}
.margin-bar2{
	margin-top: 54px;
}
.margin-bar3{
	margin-top: 50px;
}
.margin-bar4{
	margin-top: 50px;
}
.margin-bar5{
	margin-top: 50px;
}
.margin-bar6{
	margin-top: 50px;
}

.margin-bar7{
	margin-top: 50px;
}
.bck-nav{
	background-color: #081b29;
}





/*ANIMATION RELOAD AND SCROLL*/
.animate{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: yellow;
	z-index: 98;
}



/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes snowRightn{
	100%{
		width: 0;
	}
}

/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes logo-left{
	100%{
		width: 0;
	}
}



/*/*-----------RESPONSIVE------------*/
@media only screen and (max-width: 500px){
	.percent-all{
	font-size: 12px;
	}
	h1{
		font-size: 36px;
	}
	h4{
		font-size: 26px;
	}
	.main{
	padding: 40px 10px 40px 10px;
	}

.margin-bar3{
	margin-top: 55px;
}
.margin-bar5{
	margin-top: 55px;
}

}
@media only screen and (max-width: 366px){
	h1{
		padding-left: 10px;
	}
	h4{
		padding-left:10px;
	}
	.skill-text{
	text-align: left;
	}

}
