:root {
	color-scheme: normal !important;
}

.hidden-script {
    display: none !important;
}

/* Still image fallback background */
.fallback-bg {
	background-image: url('backgrounds/purple_bg@0.25x.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
}
  
/* Video background */
.video-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	object-fit: cover;
	z-index: -4;
	pointer-events: none; /* Let clicks pass through if needed */
}

/* Still image fallback background */
.fallback-bg_music {
	background-image: url('backgrounds/black_bg@0.25x.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
  
/* Video background */
.video-bg_music {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	object-fit: cover;
	z-index: -1;
	pointer-events: none; /* Let clicks pass through if needed */
}

.cascade-gallery {
	position: absolute;
	width: auto;
	display: flex;
	justify-content: center;
	left: 50%;
	margin-bottom: 42%;
}

.cascade-gallery img {
	position: absolute;
	width: 95vw; /* tu peux ajuster la taille */
	opacity: 0.7;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.cascade-gallery img:nth-child(1) {
	z-index: -2;
}

.cascade-gallery img:nth-child(2) {
	z-index: -2;
}

.cascade-gallery img:nth-child(3) {
	z-index: -2;
}

.cascade-gallery img:nth-child(4) {
	z-index:-2;
}

@font-face {
	font-family: 'Great Vibes';
	src: url('webfonts/Great_Vibes/GreatVibes-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('webfonts/Poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('webfonts/Poppins/Poppins-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('webfonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/*Mobile visibility*/

@media only screen and (max-width: 768px) {
    .cascade-gallery {
		display: none !important;
	}
	
	.desktop_header {
		visibility: hidden !important;
  }
	.desktop_header_socials {
		display: none !important;
	}
	.desktop_header_newsletter {
		display: none !important;
	}
	.content_wrapper {
		padding-top: 25%;
		margin: 0 1.5%;
	}
	.iframe_subscribe {
		font-family: 'Poppins, sans-serif';
		position: fixed;
		font-weight: 400;
		color: black;
		margin-top: 10%;
		width: 100%; /* Adjust width as needed */
		height: 100%; /* Adjust height as needed */
		border: none; /* Remove any default border */
		flex-grow: 1; /* Allow the iframe to take up remaining space */
		z-index: 40;
	}

	body {
		margin-left: 0px;
		margin-right: 0px;
	}

	.about_p {
		text-align: left;
		padding: 2.5%;
	}

	.about_p p {
		font-family: Poppins, sans-serif;
		font-weight: 400;
		font-size: clamp(15px, 4.5vw, 4.5vw);
		line-height: 200%;
	}
	
	.about_photo_portrait {
		display: flex;
		position: center;
		justify-content: center;
		align-self: center;
		padding: 2.5%;
		
	}
	.about_photo_portrait img {
		border-radius: 10%;
		width: 70vw;
		height: auto;
		position: center;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
		transition: all 0.2s ease-in-out;
		
	}
	.about_photo_portrait img {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
		transition: all 0.2s ease-in-out;
		
	}
	.section {
		justify-content: center;
		align-items: center;
		margin-top: 0;
		margin-bottom: 5%;
	}

	.section_music {
		display: block;
		justify-content:center;
		align-items: center;
		margin-top: 2.5%;
		margin-bottom: 5%;
	}
	
	.music_release {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 5%;
		margin-bottom: 5%;
		transition: all 0.7s ease-in-out;
	}
	
	.music_release_img {
		flex: 0;
		align-self: center;
		width: 75vw;
		height: auto;
		border-radius: 7.5%;
		margin-top: 10%;
		transition: all 1s ease-in-out;
	}
	
	.music_release_title {
		flex: 1;
		font-family: Poppins, sans-serif;
		font-weight: 400;
		font-style: italic;
		text-align: center;
		margin-top: 5%;
		font-size: clamp(15px, 5.5vw, 5.75vw);
		white-space: nowrap;
		transition: all 1s ease-in-out;
	}
	
	.more_music {
		display: none !important;
	}

	.more_music_mobile {
		margin-top: 20%;
		display: flex;
		position: center;
		justify-content: center;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: clamp(17px, 5.75vw, 5.75vw);
		text-decoration: none;
		text-align: center;
		color: #FAF9F6;
		cursor: pointer;
		transition: all 1s ease-in;
	}

	.more_music_mobile:hover {
		transform: scale(1.1);
		color: #CC6F6F;
    	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
		transition: all 0.2s ease-in;
	}

	.more_music_mobile:active {
		color: #B57BA6;
		text-shadow: 0 0 20px rgb(255, 255, 255);
		transition: all 0.2s ease-in;
	}
	.more_music_mobile::after {
		content: '';
		position: absolute;
		left: 25%;
		bottom: 0;
		width: 0;
		height: 2px;
		background-color: currentColor;
		transition: width 0.3s ease;
  }
  
	.more_music_mobile:hover::after {
		width: 50%;
	}

	.music_release:hover {
		transform: scale(1.1);
		opacity: 1;
		transition: all 0.5s ease-in-out;
	}

	.site_footer {
		margin: 0 !important;
		background: #111;
		background-size: fill;
		color: #eee;
		padding: 1rem 1rem; /* Reduce padding */
		font-size: 0.9rem;
	}
	  
	.footer_content {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem;
	}
	  
	.footer_column {
		max-width: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	
	.footer_column h4 {
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		font-size: 1rem; /* Reduce font size */
	}
	
	.footer_column p,
	.footer_column ul li a {
		font-size: 1rem; /* Reduce font size */
	}
	
	.footer_column ul {
		list-style: none;
		padding: 0;
	}
	  
	.footer_column ul li a {
		color: #ccc;
		text-decoration: none;
	}
	  
	.footer_column ul li a:hover {
		color: #fff;
	}
	
	.footer_links1 {
		text-align: center;
		margin-bottom: -5%;
	}
	
	.footer_links2 {
		text-align: center;
		margin-top: -5%;
	}

	.footer_socials {
		display: inline;
		left: 50vw;
	}
	
	.footer_socials a img {
		width: 1.5rem;
		height: auto;
		aspect-ratio: 1/1;
		padding: 10%;
		filter: brightness(0.7);
		transition: filter 0.3s;
		
	}
	  
	.footer_socials a img:hover {
		filter: brightness(1.2);
	}
	  
	 .footer_bottom {
		text-align: center;
		margin-top: 2rem;
		border-top: 1px solid #333;
		padding-top: 1rem;
		font-size: 0.8rem;
	}
	
	#footer_blank {
		visibility: hidden;
	}
	
	.iframe_popup {
		position: fixed; /* Ensures it stays in place while scrolling */
		top: 50%; /* Position from the top */
		left: 50%; /* Position from the left */
		transform: translate(-50%, -50%); /* Centers the element */
		background-color: #FAF9F6;
		border: solid 0.5rem #FAF9F6;
		border-radius: 2%;
		overflow: hidden; /* Hides any overflowing content */
		width: 100vw;
		height: 100vh; /* Adjust height as needed */
		display: flex;
		flex-direction: column; /* Stack children vertically */
		justify-content: flex-start; /* Align children at the top */
		align-items: center; /* Center children horizontally */
	}
	
	.popup_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	
	.popup_title {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: clamp(20px, 2vw, 2vw);
		text-align: center;
		color: black;
		margin-top: 1.25rem;
		z-index: 10; /* Ensure it stays above the iframe */
	}
	
	.popup_text1 {
		position: absolute;
		left: 8.3%; /* Align it to the left edge */
		bottom: 26.5%; /* Increase this value to move it higher */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 0.75vw, 0.75vw);
		color: black;
		white-space: nowrap;
	}
		
	.popup_text2 {
		display: none;
	}
	
	.popup_text3 {
		display: none;
	}

	.popup_text4 {
		display: none;
	}

	.popup_text {
		position: absolute;
		left: 50%; /* Center it horizontally */
		bottom: 2%; /* Adjust this value to position it underneath the iframe */
		transform: translateX(-50%); /* Center alignment */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(9px, 0.5vw, 0.5vw);
		color: black;
		text-align: center; /* Ensure the text is centered */
		white-space: nowrap;
	}
	
	.close_btn_popup {
		font-size: 30px;
		background-color: transparent;
		color: black;
		border: none;
		padding: 15px;
		cursor: pointer;
		position: absolute;
		top: -2px;
		right: 20px;
		transition: 0.3s ease;
	}

	.close_btn_popup:hover {
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 50%;
	}

	.media_item_large {
        grid-column: span 1; /* Reset to span 1 column */
        grid-row: span 1; /* Reset to span 1 row */
		margin-right: 15px;;
    }

	.media_item_empty {
		overflow: hidden;
		display: none;
	}

	body {
		margin-left: 5px;
		margin-right: 5px;
	}

	header {
		color: #FAF9F6;
		background-color: transparent;
		padding-top: 7.5%;
	}

	.styled_h1:hover {
		color: #CC6F6F;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
		font-size: 10vw;
		transition: all 0.5s ease-in-out;
	}

	.socials_btn {
		display: inline-block;
		text-decoration: none;
		line-height: 0;
		transition: transform 0.3s ease, filter 0.3s ease;
	}
	
	.socials_btn img {
		width: 24px; /* Adjust icon size */
		height: auto;
		filter: brightness(0.7);
		transition: filter 0.3s ease, transform 0.3s ease;
	}
	
	.socials_btn:hover img {
		filter: brightness(1.2);
		transform: scale(1.2); /* Slightly enlarge on hover */
	}

	#music_nb_empty {
		display: none;
		cursor: none;
	}
	
	#music_nb_empty a {
		display: none;
		cursor: none;
	}

	/* Cookie Popup Styles */
	.cookie-popup {
		position: fixed;
		bottom: 20px;
		left: 10px;
		right: 10px;
		background-color: #fff;
		color: #000;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
		z-index: 1000;
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		font-size: 14px;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		align-items: center; /* Center content horizontally */
		text-align: center; /* Center text */
		gap: 15px;
	}

	.cookie-popup p {
		margin: 0;
		color: #000; /* Black text color */
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), /* Outer glow */
					0 0 10px rgba(0, 0, 0, 0.2), /* Slightly larger glow */
					0 0 15px rgba(0, 0, 0, 0.2); /* Fainter glow */
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		text-align: center; /* Center text */
		font-size: 1rem;
		margin-bottom: 30px;
	}

	.cookie-popup a {
		color: #000;
		text-decoration: underline;
		font-weight: 500;
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
	}

	.cookie-popup a:hover {
		color: #652f85;
		text-shadow: #000 2px 2px 5px;
		text-decoration: none;
	}

	.cookie-buttons {
		display: flex;
		gap: 5px;
		justify-content: center; /* Center buttons horizontally */
	}

	.cookie-btn {
		background-color: transparent;
		color: #000;
		border: none;
		padding: 15px 30px; /* Increased padding for larger buttons */
		border-radius: 8px; /* Slightly larger border radius for rounded corners */
		cursor: pointer;
		font-size: 1rem; /* Increased font size for better readability */
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		transition: background-color 0.3s ease, box-shadow 0.3s ease;
		text-decoration: underline;
	}

	.cookie-btn:hover {
		background-color: transparent;
		color: #652f85;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), /* Outer glow */
					0 0 20px rgba(0, 0, 0, 0.2), /* Slightly larger glow */
					0 0 30px rgba(0, 0, 0, 0.2); /* Fainter glow */
		transition: background-color 0.3s ease, box-shadow 0.3s ease;
	}

	.hidden-popup-consent {
		display: none;
	}

	.layout_cover {
		position: relative;
		width: 375px;
		margin-bottom: 2rem;
		}
		
		.cover_container {
		position: relative;
		width: 100%;
		}
		
		.cover_image {
		width: 100%;
		display: block;
		border-radius: 16px;
		box-shadow: 0 6px 20px rgba(255, 255, 255, 0.24);
		z-index: 3;
		}
		
		.music_player {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 30%;
		padding: 1rem;
		cursor: pointer;
		transition: all 0.5s ease;
		}
		
		.music_player:hover {
		border-radius: 50%;
		transition: all 0.5s ease;
		}
		
		
		.music_player i {
		font-size: 1.5rem;
		color: #333;
		}
		
		.cover_container.playing .music_player{
		left: 35%;
		transition: all 0.5s ease;
		}
		
		.music_progress_bar {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 6px;
		width: 0%; /* width is controlled via JS */
		background: #ccc;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		opacity: 0;
		transition: width 0.3s ease, opacity 0.3s ease;
		}
		
		.cover_container.playing .music_progress_bar{
		opacity: 1;
		width: 100%;
		}
		
		.cover_container.playing .volume_slider {
		opacity: 1;
		bottom: -20px;
		transition: all 0.7s ease;
		pointer-events: all;
		z-index: 3;
		}
		
		.volume_slider {
		position: absolute;
		appearance: none;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		height: 5px;
		background: #744971;
		box-shadow: #111111d0 0px 2.5px 2.5px;
		border-radius: 5px;
		outline: none;
		cursor: pointer;
		opacity: 0;
		z-index: 0;
		transition: all 0.7s ease;
		}
		
		.volume_slider::-webkit-slider-thumb {
		appearance: none;
		width: 17px;
		height: 17px;
		background: #ff64ff;
		border-radius: 50%;
		border: none;
		cursor: pointer;
		}
		
		.volume_slider::-moz-range-thumb {
		width: 17px;
		height: 17px;
		background: #ff64ff;
		border-radius: 50%;
		border: none;
		}
		
		.streaming_links {
		display: flex;
		flex-direction: column;
		gap: 18px;
		margin-top: 30px;
		align-items: center;
		padding: 1rem;
		box-shadow: #000000d0 0px 0px 5px;
		border-radius: 12px;
		background-color: #faf9f6 !important;
		}
		
		.stream_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		border-radius: 12px;
		width: 100%;
		max-width: 390px;
		background: transparent; /* transparent to show SVG only */
		border: none;
		transition: transform 0.2s ease, opacity 0.2s ease;
		cursor: pointer;
		background-color: white;
		transition: all ease-in-out 0.3s !important;
		}
		
		.stream_icon {
		height: 40px;
		width: auto;
		max-width: 50%;
		object-fit: contain;
		transition: transform 0.2s ease;
		}
		
		.stream_btn:hover .stream_icon {
		transform: scale(1.05);
		opacity: 0.9;
		}
		
		/* Platform Colors */
		.spotify {
		background-color: #1db9542f;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.youtube {
		background-color: #ff00002d;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.deezer {
		background-color: #8622f241;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.apple {
		background-color: #00000031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.tidal {
		background-color: #00000031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.amazon {
		background-color: #00a9e131;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.soundcloud {
		background-color: #ff550031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.bandcamp {
		background-color: #629aa92f;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.stream_btn:hover {
		transform: scale(1.03);
		opacity: 0.9;
		background-color: #FAF9F6;
		transition: all ease-in-out 0.3s;
		}
		
		.cover_container.playing .stop_btn {
		display: flex;
		opacity: 1; /* Visible when playing */
		left: 65%;
		}
		
		.cover_container.playing .stop_btn i{
		opacity: 1; /* Visible when playing */
		left: 65%;
		}
		
		.stop_btn {
		position: absolute;
		display: none;
		opacity: 0; /* Hidden initially */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 30%;
		padding: 1rem;
		cursor: pointer;
		transition: all 0.5s ease;
		}
		
		.stop_btn:hover {
		border-radius: 50%;
		transition: all 0.5s ease;
		}
		
		.stop_btn i {
		font-size: 1.5rem;
		opacity: 0;
		color: #333;
		transition: all 0.5s ease;
		}

		.div_form {
			margin-top: 2rem;
			border: white solid 0.3rem;
			box-shadow: #111 2px 10px 20px;
			border-radius: 2rem;
			padding: 2rem;
			width: 100vw;
			max-height: 90vh;
			background-color: #22222250; /* Optional background inside the form */
			justify-self: center;
		}
		
		.form_title h2, .form_title h4 {
			text-align: center;
			margin: 0.5rem 0;
		}
		
		.div_form h2 {
			font-size: 2rem;
			color: white;
			text-shadow: #000000e0 0px 2px 5px;
			text-decoration: underline;
		}
		
		.div_form h4 {
			font-size: 1rem;
			color: #FAF9F6;
			text-shadow: #1f1f1fe0 0px 2px 5px;
			padding-bottom: 1rem;
		}
		
		.form {
			display: flex;
			flex-direction: column;
			gap: 1rem; /* Equal spacing between fields */
		}
		
		.form p {
			display: flex;
			flex-direction: column;
		}
		
		.form label {
			color: white;
			margin-bottom: 0.25rem;
			font-weight: 500;
		}
		
		.form input,
		.form textarea {
			padding: 0.25rem;
			border-radius: 0.3rem;
			border: 1px solid #ccc;
			font-size: 1.2rem;
			color: #000000;
		}
		
		.form textarea {
			resize: vertical;
			min-height: 110px;
		}
		
		.form_button {
			text-align: center;
		}
		
		.form_button button {
			padding: 0.75rem 1.5rem;
			font-size: 1rem;
			border: none;
			border-radius: 1rem;
			background-color: #fff;
			color: #000;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
		}
		
		.form_button button:hover {
			background-color: #CC6F6F;
			color: #FAF9F6;
			font-weight: 600;
			text-shadow: #111 0px 2px 5px;
			text-decoration: underline;
			transition: all 0.3s ease-in-out;
		}
		
		.no_pointer_p {
			cursor: default;
		}

}









/*Desktop visibility*/

@media only screen and (min-width: 768px) {
	.mobile_header {
		display: none !important;
	}
	.content_wrapper {
		padding-top: 7%;
		margin: 0 5%;
	}
	.iframe_subscribe {
		width: 100vw; /* Adjust width as needed */
		max-height: auto; /* Adjust height as needed */
		border: none; /* Remove any default border */
		flex-grow: 1; /* Allow the iframe to take up remaining space */
		font-family: Poppins, sans-serif;
		font-weight: 400;
		color: black;
		z-index: 40;
	}
	.about_p {
		display: flex;
		flex-direction: column;
		columns: 1;
		position: left;
		padding: 2.5%;
	}
	
	.about_p p {
		font-family: Poppins, sans-serif;
		font-weight: 400;
		font-size: clamp(15px, 1.05vw, 1.05vw);
		line-height: 150%;
	}

	.about_photo_portrait {
		display: flex;
		flex-direction: column;
		columns: 2;
		position: right;
		padding: 5%;
	}
	
	.about_photo_portrait img {
		border-radius: 10%;
		width: 20vw;
		height: auto;
		object-fit: cover;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
		transition: all 0.2s ease-in-out;
		align-self: center;
		
	}

	.about_photo_portrait img:hover {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
		transition: all 0.2s ease-in-out;
	}

	section {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		margin-top: 0%;
		margin-bottom: 5%;
	}

	.section_music {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 2.5%;
		margin-bottom: 5%;
	}
	
	.music_release {
		display: block;
		justify-content: center;
		align-items: center;
		transition: all 1s ease-in-out;
		cursor: pointer;
	}
	
	.music_release_img {
		width: 20vw;
		height: auto;
		border-radius: 7.5%;
		transition: all 1s ease-in-out;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
	}
	
	.music_release_img:hover {
		box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
		transition: all 1s ease-in-out;
	}

	.music_release_title {
		font-family: Poppins, sans-serif;
		font-weight: 400;
		margin-top: 5%;
		font-style: italic;
		text-align: center;
		font-size: clamp(15px, 1.3vw, 1.3vw);
		transition: all 1s ease-in-out;
	}
	
	.more_music {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: clamp(20px, 2vw, 2vw);
		text-decoration: none;
		text-align: center;
		color: #FAF9F6;
		cursor: pointer;
		transition: all 0.5s ease-in;
	}
	
	.more_music:hover {
		transform: scale(1.5);
		color: white;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
		border-radius: 50%;
	}

	.more_music_mobile {
		display: none !important;
	}

	.hovered {
		transform: scale(1.1);
		opacity: 1;
		z-index: 1;
		transition: all 1s ease-in-out;
	}
	  
	.dimmed {
		transform: scale(0.9);
		opacity: 0.6;
		transition: all 1s ease-in-out;
	}

	.site_footer {
		background: #111;
		color: #eee;
		padding: 1rem 1rem; /* Reduce padding */
		font-size: 0.9rem;
	}
	  
	.footer_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2rem;
		max-width: 1200px;
		margin: 0 auto;
	}
	  
	.footer_column {
		position: relative;
		flex: 1 1 100px;
		padding-left: 2rem;
		max-width: 140px;
	}
	  
	.footer_column::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 50%; /* Adjust this to control line height */
		width: 1px;
		background-color: rgba(255, 255, 255, 0.650);
	}
	  
	  /* Remove border from the first column */
	.footer_column:first-child::before {
		content: none;
	}
	
	.footer_column:nth-child(3)::before {
		content: none;
	}

	.footer_column:nth-child(5)::before {
		content: none;
	}
	
	.footer_column h4 {
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		font-size: 1rem; /* Reduce font size */
	}
	
	.footer_column p,
	.footer_column ul li a {
		font-size: 0.8rem; /* Reduce font size */
	}
	
	.footer_column ul {
		list-style: none;
		padding: 0;
	}
	  
	.footer_column ul li a {
		color: #ccc;
		text-decoration: none;
	}
	  
	.footer_column ul li a:hover {
		color: #fff;
	}
	
	.footer_links1 {
		text-align: right;
	}
	
	.footer_links2 {
		text-align: left;
	}
	
	.footer_socials {
		display: grid; /* Use grid layout */
		grid-template-columns: repeat(2, auto); /* Two columns */
		gap: 1.5rem;
		
	}
	
	.social_column {
		display: flex;
		flex-direction: column; /* Stack icons vertically */
		gap: 15px; /* Space between icons */
		margin-left: 10%;
	}

	.footer_socials a {
		text-decoration: none;
		line-height: 0;
	}
	
	.footer_socials a img {
		width: 20px;
		gap: 1%;
		aspect-ratio: 1/1;
		filter: brightness(0.7);
		transition: filter 0.3s;
	}
	  
	.footer_socials a img:hover {
		filter: brightness(1.2);
	}
	  
	 .footer_bottom {
		display: block;
		text-align: center;
		margin-top: 2rem;
		border-top: 1px solid #333;
		padding-top: 1rem;
		font-size: 0.8rem;
	}
	
	#footer_blank {
		visibility: hidden;
	}
	
	.iframe_popup {
		position: fixed; /* Ensures it stays in place while scrolling */
		top: 50%; /* Position from the top */
		left: 50%; /* Position from the left */
		transform: translate(-50%, -50%); /* Centers the element */
		background-color: #FAF9F6;
		border: solid 0.5rem #FAF9F6;
		border-radius: 2%;
		width: 80vw;
		height: 100vh; /* Adjust height as needed */
		display: flex;
		flex-direction: column; /* Stack children vertically */
		justify-content: flex-start; /* Align children at the top */
		align-items: center; /* Center children horizontally */
	}
	
	.popup_content {
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	
	.popup_title {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: clamp(20px, 2vw, 2vw);
		text-align: center;
		color: black;
		margin-top: 2rem;
		z-index: 10; /* Ensure it stays above the iframe */
	}
	
	.popup_text1 {
		position: absolute;
		left: 8.3%; /* Align it to the left edge */
		bottom: 44.5%; /* Increase this value to move it higher */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 0.75vw, 0.75vw);
		color: black;
		white-space: nowrap;
	}
	
	.popup_text2 {
		position: absolute;
		left: 50%; /* Center it horizontally */
		bottom: 12%; /* Adjust this value to position it underneath the iframe */
		transform: translateX(-50%); /* Center alignment */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 1vw, 1vw);
		color: black;
		text-align: center; /* Ensure the text is centered */
		white-space: nowrap;
	}
	
	.popup_text3 {
		position: absolute;
		left: 50%; /* Center it horizontally */
		bottom: 5%; /* Adjust this value to position it underneath the iframe */
		transform: translateX(-50%); /* Center alignment */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 0.9vw, 0.9vw);
		color: black;
		text-align: center; /* Ensure the text is centered */
		white-space: nowrap;
	}

	.popup_text4 {
		position: absolute;
		left: 50%; /* Center it horizontally */
		bottom: 2.5%; /* Adjust this value to position it underneath the iframe */
		transform: translateX(-50%); /* Center alignment */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 0.7vw, 0.7vw);
		color: black;
		text-align: center; /* Ensure the text is centered */
		white-space: nowrap;
	} 

	.popup_text {
		position: absolute;
		left: 50%; /* Center it horizontally */
		bottom: 25%; /* Adjust this value to position it underneath the iframe */
		transform: translateX(-50%); /* Center alignment */
		font-family: 'Poppins', sans-serif;
		font-size: clamp(12px, 0.9vw, 0.9vw);
		color: black;
		text-align: center; /* Ensure the text is centered */
		white-space: nowrap;
	}
	
	.close_btn_popup {
		font-size: 30px;
		background-color: transparent;
		color: black;
		border: none;
		padding: 15px;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		transition: 0.3s ease;
	}
	
	.close_btn_popup:hover {
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 50%;
	}

	header {
		color: #FAF9F6;
		background-color: #b57ba631;
		background-size: cover;
		box-shadow: #11111150 0px 10px 30px 0px;
		text-shadow: #111111d0 0px 0px 5px;
	}

	.styled_h1:hover {
		color: #CC6F6F;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
		font-size: 2.9vw;
		transition: all 0.5s ease-in-out;
	}

	.socials_btn {
		font-size: 1.2rem; /* Adjust the size of the icons */
		color: #faf9f6; /* Default color */
		margin: 7.25%; /* Add spacing between icons */
		transition: all 0.3s ease; /* Smooth transition for hover effects */
		text-decoration: none; /* Remove underline from links */
		text-shadow: #111111d0 0px 0px 5px;
	}

	.about_photo_portrait {
		perspective: 1000px !important; /* Adjust perspective for more depth */
	}
	
	#about-photo {
		border-radius: 10%; /* Rounded corners */
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
		transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
		transform-style: preserve-3d; /* Enable 3D transformations */
	}

	.music_release {
		perspective: 1000px !important; /* Adjust perspective for more depth */
	}
	
	#music-cover1 {
		transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
		transform-style: preserve-3d; /* Enable 3D transformations */
	}

	#music-cover2 {
		transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
		transform-style: preserve-3d; /* Enable 3D transformations */
	}

	#music-cover3 {
		transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
		transform-style: preserve-3d; /* Enable 3D transformations */
	}

	#music-cover4 {
		transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
		transform-style: preserve-3d; /* Enable 3D transformations */
	}

	#music_nb_empty {
		visibility: hidden;
		cursor: none;
	}
	
	#music_nb_empty a {
		visibility: hidden;
		cursor: none;
	}

	/* Cookie Popup Styles */
	.cookie-popup {
		position: fixed;
		bottom: 20px;
		left: 20px;
		right: 20px;
		background-color: #fff;
		color: #000;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
		z-index: 1000;
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		font-size: 14px;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		align-items: center; /* Center content horizontally */
		text-align: center; /* Center text */
		gap: 15px;
	}

	.cookie-popup p {
		margin: 0;
		color: #000; /* Black text color */
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), /* Outer glow */
					0 0 10px rgba(0, 0, 0, 0.2), /* Slightly larger glow */
					0 0 15px rgba(0, 0, 0, 0.2); /* Fainter glow */
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		text-align: center; /* Center text */
	}

	.cookie-popup a {
		color: #000;
		text-decoration: underline;
		font-weight: 500;
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
	}

	.cookie-popup a:hover {
		color: #652f85;
		text-shadow: #000 2px 2px 5px;
		text-decoration: none;
	}

	.cookie-buttons {
		display: flex;
		gap: 10px;
		justify-content: center; /* Center buttons horizontally */
	}

	.cookie-btn {
		background-color: transparent;
		color: #000;
		border: none;
		padding: 15px 30px; /* Increased padding for larger buttons */
		border-radius: 8px; /* Slightly larger border radius for rounded corners */
		cursor: pointer;
		font-size: 1.2rem; /* Increased font size for better readability */
		font-family: 'Poppins', sans-serif; /* Use Poppins font */
		font-weight: 400; /* Set font weight to 400 */
		transition: background-color 0.3s ease, box-shadow 0.3s ease;
		text-decoration: underline;
	}

	.cookie-btn:hover {
		background-color: transparent;
		color: #652f85;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), /* Outer glow */
					0 0 20px rgba(0, 0, 0, 0.2), /* Slightly larger glow */
					0 0 30px rgba(0, 0, 0, 0.2); /* Fainter glow */
		transition: background-color 0.3s ease, box-shadow 0.3s ease;
	}

	.hidden-popup-consent {
		display: none;
	}

	.layout {
		display: flex;
		flex-direction: column;
		align-items: center; /* This centers content horizontally inside .layout */
		justify-content: center;
		width: 100%;
		max-width: 100vw;
		padding: 2rem;
		margin-bottom: 7rem;
		}
		
		.layout_cover_text h3{
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		background-color: transparent;
		border: white 0.2rem solid;
		border-radius: 2.5rem;
		color: #ffffff;
		text-shadow: rgba(173, 173, 173, 0.815) 0px 2px 10px;
		display: inline-block;         /* Makes the box fit the content */
		padding: 0.3em 0.7em;          /* Optional: Adds a little space around the text */
		white-space: nowrap;           /* Prevents line breaks */
		margin-top: 0.5rem;
		margin-bottom: 1rem;
		}
		
		.layout_cover {
		position: relative;
		width: 375px;
		margin-bottom: 2rem;
		}
		
		.cover_container {
		position: relative;
		width: 100%;
		}
		
		.cover_image {
		width: 100%;
		display: block;
		border-radius: 16px;
		box-shadow: 0 6px 20px rgba(255, 255, 255, 0.24);
		z-index: 3;
		}
		
		.music_player {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 30%;
		padding: 1rem;
		cursor: pointer;
		transition: all 0.5s ease;
		}
		
		.music_player:hover {
		border-radius: 50%;
		transition: all 0.5s ease;
		}
		
		
		.music_player i {
		font-size: 1.5rem;
		color: #333;
		}
		
		.cover_container.playing .music_player{
		left: 35%;
		transition: all 0.5s ease;
		}
		
		.music_progress_bar {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 6px;
		width: 0%; /* width is controlled via JS */
		background: #ccc;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		opacity: 0;
		transition: width 0.3s ease, opacity 0.3s ease;
		}
		
		.cover_container.playing .music_progress_bar{
		opacity: 1;
		width: 100%;
		}
		
		.cover_container.playing .volume_slider {
		opacity: 1;
		bottom: -20px;
		transition: all 0.7s ease;
		pointer-events: all;
		z-index: 3;
		}
		
		.volume_slider {
		position: absolute;
		appearance: none;
		bottom: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		height: 5px;
		background: #744971;
		box-shadow: #111111d0 0px 2.5px 2.5px;
		border-radius: 5px;
		outline: none;
		cursor: pointer;
		opacity: 0;
		z-index: 0;
		transition: all 0.7s ease;
		}
		
		.volume_slider::-webkit-slider-thumb {
		appearance: none;
		width: 17px;
		height: 17px;
		background: #ff64ff;
		border-radius: 50%;
		border: none;
		cursor: pointer;
		}
		
		.volume_slider::-moz-range-thumb {
		width: 17px;
		height: 17px;
		background: #ff64ff;
		border-radius: 50%;
		border: none;
		}
		
		.streaming_links {
		display: flex;
		flex-direction: column;
		gap: 18px;
		margin-top: 30px;
		align-items: center;
		padding: 1rem;
		box-shadow: #000000d0 0px 0px 5px;
		border-radius: 12px;
		background-color: #faf9f6 !important;
		}
		
		.stream_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		border-radius: 12px;
		width: 100%;
		max-width: 390px;
		background: transparent; /* transparent to show SVG only */
		border: none;
		transition: transform 0.2s ease, opacity 0.2s ease;
		cursor: pointer;
		background-color: white;
		transition: all ease-in-out 0.3s !important;
		}
		
		.stream_icon {
		height: 40px;
		width: auto;
		max-width: 50%;
		object-fit: contain;
		transition: transform 0.2s ease;
		}
		
		.stream_btn:hover .stream_icon {
		transform: scale(1.05);
		opacity: 0.9;
		}
		
		/* Platform Colors */
		.spotify {
		background-color: #1db9542f;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.youtube {
		background-color: #ff00002d;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.deezer {
		background-color: #8622f241;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.apple {
		background-color: #00000031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.tidal {
		background-color: #00000031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.amazon {
		background-color: #00a9e131;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.soundcloud {
		background-color: #ff550031;
		box-shadow: #333333d0 0px 2px 5px;
		}
		.bandcamp {
		background-color: #629aa92f;
		box-shadow: #333333d0 0px 2px 5px;
		}
		
		.stream_btn:hover {
		transform: scale(1.03);
		opacity: 0.9;
		background-color: #FAF9F6;
		transition: all ease-in-out 0.3s;
		}
		
		.cover_container.playing .stop_btn {
		display: flex;
		opacity: 1; /* Visible when playing */
		left: 65%;
		}
		
		.cover_container.playing .stop_btn i{
		opacity: 1; /* Visible when playing */
		left: 65%;
		}
		
		.stop_btn {
		position: absolute;
		display: none;
		opacity: 0; /* Hidden initially */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(255, 255, 255, 0.8);
		border-radius: 30%;
		padding: 1rem;
		cursor: pointer;
		transition: all 0.5s ease;
		}
		
		.stop_btn:hover {
		border-radius: 50%;
		transition: all 0.5s ease;
		}
		
		.stop_btn i {
		font-size: 1.5rem;
		opacity: 0;
		color: #333;
		transition: all 0.5s ease;
		}

		.div_form {
			display: inline-block;
			position: relative;
			left: 25%;
			right: 25%;
			margin-top: 2rem;
			border: white solid 0.3rem;
			box-shadow: #111 2px 10px 20px;
			border-radius: 2rem;
			padding: 2rem;
			width: 50vw;
			max-height: 110vh;
			background-color: #22222250; /* Optional background inside the form */
			justify-self: center;
			margin-top: 5rem;
			margin-bottom: 5rem;
		}
		
		.form_title h2, .form_title h4 {
			text-align: center;
			margin: 0.5rem 0;
		}
		
		.div_form h2 {
			font-size: 2rem;
			color: white;
			text-shadow: #000000e0 0px 2px 5px;
			text-decoration: underline;
		}
		
		.div_form h4 {
			font-size: 1rem;
			color: #FAF9F6;
			text-shadow: #1f1f1fe0 0px 2px 5px;
			padding-bottom: 1rem;
		}
		
		.form {
			display: flex;
			flex-direction: column;
			gap: 1rem; /* Equal spacing between fields */
		}
		
		.form p {
			display: flex;
			flex-direction: column;
		}
		
		.form label {
			color: white;
			margin-bottom: 0.25rem;
			font-weight: 500;
		}
		
		.form input,
		.form textarea {
			padding: 0.5rem;
			border-radius: 0.5rem;
			border: 1px solid #ccc;
			font-size: 1rem;
			color: #000000;
		}
		
		.form textarea {
			resize: vertical;
			min-height: 100px;
		}
		
		.form_button {
			text-align: center;
			margin-bottom: 50%;
		}
		
		.form_button button {
			padding: 0.75rem 1.5rem;
			font-size: 1rem;
			border: none;
			border-radius: 1rem;
			background-color: #fff;
			color: #000;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
		}
		
		.form_button button:hover {
			background-color: #CC6F6F;
			color: #FAF9F6;
			font-weight: 600;
			text-shadow: #111 0px 2px 5px;
			text-decoration: underline;
			transition: all 0.3s ease-in-out;
		}
		
		.no_pointer_p {
			cursor: default;
		}

}






