@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Pacifico|Righteous&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;

}
nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 5vh;
	background-color: black;
	font-family: 'Anton', sans-serif;
}
.nav {
	position: fixed;
	width: 100%;
	 z-index: 1;
}
.logo a { 
	color: rgb(226, 226, 226);
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Anton', sans-serif;
	display: flex;
 	align-items: center;
 	cursor: pointer;
 	text-decoration: none;
 }
 .logo img {
 	width: 8.5%;
 }
 .logo p {
 	padding-left: 5px;
 }
 .e {
 	color: #28cad6;
}
.me {
	color: #28cad6;
	font-size: 10px;
	font-family: 'Righteous', cursive;

}
.nav-links {
	display: flex;
	justify-content: space-around;
	width: 15%;
	margin-left: 40%;
}
.nav-links li{
	list-style: none;
}
.nav-links a {
	color: rgb(226,226,226);
	text-decoration: none;
	font-size: 13px;
}
.nav-links a:hover {
	color: white;
}
.burger div {
	width: 25px;
	height: 2px;
	background-color: rgb(226, 226, 226);
	margin: 5px;
	transition: all 0.3s ease;
}
.burger {
	display: none;
	cursor: pointer;
	 }

/*responsive */

@media screen and (max-width: 1024px){
	.nav-links{
		width: 60%;
	}
	.nav-links a:hover{
		color: white;
	}
	.logo {
		cursor: pointer;
	}
	.scrolldown {
		width: 15px;
		height: 15px;
	}
	
}
@media screen and (max-width: 768px){
	body {
		overflow-x: hidden;
	}
	.nav-links {
		position: absolute;
		right: 0px;
		height: 20vh;
		top: 5vh;
		background-color: black;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
	}
	.logo {
		cursor: pointer;
	}
	.nav-links a {
		font-size: 15px;
	}
	.nav-links a:hover{
		color: white;
	}
	.nav-links li {
		opacity: 0;
	}
	.burger {
		display: block;
	}
	.nav-active {
		transform: translateX(0%);
	}
	.scrolldown {
		width: 15px;
		height: 15px;
	}
	
}
@media screen and (max-width: 375px) {
  .scrolldown {
		width: 15px;
		height: 15px;
	}
	

}


/*burger menu*/
	@keyframes navLinkFade{
		from{
			opacity: 0;
			transform: translateX(50px);
		}
		to{
			opacity: 1;
			transform: translateX(0px);
		}
	}
	.toggle .line1 {
		transform: rotate(-45deg) translate(-5px,6px);
	}
	.toggle .line2 {
		opacity: 0;
	}
	.toggle .line3 {
		transform: rotate(45deg) translate(-5px,-6px);
	}

/*parallax image*/
	.parallax {
		width: 100%;
		
		}
/* social menu*/
	.social {
		position: fixed;
		top: 45%;
		right: 20px;
		transform: translateY(-50%);
		 z-index: 1;
	}
	.social ul {
		margin: 0;
		padding: 0;
	}
	.social ul li {
		list-style: none;
		margin: 20px 0;
	}
	.social ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		color: black;
		border-color: black;
		border: 0.5px solid black;
		background: white;
		opacity: 0.7;
		display: block;
		text-align: center;
		border-radius: 50px;
	}
	.social ul li a:hover {
		background-color: #28cad6;
		color: #fff;
		border-color: #28cad6	;
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.04);

	}


.about{
	width: 65%;
	
	padding: 1%;
	text-align: center;
	margin: auto;
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
}
.about img {
	margin-top: 5%;
	border-radius: 1%;
	width: 30%;
}
.about h1 {
	font-family: 'Anton', sans-serif;
	font-size: 90%;
	letter-spacing: 0.7px;
	font-weight: 200;
	margin-top: 2%;
	margin-bottom: 1%;
}
.about h4 {
	font-size: 80%;
	margin-bottom: 10%;
}
.about h5 {
	margin-top: 3%;
	margin-bottom: 2%;
	font-family: 'Anton', sans-serif;
	font-size: 90%;
	letter-spacing: 0.7px;
	font-weight: 200;
	font-weight: 400;
}
.about p {
	text-align: center;
	font-size: 90%;
	padding: 0 5% 0 5%;
}

