:root {
	--primary-color: #006efe;
	--secondary-color: #4facfe;
}

.gradient-bg {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.hero-gradient {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
	position: relative;
	overflow: hidden;
}

/* Add parallax container styles */
.parallax-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}

.parallax-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: translateZ(0);
	will-change: transform;
	transition: all 0.5s ease;
}

.content-wrapper {
	position: relative;
	z-index: 1;
	background: transparent;
}

/* High-performance light effect */
.light-effect {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	will-change: transform, opacity;
}

.light-effect::before,
.light-effect::after {
	content: '';
	position: absolute;
	width: 40vmax;
	height: 40vmax;
	background: radial-gradient(circle, rgba(0, 242, 254, 0.1) 0%, transparent 70%);
	animation: lightMove 15s linear infinite;
	will-change: transform;
}

.light-effect::after {
	animation-delay: -7.5s;
	background: radial-gradient(circle, rgba(79, 172, 254, 0.1) 0%, transparent 70%);
}

@keyframes lightMove {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
		opacity: 0.5;
	}

	50% {
		opacity: 0.8;
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
		opacity: 0.5;
	}
}

.hero-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(0, 242, 254, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(79, 172, 254, 0.1) 0%, transparent 50%);
	animation: pulse 8s ease-in-out infinite alternate;
}

@keyframes pulse {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.feature-card {
	background: rgba(26, 26, 26, 0.55);
	backdrop-filter: blur(18px) saturate(1.2);
	border: 1.5px solid rgba(0, 242, 254, 0.12);
	box-shadow: 0 4px 32px 0 rgba(0, 242, 254, 0.08), 0 1.5px 8px 0 rgba(0, 0, 0, 0.18);
	transition: all 0.3s cubic-bezier(.4, 2, .6, 1);
}

.feature-card:hover {
	transform: translateY(-5px);
	border-color: var(--primary-color);
	box-shadow: 0 0 32px 0 rgba(0, 242, 254, 0.18), 0 2px 12px 0 rgba(0, 0, 0, 0.22);
}

.glow-text {
	text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
}

.tech-border {
	position: relative;
}

.tech-border::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.tech-border:hover::after {
	transform: scaleX(1);
}

.floating {
	animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.nav-link {
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 0;
}

.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.nav-link:hover::after {
	transform: scaleX(1);
}

/* Mouse light effect */
.mouse-light {
	position: absolute;
	pointer-events: none;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle,
			rgba(0, 242, 254, 0.15) 0%,
			rgba(79, 172, 254, 0.1) 30%,
			transparent 70%);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	mix-blend-mode: screen;
	z-index: 1;
}

.parallax-container:hover .mouse-light {
	opacity: 1;
}

.text-gray-400 {
	color: #fff !important;
}

.fa-code-icon {
	height: 38px;
	margin-bottom: 12px;
}
.feature-cardNew{
	cursor: pointer;
}


/*  */


#st-2 {
	font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
	;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	backface-visibility: hidden;
	display: block;
	position: fixed;
	opacity: 1;
	text-align: left;
	top: 160px;
	z-index: 94034;
}

#st-2.st-right {
	right: 0px;
}

#st-2.st-hidden.st-right {
	right: -48px;
}

#st-2.st-hidden {
	width: 96px;
}

#st-2.st-preview {
	display: none !important;
	opacity: 0 !important;
}

#st-2>div {
	clear: right;
	float: right;
}

#st-2 .st-btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: NaNpx;
	height: 48px;
	line-height: 24px;
	margin-bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-align: left;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	width: 48px;
}

#st-2 .st-btn.st-first {
	border-top: none;
	border-top-left-radius: 4px;
}

#st-2 .st-btn.st-last {
	border-bottom: none;
	border-bottom-left-radius: 4px;
}

#st-2 .st-btn>svg {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}

#st-2 .st-btn>img {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	height: 24px;
	margin-left: 0;
	vertical-align: top;
	width: 24px;
}

#st-2 .st-btn>span {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	left: -35px;
	letter-spacing: 0.5px;
	opacity: 0;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
	filter: alpha(opacity=0);
}

#st-2 .st-btn.st-hide-label>span {
	display: none !important;
}

#st-2 .st-total {
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #fff;
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 18px;
	margin-right: 0;
	min-height: 34px;
	max-width: 80px;
	opacity: 1;
	padding: 4px 0;
	text-align: center;
	width: 48px;
}

#st-2 .st-total.st-hidden {
	display: none;
}

