@import
	url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background: #253D4A;
	background: #102A35;
	/* background: linear-gradient(#253D4A 100vh, #102A35); */
	color: white;
	overflow-x: hidden !important;
	font-family: 'Inter', sans-serif;
	/* cursor: url('/images/icon.svg'), auto; */
	/* position: relative; */
}

/*
.cursor.custom {
	width: 50px;
 	height: 50px;
 	background: url('/images/favicon.png');
 	background-color: white;
  	border-radius: 50%;
  	margin-bottom: 20rem;
  	position: absolute;
}
*/

main {
	position: relative;
	overflow: hidden;
	margin-top: 70px;
}

h1 {
	font-family: Inter;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

h5 {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

h6 {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

img {
	width: 100%;
}

.navbar-brand {
	margin: -20px;
}

.navbar-brand img {
	width: auto;
}

/*
.nav-item {
	display: flex;
	align-items: center;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}
*/

.navbar {
	height: 70px !important;
}

/*
.navbar > .container {
    display: -webkit-flex;
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
*/

.bg-dark {
	background-color: #102A35 !important;
	backdrop-filter: blur(3.549999952316284px);
}

#navbarSupportedContent {
	background-color: #102A35 !important;
	backdrop-filter: blur(3.549999952316284px);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
	{
	color: #49A7FC;
	color: #00EEBA;
	font-weight: 500;
}

.full-width {
	width: 100% !important;
	max-width: 100% !important;
	border-radius: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.btn {
	cursor: pointer;
	width: 160px;
}

.btn-primary, .btn-primary.no-hover {
	border-radius: 12px;
	background: #00EEBA;
	color: #253D4A;
	border: 2px solid #00EEBA;
}

.btn-secondary, .btn-secondary.no-hover {
	border-radius: 12px;
	border: 2px solid #00EEBA;
	color: #00EEBA;
	/* background: #253D4A; */
	background: #102A35;
}

.btn-light, .btn-light.no-hover {
	border-radius: 12px;
	background: white;
	color: #253D4A;
	border: 2px solid white;
}

/*
button:focus {
	outline-style: none;
	box-shadow: none;
	border-color: transparent;
	background-color: transparent;
	color: white;
}
*/

#hero {
	height: 80vh;
}

#hero-video {
	position: absolute;
	z-index: -2;
	/* height: calc(100vh - 70px); */
	width: 100%;
}

.hero-container {
	margin-top: 15vh;
}

.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding: 150px 20px; */
}

#hero-visual {
	padding: 10px;
	margin-bottom: 30px;
}

.hero-container img {
	padding: 50px;
	height: 90vh;
	backdrop-filter: blur(4.5px);
}

.container h1 {
	margin-bottom: 15px;
	font-weight: 700;
}

.container h5 {
	margin-bottom: 25px;
	font-weight: 400;
}

.dark {
	background: #102A35;
}

