* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "poppins";
	user-select: none;
}
html {
	scroll-behavior: smooth;
}

body {
	background: #0a1233;
	transition: all 0.3s ease;
	cursor: none;
}

.fromall {
	padding: 4%;
}

.reveals {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
}

.revealsAvtive {
	transform: translateY(0px);
	opacity: 1;
	transition: all 2s ease;
}
.phonemenuNav {
	z-index: 999;
	height: calc(100vh - 64px);
	position: fixed;
	top: 64px;
	background: #030c1c;
	padding: 10%;
	transform: translateX(1000px);
	animation: slideoutmenu 0.5s ease forwards;
}

.phonemenuNavAvtice {
	display: flex;
	animation: slideinmenu 0.5s ease forwards;
}

@keyframes slideinmenu {
	from {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 1;
		width: 100%;
		transform: translateX(0);
	}
}
@keyframes slideoutmenu {
	from {
		opacity: 1;
		width: 100%;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		width: 0;
		transform: translateX(2000px);
	}
}
.phonemenuNav ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}
.phonemenuNav ul li {
	width: 100%;
	display: flex;
}

.phonemenuNav ul li a {
	background: #041025;
	padding: 20px;
	width: 100%;
	text-decoration: none;
	color: #7db1ff;
}
.phonemenuNav ul li a:hover {
	background: #01163a;
}
.cursor {
	position: fixed;
	z-index: 1000;
	background: #2696e8;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	pointer-events: none;
	box-shadow: 0 0 20px #2696e8, 0 0 60px #2696e8, 0 0 100px #2696e8;
	animation: colors 4s infinite;
	transform: translate(-50%, -50%);
	display: none;
}

@keyframes colors {
	0% {
		filter: hue-rotate(0deg);
	}
	100% {
		filter: hue-rotate(360deg);
	}
}
.cursor ::before {
	content: "";
	position: absolute;
	background: #2696e8;
	width: 50px;
	height: 50px;
	opacity: 0.2;
	transform: translate(-30%, -30%);
	border-radius: 50%;
}

.navHolder {
	padding: 0px 2%;
	height: 64px;
	width: 100%;
	width: 100%;
	position: fixed;
	top: 10px;
	z-index: 999;
}

nav {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	align-items: center;
	padding: 2px;
	z-index: 999;
	display: none;
	transition: all 0.5s ease;
}

.activenavview {
	background: #090f2b;
	display: flex;
}

.logo {
	height: 100%;
	padding: 4px;
	margin-right: auto;
}

.logo img {
	height: 100%;
}

.menu ul {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0px 4px;
}

.menu ul li {
	list-style: none;
	position: relative;
	display: flex;
	color: #2766c6;
	fill: #89b8ff;
	cursor: pointer;
}
.menu ul li:hover {
	border-bottom: 2px solid #2766c6;
}

.menu a {
	fill: #7db1ff;
	color: #2766c6;
	text-decoration: none;
	width: 100%;
}
.iconPhoneMenu {
	display: flex;
	align-items: center;
	padding: 10px;
	background: #1e2a66;
	margin-left: 10px;
	border-radius: 4px;
	cursor: pointer;
	display: none;
}

nav ul li ul {
	position: absolute;
	margin-top: 50px;
	left: -250px;
}

.navsubmenu {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 10px;
	display: none;
}
.navsubmenuAvtice {
	display: grid;
}

.navsubmenu {
	height: 250px;
	width: 600px;
	background: #0e163a;
	padding: 4px;
	border-radius: 4px;
}

.submenuimg {
	height: 240px;
	width: 100%;
	background: #080e28;
	border-radius: 4px;
}

.submenuimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	opacity: 0.5;
	filter: contrast(2);
}

.submenumenus {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: #7db1ff;
}

.submenumenus h2 {
	font-weight: normal;
	font-size: smaller;
}
.submenumenus p {
	font-size: x-small;
	font-weight: normal;
	color: #2b335c;
}

.singlesolutionmenu {
	padding: 10px;
	cursor: pointer;
}
.singlesolutionmenu:hover {
	background: #080e28;
	border-radius: 4px;
}

