@import url('https://db.onlinewebfonts.com/c/029689055aab954f65aac69f5bdfdd26?family=Clash+Display');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Six+Caps&display=swap');

@font-face {
	font-family: synphony;
	src: url('../fonts/symphony-pro-regular.woff');
}

:root {
	--color1: #862B2F;
	--color2: #0075AD;
	--color3: #FDEB45;
	--color4: #364485;
	--color5: #1F1338;
	--viewport: calc(var(--vh, 1vh) * 100);
	--padding: 60px;
	--p30: 30px;
	--p40: 40px;
	--p20: 20px;
	--cominline: 5;
	--msgcominline: 3;
	--regileft: 335px;
	--facleft: 450px;
	--sideslide: 60px;
}


a,
a:hover {
	color: inherit;
	text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	outline: 0;
}

body {
	color: #000;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	background: linear-gradient(45deg, #10091f, #221440, #150833);
}

.d-mob {
	display: none !important;
}

.container {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.py-6 {
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.heading {
	margin-bottom: var(--p30);
}

.heading h2 {
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 77px;
	color: var(--color3);
}

.heading h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: .8px;
	color: white;
}

.msg_wrap {
	/* background: linear-gradient(
215deg, var(--color1), #180a35, var(--color1)); */
	background-size: 356%;
	background-position: center;
}

.msg_top {
	display: flex;
	align-items: start;
}

.msg_top_left {
	width: 40%;
	display: flex;
	align-items: start;
	gap: var(--p20);
}

.msg_top_left_1 {
	flex: 2;
}

.msg_top_left_2 {
	flex: 1;
	position: sticky;
	top: var(--headerheight);
	display: grid;
	gap: var(--p20);
}

.msg_top_left_1 img,
.msg_top_left_2 img,
.msg_top_right_bottom_1 img,
.msg_top_right_bottom_2 img,
.msg_top_right_bottom_3 img {
	width: 100%;
}

.msg_top_right {
	width: 60%;
	padding-left: var(--p20);
}

.msg_top_right .heading h2 {
	line-height: 165px;
	font-size: 110px;
	border: none;
	height: unset;
}

.msg_top_right_bottom {
	display: flex;
	gap: var(--p20);
}

.msg_top_right_bottom_1 {
	flex: 1;
}

.msg_top_right_bottom_2 {
	flex: 1;
}

.msg_top_right_bottom_3 {
	flex: 1;
}

.msg_bottom {
	width: 1000px;
	margin: auto;
	margin-top: var(--padding);
	display: flex;
}

.msg_bottom p {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 16px;
	color: white;
	width: 50%;
}

.regi_wrap {
	/* background: var(--color1); */
	/* background: linear-gradient(215deg, var(--color4), #180a35); */
	/* background-size: 200%; */
	background-position: center;
	overflow: hidden;
}

.regi_inner {
	display: flex;
	width: 1000px;
	margin: auto;
	align-items: center;
}

.regi_inner_left {
	width: var(--regileft);
}

.regi_inner_right {
	width: calc(100% - var(--regileft));
	padding-left: 80px;
}

.swiper {
	width: 100%;
	padding: 0;
	aspect-ratio: 2/2.9;
}

.swiper-slide {
	position: relative;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	user-select: none;
}

.counter_zone {
	padding-top: var(--p30);
	width: 100%;
	border-top: 1px solid #ffffff3d;
	margin-top: var(--p30);
}

.counter_zone_left {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 17px;
	/* flex-direction: column; */
}

.counter_zone_left img {
	width: 50px;
	height: 50px;
}

.counter_zone_left h4 {
	font-size: 19px;
	margin-bottom: 0;
	/* color: #ffe15b; */
	position: relative;
	font-family: "Clash Display";
	letter-spacing: .8px;
	color: white;
}

.counter_zone_left h5 {
	margin-bottom: 0;
	font-size: 11px;
	color: white;
	display: inline-block;
	background: #4b2d8a;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 50px;
}

.counter_zone_right {}

.regi_box {
	display: flex;
	padding: var(--p30);
	border-radius: 15px;
	transition: .5s;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	/* justify-content: space-between; */
	height: 100%;
	background: linear-gradient(215deg, #2a115c, #2d145e, var(--color1));
	background-size: 356%;
	background-position: center;
	animation: gradient 15s ease infinite;
	gap: var(--p20);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.counter_zone_right ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	width: 100%;
}

.counter_zone_right ul hr {
	background: #ffffff3d;
	width: 1px;
	height: 65px;
	display: inline-block;
	opacity: 1;
}

.counter_zone_right ul li {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.counter_zone_right ul li n {
	position: relative;
	font-size: 53px;
	font-family: "Six Caps", sans-serif;
	line-height: 56px;
	color: #9271d7;
}

.counter_zone_right ul li i {
	text-transform: capitalize;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #9271d7;
}

.venue_wrap {
	height: 350vh;
	position: relative;
}

.venue_content {
	height: 100vh;
	background-color: var(--color5);
	width: 100%;
	position: sticky;
	top: 0;
	padding: var(--padding);
	overflow: hidden;
	z-index: 1;
}

.vnu_img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	left: 0;
	bottom: 0;
	mix-blend-mode: color-dodge;
	opacity: .4;
	width: 100%;
}

.vanue_distance {
	display: flex;
	flex-direction: column;
	gap: 100vh;
	position: relative;
	padding: 0 var(--padding);
}

.vanue_distance_inner {}

.vanue_distance .vanue_distance_inner:last-child {
	display: flex;
	justify-content: end;
}

.vanue_distance_inner div {
	width: 250px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color4);
	border-radius: 10px;
	box-shadow: 0px 8px 24px #00000057;
	position: relative;
	padding-bottom: 0;
	flex-direction: column;
	overflow: hidden;
	padding-bottom: 10px;
	z-index: 1;
}

.vanue_distance_inner div img {
	width: 100%;
}

.vanue_distance_inner div span {
	display: inline-block;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color3);
	font-size: 95px;
	position: absolute;
	left: -5px;
	bottom: -5px;
	transform: rotate(-37deg);
	opacity: .3;
}

