@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
	margin:0;
	font-family: Roboto,Helvetica Neue,sans-serif;
	background-color:#000;
	color:#fff;
	font-size: 16px;
}

code, pre {
	font-family:"Courier New",monospace;
	font-size: 14px;
}

h1 {
	font-size: 300%;
	text-align: center;
	padding: 60px 0;
	margin: 0;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 110%;
}

a {
	color: #fff;
}

a:hover {
	color: #de4668;
}

label {
	white-space: nowrap;
}

img,
input,
select,
textarea {
	max-width: 100%;
	height: auto;
}

input,
select,
textarea {
    border: solid 2px #625160;
    padding: 20px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	white-space: pre;
	font-size: 14px;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	border-color: #de4668;
	outline: none;
	background: #000;
	position: relative;
	z-index: 1;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 0.5s ease;
	height: 140px;
}

.head * {
	transition: all 0.5s ease;
}

.banner {
	margin-top: 140px;
}

.head,
.foot {
	background: #3e333d;
}

.head .logo img {
	height: 100px;
}

.head .wrap,
.foot .wrap {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 20px 40px;
}

.head .nav,
.foot .links {
	display: flex;
	margin-left: auto;
	align-items: center;
}

.head .nav {
	white-space: nowrap;
}

.head .links a {
	font-size: 150%;
	font-weight: bold;
	padding: 20px 20px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.head .links a.on:after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #de4668;
	left: 20px;
	right: 20px;
	bottom: 0;
}

.head .socials,
.foot .links a {
	padding: 0 30px;
	font-size: 180%;
}

.foot .links a:first-child {
	margin-left: 20px;
}

.head .socials a,
.foot .links a {
	padding: 0 10px;
}

.head.small {
	height: 70px;
}

.head.small .wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.head.small .logo img {
	height: 50px;
}

