/* LinkHoof.com / Bxbugs123 / MorePony / SmokeShow 2025 */
:root {
	--p_blue1: rgb(10, 145, 230);
	--p_blue2: rgb(10, 30, 100);
	--c_white1: rgb(255, 255, 255);
	--c_white2: rgb(100, 100, 100);
	--m_purple1: rgb(170, 70, 240);
	--m_darkgrey1: rgb(25, 25, 25);
	--m_purple2: rgb(35, 0, 70);
	--global-offset: 24.6%;
	--global-offset-small: 38.5%;
	--global-front-size: 100px;
	--arrow-delay: .10s;
	--pony-fade: .20s;
	--pony-oc_blue1: rgb(105, 143, 190);
	--pony-oc_blue2: rgb(5, 81, 191);
	--pony-oc_blue3: rgb(1, 20, 151);
}

body {
	margin: 0;
	padding-top: 0.5rem;
	background: var(--pony-oc_blue2);
	background-image: url("../assets/images/bg_overlay.png"), linear-gradient(var(--m_darkgrey1) 75%, black 98%, var(--pony-oc_blue2) 100%);
	background-attachment: fixed;
	background-size: cover;
	/* background-position: top left; */
	background-repeat: no-repeat;
	letter-spacing: 0.5px;
}

.gradient-text1 {
	background: linear-gradient(var(--p_blue2), var(--p_blue1), var(--p_blue2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-text2 {
	background: linear-gradient(var(--c_white2), var(--c_white1), var(--c_white2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-text3 {
	background: linear-gradient(var(--m_purple2), var(--m_purple1), var(--m_purple2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.inner-box-shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.shadow {
	text-shadow: 0px 3px 3px black;
}

.tagesschrift-regular {
  font-family: "Tagesschrift", system-ui;
  font-weight: 400;
  font-style: normal;
}

.object-contain {
	object-fit: contain;
}	

.rounded-full {
    border-radius: 9999px;
}

.center-items {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.flex {
	display: flex;
}

.page-container {
	max-width: 550px;
}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.av-img-container {
	padding-top: 1.5rem;
	padding-bottom: 1.3rem;
}

#profile-avatar {
	width: 130px;
	height: 130px;
	position: relative;
}

.av-img-container img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 25px 5px black;
}

.av-img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.av-img-overlay:hover {
	/* CHANGE TO 0 TO DISABLE */
	opacity: 1;
}

.footer-container {
	rotate: 180deg;
	z-index: 2;
	bottom: 1px;
	padding: 1rem;
}

.footer-text {
	rotate: 180deg;
	opacity: 0.3;
	font-size: 15px;
	color: white;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.footer-text:hover {
	cursor: pointer;
	opacity: 0.9;
	transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -webkit-transition: all .55s ease-in-out;
}

.profile-title {
	height: 40px;
	width: 300px;
	text-align: center;
	font-size: 32px;
	color: white;
	font-weight: bold;
	opacity: 0.9;
}

.page-title {
	padding: 0.5rem;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	color: white;
	opacity: 0.9;
}

.profile-descript {
	padding: 0.8rem;
	width: 300px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: white;
	opacity: 0.9;
}

.page-info {
	padding: 0.8rem;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: white;
	opacity: 0.9;
}

.dm-font {
	font-family: 'DM Sans';
}

.symbols-font {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;  /* Preferred icon size */
  display: inline-block;
  line-height: 2;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.links-container {
	gap: 1.5rem;
	flex-direction: column;
	margin-top: 1rem;
}

.link-button{
	background-color: white;
	box-shadow: 0 0 2em black;
	border-radius: 1em;
	transition: all 0.6s;
	box-sizing: border-box;
	width: 360px;
	height: 50px;
	line-height: 1.8em;
	cursor: pointer;
	display: flex;
}

.link-button:hover{
	box-shadow: 0 0 4em black, inset 0 0 1em black;
	background-color: var(--pony-oc_blue2);
}

.link-button svg:hover {
	padding: 5px;
	width: 40px;
	height: 40px;
	opacity: 1;
}

.link-button svg {
	padding: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	position: absolute ;
	transition: all 0.6s;
	fill: var(--pony-oc_blue2);
	opacity: 0.9;
}

.link-button font {
	font-family: 'DM Sans';
	width: 220px;
	height: 30px;
	font-size: 20px;
	margin: auto;
	text-align: center;
	color: black;
	transition: all 0.6s;
	opacity: 0.9;
	overflow: hidden;
}

.link-button:hover > font,
.link-button:hover > svg
{
	color: white;
	fill: white;
}

.popup-box{
	rotate: 180deg;
	padding: 0px;
	margin-top: 3rem;
	position: absolute;
	align-items: center;
	cursor: pointer;
	background-color: var(--pony-oc_blue2);
	box-shadow: 0 0 3em black, inset 0 0 3em black;
	border-radius: 2em;
	transition: all 0.6s;
	transform: scale(1.0);
	box-sizing: border-box;
	width: 300px;
	height: 0px;
	line-height: 1.8em;
	opacity: 0.0;
	overflow: hidden;
}

.popup-box font{
	font-family: 'DM Sans';
	width: 90%;
	height: 90%;
	font-size: 20px;
	margin: auto;
	text-align: center;
	color: white;
	opacity: 0.9;
	overflow: hidden;
}

.popup-box audio {
	opacity: 0.75;
	transform: scale(0.8);
	overflow: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.7);
	transition: all 0.1s;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.plush-container {
	width: 95%;
	height: auto;
}

.plush-columns {
	flex-direction: column;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	width: 95%;
	height: 350px;
	background-color: gray;
	opacity: 0.8;
	box-shadow: 0 0 25px 5px black;
}

.plush-container font {
	font-family: 'DM Sans';
	width: 75%;
	height: auto;
	font-size: 15;
	margin: auto;
	text-align: center;
	color: white;
	transition: all 0.6s;
	opacity: 1;
	overflow: hidden;
}