a {text-decoration:none;}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	transition: ease;
}
a#cb-link:visited {
	color: rgb(0 255 206);
}

.btn-1, #menu-main a {
  background: linear-gradient(0deg, rgb(86 102 119 / 31%) 0%, rgb(88 104 121 / 0%) 100%);
  border: none;
  color: white;
  text-shadow: 1px 2px #3aaec0;
}
.btn-1:hover, #menu-main a:hover {
   background: linear-gradient(0deg, rgb(158 201 71 / 34%) 0%, rgb(88 104 121 / 0%) 100%);
   border: none;
   color: white;
   text-shadow: 1px 2px #3aaec0;
}
/*.btn-1:before, #menu-main a {
  height: 0%;
  width: 2px;
}*/
.btn-1:active, #menu-main a:active {
  box-shadow: 3px 4px 15px 0 rgb(255 255 255 / 29%), -6px -4px 38px 0 rgb(116 125 136 / 0%), inset 35px -22px 14px 0 rgb(255 255 255 / 21%), inset 0px 3px 6px 0 rgb(0 0 0 / 0%);
}


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
}

header {
    background: #353535;
    opacity: 0.88;
    position: fixed;
    text-align: -webkit-center;
	top: 0;
	-webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.5s;
    width: 100%;
	z-index:1;
}

nav {
	background-color: #353535;
	bottom: -70%;
	height: 70px;
	opacity: 0.88;
	position: fixed;
	text-align: -webkit-center;
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: 0.5s;
	width: 100%;
	z-index: 1;
}

switch {
    bottom: 2vw;
    margin-left: 12.5vw;
    margin-right: 12.5vw;
    position: fixed;
    text-align: -webkit-center;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 0.5s;
    width: 75vw;
    opacity: 0.3;
}
switch:hover {
	opacity: 1.0 !important;
}

#left {
	width: 19vw;
	font-size: 7vw;
	top: 0px;
	}

#right {
	width: 19vw;
	font-size: 7vw;
	top: 0px;
	}
#toggle {
	text-shadow: 0px -6px 0px #000, 0px 6px 2px #000, 0px 0px 20px #00FFD8;
}

#manga {width: 90vw;padding-top: 8vh;}
#menu {top:0;overflow-y: overlay;overflow-x: hidden;}
#menu-2 {display:none;position:fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: #353535d6;text-align: left;overflow-y: overlay;}
#menu-3 {top:0;overflow-y: overlay;overflow-x: hidden;display:none;position:fixed;background: #353535d6;width: 100%;height: 200%;}
#menu-4 {display:none;position:fixed;top: 12vh;left: 5.5vw;width: 90vw;height: 75vh;background: #353535;opacity: 0.88;border-radius: 12px;text-align: left;overflow-y: overlay;}
#info-box {color: #b06631;padding: 25px;}
#button-install {position:absolute;top: 40vw;left: 15%;}
#guide-img {text-align: center;width: 100%;padding-top: 15vw;padding-bottom: 220vw;}

@media screen and (max-width: 720px) {
  header {
	height: 18vw !important;
  }
  nav {
    height: 60px !important;
  }
  #left {
	width: 20vw;
	font-size: 7vw;
	top: 0px;
	}
  #right {
	width: 19vw;
	font-size: 7vw;
	top: 0px;
	}
  #Icon1 {
	font-size:10vw !important;
  }
  #Icon2 {
	font-size:10vw !important;
  }
  #Icon3 {
	font-size: 40px !important;
	}
  #Icon4 {
	font-size: 40px !important;
	}
  #manga {
	padding-top: 4vw;
	padding-bottom: 10vw;
	width: 97vw !important;
	}
  #nav_logo {
	width: 12vw !important;
	}
}

@media screen and (min-width: 300px) {
#left {height: 32px;}
#right{height: 32px;}
header {position:relative;max-height: 85px;}
}
@media screen and (min-width: 500px) {
#left {
	width: 11vw;
	height: 25px;
	font-size: 4vw;
	margin-top: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#right{
	width: 11vw;
	height: 25px;
	font-size: 4vw;
	margin-top: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
}



@media screen and (min-width: 250px) and (max-width:799px){
	#box-2 {font-size:6.3vw !important;}
	#NG {width: 18vw !important;}
	#socials {padding: 0 !important;font-size: 20vw !important;padding-bottom: 100px !important;}
	header {position:relative;max-height: 85px;}
}


@media screen and (min-width: 800px) {
#Artist-Bio {/* display: flex !important; */}
#box-1 {width: 40vw !important;}
#box-2 {padding-top: 39px;}
#left {height: 20px;width: 95px !important;font-size: 35px;padding-top: 5px;padding-bottom: 20px;}
#right{height: 20px;width: 95px;font-size: 35px;padding-top: 5px;padding-bottom: 20px;}
#socials {padding-bottom: 10vw !important;}
}

