:root{
	--lightest-purple: #dedcff;
	--light-purple: #8982ff;
	--brand-purple: #584eff;
	--dark-purple: #423bbf;
	--darkest-purple: #363cac;
	--gradient: linear-gradient(150deg, #8982ff, #584eff, #423bbf, #363cac);
	--gradient2: linear-gradient(to bottom, #9A8FFF, #5C4EFF);
	--nav-active: #645BFF;
	--dark-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
	--light-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	/*---------------------*/
	 --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}
/*@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}*/
*{
	font-family: "Poppins", serif;
}
*{
	scroll-behavior: smooth;
}
html{
	scroll-behavior: smooth;
}
body{
	transition: 0.5s;
/*	background: var(--gradient);*/
}
body {
    transition: background-color 0.8s ease;
}

.circle {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer {
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}
.main-screen{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}
.main-screen h1, .main-screen p{
	text-align: center;
}
.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}
.navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	z-index: 500;
	background: var(--lightest-purple);
	padding: 0 20px;
}
.navbar .navbar-logo img{
	width: 230px;
}
.navbar-menu{
	width: 80%;
	height: 100%;
}
.navbar-menu ul{
	padding-inline-start:none;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 100%;
	margin-bottom: 0;
}
.navbar-menu ul li{
	list-style: none;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-menu ul li a{
	list-style: none;
  color: var(--light-purple);
  height: 100%;
/*  padding: 10px 30px;*/
  display: flex;
  min-width: 190px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.navbar-menu ul li a{
	text-decoration: none;
	color: var(--brand-purple);
	position: relative;
}
.navbar-menu ul li.active a{
	background: var(--nav-active);
	color: white;
	font-weight: 600;
}
.navbar-logo a{
	min-width: auto !important;
}
.navbar-logo.active a{
	background: transparent !important;
}
.navbar-logo.active a:after,.navbar-logo.active a:before{
	display: none;
}
.navbar-menu ul li.active a:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: -14px;
    height: 106px;
    width: 30px;
    background: var(--lightest-purple);
    border-radius: 0 0 16px 0;
}
.navbar-menu ul li.active a:before{
	content: '';
    position: absolute;
    bottom: 0px;
    right: -14px;
    height: 106px;
    width: 30px;
    background: var(--lightest-purple);
    border-radius: 0 0 0 16px ;
}
.navbar-logo {
  margin-right: 50px;
}
.section{
	position: relative;
	z-index: 30;
}
.hero-section{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
/*	height: 100vh;*/

}
.two-sections{
	position: relative;
/*	height: 100vh;*/
}
.circle{
	position: absolute;
  z-index: 3;
  transition: 0.5s;
  opacity: 0.5;
}

/*----------------------------*/
.circle1{
    /*position: absolute;
    top: 120px;
    right: 380px;*/
    width: 287px;
    transform: translate(840px, 88px);
}
.circle2{
    transform: translate(1170px, 250px);
    width: 120px;
}
.circle3{
    transform: translate(700px, 600px);
}
.circle4{
	transform: translate(-50px, 300px);
	width: 300px;
}
.circle5{
    transform: translate(160px, 315px);
    width: 100px;
}
.circle1.hidden{
	width: 900px;
}
.circle1.shift{
    transform: translate(150px, 151px);
}
.circle2.shift{
	transform: translate(0px, 400px);
}
.circle3.shift{
	transform: translate(300px, 600px);
}
.circle4.shift{
	transform: translate(1850px, 300px);
}
.circle5.shift{
	transform: translate(1450px, 315px);
}
.circle1.hidden{
	transform: translate(800px, 151px);
}
.circle2.hidden{
	transform: translate(-100%, 400px);
}
.circle5.hidden{
	transform: translate(1350px, -100%);
}
.circle3.hidden{
	transform: translate(-100%, 600px);
}
.circle4.hidden{
	transform: translate(2000px, 300px);
}
/*.circle5{
    z-index: 3;
    position: absolute;
    bottom: -150px;
   left: 200px;
}*/
#section2{
	position:relative;
/*	background: white;*/
	color: black;
}
#section2 h1{
	color: black;
}
/*.hidden {
	transition: 0.5s;
    opacity: 0;
    display: none;
    pointer-events: none;
}*/
/*.circle.shift{
	postion:absolute;
	left: 10px;
	top: 250px;

}*/
/*#section2:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 4;
}*/
.inner-section{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	padding: 30px 60px;
	padding-top: 50px;
}
.main-screen{
	/*display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;*/
}
.main-screen h1{
	  font-weight: 500;
    color: white;
    font-size: 55px;
}
.main-screen p{
	color: white;
}
.main-screen p span{
	position: relative;
}
.main-screen p img{
	position: absolute;
  bottom: -13px;
  left: -15px;
  width: 124%;
  height: 100%;
}
.stats-container{
	background: var(--light-purple);
	width: 600px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 20px;
	border-radius: 20px;
	margin-top: 40px;
}
.stat{
	display: flex;
/*	justify-content: center;*/
	align-items: center;
}
.stat h1{
	margin-top: 10px;
}
.odometer{
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 0;
}
.odometer-value{
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 0;
	display: inline-block;
}
.stat .type{
	color: white;
	margin-bottom: 0;
	text-align:left;
	font-size: 12px;
	line-height: 16px;
	margin-left: 10px;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value{
	text-align:center !important;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{
	text-align:center !important;
}
.odometer-inside{
	text-align:center !important;
}
.odometer svg{
	fill:white;
}
#section1 h1,#section2 h1{
/*	text-align: center;*/
/*	color: white;*/
/*	font-weight: bold;*/
}
.contact-button a{
	  position: fixed !important;
    bottom: 12px;
    right: 12px;
    padding: 10px 30px;
    background: var(--lightest-purple);
    color: var(--dark-purple);
    border-radius: 60px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: var(--light-shadow);
    height: auto !important;
    width: auto;
}
.footer{
	position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 75;
    /* background: var(--lightest-purple); */
    padding: 10px;
    display: flex;
    justify-content: space-between;
     align-items: center;

}
.footer{
	transform: translateY(120px);
	transition: 0.5s;
}
.footer.active{
/*	justify-content: space-between;*/
	transition: 0.5s;
	transform: translateY(0px);
}
.footer .contact-counter{
	width: 20%;
}
.footer .stats-container{
	margin-top: 0;
	width: 100%;
	padding: 10px;
	border-radius: 15px;	
}
.footer.active .stats-container{
/*	display: flex;*/
	
}
.footer .stats-container h1{
	font-size: 25px;
	color: white;
	font-weight: 400;
	margin-top: 0;
}
.footer .stats-container .type{
		font-size: 9px;
    line-height: 10px;
    margin-left: 4px;
}
.fp-watermark{
	display: none !important;
}
.nav-dot{
	display: none;
}
#preloader{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
/*	background: #201B1E;*/
	background: #000000;
	z-index: 1000000000;
}
#preloader img{
	max-width: 60%;
}
.page-selector{
	display: none;
}
.navbar .page-selector{
	display: block;
}
.navbar .page-selector ul li{
	cursor: pointer;
}
.contact-button.active a:after,.contact-button.active a:before{
	display: none;
}
.contact-button.active a{
	background: var(--lightest-purple) !important;
	color: var(--dark-purple) !important;
}
.slide-img{
	margin:0 10px;
}
.slide-img img{
	width: 100%;
	transition: 0.5s;
	filter: brightness(0) invert(1);
	height: 53px;
}
.footer .contact-logos{
	width: 65%;
/*	margin-right: 30px;*/
	overflow: hidden;
}
.contact-button{
  width: 10% !important;
}
.contact-button #contact{
	width: 100%;
}
.client-logos .slick-track{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer.active.turn-black .slide-img img{
	transition: 0.5s;
	filter: brightness(1) invert(0);
}
.contact-button a{
	min-width: 150px !important;
}

/*start of owl css*/
.owl-carousel-stacked {
  /* margin-top: 20px; */
}
.owl-carousel-stacked .owl-item.center {
  transform: scale(1) !important;
  /*-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
  box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);*/
}
.owl-carousel-stacked .owl-item {
  /* transition: all 0.5s; */
  /* transform: scale(0.7) !important; */
}
.owl-carousel-stacked .left-of-center {
    transform: scale(0.9) translateX(90%) !important;
}
.owl-carousel-stacked .right-of-center {
  transform: scale(0.9) translateX(-90%) !important;
}
.owl-carousel-stacked .center {
  z-index: 2;
}
.owl-carousel-stacked .owl-carousel {
  position: relative;
}
.owl-carousel-stacked .owl-prev,
.owl-carousel-stacked .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: #ddd !important;
}
.owl-carousel-stacked .owl-prev {
  left: 0;
}
.owl-carousel-stacked .owl-next {
  right: 0;
}
.owl-carousel-stacked .owl-dots {
  text-align: center;
}
.owl-carousel-stacked .owl-dot {
  cursor: pointer;
  background-color: #ddd !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px 2px;
}
.owl-carousel-stacked .owl-dot.active {
  background-color: #d2181f !important;
}
.owl-carousel-stacked .owl-stage-outer {
  /* padding: 25px 0; */
}
/*end of owl css*/
.stack-card{
	background: var(--gradient2);
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.panel h4{
	color: white;
	font-size: 25px;
	margin-bottom: 20px;
}
.panel p{
	color: white;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
}
/*.stack-card img{
	width: 100%;
}*/
.owl-carousel-stacked .owl-stage-outer{
	overflow: visible;
}
.owl-carousel-stacked{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.panel{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 480px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  flex: 0.8;
  margin: 10px;
  position: relative;
  transition: flex 0.4s ease-in;
  position: relative;
  z-index:10;
  background: var(--gradient2);
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.2);
	text-align: center;
/*	height: 100%;*/
	display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.panel .rotate-text{
  font-size: 24px;
    position: absolute;
    top: 0;
    left: 5px;
    margin: 0;
    transform: rotate(-90deg);
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.panel.active .rotate-text{
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
}
.panel .rotate-text h3{
	font-size: 24px;
	text-wrap-mode: nowrap;
}
.panel p{
	font-size: 15px;
}
.panel img{
	width: 100%;
}
.panel h4,.panel img, .panel p{
	opacity: 0;
}
.panel.active h4,.panel.active img, .panel.active p{
	opacity: 1;
}
.panel.active{
  flex: 5;
}
.panel.active h3{
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}
.panel .panel-inner{
	/*position: absolute;
  left: 0px;
  bottom: 0px;*/
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.panel.delayed-active .panel-inner{
	transition: 0.5s;
	visibility: visible;
  opacity: 1;

}
@media(max-width: 480px){
  .panel:nth-of-type(4),
  .panel:nth-of-type(5){
    display: none;
  }
}

.panel.left{
  margin-right:-8px;
  transform: scale(0.9);
}
.panel.active.left{
  margin-right: 0;
  transform: scale(1.0);
}
.panel.right{
  margin-left:-8px;
  transform: scale(0.9);
  z-index: 5;
}
.panel.active.right{
  margin-left: 0;
  transform: scale(1.0);
  z-index: 1000;
}
.collapse-cards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
.panel.left.active{
	z-index: 1000;
}
.panel.left.active{

}
/*.panel:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 50px;
	width: 100%;
	background: #000;
}*/
.heading-section{
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}
.heading-section{
	color: white;
}
.heading-section h1{
	text-align: left !important;
	font-size: 52px;
	line-height: 52px;
	font-weight: 600;
	color: white;
}
.circle-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.icon-box{
	width: 100%;
  height: 170px;
  background: linear-gradient(to bottom right, white, #e0e7ff);
  background: -webkit-linear-gradient(to bottom right, white, #e0e7ff);
  background: -o-linear-gradient(to bottom right, white, #e0e7ff);
  background: -moz-linear-gradient(to bottom right, white, #e0e7ff);
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
/*  transition:0.5s;*/
  overflow: hidden;
  margin-bottom: 30px;
}
.icon-box img{
	width: 50px;
	margin-bottom: 25px;
	transition:0.5s;
}
.icon-box h2{
	font-size: 25px;
	font-weight:600;
	color: var(--brand-purple);
	transition:0.5s;
	margin-bottom: 25px;
}
.icon-box p{
/*	margin-bottom: -150px;*/
	transition:0.5s;
/*	transform: transleteY();*/
}
.icon-box:hover p, .icon-box.active p{
  transform: translateY(-80px);
	transition:0.5s;
	color: white;
}
.icon-box:hover img,.icon-box.active img{
  transition: 0.5s;
  transform: translateY(-80px);
}
.icon-box:hover h2, .icon-box.active h2{
	  transition: 0.5s;
    transform: translateY(-65px);
    color: white;
}
.icon-box1{
	margin-bottom: -50px;
}
.icon-box2{
	margin-top: -50px;
}
.icon-box:hover, .icon-box.active {
	transition: 0.5s;
	background: var(--gradient);
}
.hover-card{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, #a4a8ff, #5249ed);
	background: -moz-linear-gradient(to bottom, #a4a8ff, #5249ed);
	background: -o-linear-gradient(to bottom, #a4a8ff, #5249ed);
	background: -webkit-linear-gradient(to bottom, #a4a8ff, #5249ed);
	color: white;
	padding: 20px 40px;
	padding-right: 0;
	border-radius: 20px;
	position: relative;
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
	min-height: 119px;
	transition: 0.5s;
}
.hover-card img{
	width: 120px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.hover-card p{
	margin-bottom: 0;
	transform: translateY(80px);
	transition: 0.5s;
}
.hover-card h4{
/*	margin-bottom: 0;*/
		transform: translateY(30px);
		transition: 0.5s;
		padding-bottom: 6px;
}
.hover-section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.hover-section .hover-card:nth-child(3){
	margin-bottom: 0;
}
.hover-card:hover{
	transition: 0.5s;
	background: white;
}
.hover-card:hover p,.hover-card:hover h4{
	color: var(--brand-purple);
	transform: translateY(0px);
	transition: 0.5s;
}
.hover-card:hover h4{
/*	border-bottom: 1px solid var(--dark-purple);*/
font-weight: bold;
	
}
.circle1.remove{
	transform: translate(2000px, 151px);
}
.slider-side-img{
	width: 100%;
	height: 80px;
	background: lightgrey;
	margin-bottom: 10px;
}
.slider-side-img img{
	width: 100%;
	display: none;
}
.slick-prev,.slick-next, .buttons-icon{
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border:none;
	background: var(--light-purple);
	color: white;
	text-align: center;
	margin: 10px auto;
	line-height: 25px;
}

/*start of marquee*/
.marquee-wrapper, .marquee-main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  user-select: none;
  height: 77vh;
}

/* Scrolling Animations */
.scrollingX {
  display: flex;
  animation: scrollX 45s linear infinite; /* Horizontal animation */
}

.scrollingY {
  display: flex;
  flex-direction: column;
  animation: scrollY 45s linear infinite; /* Vertical animation */
}

.marquee-wrapper:hover .scrollingX,
.marquee-wrapper:hover .scrollingY {
  animation-play-state: paused;
}

/* Horizontal Scroll Animation */
@keyframes scrollX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

/* Vertical Scroll Animation */
@keyframes scrollY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - 1rem));
  }
}

/* Mobile View: Horizontal Scrolling */
@media (max-width: 1024px) {
  .marquee-wrapper {
    flex-direction: row; /* Switch to horizontal scrolling */
    overflow-x: auto;
    overflow-y: hidden;
  }
  .scrollingX {
    animation: scrollX 45s linear infinite;
  }
  .scrollingY {
    animation: none; /* Disable vertical animation */
  }
}

/* Card Testimonial Styles */
.card-testimonial {
  max-width: 100%;
  background-color: rgba(255,255,255,0.1);
  padding: 19px;
  border-radius: 1rem;
  color: #f5f5f5;
  margin: 0 auto;
  width: 100%;
}

.card-testimonial article picture img {
  width: 50px;
/*  height: 50px;*/
	margin-bottom: 15px;
  border-radius: 0.5rem;
}

.card-testimonial h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-block: 1rem;
  text-transform: capitalize;
}
.card-testimonial .profile-content p{
	font-size: 14px;
	text-transform: capitalize;
}
.card-testimonial .short-description p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 10px;
/*  text-transform: capitalize;*/
}
.profile-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.profile-box img{
	width: 50px;
	border-radius: 50%;
}
.profile-content h4{
	margin-bottom: 0;
}
.profile-img{
	margin-right: 10px;
}
/*end of marquee*/
#section6{
/*	background: white;*/
}
.collapse-box{
	background: linear-gradient(to bottom, #e0e4ff, #a7afff);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	padding: 20px 30px;
	border-radius: 20px;
	color: var(--brand-purple);
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-direction: column;
/*	height: 200px;*/
}
.collapse-box h3,.collapse-box p{
	margin-bottom: 5px;
}
.collapse-box h3 span{
	font-weight:bold;
}
.collapse-box a{
	background: var(--gradient);
	color: white;
	display: inline-block;
	width: 190px;
	text-align: center;
	text-decoration: none;
	padding: 7px 20px;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 60px;
}
.collapse-box button{
	background: transparent;
	border:none;
	color: var(--dark-purple);
}
.collapse-box button i:before{
	font-weight: 900 !important;
}
.pricing-icon-box img{
	width: 24px;
	margin-right: 10px;
}
.pricing-icon-box p{
	color: black;
	/*	margin-top: 10px;*/
/*	font-weight: 500;*/
	font-size: 16px;
	margin-bottom: 0
}
.points-box{
	background: var(--lightest-purple);
	padding: 10px 8px;
	border-radius: 10px;
/*	height: 100%;*/
	margin-bottom: 10px;
}
.points-box h6{
	font-size: 13px;
	font-weight: 600;
	color: black;
}
.points-box p{
	font-size: 10px;
	margin-bottom: 0;
	color: black;
}
.pricing-icon-section{
	margin: 20px 0;
	display: none;
}
.points{
	display: none;
}
.collapse-box.active{
/*	height: 100%;*/
}
.collapse-box.active .points, .collapse-box.active .pricing-icon-section{
	display: block;
}
#section6 .inner-section{
/*	padding-top: 110px;*/
}
/*.collapse-box.active button i{
	transform: rotate(90deg);
}*/
.bg-white{
	transition: 0.5s;
	background: white !important;
}
li.benefits.active a, li.portfolio.active a, li.pricing.active a{
	background: #fff !important;
	color: var(--brand-purple) !important;
}
li.apart.active a{
	background: #574dfc !important;
	color: white !important;
}
li.testimonial.active a{
	background: #4e45e1 !important;
	color: white !important;
}
.footer-counter.active{
	background: var(--lightest-purple) !important;
}
.footer-counter.active h1, .footer-counter.active .type{
	color: var(--brand-purple) !important;
}
.circle1.hide-circle{
	transform: translate(1600px, 151px);
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);
  font: inherit;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.toggle svg {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.marquee-main{
	display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--gap);
  width: 100%;
/*  min-height: 100vh;*/
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
/*  background-color: var(--color-bg);*/
}
.pricing-icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.pricing-icon-box{

}
.collapse-para {
    font-size: 13px;
}
.points h5{
	font-size: 16px;
	margin-bottom: 10px;
}
.heading-section button{
	  background: var(--gradient);
    color: white;
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
/*    margin: 0 auto;*/
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 60px;
    border:none;
    outline: none;
}
#section6 .inner-section{
	padding: 30px 15px;
/*	padding-top: 110px;*/
}
#section6 .heading-section h3{
	color: var(--brand-purple);
	font-weight: 600;
}
.contact-section{
	height: 77vh;
	width: 100%;
}
#section6 .inner-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.portfolio-button{
	padding: 7px 25px;
	color: var(--brand-purple);
	background: var(--lightest-purple);
	border-radius: 60px;
	border:none;
	outline:none;
	margin: 0 10px;
	width: calc(100% / 4);
}
.portfolio-button.active{
	background: var(--gradient2);
	color: white;
}
.portfolio-category{
	display: flex;
	justify-content: center;
	align-items: center;
}
.portfolio-buttons button{
	background: transparent;
	width: 100%;
	border:none;
	border-radius:10px;
	box-shadow: var(--dark-shadow);
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.portfolio-buttons button h6{
	position: absolute;
  bottom: 0;
  font-size: 11px;
  background: var(--lightest-purple);
  color: var(--brand-purple);
  left: 10px;
  padding: 2px 5px;
  border-radius: 4px;
  display: none;
}
.hidden {
    display: none;
}
.buttons-icon i{
	font-size: 14px;
}
.laptop-img{
	position: relative;
}
.sliders{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;*/
	z-index: 50;
}
.sub-buttons button{
	border:3px solid white;
}
.sub-buttons button.active{
	border:3px solid var(--brand-purple);
}
.portfolio-slider .swiper {
  display: none;
}

.portfolio-slider .swiper.active {
  display: block;
}
.button-container .btn {
  /*padding: 10px 20px;
  cursor: pointer;*/
}
.button-container .btn.active {
  border:2px solid var(--brand-purple);
}
.contact-link{
	font-weight: 600;
}
.marquee:hover .marquee__group{
	animation-play-state: paused;
}
.marquee:hover .marquee__group{
	animation-play-state: paused;
}
.button-link:hover{
	transition: 0.5s;
	background: var(--lightest-purple);
	color: var(--brand-purple);
}
.mobile-menu{
	display: none;
}
.swiper-next-button,.swiper-prev-button{
	width: 35px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}
