h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
a, a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
  font-family: 'Syne', sans-serif;
  overflow-x: hidden;
  background: #F0F0F0;
}
/*************GENRAL CLASSES START*************/
@font-face {
	font-family: 'visby-medium';
	src: url(../fonts/Fontspring-DEMO-visbycf-demibold.otf);
}
@font-face {
	font-family: 'visby-bold';
	src: url(../fonts/Fontspring-DEMO-visbycf-bold.otf);
}
@font-face {
	font-family: 'visby-thin';
	src: url(../fonts/Fontspring-DEMO-visbycf-thin.otf);
}
.relClass {
	position: relative;
}
.absClass {
	position: absolute;
}
.xy-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.xy-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.boxRadius {
	border-radius: 5px;
}
.marginAuto {
	margin: 0 auto;
}
:root {
	--black : #000;
	--white : #fff;
	--color-3 : #232323;	
}
.genBtn {
	font-size: 18px;
	font-weight: 700;
	width: 245px;
	height: 65px;
	border-radius: 13px;
	background: var(--white);
	color: var(--black);
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid transparent;
}
.genBtn:hover {
	border-color: var(--white);
	background: transparent;
	color: var(--white);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #6A419E;
}
/*************GENRAL CLASSES END*************/

/*HEDAER START*/
.header-wrapper {
    padding: 25px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.headerBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 13px;
	padding: 20px 50px 20px 30px;
	background: var(--white);
}
.headerBar.sticky {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.logoBox {
	max-width: max-content;
	width: 100%;
}
.navBar {
	width: fit-content;
}
.navBar ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 25px;
}
.navItem {
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	display: block;
	text-align: center;
	border-bottom: 2px solid transparent;
	transition: all 0.25s;
}
.navItem:hover {
	color: #6A419E;
	border-color: #6A419E;
}
.navBtn {
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	border: 1px solid #979797;
	padding: 22px 45px;
	border-radius: 13px;
	text-align: center;
	display: block;
	line-height: 1;
	transition: all 0.25s;
}
.navBtn:hover {
	background: #6A419E;
	color: var(--white); 
	border-color: #6A419E; 
}
.signup_wrap {
	position: relative;
}
.signup_wrap:hover .signup_dropdown {
	opacity: 1;
	transform: scale(1);
}
.signup_dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 75px;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transform-origin: top;
	transition: all 0.5s;

}
.signup_dropdown .navBtn {
    font-size: 15px;
    white-space: nowrap;
    padding: 22px 18px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.5px);
}
.signup_dropdown .navBtn:hover {
	backdrop-filter: blur(0);
	background: #6A419E;
	color: var(--white);
	border-color: #fff; 
}
.toggle_password {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #9FA2B4;
    cursor: pointer;	
}
.header_mob_flex {
    display: none;
}
/*HEADER END*/
/*BANNER START*/
.index-banner {
	padding: 200px 0px 100px 0px;
}
.bannerRow {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.bannerCol-1 {
    border-radius: 13px;
    background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
    padding: 80px 40px 80px 40px;
    position: relative;
    height: 655px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 35% !important;
}
.bannerCol-2 {
	width: 400px; 
	height: 655px;
	position: relative;
	border-radius: 13px;
	overflow: hidden;
}
.bannerCol-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.bannerCol {
	transition: all 0.8s;
	width: 33.3333%;
	position: relative;
}
.bannerCol-2 img {
	object-fit: cover;
	object-position: bottom;
	width: 100%;
	height: 100%;
}
.bannerCol-2 video {
	object-fit: cover;
	object-position: 0px 0px;
	width: 100%;
	height: 100%;
}
.bannerColActive2.bannerCol-2 video,
.bannerColActive3.bannerCol-2 video{
	object-position: 0px 0px;
}
.bannerCol-2 .text_box {
	position: absolute;
	bottom: -30px;
	left: 30px;
	transition: all 0.8s;
}
.bannerCol-2.bannerColActive2 .text_box ,
.bannerCol-2.bannerColActive3 .text_box {
	bottom: 30px;
}
.bannerCol-2 .text_box .title {
	font-size: 25px;
	font-weight: 700;
	color: var(--white);
	line-height: 100.5%;
	padding-bottom: 10px;
}
.bannerCol-2 .text_box .genBtn {
	width: 220px;
	height: 65px;
	background: rgba(161, 35, 49, 1);
	color: var(--white);
	transform: translateY(50px);
	transform-origin: bottom right;
	opacity: 0;
	transition: all 0.8s;
	font-size: 18px;
}
.bannerCol-2.bannerColActive2 .text_box .genBtn ,
.bannerCol-2.bannerColActive3 .text_box .genBtn {
	transform: translateY(0px);
	opacity: 1;
}
.bannerColActive1{
	width: 50% !important;
}
.bannerColActive2,
.bannerColActive3{
	width: 40%;
}
.bannerColInactive{
	width: 25%;
}
.bannerDesc {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    max-width: 600px;
}
.bannerHeading {
    font-size: 50px;
    font-weight: 700;
    color: var(--white);
    margin: 0px 0px 10px 0px;
    width: 80%;
}
.bannerColInactive .bannerHeading {
    width: 80%;
}
.bannerColInactive .bannerDesc {
    width: 90%;
}
.bannerColInactive .studentList {
    transform: translateY(80px);
    opacity: 0;
}
.bannerBtnFlex{
	transition: .5s ease;
}
.bannerColInactive .bannerBtnFlex {
    transform: translateY(160px);
}
.newBannerBtn{
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid var(--white);
	color: var(--white);
}
.newBannerBtn:hover{
	color: var(--white);
}
.studentList {
	display: flex;
	align-items: center;
	margin-top: 60px;
	transition: .5s ease;
}
.studentItem {
	width: 48px;
	height: 48px;
	border: 1px solid var(--white);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.studentItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.studenImg-2 {
	left: -20px;
}
.studenImg-3 {
	left: -40px;
}
.studenImg-4 {
	left: -60px;
}
.studenImg-5 {
	left: -80px;
}
.studenImg-6 {
	left: -100px;
}
.studenImg-7 {
	left: -120px;
}
.studenImg-7 p {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	line-height: 1;
}
.studentDesc {
	font-size: 15px;
	font-weight: 500;
	color: var(--white);
	position: relative;
	left: -105px;
}
.studentDesc span {
	font-family: sans-serif;
}
.scrollBtn, 
.boxAbs {
	position: absolute;
	bottom: 0;
	right: 0;
}
.circle_txt {
    position: absolute;
    top: 10px;
    left: 10px;
    filter: brightness(9) invert(1);
    animation: rotateCircles 8s linear infinite;
}
.scrollBtn {
	z-index: 1;
}
.boxAbs {
    max-width: 204px;
    z-index: -1;
}
@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}
/*BANNER END*/
/*SEC 2 START*/
.index-sec-2 {
	padding: 0px 0px;
}
.counterRow {
	border-radius: 13px;
	background: linear-gradient(135deg, #232323 0%, #3E4042 100%);
	overflow: hidden;
	justify-content: space-between;
	background: linear-gradient(113deg, #232323 8.26%, #3E4042 77.41%);
}
.counterRow {
	padding: 40px 10px; 
}
.counter {
	text-align: center;
}
.counter .title {
	font-family: 'visby-medium';
	font-size: 60px;
	color: var(--white);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter .title i {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
.counter .desc {
	font-size: 25px;
	font-weight: 500;
	color: var(--white);
	line-height: 1;
}
/*SEC 2 END*/
.heading {
	font-size: 50px;
	font-weight: 700;
	color: var(--color-3);
	line-height: 1.2;
}
.genCard {
	width: 100%;
	height: 670px;
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	display: block;
	overflow: hidden;
}
.genCard .imgMain {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
    object-position: center;
}
.genCard:hover .imgMain {
	transform: scale(1.2);
}
.cardDetails {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 50px 30px 30px 30px;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
	backdrop-filter: blur(7.5px);
	transition: all 0.5s;
	height: 200px;
}
.genCard:hover .cardDetails {
	height: 300px;
}
.cardRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cardDetails .title  {
	font-size: 25px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.2;
	margin-bottom: 20px;
}
.cardDetails .tName {
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	display: flex;
	align-items: center;
}
.cardDetails .desc {
	font-size: 18px;
	color: var(--white);
	padding: 0px 30px;
	position: absolute;
	bottom: 90px;
	left: 0;
	opacity: 0;
	transition: .5s ease;
}
.genCard:hover .cardDetails .desc {
    opacity: 1;
}
.ratingStars {
	display: flex;
	align-items: center;
}
.ratingStars i {
	color: #EEAB00;
}
.actionBtn {
	display: flex;
	align-items: center;
	gap: 12px;
}
.slider-movers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.slider-movers .arrows {
	transition: all 0.25s;
}
.slider-movers .arrows:hover {
	filter: opacity(0.5);
}
.discoverBtn {
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrowLeft {
	transform: rotate(180deg);
}
.bookBtn {
	font-size: 20px;
	font-weight: 700;
	color: var(--white);
	text-decoration: underline;
	padding: 0px 30px;
	position: absolute;
	bottom: 60px;
	left: 0;
	opacity: 0;
	transition: .5s ease;
}
.genCard:hover .cardDetails .bookBtn {
    opacity: 1;
}
.index-sec-3 {
	position: relative;
	padding: 100px 0px;
}
.index-sec-4 {
	padding: 100px 0px;
	position: relative;
	z-index: 1;
}
.index-sec-6 .abs_text p,
.index-sec-4 .abs_text p ,
.index-sec-3 .abs_text p {
	font-size: 287.325px;
	color: #DCDCE5;
	font-weight: 700;
	white-space: nowrap;
	position: absolute;
	top: -10px;
	left: -100px;
	z-index: -1;
	transition: all 1s;
	line-height: 1;
}
.subDesc {
	font-size: 20px;
	color: #555;
	max-width: 830px;
}
.genCard2 {
	padding: 30px 30px 30px 30px;
	border-radius: 13px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 645px;
	margin-bottom: 20px;
	background-color: var(--white);
}
.genCard2:last-of-type {
	margin-bottom: 0;
}
.genCard2 .iconBox {
	max-width: 80px;
	width: 100%;
}
.genCard2 .iconBox img {
	width: 100%;
}
.genCard2 .textBox {
	width: calc(100% - 110px);
}
.genCard2 .title {
	font-size: 26px;
	font-weight: 700;
	color: var(--black);
	line-height: 1.2;
	padding-bottom: 10px;
}
.genCard2 .desc {
	font-size: 16px;
	color: #555;
}
.sec-4-img-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.sec-4-img-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 13px;
	overflow: hidden;
}
.index-sec-4 .genText {
	margin-bottom: 90px;
}
.infoBox {
	border-radius: 13px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 610px;
	width: 100%;
	padding: 30px 60px;
	background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
}
.infoBox .num1 {
	font-size: 50px;
	font-family: 'visby-bold';
	color: var(--white);
}
.infoBox .desc {
	font-size: 20px;
	font-family: 'visby-thin';
	color: var(--white);
	padding-left: 15px;
}
.bRight {
	border-right: 1px solid var(--white);
}
.genCard3 {
    border-radius: 13px;
    position: relative;
    height: 450px;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.genCard3 .title {
	font-size: 45px;
	font-weight: 700;
	color: var(--white);
	line-height: 1.3;
	padding-bottom: 20px;
}
.genCard3 .desc {
	font-size: 22px;
	color: var(--white);
	padding-bottom: 30px;
	width: 55%;
	margin: 0 auto;
}
.genCard3 .strtBtn {
	border: 1px solid var(--white);
	max-width: 260px;
	color: var(--white);
	transition: all 0.5s;
}
.genCard3:hover .strtBtn {
	background: var(--white);
	color: var(--black);
}
.circle1 {
	position: absolute;
	bottom: 25px;
	right: 110px;
	transition: all 0.5s;
	z-index: -1;
	mix-blend-mode: overlay;
}
.circle2 {
	position: absolute;
	bottom: 180px;
	right: 405px;
	transition: all 0.5s;
	z-index: -1;
}
.genCard3:hover .circle1 {
	transform: translateY(-60px) translateX(50px) rotate(-28deg);
} 
.genCard3:hover .circle2 {
	transform:  translateY(-60px) translateX(40px);
} 
.circle3 {
	position: absolute;
	bottom: 25px;
	left: 110px;
	transition: all 0.5s;
	z-index: -1;
	mix-blend-mode: overlay;
}
.circle4 {
	position: absolute;
	bottom: 180px;
	left: 405px;
	transition: all 0.5s;
	z-index: -1;
}
.genCard3:hover .circle3 {
	transform: translateY(-60px) translateX(-50px) rotate(28deg);
} 
.genCard3:hover .circle4 {
	transform:  translateY(-60px) translateX(-40px);
} 
.genCard3.type2 {
	border-radius: 12.435px;
	background: #7CC059;
}
.index-sec-6{
	padding: 100px 0px;
	position: relative;
}
.card-grid{
	--cols: 5;
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--cols), 1fr);
	gap: 20px;
}
.actionBtn .genBtn:hover {
    border-color: var(--black);
    color: var(--black);
}
.pkg-card{
	border-radius: 13.617px;
	border: 0.973px solid rgba(255, 255, 255, 0.10);
	background-color: var(--white);
	box-shadow: 0px 4px 20.4px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 20px;
	width: 100%;
	height: fit-content;
}
.pkg-card-text h4{
	font-size: 26px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-text h3{
	font-size: 18px;
	font-weight: 500;
	color: #555555;
}
.pkg-card-text h2{
	font-size: 16px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-text p{
	font-size: 14px;
	font-weight: 500;
	color: #555555;
}
.pkg-card-list h6{
	font-size: 16px;
	font-weight: 600;
	color: #111111;
}
.pkg-card-list ul li{
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #555555;
}
.index-sec-7 {
    padding: 100px 0px 100px 0px;
}
.index-sec-7-flex{
	display: flex;
	border-radius: 12.435px;
	height: 100%;
	overflow: hidden;
}
.sec-7-left-col{
	position: relative;
	z-index: 3;
	background: linear-gradient(126deg, #5F3C8C -6.5%, #7B4FA6 17.41%, #6A419E 42.3%);
	height: auto;
	width: 850px;
	padding: 100px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec-7-left-col-text h6{
	font-size: 45px;
	font-weight: 700;
	color: var(--white);
	margin: 0px 0px 30px 0px;
}
.sec-7-left-col-text p{
	font-size: 22px;
	font-weight: 500;
	color: var(--white);
	margin: 0px 0px 40px 0px;
	width: 82%;
}
.sec-7-left-col-btn{
	display: flex;
	align-items: center;
	gap: 20px;
}
.sec-7-left-col-btn .strtBtn{
	border: 2px solid var(--white);
	max-width: max-content;
	color: var(--white);
	transition: all 0.5s;
	padding: 22px 20px;
}
.sec-7-left-col-btn .strtBtn:hover{
	background-color: var(--white);
	color: var(--black);
}
.sec-7-left-col .circle1{
	bottom: 10px;
	right: 20px;
}
.sec-7-left-col .circle2{
	bottom: 170px;
	right: 150px;
}
.sec-7-right-col {
    width: calc(100% - 850px);
}
.sec-7-right-col-img {
    width: 100%;
    height: 100%;
}
.sec-7-right-col-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* INNER-CSS */
.common-banner-wrapper {
    background: linear-gradient(317deg, #6A419E 0%, #851723 100%);
    background-attachment: fixed;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 170px;
}
.common-banner-wrap-text h6{
	font-size: 60px;
    font-weight: 700;
    color: var(--white);
}
.signin-first-wrapper{
	padding: 100px 0px;
	margin-top: 170px;
}
.signin-first-wrap-text{
	text-align: center;
}
.signin-first-wrap-text h6 {
    font-size: 60px;
    font-weight: 700;
    color: var(--black);
    margin: 0px 0px 40px 0px;
}
.signin-first-wrap-input input {
    width: 100%;
    height: 60px;
    font-size: 18px;
    outline: none;
    font-weight: 400;
    color: var(--black);
    border: 1px solid #979797;
    padding: 0px 20px;
    background-color: transparent;
    border-radius: 13px;
    margin: 0px 0px 20px 0px;
    transition: .25s all;
}
.signin-first-wrap-input input:focus{
	border: 1px solid #6A419E;
}
.signin-first-wrap-btn button{
	background-color: transparent;
	margin-top: 20px;
}
.contact-first-wrapper{
	padding: 100px 0px;
}
.contact-first-wrap-text{
	margin: 0px 0px 30px 0px;
}
.contact-first-wrap-text h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--black);
}
.contact-first-wrap-text h6 {
    font-size: 24px;
    font-weight: 700;
    color: #6A419E;
}
.contact-first-input input{
	width: 100%;
	height: 60px;
	font-size: 18px;
	outline: none;
    font-weight: 400;
    color: var(--black);
	border: 1px solid #979797;
	padding: 0px 20px;
	background-color: transparent;
	border-radius: 13px;
	margin: 0px 0px 20px 0px;
	transition: .25s all;
}
.contact-first-input input:focus{
	border: 1px solid #6A419E;
}
.contact-first-input textarea{
	width: 100%;
	height: 150px;
	font-size: 18px;
	outline: none;
	resize: none;
    font-weight: 400;
    color: var(--black);
	border: 1px solid #979797;
	padding: 20px 20px;
	background-color: transparent;
	border-radius: 13px;
	margin: 0px 0px 20px 0px;
	transition: .25s all;
}
.contact-first-input textarea:focus{
	border: 1px solid #6A419E;
}
.contact-first-input button{
	background-color: transparent;
}
/* INNER-CSS */
.footer {
	background: linear-gradient(135deg, #232323 0%, #3E4042 100%);
	padding-top: 95px; 
	position: relative;
	z-index: 1;
}
.footerCol {
	max-width: 622px;
}
.footerCol .heading {
	font-size: 30px;
	font-weight: 700;
	color: var(--white);
	padding-bottom: 60px;
}
.footerCol .desc,
.fNav,
.copyRight .desc {
	font-size: 20px;
	color: var(--white);
}
.socialLinks {
	font-size: 32px;
	color: var(--white);
	display: block;
	transition: all 0.25s;
}
.socialLinks:hover {
	color: var(--white);
	transform: scale(1.2);
}
.socialIcon ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 280px;
}
.foogterBtns {
	display: flex;
	align-items: center;
	gap: 15px;
}
.fbtn {
	max-width: 280px;
	color: var(--white);
	padding: 22px 30px;
}
.fNav {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--white);
	display: block;
}
.fNav:hover {
	color: var(--white);
	text-decoration: underline;
}
.footerRow {
	padding-bottom: 100px;
}
.copyRight {
	padding: 26px 130px;
	border-top: 1px solid #ffffff6b;
}
.footerAbs {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 600px;
	z-index: -1;
}