#about .divder-about{
	height: 80px;
}


#about .team{
 	padding: 70px 30px 70px 30px;
	background-color: rgba(255,255,255,0.8);
}


#about .team-detail{

}

#about .team > div{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content:space-around;
	align-items: center;
}

#about .about-portait{
	height: 600px;
	width: 50%;
	border-radius: 50px;
	flex-shrink: 0;

}

#about .team-detail{
	padding-right: 60px;
	text-align: justify;
}

#about .team-detail h2{
	font-size: 40px;
	color: #000;
	padding-bottom: 15px;
}

#about .team-detail p{
	color: #404040;
	font-size: 20px;
}

#about .team-detail img{
	width: 160px;
	padding-bottom: 10px;
	display: block;
	margin: auto;
}

#about .team-detail a{
	color: #056BDB;
	text-decoration: underline;
	margin: auto;
	display: block;
	width: max-content;
	padding: 20px 0px 20px 0px;
	font-size: 22px;
}

@media(max-width: 850px){
	#about .about-portait{
		height: 50vw;
		width: 40%;
		border-radius: 20px;
	}

	#about .team-detail{
		padding-right: 45px;
	}
}

@media(max-width: 650px){
	#about .team > div{
		flex-wrap: wrap;
	}

	#about .team-detail{
		padding-right: 0px;
	}	

	#about .about-portait{
		height: 100vw;
		width: 80%;
		border-radius: 20px;
		margin-top: 20px;
	}	

	#about .team-detail a{
		padding: 40px 0px 30px 0px;
	}
}


#about .details{
	text-align: center;
	padding: 40px 20px 60px 20px;
}

#about .details h3{
	color: #000;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: -10px;
}

#about .details h4{
	font-size: 120px;
	font-weight: 300;
	font-family: sans-serif;

	background: linear-gradient(
		90deg,
		#FF0073,
		#00ccff,
		#00ff99
	);

	background-size: 200% 200%;

	-webkit-background-clip: text;
	background-clip: text;

	color: transparent;
	-webkit-text-fill-color: transparent;
}

#about .details p{
	max-width: 830px;
	margin: auto;	
}

#about .details .item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 680px;
	width: 100%;
	margin: auto;
	padding-top: 30px;
}

#about .details .item{
	width: calc(50% - 20px);	
}

#about .details .item p{
	padding: 20px 20px 0px 20px;
	text-align: left;
}

#about .details .item .parallax{
	height: 500px;
	background-color: #000;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

#about .details .item .parallax p{
	color: #FFF;

	background: linear-gradient(
		to top,
		black 0%,
		transparent 100%
	);
	position: absolute;
	bottom: 0;	
	padding: 60px 10px 16px 25px;
	font-size: 28px;
	width: 100%;
	text-align: left;
}

#about .download-footer {
	margin-top: 0px;
}


@media(max-width: 720px){ 

	#about .details h3{
		font-size: 10vw;
	}

	#about .details h4{
		font-size: 16vw;
		padding-bottom: 10px;
	}
}

@media(max-width: 670px){ 
	#about .details .item .parallax{
		height: 70vw;
	}

	#about .details .item-wrap{
		
		justify-content: space-around;	
	}

	#about .details .item p{
		padding: 20px 10px 0px 10px;
	}
}


@media(max-width: 500px){ 
	#about .details .item {
    	width: calc(100% - 20px);

	}

	#about .details .item .parallax{
		height: 80vw;
	}	

	#about .details .item-wrap{
		flex-wrap: wrap;
	}	

	#about .details .item{
		margin-bottom: 40px;
	}

	#about .details {	    
	    padding: 40px 20px 20px 20px;
	}	
}
 

 #about .experience{
 	padding: 80px 0px 60px 0px;
 }

@media(max-width:550px){

	#about .experience{
 		padding: 60px 0px 30px 0px;
	 }
}

#about .exp-detail{
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: auto;

}

#about .exp-detail img{
	width: 100%;
}

#about .exp-detail img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
}	

 