*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial,sans-serif;
	scroll-behavior: smooth;
}
section{
	padding: 100px 150px;
}
.main{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: url(img/logo.png) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

}
.main .content{
	max-width: 800px;
}
.main .content h1{
	color: #059862;
	font-size: 1.8em;
	font-weight: 600px;
}
.main .content h1 span{
	font-size: 2em;
}
.animated-text{
	position: relative;
	height: 70px;
	overflow: hidden;
}
.animated-text h2{
	color: red;
	font-size: 3em;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 1px;
}
.k{
	color: red;
}
.btn{
	color: #fff;
	background-color: #059862;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	padding: 20px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 2px;
	transition: 0.5s ease;
	font-family: Tahoma;
	border-radius: 10px;
	margin-bottom: 10px;

}
.btn:hover{
	background-color: #059862;
}
.media-icons{
	margin-top: 50px;


}
.media-icons a{
	color: #059862;
	font-size: 35px;
	margin-right: 30px;
	transition: 0.5s ease;
}
.media-icons a:hover{
	color: rgb(0,0,51, 1);
}

.econtainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

header{
	z-index: 999;
	position: fixed;
	background: #059862;
	top:0;
	left: 0;
	width: 100%;
	padding: 15px 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s ease;
}
header.sticky{
	background-color: #059862;
	padding: 10px 200px;
}
header .brand{
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration: none;
}
header .navigation{
	position: relative;
}
header .navigation a{
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	margin-left: 30px;
}
header .navigation a:hover{
	font-weight: bold;
}
header.sticky .navigation a:hover{
	font-weight: bold;
}



#table-wrapper {
	position:relative;
  }
  #table-scroll {
	height:280px;
	overflow:auto;  
	margin-top:20px;
  }
  #table-wrapper table {
	width:100%;
  
  }
  #table-wrapper table * {
	color:black;
  }
 

.t::-webkit-scrollbar{

	width: 20px;
}
.t::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.t::-webkit-scrollbar-thumb{
	background : red;
	border-radius: 10px;
}
.t::-webkit-scrollbar-thumb:hover{
	background: red;
}

body{
	min-height: 110vh;
}
.title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.section-title{
	position: relative;
	color: #059862;
	font-size: 2.2em;
	font-weight: 800px;
	margin-bottom: 60px;
}
.section-title:before{
	content: '';
	position: absolute;
	top: 56px;
	left: 50%;
	width: 140px;
	height: 4px;
	background: #059862;
	transform: translate(-50%);
}
.red{
	color: red;
}
.section-title:after{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #367E18;
	transform: translate(-50%);
}
.about .content{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;

}
.about .content .col-left{
	position: relative;
	width: 45%;

}
.about .content .col-right{
	position: relative;
	width: 50%;
}
.about .content .col-right .content-title{
	font-size: 2em;
	font-weight: 800;
	margin-bottom: 20px;
}
.about .content .col-right .para{
	line-height: 1.6em;

}

.model-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
}
.modal{
	height: 400px;
	width: 500px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 5px 8px black;
	border-radius: 8px;
	position: relative;
	display: none;
}
.model-container p {
	font-size: 14px;
}
table{
	margin: auto;
	font-size: 14px;
}

th, tr{
	width: 150px;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}

.model-container .modal .close{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
}

.skills{
	background: rgb(0, 0, 51);
}
.skills .content{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-top: 20px;
}
.skills .content .col-left{
	position: relative;
	width: 46%;
}
.skills .content .col-left h2{
	font-size: 2em;
	margin-bottom: 10px;

}
.skills .content .col-left .para{
	line-height: 1.6em;
	font-size: 18px;
}
.skills .content .col-right{
	position: relative;
	width: 46%;
}
.skills .content .col-right .bar{
	margin-bottom: 15px;
	padding: 10px;
}
.skills .content .col-right .bar .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.skills .content .col-right .bar .info span{
	font-size: 18px;
	font-weight: 500px;

}
table{
	border-spacing: 10px;
}
.skills .content .col-right .bar .line{
	position: relative;
	width: 100%;
	height: 15px;
	background: #ccc;
	border-radius: 2px;
}
.skills .content .col-right .bar .line:before{
	content: '';
	position: absolute;
	height: 100%;
	top:0;
	left: 0;
	border-radius: 2px;
}

.skills .content .col-right .bar .html:before{
width: 95%;
background: #e45126;
}

.skills .content .col-right .bar .css:before{
width: 70%;
background: #0c73b8;
}

.skills .content .col-right .bar .javascript:before{
width: 65%;
background: #e3a324;
}

.skills .content .col-right .bar .react:before{
width: 60%;
background: blue;
}
.skills .content .col-right .bar .others:before{
width: 70%;
background: red;
}
.projects{
	background: #E1FFB1;
}
.projects .content{
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}

