@charset "utf-8";
body{
	margin:0px;
	padding: 0px;
	font-family: poppins;
	background: url(IMG_20190719_160856.jpg);
}
*{
	box-sizing:border-box;
	scroll-behavior : smooth;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
#main{
	width:100%;
	height:100vh;
	position: relative;
}
nav{
	display: flex;
	justify-content: space-around;
	align-items:center;
	box-shadow: 5px 10px 30px rgba(0,0,0,0.02);
	position: relative;
	left: 0;
	top: 0;
	width:100;
	z-index: 1;
	background-color: lightblue;

}
.logo img{
	height:50px;
	width:50px;
}	
nav ul{
		display: flex;
}
nav ul li a{
	height:40px;
	line-height: 43px;
	margin: 4px;
	padding: 1px 50px;
	display: flex;
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #585b5b;
	letter-spacing: 1px;
}
.hey{
	color: black;
	font-weight:500;
	font-size: 0.9rem;
	border-bottom: 2px solid black;

}
nav ul li a:hover{
	background-color: black;
	color: #FFFFFF;
	box-shadow: 5px 10px 30px rgba(64,198,196,0.3);
	transition: all ease 0.2s;
}
.model img{
	width:100%;
	height: 100%;
	object-fit:contain;
	border-radius:60%;
}
.model{
	width:650;
	height: 450px;
	border-radius:50%;
}
.content{
	width:90%;
	display:flex;
	justify-content: space-around;
	align-items: center;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main-text{
	width:500px;
    
}
.main-text h1{
	font-size: 5.2rem;
	color:#1c3548;
	margin:0px 0px 10px 0px;
	line-height: 60px;
}
.main-text p{
	color: white;
}
.portfolio-btn{
	width:200px;
	height:100px;
	display; flex;
	justify-content: center;
	align-items: center;
	color: black;
	background-color: lightblue;
	border-radius: 100px;
	box-shadow: 4px 10px 30px rgba(24,139,119.0.2);
}
.portfolio-btn:hover{
	background-color: white;
	transition: all ease 0.2s;
}
#skills{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width:90%;
	margin:auto auto 50px auto;
}
.skill-text{
	width:400px;
}
.skill-img{
	width:600px;
	height: 600px;
}
.skill-img img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}
.skill-heading span{
	color: white;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
}
.skill-heading h2{
	color: white;
	font-size:3.3rem;
	margin:0px;
	font-weight:400;
	letter-spacing: 1px;
}
.s-box-container{
	margin-top: 30px;
}
.skill-box{
	display: flex;
	margin: 25px 0px;
}
.s-box-icon{
	margin-right:12px;
}
.s-box-icon i{
	width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
	font-size:1.1rem;
}
.s-box-text strong{
	color: white;
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 600;
}
.s-box-text p{
	color: white;
	font-size:0.9rem;
}
.fa-html5{
	color:#e06061;
}
.fa-cuttlefish{
	color:#416cdf;
}
.fa-css3-alt{
	color:#f98231;
}
.fa-copyright{
	color:#f98231;
}
.fa-python{
	color:#f98231;
}
footer{
	position: relative;
	bottom: 0px;
	width: 100%;
	background: lightblue;
}
.main-content{
	display: flex;
}
.main-content .box{
	flex-basis : 100%;
	padding: 10px 20px;
}
.box h2{
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}
.box .content{
	margin: 10px 0 0 0;
}
.left .content .social{
	margin: 10px 10px 10px 10px 10px;
}
.left .content .social a{
	padding: 0 2px;
}
.left .content .social a span{
	height: 40px;
	width: 40px;
	background: #ffffff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}
.left .content .social a span:hover{
	background: #1a1a1a;
}

#recent{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:30px 0px;
	flex-direction: column;
}
.recent-heading span{
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:2px;
	font-size: 1.1rem;
}
.recent-heading h3{
	color: white;
	font-size: 1rem;
	margin: 0px;
	font-weight: 400;
	letter-spacing: 1px;
}
nav .menu-btn{
	display:none;
}
