body{
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif; 
	font-size:25px;
	color:white;
}

:root {
	--black-color:rgba(6, 7, 13,1.0);
	--background-color:rgba(34,39,43,1.0);
	--background-color-second:rgb(56, 62, 66);
	--select-color:rgba(0, 229, 155,1.0);
	--text-color-main:rgba(255,255,255,1.0);
	--text-color-second:rgba(177,177,185,1.0);
}




/********************
	Scroll Bar
********************/

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: var(--background-color-second); 
}
::-webkit-scrollbar-thumb {
	background: var(--select-color); 
	border-radius: 5px;
}





/********************
	Basic Elements
********************/

.center{
	display:flex;
	justify-content:center;
	align-items:center;
}

.margin{
	margin:auto;
}

.section{
	width:100%;
	min-height:70%;
	padding:2em;
	box-sizing:border-box;
	background-color:var(--background-color);
	position:relative;
}

.contact-button{
	width:200px;
	height:40px;
	box-sizing:border-box;
	border:2px solid var(--select-color);
	border-radius:20px;
	color:var(--select-color);
	font-weight:bold;

	transition:all 0.25s;
}

.contact-button:hover{
	color:white;
	background-color:var(--select-color);
	cursor:pointer;
	transform:scale(1.1);
}

.contact-button:active{
	transform:scale(0.95);
}


/********************
	Menu
********************/
#menu{
	width:100%;
	padding:10px 2em;
	box-sizing:border-box;
	background-color:var(--black-color);

	display:flex;

	position:fixed;
	z-index:5;
	top:0px;
	left:0px;
}

.menu__logo{
	padding:0.5em;
}

.menu__logo img{
	height:2.75em;
}

#menu ul{
	padding:0px;
	margin:0px;
	margin-left:auto;
	float:right;

	display:flex;
	align-items:Center;
}

#menu ul li{
	display:inline-block;
}

#menu a{
	display:block;
	padding:0.5em;
	box-sizing:border-box;
	
	font-size:25px;
	text-decoration:none;
	color:var(--text-color-main);

	transition:transform 0.3s;
}

.menu-selected-scrolling{
	border-bottom:2px solid var(--select-color);
	transform:scale(1.1);
}

#menu li:hover a{
	color:var(--select-color);
}





/********************
	Banner Section
********************/

#banner-section{
	padding:0px;
}

.twentytwenty-container{
	width:100%;
	height:100%;
}

.twentytwenty-container img{
	max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}




/********************
	Skills Section
********************/

#skills-section{
	padding:100px 0px;
	color:white;
	min-height:80vh;
}

.skills-column{
	width:50%;
	height:100%;
	flex-direction:column;
}


/* Skills Column */
.skills-bar{
	width:80%;
	height:30px;
	margin:0.5em 0px;
	display:flex;
	position:relative;
	background-color:var(--background-color-second);
}

.skills-bar-progress-container{
	width:75%;
	height:100%;
}

.skills-bar-progress{
	height:100%;
	width:80%;
	background-color:var(--select-color);
}

.skills-name{
	width:25%;
	height:100%;
	background-color:rgb(2, 165, 113);
	font-weight:bold;
}

.skills-percentage{
	position:absolute;
	right:7.5px;
	top:7.5px;
	font-size:bold;
}


/* Profile Column*/
.profile{
	width:500px;
	height:500px;
	overflow:hidden;
}

.profile-octagon{
	widows:100%;
	height:100%;
	border:4px solid var(--select-color);
	transform:rotate(45deg);
	overflow:hidden;
}

.profile-octagon img{
	transform:rotate(-45deg);
}

.profile-name{
	text-align:center;
}

.profile-name h2{
	font-size:35px;
}

.profile-name h3{
	font-size:25px;
	color:var(--text-color-second);
}





/********************
	Services Section
********************/

#services-section{
	color:white;
	background:none;
	min-height:80vh;
}

#services-section h2{
	text-align:center;
	font-size:30px;
}

.services-container{
	width:90%;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;

	display:flex;
}

.service-card{
	position:relative;
	width:25%;
	height:500px;
	margin:0px auto;
	background-color:var(--background-color-second);
	box-shadow:0px 0px 20px black;
	font-size:1.2em;
	line-height:1.5em;
	color:var(--text-color-second);

	display:flex;
	flex-direction:column;
}

