@charset "utf-8";
/* CSS Document */
body{
	background-color: lightsteelblue;
	margin: 0px;
	padding: 0px;
}

#container{
	margin-left: auto;
	margin-right: auto;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}


nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	background-color: ghostwhite;
	margin: 2px;
	overflow: hidden;

}

nav ul{
	display: flex;
}

nav ul li a{
	font-family: myriad pro regular;
	color: #505050;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 0px;
	margin: 10px;
}

.logo{
	float: left;
	font-family: cursive;
	color: #000000;
	font-size: 18px;
}

.active{
	font-weight: bold;
	color: #2d2a2a;
}


.text-container p:nth-child(1){
	font-family: sans-serif;
	font-weight: bold;
	color: #001f3f;
	font-size: 22px;
}

.text-container p:nth-child(2){
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #001f3f;
	font-size: 30px;
}

.text-container p:nth-child(3){
	font-family: sans-serif;
	color:  #001f3f;
	font-size: 22px;
}

.heading{
	text-decoration: underline;
	width: 100%;
	text-align: center;
	margin: 30px;
	color: #111;
}
.text-container{
	line-height: 0px;
	margin: 45px 0px 25px;
	padding: 50px;
	width: 80%;
}

.text-container button{
   width: 130px;
   height:42px;
   border-radius: 10px;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 14px;
   outline: none;
   margin: 0px 10px;
}

.showcase{
	background-image: url(showcase7..JPG);
	background-position: center right;
	height:300px;
	margin-bottom: 30px;
}

.hire-btn{
	border:2px solid #373636;
	color: #373636;
}

.down-cv{
	background-color: #0b0b0b;
	color: #FFFFFF;
	border:none;
}

button:active{
	transform:scale(1.1);
}

.about-container{
	width: 80%;
	height: 330px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	margin: -7% auto 20px auto;
	position: relative;
	justify-content: space-around;p
	align-items: center;
	padding: 50px;
}
.about-text p:nth-child(1){
	color: #403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 23px;
	line-height: 0px;
}

.content{
	color: lemonchiffon;
	padding: 10px;
	display: inline;
	text-align: center;
	justify-content: space-between;
	border: 3px;
	margin: auto;
    width: 90%;

}

.contentBx h3{
	display: inline;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;

}


.heading h1{
	color: blue;
	font-size: 20px;
	text-align: center;
}

#main p{
	width: 20%;
	height: 100px;
	background:#f4f4f4;
	position: relative;
	border-radius: 10px;
	box-shadow: 0;
	transform: scale(0.95);
	transition: box-shadow .3s ease-in-out, transform .3s ease-in-out
	margin:10px;
}


.inline-block{
	display: inline-block;
}

#main:hover p{
	transform: scale(1);
	box-shadow: 5px rgba(0,0,0,.2);
}

#main p{
	position:absolute;
	width: 20%;
	height: 40%;
	background:white;
	float: right;
}

#banner{
	text-align: center;
	font-size: 18px;
	font-style: italic;
}

.s-container{
	position: relative;
	width: 500px;
}

#heading-1{
	align-content: center;
	display: flex;
}

.skills-container .skills{
	width: 80%;
	color: white;
	position: relative;
	display: flex;
	margin: 20px 0;
	padding: 24px 10px 18px;
	background: linear-gradient(#616161 0%, #333 10%, #222);
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid lightcyan;
	transition: 0.5s;
	align-items: center;
}

.skills-container .skills:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
	height:50;
	background: rgb(255,255,255,.1);
	z-index: 10;
}

.skills-container .skills .Name{
	position: relative;
	width: 110px;
	text-align: right;
	color: #fff;
	margin-top: -2px;
	text-transform: uppercase;
}

.skills-container .skills .Value{
	position: relative;
	width: 40px;
	text-align: left;
	color: #fff;
	margin-top: -2px;
	text-transform: uppercase;
}

.skills-container .skills .percent{
	position: relative;
	width: calc(100% - 150px);
	height: 20px;
	margin: 0 10px;
	border-radius: 10px;
	background: #151515;
	box-shadow: inset 0 0 10px #000;
	overflow: hidden;
}

.skills-container .skills .percent .progress{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: #fff;
	box-shadow: inset 0 0 2px #000;
	animation: animate 4s ease-in-out forwards;
}

@keyframes animate
{
 from
 {
 	width: 0;
 }
}

#main-footer{
	background:#333;
	color:#fff;
	text-align: center;
	padding:20px;
	margin-top: 40px
}

.box-area{
	background: gainsboro;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.single-box{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	margin: 20px;
	padding: 20px;
	transition: .3s;
}

.img-area{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border: 6px solid #ddd;
	border-radius: 50%;
	margin-bottom: 10px;
	padding: 20px;
	background-size: cover;
	background-position: center center;
}

.single-box:nth-child(1) .img-area
{
	background-image: url(dev.jpg);
}


.single-box:nth-child(2) .img-area
{
	background-image: url(pizza.jpg);
}

.single-box:nth-child(3) .img-area
{
	background-image: url(ada.jpg);
}

.header-text{
	font-size: 24px;
	font-weight: 500;
	line-height: 48px;
}

.img-text{
	font-family: Poppins;
	padding-top: 20px;
}
.img-text p{
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;

}

.single-box:hover
{
	background: teal;
	color: #fff;
}

#contactinfo{
	margin: 0;
	padding: 0;
	font-size: 20px;
	width: 80%;
	margin: 50px auto;
}

.contact-box{
	background: #fff;
	display: flex;
}

.contact-left{
	flex-basis: 60%;
	padding: 40px 60px;
}

.contact-right{
	flex-basis: 40%;
	padding: 40px;
	background: #1c00b5;
	color: #fff;
}

#contactinfo{
	width: 90%;
}

.contactinfo h2{
	margin-bottom: 10px;
}

.container p{
	margin-bottom: 40px;
}

.input-field{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.input-field{
	flex-basis: 45%;
}

input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	padding-bottom: 5px;
}

textarea{
	width: 100%;
	border:1px solid #ccc;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
}

label{
	margin-bottom: 6px;
	display: block;

}

.contact-left h3{
	color: #1c00b5;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-right h3{
	margin-bottom: 30px;
}

tr td:first-child{
	padding-right: 20px;
}

tr td{
	padding-top: 20px;
}

#box-area a:hover{
	color: blue;
}

@media (max-width: 880px){

	html,body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}


.text-container p:nth-child(3){
	color:  #001f3f;
	font-size: 18px;
	font-style: bold;
	font-weight: 500;
}
	nav{
		margin: 0px;
	}
nav ul li a{
	font-family: myriad pro regular;
	color: #505050;
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding: 0px;
	margin-left: -3px;
	overflow: hidden;
}

#contactinfo{
	margin: 0;
	padding: 0;
}

.contact-box{
	width: 500%;
}

}
