*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.nav{
    background-color:rgb(236, 224, 224);
    position:fixed;
    min-height: 10vh;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
    
    
}
.nav h1{
    font-family: 'Lobster', cursive;
font-family: 'Ranchers', cursive;
    
}
.nav h1,ul{
    flex: 1;
    flex-direction: row;
}
.nav ul{
    display:flex;
    justify-content: space-between;
    margin-right:10px;
    font-family: 'East Sea Dokdo', cursive;
font-family: 'Texturina', serif;
}
ul li{
    list-style: none;
}
.circle {
	position:absolute;
	z-index: -2;
	background: linear-gradient(to right, #f46b45, #eea849);
	
}
.about{
    width:100%;
    height: 800px;
    background: url(group-photo.jpg);
    background-color: rgb(67, 137, 67);
    background-blend-mode: screen;

}
.about1{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    
}
.about1 h2{
	margin-top:400px;
	font-size:50px;
}
p1{
	font-size: 50px;
	
    font-family: 'East Sea Dokdo', cursive;
}
.typing {
	position: relative;
	height:20px;
}
.typing::after{
	content: "";
	position: absolute;
	right: -5px;
	width: 1px;
	height: 100%;
	border-right: 2px solid rgb(9, 8, 8);
	animation: blink 0.5s infinite ease;
}
@keyframes blink{
	0% {
		opacity:0;
	}
	100% {
		opacity: 1;
	}

}
.bird {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
	background-size: auto 100%;
	width: 88px;
	height: 125px;
	will-change: background-position;
	
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
}

	.bird--one {
		animation-duration: 1s;
		animation-delay: -0.5s;		
	}
	
	.bird--two {
		animation-duration: 0.9s;
		animation-delay: -0.75s;
	}
	
	.bird--three {
		animation-duration: 1.25s;
		animation-delay: -0.25s;
	}
	
	.bird--four {
		animation-duration: 1.1s;
		animation-delay: -0.5s;
	}



.bird-container {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
	.bird-container--one {
	animation-duration: 15s;
	animation-delay: 0;
	}
	
	.bird-container--two {
		animation-duration: 16s;
		animation-delay: 1s;
	}
	
	.bird-container--three {
		animation-duration: 14.6s;
		animation-delay: 9.5s;
	}
	
	.bird-container--four {
		animation-duration: 16s;
		animation-delay: 10.25s;
	}
	


@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.3) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.5);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.6);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(0.6);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.45);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.45);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
}

.projects{
    background-image: url(hh.jpeg);
    display:flex;
    width:100%;
    height: 800px;
    background-color: rgb(79, 32, 190);
    background-blend-mode: screen;
}



.pg1{
float:left;
font-family: 'Poppins', sans-serif;

max-width: 600px;
margin-left:0px;
margin-top: 250px;
margin-bottom: 16px;
box-shadow: 10px 10px 5px #ccc;
}
.pg2{
	display:block;
	font-family: 'Anton', sans-serif;
    margin-left:25%;
    margin-top: 250px;
    margin-bottom: 16px;
    box-shadow: 10px 10px 5px rgb(6, 20, 175);

}
.pg3{
	float: right;
	font-family: 'Anton', sans-serif;
    margin-left:auto;
    margin-top: 250px;
    margin-bottom: 16px;
    box-shadow: 10px 10px 5px 10px rgb(46, 9, 229);
}
.links{
    background-color:royalblue;
    
    
}
.links .copy{
margin-left:45%;
}
.links ul{
    height:80px;
    display: flex;
    align-items: center;
    margin-left:43%;
    font-family: 'Ranchers', cursive;
}
.links p{
    font-family: 'East Sea Dokdo', cursive;
}

::-webkit-scrollbar
{
    width: 0;
}
#scrollPath{
    position:fixed;
    top:0;
    right:0;
    width: 10px;
    height: 100%;
    background: rgba(255,255,255,0.05);
}
#progressbar{
    position: fixed;
    top:0;
    right:0;
    width: 10px;
    
    background: linear-gradient(to top,#008aff,#00ffe7);
    animation: animate 5s linear infinite;

}

@keyframes animate
{
    0%,100%
    {
        filter: hue-rotate(0deg);
    }
    50%
    {
        filter: hue-rotate(360deg);
    }
}
#progressbar::before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top,#008aff,#00ffe7);
filter: blur(10px);

}
#progressbar::after
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top,#008aff,#00ffe7);
filter: blur(30px);

}
