* {
	box-sizing: border-box;
}



html {
	height: 100%;
}

p {
	margin: 0;
}

body {
	margin: 0;
	background-color: #ff9ffc;
	height: 100%;
	font-family: 'Unbounded', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
}

button,
a,
.mouse {
	cursor: url('img/mousey.svg'), auto !important;
}

img,
svg {
	transition: transform 0.3s ease;
	width: 100%;
	height: auto;
	display: block;
	max-height: 100%;
}

.svg-about {
	position: relative;
	display: inline-block;
	/* min-height: 105px; */
	width: 18vw;
}

.svg-about:hover {
	transform: translateY(-2px);
}

	.bio .text {
				padding:20px 0;
			}


			.bio p {
				font-family: 'Akshar', Arial, Helvetica, sans-serif;
				font-size: 15pt;
				font-weight: 400;
			}

			.bio > p:nth-of-type(2),
			.bio > p:nth-of-type(2) ~ p {
				text-indent: 30px;
			}

.svg-home {
	transition: transform 0.15s ease;
	width: 15vw;
	margin: 0 auto;
}

.svg-home:hover {
	transform: scale(0.98, 1.02);
}

.svg-insta:hover {
	transform: translateY(-2px);
}

.svg-projects {
	min-width: 250px;
	width: 18vw;
	margin-left: auto;
	transition: transform 0.15s ease-out;
}

.svg-projectshov:hover {
	transform: scale(1.02);
}

.svg-news {
	transform: rotate(10deg);
	transition: transform 0.3s ease;
	min-width: 180px;
	width:12vw;
	margin: 0 auto;
}

.svg-logo {
	min-width: 700px;
	width: 45vw;
	margin: 0 auto;
}

.svg-artists {
	min-width: 300px;
	width: 25vw;
	margin: 0 auto;
}

.svg-music {
	/* min-width: 300px; */
	width: 20vw;
	/* height: 10vh; */
	margin-left: auto;
	align-items: center;
	display: flex;
	gap: 1rem;
}

.svg-music:hover .play {
	animation: shake 0.6s ease-in-out 3ms;
}

.play {
	cursor: url('mousey.svg'), auto;
	height: 5vh;
}

.svg-play2 {
	height: 5vh;
	width: auto;
}

.svg-music.side {
	margin: auto;
}

.svg-contact {
	min-width: 200px;
	width: 15vw;
	margin-right: auto;
	transition: transform 0.15s ease-out;
}

.svg-contact:hover {
	transform: scale(1.04);
}

.svg-insta {
	min-width: 200px;
	width: 15vw;
	margin-right: auto;
	transition: transform 0.25s ease;
}

.flex-table {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem; /* this is your inner padding */
	max-width: 100vw;
	max-height: 100vh;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.svg-logo-mob,
.mob-menu {
	display: none;
}

.flex-row.wide {
	gap: 10rem;
}

.col {
	flex: 1;
	min-width: 0;
}

.col-big {
	flex: 2;
	min-width: 0;
}

.sidemenu {
	flex: 0 0 220px; /* fixed-width sidebar */
	position: sticky;
	top: 0;
}

.sidemenu li {
	justify-content: center;
	align-items: center;
	display: flex;
}

.sidemenu img {
	margin: auto !important;
}

.sidemenu ul {
	list-style-type: none;
	position: sticky;
	flex-shrink: 0;
	top: 0;
	gap: 2rem;

	display: grid;
}

.tooltip-link{
	position: relative;
	display: block;
	cursor: pointer;
}

.tooltip-link .tooltip-text {
	visibility: hidden;
	position: absolute;
	bottom: 75%; /* position above the SVG */
	left: 100%;
	transform: translateX(-50%);
	background-color: white;
	color: black;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid black;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 10;
}

.tooltip-link:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.hov,
.hov2 {
	transition: transform 0.3s ease;
}

.hov:hover,
.hov2:hover {
	transform: rotate(10deg);
}

.svg-news:hover {
	transform: rotate(5deg);
	cursor: url('img/mousey.svg'), auto;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-2px);
	}
	50% {
		transform: translateX(2px);
	}
	75% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}

