body {
	font-family: "Poppins", serif;
}
.fs8{font-size: 8px;}
.fs10{font-size: 10px;}
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px;}
.fs36{font-size: 36px;}
.fs46{font-size: 46px;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}

.text-mix{
  background: -webkit-linear-gradient( 45deg, #990c78, #2000ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}
.bg-white-nav{
  background-color: #D4D2FF; 
  background-image: linear-gradient(#D4D2FF, rgb(255, 255, 255));
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-brand img {
	height: 38px;
    margin-left: 15px;
}

.megadd.dropdown-menu a {
	text-decoration: none;
	color: #000000;
}

.megadd.dropdown-menu a .d-flex {
	transition: all 0.5s;
}

.megadd.dropdown-menu .dd-bg:nth-child(1) .d-flex {
	background-color: var(--bs-warning-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(2) .d-flex {
	background-color: var(--bs-danger-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(3) .d-flex {
	background-color: var(--bs-success-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(4) .d-flex {
	background-color: var(--bs-secondary-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(5) .d-flex {
	background-color: var(--bs-tertiary-bg);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(6) .d-flex {
	background-color: var(--bs-info-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(7) .d-flex {
	background-color: var(--bs-warning-bg-subtle);
	margin-bottom: 15px;
}

.megadd.dropdown-menu .dd-bg:nth-child(8) .d-flex {
	background-color: var(--bs-danger-bg-subtle);
	margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
	.megadd.dropdown-menu {
		width: 55vw;
	}

	.dropdown:hover .megadd.dropdown-menu {
		display: flex;
	}

	.megadd.dropdown-menu.show {
		display: flex;
	}
}

.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}


.navbar-nav .dropdown:hover .dropdown-toggle {
	color: #0d6efd;
}

.nav-icon {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}


.header-sa {
	min-height: 100vh;
	padding: 40px 0 40px;
	position: relative;
	overflow: hidden !important;
	z-index: 3;
}

.header-sa .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	/* background-image: url(../images/Screenshot.png); */
	background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	background-size: cover;
	z-index: -1;
	animation: smoothColorSwitch 8s infinite ease-in-out;
	background-size: 200% 200%;
}

@keyframes smoothColorSwitch {
	0% {
		background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	}

	25% {
		background: conic-gradient(from 45deg at 70% -10%, #9C27B0, #2c0fff, #000000, #1d0a20, #1b0f91, #2b10fb, #010102, #000000);
	}

	50% {
		background: conic-gradient(from 45deg at 70% -10%, #000000, #1d0a20, #9C27B0, #2c0fff, #1b0f91, #000000, #2b10fb, #010102);
	}

	75% {
		background: conic-gradient(from 45deg at 70% -10%, #010102, #9C27B0, #1d0a20, #2b10fb, #000000, #2c0fff, #1b0f91, #1d0a20);
	}

	100% {
		background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	}
}


.header-sa .background:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20vw;
	width: 70vw;
	bottom: 0;
	background: #010105;
	pointer-events: none;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	opacity: .7;
}

.header-sa .background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/Grid.png);
	background-size: contain;
	background-repeat: repeat;
	z-index: -1;
	pointer-events: none;
	opacity: .35;
}

.header-sa .caption h1 {
	font-size: 54px;
    line-height: 64px;
}



.header-sa .imgs {
	position: relative;
}

.header-sa .imgs .cube img {
	position: relative;
	width: 120%;
	right: -100px;
	bottom: -100px;
}

.header-sa .imgs .circle {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}

.header-sa .imgs .circle:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	z-index: -1;
}

/* for inner page */
.header-sa-inner {
	min-height: 40vh;
	padding: 120px 0 40px;
	position: relative;
	overflow: hidden !important;
	z-index: 3;
}

.header-sa-inner .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	/* background-image: url(../images/Screenshot.png); */
	background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	background-size: cover;
	z-index: -1;
	animation: smoothColorSwitch 8s infinite ease-in-out;
	background-size: 200% 200%;
}

@keyframes smoothColorSwitch {
	0% {
		background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	}

	25% {
		background: conic-gradient(from 45deg at 70% -10%, #9C27B0, #2c0fff, #000000, #1d0a20, #1b0f91, #2b10fb, #010102, #000000);
	}

	50% {
		background: conic-gradient(from 45deg at 70% -10%, #000000, #1d0a20, #9C27B0, #2c0fff, #1b0f91, #000000, #2b10fb, #010102);
	}

	75% {
		background: conic-gradient(from 45deg at 70% -10%, #010102, #9C27B0, #1d0a20, #2b10fb, #000000, #2c0fff, #1b0f91, #1d0a20);
	}

	100% {
		background: conic-gradient(from 45deg at 70% -10%, #2c0fff, #2b10fb, #1b0f91, #9C27B0, #1d0a20, #000000, #010102, #000000);
	}
}


.header-sa-inner .background:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20vw;
	width: 70vw;
	bottom: 0;
	background: #010105;
	pointer-events: none;
	border-radius: 50%;
	-webkit-filter: blur(200px);
	filter: blur(200px);
	opacity: .7;
}

.header-sa-inner .background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/Grid.png);
	background-size: contain;
	background-repeat: repeat;
	z-index: -1;
	pointer-events: none;
	opacity: .35;
}

.header-sa-inner .caption h1 {
	font-size: 54px;
    line-height: 64px;
}



.header-sa-inner .imgs {
	position: relative;
}

.header-sa-inner .imgs .cube img {
	position: relative;
	width: 120%;
	right: -100px;
	bottom: -100px;
}

.header-sa-inner .imgs .circle {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}

.header-sa-inner .imgs .circle:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.01);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	z-index: -1;
}
/* end inner page */

/* .button{
  height: 50px;
    width: 160px;
}

.button button{
  background-color: #e0fff203;
    box-shadow: 0px -3px 15px 0px #ffffff40 inset;
    color: var(--accentFg);

    clip-path: path("M 0 25 C 0 -5, -5 0, 80 0 S 160 -5, 160 25, 165 50 80 50, 0 55, 0 25");
    border: none;
    border-radius: 13px;
   
    box-shadow: 0px -3px 15px 0px var(--primaryHi) inset;
    color: var(--primaryFg);
    font-family: "Manrope";
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateY(0px);
    transition: all 0.2s ease;
} */


.buttonhero {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  width: 160px;
}

.herobnt {
  height: 50px;
  width: 160px;
  border: none;
  border-radius: 13px;
  background-color: hsla(155, 100%, 65%, 10%); /* Light green */
  box-shadow: 0px -3px 15px 0px hsla(155, 100%, 75%, 25%) inset; /* Inner shadow */
  color: hsl(0, 0%, 100%); /* Soft green for text */
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  text-align: center;
  transition: all 0.2s ease;
}

.herospan {
  position: absolute;
  bottom: -50%;
  width: 100px;
  height: 60px;
  background-color: hsla(155, 100%, 75%, 25%); /* Glowing green effect */
  border-radius: 50%;
  filter: blur(20px);
  transition: opacity 0.2s ease;
}

.buttonhero:hover > .herobnt {
  transform: translateY(5px);
}

.buttonhero:hover > .herospan {
  opacity: 0.6;
}

.glassdiv1 {
  display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    background: #f9f9f903;
    background-color: #f4f5ff0d;
    box-shadow: #0000000d 0 6px 16px;
    border: solid 1px #ffffff24;
    padding: 15px;
    border-radius: 16px;
    /* width: fit-content; */
    margin-bottom: 15px;
}
.glassdiv2{
  margin-right: 15px;
}
.glassdiv2 img{
  width:48px;
  height: 48px;
  }
.glassdiv3 h5{
  font-size: 18px;
  color:#fff;
  margin-bottom: 0px;
}
.glassdiv3 p{
  font-size: 14px;
  color:#fff;
  margin-bottom: 0px;
}

.title-area{
  position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.title-badge{
  padding: 10px 20px;
  background: linear-gradient(90deg, #cac7ff 0%, #ceccff 100%);
    border-radius: 80px;
    border: 1px rgba(255, 255, 255, .15) solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    z-index: 1;
    position: absolute;
    top: -45px;
}
.title-text{
  font-size: 16px;
    font-weight: 450;
    color: #eaebf4;
    border-radius: 80px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-family: Inter;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.68px;
    word-wrap: break-word;
}

.tag-line-bg {
  position: relative;
  top: -24px;
}
.cardone{
  background-color: #ffffff;
    box-shadow: #0000000d 0 6px 16px;
    border: solid 1px #dedede;
    padding: 15px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;

}
.cardone-circle{
  border:solid 1px #dedede;
  border-radius: 50px;
  width:52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardone-circle img{
  width:32px;
  height: 32px;
}

.cardone-img-zoom {
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}

.cardone:hover .cardone-img-zoom {
  transform: scale(1.05); /* Scales the image slightly */
}
.cardone:hover .cardone-circle{
  background-color: #e7eaff;
}

.bg-dark{
  /* background: url(../images/Screenshot.png) no-repeat center center/cover; */
  background: conic-gradient(from 45deg at 70% -10%, #010102, #9C27B0, #1d0a20, #1e0ab9, #000000, #2c0fff, #1b0f91, #1d0a20);
}

.stackdiv {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 24px;
  margin: 50px auto;
  height: 2040px;
  align-items: center;
}

.stackcard {
  width: 100%;
  margin: 0 20px;
  box-sizing: border-box;
  /* background: #dedede; */
  min-height: 400px;
  border-radius: 32px;
  position: sticky;
  padding:20px;
  /* display:flex;
  align-items: center;
  justify-content: center;
  font-family : 'system-ui', sans-serif;
  font-size: 90px;
  font-weight: medium; */
  color: #FFF;

}

.stackone {
  top: 80px;
  background: #212121;
      border: 1px solid rgba(255, 255, 255, 0.05);
}
.stacktwo {
  top: 100px;
  background: #212121;
      border: 1px solid rgba(255, 255, 255, 0.05);
}
.stackthree {
  top: 140px;
  background: #212121;
      border: 1px solid rgba(255, 255, 255, 0.05);
}

.stackfour {
  top: 170px;
  background: #212121;
      border: 1px solid rgba(255, 255, 255, 0.05);
}

.content-top-bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Adjust as needed to fit your layout */
}

.content-top,
.content-bottom {
display: flex;
flex-direction: column;
gap: 10px; /* Optional: Adjust the gap between buttons as needed */
}

.crc-api-img{
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

.item-line {
  padding: 25px 15px;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.item-line:hover:after {
  height: 100%;
}

.item-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #dedede;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.project-title{
  display: flex;
  align-items: center;
}

.project-title img {
  filter: invert(1);
  margin-right: 15px;
}


.footer {
  padding: 40px 20px;
}
.footer .logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.footer .section-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #d4d4d4; /* Subtle color for section titles */
}
.footer a {
  color: #d4d4d4; /* Link color */
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
}
.hiring-badge {
  background-color: #3b82f6; /* Highlight blue */
  color: #ffffff;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 12px;
}

/* timeline */
.timeline-grad>li::before{
	content:'';
	position: absolute;
	width: 1px;
	background-color: #3e3e3e;
	top: 0;
	bottom: 0;
	left:-19px;
}

/*Circle*/
.timeline-grad>li::after {
  text-align: center;
  padding-top: 7px;
  z-index: 10;
  /* content: counter(item); */
  content: "\f058";
  font-family: 'Font Awesome\ 6 Free';
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 0;
  left: -36px;
  color: #fff;
}

.timeline-grad>.li-grad-1::after {
   background: linear-gradient(45deg, #3e51b2, #9d4793);
}
.timeline-grad>.li-grad-2::after {
    background: linear-gradient( 45deg, #af8916, #4e3b00);
}
.timeline-grad>.li-grad-3::after {
  background: linear-gradient( 45deg, #af8916, #4e3b00);
}
.timeline-grad>li{
  counter-increment: item;
  padding: 3px 10px 10px 20px;
  margin-left: 0px;
  min-height: 48px;
  position: relative;
  background-color: #ffffff00;
  list-style: none;
  color: #fff;
}
.timeline-grad>li:nth-last-child(1)::before{
	width: 0px;
}
/* end timeline */

.footerlogo{
  height: 56px;
}