.skills {
	width: 70%;
	margin: 60px auto;
	color: black;
}
.skills li{
	margin: 20px 0;
	list-style: none;
}
.bar {
	background: grey;
	display: block;
	height: 3px;
	border: 0.7px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	box-shadow: 0 0 5px #2187e7b3;
}
.skills h3 {
	font-size: 80%;
	text-align: left;
	padding-bottom: 3%;
}
.bar span {
	height: 2px;
	float: left;
	background: #28cad6;
}
.html {
	width: 90%;
	animation: html 3s;
}
.css {
	width: 90%;
	animation: html 3s;
}
.js {
	width: 30%;
	animation: html 3s;
}
.ps {
	width: 95%;
	animation: html 3s;
}
.ai {
	width: 95%;
	animation: html 3s;
}
.ind {
	width: 60%;
	animation: html 3s;
}

@keyframes html {
	0%{
		width: 0%;
	}
	90%{
		width: 90%;
	}
}
@keyframes css {
	0%{
		width: 0%;
	}
	90%{
		width: 90%;
	}
}
@keyframes js {
	0%{
		width: 0%;
	}
	30%{
		width: 30%;
	}
}
@keyframes ps {
	0%{
		width: 0%;
	}
	95%{
		width: 95%;
	}
}
@keyframes ai {
	0%{
		width: 0%;
	}
	95%{
		width: 95%;
	}
}
@keyframes ind {
	0%{
		width: 0%;
	}
	60%{
		width: 60%;
	}
}




/* something*/

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-shadow: 0 -15px 45 rgba(0, 0, 0, 0.1);
  font-family: 'Roboto Condensed', sans-serif;

}

.testi {
  display: flex;
  padding: 9% 9%;
}

.wrapper .testi .client {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.wrapper .testi .client:nth-child(2) {
  margin: 0 10%;
}

.wrapper .testi .client .say .border {
  width: 0%;
  height: 1.5px;
  background: #28cad6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  transition: all 600ms cubic-bezier(1, -0.32, 0, 0.92);
}

.wrapper .testi .client .say h3 {
  font-weight: 200;
  margin: 10PX 0;
  font-size: 80%;
  line-height: 1.5;
  transform: translateY(-200px);
  transition: all 550ms cubic-bezier(1, 0.1, 0, 1.04);
}

.wrapper .testi .client.show .say .border {
  width: 100%;
}

/* When add class show display the h3 element */

.wrapper .testi .client.show .say h3 {
  transform: translateY(0);
}

.wrapper .testi .client .profile {

  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  transition: all 250ms;
  cursor: pointer;
}

.wrapper .testi .client .profile:hover {
  background: #1d1c1d;
}

.wrapper .testi .client .profile:hover .info h3 {
  color: #fff;

}

.wrapper .testi .client .profile .img {
  width: 25%;
  margin-right: 7%;

}
.wrapper .testi .client .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  background: #fff;
}

.wrapper .testi .client .profile .info {
  font-size: 70%;
}

@media screen and (max-width: 1024px){
	
.wrapper  {
		display: none;
		font-weight: 200px;
		font-size: 50%;
	}

}
@media screen and (min-width: 1025px){
	
.wrapper1  {
		display: none;
	}

}

.wrapper1 img{
	width: 10%;
	border-radius: 60%;
	background: #fff;
	margin-bottom: 3%;
}



/*contact form*/
.contact-title {
	text-align: center;
		font-family: 'Anton', sans-serif;
		font-weight: 300;
		font-size: 12px;
		margin-top: 8%;
		text-transform: uppercase;

}
form {
	margin-left: 27%;
	margin-top: 50px;
	transition: all 4s ease-in-out;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 15%;
}
.form-control {
	width: 65%;
	background: white;
	border: none;
	outline: none;
	border-bottom: 1px solid black;
	color: black;
	font-size: 13px;
	margin-bottom: 14px;
	padding-left: 6px;
}
input {
	height: 40px;

}
form .submit {
	background: black;
	border-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	margin-top: 20px;

}
form .submit:hover {
	background: #28cad6;
	cursor: pointer;
	color: black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*footer*/

.socialF {
		position: relative;
		
	
		
	}
	.socialF ul {
		margin: 0;
		padding: 0;
	}
	.socialF ul li {
		list-style: none;
		margin:  0;
		display: inline-block;
		padding: 2px;
	}
	.socialF ul li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		color: #fff;
		border: 0.5px solid black;
		display: inline-block;
		text-align: center;
		border-radius: 2px;
	}
	.socialF ul li a:hover {
		background-color: black;
		color: #fff;
		border-color: #fff;
	

	}


.footer {
	width: 100%;
	height: 90px;
	background-color: black;
	color: black;
	text-align: center;
	padding-top: 0.5%;
	margin-top: 0;
}
.footer p {
	color: #fff;
	font-family: 'Righteous', cursive;
	font-size: 11px;

}