summary {
	list-style: none;
}

.iframe-container {
	width: 100%;
	height: 100vh;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

iframe {
	width: 350px;
	height: 200px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0 15px;
	border: none;
	z-index: 9999;
	border: 3px dotted black;
	background-color: #7fffd4;
}

.iframe-news {
	width: 50%;
	height: 100%;
	padding: 0;
	background-color: #fffacd;
}

.iframe-container-news .close-btn {
	top: 10px;
	right: 25px;
	background-color: #fffacd;
}

.iframe-container-news .close-btn:hover {
	top: 10px;
	right: 25px;
	color: #fffacd;
}

/* Close button inside the panel */
.close-btn {
	position: fixed;
	bottom: 160px;
	right: 10px;
	background: #7fffd4;
	color: black;
	border: 2px solid black;
	/* padding: 5px; */
	width: 30px;
	height: 30px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 50px;
	z-index: 999999;
}

.close-btn:hover {
	background: black;
	color: #7fffd4;
}

/* Hide close button when panel is closed */
details:not([open]) .close-btn {
	display: none;
}

summary::-webkit-details-marker {
	display: none;
}

.contact p {
	font-family: 'Aoboshi One', Arial, Helvetica, sans-serif;
	font-size: 2rem;
	margin-bottom: 20px;
}

.contact h1 {
	font-family: 'Aoboshi One', Arial, Helvetica, sans-serif;
	font-size: 3.5rem;
	font-weight: 300;
	/* margin-bottom: 20px; */
}

.contact p img {
	display: inline-block;
	vertical-align: bottom;
}

.bio h1 {
				font-size: 4rem;
				font-weight: bold;
				padding: 0;
				margin: 0;
				font-family: 'Syne', Arial, Helvetica, sans-serif;
			}

			.bio h2 {
				font-weight: 500;
				font-size: 1.5rem;
				padding: 0;
				margin: 15px 0;
				font-family: 'Unbounded', Arial, Helvetica, sans-serif;
			}


/**Cookie banner**/

.tooltip-cookie .tooltip-text {
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  left: 40px;
  background-color: white;
  color: black;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid black;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
}

.tooltip-cookie:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.cookie-banner{
	display:flex;
	position: fixed;
	bottom: 12px;
	width: calc(100% - 24px);
	left: 12px;
	border: 2px solid;
	border-radius: 16px;
	padding: 16px 24px;
	justify-content: space-between;
	row-gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
}

.cookie-banner .flex-cookie{
	column-gap: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1rem;
}

.cookie-banner img{
	width: 72px;
}

.cookie-banner button, .cookie-placeholder-actions button, .reject-cookies-from-legal{
	font-size: 1rem;
	cursor: pointer;
	background: black;
	padding: 10px 10px 11px;
	border-radius: 9px;
	text-align: center;
	min-width: 150px;
	font-family: 'Unbounded', sans-serif;
	border: 2px solid black;
}
.cookie-placeholder-actions button{color:#fffacd;}

.cookie-banner button.reject-cookies, .cookie-placeholder-actions .open-external-content, .reject-cookies-from-legal{
	background-color: transparent;
	color: black;
}

.cookie-banner {
	display: none;
	z-index: 1000000;
}

.cookie-banner.is-visible {
	display: flex;
}

.cookie-settings {
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 999998;
}

.cookie-settings img{
	width: 40px;
}

.cookie-placeholder {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 350px;
	height: 200px;
	padding: 20px;
	border: 3px dotted black;
	background-color: #fffacd;
	color: black;
	font-family: 'Unbounded', sans-serif;
	z-index: 9999;
	text-align: center;
}

.iframe-container-music .cookie-placeholder{
	background-color: #7fffd4;
	padding: 20px 40px;
}

.cookie-placeholder-actions{
	column-gap: 2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 1rem;
	margin-top: 1rem;
}

.iframe-container-news .cookie-placeholder {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cookie-notice {
	position: fixed;
	left: 50%;
	bottom: 110px;
	transform: translateX(-50%);
	background: black;
	color: white;
	border-radius: 999px;
	padding: 10px 16px;
	font-family: 'Unbounded', sans-serif;
	z-index: 1000001;
	display: none;
	text-align: center;
}

.cookie-notice.is-visible {
	display: block;
}

.cookie-preference-actions button.is-selected {
	background: black;
	color: white;
}

@media (max-width: 768px) {
	.cookie-placeholder,
	.iframe-container-news .cookie-placeholder {
		width: 100%;
		height: 180px;
	}
}


/*Responsive*/

@media (max-width: 768px) {
	.flex-table {
		flex-direction: column; /* stack vertically */
	}

	.svg-news,
	.svg-projects,
	.svg-contact,
	.svg-about,
	.svg-insta,
	.svg-music,
	.svg-logo,
	.mob-hide {
		display: none;
		margin: auto;
	}

	.svg-about,.svg-home {
		width: auto;
		max-height: 100px;
	}

	.svg-logo-mob,
	.mob-menu {
		display: block;
	}

	.mob-menu {
		background-color: black;
		color: inherit;
		padding: 5px 10px;
		border-radius: 20px;
		/* width: 50px; */
		font-family: 'Courier New', Courier, monospace;
		font-family: 'Unbounded', sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 12pt;
		align-self: end;
	}

	.mobmenu.svg-news {
		width: 20vh;
		min-width: auto;
	}

	.mobmenu.svg-projects {
				width: 30vh;
		min-width: auto;

	}

	.col-big {
		flex: 8;
	}

	.iframe-news {
		width: 100%;
	}
}

/* hide checkbox */
#menu-toggle,
.menu-content {
	display: none;
}

/* Hamburger menu label */
.momomobmenu {
	font-size: 1rem;
	cursor: pointer;
	display: none; /* show only on mobile */
	background: black;
	width: 100px;
	padding: 10px;
	color: white;
	border-radius: 100px;
	text-align: center;
	position: fixed;
	right: 15px;
	top: 15px;
}

/*.momomobmenu:hover {
	transform: scaleY(-1);
}*/

@media (min-width: 1700px) {

	body {
	font-size: 14pt;
}

.contact p {
	font-size: 3rem;
}

.contact h1 {
	font-size: 4.75rem;
}

	.bio p {
				font-size: 20pt;
			}
}

@media (min-width: 1900px) {

	body {
	font-size: 18pt;
	padding: 20px;
}

	.bio p {
				font-size: 22pt;
			}

}



@media (max-width: 768px) {

				.bio h1 {
				font-size: 2.5rem;
				margin-top: 5px;

			}
	.momomobmenu {
		display: inline-block;
	}

	/* Menu content */
	.menu-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: inherit;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
		z-index: 9999;
		overflow-y: auto;
	}

	/* Show menu when checkbox is checked */
	#menu-toggle:checked + .momomobmenu + .menu-content {
		display: flex;
	}

	.mobmenu {
		display: flex;
	}
	/* Close button inside menu */
	.menu-content .close {
		font-size: .9rem;
		cursor: pointer;

		background: black;
		padding: 10px 16px;
		color: white;
		border-radius: 100px;
		text-align: center;
		position: fixed;
		right: 15px;
		top: 15px;
		cursor: pointer;
		z-index: 100;
	}

	.menu-content .close:hover {
		transform: scaleY(-1);
	}

	.menu-content ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.menu-content li {
		margin: 2rem 0;
		    display: flex;
    justify-content: center;
	}

	.menu-content a {
		color: white;
		text-decoration: none;
		font-size: 2rem;
	}

	.contact p {
		font-size: 1.5rem;
	}

	.contact h1 {
		font-size: 2rem;
	}
}
