.landing-fluid
{
	background: linear-gradient(to top,white 60%,#deeaff);
}
	.landing .title
		{
			font-size: 50px;
			font-weight: normal;
		}

		.landing .title span
		{
			color: red;
			 background-image: linear-gradient(to right,#396CFF, #396CFF);
    color: transparent;
    background-clip: text;
		}

		.landing .subtitle
		{
			font-size: 16px;
			font-weight: normal;
			max-width: 700px;
			width: 100%;
			color: rgba(0, 0, 0, 0.6);
		}

		.landing button
		{
			padding: 7px 20px;
		}

		.landing button:first-child
		{
			background:linear-gradient(to bottom,#396CFF, #5983ff);
			border:1px solid #396CFF;
			border-radius: 20px;
			font-size: 14px !important;
		}

		.landing button:last-child
		{
			background:transparent;
			border:1px solid #396CFF;
			color: #396CFF;
			border-radius: 20px;
			font-size: 14px !important;
		}

		.rotating-text {
		  font-family: sans-serif;
		  font-weight: 600;
		  font-size: 50px !important;
		}

		.rotating-text p .word {
			font-weight: 600;

		  position: absolute;
		  top: 3px;
		  left: 0;
		  right: 0;
		  overflow: hidden;
		  text-align: center;
		}

		.letter {
		  /*This will let you apply transforms to the span char elements.*/
		  display: inline-block;
		}

		.landing-icon
		{
			position: absolute;
			color: #5983ff;
			font-size: 13px !important;
			padding: 5px 10px;
			border-radius: 30px;
			box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
		}

		.landing-icon span
		{
			color: black !important;
		}

		#saas
		{
			top: 0;
			left: -50px;
			background: #F1F3F4;

		}
		#ai
		{
			top: 0;
			right: -50px;
			background: #F1F3F4;

		}
		#user
		{
			top: 100px;
			left: -130px;
			background: #F1F3F4;

		}
		#api
		{
			top: 100px;
			right: -130px;
			background: #F1F3F4;

		}

		@media (max-width: 768px) {
			#saas
			{
				top: 0;
				left: 0px;
				background: #F1F3F4;

			}
			#ai
			{
				top: 0;
				right: 0px;
				background: #F1F3F4;

			}
			#user
			{
				top: auto;
				bottom: 0;
				left: 0px;
				background: #F1F3F4;

			}
			#api
			{
				top: auto;
				bottom: 0;
				right: 0px;
				background: #F1F3F4;

			}
		}

		@media (max-width: 425px) {
			.title
			{
				font-size: 40px !important;
			}
			.rotating-text
			{
				font-size: 40px !important;
			}
		}

/*navbar*/
.navbar-scitrs
{
  position: fixed;
  top: 0;
 right: 0;
 left: 0;
 z-index: 100000000000;
}

.navbar-scitrs > div
{
  background: rgba(255, 255, 255, 0.7);
  color: black;
  border-radius: 30px;
  max-width: 700px;
  border:1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px) !important;
}

.navbar-scitrs h3
{
	font-size: 14px;
}
.navbar-btn button
{
	background: transparent;
	color: rgba(0, 0, 0, 0.8);
	border:none;
	font-size: 14px;
	margin-right: 10px;
}

.navbar-getstart
{
	background:linear-gradient(to bottom,#396CFF, #5983ff);
	border:1px solid #396CFF;
	border-radius: 30px;
	color: white;
	font-size: 13px;
	padding: 5px 20px 5px 13px;
}


.navbar-getstart i
{
	margin-right: 5px;
}

.navbar-ham
{
	background:linear-gradient(to bottom,#396CFF, #5983ff);
	border:1px solid #396CFF;
	border-radius: 100px;
	color: white;
	font-size: 13px;
	padding: 4px 7px;
}