


/*
ACADEMY
*/

a {
	color: #a99edf;
}
a:hover {
	color: #d2c9ff;
}

header .box {
    backdrop-filter: blur(15px)!important;
    background-blend-mode: lighten!important;
	border-radius: 15px;
	border: 3px solid rgb(255 70 0 / 5%)!important;
}
header .box .bottom,
header .box .overlay {
	border-radius: 11px!important;
}
header .box .icon {
	opacity: 0.6;
}
header .box:hover .icon {
	opacity: 1;
}
header .box-prezentation {
	background-image: none!important;
    background-color: rgb(255 70 0 / 5%)!important;
}
header .box-wiki {
	background-image: none!important;
    background-color: rgb(255 0 0 / 9%)!important;
}
header .box-discord {
	background-image: none!important;
    background-color: rgb(0 73 255 / 16%)!important;
}
header .box-facebook {
	background-image: none!important;
    background-color: rgb(23 0 255 / 12%)!important;
}
header .box-download {
	background-image: none!important;
    background-color: rgb(66 154 28 / 50%)!important;
}
header .box-prezentation:hover {
    background-color: rgb(255 70 0 / 13%)!important;
}
header .box-wiki:hover {
    background-color: rgb(255 0 0 /17%)!important;
}
header .box-discord:hover {
    background-color: rgb(0 73 255 / 24%)!important;
}
header .box-facebook:hover {
    background-color: rgb(23 0 255 / 20%)!important;
}
header .box-download:hover {
    background-color: rgb(66 154 28 / 60%)!important;
}

.section-title .nav-link.active {
	color: #a9a0e1!important;
}

nav .nav-link:hover {
	text-shadow:  0		0		10px	rgba(255, 255, 255, 0.6),
				  1px	1px		0		rgba(169, 49, 249, 0.5),
				 -1px	-1px	0		rgba(169, 49, 249, 0.5) !important;
}

.pay-pack .selected {
	border-color: #60476f transparent transparent transparent;
}

main.container-sura .btn {
	-webkit-filter: drop-shadow(0 5px 20px rgba(102, 62, 125, 0.5))!important;
			filter: drop-shadow(0 5px 20px rgba(102, 62, 125, 0.5))!important;
}
