html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	/*font-family: "PT Serif",Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: "Faktum",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
/*	height: 100%;*/
/*	background-color: #F5F7FA;*/
/*	background-color: #F7F7F7;*/
/*	background-color: #100917;*/
	box-sizing: border-box;
}

.body-homepage {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}


.nav-bar {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 95px;
/*	background-color: #100917;*/
	background-color: #FFFFFF;
}

.nav-bar-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	/*padding-left: 15px;
	padding-right: 15px;*/
	box-sizing: border-box;
}

.nav-bar-logo {
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.nav-bar-logo img {
	height: 50px;
}



.intro-bar {
		width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 95px;
/*	background-color: #100917;*/
/*	background-color: #FFFFFF;*/
}

.intro-bar-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	/*padding-left: 15px;
	padding-right: 15px;*/
	box-sizing: border-box;
}

.intro-bar-logo {
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.intro-bar-logo img {
	height: 50px;
}

.main-container {
/*	padding-top: 95px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: flex-start;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
/*	background-color: #100917;*/
/*	background-color: #FFFFFF;*/
	background-image: url("assets/images/header_bg_website_v2.png");
/*	background-position: center top;*/
	background-repeat: no-repeat;
	background-size: cover;
}

.intro-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 80%;
	/*background-color: white;*/
	padding: 20px 15px 20px 15px;
	box-sizing: border-box;
	justify-content: space-between;
/*	align-items: center;*/
	align-items: flex-start;
}

.intro-text {
	width: 50%;
/*	width: 100%;*/
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
/*align-items: flex-start;*/
	justify-content: center;
}

.cpxity {

	font-weight: 400;
	font-style: italic;
}

.cta-container {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.cta {
	text-decoration: none;
}
.intro-cta {
	color: #ffffff;
	background-color: #a769ff;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 50px 15px 50px;
	border: none;
	border-radius: 15px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

.intro-img {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 100%;
	color: #ffffff;
}

.intro-img-logo {
	height: 75px;
}

.intro-img-stealth-mode h2 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 400;
	margin-top: 0px;
	background: -webkit-linear-gradient(#fff, #6dccdd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro-text h1 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 600px;
/*	color: #f7cdd5;*/
	color: #484848;
	text-align: center;
}

.intro-text-details {
	font-size: 25px;
	line-height: 38px;
}

.submain-section {
	/*background: 
    linear-gradient(to right, rgba(156, 225, 238, 0.8), rgba(243, 103, 167, 0.8));*/
/*linear-gradient(to right, blue, pink);*/
	background-image: url("assets/images/section_bg_website_v1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
/*	width: 30%;*/
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: flex-start;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
/*	height: 90px;*/
}

.test-bg-1 {
	background: 
    radial-gradient(
      farthest-side at top left,
      rgba(255, 0, 255, 0.2), 
      transparent
    ),
    radial-gradient(
      farthest-corner at bottom right,
      rgba(255, 50, 50, 0.5), 
/*      transparent 400px*/
			transparent
    );
	width: 100%;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: flex-start;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
	height: 300px;
}

.test-bg-2 {
	background: 
    radial-gradient(
      farthest-side at top left,
      /* blue */
      rgba(156, 225, 238, 0.7), 
      transparent 
    ),
    radial-gradient(
    	/* pink */
      farthest-corner at bottom right, 
      rgba(243, 103, 167, 0.4),
/*      transparent 400px*/
			transparent
    ),
    radial-gradient(
    	/* purple */
      farthest-side at right,
      rgba(165, 183, 241, 0.7), 
      transparent
    );
/*	width: 100%;*/
	width: 30%;
	border-radius: 7px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: flex-start;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
	height: 300px;
}


.test-bg-3 {
	background: 
    radial-gradient(
      farthest-side at top left,
      rgba(125, 177, 234, 0.8), 
      transparent
    ),
    radial-gradient(
      farthest-corner at bottom right,
      rgba(117, 62, 204, 0.8), 
/*      transparent 400px*/
			transparent
    );
	width: 100%;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: center;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
	height: 100px;
}

.test-bg-3 p {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.section-container {
	/*background: #FFFFFF;
	background: lightcyan;*/
	background: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*flex-wrap: nowrap;*/
	justify-content: center;
	align-items: center;
	/*background-color: black;*/
	/*height: 100%;*/
	box-sizing: border-box;
	height: 300px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
}

.bg2 {
	background-image: url("assets/images/section_bg_website_v1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.usps {
	background-color: #FFFFFF;
}

.section-elements {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.section-element {
	width: 30%;
}

.section-element-icon {
/*	width: 100px;*/
}

.section-element-icon img {
	width: 75px;
}

.section-element-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 16px;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
/*	background-color: blueviolet;*/
}

.section-element-desc p {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;	
}

.inter-light {
	background: #f7f7f7;
	width: 100%;
	height: 50px;
}

.inter-dark {
	background: #100917;
	width: 100%;
	height: 50px;
}

footer {
/*	color: #ffffff;*/
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
}



/* MOBILE RESPONSIVE */

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

	.intro-container {
		flex-direction: column;
	}

	.intro-text {
		width: 100%;
	}
	.cta-container {
		width: 100%;
	}
	.test-bg-3 {
		height: 150px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.intro-img {
		width: 100%;
		align-items: flex-start;
		margin-top: 50px;
	}

	.intro-img-stealth-mode h2 {
		font-size: 45px;
		line-height: 60px;
	}

	.nav-bar-container {
		width: 100%;
		padding-left: 15px;
	}

	.intro-container {
		width: 100%;
	}

	.section-container {
		height: auto;
		display: flex;
			flex-direction: column;
			width: 100%;
	}

	.section-elements {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.section-element {
		width: 100%;
		margin-bottom: 30px;
	}

}