/* HTML, HEADER, BODY */
/* HTML, HEADER, BODY */
/* HTML, HEADER, BODY */


/* Interaction Blocker Styles */
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Ensure it stays above all other elements */
    pointer-events: auto; /* Block all interactions */
}

.hidden-popup-consent {
    display: none; /* Hide the element */
}




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.anchor {
    white-space: nowrap;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-size: clamp(20px, 0.9vw, 1vw);
	display: inline-block;
	padding: 0.1% 0.5% 0.1% 0.5%;
	scroll-margin-top: 75px; /* Adjust this value as needed */
	cursor: pointer;
	border: solid 2px #FAF9F6;
	border-radius: 5px;
	box-shadow: #111111d0 0px 0px 5px;;
	text-shadow: #111111d0 0px 0px 5px;
	transition: all 0.2s ease-in;
	text-decoration: none; /* Remove underline from links */
}

.anchor:hover {
	color: #CC6F6F; /* Change color on hover */
	border: solid 2px #CC6F6F;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease-in;
}

.anchor:active {
	color: #B57BA6;
	border: solid 2px #B57BA6;
	text-shadow: 0 0 20px rgb(255, 255, 255);
	box-shadow: 0 0 20px rgb(255, 255, 255);
	transition: all 0.2s ease-in;
}

