
	*{
		margin: 0;
		box-sizing: border-box;
		font-family: 'lato', sans-serif;
		padding: 0;
	}	
	body{
		background-color: #ffffff;
	}
	.header{
		max-width: 900px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding-top:20px ;
		padding-bottom: 20px;

	}
	.header-container{
		background-color: #5F0BB8;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		border: 0;
		border-radius: 10px;
		padding: 10px 20px 10px 20px;

	}
	.site-logo{
		display: flex;
		justify-content: star;
		align-items: center;
		color: #FFD700;
		width: 50%;
	}
	.site-logo h1{
		text-transform: uppercase;
		font-size: 25px;
	}
	.navbar{
		display: flex;
		justify-content: flex-end;
		align-items: start;
		width: 50%;
	}
	.nav-menu{
		display: flex;
		justify-content: center;
		list-style: none;
	}
	.nav-menu li a{
		color: white;
		padding: 10px;
		text-decoration: none;
		cursor: pointer;
		border: 2px solid #5F0BB8;
	}
	.nav-menu li a:hover{
		border-bottom: 2px solid white;
	}
	.hero{
		display: flex;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.hero-container{
		background-color: #5F0BB8;
		background-image: radial-gradient(rgba(172, 132, 216, 0.9933), rgba(93, 13, 179, 0.67)) ;
		width: 900px;
		border: 0;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		padding: 0;
		box-shadow: 0px 185px 111px 0px rgba(0, 0, 0, 0.03);
		box-shadow: 20px 513px 143px 0px rgba(0, 0, 0, 0.03);
	}
	.title{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
	}
	.nama{
		padding: 20px;
	}
	.nama h1{
		color:white;
		font-size: 50px;
	}
	.social-icon{
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		gap: 20px;
	}
	.social-icon li{
		position: relative;
		transition: all .3s ease-in-out;
	}
	.social-icon li a{
		font-size: 15px;
		color: white;
		text-decoration: none;
		cursor: pointer;
		padding: 5px;
	}
	.social-icon li:hover{
		transform:scale(1.2);
		}
	.img-hero{
		padding-top:20px;
		padding-bottom:0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;

	}
	.img-hero img{
		max-width: 400px;
		width: 100%;
		position: relative;
	}
	.img-hero h1{
		position: absolute;
		font-size: 90px;
		margin-bottom: 200px;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.44);
		font-family: 'Lexend', sans-serif;
		font-weight: 900;
	}
	.services-title{
		width: 100%;
		max-width: 900px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 50px;
		padding-bottom: 50px;
		margin: 0 auto;
		row-gap: 20px;
	}
	.services-title h2{
		color: #2B2B2;
		font-weight: 700;
	}
	.services-title p{
		color: gray;
		font-weight: 400;
	}
	.service-detail{
		display: flex;
		max-width: 900px;
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.service-tengah{
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 10px;
		background-color: #6E0FD4;
		border: 0;
		border-radius: 16px;
		box-shadow: 0px 0px 34px 16px rgba(0, 0, 0, 0.14);
	}
	.service-samping{
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 10px;
	}
	.service-tengah h2{
		color: #EDDEFD;
		font-weight: 700;
	}
	.service-tengah p{
		color: #B3B3B3;
		font-weight: 500;
		text-align: center;
	}
	.service-samping h2{
		color: #4A4A4A;
		font-weight: 700;
	}
	.service-samping p{
		color: #8E8E8E;
		font-weight: 500;
		text-align: center;
	}
	.about{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 100%; /* Membuat .about lebar penuh */
    max-width: 900px; /* Maksimal lebar 900px */
		background-color: #6E0FD4;
		padding: 30px;
		border-radius: 20px;
	}
	.aboutme{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: white;
		margin: 0 auto;
		padding: 0;
		border:0;
		border-radius:20px;
	}
	.aboutme-title{
		padding: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		row-gap: 20px;
	}
	.aboutme-detail{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		padding: 0px 20px 0px 20px;
	}
	.aboutme-detail .img{
		padding-top: 50px;
		position: relative;
	}
	.aboutme-detail .img img{
		width: 300px;
		padding: 0;
	}
	.aboutme-detail .profile{
		padding-right: 40px;
		padding-bottom: 30px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		row-gap: 20px;
	}
	.aboutme-detail .profile p{
		line-height: 1.5;
		text-align: justify;
		color: #959595;
	}
	.aboutme-detail .profile button{
		background-color: #6E0FD4;
		color: white;
		width: 187px;
		height: 40px;
		border-radius: 8px;
	}
	.skills{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
		grid-gap: 10px;
		padding-top: 30px;
		width: 100%;

	}
	.skill-detail{
		background-color: white;
		border-radius: 16px;
		text-align: center;
		padding: 10px;

	}
	.skill-detail img{
		display: block;
		margin: 0;
		width: 100%;
		max-width: 150px;
		padding-bottom: 15px;
	}
	.hamburger-menu{
		display: none;
		cursor: pointer;
	}
	.hamburger-menu i{
		font-size: 30px;
		color: white;
	}
	@media (max-width: 600px){
	.service-detail{
			flex-direction: column;
			width: 100%;
		}
		.services-title p{
		text-align: center;
	}
	.aboutme-detail{
		flex-direction: column;
		padding-bottom: 30px;
	}
		.img-hero h1{
			font-size: 60px;
			position: absolute;
			margin:0px 20px 250px 20px;
		}
		.nama h1{
			text-align: center;
		}
		.nav-menu{
			display: none;
			flex-direction: column;
	    	width: 100%;
	    background-color: #333;
	    position: absolute;
	    top: 60px;
	    left: 0;
		}
		.hamburger-menu{
			display: block;
		}
		.nav-menu.active{
			display: flex;
			justify-content: center;
			align-items: center;
			max-height: 200px;
			height: 100%;
		}
		.nav-menu.active li{
			padding: 20px;
			color: white;
			cursor: pointer;
		}
		.nav-menu.active li a{
			border: 0;
		}
	}