.service-card:hover{
	box-shadow:0px 0px 20px var(--select-color);	
}

.service-card h3{
	width:80%;
	margin:auto;
	padding:15px 0px;
	border-bottom:1px solid white;

	text-align:center;
	font-size:1.3em;
	color:white;
}

.stretch-div{
	width:100%;
	flex:1;
}

.cardButton{
	width:80%;
	height:45px;
	border-radius:22.5px;
	border:3px solid;
	border-color:var(--select-color);
	margin-top:10px;
	margin-bottom:20px;

	transition: all 0.3s;
}

.cardButton a{
	text-decoration:none;
	color:var(--select-color);
	font-weight:bold;
}

.cardButton:hover{
	background-color:var(--select-color);
	transform:scale(1.05);
	cursor:pointer;
}


.cardButton:hover a{
	color:white;
}


/********************
	Portfolio Section
********************/

#portfolio-section{
	color:white;
	padding:50px;
}

#portfolio-section h2{
	text-align:center;
}

.subtitle{
	font-size:20px;
	text-align:center;
	color: var(--text-color-second);
}

.portfolio-container{
	width:90%;
	margin:auto;

	display:grid;    
    grid-gap:30px;
	grid-template-columns: repeat(auto-fill, minmax(450px,1fr));

}

/* 250x150 */

.portfolio-card{
	position:relative;
	grid-column:span 1;

	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0px 5px 15px rgb(17, 17, 17);
}

.portfolio-card img{
	width:100%;
}

.project-overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(34,39,43,0.9);
	display:flex;
}

.project-overlay .header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(34,39,43,0.75);
	padding:15px;
	box-sizing:border-box;

	display:flex;
	color:white;
	font-size:0.9em;
}

.project-overlay .header a{
	font-size:20px;
	text-decoration:none;
	color:var(--text-color-second);
}

.project-overlay__languages{
	display:none;
	padding:10px;
	margin:0px 5px;
	background-color:var(--background-color-second);
	border-radius:5px;
	box-shadow:2px 2px 15px rgb(32, 32, 32);
	
	color:var(--text-color-second);
	font-size:15px;
	font-weight:bold;
}

/*
.project1{
	background-image:url(/assets/img/ray.png);
}

.project2{
	background-image:url(/assets/img/webOS.png);
}
*/




/********************
	Contact Section
********************/

#contact-section{
	min-height:60vh;
	display:flex;
	flex-direction:column;
	color:white;
}


#contact-section h2{
	font-size:30px;
}

#contact-form{
	width:600px;
	margin:auto;
}

.form-elements{
	width: 100%;
	margin-bottom: 20px;
}

.form-inputs{
	display: block;
	width: 100%;
	padding:0.75em 30px;
	line-height: 1.5;
	border:none;
	border-radius:1.5em;
	box-sizing:border-box;
	font-size:1em;
	box-shadow: 2px 2px 10px rgba(255,255,255,0.25);
}


.form-text{
	width: 100%;
	height: 150px;
	border:none;
	border-radius: 1.1em;
	box-sizing: border-box;
	padding: 12px 20px;
	resize: none;
	overflow-y:scroll;
	font-size:1.2em;
}

.form-text::-webkit-scrollbar {
	width: 7.5px;
	margin:10px 0px;
}
.form-text::-webkit-scrollbar-track {
	background: transparent;
	position:relative;
	right:20px;
}
.form-text::-webkit-scrollbar-thumb {
	background: var(--select-color); 
	border-radius: 3.75px;
}






.form-btn{
	width:100%;
}

.form-submit{
	background-color:var(--select-color);
	border-color:var(--select-color);
	color:white;
	position:relative;
}

.form-submit input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	width:100%;
	height:100%;
}




/*Icons*/
.row{
	width:100%;
	display:flex;
	justify-content:center;
}

.row > div{
	margin:25px;
}

.skill-icon{
	position:relative;
	width:100px;
	height:100px;
}

.skill-icon .skill-icon-hover{
	display:none;
}

.skill-icon:hover img{
	display:none;
	cursor:pointer;
}

.skill-icon:hover .skill-icon-hover{
	display:block;
}