.light {
	background: linear-gradient(93deg, #00EEBA 0%, #304C66 119.09%);
	background: linear-gradient(88deg, #00EEBA -18.73%, #304C66 89.67%);
}

.green {
	border-radius: 12px;
	background: linear-gradient(93deg, #00EEBA 0%, #304C66 119.09%);
	padding: 50px 20px;
}

.green.active {
	border-radius: 12px;
	background: linear-gradient(93deg, #00EEBA 0%, #304C66 119.09%);
	padding: 20px;
	margin-top: 30px;
	color: white;
	font-weight: 500;
}

.green.inactive, .green.inactive.no-hover {
	border-radius: 12px;
	/* border: 1px solid rgba(0, 0, 0, 0.24); */
	background: linear-gradient(93deg, rgba(0, 238, 186, 0.10) 0%,
		rgba(48, 76, 102, 0.10) 119.09%);
	backdrop-filter: blur(9.399999618530273px);
	padding: 20px;
	margin-top: 30px;
	cursor: pointer;
	color: #4D8D7F;
	font-weight: 500;
}

/* .green.active:hover,  */
.green.inactive:hover {
	/* border: 2px solid #49A7FC; */
	color: #253D4A;
	background: #49A7FC;
	border-radius: 12px;
	border: 1px solid #00EEBA;
	background: linear-gradient(93deg, rgba(0, 238, 186, 0.10) 0%,
		rgba(48, 76, 102, 0.10) 119.09%);
	backdrop-filter: blur(9.399999618530273px);
	color: #00EEBA;
}

.light h1, .green h1, .light .center h1 {
	background: #253D4A;
	background: linear-gradient(90deg, #FFF 21.98%, #00EEBA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.light h5, .green h5, .light .center h5 {
	margin-bottom: 25px;
	color: #253D4A;
	color: white;
}

span.green {
	color: #00EEBA;
	padding: 0;
	background: none;
	border-radius: 0;
}

.center {
	text-align: center;
	position: relative;
}

.center h1 {
	text-align: center;
	/* background: linear-gradient(90deg, #00EEBA 0%, #FFF 100%); */
	background: linear-gradient(90deg, #FFF 21.98%, #00EEBA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 120px 0 10px 0;
	margin: 75px 0 10px 0;
}

.center.green h1 {
	text-align: center;
	background: linear-gradient(90deg, #FFF 21.98%, #00EEBA 100%);
	/* background: #253D4A; */
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 120px 0 15px 0;
}

.center h5 {
	text-align: center;
	margin-bottom: 25px;
}

.center.green h5 {
	text-align: center;
	margin-bottom: 25px;
	color: #253D4A;
	color: white;
}

.col-12.d-md-none.d-flex .green {
	width: 240px;
	flex: none;
	margin-top: 10px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-12.d-md-none.d-flex .green.inactive {
	background: #49A7FC;
	border-radius: 12px;
	border: 1px solid #00EEBA;
	background: linear-gradient(93deg, rgba(0, 238, 186, 0.10) 0%,
		rgba(48, 76, 102, 0.10) 119.09%);
	backdrop-filter: blur(9.399999618530273px);
	/* color: #00EEBA; */
}

/*
.arrow-l {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
}

.arrow-r {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
}
*/

#working-desc {
	height: 470px;
}

.gradient {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.icon {
	/* 
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	background: linear-gradient(92deg, rgba(0, 238, 186, 0.10) 0%,
		rgba(48, 76, 102, 0.10) 172.13%);
	backdrop-filter: blur(9.399999618530273px);
	*/
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	background: linear-gradient(106deg, #114146 3.01%, #27575E 49.71%, #244751 74.88%);
	backdrop-filter: blur(9.399999618530273px);
	padding: 20px 10px;
	margin: 0px;
	margin-bottom: 3rem !important;
}

.icon object {
	width: auto;
	height: 80px;
}

.icon-alt {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	background: linear-gradient(93deg, rgba(0, 238, 186, 0.10) 0%,
		rgba(48, 76, 102, 0.10) 119.09%);
	/* background: linear-gradient(106deg, #114146 3.01%, #27575E 49.71%, #244751 74.88%); */
	backdrop-filter: blur(9.399999618530273px);
	padding: 25px 40px 10px 40px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 3rem !important;
	height: 410px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.icon h6 {
	color: #00EEBA;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}

.icon h6:nth-of-type(2) {
	color: white;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}

.icon-alt h6 {
	color: white;
	font-weight: 400;
	text-align: left;
	margin-top: 30px;
}

.icon-alt img {
	height: 180px;
	width: auto;
}

.child-centre {
	display: flex;
    align-items: center;
    justify-content: center;
}

.detector-container {
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.detector-label {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: auto;
}

.detector {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 25px 55px;
	padding: 10px 20px;
	margin: 0;
	height: auto !important;
	width: 15vw;
	border-radius: 280px;
	border: 1px solid #00EEBA;
	background: #102A35AA;
	color: #00EEBA;
}

.detector h3 {
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	/* color: #00EEBA; */
	margin-bottom: 0;
}
	
.detector h3:nth-of-type(1) {
	display: block;
}
.detector h3:nth-of-type(2) {
	display: none;
}

/*
#detectors .row:nth-of-type(3) {
	margin-left: -90px;
	margin-right: -90px;
}
*/

.detector-container .detector img {
	height: 80px;
	margin-right: 0 !important;
}

form label {
	color: #253D4A;
	color: white;
	font-weight: 500;
	display: none;
}

input.form-control, textarea.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	border-radius: 12px;
	border: 1px solid #253D4A;
	border: 1px solid rgba(0, 0, 0, 0.24);
	background: linear-gradient(92deg, rgba(255, 255, 255, 0.50) 0%,
		rgba(255, 255, 255, 0.50) 172.13%);
	backdrop-filter: blur(9.399999618530273px);
	background-clip: padding-box;
	/* border: 1px solid #ced4da; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* border-radius: .25rem; */
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
	color: #212529;
	color: black;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 2px #49A7FC;
	box-shadow: 0 0 0 2px #102A35;
	background-color: #fff;
}

footer a {
	text-decoration: none;
	color: inherit;
}

footer a:hover {
	text-decoration: underline;
	color: inherit;
}

footer .left img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}

footer .right img {
	height: 30px;
	width: auto;
	margin-right: 5px;
}

footer .left span:nth-of-type(2) {
	margin-right: 30px;
}

.glow1 {
	position: absolute;
	/* top: -9.5%;
	left: -25%; */
	top: -600px;
	left: -350px;
	width: 812.5px;
	height: 622px;
	transform: rotate(105deg);
	flex-shrink: 0;
	background: linear-gradient(128deg, rgba(0, 238, 186, 0.00) 29.14%,
		rgba(0, 238, 186, 0.15) 59.65%, #00EEBA 97.86%);
	/* background: linear-gradient(128deg, rgba(0, 100, 238, 0.00) 29.14%,
		rgba(0, 100, 238, 0.15) 59.65%, #49A7FC 97.86%); */
	/* background: #49A7FC; */
	filter: blur(49.5px);
	z-index: -1;
}

.glow2 {
	position: absolute;
	top: -270px;
	right: 250px;
	width: 812.5px;
	height: 622px;
	flex-shrink: 0;
	background: linear-gradient(128deg, rgba(0, 238, 186, 0.00) 29.14%,
		rgba(0, 238, 186, 0.15) 59.65%, #00EEBA 97.86%);
	/* background: linear-gradient(128deg, rgba(0, 100, 238, 0.00) 29.14%,
		rgba(0, 100, 238, 0.15) 59.65%, #49A7FC 97.86%); */
	filter: blur(49.5px);
	z-index: -1;
}

.glow3 {
	position: absolute;
	/* top: 7.5%;
	left: 95%; */
	top: 400px;
	right: -750px;
	width: 812.5px;
	height: 622px;
	transform: rotate(105deg);
	flex-shrink: 0;
	background: linear-gradient(128deg, rgba(0, 238, 186, 0.00) 29.14%,
		rgba(0, 238, 186, 0.15) 59.65%, #00EEBA 97.86%);
	/* background: linear-gradient(128deg, rgba(0, 100, 238, 0.00) 29.14%,
		rgba(0, 100, 238, 0.15) 59.65%, #49A7FC 97.86%); */
	filter: blur(49.5px);
	z-index: -1;
}

.glow4 {
	position: absolute;
	top: 15%;
	right: 60%;
	width: 607px;
	height: 607px;
	flex-shrink: 0;
	border-radius: 607px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 238, 186, 0.28)
		0%, rgba(0, 238, 186, 0.00) 100%);
	z-index: -1;
}

.glow5 {
	position: absolute;
	top: 45%;
	right: -5%;
	width: 607px;
	height: 607px;
	flex-shrink: 0;
	border-radius: 607px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 238, 186, 0.28)
		0%, rgba(0, 238, 186, 0.00) 100%);
	z-index: -1;
}

.dots1 {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dots2 {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dots3 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dots4 {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dots5 {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media ( max-width : 1200px) {
	#hero, .hero-container img {
		height: auto;
	}
	.detector {
		width: 200px;
	}
	.detector-label {
		height: 130px;
	}
}

@media ( max-width : 992px) {
	.glow2 {
		top: 270px;
		right: -150px;
	}
	/*
	#hero-video {
		transform: scale(4);
	}
	*/
	#hero {
		height: auto;
	}
	.hero {
		/* padding: 100px 20px; */
		padding: 100px 20px 30px 20px;
		align-items: center;
		text-align: center;
	}
	.hero-container {
		margin-top: 0px;
	}
	.hero-container img {
		margin-top: -50px;
		padding: 0 50px 50px 50px;
		height: auto;
	}
	.gradient {
		top: 20%;
	}
	.usp .icon {
		background: transparent;
		border: none;
		backdrop-filter: none;
	}
	.usp .icon h6 {
		margin-top: 0;
	}
	.icon-alt {
		height: auto;
	}
	#detectors {
		margin-top: -90px !important;
	}
	/*
	.detector {
		justify-content: flex-start;
	}
	*/
	#detectors .row:nth-of-type(3) {
		margin-left: -90px;
		margin-right: -90px;
	}
}

@media ( max-width : 768px) {
	.navbar {
		height: auto !important;
	}
	#detectors .row:nth-of-type(3) {
		margin-left: calc(var(--bs-gutter-x) * -.5);
		margin-right: calc(var(--bs-gutter-x) * -.5);
	}
	.detector-container {
    	padding: 5px;
	}
	.detector {
		padding: 10px 5px;
	}
	.detector h3:nth-of-type(1) {
		display: none;
	}
	.detector h3:nth-of-type(2) {
		display: block;
		font-size: 14px;
	}
}

@media ( width : 768px) {
	#detectors .row:nth-of-type(3) {
		margin-left: -90px;
		margin-right: -90px;
	}
	.detector-container {
    	padding: 5px;
	}
	.detector {
		padding: 10px 5px;
	}
	.detector h3:nth-of-type(1) {
		display: block;
	}
	.detector h3:nth-of-type(2) {
		display: none;
	}
}

@media ( max-width : 576px) {
	main {
		margin-top: 0;
	}
	h1 {
		font-size: 31px;
	}
	h5 {
		font-size: 15px;
	}
	.glow2 {
		top: 100px;
		right: -250px;
	}
	#hero {
		height: auto;
	}
	.hero {
		padding: 120px 20px 50px 20px;
		align-items: flex-start;
		text-align: left;
	}
	.hero-container img {
		margin-top: 10px;
		padding: 0 50px 50px 50px;
		height: auto;
	}
	.gradient {
		top: 10%;
	}
	.usp .icon-box {
		padding-right: 0px;
		padding-left: 0px;
	}
	.icon {
		height: 270px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10px;
		margin-bottom: 1rem !important;
	}
	.icon-alt {
		padding: 25px 15px 10px 15px;
	}
	.icon-alt img {
		height: 130px;
		width: auto;
	}
	#no-code-workflows {
		height: 220px;
	}
	#data-security {
		height: 220px;
	}
	#low-cost {
		height: 220px;
	}
	#fast-deployment {
		height: 220px;
	}
}

@media ( max-width : 480px) {
	.detector-container {
    	padding: 5px;
	}
	.detector {
		padding: 10px 5px;
	}
	.detector h3:nth-of-type(1) {
		display: none;
	}
	.detector h3:nth-of-type(2) {
		display: block;
		font-size: 12px;
	}
	
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
		background: #00EEBA;
		color: #253D4A;
		border: 2px solid #00EEBA;
		box-shadow: none;
	}
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
		border: 2px solid #00EEBA;
		color: #00EEBA;
		background: #102A35;
		box-shadow: none;
	}
	.btn-light:hover, .btn-light:focus, .btn-light:active {
		border-radius: 12px;
		background: white;
		color: #253D4A;
		border: 2px solid white;
		box-shadow: none;
	}
	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active {
		color: rgba(255,255,255,.55);
		font-weight: 400;
	}
	footer a:hover, footer a:focus, footer a:active {
		text-decoration: none;
	}
}