.vanue_distance_inner div p {
	margin: 0;
	color: white;
	font-size: 13px;
	display: flex;
	flex-direction: column-reverse;
	padding-left: 0;
	position: relative;
	z-index: 1;
}

.vanue_distance_inner div p n {
	font-size: 18px;
	font-family: "Clash Display";
	letter-spacing: 2.1px;
	color: white;
}

.vanue_distance_inner div p g {}

.venue_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 1;
}

.venue_inner .heading h5 {
	text-align: center;
	color: white;
	font-size: 14px;
}

.venue_inner .heading h2 {
	font-size: 30px;
	font-family: "Clash Display";
	text-align: center;
	line-height: unset;
	height: unset;
	border: 0;
	color: white;
}

.venue_inner h4 {
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 75px;
	text-align: center;
	color: var(--color3);
	text-shadow: 0 0 29px black;
	margin: 0;
}

.venue_inner h6 {
	margin: 0;
	color: white;
	font-size: 13px;
	text-align: center;
}

.full_wrap {
	background: linear-gradient(180deg, var(--color5), var(--color4));
}

.banner_wrap {
	height: calc(100vh - var(--headerheight));
	position: relative;
	/* background: yellow; */
	overflow: hidden;
}

.banner_wrap h2 {
	font-size: 163px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	display: none;
}

.banner_wrap h2 span {
	display: inline-block;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #6c43c6e6, transparent);
	-webkit-background-clip: text;
	line-height: 122px;
}

.banner_component {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.cloud_component_1 {
	position: absolute;
	left: -30px;
	top: 50%;
	width: 35%;
	transform: translateY(-50%);
	opacity: .4;
}

.cloud_component_2 {
	position: absolute;
	right: -30px;
	top: 50%;
	width: 35%;
	transform: translateY(-50%);
	opacity: .4;
}

.cloud_component_3 {
	position: absolute;
	left: 30%;
	width: 18%;
	opacity: .4;
	top: 24%;
	width: 19%;
	transform: translateY(-50%);
}

.cloud_component_4 {
	opacity: .4;
	position: absolute;
	right: 27%;
	top: 22%;
	width: 13%;
	transform: translateY(-50%);
}

.inclution_wrap {}

.inclution_wrap h4 {
	font-family: "Clash Display";
	text-transform: uppercase;
	margin-bottom: 14px;
	font-size: 19px;
	color: white;
}

.utility_wrap {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.utility_wrap li {
	font-size: 12px;
	color: #c3c3c3;
	display: flex;
	align-items: center;
	flex: 1;
	flex-direction: column;
	text-align: center;
	/* font-family: "ElleFutura"; */
	gap: 9px;
	line-height: 16px;
	text-transform: uppercase;
}

.utility_wrap li img {
	width: 49%;
	border-radius: 8px;
	background: #1d3c8d9e;
	padding: 5px;
}

.banner_bottom_img {
	height: 46vh;
	position: absolute;
	bottom: 0;
	display: flex;
	left: 0;
}

.committee_inner {
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
	padding: 0 var(--padding);
}

.committee_flex .committee_inner {
	width: 60%;
	padding-right: 0;
}

.committee_flex {
	display: flex;
}

.committe_left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--cominline) - 1))) / var(--cominline));
}

.executive .committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--msgcominline) - 1))) / var(--msgcominline));
}