header {
	height: 100vh;
	width: 100%;
	background: linear-gradient(#080e2800, #080e28), url(header.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	bottom: 100px;
}

header .left {
	text-align: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #2766c6;
	font-size: 1rem;
	padding: 0% 2% 20%;
	gap: 20px;
}

header .left h3 {
	letter-spacing: 40px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
}

header .left h1 {
	letter-spacing: 10px;
	color: #030c1c;
	-webkit-text-stroke: 1px #0047b1;
	position: relative;
	font-size: 3rem;
}

header .left h1::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	color: #0047b1;
	-webkit-text-stroke: 0px #0047b1;
	border-right: 2px solid #0047b1;
	overflow: hidden;
	animation: animateCompanyName 6s linear infinite;
}
@keyframes animateCompanyName {
	0%,
	10%,
	100% {
		width: 0;
	}
	70%,
	90% {
		width: 100%;
	}
}

header .left p {
	letter-spacing: 4px;
	font-family: "Space Grotesk";
}
.partner {
	position: absolute;
	width: 100%;
	bottom: 0;
	align-items: center;
	background: rgb(255, 255, 255);
	flex-wrap: nowrap;
	overflow: hidden;
	height: 92px;
}

.partner::before,
.partner::after {
	content: "";
	top: 0;
	width: 150px;
	height: 100%;
	position: absolute;
	z-index: 99;
}

