html {
    scroll-behavior: auto !important;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    background: #fff url('../img/bg.jpg') no-repeat top center;
    background-attachment: fixed;
    background-size: 100%;
    color: #232323;
    font-family: 'Ubuntu';
    padding: 0em;
}

h1, h2, h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
}

footer {
    width: 100%;
    color: #fff;
    margin-top: 2em;
}

footer a,
footer .nav-link,
footer .nav-link:hover {
    color: #fff;
}

header a,
header .btn {
    transition: all .2s;
}

header a:hover,
header .btn:hover {
	background: #ffffff22 !important;
    transition: all .2s;
    color: #fff !important;
}

.nav-pills {
    background: #ffffff11;
    border-radius: 25px;
    padding: .5em;
}

.nav-pills .nav-link {
    border-radius: 25px !important;
    transition: all .2s;
    color: #fff;
}

.nav-pills .nav-link:hover {
    background: #ffffff11;
    transition: all .2s;
}

.nav-pills .nav-link.active {
    background: #00d0ff;
    color: #333;
}

.btn {
    border: 0;
}

.btn-primary {
    background: #00d0ff;
    color: #333;
}

.btn-primary:hover {
    background: #00d0ff33;
    color: #333;
}

.color-primary {
    color: #00d0ff;
}

#showcase {
    padding: 3em;
}

#showcase p.h1 {
    font-weight: 1000;
    letter-spacing: -2px;
    font-size: 60px;
    color: #00d0ff;
}

#features {
    padding: 3em;
    background: #fff;
}

#copyright {
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

.logo {
    text-decoration: none;
    color: #00d0ff;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.5em;
    background: #fff;
    color: #333;
    border-radius: 50%;
    opacity: .5;
    transition: all .3s;
}

.back-to-top:hover {
    opacity: 1;
    transition: all .2s;
}

.navigation {
    padding: 1em 0 1em 0;
    margin: 0 0 2em 0;
    backdrop-filter: blur(50px);
    border-bottom: solid #00d0ff 5px;
}

.btn-link {
    text-decoration: none;
    transition: all .2s;
}

.btn-link:hover {
    border-bottom: solid #fff .5px;
    transition: all .2s;
}

.custom-alert {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    z-index: 1050;
    display: none;
}

.ajaxloader {
	position: fixed;
	left: 0;
	top: 0;
	background: #00000099;
	backdrop-filter: blur(20px);
	width: 100%;
	height: 100%;
    z-index: 1045;
	text-align: center;
}

.ajaxloader div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

stripe-pricing-table {
	background: #fff;
	padding: 2em;
	border-radius: 15px;
	display: block;
	width: 100%;
}

@property --k {
	syntax: '<number>';
	initial-value: 0;
	inherits: false
}

h1 {
	line-height: 1em !important;
	--k: 0;
	place-self: center;
	background: 
		linear-gradient(90deg, 
				hsl(calc(var(--k)*1turn), 95%, 65%), 
				hsl(calc(var(--k)*1turn + 90deg), 95%, 65%)) text;
	color: transparent;
	font: 900 clamp(.875em, 7.25vw, 5em) sans-serif;
	filter: url(#f);
	text-align: center;
	text-transform: uppercase;
	animation: k 4s linear infinite
}

@keyframes k { to { --k: 1 } }