body {
	background-image: url('backgrounds/purple_bg@0.25x.jpg'); /* Replace with your image path */
	background-color: #00000042; /* Fallback color */
	background-blend-mode: overlay;
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-attachment: fixed; /* Keeps the background fixed during scrolling */
	color: #FAF9F6;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(15px, 0.9vw, 1.05vw);
	line-height: 150%;
}

.desktop_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0% 5%;
	margin-bottom: 4.5%;
	position: relative;
}

.desktop_header_socials {
	display: flex;
	gap: 20%;
	margin-top: 2%;
}

.desktop_header_socials a {
	line-height: 0;
}

.desktop_header_socials img {
	width: clamp(12px, 20px, 2vw);
	height: auto;
	transition: all 0.3s ease;
}

.desktop_header_socials img:hover {
	transform: scale(1.5);
}

.desktop_header_newsletter {
	display: flex;
	justify-content: flex-end;
	margin-top: 2%;
}

.newsletter_btn {
	font-size: clamp(20px, 1.05vw, 1.2vw);
	background: transparent;
	border: 0px;
	text-decoration: none;
	color: #FAF9F6;
	cursor: pointer;
	transition: all 0.5s ease-in;
	text-shadow: #111111d0 0px 0px 5px;
	transition: all 0.2s ease-in;
}

