body {
	margin: 0;
	padding: 0;
	background: #1b1b1b;
}

a,
span,
label,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Inter", sans-serif !important;
}


.Commission_text h1 {
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 81px;
	font-weight: 600;
}

.banner_content {
	margin-top: 3rem;
	position: relative;
}

.get_started {
	text-align: center;
	display: flex;
	width: 220px;
	justify-content: center;
	margin: auto;
	height: 50px;
	align-items: center;
	font-size: 20px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 14px;
	margin-top: 28px;
}
.cards{
	margin-top: 50px;
}

.get_startedI {
	text-align: center;
	display: flex;
	width: 237px;
	justify-content: center;
	/* margin: auto; */
	background: #e86e9f;
	color: #FFF;
	height: 50px;
	align-items: center;
	font-size: 20px;
	border-radius: 40px;
	margin-top: 28px;
}

.get_started:hover {
	color: #fff;
	text-decoration: none;
}

.get_startedI:hover {
	color: #fff;
	text-decoration: none;
}

.education_info {
	margin-top: 60px;
}

.about_study p {
	color: #adadad;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
    width: 64%;
    margin: auto;
    font-size: 13px;
	padding-top: 10px;
}
.circle_text {
    color: #fff;
    font-size: 16px;
    font-weight: 450;
    border: .0625rem solid #e86e9f;
    padding: 5px 22px;
    border-radius: 39px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(0deg, #141527 0, #20213e);
    text-align: center;
}
.circle_text:hover{
  box-shadow: 0 0 2px #ff69b4, 0 0 8px #ff69b4, 0 0 8px #ff69b4, 0 0 8px #ff69b4;
}
.circle_text img{
  margin-right: 10px;
  width: 26px;
}
.student_heighlights{
  display: flex;
    justify-content: space-between;
    margin-top: 45px;

}
.education_info {
	margin-top: 6rem;
 
}
/* .sub_info{
  background: #000;
  padding: 30px;
} */
.video_sec {
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.about_study h2 {
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 12px;
}

.Main_features h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	/* margin-bottom: 50px; */
	font-weight: 700;
}

.video_sec {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.Commission_proces h3 {
	color: #fff;
	padding-top: 36px;
	font-size: 18px;

}

.Commission_proces p {
	color: #adadad;
	line-height: 24px;
	padding-top: 6px;
	font-size: 13px;
	width: 100%;
	text-align: start;
}
.Commission_procesI h3 {
	color: #fff;
	padding-top: 36px;
	font-size: 18px;

}

.Commission_procesI p {
	color: #adadad;
	line-height: 24px;
	padding-top: 6px;
	font-size: 13px;
	width: 100%;
	text-align: start;
}

.Commission_proces {
	margin-left: 20px;

}
.Commission_procesI {
	
	border: .0625rem solid #e86e9f;
    border-radius: 20px;
    padding: 23px;
	margin-bottom: 26px;

}

.Main_features {
	align-items: center;

}

.features_sec {
	border: .0625rem solid #e86e9f;
	border-radius: 10px;
	margin-top: 40px;
	align-items:center;
}

.Main_features h2 {
	text-align: center;
	color: #fff;
}

.more_features h3 {
	/* color: #fff; */
	color: red;
	font-weight: 600;
	text-align: end;
}

  .blob {
	background: #2a48df;
	background: radial-gradient(circle, #333fe0 0%, #0e1111 80%);
	filter: blur(40px);
	height: 31.25rem;
	width: 20rem;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	z-index: 0;
	position: absolute;
	pointer-events: none; /* Ensure it doesn't interfere with mouse events */
  }
  
  .blob-hover-container:hover .blob {
	opacity: 1;
  }
  .Commission_procesI {
	transition: transform 0.3s ease-in-out;
	transform: scale(1);
  }
  
  .Commission_procesI:hover {
	transform: scale(0.95); 
  }
  /* .Commission_procesI {
	transition: transform 1s ease-in-out;
  }
  
  .Commission_procesI:hover {
	transform: rotate(360deg);
  }
   */
  

.sub_more {
	display: flex;
	justify-content: end;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}

.left_arrow {
	margin-left: 8px;
	margin-top: 4px;
}

.gradient {
	position: absolute;
	top: -20px;
	left: 33%;
	z-index: -1;
}


/* =============banner section css============== */
@keyframes slideInFromLeft {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@media (min-width: 768px) {
.banner_content {
	animation: slideInFromLeft 2s ease-out;
}
}

/* ===================end=================== */

/* ============video css============= */
.video-container {
	position: relative;
	padding-bottom: 48%;
	height: 0;
	overflow: hidden;
	width: 85%;
	/* Set width to 80% */
	max-width: 100%;
	/* Ensure it doesn't exceed container width */
	margin: 0 auto;
	/* Center the video container */
	background: #000;
	border-radius: 30px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* ==============end================ */


/* =====================how its work section css==================== */

.How_its_Work{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.slide-button img{
	margin-right: 10px;
	margin-left: 10px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	
  }
  .swiper-slide img {
	width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	height: auto;
	overflow: hidden;
  }
.swiper-slide h5{
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
	text-align: center;
}
.swiper-slide p{
	color: #adadad;
	width: 50%;
	margin: auto;
	font-size: 13px;
	padding-top: 20px;
}
.education_infoScroll{
	margin-top: 6rem;
	margin-bottom: 5rem;
}
.Flow_scroll{
	margin-top: 40px;
}
.Flow_scroll img{
	width: 45px;
}
/* =========================end =============================== */

@media(max-width:767px) {
	.gradient {
		display: none;
	}
	.circle_text {
		font-size: 12px !important;
		text-align: center;
	}
	.student_heighlights{
		display: block !important;
	}
	.video-container {
		position: relative;
		padding-bottom: 55%;
		height: 0;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		background: #000;
		border-radius: 20px;
	}

	.Commission_text h1 {
		color: #fff;
		font-size: 26px;
		text-align: left;
		line-height: 40px;
		padding-bottom: 20px;
	}

	.banner_content {
		margin-top: 16px;
		position: relative;
	}
	.slide-button img{
		width: 30px !important;
	}
	.swiper-slide p {
		color: #adadad;
		width: 100%;
	}
	.education_infoScroll {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.How_its_Work {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.get_started {
		text-align: center;
		display: flex;
		width: 183px;
		justify-content: center;
		margin: initial;
		height: 50px;
		align-items: center;
		font-size: 17px;
		font-weight: 600;
		font-size: 16px;

	}

	.about_study p {
		text-align: left;
		width: 100%;

	}

	.about_study h2 {
		text-align: left;
		font-size: 20px;
	}

	.features_sec {
		margin: 0px;
	}

	.Main_features h2 {
		text-align: start;
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.Commission_proces {
		margin-left: 20px;
		margin-top: 30px;
	}

	.sub_more {
		display: flex;
		justify-content: center;
	}

	.video_sec {
		margin-top: 2rem;
		margin-bottom: 0rem;
	}

	.education_info {
		margin-top: 22px !important;
	}

	.about_study h2 {
		padding-bottom: 0px;
	}
}
@media(min-width:768px) and (max-width:1024px){
    .Commission_text h1 {
    color: #fff;
    font-size: 36px !important;
    text-align: center;
    line-height: 56px !important;
    font-weight: 600;
}
.about_study p {
    width: 100%;
    
}
.circle_text {
	text-align: center;
	margin: 0px 6px !important;
}
}

@media(min-width:768px) {
	@keyframes fadeSlideUp {
		0% {
			opacity: 0;
			transform: translateY(50px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.animate-section {
		opacity: 0;
		transition: opacity 0.2s ease-out, transform 0.2s ease-out;
	}

	.animate-section.in-view {
		opacity: 1;
		animation: fadeSlideUp 0.2s ease-out forwards;
	}

}