@media screen and (min-width: 1100px) {
	header {position:relative;max-height: 120px;}
	nav {height:auto !important}
	#nav_logo {max-height: 120px;max-width: 100px;}
	#left {height: 2.5vw;}
	#right {height: 2.5vw;}
	#toggle {font-size:5vw;padding-bottom: 20px;}
	#Icon1 {max-height: 120px;max-width: 100px;font-size: 65px;}
	#Icon2 {max-height: 120px;max-width: 100px;font-size: 65px;}
}

@media screen and (min-width: 1450px) {
	header {position:relative}
	nav {height: 70px !important;}
	switch {bottom: 60px !important;}
	#button_text {}
	#Icon3 {font-size: 3vw !important;padding-top: 0.5vw;}
	#Icon4 {font-size: 3vw !important;padding-top: 0.5vw;}
	#left {height: 35px !important;width: 118px !important;font-size: 48px !important;padding-top: 0 !important;margin-top: 9px !important;}
	#right {height: 35px !important;width: 118px !important;font-size: 48px !important;padding-top: 0 !important;margin-top: 9px !important;}
	#toggle {font-size: 8vw;}
}

@media screen and (min-width: 1450px) {
	/*//////////// Seperation for Menus Organization //////////*/
	#Artist-Bio {
    padding: 1vw 5vw 1vw 5vw;
}
	#box-1 {width: 15vw !important;}
}

/*height: 2.5vh;*/

#Hero-Image {
	width: 100vw;
	max-width: 1000px;
	margin-top: 125px;
}
.Title {
	color: white;
    font-weight: bolder;
}

#About {
	padding: 5px 22px 0px 22px;
}

#About font {
	color: #7395b0;
	text-align: justify;
	text-justify:inter-word;
}

#Artist-Bio {
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
}


