/* ==================== [ Root CSS Start ] ==================== */
:root {
	/* Project Core */
	--white: #ffffff;
	--white-60: rgba(255, 255, 255, 0.60);
	--black: #000000;
	--transparent: #0000;

	/* Project Root */
	--primary: #A395E9;
	--primary-50: rgba(163, 149, 233, 0.50);
	--primary-20: rgba(163, 149, 233, 0.20);
	--primary-15: rgba(163, 149, 233, 0.15);
	--success: #60E95E;
	--success-50: rgba(96, 233, 94, 0.5);
	--cyan: #95E9D5;
	--cyan-50: rgba(149, 233, 213, 0.5);
	--warning: #E9D795;
	--warning-50: rgba(233, 215, 149, 0.50);
	--warning-20: rgba(233, 215, 149, 0.20);
	--warning-15: rgba(233, 215, 149, 0.15);
	--brown: #FFB3AB;
	--brown-50: rgba(255, 179, 171, 0.50);
	--brown-15: rgba(255, 179, 171, 0.15);
	--brown-02: rgba(255, 179, 171, 0.02);
	--pink: #E995C7;
	--baby-pink: #E9A3C1;
	--baby-pink-50: rgba(233, 163, 193, 0.5);
	--gray: #A8A8B4;
	--gray-50: rgba(168, 168, 180, 0.5);
	--gray-02: rgba(168, 168, 180, 0.02);
	--blue: #95BBE9;
	--blue-50: rgba(149, 187, 233, 0.5);
	--blue-02: rgba(149, 187, 233, 0.02);
	--green: #BDE995;
	--green-50: rgba(189, 233, 149, 0.5);
	--green-02: rgba(189, 233, 149, 0.02);
	--cyan-green: #95E9E2;
	--cyan-green-50: rgba(149, 233, 226, 0.5);
	--cyan-green-02: rgba(149, 233, 226, 0.02);
	--orange: #D4A373;
	--orange-50: rgba(212, 163, 115, 0.5);
	--orange-02: rgba(212, 163, 115, 0.02);
	--body: #08070B;

	--font-primary: "Inter", sans-serif;
	--font-secondary: "Roboto", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	color: var(--white-60);
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	background: var(--body);
	overflow-x: hidden;
}

::selection {
	background-color: var(--warning);
	color: var(--body);
}

::-moz-selection {
	background-color: var(--warning);
	color: var(--body);
}

/* ==================== [ Root CSS End ] ==================== */

/* ==================== [ Typography Start ] ==================== */
figure {
	margin: 0;
}

strong,
b {
	font-weight: 700 !important;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: var(--primary);
	word-break: break-word;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: var(--primary);
}

p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 24px;
}

