@charset "utf-8";


body {
	background-color: #EAE8DE;
}

html {
	scroll-behavior: smooth;
}


.container {
	width: 500%;
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	overflow: hidden;
}


/* NAVIGATION BAR */
.heading {
	margin: 10px 0px -30px 0px;
	width: 1200px;
	display: flex;
	float: left;

}

.icon {
	display: flex;
	gap: 7px;
	width: 70%;
	align-items:baseline;
}


.navi a {
	color:#373737;
	text-align: center;
	padding: 20px 23px;
	text-decoration: none;
	font-family: "Inter", sans-serif;

}


.navi a:hover {
	color: #000000;
	text-decoration: underline;
}


.button {
		background-color: #000000;
		text-align: center;
		cursor: pointer;
		padding: 10px 25px;
		transition-duration: 0.4s;
		color: #FFFFFF;
		border-radius: 8px;
		border-style: hidden;
		font-family: Inter;
		font-size: 16px;
}

.button:hover {
		background-color:#373737;
		box-shadow: 0 6px 12px 0 rgba(0,0,0,0.24)
}



.element {
	text-align: center;
	margin: 0;
	justify-content: center;
}

.clearfix {
	clear: both;
}




/* ABOUT ME */

.about {
	margin: 40px 60px 10px 60px;
	display: flex;
	vertical-align: text-top;
	flex-wrap: wrap;
}

.portrait {
	width: 30%;
	margin-left: 90px;
	float: left;
}

.intro {
	text-align: left;
	width:50%;
	margin-left: 70px;
	height: 485px;
	float: left;
	
}


.contact p {
	font-size: 13px;
}

.contact div {
	margin: 30px 0px -40px 0px;
	
}

.sm {
	vertical-align: middle;
	display: flex;
	gap:10px;
	width: 300px;
	align-items: center;
}




/* CAREER */

.career {
	margin: -30px 0px 10px 0px;
	display: flex;
	background: url("image/line 2.png");
	background-size: 1200px 1400px;
	background-repeat: no-repeat;
	position: absolute;
	width: 95%;
	height: 1500px;
	justify-content: flex-start;
}


.left {
	width: 450px;
	float: left;
	margin:130px 0px 0px 50px;
}



.right {
	margin: 120px 0px 0px 0px;
	width: 550px;
	min-width: 10%;
}



.ad {
	vertical-align: middle;
	display: flex;
	gap:10px;
	width: 300px;
	align-items: center;
	margin-left: 10px;
}


.cod {
	vertical-align: middle;
	display: flex;
	gap:10px;
	width: 300px;
	align-items: center;
	margin-left: 15px;
}


.abli {
	font-family: Inter;
	font-size: 18px;
	line-height: 45px;
}




.edu {
	vertical-align: text-top;
	display: flex;
	width: 500px;
	align-items: center;
	margin: 0px 0px 0px 90px;
}


.edu2 {
	align-items: center;
	margin: 0px 0px 0px 150px;
}



progress {
    width: 100px;
    height: 12px;
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #000;
    border-radius: 10px;
    overflow: hidden; 
}

progress::-webkit-progress-bar {
	background-color: #EAE8DE;
}

progress::-webkit-progress-value {
	background-color: #75C84E; 
	border-radius: 10px 0 0 10px; 
}

progress::-moz-progress-bar {
	background-color: #75C84E; 
	border-radius: 10px 0 0 10px; 
}


.dot {
	height: 15px;
 	width: 15px;
	background-color: #bbb;
 	border-radius: 50%;
  	display: inline-block;
}


.dot2 {
	height: 15px;
 	width: 15px;
	background-color:#000000;
 	border-radius: 50%;
  	display: inline-block;
	
}






/* works */


.works {
	display: flex;
	margin-top: 1330px;
}



.art {
	width: 300px;
	padding: 20px;
	background-color: #fff;
	border: 1.5px solid #000000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 120px 0px 0px -100px;
	height: 400px;
}


.header, .footer {
	text-align: center;
}

.header {
	font-size: 24px;
	margin:8px 0px 15px 0px;
	text-align: left;
	justify-content: center;
	font-family: Sometype Mono;
}


.content {
	position: relative;
}


.content img {
	width: 100%;
}


.text-over-image {
	font-size: 30px;
	margin: 10px 0px 0px 0px;
	font-family:Goudy Old Style;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: inherit;
}


.footer {
	margin: -50px 0px 0px 250px;
	font-size: 50px;
	text-align: right;
}



.art2 {
	width: 300px;
	padding: 20px;
	background-color: #fff;
	border: 1.5px solid #000000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 120px 0px 0px 0px;
	height: 400px;
	margin-left: 40px;
}


.footer2 {
	margin: -14px 0px 0px 250px;
	font-size: 50px;
	text-align: right;
}



.art3 {
	width: 300px;
	padding: 20px;
	background-color: #fff;
	border: 1.5px solid #000000;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 120px 0px 0px 0px;
	height: 400px;
	margin-left: 40px;
}


.header3 {
	font-size: 20px;
	margin:8px 0px 19px 0px;
	text-align: left;
	justify-content: center;
	font-family: Sometype Mono;
	font-weight: 400;
}


.footer, .footer2:hover{
	cursor: pointer;
}




footer {
	margin-top: 60px;
}


/* text */

h3 {
	font-size: 28px;
	font-family:Bropella;
	letter-spacing: 2px;
}

h1 {
	font-size:60px;
	font-family:Leky Calgria;
	font-weight: 200;
	line-height: 100px;
}

p {
	font-family: Inter;
	letter-spacing: 1px;
	line-height: 24px;
}

h2 {
	font-family: Bropella;
	font-size: 40px;
	letter-spacing: 2px;
}

.left h2 {
	font-size: 24px;
	line-height: 4px;
	letter-spacing: 2px;

}


.left p {
	font-size: 18px;
	line-height: 2px;
}

.right h2 {
	line-height: 4px;
	letter-spacing: 4px;
	
}


.right h3 {
	font-size: 33px;	
	margin-left: 30px;
	margin-top: 45px;
	letter-spacing: 2px;
	color: #72726F;
	line-height: 1px;
	font-family: Stencil Std;
}

.right b {
	font-family: Inter;
	font-style: Bold;
	letter-spacing: 0.5px;
	line-height: -10px;
}

.right p {
	line-height: 20px;
	margin-top: 0px;
}