.committee_box .com_img_box,
.msg_committee_box .com_img_box {
	width: 100%;
	background: linear-gradient(180deg, #3a538e, transparent);
	/* border: 2px solid #ffffff00; */
	border-radius: 10px;
	/* height: 100px; */
}

.committee_box .com_img_box img,
.msg_committee_box .com_img_box img {
	width: 100%;
	margin-top: -16px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.committee_box .com_name_box,
.msg_committee_box .com_name_box {
	width: 100%;
	margin-top: 8px;
}

.committee_box h5,
.msg_committee_box h5 {
	margin-bottom: 2px;
	font-size: 13px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #ffffff;
	/* letter-spacing: 1px; */
	font-weight: 900;
}

.committee_box h6,
.msg_committee_box h6 {
	margin-bottom: 0px;
	font-size: 12px;
	color: #9271d7;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: italic;
}

.committee_wrap .container {
	/* background: linear-gradient(180deg, var(--color5), var(--color4)); */
	padding-top: var(--padding);
	width: calc(100% - 140px);
	/* border-radius: var(--p20); */
	border-top: 1px solid #ffffff3d;
}

.committee_wrap {
	/* background: linear-gradient(90deg, var(--color5), var(--color2), var(--color5)); */
}

.committee_wrap .heading h5,
.committee_wrap .heading h2 {
	/* color: var(--color5); */
	padding: 0 var(--padding);
}

.committee_flex .heading h5,
.committee_flex .heading h2 {
	padding: 0;
}

.main_btn {
	background: white;
	border-radius: 50px;
	padding: 11px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .8px;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .5s;
	width: max-content;
}

.main_btn:hover {
	gap: 5px;
	transition: .5s;
}

/* ---- particles.js container ---- */

#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #b6192300;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: .1;
	z-index: -1;
}

/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

.regi_date {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.regi_date h4 {
	color: white;
	font-size: 63px;
	font-family: "Six Caps", sans-serif;
	margin-bottom: 9px;
	line-height: 56px;
}

.regi_date h5 {
	margin-bottom: 0;
	color: var(--color3);
	font-size: 14px;
}

.regi_box ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	position: relative;
	width: 100%;
	border-left: 0;
	padding-left: 0;
	margin-top: 0;
}

.regi_box ul li {
	/* text-align: center; */
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff3d;
	padding-bottom: 7px;
	gap: 10px;
}

.regi_box li span {
	font-weight: 500;
	min-width: 82px;
	text-align: right;
}

.regi_box li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.msg_bottom .msg_committee_inner {
	width: 50%;
	padding-left: var(--p40);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: var(--p20);
}

.msg_bottom .msg_committee_inner .committee_box {
	width: 100%;
}

.inner_page_banner {
	padding-top: var(--padding);
}

.inner_page_banner h3 {
	font-size: 163px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #6c43c6e6, transparent);
	-webkit-background-clip: text;
	line-height: 122px;
}

.committee_bottom {
	display: flex;
}

.faculty_wrap {
	display: flex;
}

.faculty_left {
	width: var(--facleft);
	padding: var(--p40);
	background: linear-gradient(215deg, #2a115c, #2d145e, var(--color1));
}

.faculty_right {
	width: calc(100% - var(--facleft));
	padding: var(--p40);
}

.intfacult {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--p20);
}

.intfacult .committee_box {
	width: 100%;
}

.accm-wrap {
	position: relative;
}

.accm_bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .01;
	mix-blend-mode: normal;
}

.accm-wrap .container {
	width: 1000px;
}

.accm_inner {
	display: flex;
	justify-content: space-between;
	justify-content: end;
	position: relative;
	padding-bottom: 32vh;
}

.accm_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.accm_right {
	width: 69%;
}

.accm_right h4 {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, var(--color3), transparent);
	-webkit-background-clip: text;
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 65px;
	/* text-align: right; */
	font-family: "Clash Display";
	text-transform: uppercase;
	margin-bottom: 14px;
	font-size: 19px;
	margin-bottom: 0;

}

.accm_right ul {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 2px;
}

.accm_right ul li {
	color: white;
	font-size: 18px;
	text-align: left;
}

.accm_right ul li span {
	color: var(--color2);
	font-weight: 800;
	margin-left: 11px;
}

.accm_right hr {
	height: 64px;
	background: linear-gradient(360deg, transparent, var(--color3));
	opacity: 1;
	width: 2px;
}

.accmtariff {
	display: flex;
	/* justify-content: end; */

	gap: var(--p40);
}

.accmtariff_wrap {
	padding-left: var(--padding);
}

.banner_content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
}

.banner_content img {
	width: 100%;
	filter: drop-shadow(4px 6px 12px rgba(0, 0, 0, .7));
}

.registation_end {
	display: none;
	padding-top: var(--p30);
	width: 100%;
	border-top: 1px solid #ffffff3d;
	margin-top: var(--p30);
	font-family: "Six Caps", sans-serif;
	text-transform: uppercase;
	font-size: 61px;
	color: var(--bs-blue);
	margin-bottom: 0;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, var(--color1), var(--color4));
	-webkit-background-clip: text;
}
.full_committe{
	width: 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    background: transparent;
    color: white;
    border: 1px solid white;
    align-items: center;
    justify-content: center;
	    padding: var(--p20);
    text-transform: uppercase;
    font-weight: 600;
	transition:.5s;
}
.full_committe:hover{
	color: white;
	box-shadow: 5px 5px 10px #9271d766;
	transition:.5s;
}
.committe_left p{
	color: white;
}