/* SKILLS NEW - LEVEL */

.skills-column h2{
	margin-bottom:50px;
}

.skill-box{
	width: 70%;
	height: 50px;
	margin:10px 0;

	display:flex;
	
}

.skill-name{
	width:150px;
	background-color:#019969;

	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
}

.skill-level-box{
	flex-grow:1;
}


.skill-level{
	position:relative;
	height:100%;
	background-color: #00e59b;
}

.skill-level p{
	position:absolute;
	right:-50px;
	
	font-size:20px;
}





































@media screen and (max-width: 1280px) {
	#menu{
		padding: 0 2em;
	}

	#menu a{
		font-size:20px;
	}

	.menu__logo img{
		height:35px;
	}

	.profile{
		width:350px;
		height:350px;
	}
	
	.profile-name h2{
		font-size:25px;
	}

	.profile-name h3{
		font-size: 20px;
	}

	.portfolio-container{
		grid-gap:30px;
		grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
	
	}

	.project-overlay .header a{
		font-size:15px;
	}
	
	.project-overlay__languages{
		font-size:12.5px;
	}

	#services-section h2{
		font-size: 25px;
	}

	#services-section .subtitle{
		font-size:20px;
	}

	/* SKILLS NEW - LEVEL */

	.skills-column h2{
		margin-bottom:20px;
	}

	.skill-box{
		height: 35px;
		margin:7.5px 0;
	}
	
	.skill-name{
		width:125px;
		font-size:15px;
	}
	
	.skill-level p{
		right:-40px;
		font-size:15px;
	}
	

}




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

	body{
		font-size:20px;
	}

	.row > div{
		margin:15px;
	}
	
	.skill-icon{
		position:relative;
		width:75px;
		height:75px;
	}



	.profile{
		margin-top:50px;
	}

	#skills-section{
		height:auto;
		flex-direction:column;
		padding-top:0;
	}
	
	.skills-column{
		width:85%;
	}

	.skills-bar{
		width:100%;
	}

	.profile-name{
		margin-bottom:25px;
	}

	#portfolio-section{
		height:auto;
	}

	.portfolio-card{
		margin:10px 0px;
	}

	.service-card{
		width:200px;
		height:350px;
		font-size:1em;
	}

	.cardButton{
		width:80%;
		height:40px;
		border-radius:20px;
		border-width:2px;
	}
}


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

	#menu a{
		font-size:0.9em;
	}


	#services-section h2{
		margin:10px 0;
	}

	.services-container{
		flex-wrap:wrap;
	}

	.service-card{
		width:45%;
		height:250px;
		margin:10px auto;
		font-size:0.8em;
	}

	.cardButton{
		width:80%;
		height:35px;
	}

	.skill-box{
		width:90%;
	}
}


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

	.row > div{
		margin:15px;
	}
	
	.skill-icon{
		position:relative;
		width:50px;
		height:50px;
	}
	
	.skill-icon img{
		z-index:2;
		position:absolute;
		width:50px;
		height:50px;
	}

	#menu a{
		font-size:0.7em;
	}

	.service-card{
		font-size:0.7em;
	}

	.cardButton{
		width:65%;
	}

	.profile{
		width:300px;
		height:300px;
	}

	.profile-octagon{
		width:300px;
		height:300px;
	}

	.skills-column{
		font-size:0.8em;
	}

	.portfolio-container {
		width:100%;
		grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	}

	.skill-box{
		height: 30px;
		margin:7.5px 0;
	}
	
	.skill-name{
		width:125px;
		font-size:12.5px;
	}
	
	.skill-level p{
		right:-35px;
		font-size:12.5px;
	}
	
}


@media screen and (max-width: 420px) {
	body{
		font-size:15px !important;
	}

	.service-card{
		width:80%;
		height:220px;
	}

	.portfolio-container {
		width:100%;
		grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
	}

	.services-container{
		width:100%;
		margin-top:25px;
		margin-bottom:25px;
	}

	#menu{
		padding:0 1em;
	}

	.row > div{
		margin:12.5px;
	}
	
	.skill-icon{
		position:relative;
		width:40px;
		height:30px;
	}
	
	.skill-icon img{
		z-index:2;
		position:absolute;
		width:40px;
		height:40px;
	}
}