.newsletter_btn::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0px;
	background-color: currentColor;
	transition: width 0.3s ease;
  }
  
.newsletter_btn:hover::after {
	width: 100%;
	height: 2px;
}

.newsletter_btn:hover {
	transform: scale(1.05);
	color: #CC6F6F;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease-in;
}

.newsletter_btn:active {
	color: #B57BA6;
	text-shadow: 0 0 20px rgb(255, 255, 255);
	transition: all 0.2s ease-in;
}

.mobile_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: clamp(5px, 15px, 20px);
	margin-bottom: 25%;
}	

.mobile_menu {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease, right 0.5s ease;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	right: -3000px;
	transition: right 0.3s ease;
	background-color: #523049d5;
	padding: 20px;
	color: #FAF9F6;
	transform: translateX(100%);
}

.mobile_menu:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.mobile_menu.active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	opacity: 1;
	pointer-events: auto;
	z-index: 30;
	right: 0px;
	transform: translateX(0);
	}

.mobile_header_socials {
	display: flex;
	gap: 20px;
	padding-top: 20%;
}

.mobile_header_socials a {
	line-height: 0;
	text-decoration: none;
	color: #FAF9F6;
}

.mobile_header_socials a:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	color: #CC6F6F;
	transition: all 0.5s ease;
}