ol,
ul {
	margin-bottom: 24px;
	padding-left: 24px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol li::marker,
ul li::marker {
	color: var(--primary);
}

ul li:has(> ul),
ul li:has(> ol) {
	list-style-type: none;
}

blockquote {
	position: relative;
	padding: 16px 16px 16px 24px;
	border-left: 5px solid var(--primary);
	margin-bottom: 20px;
	background-color: var(--primary-15);
	font-size: inherit;
	line-height: inherit;
	color: var(--primary);
	overflow: hidden;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

pre {
	background-color: var(--primary-15);
	padding: 16px;
	overflow: auto;
	font-family: inherit;
	border-radius: 16px;
	position: relative;
	color: var(--primary);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

pre code {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	font-size: inherit;
}

th,
td {
	border: 1px solid var(--primary-20);
	padding: 8px 12px;
	text-align: left;
}

th {
	border: 1px solid var(--black);
	background-color: var(--primary);
	font-weight: 600;
	font-size: inherit;
	color: var(--black);
}

td {
	background-color: var(--black);
	font-weight: 400;
	font-size: inherit;
	color: var(--white-60);
}

h1,
.h1 {
	color: var(--primary);
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: var(--primary);
	font-family: var(--font-primary);
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

h1 strong,
.h1 strong {
	color: var(--transparent);
	font-family: sans-serif !important;
	font-size: 60px;
	font-style: italic;
	letter-spacing: 1.8px;
}

h2 {
	color: var(--primary);
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: var(--primary);
	font-family: var(--font-primary);
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

h3 {
	color: var(--primary);
	font-family: var(--font-primary);
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	color: var(--primary);
	font-family: var(--font-primary);
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	color: var(--primary);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}

h6 {
	color: var(--primary);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 400;
}

hr {
	margin-block: 20px;
}

/* ==================== [ Typography End ] ==================== */

/* ==================== [ Common Start ] ==================== */
.row {
	margin-inline: -12px;
	row-gap: 24px;
}

.row>* {
	padding-inline: 12px;
}

.img-cover * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ==================== [ Common End ] ==================== */

/* ==================== [ Button Start ] ==================== */
.btn {
	position: relative;
	width: fit-content;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid;
	text-decoration: none;
	border: 1px solid;
	backdrop-filter: blur(2px);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.btn-primary::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--primary) 0%, var(--primary-15) 50%, var(--primary) 100%) !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-primary {
	color: var(--white);
	border-color: var(--primary-50);
	background: var(--transparent);
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-within,
.btn-primary:focus-visible {
	color: var(--white) !important;
	background: var(--transparent) !important;
	border-color: var(--primary-50) !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-primary:focus::before,
.btn-primary:hover::before,
.btn-primary:active::before,
.btn-primary:focus-within::before,
.btn-primary:focus-visible::before {
	opacity: 0.55;
}



.btn-warning::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--warning) 0%, var(--warning-15) 50%, var(--warning) 100%) !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-warning img {
	filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(558%) hue-rotate(5deg) brightness(105%) contrast(83%);
	-webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(558%) hue-rotate(5deg) brightness(105%) contrast(83%);
}

.btn-warning {
	color: var(--white);
	border-color: var(--warning-50);
	background: var(--transparent);
}

.btn-warning:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus-within,
.btn-warning:focus-visible {
	color: var(--white) !important;
	background: var(--transparent) !important;
	border-color: var(--warning-50) !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-warning:focus::before,
.btn-warning:hover::before,
.btn-warning:active::before,
.btn-warning:focus-within::before,
.btn-warning:focus-visible::before {
	opacity: 0.55;
}

/* ==================== [ Button End ] ==================== */

/* ==================== [ Error 404 Start ] ==================== */
.error-404 {
	overflow: hidden;
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100dvh;
	position: relative;
}

.error-404::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background: linear-gradient(180deg, rgba(8, 7, 11, 0.00) 0%, #08070B 100%);
	z-index: 1;
}

.error-404 .glass-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.error-404::before {
	z-index: -2;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 900px;
	z-index: -1;
	opacity: 0.12;
	background: linear-gradient(180deg, var(--primary) 0%, #E9A3C1 50%, #95E9C5 100%);
	border-radius: 50%;
	filter: blur(100px);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-filter: blur(100px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.error-404 .heading {
	text-align: center;
	position: relative;
	z-index: 2;
}

.error-404 .action * {
	width: fit-content;
	margin: 0 auto;
}

/* ==================== [ Error 404 End ] ==================== */

/* ==================== [ Extra Common Start ] ==================== */
.container-fluid,
.container {
	padding-inline: 20px;
	margin: 0 auto;
}

.swiper-linear .swiper-wrapper {
	transition-timing-function: linear !important;
}

.glass-group {
	display: flex;
	width: 100%;
}

.glass {
	border-right: 1px solid rgba(161, 150, 227, 0.06);
	border-left: 1px solid rgba(161, 150, 227, 0.06);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.065) 0%, rgba(0, 0, 0, 0.20) 23%, rgba(255, 255, 255, 0.065) 100%);
	backdrop-filter: blur(25px);
	width: 60px;
	height: 100%;
}

.btn-circle {
	margin-right: 6px !important;
	position: relative;
	min-width: 14px;
	min-height: 14px;
	width: 14px;
	height: 14px;
	flex-shrink: 1;
	background-color: var(--success);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.btn-circle::before {
	z-index: -1;
	position: absolute;
	content: "";
	min-width: 14px;
	min-height: 14px;
	width: 14px;
	height: 14px;
	flex-shrink: 1;
	background-color: var(--success);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	animation: buttonCircle 0.75s infinite ease-in-out;
	-webkit-animation: buttonCircle 0.75s infinite ease-in-out;
}

@keyframes buttonCircle {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
	}

	80% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
		-webkit-transform: translate(-50%, -50%) scale(2);
		-moz-transform: translate(-50%, -50%) scale(2);
		-ms-transform: translate(-50%, -50%) scale(2);
		-o-transform: translate(-50%, -50%) scale(2);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.5);
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-moz-transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-o-transform: translate(-50%, -50%) scale(1.5);
	}
}

.char-wrapper {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.action-group {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
}

.action-group .title * {
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.28px;
	text-align: center;
	color: var(--warning);
	margin-bottom: 0;
}

.titleWord {
	overflow: hidden;
	padding-bottom: 0.1em;
	margin-bottom: -0.1em;
	display: inline-block;
	transform-origin: bottom;
}

.cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
}

.cursor-dot {
	width: 10px;
	height: 10px;
	background: var(--primary);
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	mix-blend-mode: difference;
}

.cursor-outline {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(163, 149, 233, 0.5);
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	background-color: rgba(163, 149, 233, 0.20) !important;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
	.cursor {
		display: none;
	}
}

/* ==================== [ Extra Common End ] ==================== */

/* ==================== [ Preloader Start ] ==================== */
.preloader {
	width: 100%;
	height: 100%;
	background-color: var(--body);
	position: fixed;
	z-index: 9999;
}

.preloader.active {
	animation: hideSee 0.2s ease-in-out forwards 2s;
	-webkit-animation: hideSee 0.2s ease-in-out forwards 2s;
}

@keyframes hideSee {
	0% {
		opacity: 1;
		display: block;
	}

	80% {
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 0;
		display: none;
	}
}

.preloader .glass-group {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
}

.preloader .glass {
	height: 0;
	transition: height 0.5s ease;
}

.preloader.active .glass {
	height: 100%;
}

.preloader::before {
	opacity: 0;
	z-index: -2;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 900px;
	z-index: -1;
	background: linear-gradient(180deg, var(--primary) 0%, #E9A3C1 50%, #95E9C5 100%);
	border-radius: 50%;
	filter: blur(100px);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-filter: blur(100px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.5s ease-in-out 1.2s;
	-webkit-transition: all 0.5s ease-in-out 1.2s;
	-moz-transition: all 0.5s ease-in-out 1.2s;
	-ms-transition: all 0.5s ease-in-out 1.2s;
	-o-transition: all 0.5s ease-in-out 1.2s;
}

.preloader::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background: linear-gradient(180deg, rgba(8, 7, 11, 0.00) 0%, #08070B 100%);
	z-index: 1;
}

.preloader.active::before {
	opacity: 0.12;
}

.preloader .preloader-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
}

.preloader .preloader-logo * {
	width: 100%;
	height: 100%;
}

/* ==================== [ Preloader End ] ==================== */


/* ==================== [ Menu Start ] ==================== */
.menu {
	user-select: none !important;
	cursor: pointer;
	position: fixed;
	z-index: 9995;
	top: auto;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 26px;
	border: 1px solid var(--primary-50);
	box-sizing: border-box;
	background-color: var(--primary-20);
	backdrop-filter: blur(20px);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.menu .circle-group {
	position: relative;
	width: 26px;
	height: 26px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.menu .circle-group .circle {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


.menu.show .circle-group {
	transform: rotate(180deg);
	position: relative;
	width: 26px;
	height: 26px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.menu.show .circle-group .circle {
	width: 14px;
	height: 2px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.menu .circle-group .circle:nth-child(1) {
	top: 0;
	left: 0;
	background-color: var(--cyan);
}

.menu .circle-group .circle:nth-child(2) {
	top: 0;
	right: 0;
	background-color: var(--primary);
}

.menu .circle-group .circle:nth-child(3) {
	bottom: 0;
	left: 0;
	background-color: var(--pink);
}

.menu .circle-group .circle:nth-child(4) {
	bottom: 0;
	right: 0;
	background-color: var(--warning);
}

.menu.show .circle-group .circle:nth-child(1) {
	left: 1px;
	transform: rotate(45deg);
	transform-origin: left center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu.show .circle-group .circle:nth-child(2) {
	right: 1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.menu.show .circle-group .circle:nth-child(3) {
	left: 1px;
	transform: rotate(-45deg);
	transform-origin: left center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.menu.show .circle-group .circle:nth-child(4) {
	right: 1px;
	transform: rotate(45deg);
	transform-origin: right center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.menu span {
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--white);
}

.main-menu-group {
	position: fixed;
	z-index: 9993;
	top: auto;
	bottom: 112px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.main-menu-group .bubble {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: var(--primary-20);
	backdrop-filter: blur(20px);
	top: calc(100% + 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.6s cubic-bezier(.25, 1.75, .5, 1.2);
	-webkit-transition: all 0.6s cubic-bezier(.25, 1.75, .5, 1.2);
	-moz-transition: all 0.6s cubic-bezier(.25, 1.75, .5, 1.2);
	-ms-transition: all 0.6s cubic-bezier(.25, 1.75, .5, 1.2);
	-o-transition: all 0.6s cubic-bezier(.25, 1.75, .5, 1.2);
}

.main-menu-group.show .bubble {
	top: 50%;
	animation: bubleGrow 0.3s ease-in-out 1s forwards;
	-webkit-animation: bubleGrow 0.3s ease-in-out 1s forwards;
}

@keyframes bubleGrow {
	0% {
		width: 25px;
		height: 25px;
	}

	100% {
		width: 100%;
		height: 100%;
	}
}

.main-menu-group .main-menu {
	border-radius: 100px;
	padding: 24px 46px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	position: relative;
	z-index: 1;
	display: none;
	opacity: 0;
}

.main-menu-group.show .main-menu {
	opacity: 0;
	display: block;
	animation: menuShow 0.3s ease-in-out 1.5s forwards;
	-webkit-animation: menuShow 0.3s ease-in-out 1.5s forwards;
}

@keyframes menuShow {
	0% {
		opacity: 0;
		display: none;
	}

	20% {
		opacity: 0;
		display: block;
	}

	100% {
		opacity: 1;
		display: block;
	}
}

.main-menu-group .main-menu ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: center;
	/* flex-wrap: wrap; */
	gap: 24px;
	text-wrap: nowrap;
}

.main-menu-group .main-menu ul a {
	color: var(--white);
	text-decoration: none;
}

.main-menu-group .main-menu ul a:focus,
.main-menu-group .main-menu ul a:focus-visible,
.main-menu-group .main-menu ul a:focus-within,
.main-menu-group .main-menu ul a:hover,
.main-menu-group .main-menu ul a.active {
	color: var(--primary);
	text-decoration: none;
}

/* ==================== [ Menu End ] ==================== */


/* ==================== [ Header Start ] ==================== */
.header {
	padding: 24px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9991;
	transition: all 0.3s ease-in-out;
}

.case-studies-page .header.scroll,
body:has(.home-banner.end) .header {
	background-color: rgba(0, 0, 0, 0.60);
	backdrop-filter: blur(11px);
}

.header .header-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	display: inline-block;
}

.header .logo * {
	width: 100%;
	height: auto;
}

.header .lets-work a {
	color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

.header .lets-work a:hover {
	color: var(--success);
}

.header .lets-work {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.header:has(.logo-active) .lets-work {
	opacity: 1;
}

/* ==================== [ Header End ] ==================== */

/* ==================== [ Home Banner Start ] ==================== */
.home-banner {
	overflow: hidden;
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 800px;
	height: 100dvh;
	width: 100%;
	position: relative;
}

.home-banner::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background: linear-gradient(180deg, rgba(8, 7, 11, 0.00) 0%, #08070B 100%);
	z-index: 1;
}

.home-banner::before {
	z-index: -2;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 900px;
	z-index: -1;
	opacity: 0.12;
	background: linear-gradient(180deg, var(--primary) 0%, #E9A3C1 50%, #95E9C5 100%);
	border-radius: 50%;
	filter: blur(100px);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-filter: blur(100px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.home-banner.inner-banner::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80dvh;
	background: linear-gradient(180deg, rgba(8, 7, 11, 0.00) 0%, #08070B 100%);
	z-index: 1;
}

.home-banner.inner-banner::before {
	z-index: -2;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: -1;
	opacity: 0.08;
	border-radius: unset;
	filter: none;
	transform: unset;
	background: linear-gradient(270.00deg, #A395E9 0%, #E9A3C1 50%, #95E9C5 100%);
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	-webkit-filter: none;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	-ms-border-radius: unset;
	-o-border-radius: unset;
}

.home-banner .glass-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.home-banner .home-title {
	position: relative;
	z-index: 3;
	/* max-width: 935px; */
	margin-bottom: 50px;
}

.home-banner .home-title h1 * {}

.home-banner .home-title .web-spacing {
	margin-left: 130px;
}

.home-banner .home-title .dev-spacing {
	margin-left: 230px;
}

.home-banner .flower {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 3;
}

body:has(.header .logo-active) .home-banner .flower {
	opacity: 1;
}

.home-banner .home-title .flower img {
	width: 100%;
	height: auto;
	animation: floweRotate 8s infinite linear;
}

@keyframes floweRotate {
	0% {
		rotate: 0deg;
	}

	100% {
		rotate: 360deg;
	}
}

.home-banner .creative-group {
	text-align: center;
	position: absolute;
	top: 16.20%;
	left: 41.30%;
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
		opacity 0s ease-in-out 0s;
}

body:has(.header .logo-active) .home-banner .creative-group {
	opacity: 1;
	transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
		opacity 0.3s ease-in-out 1s;
}

.home-banner .creative-group:has(.creative-active) {
	transform: rotate(-9.21deg);
}

.home-banner .creative {
	padding: 15px 26px;
	border-radius: 4px;
	background-color: var(--cyan);
	box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.55);
}

.home-banner .creative * {
	font-weight: 500;
	font-size: 24px;
	font-weight: 500;
	color: var(--black);
	border: 0;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: unset;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-banner .motion-group {
	text-align: center;
	position: absolute;
	top: 39.72%;
	right: 17.91%;
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.8, -0.6, 0.2, 1.4), opacity 0s ease-in-out 0s;
}

body:has(.header .logo-active) .home-banner .motion-group {
	opacity: 1;
	transition: transform 0.6s cubic-bezier(0.8, -0.6, 0.2, 1.4), opacity 0.3s ease-in-out 1s;
}

.home-banner .motion-group:has(.motion-active) {
	transform: rotate(21deg);
}

.home-banner .motion {
	padding: 15px 26px;
	border-radius: 4px;
	background-color: var(--pink);
	box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.55);
}

.home-banner .motion * {
	font-weight: 500;
	font-size: 24px;
	font-weight: 500;
	color: var(--black);
	border: 0;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: unset;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
}


.home-banner .smooth-group {
	text-align: center;
	position: absolute;
	bottom: 18.98%;
	left: 13.54%;
	opacity: 0;
}

body:has(.header .logo-active) .home-banner .smooth-group {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 1s;
}

.home-banner .smooth {
	padding: 15px 26px;
	border-radius: 4px;
	background-color: var(--warning);
	box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.55);
}

.home-banner .smooth * {
	font-weight: 500;
	font-size: 24px;
	font-weight: 500;
	color: var(--black);
	border: 0;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: unset;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-banner .banner-author {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 45px;
}

.home-banner .banner-author.active {
	opacity: 1;
}

.home-banner .banner-author .profile-image-group {
	position: relative;
	width: fit-content;
}

.home-banner .banner-author .profile-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.home-banner .banner-author .profile-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-banner .banner-author .profile-image-group::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 4px solid var(--primary);
	border-radius: 50%;
	animation: profileRing 0.75s infinite ease-in-out;
}

@keyframes profileRing {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	80% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.6);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
}

.home-banner .banner-author .name * {
	font-style: italic;
	font-size: 36px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 0;
}

.home-banner .home-disc {
	text-align: end;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.home-banner .home-disc.active {
	opacity: 1;
}

.home-banner .home-disc .disc-group {
	max-width: 600px;
	margin-left: auto;
	margin-bottom: 36px;
}

.home-banner .home-disc .action {
	display: flex;
	justify-content: flex-end;
}

/* ==================== [ Home Banner End ] ==================== */

/* ==================== [ About Me Start ] ==================== */
.about-me {
	position: relative;
	padding: 150px 0 75px;
}

.about-me .heading {
	text-align: center;
}

.about-me .about-banner-group {
	position: relative;
}

.about-me .about-banner-group::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 114px;
	width: 335px;
	height: 335px;
	border-radius: 50%;
	transform: translateX(-50%);
	opacity: 0.25;
	background-color: var(--primary);
	filter: blur(160px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-filter: blur(80px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: -1;
}

.about-me .about-banner-group::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 464px;
	border-radius: 0;
	background: linear-gradient(360deg, #08070b 0%, rgb(8 7 11 / 0%) 100%);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.about-me .about-banner-group .image {
	text-align: center;
	height: 600px;
	max-height: 600px;
}

.about-me .about-banner-group .image * {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.about-me .about-disc {
	margin-bottom: 48px;
}

.about-me .about-disc * {
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
}

.about-me .about-disc strong {
	color: var(--white);
}

.about-me .card {
	overflow: hidden;
	position: relative;
	height: 100%;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 60px;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px;
	backdrop-filter: blur(2px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.about-me .card::before {
	position: absolute;
	content: "";
	right: 21px;
	top: -44px;
	width: 194px;
	height: 194px;
	opacity: 0.40;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.about-me .card .btn-circle {
	position: absolute;
	top: 14px;
	right: 14px;
	margin-right: 0 !important;
}

.about-me .card>* {
	position: relative;
	z-index: 1;
}

.about-me .card .icon {
	margin-bottom: 16px;
}

.about-me .card .title * {
	color: var(--white);
	text-transform: capitalize;
	margin-bottom: 0;
}

.about-me .card .disc * {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}


.about-me .card.primary {
	border: 1px solid rgba(163, 149, 233, 0.50);
	background-color: rgba(163, 149, 233, 0.02);
}

.about-me .card.warning .icon * {
	filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(632%) hue-rotate(207deg) brightness(96%) contrast(90%);
	-webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(632%) hue-rotate(207deg) brightness(96%) contrast(90%);
}

.about-me .card.primary::before {
	background-color: var(--primary);
}

.about-me .card.primary .disc * {
	color: var(--primary);
}

.about-me .card.warning {
	border: 1px solid rgba(233, 215, 149, 0.50);
	background-color: rgba(233, 215, 149, 0.02);
}

.about-me .card.warning .icon * {
	filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(796%) hue-rotate(357deg) brightness(95%) contrast(91%);
	-webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(796%) hue-rotate(357deg) brightness(95%) contrast(91%);
}

.about-me .card.warning::before {
	background-color: var(--warning);
}

.about-me .card.warning .disc * {
	color: var(--warning);
}

.about-me .card.success {
	border: 1px solid rgba(149, 233, 213, 0.50);
	background-color: rgba(149, 233, 213, 0.02);
}

.about-me .card.success .icon * {
	filter: brightness(0) saturate(100%) invert(79%) sepia(69%) saturate(182%) hue-rotate(110deg) brightness(96%) contrast(93%);
	-webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(69%) saturate(182%) hue-rotate(110deg) brightness(96%) contrast(93%);
}

.about-me .card.success::before {
	background-color: var(--cyan);
}

.about-me .card.success .disc * {
	color: var(--cyan);
}

/* ==================== [ About Me End ] ==================== */

/* ==================== [ Professional Abilities & Experience Start ] ==================== */
.experience {
	position: relative;
	padding: 75px 0;
}

.experience .heading {
	text-align: center;
}

.experience .heading {
	text-align: center;
	margin-bottom: 70px;
}

.experience .heading .title * {
	margin-bottom: 0;
}

.experience .swiper {
	width: 100%;
}

.experience .swiper-slide {
	width: auto;
}

.experience .skill-card {
	max-width: 120px;
	width: 100%;
}

.experience .skill-card .image {
	width: 120px;
	height: 80px;
}

.experience .skill-card .image * {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.experience .skill-card .title * {
	font-weight: 500;
	letter-spacing: 0.54px;
	text-align: center;
	color: var(--white);
	margin-bottom: 0;
}

.experience .swiper-wrapper {
	transition-timing-function: linear !important;
}

.experience .marqueeSwiper {
	position: relative;
	pointer-events: none;
	user-select: none;
}

.experience .marqueeSwiper::before {
	position: absolute;
	content: "";
	left: -1px;
	top: 0;
	width: 182px;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(90deg, #08070B 18.75%, rgba(8, 7, 11, 0) 100%);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	z-index: 5;
}

.experience .marqueeSwiper::after {
	position: absolute;
	content: "";
	right: -1px;
	top: 0;
	width: 182px;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(90deg, #08070B 18.75%, rgba(8, 7, 11, 0) 100%);
	transform: rotate(180deg);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	z-index: 5;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.experience .action {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==================== [ Professional Abilities & Experience End ] ==================== */

/* ==================== [ Crafted Solutions Start ] ==================== */
.crafted-solutions {
	padding: 75px 0;
	position: relative;
	overflow-x: clip;
}

.crafted-solutions .heading {
	text-align: center;
	margin-bottom: 70px;
}

.crafted-solutions .heading .title * {
	margin-bottom: 30px;
}

.crafted-solutions .heading .disc * {
	margin-bottom: 0;
}

.crafted-solutions .solutions-group {
	position: relative;
	z-index: 1;
}

.crafted-solutions .solutions-group::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 700px;
	height: 700px;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.15;
	background: linear-gradient(-90deg, #A395E9 0%, #E9A3C1 50%, #95E9C5 100%);
	filter: blur(100px);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-filter: blur(100px);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.crafted-solutions .solutions-group .solutions-item {
	margin-bottom: 48px;
}

.crafted-solutions .solutions-group .solutions-item ul {
	margin: 0;
}

.crafted-solutions .solutions-group .solutions-item ul li {
	letter-spacing: 0.48px;
	color: rgba(255, 255, 255, 0.60);
	padding-block: 6px;
}

.crafted-solutions .solutions-group .title * {
	color: var(--white);
	text-transform: uppercase;
	word-break: break-all;
	margin-bottom: 0;
}

.crafted-solutions .solutions-group strong {
	color: var(--primary) !important;
}

.crafted-solutions .solutions-group .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.crafted-solutions .solutions-group .image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.crafted-solutions .media-box {
	position: relative;
}

.crafted-solutions .media-box img,
.crafted-solutions .media-box video {
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.crafted-solutions .media-box video {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.crafted-solutions .media-box:hover img {
	opacity: 0;
}

.crafted-solutions .media-box:hover video {
	opacity: 1;
}

/* ==================== [ Crafted Solutions End ] ==================== */

/* ==================== [ Case Studies Start ] ==================== */
.case-studies {
	position: relative;
	padding: 75px 0;
}

.case-studies .heading {
	text-align: center;
	margin-bottom: 70px;
}

.case-studies .heading .title * {
	margin-bottom: 30px;
}

.case-studies .heading .disc * {
	margin-bottom: 0;
}

.case-studies .case-card {
	position: relative;
}

.case-studies .glass-group {
	overflow: hidden;
	border-radius: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.case-studies .stage {
	display: grid;
	gap: 20vh;
	padding-block: 10vh;
}

.case-studies .case-card-group {
	/* height: 100vh; */
	display: grid;
	place-items: center;
	perspective: 1600px;
	perspective-origin: 50% 50%;
	position: relative;
	isolation: isolate;
	touch-action: manipulation;
}

.case-studies .case-card {
	width: 100%;
	display: grid;
	transform-style: preserve-3d;
	transform-origin: center;
	border-radius: 16px;
	will-change: transform;
	transform: translateZ(0);
	transition: transform 600ms cubic-bezier(.2, .8, .2, 1);
	text-decoration: none;
}

.case-studies .case-card.is-flipped {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}

.case-studies .face {
	grid-area: 1 / 1;
	display: block;
	padding: 80px;
	border-radius: 16px;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.case-studies .face .content {
	min-height: 100%;
}

.case-studies .front {
	background-color: var(--body);
	position: relative;
	border: 1px solid;
}

.case-studies .front::before {
	position: absolute;
	content: "";
	left: -65px;
	bottom: -100px;
	width: 350px;
	height: 350px;
	opacity: 0.20;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.case-studies .front::after {
	position: absolute;
	content: "";
	right: -65px;
	top: -100px;
	width: 350px;
	height: 350px;
	opacity: 0.20;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.case-studies .front .front-group {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 100%;
}

.case-studies .front .front-group .qr-item {
	width: 175px;
	height: 175px;
}

.case-studies .front .front-group .qr-item * {
	width: 100%;
	height: 100%;
}

.case-studies .front .front-group .qr-item svg rect {
	display: none;
}

.case-studies .front .front-group .subtitle * {
	margin-bottom: 0;
	font-style: italic;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-align: center;
	color: var(--warning);
}

.case-studies .front .front-group .title * {
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	text-transform: unset;
}

.case-studies .front::after {
	position: absolute;
	content: "";
	right: -65px;
	top: -100px;
	width: 350px;
	height: 350px;
	opacity: 0.20;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.case-studies .back {
	background-color: var(--body);
	position: relative;
	border: 1px solid;
	transform: rotateX(180deg);
}

.case-studies-page .case-studies .back {
	background-color: var(--body);
	position: relative;
	border: 1px solid;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
}

.case-studies .back::before {
	position: absolute;
	content: "";
	left: -65px;
	bottom: -100px;
	width: 350px;
	height: 350px;
	opacity: 0.20;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.case-studies .back::after {
	position: absolute;
	content: "";
	right: -65px;
	top: -100px;
	width: 350px;
	height: 350px;
	opacity: 0.20;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.case-studies .back .content-group {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
}

.case-studies .back .content-group .image {
	width: 100%;
	aspect-ratio: 560 / 400;
	overflow: hidden;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.case-studies .back .content-group .image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.case-studies .back .content-group .content {
	max-width: 720px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 64px;
	height: auto;
}

.case-studies .back .content-group .content .title * {
	margin-bottom: 24px;
	text-transform: none;
}

.case-studies .back .content-group .content .disc * {
	color: var(--white);
	margin-bottom: 24px;
}

.case-studies .back .content-group .content .keyword ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.case-studies .back .content-group .content .keyword ul li {
	position: relative;
	padding: 0 4px;
	font-style: italic;
	opacity: 0.60;
	font-size: 16px;
	color: var(--white);
}

.case-studies .back .content-group .content .keyword ul li:not(:last-child)::after {
	position: relative;
	content: "/";
	margin-left: 8px;
}

.case-studies .back .content-group .content .technology ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.case-studies .back .content-group .content .project-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
}

.case-studies .back .content-group .content .project-group .year * {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
}

.case-studies .back .content-group .content .project-group .title * {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white) !important;
	margin-bottom: 0;
}

.case-studies .case-card.primary .front,
.case-studies .case-card.primary .back {
	border-color: rgba(163, 149, 233, 0.20);
}

.case-studies .case-card.primary .front::before,
.case-studies .case-card.primary .front::after,
.case-studies .case-card.primary .back::before,
.case-studies .case-card.primary .back::after {
	background-color: var(--primary);
}

.case-studies .case-card.primary .front .front-group .title *,
.case-studies .case-card.primary .back .content-group .content .title * {
	color: var(--primary);
}

.case-studies .case-card.primary .back .content-group .content .project-group .year * {
	background: linear-gradient(180deg, var(--primary) 0%, rgba(163, 149, 233, 0) 78%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-studies .case-card.primary .front .front-group .qr-item svg path {
	fill: var(--primary);
}

.case-studies .case-card.primary {
	box-shadow:
		0 4px 30px rgba(163, 149, 233, 0.08);
}



.case-studies .case-card.gray .front,
.case-studies .case-card.gray .back {
	border-color: rgba(168, 168, 180, 0.20);
}

.case-studies .case-card.gray .front::before,
.case-studies .case-card.gray .front::after,
.case-studies .case-card.gray .back::before,
.case-studies .case-card.gray .back::after {
	background-color: var(--gray);
}

.case-studies .case-card.gray .front .front-group .title *,
.case-studies .case-card.gray .back .content-group .content .title * {
	color: var(--gray);
}

.case-studies .case-card.gray .back .content-group .content .project-group .year * {
	background: linear-gradient(180deg, var(--gray) 0%, rgba(168, 168, 180, 0) 78%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-studies .case-card.gray .front .front-group .qr-item svg path {
	fill: var(--gray);
}

.case-studies .case-card.gray {
	box-shadow:
		0 4px 30px rgba(168, 168, 180, 0.08);
}


.case-studies .case-card.cyan .front,
.case-studies .case-card.cyan .back {
	border-color: rgba(168, 168, 180, 0.20);
}

.case-studies .case-card.cyan .front::before,
.case-studies .case-card.cyan .front::after,
.case-studies .case-card.cyan .back::before,
.case-studies .case-card.cyan .back::after {
	background-color: var(--cyan);
}

.case-studies .case-card.cyan .front .front-group .title *,
.case-studies .case-card.cyan .back .content-group .content .title * {
	color: var(--cyan);
}

.case-studies .case-card.cyan .back .content-group .content .project-group .year * {
	background: linear-gradient(180deg, var(--cyan) 0%, rgba(149, 233, 213, 0) 78%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-studies .case-card.cyan .front .front-group .qr-item svg path {
	fill: var(--cyan);
}

.case-studies .case-card.cyan {
	box-shadow:
		0 4px 30px rgba(149, 233, 213, 0.08);
}





.case-studies .case-card.brown .front,
.case-studies .case-card.brown .back {
	border-color: rgba(255, 179, 171, 0.20);
}

.case-studies .case-card.brown .front::before,
.case-studies .case-card.brown .front::after,
.case-studies .case-card.brown .back::before,
.case-studies .case-card.brown .back::after {
	background-color: var(--brown);
}

.case-studies .case-card.brown .front .front-group .title *,
.case-studies .case-card.brown .back .content-group .content .title * {
	color: var(--brown);
}

.case-studies .case-card.brown .back .content-group .content .project-group .year * {
	background: linear-gradient(180deg, var(--brown) 0%, rgba(149, 233, 213, 0) 78%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-studies .case-card.brown .front .front-group .qr-item svg path {
	fill: var(--brown);
}

.case-studies .case-card.brown {
	box-shadow:
		0 4px 30px rgba(149, 233, 213, 0.08);
}




.case-studies .case-card.warning .front,
.case-studies .case-card.warning .back {
	border-color: var(--warning-20);
}

.case-studies .case-card.warning .front::before,
.case-studies .case-card.warning .front::after,
.case-studies .case-card.warning .back::before,
.case-studies .case-card.warning .back::after {
	background-color: var(--warning);
}

.case-studies .case-card.warning .front .front-group .title *,
.case-studies .case-card.warning .back .content-group .content .title * {
	color: var(--warning);
}

.case-studies .case-card.warning .back .content-group .content .project-group .year * {
	background: linear-gradient(180deg, var(--warning) 0%, rgba(149, 233, 213, 0) 78%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-studies .case-card.warning .front .front-group .qr-item svg path {
	fill: var(--warning);
}

.case-studies .case-card.warning {
	box-shadow:
		0 4px 30px rgba(149, 233, 213, 0.08);
}

/* ==================== [ Case Studies End ] ==================== */


/* ==================== [ Voice Of Experience Start ] ==================== */
.voice-experience {
	position: relative;
	padding: 75px 0;
}

.voice-experience .heading {
	text-align: center;
	margin-bottom: 70px;
}

.voice-experience .heading .title * {
	margin-bottom: 30px;
}

.voice-experience .heading .disc * {
	margin-bottom: 0;
}

.voice-experience .globe-group {
	width: 100%;
	height: 100dvh;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#globe-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#globe-container canvas {
	touch-action: pan-y;
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}

#pin-layer {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.custom-pin {
	position: absolute;
	display: block;
	width: clamp(10px, 0.9vw, 16px);
	height: clamp(10px, 0.9vw, 16px);
	transform: translate(-50%, -50%);
	pointer-events: auto;
	cursor: pointer;
	z-index: 101;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.pin-icon {
	width: 100%;
	height: 100%;
	background-color: var(--pin-color, #0d6efd);
	border-radius: 50%;
	transform-origin: center center;
	display: block;
	transition: all 0.4s ease-in-out;
}

.pin-icon::before {
	animation: blink 1.2s infinite ease-in-out;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	border: 1px solid var(--pin-color, #0d6efd);
}

@keyframes blink {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	80% {
		opacity: 0;
		transform: scale(3);
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-ms-transform: scale(3);
		-o-transform: scale(3);
	}

	100% {
		opacity: 0;
		transform: scale(3);
	}
}

.custom-pin:hover .pin-icon {
	transform: scale(1.9);
}

@media (max-width:480px) {
	.popover {
		max-width: 200px;
		font-size: 0.82rem;
	}

	.custom-popover {
		gap: 8px;
	}

	.custom-popover .thumb {
		width: 48px;
		height: 34px;
	}
}

.popover {
	outline: 0 !important;
	border: 1px solid #0000 !important;
	background: transparent;
	max-width: 596px;
	width: 100%;
}

.popover-body {
	padding: 0;
	border: 0;
	background-color: var(--transparent);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.custom-popover {
	max-width: 596px;
	width: 100%;
	padding: 24px;
	border: 1px solid;
	box-sizing: border-box;
	background-color: var(--body);
	border-radius: 16px;
	backdrop-filter: blur(2px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.custom-popover::before {
	position: absolute;
	content: "";
	right: 0;
	top: -49px;
	width: 194px;
	height: 194px;
	opacity: 0.40;
	filter: blur(104px);
	-webkit-filter: blur(104px);
	z-index: -1;
}

.custom-popover .message * {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	color: var(--white);
	margin-bottom: 30px;
}

.custom-popover .author-group {
	display: flex;
	align-items: center;
	gap: 16px;
}

.custom-popover .author-group .image {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.custom-popover .author-group .name * {
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 2px;
}

.custom-popover .author-group .company * {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
}

.custom-popover .quote {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: -1;
}



.custom-popover.primary {
	border-color: rgba(163, 149, 233, 0.50);
	color: var(--white);
}

.custom-popover.primary .author-group .name * {
	color: var(--primary);
}

.custom-popover.primary::before {
	background-color: var(--primary);
}

.custom-popover.primary .quote {
	filter: brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(942%) hue-rotate(209deg) brightness(97%) contrast(88%);
	-webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(942%) hue-rotate(209deg) brightness(97%) contrast(88%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.primary)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.primary)>.popover-arrow::after {
	border-top-color: var(--primary) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.primary)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.primary)>.popover-arrow::after {
	border-bottom-color: var(--primary);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.primary)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.primary)>.popover-arrow::after {
	border-left-color: var(--primary);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.primary)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.primary)>.popover-arrow::after {
	border-right-color: var(--primary);
}



.custom-popover.brown {
	border-color: var(--brown-50);
	color: var(--white);
}

.custom-popover.brown .author-group .name * {
	color: var(--brown);
}

.custom-popover.brown::before {
	background-color: var(--brown);
}

.custom-popover.brown .quote {
	filter: brightness(0) saturate(100%) invert(78%) sepia(4%) saturate(3400%) hue-rotate(315deg) brightness(94%) contrast(121%);
	-webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(4%) saturate(3400%) hue-rotate(315deg) brightness(94%) contrast(121%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.brown)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.brown)>.popover-arrow::after {
	border-top-color: var(--brown) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.brown)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.brown)>.popover-arrow::after {
	border-bottom-color: var(--brown);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.brown)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.brown)>.popover-arrow::after {
	border-left-color: var(--brown);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.brown)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.brown)>.popover-arrow::after {
	border-right-color: var(--brown);
}




.custom-popover.cyan {
	border-color: var(--cyan-50);
	color: var(--white);
}

.custom-popover.cyan .author-group .name * {
	color: var(--cyan);
}

.custom-popover.cyan::before {
	background-color: var(--cyan);
}

.custom-popover.cyan .quote {
	filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(864%) hue-rotate(104deg) brightness(98%) contrast(86%);
	-webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(864%) hue-rotate(104deg) brightness(98%) contrast(86%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.cyan)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.cyan)>.popover-arrow::after {
	border-top-color: var(--cyan) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.cyan)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.cyan)>.popover-arrow::after {
	border-bottom-color: var(--cyan);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.cyan)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.cyan)>.popover-arrow::after {
	border-left-color: var(--cyan);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.cyan)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.cyan)>.popover-arrow::after {
	border-right-color: var(--cyan);
}




.custom-popover.warning {
	border-color: var(--warning-50);
	color: var(--white);
}

.custom-popover.warning .author-group .name * {
	color: var(--warning);
}

.custom-popover.warning::before {
	background-color: var(--warning);
}

.custom-popover.warning .quote {
	filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(483%) hue-rotate(344deg) brightness(102%) contrast(83%);
	-webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(483%) hue-rotate(344deg) brightness(102%) contrast(83%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.warning)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.warning)>.popover-arrow::after {
	border-top-color: var(--warning) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.warning)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.warning)>.popover-arrow::after {
	border-bottom-color: var(--warning);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.warning)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.warning)>.popover-arrow::after {
	border-left-color: var(--warning);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.warning)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.warning)>.popover-arrow::after {
	border-right-color: var(--warning);
}




.custom-popover.gray {
	border-color: var(--gray-50);
	color: var(--white);
}

.custom-popover.gray .author-group .name * {
	color: var(--gray);
}

.custom-popover.gray::before {
	background-color: var(--gray);
}

.custom-popover.gray .quote {
	filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(366%) hue-rotate(201deg) brightness(86%) contrast(92%);
	-webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(6%) saturate(366%) hue-rotate(201deg) brightness(86%) contrast(92%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.gray)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.gray)>.popover-arrow::after {
	border-top-color: var(--gray) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.gray)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.gray)>.popover-arrow::after {
	border-bottom-color: var(--gray);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.gray)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.gray)>.popover-arrow::after {
	border-left-color: var(--gray);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.gray)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.gray)>.popover-arrow::after {
	border-right-color: var(--gray);
}




.custom-popover.baby-pink {
	border-color: var(--baby-pink-50);
	color: var(--white);
}

.custom-popover.baby-pink .author-group .name * {
	color: var(--baby-pink);
}

.custom-popover.baby-pink::before {
	background-color: var(--baby-pink);
}

.custom-popover.baby-pink .quote {
	filter: brightness(0) saturate(100%) invert(74%) sepia(21%) saturate(560%) hue-rotate(286deg) brightness(93%) contrast(96%);
	-webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(21%) saturate(560%) hue-rotate(286deg) brightness(93%) contrast(96%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.baby-pink)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.baby-pink)>.popover-arrow::after {
	border-top-color: var(--baby-pink) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.baby-pink)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.baby-pink)>.popover-arrow::after {
	border-bottom-color: var(--baby-pink);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.baby-pink)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.baby-pink)>.popover-arrow::after {
	border-left-color: var(--baby-pink);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.baby-pink)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.baby-pink)>.popover-arrow::after {
	border-right-color: var(--baby-pink);
}




.custom-popover.success {
	border-color: var(--success-50);
	color: var(--white);
}

.custom-popover.success .author-group .name * {
	color: var(--success);
}

.custom-popover.success::before {
	background-color: var(--success);
}

.custom-popover.success .quote {
	filter: brightness(0) saturate(100%) invert(72%) sepia(86%) saturate(360%) hue-rotate(61deg) brightness(94%) contrast(95%);
	-webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(86%) saturate(360%) hue-rotate(61deg) brightness(94%) contrast(95%);
}

.bs-popover-auto[data-popper-placement^="top"]:has(.custom-popover.success)>.popover-arrow::after,
.bs-popover-top:has(.custom-popover.success)>.popover-arrow::after {
	border-top-color: var(--success) !important;
}

.bs-popover-auto[data-popper-placement^="bottom"]:has(.custom-popover.success)>.popover-arrow::after,
.bs-popover-bottom:has(.custom-popover.success)>.popover-arrow::after {
	border-bottom-color: var(--success);
}

.bs-popover-auto[data-popper-placement^="left"]:has(.custom-popover.success)>.popover-arrow::after,
.bs-popover-start:has(.custom-popover.success)>.popover-arrow::after {
	border-left-color: var(--success);
}


.bs-popover-auto[data-popper-placement^="right"]:has(.custom-popover.success)>.popover-arrow::after,
.bs-popover-end:has(.custom-popover.success)>.popover-arrow::after {
	border-right-color: var(--success);
}


/* ==================== [ Voice Of Experience End ] ==================== */

/* ==================== [ Contact Me Start ] ==================== */
.contact-me {
	position: relative;
	padding: 75px 0;
}

.contact-me .heading {
	text-align: center;
	margin-bottom: 70px;
}

.contact-me .heading .title * {
	margin-bottom: 30px;
}

.contact-me .heading .disc * {
	margin-bottom: 0;
}

.contact-me .contact-group {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.contact-me .contact-card .title * {
	font-style: normal;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	color: var(--primary);
	margin-bottom: 8px;
}

.contact-me .contact-card .disc * {
	margin-bottom: 24px;

}

.contact-me .contact-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-me .contact-card ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--white);
}

.contact-me .contact-card ul li a span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact-me .contact-card ul li a:hover {
	color: var(--white-60);
}

.contact-form {
	min-height: 380px;
	max-height: 380px;
	overflow: auto;
	margin-bottom: 24px;
}

.contact-form p.sentence {
	font-size: 22px;
	line-height: 220%;
	font-weight: 600;
	max-width: 100%;
	color: var(--white);
}

.editable {
	display: inline;
	border-bottom: 1px solid var(--primary-20);
	padding: 4px 4px;
	white-space: normal;
	outline: none;
	color: var(--primary);
	font-weight: 600;
	line-height: 120%;
}

.editable:focus {
	background-color: var(--primary-15);
	border-bottom-color: var(--primary);
	color: var(--primary);
}

.editable::before {
	content: "["attr(data-placeholder) "]";
	color: var(--primary-50);
	pointer-events: none;
}

.editable.filled::before {
	content: "";
}

.editable.invalid {
	border-bottom-color: var(--brown);
	color: var(--brown);
}

.editable.invalid::before {
	color: var(--brown-50) !important;
}

.editable.invalid:focus {
	background-color: var(--brown-15);
}

.error-global {
	display: none;
	color: var(--brown);
	font-size: 14px;
	font-weight: 600;
}

.error-global * {
	margin-bottom: 16px;
}

.error-global.active {
	display: block;
}

.error.active {
	display: inline-block;
}

.name-field {
	display: inline;
}

.project-field {
	display: inline;
}

.email-field {
	display: inline;
}

.details-field {
	display: inline;
}

.budget-field {
	display: inline;
}

.timeline-field {
	display: inline;
}

.hidden-input {
	display: none;
}

/* ==================== [ Contact Me End ] ==================== */

/* ==================== [ Footer Start ] ==================== */
.footer {
	position: relative;
	margin-top: 75px;
}

.footer .logo-group {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 200px 0;
}

.footer .logo {
	position: relative;
}

.footer .logo .stroke {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	animation: logoFade 2s infinite ease-in-out;
	-webkit-animation: logoFade 2s infinite ease-in-out;
}

@keyframes logoFade {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		-o-transform: translate(-50%, -50%) scale(1);
	}

	50% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.3);
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		-moz-transform: translate(-50%, -50%) scale(1.3);
		-ms-transform: translate(-50%, -50%) scale(1.3);
		-o-transform: translate(-50%, -50%) scale(1.3);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.3);
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		-moz-transform: translate(-50%, -50%) scale(1.3);
		-ms-transform: translate(-50%, -50%) scale(1.3);
		-o-transform: translate(-50%, -50%) scale(1.3);
	}
}

.footer .logo img {
	width: 200px;
	height: 200px;
}

.footer .footer-container {
	border-top: 1px solid var(--primary-20);
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer .message img {
	animation: pulse 1.2s infinite;
	-webkit-animation: pulse 1.2s infinite;
}

.footer .message p {
	color: var(--white);
	margin-bottom: 0;
}

@keyframes pulse {
	10% {
		transform: scale(1.3)
	}

	20% {
		transform: scale(1)
	}

	30% {
		transform: scale(1.3)
	}
}

.footer .footer-link {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 40px;
	row-gap: 12px;
}

.footer .footer-link a {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white-60);
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-weight: 400;
}

.footer .footer-link a:hover {
	color: var(--primary);
}


/* ==================== [ Footer End ] ==================== */

/* ==================== [ Inner Banner Start ] ==================== */
.inner-banner {
	min-height: 600px;
	height: auto;
}

.inner-banner .heading {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.case-studies-page .case-studies .stage {
	gap: 80px;
}

/* ==================== [ Inner Banner End ] ==================== */

/* ==================== [ Unlock Modal Start ] ==================== */
#unlockModal .modal-content {
	background-color: var(--body);
	border: 1px solid var(--primary-20);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

#unlockModal .modal-content .form-control {
	background-color: var(--primary-15);
	border: 1px solid var(--primary-20);
	color: var(--primary);
	box-shadow: none !important;
	outline: 0;
}

#unlockModal .modal-content .form-control::placeholder {
	color: var(--primary-50);
	opacity: 1;
}

.modal-footer {
	margin-top: 10px;
	border-top: 1px solid var(--primary-15);
}

/* ==================== [ Unlock Modal End ] ==================== */

/* ==================== [ Service Detail Typography End ] ==================== */
.service-typography .typography-container {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.service-typography .text-primary {
	color: var(--primary) !important;
}


.typography-card {
	overflow: hidden;
	position: relative;
	height: 100%;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 48px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 24px;
	backdrop-filter: blur(2px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.typography-card::before {
	position: absolute;
	content: "";
	right: 21px;
	top: -44px;
	width: 194px;
	height: 194px;
	opacity: 0.40;
	filter: blur(102px);
	-webkit-filter: blur(102px);
}

.typography-card>* {
	position: relative;
	z-index: 1;
}

.typography-card .icon {
	margin-bottom: 16px;
}

.typography-card .title * {
	color: var(--white);
	text-transform: capitalize;
	margin-bottom: 0;
}

.typography-card .disc * {
	margin-bottom: 0;
}


.typography-card.primary {
	border: 1px solid rgba(163, 149, 233, 0.50);
	background-color: rgba(163, 149, 233, 0.02);
}

.typography-card.warning .icon * {
	filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(632%) hue-rotate(207deg) brightness(96%) contrast(90%);
	-webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(44%) saturate(632%) hue-rotate(207deg) brightness(96%) contrast(90%);
}

.typography-card.primary::before {
	background-color: var(--primary);
}

.typography-card.primary .disc * {
	color: var(--primary);
}

.typography-card.warning {
	border: 1px solid rgba(233, 215, 149, 0.50);
	background-color: rgba(233, 215, 149, 0.02);
}

.typography-card.warning .icon * {
	filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(796%) hue-rotate(357deg) brightness(95%) contrast(91%);
	-webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(796%) hue-rotate(357deg) brightness(95%) contrast(91%);
}

.typography-card.warning::before {
	background-color: var(--warning);
}

.typography-card.warning .disc * {
	color: var(--warning);
}

.typography-card.success {
	border: 1px solid rgba(149, 233, 213, 0.50);
	background-color: rgba(149, 233, 213, 0.02);
}

.typography-card.success .icon * {
	filter: brightness(0) saturate(100%) invert(79%) sepia(69%) saturate(182%) hue-rotate(110deg) brightness(96%) contrast(93%);
	-webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(69%) saturate(182%) hue-rotate(110deg) brightness(96%) contrast(93%);
}

.typography-card.success::before {
	background-color: var(--cyan);
}

.typography-card.success .disc * {
	color: var(--cyan);
}


.typography-card.pink {
	border: 1px solid rgba(233, 149, 199, 0.50);
	background-color: rgba(233, 149, 199, 0.02);
}

.typography-card.pink .icon * {
	filter: brightness(0) saturate(100%) invert(69%) sepia(43%) saturate(415%) hue-rotate(281deg) brightness(92%) contrast(97%);
	-webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(43%) saturate(415%) hue-rotate(281deg) brightness(92%) contrast(97%);
}

.typography-card.pink::before {
	background-color: var(--pink);
}

.typography-card.pink .disc * {
	color: var(--pink);
}


.typography-card.gray {
	border: 1px solid var(--gray-50);
	background-color: var(--gray-02);
}

.typography-card.gray .icon * {
	filter: brightness(0) saturate(100%) invert(76%) sepia(12%) saturate(206%) hue-rotate(202deg) brightness(88%) contrast(85%);
	-webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(12%) saturate(206%) hue-rotate(202deg) brightness(88%) contrast(85%);
}

.typography-card.gray::before {
	background-color: var(--gray);
}

.typography-card.gray .disc * {
	color: var(--gray);
}


.typography-card.blue {
	border: 1px solid var(--blue-50);
	background-color: var(--blue-02);
}

.typography-card.blue .icon * {
	filter: brightness(0) saturate(100%) invert(73%) sepia(23%) saturate(583%) hue-rotate(175deg) brightness(97%) contrast(88%);
	-webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(23%) saturate(583%) hue-rotate(175deg) brightness(97%) contrast(88%);
}

.typography-card.blue::before {
	background-color: var(--blue);
}

.typography-card.blue .disc * {
	color: var(--blue);
}


.typography-card.green {
	border: 1px solid var(--green-50);
	background-color: var(--green-02);
}

.typography-card.green .icon * {
	filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(614%) hue-rotate(40deg) brightness(97%) contrast(94%);
	-webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(614%) hue-rotate(40deg) brightness(97%) contrast(94%);
}

.typography-card.green::before {
	background-color: var(--green);
}

.typography-card.green .disc * {
	color: var(--green);
}


.typography-card.cyan {
	border: 1px solid var(--cyan-green-50);
	background-color: var(--cyan-green-02);
}

.typography-card.cyan .icon * {
	filter: brightness(0) saturate(100%) invert(88%) sepia(33%) saturate(391%) hue-rotate(113deg) brightness(97%) contrast(89%);
	-webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(33%) saturate(391%) hue-rotate(113deg) brightness(97%) contrast(89%);
}

.typography-card.cyan::before {
	background-color: var(--cyan-green);
}

.typography-card.cyan .disc * {
	color: var(--cyan-green);
}


.typography-card.orange {
	border: 1px solid var(--orange-50);
	background-color: var(--orange-02);
}

.typography-card.orange .icon * {
	filter: brightness(0) saturate(100%) invert(68%) sepia(27%) saturate(568%) hue-rotate(349deg) brightness(97%) contrast(86%);
	-webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(27%) saturate(568%) hue-rotate(349deg) brightness(97%) contrast(86%);
}

.typography-card.orange::before {
	background-color: var(--orange);
}

.typography-card.orange .disc * {
	color: var(--orange);
}

.typography-content h2,
.typography-content .h4 {
	font-weight: 600;
	text-transform: unset !important;
	text-stroke-width: 0;
	-webkit-text-stroke-width: 0;
	letter-spacing: unset;
	color: var(--primary);
	display: inline-block;
	align-items: center;
}

.accordion-item {
	background: var(--transparent);
	border: 0;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.accordion-item:not(:last-child) {
	border-bottom: 1px solid rgba(163, 149, 233, 0.3);
}

.accordion-button:not(:is(.collapsed)) {
	background: linear-gradient(90deg, rgba(163, 149, 233, 0.2) 0%, rgba(163, 149, 233, 0.04) 50%, rgba(163, 149, 233, 0.2) 100%);
	color: var(--white);
}

.accordion-button {
	padding: 24px 16px;
	background-color: var(--transparent);
	box-shadow: none !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	color: var(--white);
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.48px;
}

.accordion-button:not(.collapsed)::after {
	background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2501 13.7503L27.5002 13.75V16.25L16.2501 16.2503H13.7501L2.50005 16.2505L2.5 13.7505L13.7501 13.7503H16.2501Z" fill="%23A395E9"/></svg>') no-repeat center;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.accordion-button::after {
	background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.2501 13.7496L27.5002 13.7493V16.2493L16.2501 16.2496V27.4994H13.7501V16.2496L2.50005 16.2498L2.5 13.7498L13.7501 13.7496L13.75 2.50001L16.25 2.5L16.2501 13.7496Z" fill="%23A395E9"/></svg>') no-repeat center;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.side-service-card {
	height: auto;
}

.side-service-card .title * {
	font-weight: 500;
	font-size: 30px;
	color: var(--primary);
}

.accordion-body ul {
	list-style: none;
	padding-left: 24px;
	margin: 0;
}

.accordion-body ul li {
	padding: 0;
}

.accordion-body ul li a {
	text-decoration: none;
	display: block;
	padding: 12px 0;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.36px;
	color: var(--white);
}

.accordion-body ul li a:active,
.accordion-body ul li a.active,
.accordion-body ul li a:hover {
	padding: 12px 0;
	color: var(--primary);
}


.summery {
	position: sticky;
	top: 124px;
}

.summery-wrapper {
	position: relative;
	height: 100%;
	align-self: stretch;
}

.side-contact-card {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.side-contact-card .title * {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: var(--primary);
}