@font-face {
	font-family: 'MaterialCommunityIcons';
	src: url('../fonts/MaterialCommunityIcons.ttf') format('truetype');
	/* other formats include: 'woff2', 'truetype, 'opentype',
							  'embedded-opentype', and 'svg' */
}

* {
	box-sizing: border-box;
}
body {
	background-color: #14708b;
	h1,
	.cd-tabs {
		font-family: 'Century Gothic', 'Lato', sans-serif;
	}
	article,
	div,
	h3,
	h4,
	h5 {
		font-family: 'Century Gothic', 'Lato', sans-serif;
	}
	margin: 0;
	display: flex;
	justify-content: center;
}

.icon-32 {
	color: white;
	width: 32px;
	height: 32px;
}
.icon-48 {
	color: white;
	width: 48px;
	height: 48px;
}
.icon-64 {
	color: white;
	width: 64px;
	height: 64px;
}

label {
	padding: 2px 16px;
	border-radius: 2px;
	background-color: rgba(21, 172, 109, 0.726);
	display: inline-block;
}

article {
	position: relative;
	z-index: 10;
	color: rgba(252, 254, 255, 0.747);
	font-weight: bold;
	font-size: 1rem;
	border-radius: 2px;

	background-color: rgba(20, 76, 139, 0.8);
	padding: 8px;
}

h1 {
	z-index: 10;
	text-transform: uppercase;
	font-size: 2.3rem;
	color: black;
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 4px 24px;
	margin: 0px;
}
h4 {
	z-index: 10;
	border-radius: 2px;
	position: relative;
	background-color: linear-gradient(
		90deg,
		rgba(97, 0, 0, 1) 0%,
		rgba(0, 92, 97, 1) 100%
	);
}
h5 {
	z-index: 10;
	border-radius: 4px;
	position: relative;
	background-color: linear-gradient(
		90deg,
		rgba(97, 0, 0, 1) 0%,
		rgba(0, 92, 97, 1) 100%
	);
}
h3 {
	z-index: 10;
	position: relative;
	padding: 16px;
	border-radius: 2px;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	background-color: rgba(0, 92, 97, 0.284);
}

a {
	text-decoration: none;
}

.cd-grid-2 {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 16px;
	grid-auto-flow: column;
	padding: 16px;
	> div {
		scale: 0.8;
		opacity: 0;
		animation: fade-in linear forwards;
		animation-timeline: view();
		animation-range: 100px 300px;
		border-radius: 2px;
		font-size: 0.82rem;
		padding: 4px;
		background-color: rgba(14, 252, 173, 0.804);
		> header {
			font-size: 0.9rem;
			font-weight: bold;
			background-color: #2dff7e;
			border-radius: 2px;
			margin-bottom: 16px;
		}
	}
}
.cd-grid-6 {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 8px;
	grid-auto-flow: column;
	padding: 16px;
	> div {
		border-radius: 2px;
		font-size: 0.82rem;
		opacity: 0;
		animation: fade-in linear forwards;
		animation-timeline: view();
		animation-range: 100px 300px;
		background-color: #fcd80e9a;
		> header {
			font-size: 0.9rem;
			font-weight: bold;
			background-color: red;
			border-radius: 2px;
			> div {
				flex: 1;
				color: black;
				background-color: #fcd80e9a;
				padding: 4px;
				> span {
					color: white;
					display: flex;
					width: 100%;
					flex-direction: row;
					align-items: center;
				}
			}
		}
		> span {
			display: inline-block;
			padding: 4px;
		}
	}
}

.cd-grid-3 {
	padding: 16px;
	display: grid;
	position: relative;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	grid-auto-flow: column;
	> div {
		border-radius: 2px;
		padding: 4px;
		background-color: #0eb0fc9a;
	}
}
.cd-grid-info {
	opacity: 0;
}
@media (max-width: 480px) {
	.cd-grid-3 {
		/* display: none; */
	}
}
.cd-main {
	display: grid;
	grid-template-columns: 1fr minmax(320px, 1024px) 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
}
.cd-motto {
	display: inline-block;
	max-width: 420px;
}
.cd-grid-left {
	background-color: #148b77;
}
.cd-grid-center {
}
.cd-grid-right {
	background-color: #148b77;
}
.cd-title-text {
	color: #000;
}
.cd-content-text {
	color: rgb(255, 255, 255);
	align-self: center;
}
.cd-text-size-normal {
	font-size: 1rem;
}
.cd-text-size-small {
	font-size: 0.8rem;
}
.cd-text-hilited {
	padding: 2px 4px;
	display: inline-block;
	border: 1px solid #148b77;
	background-color: rgba(20, 139, 119, 0.432);
	font-size: 0.8rem;
	margin-top: 4px;
}

