/**
 * General Styles
 */

html {
	scroll-behavior: smooth;
}
body {
	background-color: #121212;
	color: white;
	font: 400 14px/1.25 'Raleway', sans-serif;
}
a {
	color: #68c1e7;
	text-decoration: none;
}
p {
	margin: 0;
}

/**
 * General Typography
 */

h1, h2, h3, h4, h5 {
	font-family: 'Jost', sans-serif;
}
h1 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0;
}
h2 {
	font-weight: 700;
	margin-bottom: 22px;
}
h3 {
	margin-bottom: 35px;
}
h4 {
	font-weight: 700;
	margin-bottom: 60px;
}
h4 > span {
	background: linear-gradient(to right, #68c1e7 0%, #9747ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h5 {
	font-weight: 700;
	margin-bottom: 35px;
	margin-top: 35px;
	line-height: 1.4;
}

/**
 * Responsive Typography
 */

@media (max-width: 575px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 16px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 38px;
	}
	h5 {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 20px;
	}
}

/**
 * Preloader
 */

.preloader {
	background-color: white;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}
.status-image {
	background-image: url('/splash/image/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/**
 * General Navigation
 */

#menu {
	margin-top: 15px;
}
.navbar {
	height: 72px;
	padding-bottom: 15px;
	padding-top: 0;
	z-index: 4;
}

/**
 * Navigation Brand
 */

.navbar-brand {
	color: white;
	font-family: 'Jost', sans-serif;
	font-size: 26px;
	font-weight: 700;
}
.navbar-brand:hover {
	color: white;
}
@media (min-width: 576px) {
	.navbar-brand {
		margin-top: 15px;
	}
}

/**
 * Navigation Links
 */

.nav-link {
	border: 1px solid white;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	max-width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 20px;
}
.nav-link:hover {
	box-shadow: 0 0 8px white;
}
.nav-link-login {
	background-color: #121212;
	color: white;
}
.nav-link-login:hover {
	color: white;
}
.nav-link-register {
	background-color: white;
	color: #121212;
}
.nav-link-register:hover {
	color: #121212;
}

/**
 * Navigation Toggler
 */

.navbar-toggler {
	border: 1px solid white;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler-icon:active,
.navbar-toggler-icon:focus {
	box-shadow: none;
	outline: none;
}

/**
 * Navigation Collapse
 */

.custom-collapse {
	background-color: #121212;
	padding-bottom: 15px;
	padding-top: 15px;
}
.custom-collapse .container {
	background-color: #121212;
}
.custom-collapse .navbar-brand {
	color: white;
}
.custom-collapse .nav-link {
	margin-bottom: 15px;
	margin-right: 20px;
	box-shadow: none !important;
}
.custom-collapse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/**
 * Forms
 */

#forms {
	display: flex;
	justify-content: center;
	position: relative;
}
form {
	background-color: #212121;
	border: 1px solid #959595;
	border-radius: 10px;
	display: none;
	padding: 30px;
	position: absolute;
	width: 364px;
	z-index: 5;
}
@media (min-width: 767px) {
	form {
		margin-right: 15px;
		right: 0;
	}
}
.form-header {
	display: flex;
	margin-bottom: 15px;
}
.form-body {
	border: none;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.form-body > p > a {
	font-style: italic;
}
.form-body > p {
	color: white;
	font: 400 14px/1.25 'Raleway', sans-serif;
	margin-bottom: 15px;
	width: 304px;
}
.form-body > .ajax-response > div {
	margin-bottom: 15px;
}
.modal-footer {
	display: block;
	text-align: left;
}
.modal-footer > p {
	color: white;
	font: 400 14px/1.5 'Jost', sans-serif;
	margin: 0;
	text-align: center;
}
.form-group {
	padding-bottom: 15px;
}
.form-control {
	appearance: none;
	background-color: #121212 !important;
	border: 1px solid #959595 !important;
	border-radius: 10px;
	color: white;
	font: 500 14px/1.25 'Raleway', sans-serif !important;
	padding: 12px;
}
.form-control:focus {
	border: 1px solid #959595 !important;
	box-shadow: none !important;
	color: white !important;
}
.form-control::placeholder {
	color: white;
}
.g-recaptcha {
	background-color: #F9F9F9;
	border: 1px solid #959595;
	border-radius: 10px;
	height: 76px;
	overflow: hidden;
	width: 302px;
}
.g-recaptcha > div > div > iframe {
	height: 76px;
	margin-left: -1px;
	margin-top: -1px;
	width: 302px;
}
.btn[disabled] {
	opacity: 1 !important;
}
.btn:focus,
.btn.active:focus {
	color: white;
	outline: none !important;
}
.btn-custom,
.btn-custom:hover {
	background: linear-gradient(to right, #68c1e7 0%, #9747ff 100%) !important;
	border: none;
	border-radius: 40px;
	color: white !important;
	font: 400 18px/1.25 'Jost', serif, sans-serif;
	height: 46px;
	padding-left: 30px;
	padding-right: 30px;
}
.ajax-response {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.btn-close {
	opacity: 0.9;
	color: white;
}
.btn-close:active,
.btn-close:focus {
	box-shadow: none;
	outline: none;
}
.section-title {
	margin-top: 100px;
	margin-bottom: 100px;
}
#mfa-secret {
	font-size: 20px;
	font-family: "Roboto+Mono", monospace;
	font-weight: 700;
	color: black;
}
#qr-code {
	line-height: 0;
}

/* Section 0 */

#try-me {
	z-index: 1;
}
.section0 {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100svh - 72px);
	justify-content: center;
	overflow: hidden;
	position: absolute;
	width: 100%;
	text-align: center;
}

/* Laptop */

.laptop-outer-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.laptop-inner-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 10px;
	position: relative;
}
.laptop-screen {
	height: 377px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% - 1px), calc(-50% - 15px));
	width: 603px;
}
.laptop-screen-image {
	overflow: hidden;
	pointer-events: none;
}
@media (max-width: 767px) {
	.laptop-image {
		width: 340px;
	}
	.laptop-screen-image {
		margin-top: 116px;
		width: 262px;
	}
}
@media (min-width: 768px) {
	.laptop-image {
		width: 580px;
	}
	.laptop-screen-image {
		margin-top: 55px;
		width: 446px;
	}
}

/* Section 1 */

.section1 {
	margin-top: calc(100svh - 72px);
	padding-bottom: 75px;
	padding-top: 75px;
	text-align: center;
}
.section1 > .container {
	text-align: center;
}
.feature-image {
	border: 2px solid white;
	border-radius: 20px;
	background-color: white;
}
.features {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.feature-image {
		height: 100px;
		width: 100px;
	}
	.features {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media (min-width: 768px) {
	.feature-image {
		height: 100px;
		width: 100px;
	}
	.features {
		padding-left: 15%;
		padding-right: 15%;
	}
}