.mobile_header_socials img {
	width: 20px;
	height: auto;
	transition: all 0.5s ease;
}

.mobile_header_socials img:hover {
	transform: scale(1.5);
}

.headhamburger {
	color: #FAF9F6;
	background-color: transparent;
	border: none;
	font-size: 30px; /* Increase the size for better visibility */
	cursor: pointer;
	position: absolute;
	right: 2%; /* Move it to the right */
	transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.headhamburger:hover{
	background-color: rgba(255, 255, 255, 0.1); /* Light background on hover */
	color: white; /* Change icon color to gold on hover */
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	transform: scale(1.1); /* Slightly enlarge on hover for more emphasis */
}

.headhamburger:focus {
  outline: none; /* Remove focus outline */
}

.close_btn {
	font-size: 30px;
	background-color: transparent;
	color: #FAF9F6;
	border: none;
	padding: 15px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: 0.3s ease;
}

.close_btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Close button inside the popup */
.close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

dialog.dialog_subscribe {
	position: fixed;
	top: 0;
	left: 0;
	width: 110vw;
	height: auto;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	justify-content: space-evenly;
	align-items: center;
	inset: 0;
}

dialog.dialog_subscribe[open] {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 110vw;
	height: auto;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	justify-content: space-evenly;
	align-items: center;
	opacity: 0;
	animation: dialogFadeIn 0.3s ease forwards;
	overflow: hidden;
	inset: 0;
}

.dialog_subscribe::backdrop {
	background: rgba(0, 0, 0, 0.3);
	height: 100vh;
	opacity: 0;
	animation: backdropFadeIn 0.3s forwards;
	inset: 0;
	padding-right: 50px;
}

.dialog_subscribe.fade-in {
	width: 120vw;
	height: 120vh;
	animation: dialogFadeIn 0.3s ease forwards;
}

.dialog_subscribe.fade-out {
	width: 120vw;
	height: 120vh;
	animation: dialogFadeOut 0.3s ease forwards;
}

@keyframes dialogFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes dialogFadeIn {
	to {
		opacity: 1;
	}
}

@keyframes backdropFadeIn {
	to {
		opacity: 1;
	}
}

.title {
	display: inline-block;
	position: absolute;
	margin-top: 1%;
	left: 50%;
	transform: translateX(-50%);
	flex-grow: 1;
	transition: all 0.5s ease-in-out;
}

.styled_h1 {
	font-family: Great Vibes;
	font-size: clamp(35px, 2.5vw, 2.7vw);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FAF9F6;
	white-space: nowrap;
	position: center;
	flex-grow: 1;
	text-shadow: #111111d0 0px 0px 5px;
	transition: all 0.5s ease-in-out;
}

.styled_h1:active {
	color: #B57BA6;
	text-shadow: 0 0 20px rgb(255, 255, 255);
	transition: all 0.2s ease-in;
}

.nav_menu {
	display: flex;
	justify-content: space-between;
	padding: 0 4.5%;
}

.nav_menu_links {
	display: inline-block;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(17px, 0.9vw, 0.9vw);
	text-decoration: none;
	text-align: center;
	color: #FAF9F6;
	cursor: pointer;
	transition: all 1s ease-in;
	margin-bottom: 2%;
	text-shadow: #111111d0 0px 0px 5px;
	pointer-events: auto;
}

.nav_menu_links:hover {
	transform: scale(1.1);
	color: #CC6F6F;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	transition: all 0.2s ease-in;
}

.section_music a {
	text-decoration: none;
	color: #faf9f6;
	font-family: 'Poppins', sans-serif;
}

.section_music a:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.music_release_img:hover {
	border-radius: 2.5%;
	transition: all 0.5s ease-in-out;
}

.visuals_gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 1rem;
	padding: 1rem;
}
  