#creator-text {color: #c3bd2e;padding: 20px;text-align: center;}
#box-1 {width: 88vw;margin: 0 auto;padding:15px;}
#socials {color:#FFF;padding: 0px 75px 0 75px;font-size: 10vw;text-align: center;}
#Profile-Picture {width:100%;}
#NG {width: 9.5vw;margin-bottom: -1.1vw;filter: invert(100%) sepia(44%) saturate(202%) hue-rotate(202deg) brightness(113%) contrast(84%);}
#NG:hover {
    filter: invert(81%) sepia(18%) saturate(5440%) hue-rotate(332deg) brightness(102%) contrast(98%);
}
.social_logo {color: #eaeaea;}
.social_logo:hover {color: #3682ad;}

#box-2 {width: 85vw;font-size: 40px;margin: 0 auto;padding-left: 15px;padding-right: 15px;padding-bottom: 5vh;color:#96bd63;text-align: justify;text-justify:inter-word;}









#Chapter-List H1 {color:white;padding: 60px 25px 10px 35px;}
#Chapter-List ul {list-style: none;padding: 0px !important;}
#Chapter-List li {
	border: 1px solid black;
	color: #39a297 !important;
	width: inherit;
	padding: 15px 20px;
	background-color: #7a99b987;
	/* -webkit-transition: transform .25s ease-in-out; */
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	/* transition: transform .25s ease-in-out; */
	/* -webkit-transition: box-shadow .25s ease-in-out; */
	-moz-transition: box-shadow .25s ease-in-out;
	-o-transition: box-shadow .25s ease-in-out;
	/* transition: box-shadow .25s ease-in-out; */
	}
#Chapter-List ul a:hover li {color:red;}


/*////// ScrollBar /////*/
::-webkit-scrollbar {
    width: 7.5px;
    height: 4px;
    background: #26546c05;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: linear-gradient(140deg, #EADEDB 0%, #00ecff 50%, #c207ff 75%); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    height: 55px;
    width: 55px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: linear-gradient(140deg, #EADEDB 0%, #00f6ff 50%, #ff0707 75%); 
}



/*///////////////// NEW BUTTON ////////////////////////*/

#button-install-text {font-size: 10vw;color: #FFF;text-align: -webkit-center;}

.sparkle-button {
	--active: 0;
	--bg: radial-gradient(
			  40% 50% at center 100%,
			  hsl(270 calc(var(--active) * 97%) 72% / var(--active)),
			  transparent
		  ),
		  radial-gradient(
			  80% 100% at center 120%,
			  hsl(260 calc(var(--active) * 97%) 70% / var(--active)),
			  transparent
		  ),
		  hsl(260 calc(var(--active) * 97%) calc((var(--active) * 44%) + 12%));
	background: var(--bg);
	font-size: 8vw;
	font-weight: 500;
	border: 0;
	cursor: pointer;
	padding: 1em 1em;
	display: flex;
	align-items: center;
	gap: 0.25em;
	white-space: nowrap;
	border-radius: 100px;
	position: relative;
	box-shadow: 0 0 calc(var(--active) * 3em) calc(var(--active) * 1em) hsl(260 97% 61% / 0.75),
		  0 0em 0 0 hsl(260 calc(var(--active) * 97%) calc((var(--active) * 50%) + 30%)) inset,
		  0 -0.05em 0 0 hsl(260 calc(var(--active) * 97%) calc(var(--active) * 60%)) inset;
	transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
	scale: calc(1 + (var(--active) * 0.1));
	transition: .3s;
	height: 25vw;
	width: 68.5vw;
	}
  
  .sparkle-button:active {
	scale: 1;
	transition: .3s;
  }
  
  .sparkle path {
	color: hsl(0 0% calc((var(--active, 0) * 70%) + var(--base)));
	transform-box: fill-box;
	transform-origin: center;
	fill: currentColor;
	stroke: currentColor;
	animation-delay: calc((var(--transition) * 1.5) + (var(--delay) * 1s));
	animation-duration: 0.6s;
	transition: color var(--transition);
  }
  
  .sparkle-button:is(:hover, :focus-visible) path {
	animation-name: bounce;
  }
  
  @keyframes bounce {
	35%, 65% {
	  scale: var(--scale);
	}
  }
  
  .sparkle path:nth-of-type(1) {
	--scale: 0.5;
	--delay: 0.1;
	--base: 40%;
  }
  
  .sparkle path:nth-of-type(2) {
	--scale: 1.5;
	--delay: 0.2;
	--base: 20%;
  }
  
  .sparkle path:nth-of-type(3) {
	--scale: 2.5;
	--delay: 0.35;
	--base: 30%;
  }
  
  .sparkle-button:before {
	content: "";
	position: absolute;
	inset: -0.2em;
	z-index: -1;
	border: 0.25em solid hsl(260 97% 50% / 0.5);
	border-radius: 100px;
	opacity: var(--active, 0);
	transition: opacity var(--transition);
  }
  
  .spark {
	position: absolute;
	inset: 0;
	border-radius: 100px;
	rotate: 0deg;
	overflow: hidden;
	mask: linear-gradient(white, transparent 50%);
	animation: flip calc(var(--spark) * 2) infinite steps(2, end);
  }
  
  @keyframes flip {
	to {
	  rotate: 360deg;
	}
  }
  
  .spark:before {
	content: "";
	position: absolute;
	width: 200%;
	aspect-ratio: 1;
	top: 0%;
	left: 50%;
	z-index: -1;
	translate: -50% -15%;
	rotate: 0;
	transform: rotate(-90deg);
	opacity: calc((var(--active)) + 0.4);
	background: conic-gradient(
		  from 0deg,
		  transparent 0 340deg,
		  white 360deg
	  );
	transition: opacity var(--transition);
	animation: rotate var(--spark) linear infinite both;
  }
  
  .spark:after {
	content: "";
	position: absolute;
	inset: var(--cut);
	border-radius: 100px;
  }
  
  .backdrop {
	position: absolute;
	inset: var(--cut);
	background: var(--bg);
	border-radius: 100px;
	transition: background var(--transition);
  }
  
  @keyframes rotate {
	to {
	  transform: rotate(90deg);
	}
  }
  
  @supports(selector(:has(:is(+ *)))) {
	body:has(button:is(:hover, :focus-visible)) {
	  --active: 1;
	  --play-state: running;
	}
  
	.bodydrop {
	  display: none;
	}
  }
  
  .sparkle-button:is(:hover, :focus-visible) ~ :is(.bodydrop, .particle-pen) {
	--active: 1;
	--play-state: runnin;
  }
  
  .sparkle-button:is(:hover, :focus-visible) {
	--active: 1;
	--play-state: running;
  }
  
  .sp {
	position: relative;
  }
  
  .particle-pen {
	position: absolute;
	width: 200%;
	aspect-ratio: 1;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	-webkit-mask: radial-gradient(white, transparent 65%);
	z-index: -1;
	opacity: var(--active, 0);
	transition: opacity var(--transition);
  }
  
  .particle {
	fill: white;
	width: calc(var(--size, 0.25) * 1rem);
	aspect-ratio: 1;
	position: absolute;
	top: calc(var(--y) * 1%);
	left: calc(var(--x) * 1%);
	opacity: var(--alpha, 1);
	animation: float-out calc(var(--duration, 1) * 1s) calc(var(--delay) * -1s) infinite linear;
	transform-origin: var(--origin-x, 1000%) var(--origin-y, 1000%);
	z-index: -1;
	animation-play-state: var(--play-state, paused);
  }
  
  .particle path {
	fill: hsl(0 0% 90%);
	stroke: none;
  }
  
  .particle:nth-of-type(even) {
	animation-direction: reverse;
  }
  
  @keyframes float-out {
	to {
	  rotate: 360deg;
	}
  }
  
  .text {
	translate: 2% -6%;
	letter-spacing: 0.01ch;
	background: linear-gradient(90deg, hsl(0 0% calc((var(--active) * 100%) + 65%)), hsl(0 0% calc((var(--active) * 100%) + 26%)));
	-webkit-background-clip: text;
	color: transparent;
	transition: background var(--transition);
  }
  
  .sparkle-button svg {
	inline-size: 1.25em;
	translate: -25% -5%;
  }