#st-2 .st-total>span {
	display: block;
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}

#st-2 .st-total>span.st-shares {
	font-size: 11px;
	line-height: 11px;
}

#st-2 .st-toggle {
	right: -48px;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #ccc;
	border-bottom-left-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	text-align: center;
	width: 48px;
}

#st-2.st-hidden .st-toggle {
	border-top-left-radius: 4px;
}

#st-2.st-right .st-toggle .st-right {
	display: inline-block;
}

#st-2.st-right.st-hidden .st-toggle .st-right {
	display: none;
}

#st-2.st-right .st-toggle .st-left {
	display: none;
}

#st-2.st-right.st-hidden .st-toggle .st-left {
	display: inline-block;
}

#st-2:hover .st-toggle {
	right: 0;
}

#st-2.st-hidden:hover .st-toggle {
	right: 48px;
}

#st-2.st-toggleable:hover .st-btn.st-last {
	border-bottom-left-radius: 0;
}

#st-2.st-toggleable:hover .st-btn.st-last:hover {
	border-bottom-left-radius: 4px;
}

#st-2 .st-btn:hover {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

#st-2.st-has-labels .st-btn:hover {
	width: 120px;
}

#st-2:not(.st-has-labels) .st-btn:hover {
	width: 62px;
}

#st-2 .st-btn.st-hide-label:hover {
	width: 62px;
}

#st-2 .st-btn:hover>svg {
	margin-left: 5px;
}

#st-2 .st-btn:hover>img {
	margin-left: 5px;
}

#st-2 .st-btn:hover>span {
	opacity: 1;
	display: inline-block;
	left: 0;
	filter: alpha(opacity=100);
}

@media (max-width: 1024px) {
	#st-2 .st-btn:hover>svg {
		margin-left: 0;
	}

	#st-2 .st-btn:hover>span {
		display: none;
	}
}

@media (max-width: 1024px) {
	#st-2 {
		bottom: 0;
		display: flex;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
	}

	#st-2.st-hidden {
		bottom: -48px;
		width: 100%;
	}

	#st-2.st-hidden.st-left {
		left: 0;
	}

	#st-2.st-hidden.st-right {
		right: 0;
	}

	#st-2>div {
		-moz-flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		clear: none;
		flex: 1;
		float: none;
	}

	#st-2 .st-total {
		background: #fff;
		padding: 6px 8px;
	}

	#st-2 .st-btn {
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		text-align: center;
		width: auto;
	}

	#st-2 .st-btn>span {
		display: none;
	}

	#st-2 .st-toggle {
		display: none;
	}

	body {
		padding-bottom: 48px;
	}
}

#st-2 .st-btn[data-network='facebook'] {
	background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook'] img {
	filter:
}

#st-2 .st-btn[data-network='facebook']>span {
	color: #fff
}

#st-2 .st-btn[data-network='twitter'] {
	background-color: #000000
}

#st-2 .st-btn[data-network='twitter'] img {
	filter:
}

#st-2 .st-btn[data-network='twitter']>span {
	color: #fff
}

#st-2 .st-btn[data-network='email'] {
	background-color: #7d7d7d
}

#st-2 .st-btn[data-network='email'] img {
	filter:
}

#st-2 .st-btn[data-network='email']>span {
	color: #fff
}

#st-2 .st-btn[data-network='whatsapp'] {
	background-color: #25d366
}

#st-2 .st-btn[data-network='whatsapp'] img {
	filter:
}

#st-2 .st-btn[data-network='whatsapp']>span {
	color: #fff
}

#st-2 .st-btn[data-network='sms'] {
	background-color: #ffbd00
}

#st-2 .st-btn[data-network='sms'] img {
	filter:
}

#st-2 .st-btn[data-network='sms']>span {
	color: #fff
}

#st-2 .st-btn[data-network='sharethis'] {
	background-color: #95D03A
}

#st-2 .st-btn[data-network='sharethis'] img {
	filter:
}

#st-2 .st-btn[data-network='sharethis']>span {
	color: #fff
}

#st-2 .st-btn[data-network='reddit'] {
	background-color: #ff4500
}

#st-2 .st-btn[data-network='reddit'] img {
	filter:
}

#st-2 .st-btn[data-network='reddit']>span {
	color: #fff
}

#st-2 .st-btn[data-network='snapchat']>span {
	color: #333
}

;
}

#st-2 .st-btn[data-network='copy']:hover {
	width: max-content;
}

#st-2 .st-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
}