@media ( max-width : 400px) {
	h1 {
		font-size: 25px;
	}
	h5, h6 {
		font-size: 14px;
	}
}

@media ( max-width : 300px) {
	#working-desc {
		height: 550px;
	}
}

@media ( hover : hover) and (pointer: fine) {
	.btn-primary:hover {
		/* border: 2px solid #49A7FC;
		color: #253D4A;
		background: #49A7FC;
		border-radius: 12px;
		border: 2px solid #00EEBA;
		color: #00EEBA;
		background: #253D4A;
		background: #102A35; */
		background: white;
		color: #253D4A;
		border: 2px solid white;
	}
	.btn-secondary:hover {
		/* background: #49A7FC;
		color: #253D4A;
		border: 2px solid #49A7FC;
		border-radius: 12px;
		background: #00EEBA;
		border: 2px solid #00EEBA;
		border: 2px solid #102A35; */
		background: white;
		color: #253D4A;
		border: 2px solid white;
	}
	.btn-light:hover {
		border-radius: 12px;
		border: 2px solid #00EEBA;
		color: #00EEBA;
		background: #102A35;
	}
}

@media ( hover : none) {
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
		background: #00EEBA;
		color: #253D4A;
		border: 2px solid #00EEBA;
		box-shadow: none;
	}
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
		border: 2px solid #00EEBA;
		color: #00EEBA;
		background: #102A35;
		box-shadow: none;
	}
	.btn-light:hover, .btn-light:focus, .btn-light:active {
		border-radius: 12px;
		background: white;
		color: #253D4A;
		border: 2px solid white;
		box-shadow: none;
	}
	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active {
		color: rgba(255,255,255,.55);
		font-weight: 400;
	}
	footer a:hover, footer a:focus, footer a:active {
		text-decoration: none;
	}
}

@keyframes bounce-in {
	0% {
		opacity:0.5;
		transform:scale(.75);
	}/* 
	50% {
		opacity:1;
		transform:scale(1.05);
	} */
	70% {
		opacity: 1;
		transform:scale(.9);
	}
	100% {
		transform:scale(1);
	}
}

.animate {
	animation: bounce-in .2s ease-in;
}