.cd-tabs,
.cd-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	position: relative;
	text-align: center;
}

.cd-tabs {
	color: #fff;
	color: #000;
	height: 70px;
	z-index: 500;
	position: sticky;
	top: 0;
}
.cd-noflex {
	flex: 0 auto;
}
.cd-tabs-container--top {
	position: fixed !important;
	top: 0;
}

.cd-tabs-container {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

	z-index: 10;
}

.cd-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	background-color: #000;
	color: white;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	font-size: 0.8rem;
	&:hover {
		color: white;
		background: rgba(102, 177, 241, 0.8);
		transition: all 0.5s ease;
	}
}
.cd-slide-content {
	position: relative;
	z-index: 100;
	color: black;
	flex: 1;
}
.cd-slide-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cd-tab-slider {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 6px;
	width: 24px;
	background: #2c90ec;
	transition: left 0.3s ease;
}

@media (min-width: 800px) {
	.cd-tabs,
	.cd-slide {
		h1 {
			font-size: 3rem;
		}
		h3 {
			font-size: 1rem;
		}
	}
	.cd-tab {
		font-size: 1rem;
	}
}

.cd-cyberdev-title {
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
	align-self: flex-start;
	margin-left: 10px;
	z-index: 100;
	top: 0;
}
.cd-logo {
	position: relative;
	width: 29px;
	z-index: 100;
	margin: 0 8px;
}
.cd-mp-logo {
	position: relative;
	width: 80px;
	z-index: 100;
	transform: scale(1.4);
	margin: 0 8px;
}
.cd-contact-logo {
	width: 60px;
	top: 380px;
	z-index: 0;
	margin: 0 auto;
	top: 8px;
	left: 8px;
	opacity: 1;

	/* transform: rotate3d(0, 1, 0, -25deg) rotate3d(1, 0, 0, 55deg)
		rotate3d(0, 1, 1, 23deg); */
}
.cd-center-in-page {
	position: relative;
	z-index: 100;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}
#cd-close-privacy {
	display: flex;
	align-items: center;
	cursor: pointer;
	&:hover {
		background-color: #0d47a1;
	}
}
#cd-privacy-policy {
	transition: all 0.3s;
	position: fixed;
	z-index: 2300;
	max-width: 800px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 16px;
	display: none;
	opacity: 0;
	background-color: #000;
	color: #fff;
}
#cd-slogan {
	display: inline-block;
	border-radius: 2px;
}
#cd-private-policy-lnk {
	font-family: 'Century Gothic', 'Lato', sans-serif;
	font-size: 0.75rem;
	position: absolute;
	right: 8px;
	top: 8px;
	text-align: center;
	z-index: 4000;
	padding: 4px;
	border-radius: 4px;
	background-color: rgba(0, 183, 255, 0.1);
	cursor: pointer;
	transition: all 0.3s;
	&:hover {
		color: black;
		background-color: rgba(255, 183, 255, 1);
	}
}

#cd-platform-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: linear-gradient(
			to bottom,
			rgba(7, 170, 48, 1),
			rgba(0, 31, 51, 0.363)
		),
		url(../images/platform3.jpg);
}
#cd-features-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: linear-gradient(
			to bottom,
			rgba(255, 180, 20, 0.9),
			rgba(255, 180, 20, 0.8)
		),
		url(../images/features2.jpg);
}
#cd-audience-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: linear-gradient(
			to bottom,
			rgba(165, 238, 30, 0.8),
			rgba(20, 169, 255, 0.9)
		),
		url(../images/audience.jpg);
}
.cd-main-title {
	border-radius: 2px;
}
#cd-main-title {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	position: sticky;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
	background-color: rgb(255, 255, 255);
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 300;
	gap: 8px;
}
#tab-cyberdev {
	background-color: #14708b;
	color: white;
}

