@charset "utf-8"
body{
	background-color: #f6f5f5;
	margin:0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
section{
	width:100;
	height:95vh;
	background-image: url("bg.png");
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}
nav{
	padding:0px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:60px;
	background-color: #ffffff;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.25);
}
nav ul{
	display:flex;
}
.toggle{
	display: none;
}
nav ul li a{
	margin: 30px;
	font-family: myriad pro regular;
	color:#505050;
	font-size: 15px;
	font-weight:700;
}
.logo{
	font-family: 'Kranky', cursive;
	font-weight: bold;
	color:#000000;
	font-size: 17px;
}
.active{
	font-weight: bold;
	color:#2d2a2a;
}
.textcontainer p:nth-child(1){
	font-family: calibri;
	color: #6d6d6d;
	font-size: 22px;
}
.textcontainer p:nth-child(2){
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1a1aa1;
	font-size: 60px;
}
.textcontainer p:nth-child(3){
	font-family: myriad pro regular;
	color: #403e3e;
	font-size: 30px;
	line-height: 30px;

}
.textcontainer p{
	line-height: 0px;
	margin:45px 0px 25px;
}
.textcontainer{
	position:absolute;
	left:13%;
	top:45%;
	transform:translate(-13%,-45%);
}
.textcontainer button{
	width: 130px;
	height: 42px;
	border-radius: 10px;
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	margin: 0px 10px;
}
.down-cv{
	background-color: #0b0b0b;
	color: #fff;
	border:none;
}
button:active{
	transform: scale(1.1);
}
.model{
	height:600px;
	position:absolute;
	bottom: 0px;
	right:-10%;
	transform: translateX(-70%);
}
.aboutcontainer{
	width: 80%;
	height: 400px;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	display:flex;
	margin: -7px auto 20px auto;
	position:relative;
	justify-content: space-evenly;
	align-items: center;
}
.aboutcontainer img{
	height :250px;
	width:230px;
	border-radius: 15px;
}
.abouttext{
	width: 550px;
}
.abouttext p:nth-child(1){
	color:#403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 23px;
	line-height: 0px;
}
.abouttext p:nth-child(2){
	color:#403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 13px;
	line-height: 5px;
}
.abouttext p:nth-child(3),
.abouttext p:nth-child(4){
	color:#7e7d7d;
	font-family: calibri;
	font-size: 16px;
}
.abouttext button{
	width: 120px;
	height:40px;
	color:white;
	outline: none;
	border: none;
	font-family: calibri;
	background-color: #000000;
}
.abouttext button:active{
	transform:scale(1.1);
}
.education{
	height: 150px;
	background-color: #ffffff;
	padding: 2% 10% 0px 10%;
}
.edutext p:nth-child(1){
	font-family: calibri;
	font-weight: bold;
	color: #3e3d3d;
	font-size: 30px;
	line-height: 0px;
}
.edutext p:nth-child(2){
	font-family: calibri;
	font-size: 16px;
	color: #7e7d7d;
}
.edutext{
	width: 770px;
	margin: 10px 0px;
}
.box-1,.box-2,.box-3{
	width:300px;
	height: 320px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}
.boxcontainer{
	display: flex;
	justify-content: space-between;
	margin: 0px 160px 0px;
}
.box-1 span,
.box-2 span,
.box-3 span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
	color:#ffffff;
	font-family: calibri;
	line-height: 5px;
	font-size: 23px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
	font-family: calibri;
	text-align: center;
	width: 230px;
	margin: 0px 0px 20px 0px;
	color: #8f8f8f;
}
.contact{
	width: 100%;
	height: 300px;
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.contact p{
	color: #ffffff;
	size: 30px;
	font-family: calibri;
	font-weight: bold;
	border-bottom: 2px #ffffff; 
}
.contact button{
	width: 200px;
	height: 40px;
	background-color: #ffffff;
	outline: none;
	border:none;
	font-size: 14px;
	font-weight: bold;
}
footer{
	height: 300px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
footer p{
	font-size: 30px;
	font-weight: bold;
	color: #191919;
	line-height: 10px;
}
.social a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e6e3e3;
	margin: 20px 10px;
	border-radius: 50%;
}
.social{
	display: flex;
}
.copyright{
	color: #565555;
	font-size: 15px;
	position: absolute;
	left:50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.social i{
	color: #000000;

}
.social a:hover,
.asocial a:hover{
	background-color: #000000;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.social a:hover i,
.asocial a:hover i{
    color: #ffffff;
    transition: all ease 0.5s;
}
.asocial{
	position: fixed;
	top: 60%;
	right: 0px;
	transform: translateY(-60%); 
}
.asocial a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}
.asocial{
	color: #2b2b2b;
	font-size: 20px;
}
@media(max-width: 1000px){
	*{
		box-sizing: border-box;
	}
	.model{
		height: 460px;
		left:90%;
		transform: translateX(-90%);
	}
	.textcontainer{
		top: 46%;
	}
	.textcontainer button{
		margin: 5px;
	}
	.aboutcontainer{
		width: 90%;
		border-radius: 10px;
	}
	.aboutcontainer img{
		width: 200px;
	}
	.abouttext{
		width: 400px;
	}
	.abouttext p:nth-child(3),
	.abouttext p:nth-child(4){
		font-size: 14px;
	}
	.education{
		padding: 2% 5% 0px 5%;
		height:auto;
	}
	.box-container{
		justify-content: center;
		flex-wrap: wrap;
	}
	.box-1,.box-2,.box-3{
		flex-grow: 1;
		margin: 10px;
	}
	.contact{
		height: 200px;
	}
	.contact p{
		font-size: 26px;
	}
	.contact button{
		font-size: 14px;
		height: 35px;
		width: 160px;
	} 
}
@media(max-width: 750px){
	section{
		background-image: none;
		background-color: #f7f7f7;
	}
	.model{
		display: none;
	}
	.toggle{
		display: block;
	}
	.textcontainer p:nth-child(2){
		line-height: 50px;
		margin: 0px;
		padding: 0px;
	}
	.textcontainer{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
	}
	
	.toggle:before{
		content:'\f0c9';
		font-family: fontAwesome;
		line-height: 30px;
		z-index: 1;
	}
	.toggle.active:before{
		content:'\f00d';
		position: fixed;
		right:25px;
		line-height:0px;
	}
	nav.active ul{
		display: flex !important;

	}
	.aboutcontainer{
		top: 0px;
		flex-direction: column;
		width: 90%;
		height: auto;
		padding: 30px 0px;
		align-items: center;

	}
	.abouttext{
		width: 90%;
		text-align: center;
	}
	.edutext{
		width: 100%;
	}
	.boxcontainer{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 16px;
	}

	}
	.contact{
		height: 180px;
	}
	.contact p{
		font-size: 18px;
	} 
	.contact button{
		width: 150px;
		height:33px;
	}

}