 @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&family=Poppins:wght@400;600&display=swap');
 
 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
body{
	font-family: 'Noto Serif JP', serif;
}
#wrapper {
	max-width: 1440px;
	background: linear-gradient(
			180deg,
			#ffffff -1.29%,
			rgba(255, 255, 255, 0) 98.71%
		),
		#ccd5ae;
	margin: 0 auto;
}
main{
	max-width: 1370px;
	margin: 0 auto;
}
nav {
	background-color: #f6d5c5;
	max-width: 1440px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo {
	background-color: #e2a98d;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 170px;
	margin-left: 1.5%;
	align-self: center;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5em;
}
header nav a{
	color: #000000;
}
nav ul {
	display: flex;
	justify-content: space-around;
	padding: 20px;
	list-style: none;
	width: 100%;
}
nav ul li a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
nav ul li a:hover {
	background-color: #a44a3f;
	padding: 10px;
	border-radius: 10px;
	
}
.home-page-title {
	text-align: center;
	letter-spacing: 15px;
	padding: 20px;
	font-size: 2em;
	font-family: 'Poppins', sans-serif;
}
.home-page-sub-title {
	text-align: center;
	padding: 20px;
	font-size: 1.5em;
}
.my-face {
	width: 100%;
	max-width: 250px;
	border-radius: 50%;
	margin: 0 auto;
}
.home-page-least-title {
	text-align: center;
	padding: 20px;
}
.home-page-info {
	text-align: center;
	padding: 20px;
}
/*about page*/
.about-main-title {
	text-align: center;
	padding: 20px;
}
.about-sub-title {
	text-align: center;
	padding: 20px;
}
.personal-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.about-me {
	width: 50%;
	padding: 20px;
	margin-left: 20px;
	
}
.aboutme-content{
	background-color: #ffffff;
	box-shadow: 10px 10px 10px 10px #ffffff;
	border-radius: 30px;
	
}
.aboutme-content h3{
	padding: 20px;
}
.morebutton-wrapper{
	display: flex;
	justify-content: flex-end;
}
.my-detail {
padding: 20px;
line-height: 1.5;
}
.skill-progress {
	width: 50%;
	padding: 20px;
}
.progress {
	display: flex;
	gap: 50px;
	padding: 20px;
}
.progress p {
	padding: 20px;
}
.skill-title {
	margin-bottom: 20px;
}
.skill-sub-title{
	margin-top: 20px;
}
.about-button {
	margin-left: 65%;
	background-color: #b7efc5;
	padding: 5px;
	border-radius: 8px;
	font-size: .5em;
}
.moreInfo{
	display: none;
}
#moreButton{
	background-color: #B7EFC5;
	padding: 15px;
	border-radius: 8px;
	text-decoration: none;
    cursor: pointer;
}
/*project page*/

.skole-project {
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.open-source-projects {
	display: flex;
	justify-content: space-between;
}
.project1 {
	max-width: 617px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 10px;
}
.project2 {
	max-width: 617px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-top: 10px;
}
.project1, .play-list{
	margin-bottom: 70px;
}
.project-title {
	margin-left: 3%;
	margin-top: 25px;
}
.open-source-title {
	margin-left: 2%;
	margin-top: 25px;
}
 .carouselbtn {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0;
	color: #000000;
	font-size: 45px;
	outline: 0;
}
 #prev {
	left: 10px;
	display: none;
}
 #next {
	right: 10px;
}
/*contact-page*/
.contact-title {
	font-weight: bold;
	font-size: 2em;
	background-color: #ffffff;
	max-width: 656px;
	padding: 20px;
	margin: 20px;
}
.contact-sub-title {
	background-color: #ffffff;
	padding: 20px;
	margin: 20px;
}
.contact-form {
	width: 80%;
	max-width: 1280px;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
		#ee6c4d;
	border-radius: 50px;
	padding: 40px;
	margin: 20px;
}
form{
	width: 100%;
}
label,
input,
textarea {
	width: 100%;
	display: block;
	border-radius: 10px;
}
label{
	margin-top: 2%;
}
input, textarea{
	padding: 20px;
}
textarea::placeholder{
	color: red;
}
.send-button {
	margin-top: 20px;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 5px;
}
.contact-button{
	width: 100%;
	max-width: 100px;
	justify-self: flex-end;
	margin-left: auto;
}
/*Thank you page*/
.thank-title {
	font-weight: bold;
	font-size: 144px;
	text-align: center;
	margin-top: 100px;
}
.thank-txt {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 100px;
	padding: 30px;
}
footer {
	background-color: #f6d5c5;
	display: grid;
	padding: 20px;
}
.copright {
	display: flex;
	grid-area: 1/1/2/-1;
	text-align: center;
	align-items: center;
	justify-self: center;
}
.social-icons {
	display: flex;
	grid-area: 1/1/2/-1;
	gap: 10px;
	font-size: 30px;
	text-align: center;
	justify-self: end;
}
/* media query*/
@media screen and (max-width:800px) {
	nav{
flex-direction: column;
background-color: transparent;

	}
	nav ul{
flex-direction: column;
align-items: center;
	}
	.personal-info {
		flex-direction: column;
		
	}
	.about-me, .skill-progress{
		width: 100%;
	}
	.progress{
		flex-direction: column;
		gap: 0;
		background-color: #EE6C4D;
		border-radius: 10px;
	}
	.skole-project{
		margin-left: 20px;
		margin-right: 20px;
	}
	.project1{
		margin-right:20px;
	}
	.project2{
		margin-left:20px;
	}
	.social-icons{
		flex-direction: column;
	}
	footer{
		background-color: transparent;
	}
	.copright{
		align-items: flex-end;
	}
	.open-source-projects{
		flex-direction: column;
		text-align: center;
	}
	.contact-form{
		background-color: transparent;
		max-width: 760px;
		width: 90%;
	}
}