.media_item {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-in-out;
	aspect-ratio: 1 / 1
}

.media_item:hover {
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.8);
	transition: all 0.5s ease-in-out;
}

.media_item_large {
    grid-column: span 2;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-in-out;
	aspect-ratio: 2 / 1;
}

.media_item_large img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 1rem;
}

.media_item_large:hover {
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.8);
	transition: all 0.5s ease-in-out;
}

.media_item_empty {
	overflow: hidden;
	visibility: hidden;
}

.media_item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 1rem;
}
.media_item video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 1rem;
}

.version_footer {
	display: flex;
	justify-content: right;
	align-items: right;
	color: #faf9f6;
	font-size: 0.9rem;
	text-decoration: none;
}

.version_footer a {
	text-decoration: none;
	color: #faf9f6;
	cursor: default;
}

.footer_socials {
	width: 0.1vw;
	margin: 0%;
}

.socials_btn:hover {
    color: #CC6F6F; /* Change color on hover */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.2); /* Slightly enlarge the icon on hover */
}

.socials_btn:active {
	transform: scale(1);
	color: #B57BA6;
	text-shadow: 0 0 20px rgb(255, 255, 255);
}

.quote {
	font-style: italic;
	font-size: 1.75rem !important;
	text-shadow: #000000ce 0px 10px 7.5px;
}


#form-alert {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 8px;
	text-shadow: #000 0px 2px 10px;
	background: #ffffff;
	font-weight: bold;
  }

  .hero{
    height: 20vh;
	border: solid white;
	border-radius: 1rem;
    background-color: #00000062;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
	margin-bottom: 10%;
}

h1{
    font-size: clamp(1.4rem, 1.4rem, 2rem);
    font-weight: 500;
    margin-bottom: 20px;
}

.timebox{
    display: flex;
    gap: 2.5rem;
}

.time{
    text-align: center;
}

.time h2{
    font-size: clamp(1.4rem, 0.5rem, 2.5rem);
    font-weight: 100;
}