.partner::before {
	left: 0;
	background: linear-gradient(90deg, #ffffff, #ffffff00);
}

.partner::after {
	right: 0;
	background: linear-gradient(-90deg, #ffffff, #ffffff00);
}
.partner:hover .partneslogosconteiner {
	animation-play-state: paused;
}
.partneslogosconteiner {
	position: relative;
	animation: partnerSlider 20s infinite linear;
	display: flex;
}

@keyframes partnerSlider {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.partnerConteiner {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-right: 20px;
	height: 100%;
}

.partnerLogo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 92px;
	flex: 1;
	padding: 20px;
}

.partnerLogo img {
	height: 100%;
}
.servicesection {
	height: auto;
	width: 100%;
	padding: 2%;
}

.allservices {
	display: flex;
	flex-direction: column;
	color: #7db1ff;
	background: #0e163a;
	padding: 2% 0px;
	border-radius: 4px;
}
.allservices h1 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: x-large;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Space Grotesk";
}

.servicesectionConteiner {
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	padding: 3%;
}

.seriveOne {
	background: linear-gradient(45deg, #1e2a66, #0f173c);
	border: 1px solid #4055b2;
	border-radius: 10px;
	padding: 15px;
	color: #4055b2;
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}

.seriveOne h2 {
	font-weight: normal;
	color: #7db1ff;
}

.serviceIcon {
	height: 48px;
	width: 48px;
	background: #1e2a66;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.serviceIcon svg {
	height: 36px;
	width: 36px;
}

.aboutusSection {
	width: 100%;
	height: 100%;
	padding: 2%;
}

.aboutusCard {
	position: relative;
	height: 650px;
	background: #1a1a1a4d;
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
}

.aboutusCard::before {
	content: "";
	position: absolute;
	top: var(--y);
	left: var(--x);
	transform: translate(-50%, -50%);
	background: radial-gradient(var(--clr), transparent, transparent);
	width: 1500px;
	height: 1500px;
	opacity: 0;
	transition: 0.5s top 0s left 0s;
}

.aboutusCard:hover::before {
	opacity: 1;
}

.topofCard {
	position: absolute;
	inset: 2px;
	border-radius: 6px;
	background: #0e163ab9;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.leftaboutus,
.rightAboutUs {
	height: 100%;
	padding: 10px;
	color: #7db1ff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.leftaboutus img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.rightAboutUs h1 {
	font-weight: normal;
	color: #7db1ff;
}
.no {
	height: 24px;
	width: 24px;
	background: #1e2a66;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7db1ff;
	font-weight: normal;
}

.buttonAbou {
	margin-top: 20px;
	background: #1e2a66;
	border-radius: 4px;
	padding: 15px;
	width: 300px;
	transition: all 0.3s ease;
	font-size: 16px;
}

.buttonAbou:hover {
	background: #003788;
	width: 320px;
	font-size: 18px;
	a {
		color: #cfd8ff;
	}
}
.buttonAbou a {
	width: 100%;
	text-decoration: none;
	color: #7db1ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rightAboutUs h1 {
	margin-bottom: 15px;
	font-size: 48px;
	font-family: "Space Grotesk";
}

.rightAboutUs p {
	font-size: 18px;
	margin-bottom: 0px;
}
.buttonAbou svg {
	border-left: 1px solid #7db1ff;
	height: 100%;
	padding-left: 10px;
}
.collaborationSection {
	padding: 10% 2%;
}

.colaborationconteiner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	padding: 2%;
	border-radius: 6px;
	gap: 20px;
	height: 100%;
}

.leftcolaboration {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.leftcolaboration h1 {
	font-family: "Space Grotesk";
	font-size: 38px;
	color: #7db1ff;
}

.leftcolaboration p {
	font-weight: normal;
	color: #7db1ff;
	font-size: 16px;
}

.colaborationIcon {
	display: flex;
	align-items: center;
}

.colaborationIcon h2 {
	font-size: 16px;
}

.colaborationIcon p {
	font-weight: normal;
	color: #57639b;
}

.colaborationIconHolder {
	background: #1e2a66;
	padding: 10px;
	border-radius: 6px;
	margin-right: 20px;
	height: auto;
}

.topchooseUs {
	position: absolute;
	inset: 2px;
	border-radius: 6px;
	background: #0e163acc;
}

.topofWorkflow {
	position: absolute;
	inset: 2px;
	border-radius: 6px;
	background: #0e163acc;
}
.colaborationIconHolder svg {
	height: 48px;
	width: 48px;
	fill: #4055b2;
}

.contentinIcon {
	color: #7db1ff;
}

.contentinIcon h2 {
	font-family: "Space Grotesk";
}

.rightcolaboration {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
}

.rightcolaboration img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.imageOne {
	grid-row: span 2;
}

.Client {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contentsinGrid {
	height: 84px;
	width: 250px;
	background: #235db7;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px;
	color: white;
}

.year {
	font-family: "Space Grotesk";
	font-size: 58px;
	margin-right: 20px;
}

.yeardetail {
	font-size: small;
}

.yeardetail h2,
.yeardetail p {
	font-weight: normal;
}

.frequentQuestion {
	padding: 10% 2%;
}
.frequentQuestionConteiner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.iconAwardFAQs {
	display: flex;
	background: #012458;
	height: 130px;
	border-radius: 6px;
	align-items: center;
	margin-left: 30px;
	margin-top: 40px;
	color: #ffffff;
	width: 90%;
}

.frequentQuestion {
	background: #0b143a;
	color: #7db1ff;
}

.iconAwardFAQs svg {
	background: #003788;
	padding: 10px;
	height: 64px;
	width: 64px;
	border-radius: 100%;
	margin-left: -30px;
	fill: #7db1ff;
	margin-right: 20px;
}

.iconAwardFAQs h1 {
	font-size: 38px;
	margin-right: 20px;
}
.leftFAQ h1 {
	font-size: 46px;
	color: #7db1ff;
}

.titleQn {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.rightFAQs {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.questionFAQs {
	padding: 20px;
	background: #01245a;
	border-radius: 4px;
	cursor: pointer;
}

.questionFAQs h1 {
	font-weight: normal;
	color: #7db1ff;
	font-size: 18px;
}

.aswerFAQs {
	color: #57639b;
	display: none;
}

.lectactivesolution {
	color: #7db1ff;
}
.lectactivesolution h1 {
	font-size: 38px;
	font-family: "Space Grotesk";
	margin-bottom: 10px;
}

.mostActiveSolution {
	padding: 10% 2%;
}
.activesolutionConteiner {
	background: #0b143a;
	padding: 30px;
	border-radius: 6px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.rigthactiveSolution img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.lectactivesolution p {
	margin-bottom: 40px;
}
.singleActive {
	display: flex;
	gap: 20px;
}

.singleActive p {
	margin-bottom: 10px;
	font-weight: normal;
}

.singleActive svg {
	fill: #2766c6;
}

.lectactivesolution a {
	text-decoration: none;
}

.lectactivesolution button {
	width: 150px;
	padding: 10px;
	background: transparent;
	border: 1px solid #7db1ff;
	color: #7db1ff;
	margin-top: 20px;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.lectactivesolution button:hover {
	background: #003788;
	border: none;
	width: 160px;
	font-size: 19px;
}
.Counterno {
	padding: 2%;
}
.counternoConteiner {
	background: #0b143a;
	padding: 30px;
	color: #7db1ff;
	border-radius: 6px;
}

.counternoConteiner h1 {
	font-size: 36px;
	font-weight: normal;
}

.couters {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	width: 100%;
	padding: 40px 0px;
}

.workflow {
	padding: 2%;
}

.step p {
	font-size: 18px;
	font-weight: normal;
	color: #5b6a80;
}

.rightworkflow {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.icon {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: #7db1ff;
	font-size: 44px;
}
.step {
	margin-top: 10px;
	color: #3c69ac;
	background: #0d1642;
	padding: 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.step:hover {
	border: 1px solid #063274;
	background: #101c53;
}
.icon h1 {
	opacity: 0.1;
}

.icon svg {
	background: #0a1236;
	height: 60px;
	width: 60px;
	padding: 10px;
	fill: #033b91;
	border-radius: 6px;
}

.workFlowConteiner {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	padding: 40px 20px;
	border-radius: 6px;
	background: #0b143aab;
}

.leftworkflow {
	color: gray;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.leftworkflow h1 {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 20px;
}

.testmonSection {
	padding: 20px 2%;
}

.testmonconteiner {
	background: #0b143a;
	border-radius: 4px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.imageTestMon {
	height: 150px;
	width: 150px;
	border-radius: 100%;
}

.imageTestMon img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 100%;
	border: 4px solid #7db1ff;
}

.singletestmon {
	color: #7db1ff;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 40px;
}

.singletestmon p {
	color: gray;
	padding: 10px 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.star {
	display: flex;
}

.star svg {
	fill: goldenrod;
	height: 24px;
}

.footerServices h1 {
	font-family: "Space Grotesk";
}
.footerServices {
	color: #7db1ff;
	font-weight: normal;
}
.footerServices ul li svg {
	height: 26px;
	fill: #7db1ff;
}

.footerServices ul li {
	list-style: none;
	height: 40px;
	padding-left: 20px;
}

.footerServices ul li a {
	display: flex;
	align-items: center;
	color: #7db1ff;
	text-decoration: none;
	font-size: 14px;
}

.footerConteiner {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	padding: 20px 2%;
}

.logoabout {
	width: 250px;
}
.logoabout img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.aboute {
	color: #2e67bd;
}

.footerServices h1 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 24px;
}

.community {
	display: flex;
	width: 100%;
	background: #01245a;
	justify-content: space-between;
	padding: 10px 2%;
	align-items: center;
}
.communityIcon {
	display: flex;
	gap: 10px;
}
.communityIcon svg {
	color: #7db1ff;
	background: #0047b1;
	height: 42px;
	width: 42px;
	padding: 10px;
	border-radius: 6px;
}

.community h1,
.rightReceived h1 {
	font-weight: normal;
	font-size: 18px;
	color: #7db1ff;
}
.rightReceived h1,
.privaceandPolicy p {
	font-size: 14px;
}

.rightReceived {
	display: flex;
	width: 100%;
	height: 59px;
	padding: 10px 2%;
	justify-content: space-between;
	background: #030c1c;
	align-items: center;
}

.privaceandPolicy {
	display: flex;
	color: #7db1ff;
}

footer {
	background: #090f2b;
	padding-top: 40px;
	margin-top: 40px;
}

@media screen and (max-width: 800px) {
	.menu ul {
		display: none;
	}
	.iconPhoneMenu {
		display: flex;
	}
	.aboutusCard {
		height: 730px;
	}

	.aboutusCard {
		height: 800px;
	}
}

@media screen and (max-width: 700px) {
	.aboutusCard {
		height: 1000px;
	}
	@keyframes partnerSlider {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-3000px);
		}
	}
	.fromall {
		padding: 0%;
	}

	.workFlowConteiner {
		padding: 10px 10px;
	}
	.community {
		flex-direction: column;
		height: 120px;
	}
}
