@charset "utf-8";

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "Gruppo", sans-serif;
	max-width: 100%;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

header {
	min-height: 100px;
	background-color:rgba(255,255,255,0.80);
	position: sticky;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 20px;
	font-family: "Blippo Blk BT";
	z-index: 100;
}

header h1 {
	font-size: 3em;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	margin: 1%;
}

.navi {
	font-size: 1.5em;
	display: flex;
	gap: 8%;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	list-style: none;
	padding: 1% 1% 0;
}

.navi a:link, a:active {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

.navi a:hover, a:visited {
	color: rgba(180,180,180,1.00);
	border-bottom: 2px rgba(180,180,180,1.00);
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.hero-container {
	max-height: 1000vh;
	display:flex;
	margin-top: 10px;
	position:relative;
}

.hero-left {
	min-width: 40%;
	min-height:450px;
	box-sizing: border-box;
}

.hero-text {
	min-width: 60%;
	text-align: right;
	margin-left: 15%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	top: 150px;
	right: 20%;
}

.hero-title {
	font-size: 10em;
	font-family: "Blippo Blk BT";
	color: rgba(0,0,0,1.00);
	position: relative;
	z-index: 1;
}

.hero-title-grey {
	font-size: 18em;
	text-align: right;
	align-content: flex-end;
	font-family: "Blippo Blk BT";
	color:rgba(159,159,159,0.36);
	position: relative;
	z-index: 1;
	margin-bottom: -15%;
}

.hero-subtitle {
	list-style: none;
	font-size: 1.5em;
	margin-top: 20px;
}

.hero-subtitle li {
	margin-bottom: 10px;
}

.hero-button {
	display: inline-block;
	margin-top:20px;
	padding: 10px 20px;
	background-color: rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	font-family: "Blippo Blk BT";
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 10px;
}

.hero-button:hover {
	background-color: rgba(156,156,156,1.00);
	transition: 0.3s ease;
}

#about {

	padding: 50px 0;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

.about-container {
	background-color:rgba(56,56,56,1.00);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
}

.about-text {
	flex: 1;
	text-align: justify;
	padding: 20px;
	max-width: 600px;
}

.about-text h2 {
	font-size: 2.5em;
	margin-bottom: 10px;
	font-family: "Blippo Blk BT";
}

.about-text h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	font-family: "Gruppo", sans-serif;
}

.about-text p {
	text-align: justify;
	font-size: 1.2em;
	margin-top: 20px;
	line-height: 1.5;
	max-width: 500px;
	font-family: "Gruppo", sans-serif;
}

.about-img {
	flex: 1;
	text-align: center;
	padding: 20px;
	max-width: 300px;
}

.profile {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

#professional {
	display: flex;
	gap:2%;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.skill-container {
	width: 100%;
	box-sizing: border-box;
}

.skills {
	width: 100%;
	padding: 20px;
}

.skill {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.skill span {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.2em;
	font-family: "Blippo Blk BT";
	max-width: 40px;
}

.skill-bar {
	width: 100%;
	height: 10px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
	margin-left: 50px;
	position: relative;
}

.fill {
	height: 100%;
	background-color:rgba(0,0,0,1.00) ;
	border-radius: 5px;
}

.skill span {
    align-items: center;
    justify-content: center;
}

.skill-container h2 {
	font-family:"Blippo Blk BT";
	font-size: 3em;
	text-align: center;
	margin-bottom: 15px;
}

.education-container {
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-top: 20px;
	background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.education-container h2 {
    font-family: "Blippo Blk BT";
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.education-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.education-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.education-item:last-child {
    margin-bottom: 0;
}

.education-details {
    text-align: center;
    font-family: "Gruppo", sans-serif;
    padding: 10px 20px;
}

.education-details p {
    margin: 5px 0;
}

.education-details p:first-child {
	font-family: "Blippo Blk BT";
    font-size: 1.8em;
}

.education-details p:nth-child(2) {
	font-size: 1.4em;
	font-weight: bold;
}

.education-details p:nth-child(3), .education-details p:nth-child(4) {
	font-size: 1.3em;
	color: grey;
}

#experience {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	margin-top: 20px;
}

.experience-container h2 {
	font-family: "Blippo Blk BT";
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.experience-timeline {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	position: relative;
}

.experience-detail {
	font-size: 1.5em;
	text-align: center;
    font-family: "Gruppo", sans-serif;
    padding: 10px 20px;
}

.experience-detail h3 {
	font-family: "Blippo Blk BT";
	font-size: 1em;
	color:rgba(56,56,56,1.00);
}

.experience-detail p:nth-child(2) {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#myworks {
	padding: 50px 0;
}

.work-container {
	font-size: 1.2em;
	text-align: center;
    padding: 10px 20px;
}

.work-container h2 {
	font-family: "Blippo Blk BT";
	font-size: 3em;
	margin-bottom: 10px;
}

.work-container p {
    font-family: "Gruppo", sans-serif;
	margin-bottom: 10px;
}

.portfolio {
	margin-left: 30px;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

.portfolio a:active, a:hover {
	text-decoration: underline;
	color: rgba(215,215,215,1.00);
}

.works {
	justify-content: center;
	align-items: center;
	min-height: 350px;
	display: flex;
	margin-top: 20px;
	gap:3%;
}

.work img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

.work video {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

.work p {
	background-color: rgba(0,0,0,1.00);
	font-size: 1.3em;
	padding: 10px;
	min-height: 50px;
	border-radius: 10px;
}

.portfolio2 {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.portfolio2 a:active, a:hover {
	text-decoration: none;
	color: rgba(95,95,95,1.00);
}

#contact {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
	padding-bottom: 100px;
}

.contact-container {
	background-color: rgba(56,56,56,1.00);
	padding: 40px;
	border-radius: 10px;
	width: 80%;
	max-width: 600px;
	min-height: 350px;
}

.contact-details {
	display: flex;
	padding: 10px;
	max-width: inherit;
}

.contact-left {
	max-width: 50%;
	margin-right: 50px;
}

.contact-left img {
	margin-left: 120px;
}

.contact-right {
	max-width: 50%;
	margin-left: 20px;
}

.contact-container h2 {
	font-family: "Blippo Blk BT";
	font-size: 2em;
	margin-left: 30px;
	margin-bottom: 20px;
	color: rgba(255,255,255,1.00);
}

.contact-container p {
	font-size: 1.2em;
	padding: 15px;
	margin-bottom: 5px;
	color: rgba(255,255,255,1.00);
	text-align: center;
}

.contact-container form {
	display: flex;
	flex-direction: column;
	gap: 0.5px;
}

#submit {
	margin-top: 10px;
	max-width: 200px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "Blippo Blk BT";
	border: none;
	padding: 10px;
	border-radius: 20px;
	cursor: pointer;
}

#submit:hover {
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	transition: 0.3s ease;
}

footer {
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px;
}

.section-with-background {
	background: url('images/background.jpg') no-repeat center center;
    background-size: cover;
}

.separator {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin: 150px auto;
}

@media only screen and (max-width:996px) {
	html {
		scroll-behavior: smooth;
		scroll-padding-top:120px;
	}
	
	.main {
		display: block;
	}
	
	header {
		display: block;
		justify-content: center;
	}
	
	header h1 {
		font-size: 2em;
		justify-content: center;
		text-align: center;
		position: static;
		top: 0;
		left: 0;
		margin: 20px;
}

	.navi {
	margin-top: 30px;
	font-size: 0.7em;
	display: flex;
	gap: 5%;
	justify-content:center;
	align-content: center;
	align-items: center;
	list-style: none;
}

	.hero-container {
		min-height: inherit;
	}
	
	.hero-title, .hero-title-grey {
		font-size: 3em;
	}
	
	.about-container {
		display: block;
		text-align: center;
		align-content: center;
	}
	
	.professional-container {
		display: block;
		max-width: 80%;
	}
	
    .work-container .works {
        flex-direction: column;
    }
	
	.contact-details {
		display: block;
		align-items: center;
		align-content: center;
		text-align: center;
	}
	
	.contact-left {
	max-width: 500px;
	margin-right: 0;
	}

	.contact-left img {
	margin-left: 0;
	margin-bottom: 10px;
	}
	
	.contact-right {
	max-width: 100%;
	margin-left: 0;
	}

}

@font-face {
    font-family: 'Blippo Blk BT';
    src: url('fonts/Blippo Black Font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}