@font-face {
	font-family: "chromehearts";
	src: url(./chrome.otf);
}
.star {
	color: #9000ff;
	filter: drop-shadow(0 0 2.5px #f700ff);
}
.diamondkufal {
	color: #a749dd;
	filter: drop-shadow(0 0 2.5px #a749dd);
}
.staff {
	color: #6783ff;
	filter: drop-shadow(0 0 2.5px #6783ff);
}
.socials2 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	margin-top: 30px;
	row-gap: 11px;
	width: 100%;
}
.hover-socials svg {
	font-size: 35px;
	transition: 0.3s;
}
.hover-socials svg:hover {
	transform: scale(1.1);
}
.hover-socials a {
	display: flex;
}
.customicon {
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
	width: 40px;
}
.customicon:hover {
	transform: scale(1.1);
}
.customtogago svg {
	color: #a3a3a3;
	filter: drop-shadow(#ffffff px 0 7px);
}
.nashi {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}
.xtazy {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
}
.kufal {
	backdrop-filter: blur(var(--containerBlur));
	-webkit-backdrop-filter: blur(var(--containerBlur));
	background-color: var(--containerColor);
	background-image: var(--containerGradient);
	background-origin: border-box;
	border: var(--containerBorder);
	border-radius: var(--containerRadius);
	max-width: var(--containerWidth);
	padding: var(--containerPadding);
	pointer-events: none;
	position: fixed;
	width: 100%;
	backdrop-filter: blur(var(--containerBlur));
	background-color: rgba(0, 0, 0, 0.361);
	border: var(--containerBorder);
	border-radius: var(--containerRadius);
	max-width: var(--containerWidth);
	padding: var(--containerPadding);
	position: fixed;
	width: 100%;
}
.gago {
	margin-bottom: -100px !important;
	opacity: 0 !important;
	transition: opacity 1s, margin-bottom 0.6s;
}
.ulol {
	margin-bottom: 0 !important;
	opacity: 1 !important;
	pointer-events: all;
}
@media (max-width: 690px) {
	.kufal {
		box-sizing: border-box;
		width: 95%;
	}
}
@media (max-width: 370px) {
	.kufal {
		width: 100%;
	}
}
@keyframes rainbow {
	0% {
		background-position: 0 50%;
	}

	to {
		background-position: 100% 50%;
	}
}
.rainbowxx {
	animation: rainbow 4s linear infinite;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, violet, indigo, blue, green, #ff0, orange, red) !important;
	background-size: 1400% 100%;
	color: transparent !important;
	text-shadow: none !important;
}
.badge-container {
	align-items: center;
	background-color: var(--badgeContainerBackground);
	border: var(--badgeContainerBorder);
	border-radius: 50px;
	display: flex;
	gap: 2.5px;
	justify-content: center;
	padding: 4px 8px;
}
.badgepos {
	display: flex;
}
.badge-container svg {
	font-size: var(--userBadge);
}
.cute {
	display: flex;
	position: relative;
}
.leync2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.avkufal {
	border-radius: 50%;
	height: 118px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 118px;
}

.description {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 7px;
	max-width: 27rem;
	text-align: center;
}
.x,
.bobongpangalan,
.usernamelayout {
	color: var(--textColor);
	margin: 0;
	font-family: "chromehearts";
}
.x {
	margin-top: 5px;
	font-weight: 570;
	font-size: 14px;
}
.bobongpangalan,
.usernamelayout {
	background-image: var(--usernameEffects);
	text-shadow: var(--colorUsernameGlow);
	width: -moz-fit-content;
	width: fit-content;
	font-family: "chromehearts";
}
.usernamelayout {
	font-weight: 400 !important;
	font-family: 'chromehearts';
}
.badge {
	display: flex;
	justify-content: center;
	margin-bottom: 17px;
	width: 100%;
}
.bannerkufal {
	border-top-left-radius: calc(var(--containerRadius) - 2px);
	border-top-right-radius: calc(var(--containerRadius) - 2px);
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.adjustlang {
	border: var(--avatarBorder);
	margin-top: 50px;
	z-index: 1;
}
.avkufal,
.bannerkufal {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.socials {
	margin-bottom: 7px;
	padding: 0 15px;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.box-border {
	box-sizing: border-box;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
body {
	background-color: #230030;
	color: #a13ecf9c;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}
body,
button,
input,
textarea {
	font-family: Satoshi, sans-serif;
}
body,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
}
body {
    margin: 0;
    line-height: inherit;
}
.tanginangto {
	height: 25px;
	width: 25px;
}
.tanginangto2 {
	height: 25px;
	width: 25px;
}
.kuff {
	font-family: "chromehearts";
}
.avkufal {
	box-shadow: 0 0 20px 5px rgba(203, 148, 255, 0.63);
	transition: box-shadow 0.3s ease-in-out;
}
.bannerkufal {
	box-shadow: 0 0 25px 8px rgba(203, 148, 255, 0.63);
	transition: box-shadow 0.3s ease-in-out;
}
.bannerkufal:hover {
	box-shadow: 0 0 35px 12px rgba(203, 148, 255, 0.63);
}
.kufal {
	box-shadow: 0 0 30px 15px rgba(203, 148, 255, 0.63);
	transition: box-shadow 0.3s ease-in-out;
}
.kufal:hover {
	box-shadow: 0 0 40px 20px rgba(203, 148, 255, 0.63);
}
.badge-container {
	box-shadow: 0 0 15px 5px rgba(203, 148, 255, 0.63);
	transition: box-shadow 0.3s ease-in-out;
}
.badge-container:hover {
	box-shadow: 0 0 25px 8px rgba(203, 148, 255, 0.63);
}
body,
* {
	font-family: "chromehearts", sans-serif !important;
}
::-moz-selection {
	background: #ffffff;
	color: #050505;
}
::selection {
	background: #ffffff;
	color: #050505;
}
::-moz-selection {
	background: #ffffff;
	color: #050505;
}
::selection {
	background: #ffffff;
	color: #050505;
}
.x3 {
	background-image: url("https://media.discordapp.net/attachments/1248260207310667891/1435959700116996116/73a4b6bfbffd2033ddb256046c2aa205.png?ex=690ddd2f&is=690c8baf&hm=66ba53331486e9f485bac947e36c3c663d461709f99cab39c56774978845001b&=&format=png&quality=lossless&width=442&height=207");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: cover;
	width: 100%;
	filter: blur(5px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}
#enter {
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 1;
	width: 100%;
	height: 100vh;
	cursor: pointer;
	position: fixed;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.811);
}
.begin {
	top: 50%;
	left: 50%;
	color: #ffffff;
	position: absolute;
	font-weight: 600;
	font-size: 30px;
	font-family: "chromehearts", sans-serif;
	transform: translate(-50%, -50%);
}
#audio-controls {
	position: right;
	top: 10px;
	right: 50%;
	z-index: 1000;
}
#audio-controls button {
	background-color: var(--buttonBackground);
	border: var(--buttonBorder);
	border-radius: var(--buttonRadius);
	color: var(--textColor);
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	transition: background-color 0.3s;
	position: right;
	background-color: rgba(255, 255, 255, 0);
	border-color: #00000000;
}
#audio-controls button:hover {
	background-color: var(--buttonBackgroundHover);
	border: var(--buttonBorderHover);
	position: right;
}
:root {
	--discordAvatarBorder: 2px solid rgba(0, 0, 0, 0.15);
	--badgeContainerBackground: rgba(255, 255, 255, 0.08);
	--badgeContainerBorder: 2px solid rgba(255, 255, 255, 0.04);
	--userBadge: 20.5px;
	--textColor: #ffffff;
	--iconColor: #000000;
	--backgroundColor: #050505;
	--joinStatus: rgba(255, 255, 255, 0.65);
	--audioPlayerBar: rgba(255, 255, 255, 0.35);
	--avatarBorder: 2px solid rgba(0, 0, 0, 0.9);
	--containerColor: rgba(0, 0, 0, 1);
	--containerBlur: 20px;
	--containerBorder: 2px solid rgba(0, 0, 0, 0.8);
	--containerRadius: 20px;
	--containerWidth: 38rem;
	--containerPadding: 35px 15px;
	--volumeBackgroundcolor: rgba(0, 0, 0, 1);
	--volumeBorder: 2px solid rgba(0, 0, 0, 0.9);
	--colorUsernameGlow: 0px 0px 16.5px #ffffff;
	--usernameEffects: url(https://assets.guns.lol/sparkle_white.gif);
	--buttonBackground: rgba(255, 255, 255, 0.22);
	--buttonBorder: 2px solid rgba(255, 255, 255, 0.12);
	--buttonRadius: 12px;
	--buttonAlign: center;
	--buttonBackgroundHover: rgba(255, 255, 255, 0.32);
	--buttonBorderHover: 2px solid rgba(255, 255, 255, 0.25);
	--buttonUrlColor: rgba(255, 255, 255, 0.65);
}
body {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
body::-webkit-scrollbar {
	display: none;
}
.spotify svg {
	color: #1ed760;
	filter: drop-shadow(#1ed760 1px 0 7px)
}
.github svg {
	color: #ffffff;
	filter: drop-shadow(#ffffff 1px 0 7px)
}
.discord svg {
	color: #5865f2;
	filter: drop-shadow(#5865f2 1px 0 7px)
}
.customtogago {
	color: #8207fe;
	filter: drop-shadow(#8207fe 1px 0 7px)
}
.logo1 {
	color: #8207fe;
	filter: drop-shadow(#8207fe 1px 0 7px)
}
.logo2 {
	color: #8207fe;
	filter: drop-shadow(#8207fe 1px 0 7px)
}
.logo3 {
	color: #8207fe;
	filter: drop-shadow(#8207fe 1px 0 7px)
}
.nameglow {
	color: #ffffff;
	filter: drop-shadow(#ffffff 1px 0 10px)
}
.dcserver {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%
}
.dcinfo {
	align-items: center;
	display: flex;
	flex-grow: 1;
	gap: 10px;
	justify-content: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.guildicon {
	display: flex
}
.guildicon img {
	border-radius: 22px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 70px
}
.xoxo h1,
.xoxo h3 {
	margin: 0
}
.xoxo h1 {
	color: var(--textColor)
}
.xoxo h3 {
	color: var(--discordServerMembers);
	display: flex;
	gap: 5px;
	margin-top: 1px
}

.xoxo h3 span {
	align-items: center;
	display: flex;
	gap: 2px;
	text-wrap: nowrap;
	white-space: nowrap
}
.xoxo h3 span:first-child svg {
	color: #23a559
}
.xoxo a {
	background-color: #229150;
	border-radius: 8px;
	color: #fafafa;
	display: flex;
	margin-top: 3px;
	padding: 1px 10px;
	text-decoration: none;
	width: -moz-fit-content;
	width: fit-content
}
.box-container {
	box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.022);
	transition: box-shadow 0.3s ease-in-out;
}
.colorlangtotanginamo {
	color: #ffffff;
}
.twitch {
	color: #6441a5;
	filter: drop-shadow(#4b2f81 1px 0 7px)
}
.username-glow, .username-sparkles {
	position: relative;
	display: inline-block;
	}	
	.username-glow {
	  text-shadow: 0 0 18px #ffffff;
	}
	.username-sparkles::after {
	background-image: url('https://r2.ammo.lol/sparkle_pink_star.gif');
	background-size: 100px 100px;
	background-repeat: repeat;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -2px;
	pointer-events: none;
	opacity: 0.7;
	}
	.username-glow.username-sparkles::after {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -2px;
	}
	.audio-control {
	position: fixed; 
	top: 15px; 
	left: 15px; 
	z-index: 3; 
	display: flex; 
	align-items: center; 
	border-radius: 15px; 
	background-color: rgba(0, 0, 0, 0); 
	padding: 10px; 
	transition: width 0.3s
	}

.nashx,
.nashx .xtazy143 {
    font-family: tangaa;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.nashx {
    color: #fff;
    transition: opacity 0.8s;
    font-family: Arial, sans-serif;
    font-size: 1em;
    text-shadow: 0 0 5px #000;
}

@keyframes userPage_snowflakes-fall__liBVB {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    80% {
        opacity: 0.2; /* Start fading out before the end */
    }
    to {
        transform: translateY(110vh);
        opacity: 0; /* Fully faded out */
    }
}

@keyframes userPage_snowflakes-shake__ja43H {
    0%,
    to {
        transform: translateX(0);
    }
    50% {
        transform: translateX(80px);
    }
}

.nashx {
    animation-duration: 3s;
    animation-name: userPage_snowflakes-shake__ja43H;
    animation-timing-function: ease-in-out;
    cursor: default;
    position: fixed;
    top: -10%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 9999;
}

.nashx .xtazy143 {
    animation-duration: 8s; /* Faster animation */
    animation-name: userPage_snowflakes-fall__liBVB;
    animation-timing-function: linear;
}

.nashx:nth-of-type(0) {
    animation-delay: 0s;
    left: 1%;
}

.nashx:nth-of-type(0) .xtazy143 {
    animation-delay: 0s;
}

.nashx:first-of-type {
    animation-delay: 1s;
    left: 10%;
}

.nashx:first-of-type .xtazy143,
.nashx:nth-of-type(8) .xtazy143 {
    animation-delay: 1s;
}

.nashx:nth-of-type(2) {
    animation-delay: 0.5s;
    left: 20%;
}

.nashx:nth-of-type(2) .xtazy143,
.nashx:nth-of-type(6) .xtazy143 {
    animation-delay: 6s;
}

.nashx:nth-of-type(3) {
    animation-delay: 2s;
    left: 30%;
}

.nashx:nth-of-type(11) .xtazy143,
.nashx:nth-of-type(3) .xtazy143 {
    animation-delay: 4s;
}

.nashx:nth-of-type(4) {
    animation-delay: 2s;
    left: 40%;
}

.nashx:nth-of-type(10) .xtazy143,
.nashx:nth-of-type(4) .xtazy143 {
    animation-delay: 2s;
}

.nashx:nth-of-type(5) {
    animation-delay: 3s;
    left: 50%;
}

.nashx:nth-of-type(5) .xtazy143 {
    animation-delay: 8s;
}

.nashx:nth-of-type(6) {
    animation-delay: 2s;
    left: 60%;
}

.nashx:nth-of-type(7) {
    animation-delay: 1s;
    left: 70%;
}

.nashx:nth-of-type(7) .xtazy143 {
    animation-delay: 2.5s;
}

.nashx:nth-of-type(8) {
    animation-delay: 0s;
    left: 80%;
}

.nashx:nth-of-type(9) {
    animation-delay: 1.5s;
    left: 90%;
}

.nashx:nth-of-type(9) .xtazy143 {
    animation-delay: 3s;
}

.nashx:nth-of-type(10) {
    animation-delay: 0s;
    left: 25%;
}

.nashx:nth-of-type(11) {
    animation-delay: 2.5s;
    left: 65%;
}

@keyframes glow {
    0%, 100% {
        color: rgb(139, 0, 151);
        text-shadow: 0 0 12px #fff, 0 0 50px white, 0 0 100px white;
    }
    10%, 90% {
        color:white;
        text-shadow: none;
    }
}

.glow-letter { /* Use your preferred font */
    font-size: 5rem; /* Adjust size as needed */
    color: #fff;
    text-align: center;
    cursor: pointer;
    animation: glow 2s ease-in-out infinite;
}

.glow-letter:nth-child(2) {
    animation-delay: 0.25s;
}

.glow-letter:nth-child(3) {
    animation-delay: 0.5s;
}

.glow-letter:nth-child(4) {
    animation-delay: 0.75s;
}

.glow-letter:nth-child(5) {
    animation-delay: 1s;
}

.glow-letter:nth-child(6) {
    animation-delay: 1.25;
}

@keyframes bounce-low {

    0%,
    to {
        transform: translateY(-10%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}