*{ 
	box-sizing: border-box; 
	margin: 0; 
	padding: 0; 
	transition: all 0.4s; 
} 
body{ 
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	
} 
a{ 
	text-decoration: none; 
	color: black; 
	font-size: 1.3rem; 
	font-weight: bold; 
} 
header{
	background-color: black;
}
/* navbar styling */
.navbar {
    display: flex;
    height: 5rem;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-bottom: 2px solid grey;
	position: relative; 
	z-index: 9999;
}

/* logo style */
.logo img{ 
	width: 4rem; 
	height: 4rem; 
	margin-left:1rem; 
	
} 

.hamburger-menu {
    padding-right: 1.5rem;
    cursor: pointer;
}

.hamburger-menu .line {
    display: block;
    width: 2.5rem;
    height: 2px;
    margin-bottom: 10px;
    background-color: white;
    cursor: pointer;
}
/* Reset and Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
}


.contact-container {
    max-width: 80%;
    margin: auto;
	
    text-align: center;
    padding-left: 0px;
    margin-top: 50px;
}

.contact-container h2 {
    font-size: 32px;
    margin-bottom: 20px;
	
    color: #333;
	justify-content: center	;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #4CAF50;
}

button[type="submit"] {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button[type="submit"]:hover {
    background-color: #45a049;
}
.fa {
	padding: 20px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
  }


.medsos {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.medsos a {
    font-size: 32px;
    color: #333; 
    margin: 0 15px; 
    transition: color 0.3s ease; 
}

.medsos a:hover {
    color: #ff7f50; 
}

/* Footer aligned to the left */
.footer {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer-bar {
    height: 50px; 
    background-color: black;
}
.copyright {
    position: absolute;
    bottom: 15px; 
    left: 10px; 
    color: white;
    font-size: 60%;
}


.hamburger-menu.active {
    background-color: black;
    border-radius: 5px;
}

.nav-menu{ 
	position: fixed; 
	width: 94%; 
	top: 6rem; 
	left: 18px; 
	background-color: rgb(255, 255, 255); 
	font-weight: 600; 
	background-color: black;

} 
.nav-menu a{ 
	display: block; 
	text-align: center; 
	padding: 5px 0; 
	color: white;
} 
.nav-menu a:hover{ 
	background-color: rgb(223, 251, 219); 
	
} 

.hide{ 
	display: none; 
    font-family: Arial, Helvetica, sans-serif;
	color: white;
} 

@font-face {
    font-family:"Hanson-Bold.ttf";
    src: url("C:\Users\hebro\Downloads\Compressed\FONT\hanson-bold\Hanson-Bold.ttf") 
}

.newFont
{
   font-family: 'Hanson-Bold.ttf';
}

.welcoming-container {
	max-width: 80%;
	margin: auto;
	text-align: left; 
	padding-left: 0px; 
	margin-top: 20px;
}
.welcome-text {
	padding-left: 0px;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
	 
}



.hobbies-greetings{
	max-width: 80%;
	margin: auto;
	text-align: center; 
	padding-left: 0px; 
	margin-top: 100px;
}

.flstudio{
	max-width: 80%;
	margin: auto;
	text-align: left; 
	padding-left: 0px; 
	margin-top: 50px;
}

.footer {
	background-color: #f2f2f2;
	padding: 0px;
	text-align: center;
	position: fixed; 
	bottom: 0;
	width: 100%;
}
.footer-bar {
	height: 50px; 
	background-color: black;
}
.copyright {
	position: absolute;
	bottom: 15px; 
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 60% ;
}

ul {
    display: flex;
    list-style: none;
    height: 500px;
    padding: 0;
    text-align: center;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;
    margin: 0;
	bottom: 20px; 
}

li {
    margin-bottom: 40px; 
    width: 100%;
    max-width: 480px; 
    box-sizing: border-box;
    padding: 60px 20px;
}

div ul li a img {
    width: 100%; 
    height: auto;
    object-fit: cover;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); 
}

.music-desc{
	margin-top: 100px;
	text-align: center;
}



/* ini animation */
.animation {
	position: relative;
	width: 100%;
  }

  

  .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
  }
  
  .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
  }


  .animation:hover .image {
	opacity: 0.3;
  }
  


  .animation:hover .middle {
	opacity: 1;
  }


  
  .text {
	background-color: #04AA6D;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
  }

/* ini batas animation */
.flscreen1{
	margin-left: 50px; 
	width: 30px;
	height: 20px; 
}
.flscreen2{
	margin-left: auto;
	width: 300px; 
  	height: 200px;
}

/* for Desktop view */
@media screen and (min-width:600px){ 
	.navbar{ 
		justify-content: space-around; 
	} 
	.nav-menu{ 
		display: block; 
		position: static; 
		width: auto; 
		margin-right:20px; 
		background: none; 
	} 
	.nav-menu a{ 
		display: inline-block; 
		padding: 15px 20px; 
	} 
	.nav-menu a:hover{ 
		background-color: rgb(223, 251, 219); 
		border-radius: 5px; 
		
	} 
	.hamburger-menu{ 
		display: none; 
	} 

	
	ul {
        
        align-items: center; 
    }
    li {
        width: 100%;
		 
    }
	
	
}