.head.small .links a {
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.head.small .socials a {
	font-size: 80%;
	padding: 0 5px;
}

.head.small .button {
	font-size: 110%;
	padding: 10px 20px;
}

.howitworks {
	background: #0d0a11;
}

.howitworks .wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

.stats {
	background: #0d0a11;
	background: linear-gradient(to bottom, #0d0a11, #110c12);
	text-align: center;
}

.stats h1 {
	padding-top: 0;
}

.stats h3 {
	font-weight: normal;
	margin-top: 0;
}

.stats h3 b {
	font-weight: bold;
}

.banner,
.intro,
.evolve {
	background: url(../images/introenhance.webp) #0a090c;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 0;
	background-position: 50% 0;
	position: relative;
}

.intro {
	background-color: #0c0b10;
}

.banner {
	background-image: url(../images/banner.jpg);
}

.evolve {
	background-image: url(../images/evolve.jpg);
	background-color: #130c12;
	line-height: normal;
	background-size: cover;
}

.evolve h1 {
	padding-top: 100px;
}

.evolve .wrap {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 40px 60px 40px;
}

.evolve h3 {
	margin: 0;
}

.evolve ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.evolve li {
	width: 50%;
}

.evolve li:nth-child(2) {
	width: 150px;
	text-align: center;
}

.evolve li div {
	display: inline-block;
	max-width: 100%;
	background: #000;
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: auto 90%;
	border-radius: 25px;
	box-shadow: 1px 1px 100px rgba(0, 0, 0, .5);
	overflow: hidden;
	line-height: 0;
}

.banner img,
.intro img {
	visibility: hidden;
}

.intro .wrap {
	position: absolute;
	line-height: normal;
	width: 50vw;
	left: 25vw;
	text-align: center;
	top: 0;
}

.intro p {
	margin-top: -30px;
}

.button {
	background: #de4668;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding: 15px 30px;
	border-radius: 5px;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
}

.button:hover {
	background: #f84e74;
	color: #fff;
}

.button[disabled] {
	background-color: #3e333d;
}

.nfts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfts li {
	border-radius: 25px;
	overflow: hidden;
	display: inline-block;
	margin: 10px 10px 0 10px;
}

.nfts li:after {
	content: " " attr(data-name);
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	min-height: 20px;
}

.nfts li a {
	cursor: pointer;
	line-height: 0;
	display: block;
}

.milks img {
	border-radius: 25px;
}

.evolve .available_milks,
.evolve .using_milks {
	margin: 0;
	color: #ddd;
	white-space: nowrap;
	font-size: 110%;
}

.evolve .available_milks b,
.evolve .using_milks b {
	color: #fff;
}

.evolve .milks,
.evolve .milks + img,
.evolve .available_milks {
	margin-bottom: 20px;
	display: inline-block;
}

.tabs {
	text-align: center;
}

.tabs .tab {
	display: inline-block;
}

.tabs .tab:not(:first-child):not(:last-child) {
	border-left: 2px solid rgba(222, 70, 104, .3);
	border-right: 2px solid rgba(222, 70, 104, .3);
}

.tabs .tab a {
	display: inline-block;
	padding: 20px 40px;
	color: #de4668;
	text-decoration: none;
	white-space: nowrap;
}

.tabs .tab a.on,
.tabs .tab a:hover {
	color: #fff;
}

.tabs .tab_title {
	display: inline-flex;
	border: 2px solid #de4668;
	border-radius: 40px;
	overflow: hidden;
	font-size: 130%;
	font-weight: bold;
	white-space: nowrap;
}

.tabs .tab.open {
	background: #de4668;
}

.tabs .tab.open:hover {
	background: #f84e74;
}

.tabs .tab.open a {
	color: #fff;
}

.tabs .tab_content {
	position: relative;
	z-index: 1;
	padding: 30px;
}

.tabs .tab_content > div {
	display: none;
	white-space: normal;
}

.tabs .tab_content > div > h1:first-child,
.tabs .tab_content > div > h2:first-child,
.tabs .tab_content > div > h3:first-child,
.tabs .tab_content > div > p:first-child {
	margin-top: 0;
}

.tabs .tab_content > div > p:last-child {
	margin-bottom: 0;
}

.tabs .tab_content > div.open {
	display: block;
}

.tabs .tab_content .loadingbg {
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}

.dialog-root {
	position: fixed;
	z-index: 1300;
	inset: 0px;
}

.dialog-container {
	height: 100%;
	outline: 0;
	opacity: 1;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dialog-paper {
	margin: 10px;
	max-height: 100%;
	max-height: calc(100% - 20px);
	max-width: 900px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 25px !important;
	transform: scale(1);
	transform-origin: bottom center;
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dialog-paper.in {
	transform: scale(0.5);
	opacity: 0 !important;
	overflow: hidden;
	border-bottom: 0;
}

.dialog-paper.out {
	transform: scale(0.5);
	opacity: 0 !important;
	max-height: 0;
	padding: 0;
	overflow: hidden;
	transform-origin: top center;
	border-bottom: 0;
}

.dialog-backdrop-root {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-tap-highlight-color: transparent;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.dialog-title-root {
	background-color: #de4668;
	flex: 0 0 auto;
	margin: 0;
	padding: 16px 24px;
}

.dialog-title-root h2 {
	display: flex;
	justify-content: space-between;
	word-break: break-word;
	margin: 0;
	font-size: 150%;
	line-height: 45px;
}

.dialog-title-root button {
	color: #fff;
	padding: 8px;
	flex: 0 0 auto;
	flex-shrink: 1;
	margin-right: -8px;
	overflow: visible;
	font-size: 1.5rem;
	text-align: center;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50% !important;
	cursor: pointer;
	border: 0;
	background: none;
	height: 45px;
	width: 45px;
}

.dialog-title-root button:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

.dialog-title-root svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
}

.dialog-content-root {
	padding: 0;
	background: #3e333d;
	flex: 1 1 auto;
	padding: 16px 24px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.dialog-content-root .wallet-adapter-list {
	margin: -16px -24px;
}

.dialog-content-root .twitter-share-button {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: #3e333d;
	border: 2px solid #de4668;
	border-radius: 40px;
}

.dialog-content-root .twitter-share-button:hover {
	background: #de4668;
}

.dialog-content-root .twitter-share-button:before {
	content: "\e61b";
	font-weight: 400;
	font-family: "Font Awesome 6 Brands";
	padding-right: 10px;
}

.dialog-content-root img {
	max-width: 700px;
}

.wallet-adapter-list {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.wallet-adapter-list li {
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	justify-content: flex-start;
	text-decoration: none;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

.wallet-adapter-list button {
	flex-grow: 1;
	justify-content: space-between;
	background: transparent;
	color: #fff;
	padding: 15px 25px;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border: 0;
	text-transform: none;
	width: auto;
	cursor: pointer;
	text-align: left;
	display: flex;
}

.wallet-adapter-list button:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

.wallet-adapter-list button span {
	width: 100%;
	display: inherit;
	justify-content: end;
	font-size: 1rem;
	font-weight: bold;
	align-items: center;
	white-space: nowrap;
}

.wallet-adapter-list button span:before {
	width: 24px;
	height: 24px;
	font-size: 20px;
}

.wallet-adapter-list button span span {
	margin-left: 20px;
}

.alert {
	display: flex;
	z-index: 1400;
	position: fixed;
	align-items: center;
	justify-content: center;
	white-space: pre-wrap;
	word-break: break-word;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 30px;
}

.alert-root {
	display: flex;
	padding: 6px 16px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.43;
	border-radius: 25px !important;
	background-color: transparent;
}

.alert-success {
	color: rgb(183, 223, 185) !important;
	background-color: rgb(7, 17, 7) !important;
}

.alert-success .alert-icon,
.alert-success a {
	color: #4caf50 !important;
}

.alert-info {
	color: rgb(166, 213, 250) !important;
	background-color: rgb(3, 14, 24) !important;
}

.alert-info .alert-icon,
.alert-info a {
	color: #2196f3 !important;
}

.alert-warning {
	color: rgb(255, 213, 153) !important;
	background-color: rgb(25, 15, 0) !important;
}

.alert-warning .alert-icon,
.alert-warning a {
	color: #ff9800 !important;
}

.alert-error {
	color: rgb(250, 179, 174) !important;
	background-color: rgb(24, 6, 5) !important;
}

.alert-error .alert-icon,
.alert-error a {
	color: #f44336 !important;
}

.alert-icon {
	display: flex;
	opacity: 0.9;
	padding: 7px 0;
	font-size: 22px;
	margin-right: 12px;
}

.alert-icon svg,
.alert-action svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.4rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
}

.alert-action button {
	flex: 0 0 auto;
	color: inherit;
	overflow: visible;
	text-align: center;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50% !important;
	cursor: pointer;
	background: none;
	border: 0;
}

.alert-message {
	margin: 8px 0;
	font-size: 120%;
}

.alert-message::-webkit-scrollbar {
	display: none;
}

.alert-action {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: -8px;
	padding-left: 16px;
}

.tipsy {
	padding: 5px;
	font-size: 18px; 
	position: absolute;
	z-index: 98;
	opacity: 1 !important;
}

.tipsy h1:first-child,
.tipsy h2:first-child,
.tipsy h3:first-child {
	margin-top: 5px;
	font-size: 120%;
}

.tipsy.ontop {
	z-index: 9999;
}

.tipsy-outer { 
	padding: 20px 25px; 
	background-color: #de4668; 
	color: #fff; 
	max-width: 250px; 
	word-wrap: break-word;
	border-radius: 40px;
}

.tipsy-close-button {
	position: absolute;
	width: 100%;
	height: 1px;
}

.tipsy-close-button a {
	display: block;
	width: 30px;
	height: 30px;
	margin: -42px 25px 0 auto;
}

.tipsy-close-button span {
	display: none;
}

.tipsy-arrow {
	position: absolute;
	width: 9px;
	height: 5px;
}

.tipsy.dark .tipsy-outer {
	max-width: none;
	padding: 30px 30px;
	text-align: left;
	background: #0d0a11;
	border: 2px solid #de4668;
}

.tipsy-n .tipsy-arrow {
	top: 0; 
	left: 50%; 
	margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
	top: 0; 
	left: 10px;
}

.tipsy-ne .tipsy-arrow {
	top: 0; right: 10px;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
	top: 50%; 
	margin-top: -4px; 
	right: 0; 
	width: 5px; 
	height: 9px; 
	background-position: top right;
}

.tipsy-w .tipsy-outer {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}

@media all and (max-width: 1200px) {
	.banner {
		margin-top: 120px;
	}

	.head {
		height: 120px;
	}

	.head .wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.head .logo img {
		height: 90px;
	}

	.head .links a {
		font-size: 120%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.head .socials a {
		font-size: 90%;
		padding: 0 10px;
	}

	.head .button {
		font-size: 110%;
		padding: 15px 30px;
	}
}

@media all and (max-width: 1100px) {
	.banner {
		margin-top: 90px;
	}

	.head {
		height: 90px;
	}

	.head .wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.head .logo img {
		height: 70px;
	}

	.head .links a {
		font-size: 110%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.head .socials a {
		font-size: 80%;
		padding: 0 5px;
	}

	.head .button {
		font-size: 110%;
		padding: 10px 20px;
	}
}

@media all and (max-width: 1000px) {
	.banner {
		margin-top: 300px;
	}

	.head {
		height: 300px;
	}

	.head.small {
		height: 215px;
	}

	.head .wrap {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column;
	}

	.head .nav {
		flex-direction: column;
		margin-left: 0;
	}

	.head .logo img {
		height: 90px;
	}

	.head .links a {
		font-size: 120%;
		padding: 20px 10px;
	}

	.head .socials a {
		font-size: 80%;
		padding: 0 10px;
	}

	.head .buttons {
		margin-top: 30px;
	}

	.head.small .buttons {
		margin-top: 20px;
	}

	.button {
		font-size: 110%;
		padding: 15px 30px;
	}

	.foot .wrap {
		flex-direction: column;
	}
	
	.foot .logo img {
		height: 80px;
		margin-bottom: 20px;
	}

	.foot .links {
		margin-left: 0
	}

	.tabs .tab a {
		padding: 15px 30px;
		font-size: 90%;
	}

	h1 {
		font-size: 230%;
	}

	.intro .wrap {
		position: static;
		width: unset;
		padding: 0 30px 1px 30px;
	}
}

@media all and (max-width: 800px) {
	.evolve h1 {
		padding-top: 60px;
	}

	.evolve ul {
		flex-direction: column;
	}

	.evolve ul li {
		width: unset;
	}

	.evolve li:nth-child(2) {
		margin: 50px 0;
	}

	.evolve .milks + img {
		rotate: 90deg;
		margin-bottom: 50px;
	}
}