.projects .content .card{
	width: 340px;
	margin: 15px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.projects .content .card .card-img{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 10px;
}
.projects .content .card .card-img img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: 0.5s ease;
}
.projects .content .card .card-img img:hover{
	transform: scale(1.2);
}
.contact .content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 20px;

}
.contact .content .row{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;

}
.contact .content .row .card{
	background: #fff;
	width: 240px;
	margin: 20px;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
	border-radius: 10px;
}
.contact .content .row .card .contact-icon{
	color: #059862;
	font-size: 4em;
	text-align: center;
	transition: 0.5s ease;
}
.contact .content .row .card:hover .contact-icon{
	transform: translate(-10px);
}
.contact .content .row .card .info{
	text-align: center;
}
.contact .content .row .card .info h3{
	color: #111;
	font-size: 1.2em;
	font-weight: 700px;
	margin: 10px;
}
.contact .content .row .card .info span{
	color: #666;
	font-weight: 500 
}
.contact-form{
	background: #fff;
	max-width: 600px;
	margin-top: 50px;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0 5px 25px rgba(1 1 1 / 15%)

}
.contact-form h3{
	color: #111;
	font-size: 1.6em;
	font-weight: 600px;
	text-align: center;
	margin-bottom: 40px;
}
.contact-form .input-box{
	position: relative;
	width: 100%;
	margin-bottom: 20px;

}
.contact-form .input-box input, .contact-form .input-box textarea{
	color: #111;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	font-weight: 400px;
	outline: none;
	border: 1px solid #111;
	border-radius: 5px;
	resize: none;
}
.contact-form .input-box .send-btn{
	color: #fff;
	background: #059862;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	border: none;
	cursor: pointer;
	transition: 0.5s ease;
}
.contact-form .input-box .send-btn:hover{
	background: #059862;
}
.footer{
	background: #059862;
	color: #fff;
	text-align: center;
	padding: 2em;
}
.footer .footer-title{
	font-size: 20px;
	font-weight: 600px;
}
.footer p{
	font-size: 16px;
	margin-top: 10px;

}
.footer p a{
	text-decoration: none;
	color: #059862;
	font-weight: 600;

}


@media (max-width: 1040px){

	th, tr{
		width: 150px;
		text-align: center;
		padding: 5px;
		font-size: 16px;
	}

	.main{
		position: relative;
		width: 100%;
		/* min-height: 100vh; */
		display: flex;
		align-items: start;
		background: url(img/logo.png) no-repeat;
		
		background-position: 30% 50%;
		background-attachment: fixed;
	
	}


	.modal{
		height: 400px;
		width: 320px;
		font-size: 15px;
	}
	.model-container .modal p{
		font-size: 15px;
	}
	table{
		font-size: 10px;
		height: 300px;
		width: 320px;
		border-spacing: 5px;
	}

	.model-container .modal .close{
		right: 25px;
		font-size: 1.5rem;
	}

	header {
    padding: 12px 20px;
}
	header.sticky {
    padding: 10px 20px;
}
	header .navigation {
	    display: none;
	}
	header .navigation.active{
		z-index: 888;
		position: fixed;
		background: #fff;
		top:0;
		right: 0;
		width: 280px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-shadow: 0 5px 25px rgb(1 1 1/ 15%);
		transition: 0.3s ease;
		color: red;
	}
	header .navigation a {
	    color: red;
	    font-size: 1.2em;
	    font-weight: 500;
	    text-decoration: none;
	    margin: 10px;
	}
	header .navigation a:hover{
		background: #059862;
		color: #fff;
		padding: 0 20px;
		border-radius: 20px;
		transition: 0.3s ease;
	}
	.menu-btn{
		position: absolute;
		background: url(img/menu.png)no-repeat;
		background-size: 30px;
		background-position: center;
		width: 30px;
		height: 25px;
		right: 0;
		margin: 0 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}

	

	.menu-btn.active{
		z-index: 999;
		background: url(img/cancel.png)no-repeat;
		background-size: 45px;
		background-position: center;
		transition: 0.3s ease;
		filter: invert(-1);
	}
	section {
    padding: 40px 20px;
	}
	.main .content .animated-text{
		margin-bottom: 360px;
	}
	.main .content h1 {
    
    font-size: 1em;
}
	.animated-text h2 {
    font-size: 2.3em;
}
	.section-title {
    font-size: 1.8em;
    margin-bottom: 50px;
}
.about .content {
    flex-direction: column;
    text-align: center;
    
}
.about .content .column{
	position: relative;
	width: 100%;
    
}
.skills .content .col-left h2 {
    font-size: 1.4em;
    
}
.about .content .col-right .content-title {
    font-size: 1.2em;
    font-weight: 800;
    margin: 15px;
}
.skills .content {
    flex-direction: column;
    text-align: center;
}
.skills .content .col-left {
    position: relative;
    width: 100%;
    }
    .skills .content .col-right {
    position: relative;
    width: 100%;
}
.main {
    
    
    background-attachment: fixed;
    }
}
.scrollToTop-btn{
	z-index: 999;
	position: fixed;
	background: #059862;
	color: #fff;
	font-size: 22px;
	width: 45px;
	height: 45px;
	right: 0;
	bottom: 10px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	cursor: pointer;
	pointer-events: none;


}