body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.image-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
}
.image-container img {
	width: 80%;
	height: auto;
}
#back-space {
	background: linear-gradient(to right, black, #081514 95%, rgba(12, 17, 16, 0));
	width: 50%;
	height: 200vh;
	margin-right: -100px;
	z-index: 0;
}
#top-title {
	color: white;
	font-size: 80px;
	margin-left: 50px;
	margin-top: 50px;
	font-weight: 500;
}
.content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.content-space {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#icon {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	margin-top: 100px;
	transition: transform 0.3s ease;
}
#icon:hover {
	transform: scale(1.2);
}
.title {
	color: white;
	font-size: 50px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}
.table {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 700;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.divider {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 10%;
	margin: 20px;
}
.description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}
#top2 {
	margin-top: 40px;
}
#main-space {
	width: 100%;
	height: 2500px;
	background-color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 30px;
	border-radius: 20px;
}
.table-space {
    border: 1.5px solid white;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
	margin: 20px;
	transition: transform 0.3s ease;
	cursor: pointer;
}
.table-space:hover {
	transform: scale(1.2);
}
#table-space {
	display: flex;
	animation: fade-in 0.7s ease forwards;
}
.main-title {
	color: black;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 50px;
}
.project-space {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.project-card {
	width: 20%;
	border-radius: 20px;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}
.project-card:hover {
	box-shadow: 0 4px 30px 1px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}
.project-img {
	border-radius: 20px 20px 0px 0px;
}
.project-description {
	color: black;
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.project-table-space {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 10px;
}
.project-table {
	border-radius: 30px;
	margin: 7px;
	background-color: lightgrey;
}
.project-language {
	color: black;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#developer-space {
	width: 100%;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 100px;
	border-radius: 20px;
	visibility: hidden;
}
.developer-space {
	background-color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.developer-column {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	margin-left: 40px;
	margin-right: 60px;
}
#developer-data {
	z-index: 0;
	opacity: 0;
}
.slideInOut-amin {
	animation: slideInOut 2s ease forwards;
}
@keyframes slideInOut {
	0% {
		transform: translateX(-100%);
	}
	50% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.developer-row {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-radius: 20px;
}
#developer-data-card {
	border-radius: 20px;
	background-color: white;
}
#developer-row-space {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: 40px;
}
.developer-column-sapce {
	display: flex;
	flex-direction: column;
	margin-left: 40px;
}
#head {
	width: 350px;
	height: 350px;
	border-radius: 20px;
	z-index: 1;
	transition: transform 0.3s ease;
}
#head:hover {
	transform: scale(1.05);
}
.developer-name {
	color: black;
	font-size: 27px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 15px;
}
.developer-data {
	display: flex;
	width: 100%;
	justify-content: center;
}
.developer-data-img {
	width: 20px;
	height: 20px;
	z-index: 2;
}
.developer-data-img2 {
	width: 23px;
	height: 23px;
}
.developer-data-space {
	display: flex;
	align-items: center;
}
.developer-data-text {
	color: gray;
	font-size: 18px;
	margin-left: 10px;
	user-select: text;
}
.developer-data-break {
	color: gray;
	font-size: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.card-space {
	width: 100%;
	display: flex;
	border-radius: 8px;
}
.card-text {
	color: black;
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
}
@keyframes slideIn {
	0% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	50% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fade-in {
	transform: translateY(50px);
	animation: fade-in 1s ease forwards;
}
#t{
	animation: slideIn 0.5s ease-in-out;
}
#main-1, #main-2, #main-3 {
	animation: fade-in 1s ease forwards;
}
#developer-load {
	visibility: hidden;
}
#developer-space3 {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #FAFAFA;
}
.hobby-data {
	display: flex;
	justify-content: space-around;
	height: 350px;
	background-color: white;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.circle-amin {
	position: absolute;
    width:80vw;
    height: 80vw;
    background-color: #F1F8E9;
    border-radius: 50%;
    animation: c-amin 2s ease-out infinite;
	z-index: -1;
}
 @keyframes c-amin {
    0%  { transform: scale(0);   opacity: 0;  }
    50% { opacity: 1;   }
    100% { transform: scale(1);  opacity: 0;  }
}
#language-top {
	width: 100%;
	background-color: #FAFAFA;
	display: flex;
	padding-top: 100px;
	justify-content: center;
}
.language-row {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	visibility: hidden;
}
.language-card {
	width: 27%;
	background-color: white;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	margin: 20px;
	transition: transform 0.3s ease;
}
.language-card:hover {
	transform: scale(1.05);
}
.underline {
	text-decoration: underline;
	color: black;
	font-size: 27px;
	margin-left: 10px;
	font-weight: 600;
	margin-right: 20px;
}
.language-img {
	width: 50px;
	height: 50px;
	margin-left: 20px;
}
.language-space {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language-project {
	border-radius: 30px;
}
.language-content {
	color: black;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.language-content-space {
	width: 100%;
	display: flex;
}
.experienced-space {
	width: 87%;
	display: flex;
}
.experienced-content {
	color: black;
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
	margin-right: 20px;
}
#experienced {
	width: 100%;
	background-color: white;
	margin-top: -10px;
	display: flex;
	justify-content: center;
}
#experienced-space {
	width: 30%;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	margin-top: 70px;
}
#line {
	width: 3px;
	height: 1730px;
	background-color: grey;
	margin-left: 8px;
	position: absolute;
}
.diamond {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: white;
	margin-left: -10px;
}
.diamond::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	background-color: orange;
	transform: translate(-50%, -50%) rotate(45deg);
}
#experienced-content-space {
	display: flex;
}
#experienced-space-right {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.experienced-content-space {
	width: 100%;
	background-color: #f3f3f3;
	margin-left: 20px;
	margin-top: 50px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.experienced-space-right {
	display: flex;
	flex-direction: column;
}
.experienced-space-content {
	display: flex;
}
#card-space {
	background-color: white;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#card-text {
	color: black;
	font-size: 30px;
	font-weight: 600;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.neon {
	color: white;
	font-size: 22px;
	-webkit-animation: shining 0.5s alternate infinite;
	animation: shining 0.5s alternate infinite;
	margin-top: 60px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}
@-webkit-keyframes shining {
	from {
		text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white, 0 0 40px skyblue, 0 0 50px skyblue, 0 0 60px skyblue;
	}

	to {
		text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px skyblue, 0 0 25px skyblue, 0 0 30px skyblue;
	}
}
#bottom-space {
	width: 100%;
	background-color: black;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.bottom-text {
	font-size: 20px;
	color: #03142c;
	font-weight: 500;
	margin-left: 30px;
	margin-right: 30px;
}
.bottom-text-2 {
	color: #8a8f9c;
	font-size: 16px;
	font-weight: 500;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 180px;
}
#bottom-icp {
	width: 100%;
	display: flex;
	margin-bottom: 70px;
	align-items: center;
	justify-content: center;
}
#bottom-img {
	width: 300px;
}
#bottom-img-2 {
	width: 20px;
}
#bottom-text-2{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}