body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgb(24, 23, 23);
	color: white;
	font-family: sans-serif;
	scroll-behavior: smooth;

}

.nav_btn{
	display: none;
}
.navbar_{
	
	width: 100%;
	color: white;
	background-color: rgb(3, 3, 3);
	display: inline-flex;
	padding: 15px 0px 15px 0px;
	opacity: 0.5;
	/* position: fixed; */
	transition: all 2s ease-in-out;
	justify-content: space-between;
	align-items: center;
}
.nav_brand{
	padding-left: 60px;
	font-size: 17px;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
}

.nav_brand span{
	font-size: 16px;
}
.navs{
	display: inline-flex;
	justify-content: space-between;
	list-style: none;
	padding-right: 50px;

	
}
.navs li{
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.6px;
}
.navs li a{
	text-decoration: none;
	color:rgb(129, 127, 127)
}
.intro{
	position: absolute;
}
.main_banner{
	/* background-color: black; */
	color: white;
	width: 100%;
	height: 680px;
	display: inline-flex;
	align-items: center;
	background-image: url("../images/cof.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	justify-content: center;
	font-size: 20px;
	text-align: center;
}
.dark-screen{
	background-color: black;
	opacity: 0.9;
	height: 680px;
	display: inline-flex;
	font-size: 28px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width:100%;
}
.dark-screen button{
	padding: 10px;
	margin: 30px 0px;
	background-color: transparent;
	color:white;
	font-size: 19px;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	border: 1px solid #fff;
}
.dark-screen button:hover{
	padding: 10px;
	margin: 20px;
	background-color: white;
	transition: all 0.3s ease-in-out;
	color:black;
	border: 1px solid #fff;
}

.portfolio{
	padding: 20px 0px 50px 0px;
	display: inline-flex;
	flex-direction: column;
	margin: 0 auto;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 79%;
}
.portfolio P:nth-child(1){
	font-size: 24px;
	
}
.portfolio span:nth-child(1){
	color: rgb(107, 106, 106);
	font-weight: bold;
}
.portfolio h4, .info h4, .dev_tools h4, .nav_brand h4{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1.5px;
	padding: 0;
	color: rgb(138, 137, 136);
	margin: 0;
	
}
.portfolio h4 span, .info span, .dev_tools span, .nav_brand span{
	font-size: 27px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.portfolio p{
	font-size: 14px;
	padding: 20px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;

}
.tabbar{
	display: inline-flex;
	justify-content: space-between;
	padding: 20px;
	width: 40%;
	font-size: 18px;
	color: rgb(138, 137, 136)
}
.tabbar div{
	cursor: pointer;
}
.tab2, .tab3, .tab4{
	display: none;

}
.row1{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.tabbar a{
	text-decoration: none;
	color: white;
	text-align: center;
	padding-bottom:10px;
	
	transition: all 0.5s ease-in-out;
}
.tabbar .active{

	border-bottom: 1px solid #fff;
	transition: all 0.5s ease-in-out;

}
.portfolio_content{
	width: 70%;
	display: inline-flex;
	justify-content: center;
}


.row1 img{
	width: 80%;
}
.col1, .col2, .col3{
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
/* .col1 img, .col2 img, .col3 img{

	width: 30vw;
	height: 30vh;

	

} */
.project_tit p{
	padding: 0;
}

.project_tit i{
	padding: 0px 40px;
	letter-spacing: 5px;
}
.project_tit a{
	text-decoration: none;
	color: white;
}
.project_tit a:hover{
	color: grey;
}

.project_tit p:nth-child(1){
	color:rgb(79, 175, 179);
	padding-top: 10px;
	font-size: 15px;
}
.dev_tools{
	padding: 40px 0px 40px 0px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: black;
	align-items: center;
	width: 100%;
}
.dev_tools hr{
	background-color: rgb(85, 80, 80);
}
/* .dev_tools h4{
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 4px;
	margin: 0;
	padding: 10px;
	
	font-weight: normal;
} */
hr{
	background-color: aliceblue;
}
.stack{
	width: 100%;
	display: inline-flex;
	color: rgb(95, 92, 92);
	justify-content: center;
	flex-direction: column;	
	align-items: center;
}
.stack div{
	padding: 20px;
	font-weight: normal;
	letter-spacing: 3px;
}
.stack_row{
	width: 100%;
	text-align: center;
	
}
.stack li{
	list-style: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 20px;
}
.bout_me{
	padding: 70px 0px 70px 0px;
	display: inline-flex;
	flex-direction: row;
	
	background-color: black;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}



.bout_me img{
	width: 25vw;
	height: 25vw;
	border-radius: 100%;
}
.info{
	font-size: 16px;
	font-weight: normal;
}
/* .bout_me .image,  */

.bout_me .info{
	width: 40%;
	font-weight: normal;
}
.resume_btn{
	background-color: rgb(116, 189, 189);
	border: 0px;
	padding: 10px;
	color: white;
	font-size: 14px;
	
}
.hire_btn{
	background-color: rgb(74, 77, 77);
	border: 0px;
	padding: 10px;
	color: white;
	font-size: 14px;
	
}
.contact{
	padding: 40px 0px 40px 0px;
	display: inline-flex;
	background-color: black;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.contact p:nth-child(1){
	margin-top: 20px;
	/* margin-bottom: 50px; */
	font-size: 20px;
}
.contact_row{
	display: inline-flex;
	justify-content: space-around;
	width: 90%;

}
.contact_form span, .contact_address span{
	margin: 30px 0px 30px 0px;
}
.contact_form form{
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	

}

.contact_form input{
	padding: 20px;
	margin-top: 20px;
	background-color: rgb(71, 71, 71);
	border: 0px;
	color: white;
	

}
.contact_form input:nth-child(3){
	padding: 50px;
	margin-top: 20px;
	

}
.contact_address span, .contact_form span{
	color: rgb(54, 126, 131);
	font-weight: bold;
	text-transform: uppercase;
}

.fab_btn{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10%;
	right: 5%;
	background-color: green;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.fab-inner{
	padding: 20px;
	font-size: 30px;
	z-index: 999;
}

.contact_form button{
	padding: 20px;
	margin-top: 20px;
	background-color: rgb(105, 170, 170);
	color: white;
	border: 0px;

}
.add_co{
	padding: 10px 0px 10px 0px;
}
.add_co p:nth-child(1){
	color: rgb(106, 180, 180);
}
footer{
	display: inline-flex;
	flex-direction: column;
	background-color: black;
	width: 100%;
	/* padding: 20px 0px 20px 0px; */
}

.socials{
	/* display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	text-decoration: none; */
	display: inline-flex;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.socials li{
	padding: 10px;
}
.socials a{
	color:aqua;
	padding: 10px;
	border-radius: 50px;
	font-size: 33px;
	background-color: rgb(48, 48, 48);
}
.side_bar{
	height: 100vh;
	width: 100vw;
	display: none;
	position: fixed;
	/* right: 0%; */
	opacity: 0.85;
	z-index: 999;
	background-color: black;
	transition: width 1.5s ease-in-out;
}
.side_bar ul{
	list-style: none;
	width: 100%;
	
	justify-items: center;
	/* padding: 100px 50px 0px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
	/* text-align: center; */
}
.side_bar li{
	padding: 30px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
}
.side_bar a{
	text-decoration: none;
	padding: 20px 0px 20px 0px;
	letter-spacing: 2px;
	color: white;
}

.side_bar a:hover{
	transition: all 0.5s ease-in-out;
	border-bottom: 1px solid white;
}

@media only screen and (max-width:700px){

	.side_bar{
		display: none;
		justify-content: center;
		align-items: center;

	}
	
	.portfolio{
		width: 90%;
	}

	.navs{
		padding: 20px 30px 20px 30px;
	}

	.navs li{
		display: none;
	}
	.nav_btn{
		display: inline-flex;
		flex-direction: column;
		margin: 20px;
		align-items: center;
		width: 40px;
		padding: 5px;
		color: white;
		background-color: rgb(14, 13, 13);
		border: 1px solid #fff;
		
	}

	
	
	.nav_btn span{
		height: 1.5px;
		background-color: #fff;
		margin: 3px;
		width: 20px;
		
	}
	.row1{
	display: inline-flex;
	justify-content: space-evenly;
	width: 100%;
	flex-direction: column;
	

	}	
	
	.tabbar{
		width: 80%;
	}
	.stack li{
		font-size: 14px;
		/* padding: 10px; */
		text-align: center;
	}
	.bout_me{
		flex-direction: column;
	}
	.image{
		width: 70%;
	}

	.nav_brand{
		padding-left: 15px;
	}

	.contact_row{
		flex-direction: column;
	}
	.contact_address{
		margin-top: 40px;
	}
	.bout_me .image, .bout_me{
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	.bout_me H4{
		text-align: center;
	}
	.bout_me .image, .bout_me .info{
		width: 90%;
		margin-bottom: 30px;
	}
	.dark-screen, .main_banner{
		height: 430px;
		padding: 0;
		font-size: 19px;
	}
}