@font-face {
	font-family:"Obviously";
	src: url("/assets/fonts/Obviously_Medi.otf") format("opentype"),
}
* {
	font-family: "Obviously", sans-serif;
}

a {
	color:white !important;
	text-decoration: none !important;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
body::after {
	transition:all 0.5s;
}
body.dimmed::after {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

canvas.webgl {
	position: absolute;
	width: 100%;
	height: 120%;
	background: none;
	z-index: 1000;
}

a:active,
a:hover {
	outline: 0
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box 
}

body {
	margin: 0;
	background-color: #121F1F;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffffffcc;
}


.w-embed:after,
.w-embed:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.w-embed:after {
	clear: both
}

[type=button] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

a {
	background-color: transparent;
	color: #00b2ff;
	text-decoration: underline
}

.container {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	justify-content: space-between;
	align-items: center
}

.hero {
	position: relative;
	z-index: 20;
	overflow: hidden;
	height: 100dvh;
	min-height: 50dvw;
	background-color: #000;
	box-shadow: 0 20px 200px 20px #000;
}
.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.nav_container {
	position: fixed;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
	display: flex;
	width: 10%;
	padding-right: 20px;
	justify-content: flex-end;
	align-items: center
}
.hero_text-intro {
	color: #f3ecd5;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .5rem;
	line-height: 2rem;
	max-width: 100%;
	padding: 3rem 0 0;
	text-transform: uppercase;
	text-shadow: -11px 0 12px hsla(0, 0%, 100%, .1), 1px 1px 6px #000, 12px 0 11px hsla(0, 0%, 100%, .1), 0 1px 15px #ffffffaa;
	position:relative;
}

.hero_content {
	position: relative;
	z-index: 10;
	display: flex;
	width: 100%;
	height: 100%;
	margin-top: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
	-webkit-user-select: none;
	cursor:pointer;
}

.signup {
		cursor:pointer;
}

.hero_content-container {
	display: flex;
	height: 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.hero_background-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: soft-light;
	opacity: 0.66;
	overflow: hidden;
	pointer-events: none;
}

.hero_logo {
	mix-blend-mode: color-burn;
	opacity: 0.9;
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size:large;
	margin-top: 48vh;
}

.hero_logo img {
	width: 200px;
	height: auto;
}

.bg_image-main {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-image: url(assets/bg/KI_01.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* Class to apply when the section is in view */

/* Container for the footer */
footer {
	text-align: center;
	background-color: #170F06;
	position: relative;
}

.copyright {
	text-align: center;
	margin: 1em 0 0;
	padding: 1em 1em 2em;
}

/* Color for each icon */

@media (orientation:portrait) {
	.bg_image {
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
}

@media screen and (max-width:479px) {

	.hero_text-intro {
		font-size: .75rem;
		letter-spacing: .1em;
	}
}

/* Styles for the modal */
/* Modal container */
.modal {
	position: fixed;
	z-index: -100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	visibility: hidden;
	;
}

.modal.visible {
	display: flex;
	visibility: visible;
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-content {
	background: url(/assets/bg/KI_02.webp) 0 0 no-repeat;
	background-size: 400% auto;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 500px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
	animation: fadeIn 0.4s ease-in-out;
	position: relative;
}
.modal-content p {
	color: #ffffffcc;
	font-size: 9pt;
	margin: 1em;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.modal-content p {
		font-size: 8pt;
	}
}
/* Close button */
.close {
	color: #79825E;
	/* Accent color */
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #333;
}

/* Modal title */
h2 {
	text-align: center;
	line-height: 1.3em;
	font-size: 1.5em;
	padding:0;
	margin:1em 0;
}
@media screen and (max-width: 600px) {
	h2 {
		font-size: 1.2em;
	}
}

fieldset {
	border: 1px solid #79825E;
	/* Accent border */
	border-radius: 5px;
	margin: 1em 0;
	padding:1em;
	background-color: rgba(255, 255, 255, 0.1);
}
legend {
	color: #79825E;
	/* Accent color */
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	margin-bottom:0;
}
/* Input field */
input[type="email"], input[type="text"] {
	width: 100%;
	padding: 10px;
	margin: 0 0 1em;
	border: 2px solid #79825E;
	/* Accent border */
	border-radius: 5px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}

/* Submit button */
button {
	background-color: #556B3Fcc;
	/* Accent color */
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
}

button:hover {
	background-color: #556B3Fee;
}

/* Keyframe for modal fade-in effect */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