#cd-tab-cyberdev-bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	z-index: 11;
}

#tab-platform {
	background-color: #15ac4e;
	justify-content: flex-start;
	padding-top: 16px;
}
#tab-features {
	background-color: #e68b14;
	padding: 16px;
	justify-content: flex-start;
}
#tab-audience {
	background-color: #82dd46;
	padding-top: 16px;
	justify-content: flex-start;
}
#tab-contact {
	background-color: #145f8b;
	padding: 16px;
	justify-content: flex-start;
	/* height: calc(100vh - 70px); */
}
#cd-contact-title {
	border-radius: 2px;
	background-color: rgba(20, 76, 139, 0.596);
	margin-bottom: 16px;
}
#cd-contact-cyber {
	margin-bottom: 8px;
	background-color: rgba(20, 76, 139, 0.3);
	width: 100%;
	color: white;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#cd-contact-cyber-underline {
	position: relative;
	z-index: 10;
	height: 1px;
	width: 100%;
	background-image: linear-gradient(
		to right,
		rgba(20, 139, 119, 1),
		rgba(0, 31, 51, 0)
	);
}
#cd-contact-address {
	padding: 8px;
	position: relative;
	z-index: 10;
	background-color: rgba(20, 139, 119, 0.7);
	width: 100%;
	color: white;
	font-size: 1rem;
	border-radius: 2px;
}

#tab-cyberdev-bg {
	position: absolute;
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(
			to bottom,
			rgba(0, 183, 255, 0.651),
			rgba(0, 31, 51, 0.363)
		),
		url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#tab-contact-bg {
	position: absolute;
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-image: linear-gradient(
			to bottom,
			rgba(0, 183, 255, 0.651),
			rgba(0, 31, 51, 0.363)
		),
		url(../images/engine.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
}
#cd-audience-text {
	animation: fade-in linear forwards;
	animation-timeline: view();
	animation-range: 100px 300px;
	opacity: 0;
	scale: 0.4;
	border: 1px solid yellow;
	padding: 16px;
	background-color: rgba(118, 209, 44, 0.493);
	border-radius: 2px;
	font-size: 1.4rem;
	display: inline-block;
	max-width: 420px;
}
.cd-text-white {
	color: white;
}

.cd-icon-container {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.cd-platform-icon {
	opacity: 0;
	border-radius: 4px;
	z-index: 10;
	align-self: center;
	height: 70px;
	width: 80px;
	> span {
		border-radius: 2px;
		color: white;
		display: inline-block;
		width: 100%;
		background-color: #0eb0fc9a;
	}
	> div {
		background-color: #0eb0fc9a;
		border-radius: 2px;
		padding: 8px 2px;
		margin-top: 12px;
	}
}

#cd-platform-box {
	background: url(../images/apple.jpg) no-repeat center center/contain;
	background-position-y: 16px;
}
/* #cd-apple {
	background: url(../images/apple.jpg) no-repeat center center/contain;
	background-position-y: 20px;
}
#cd-web {
	background: url(../images/apple.jpg) no-repeat center center/contain;
	background-position-y: 16px;
} */
#cd-designed-for {
	color: white;
	background-color: #15ac6d44;
}
.cd-button-container {
	position: relative;
	z-index: 100;
	display: flex;
	gap: 8px;
	justify-content: center;
}

#cd-learn-more,
#cd-sign-up {
	padding: 8px !important;
	color: white;
	transition: all 0.3s;
	border-radius: 2px;
	&:hover {
		background-color: #15ac4e;
		cursor: pointer;
	}
}
/* #tab-cyberdev-under-bg {
	position: absolute;
	filter: blur(10px);
	opacity: 0.7;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	transform: translate(-50%, -50%);
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: conver;
	background-position: 50% 50%;
	z-index: 0;
} */
.cd-first-letter {
	font-weight: bold;
	font-size: 2rem;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.cd-fadein {
	animation: fadeIn 1s;
}

@keyframes fade-in {
	to {
		scale: 1;
		opacity: 1;
	}
}
/* #particles {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
} */

#particles {
	background-color: #0d47a1;
	background-image: url('');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: inline;
	position: absolute;
	z-index: 10;
	opacity: 0.1;
}
