@import url('https://db.onlinewebfonts.com/c/5fbc824fc20dd8012386aae646012bf2?family=Glacial+Indifference');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

@font-face {
	font-family: horizoanl;
	src: url('../fonts/Horizon_Regular.woff');
}

:root {
	--color1: #02217F;
	--color2: #FDFAFD;
	--color3: #644080;
	--color4: #293B7B;
	--color5: #9B221E;
	--color6: #765D84;
	--color7: #831D3F;
	--color8: #403A84;
	--viewport: calc(var(--vh, 1vh) * 100);
	--headerheight: 100px;
	--padding: 60px;
	--p30: 30px;
	--p40: 40px;
	--p20: 20px;
	/* --wlcmrt: 450px; */
	--wlcmrt: 500px;
	--cominline: 4;
	--cominline5: 5;
	--icscomline: 3;
	--wrkline: 3;
	--allcom: 65px;
	--spec: 800px;
}


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;
	overflow-x: hidden;
	font-size: 14px;
	background: var(--color2);
	font-family: "Glacial Indifference"
}

.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);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.heading h2 {
	text-transform: uppercase;
	font-size: 45px;
	/* font-family: "Cormorant Garamond", serif; */
	margin-bottom: 0;
	color: var(--color3);
	line-height: 49px;
	position: relative;
	display: inline-block;
	padding-right: var(--p30);
	width: max-content;
	font-weight: 700;
}

.heading.text-center {
	align-items: center;
}

.heading.text-center h2 {
	padding: 0 var(--p30);
}

.heading h2 span::after,
.heading h2 span::before {
	content: '';
	width: 10000px;
	height: 3px;
	background: linear-gradient(90deg, #f6e0cd, #a0697b);
	position: absolute;
	top: 50%;
	transform: translateY(-2px);
}

.heading h2 span::after {
	left: 100%;
	background: linear-gradient(90deg, #f6e0cd, #a0697b);
}

.heading h2 span::before {
	display: none;
	right: 100%;
	background: linear-gradient(90deg, #a0697b, #f6e0cd);
}

.heading.text-center h2 span::before {
	display: block;
}

.heading h5 {
	font-family: "Above the Beyond Script W00 Rg";
	text-transform: capitalize;
	color: var(--color4);
	font-size: 35px;
	margin: 0;
	font-style: italic;
}

.heading h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 42px;
	font-family: "Jost", sans-serif;
	color: var(--color1);
	display: inline-block;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(360deg, #f6e0cd, #a0697b);
	width: max-content;
	background-clip: text;
	font-weight: 400;
	font-family: "Bricolage Grotesque", sans-serif;
}

/* banner */

.banner_wrap {
	width: 100%;
	/* height: 100vh; */
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: var(--padding);
	padding-top: calc(var(--headerheight) + var(--p40));
	padding-bottom: 0;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	background-image: url('../images/10 (12).png');
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

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

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

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

.banner_component {
	position: relative;
	width: 74%;
	z-index: 1;
}

.banner_component h4 {
	font-family: "Above the Beyond Script W00 Rg";
	color: #ff827e;
	font-size: 33px;
	margin-bottom: -30px;
	z-index: 1;
	position: relative;
}

.banner_component h2 {
	color: var(--color2);
	font-size: 96px;
	font-weight: 800;
	margin: 0;
	font-family: "Bricolage Grotesque", sans-serif;
}

.banner_component h5 {
	color: var(--color2);
	text-transform: uppercase;
	font-size: 29px;
	letter-spacing: 1px;
	margin: 0;
	flex: 1;
}

.banner_component h6 {
	margin-bottom: 0;
	display: flex;
	gap: 5px;
	flex-direction: column-reverse;
	flex: 1;
}

.banner_wrap .banner_bk {
	width: 68%;
	object-fit: cover;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: calc(calc(var(--padding) / -1));
}

.banner_wrap .banner_bk img {
	width: 100%;
	aspect-ratio: 1 / .6;
	object-fit: cover;
}

.banner_content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.text1_box {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--color2) !important;
	font-size: 25px;
	justify-content: end;
	flex-direction: row-reverse;
	text-align: right;
	text-transform: uppercase;
	font-weight: 800;
}

.text1_box span {
	display: flex;
	width: 41px;
	align-items: center;
	justify-content: center;
}

.text1_box span img {
	width: 100%;
}

.banner_bottom_component {
	/* margin-top: var(--p40); */
	/* margin-bottom: calc(calc(var(--padding) / -1)); */
	display: flex;
	gap: var(--padding);
	position: relative;
}

/* .banner_bottom_component::before{
	content: '';
} */
.banner_bottom_component p {
	width: 28%;
	margin: 0;
	display: flex;
	align-items: start;
	flex-direction: column;
	color: white;
	gap: 10px;
	font-size: 18px;
}

.banner_bottom_component p .powered_logo {
	width: 110px;
}

.banner_bottom_component p a {
	display: flex;
	line-height: 38px;
	border-bottom: 1px solid #ffffff5c;
	padding-bottom: 6px;
	width: 100%;
	gap: var(--p20);
	align-items: center;
}
.banner_bottom_component p a img{
	min-width: 64px;
	max-width: 64px;
}
.banner_bottom_component p a g {
	display: flex;
	flex-direction: column;
}

.banner_bottom_component p a:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.banner_bottom_component p a j {
	font-size: 29px;
	font-weight: 600;
	font-family: "Bricolage Grotesque", sans-serif;
}

.banner_bottom_component p a k {
	font-size: 25px;
	text-transform: uppercase;
}

/* banner */
.banner_next_wrap {
	padding: var(--padding);
	padding-top: calc(var(--padding) * 2);
	display: flex;
	gap: var(--p20);
}

.banner_next_wrap li {
	flex: 1;
	border-radius: 15px;
	/* padding: var(--p20); */

}

.banner_next_wrapli_inner {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	height: 100%;
}

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

.banner_next_wrap li img {
	width: 100%;
	border-radius: 15px;
	aspect-ratio: 1 / .7;
	object-fit: cover;
}

.banner_next_wrap li h5 {
	font-size: 27px;
	margin: var(--p20) 0;
	color: white;
	font-family: "Bricolage Grotesque", sans-serif;
	padding: 0 var(--p20);
	margin-bottom: 10px;
	font-weight: 800;
}

.banner_next_wrap li p {
	margin: 0;
	font-size: 15px;
	color: #c7c7c7;
	padding: var(--p20);
	padding-bottom: 0;
	display: flex;
	gap: 14px;
}

.banner_next_wrap li p span {}

.banner_next_wrap li p n {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	border: 1px dashed;
	padding: 11px;
	line-height: 21px;
	font-weight: 800;
	width: 44%;
	color: white;
}

.banner_next_wrap li.gm {
	background: linear-gradient(45deg, #ebeff9, #b2c5e5);
}

.banner_next_wrap li.gm p {
	color: #3d5888;
}

.banner_next_wrap li.gm h5 {
	color: #35548f;
}

.banner_next_wrap li.gc {
	background: linear-gradient(45deg, #f7d9d9, #e99490);
}

.banner_next_wrap li.gc p {
	color: #845163;
}

.banner_next_wrap li.gc h5 {
	color: #723053;
}

.banner_next_wrap li.gl {
	background: linear-gradient(45deg, #f6d6d8, #ed9293)
}

.banner_next_wrap li.gl p {
	color: #9c5575;
}

.banner_next_wrap li.gl h5 {
	color: #782c5c;
}

.banner_next_wrap li.iw {
	background: linear-gradient(45deg, #eaeef7, #b5c7e8)
}

.banner_next_wrap li.iw p {
	color: #8c5576;
}

.banner_next_wrap li.iw h5 {
	color: #742f5b;
}

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

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

.committee_box .com_img_box {
	width: 100%;
	background: linear-gradient(180deg, #fd9452, #ffc10700);
	/* 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;
	/* mix-blend-mode: darken; */
	z-index: 1;
	position: relative;
}

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

.committee_box h5 {
	margin-bottom: 2px;
	font-size: 18px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #37103b;
	/* letter-spacing: 1px; */
	font-weight: 900;
	font-family: "Bricolage Grotesque", sans-serif;
	text-align: center;
}

.committee_box h6 {
	margin-bottom: 0px;
	font-size: 15px;
	color: #37103b;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* font-style: italic; */
	text-align: center;
}

.welcome_wrap {
	display: flex;
	background: linear-gradient(180deg, #fee8d2, #c89291);
	justify-content: space-between;
}

.welcome_left {
	width: var(--wlcmrt);
	position: relative;
}

.welcome_left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.welcome_right {
	width: calc(100% - var(--wlcmrt));

	padding: var(--padding);
}

.welcome_right .heading h2 {}

.welcome_right .heading h4 {
	background-image: linear-gradient(90deg, #20002a, #56035e);
	background-clip: text;
	font-weight: 700;
	font-size: 57px;
}

.welcome_content {}

.welcome_box_bottom {
	width: calc(100% + calc(var(--padding) * 3)) !important;
	/* display: flex;
	justify-content: space-between; */
	transform: translateX(calc(calc(var(--padding) * 3) / -1));
	margin-top: var(--padding);
}

.welcome_box_bottom a {
	padding: 20px;
	display: inline-block;
}

.welcome_box_bottom a img {
	width: 100%;
	/* filter: grayscale(1); */
	box-shadow: 3px 5px 20px 7px #21212159;
}

.welcome_box_bottom a:hover img {
	filter: grayscale(0);
}

.regi_wrap,
.workshop_wrap,
.central_committee {
	background: linear-gradient(90deg, #07002a, #190359);
	padding: var(--padding);
	width: calc(100% - var(--p40));
	margin: auto;
	margin-top: var(--padding);
	border-radius: 15px;
}

.regi_wrap .heading h2,
.fics_left .heading h2,
.abstract_top_left .heading h2,
.workshop_wrap .heading h2,
.org_com_wrap .heading h2,
.chad_wrap .heading h2,
.allcom_wrap .heading h2,
.central_committee .heading h2 {
	color: white;
}

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

.regi_box {
	padding: var(--p20);
	background: linear-gradient(180deg, #25198d, #bb6583);
	border-radius: 15px;
	width: 100%;
	cursor: pointer;
	position: relative;
	flex: 1;
	/* background: #f526f5; */
	overflow: hidden;
}

.regi_box::after {
	content: "";
	position: absolute;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	left: 0px;
	top: 0px;
	background: #d7d7d7;
	border-radius: 10px;
}

.regi_box.active::after {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	left: 6px;
	top: 6px;
	background: var(--color2);
}

.regi_date {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* align-items: end; */
	position: relative;
	z-index: 1;
}

.regi_date h4 {
	color: #c6fb95;
	font-size: 30px;
	/* font-family: "Cormorant Garamond", serif; */
	margin-bottom: 3px;
	text-align: right;
	font-weight: 600;
	display: inline-block;
	margin-left: auto;
	-webkit-text-fill-color: transparent;

	background: linear-gradient(0deg, #0000007a, var(--color4));
	-webkit-background-clip: text;
	font-family: "Bricolage Grotesque", sans-serif;
}

.regi_box.active .regi_date h4 {
	background: linear-gradient(0deg, #a127257a, var(--color4));
	-webkit-background-clip: text;
}

.regi_date h5 {
	margin-bottom: 0;
	font-size: 15px;
	color: #321b45;
	/* font-family: "ElleFutura"; */
	/* text-align: right; */
	font-style: italic;
}

.regi_box.active .regi_date h5 {
	color: var(--color3);
}

.regi_box ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	position: relative;
	width: 100%;
	border-left: 0;
	padding-left: 0;
	margin-top: 14px;
	/* width: 60%; */
	/* margin-left: auto; */
	z-index: 1;
}

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

.regi_box.active ul li {
	color: #535353;
	border-color: #e8785f63;
}

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

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

.regi_box .main_btn {
	position: relative;
	z-index: 1;
}

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

.counter_zone ul hr {
	background: #ffbdbb;
	width: 1px;
	height: 22px;
	display: inline-block;
	opacity: 1;
}

.counter_zone ul li {
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
}

.counter_zone ul li n {
	position: relative;
	font-size: 34px;
	/* font-family: "Cormorant Garamond", serif; */
	line-height: 36px;
	color: #fee7d2;
	font-weight: 500;
	font-family: "Bricolage Grotesque", sans-serif;
}

.counter_zone ul li i {
	text-transform: capitalize;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--color2);
	font-size: 10px;
}

.counter_zone_left {

	width: max-content;
}

.counter_zone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #3f3c6a;
	border-radius: 15px;
	margin-top: var(--p20);
	padding: var(--p20);
}

.counter_zone_left h4 {
	font-size: 21px;
	margin-bottom: 0;
	position: relative;
	letter-spacing: .8px;
	color: #cdd9ff;
	/* font-style: italic; */
	margin-top: 0;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;

}

.registration_category h4 {
	display: none;
}

.registration_category h4.earlyregi {
	display: block;
}

.counter_zone_left h5 {
	font-size: 17px;
	color: #b9b9b9;
	margin: 0;
	font-style: italic;
}

.welcome_box_bottom .owl-nav,
.regi_tariff .owl-nav {
	margin-top: 15px;
	display: flex;
	justify-content: end;
	gap: 4px;
}

.welcome_box_bottom .owl-nav button,
.regi_tariff .owl-nav button {
	width: 26px;
	height: 26px;
	justify-content: center;
	line-height: 25px !important;
	font-size: 17px !important;
	border: 1px solid #20002a !important;
	color: #20002a !important;
	border-radius: 5px !important;
}

.regi_tariff .owl-nav button {
	border: 1px solid #fff !important;
	color: #fff !important;
}

.ics_oration_wrap {
	padding: var(--padding);
	position: relative;
}

.ics_inner {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.ics_inner ul {
	min-width: 32%;
	display: flex;
	flex-direction: column;
	gap: var(--p40);
	max-width: 32%;
	justify-content: space-between;
}

.ics_inner ul li {
	padding: var(--p30);
	background: linear-gradient(180deg, #fee8d2, #c89291);
	border-radius: 15px;
}

.ics_inner ul li p {
	display: inline-block;
	background: #07002a;
	width: 50px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 21px;
	border-radius: 50px;
	box-shadow: 1px 7px 11px #14055fad;
	margin-bottom: 21px;
}

.ics_inner ul li h5 {
	margin-bottom: 8px;
	font-size: 19px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #37103b;
	/* letter-spacing: 1px; */
	font-weight: 900;
	font-family: "Bricolage Grotesque", sans-serif;
}

.ics_inner ul li h6 {
	margin-bottom: 0px;
	font-size: 16px;
	color: #37103b;
}

.ics_mid {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ics_mid img {
	width: 200px;
	background: #fdfafd;
	position: relative;
	z-index: 1;
	padding: 0 var(--p20);
}

.side-line-main {
	position: absolute;
	top: 17%;
	left: 0;
	right: 0;
	bottom: 17%;
	z-index: 0;
}

.side-line-main .side-line-wrap {
	/* margin-left: -20px; */
	/* margin-right: -20px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100%;
}

.side-line-main .link-break-line {
	width: var(--padding);
	border: 1px solid #D4D4D8;
	height: 100%;
	border-radius: 0px 20px 20px 0px;
	border-left: 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.side-line-main div:not(.link-break-center) {
	height: 100%;
}

.side-line-main .link-break-line .item {
	position: absolute;
	left: 0;
	right: 0;
	margin-right: -1px;
	width: 100%;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-delay: 2s;
}

.side-line-main .link-break-line .item.top {
	background: radial-gradient(circle at top right, #190359 0%, transparent 90%);
	animation-name: lineRunTop;
}

.side-line-main .link-break-line .item.bottom {
	background: radial-gradient(circle at bottom right, #190359 0%, transparent 90%);
	animation-name: lineRunBottom;
}

.side-line-main .link-break-line::after {
	content: "";
	position: absolute;
	inset: 0 1px 1.5px 0px;
	background: #fdfafd;
	border-radius: 0px 20px 20px 0px;
}

.side-line-main .link-break-center {
	border: 1.5px solid #D4D4D8;
	width: calc(100% - calc(var(--padding) * 2));
	position: absolute;
	left: calc(var(--padding));
	/* right: 0; */
	z-index: 1;
}

.side-line-main .simu-electric {
	position: absolute;
	height: 1.5px;
	width: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.side-line-main .simu-electric.left {
	background: linear-gradient(to right, #190359 0%, transparent 100%);
	animation-name: left50To0;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.side-line-main .simu-electric.right {
	background: linear-gradient(to left, #190359 0%, transparent 100%);
	animation-name: right50To0;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.side-line-main .link-break-line.right {
	transform: rotate(180deg);
}

@keyframes left50To0 {
	0% {
		left: 50%;
	}

	100% {
		left: -10%;
	}
}

@keyframes right50To0 {
	0% {
		right: 50%;
	}

	100% {
		right: -10%;
	}
}

@keyframes lineRunBottom {
	0% {
		bottom: 50%;
		height: 0px;
	}

	30% {
		height: 66px;
	}

	100% {
		bottom: -30%;
	}
}

@keyframes lineRunTop {
	0% {
		top: 50%;
		height: 0px;
	}

	30% {
		height: 66px;
	}

	100% {
		top: -30%;
	}
}

.ics_oration_wrap .heading h4 {
	background-image: linear-gradient(360deg, #3f3c6a, #a0697b);
	background-clip: text;
}

.ics_oration_wrap .heading h3,
.fics_left .heading h3 {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #a127257a, var(--color4));
	-webkit-background-clip: text;
	font-size: 31px;
	margin-top: var(--p20);
}

.fics_wrap {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(90deg, #07002a, #190359);
	padding: var(--padding);
	width: calc(100% - var(--p40));
	margin: auto;
	/* margin-top: var(--padding); */
	border-radius: 15px;
}

.fics_left {
	width: 44%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fics_btn {
	position: relative;
	z-index: 1;
	display: flex;
	gap: var(--p20);
	flex-direction: column;
}

.fics_btn p {

	color: white;

	font-size: 14px;

	display: flex;

	align-items: center;

	gap: 7px;

	margin-bottom: 0;
}

.fics_right {
	width: 43%;
	border-radius: 15px;
	background: var(--color2);
	padding: var(--p40);
}

.fics_right h4,
.oration_large_box h6 {
	font-size: 30px;
	text-align: right;
	font-weight: 600;
	display: inline-block;
	-webkit-text-fill-color: transparent;
	font-family: "Bricolage Grotesque", sans-serif;
	background: linear-gradient(0deg, #a127257a, var(--color4));
	-webkit-background-clip: text;
	margin-bottom: 15px;
	text-align: left;
}

.fics_right ul {
	display: grid;
	gap: 10px;
}

.fics_right ul li,
.oration_large_box ul li {
	color: #535353;
	padding-left: 19px;
	position: relative;
	font-size: 17px;
}

.fics_right ul li::before,
.oration_large_box ul li:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1ce";
	color: var(--color1);
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.fics_left .heading h3 {
	background: linear-gradient(180deg, #ffffff, #bb6583);
	-webkit-background-clip: text;
	margin-top: var(--p20);
	border: 1px dashed #ffffff33;
	border-left: 0;
	border-right: 0;
	padding: var(--p20) 0;
	margin-bottom: 0;
}

.abstract_wrap {
	padding: var(--padding);
	background: linear-gradient(90deg, #07002a, #190359);
	overflow: hidden;
	margin-top: var(--padding);
	padding-bottom: 0;
	position: relative;
}

.abstrac_top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: var(--p30);
}

.abstract_top_left {
	width: 60%;
}

.abstract_top-right {
	width: 30%;
	font-size: 22px;
	color: white;
}

.abstract_bottom {
	display: flex;
	justify-content: space-between;
	/* align-items: end; */
	z-index: 1;
	position: relative;
}

.abstract_bottom_left {
	/* position: sticky; */
	/* bottom: 0; */
	width: 60%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.abstract_bottom_left img {
	width: 100%;
	margin-top: var(--p40);
}

.abstract_bottom-right {
	width: 40%;
	padding-bottom: var(--padding);
	z-index: 1;
}

.abstract_bottom-right ul {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.abstract_bottom-right ul li {
	border: 2px solid #545099;
	padding: var(--p30);
	padding-left: calc(calc(var(--p30) * 2) + var(--padding));
	position: relative;
	background: #3f3c6a;
	border-radius: 15px;
	overflow: hidden;
}

.abstract_bottom-right ul li h4 {
	margin: 0;
	position: absolute;
	background: #545099;
	width: calc(var(--padding) + var(--p30));
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 33px;
	color: white;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 700;
	/* border-radius: 15px; */
	padding-bottom: v;
}

.abstract_bottom-right ul li h5 {
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	/* -webkit-text-fill-color: transparent; */
	font-family: "Bricolage Grotesque", sans-serif;
	/* background: linear-gradient(0deg, #a127257a, var(--color4)); */
	/* -webkit-background-clip: text; */
	margin-bottom: 15px;
	color: #cdd9ff;
}

.abstract_bottom-right ul li h6 {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 17px;
	/* font-family: "Clash Display"; */
	text-transform: uppercase;
	color: #fee7d2;
	/* letter-spacing: 1px; */
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
	flex-direction: column;
}

.abstract_bottom-right ul li h6 span {
	/* background: linear-gradient(180deg, #fee8d2, #c89291); */
	display: inline-block;
	/* padding: 9px 16px; */
	/* border-radius: 50px; */
	list-style: cjk-earthly-branch;
}

.abstract_topic {
	display: flex;
	flex-direction: column;
	/* gap: var(--p20); */
	margin-top: var(--p30);
	position: absolute;
	bottom: 0;
}

.abstract_topic p {
	margin: 0;
	font-size: 64px;
	text-transform: uppercase;
	display: flex;
	white-space: nowrap;
	/* gap: var(--p40); */
	font-weight: 900;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: normal;
	/* -webkit-text-stroke-width: 2px; */
	/* -webkit-text-stroke-color: var(--color3); */
	/* -webkit-text-fill-color: transparent; */
	color: var(--color3);
	mix-blend-mode: luminosity;
}

.abstract_topic p span {}

.abstract_topic_top {
	margin-left: -20% !important;
}

.abstract_topic_bottom {
	margin-left: -100% !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--color3);
	-webkit-text-fill-color: transparent;
}

.venue_wrap {
	position: relative;
	margin-top: var(--padding);
}

.venue_wrap video {
	width: 100%;
}

.venue-box {
	width: 80%;
	position: absolute;
	padding: var(--padding);
	bottom: 0;
	right: 0;
}

.venue-box h3 {
	font-size: 53px;
	font-weight: 900;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: uppercase;
}

.oration_large_box {
	width: 100%;
	border: 1px solid #D4D4D8;
	padding: var(--p30);
	margin-top: var(--p40);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	gap: var(--padding);
}

.oration_large_box ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}


.oration_large_box h5,
.fics_btn h5 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	/* margin-top: 15px; */
	/* padding-top: 15px; */
	/* border-top: 1px solid #ffffff33; */
	gap: 15px;
	width: 40%;
}

.oration_large_box h5 img,
.fics_btn h5 img {
	width: 64px;
}

.oration_large_box h5 n,
.fics_btn h5 n {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.oration_large_box h5 n k,
.fics_btn h5 n k {
	color: var(--color4);
	font-size: 16px;
}

.fics_btn h5 n k {
	color: white;
}

.oration_large_box h5 n a,
.fics_btn h5 n a {
	color: #fd9452 !important;
	font-size: 20px;
}

.d-mob {
	display: none;
}

.workshop_ul {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	/* width: 91%; */
	gap: var(--p20);
	justify-content: center;
}

.workshop_li {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--wrkline) - 1))) / var(--wrkline));
	/* text-align: center; */
	padding: var(--p20);
	position: relative;
	background: #3f3c6a;
	border-radius: 10px;
}

.workshop_li h5 {
	font-size: 22px;
	margin-bottom: 0;
	position: relative;
	/* letter-spacing: .8px; */
	color: #cdd9ff;
	margin-top: 0;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: 3px;
}

.workshop_li p {
	font-size: 15px;
	margin-bottom: 0px;
	transition: .5s;
	position: relative;
	color: #b9b9b9;
}

.wrkshop_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: var(--p30);
}

.wrkshop_top_left {
	width: 55%;
}

.wrkshop_top_right {
	width: 37%;
	display: grid;
	gap: 10px;
}

.wrkshop_top_right h3 {
	color: white;
	font-size: 26px;
	display: flex;
	align-items: center;
	margin: 0;
	font-family: "Bricolage Grotesque", sans-serif;
}

.wrkshop_top_right h3 img {
	width: 40px;
	margin-right: 10px;
	mix-blend-mode: plus-lighter;
	filter: brightness(2.5);
}

.wrkshop_top_right hr {
	margin: 0;
	background: linear-gradient(90deg, #f6e0cd, #a0697b);
	height: 2px;
	opacity: 1;

}

.wrshop_btm {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.welcome_content p {
	color: #37103b;
	font-size: 18px;
	margin-bottom: var(--p30);
	/* text-align: center; */
}

.welcome_right .heading {
	margin-bottom: 8px;
}

.welcome_right .heading img {
	width: 42%;
}

.fics_counter {
	padding: 0;
	background: transparent;
}

.fics_counter ul {
	width: 100%;
}

.org_com_wrap,
.chad_wrap {
	padding: var(--padding);
	padding-top: calc(var(--headerheight) + var(--padding));
	background: linear-gradient(90deg, #07002a, #190359);
}

.org_com_wrap .committee_inner,
.patron_wrap .committee_inner {
	gap: var(--padding);
}

.org_com_wrap .committee_box,
.patron_wrap .committee_box {
	width: calc(calc(100% - calc(var(--padding) * calc(var(--cominline) - 1))) / var(--cominline));
}

.allcom_wrap .committee_box,
.corecom_wrap .committee_box,
.chad_wrap .committee_box {
	width: calc(calc(100% - calc(var(--p20) * calc(var(--cominline5) - 1))) / var(--cominline5));
}

.org_com_wrap .committee_box h5,
.chad_wrap .committee_box h5,
.cen_com_right .committee_box h5 {
	color: #b89ba5
}

.allcom_wrap .committee_box h5 {
	color: white;
	margin-bottom: 1px;
	font-size: 12px;

}

.corecom_wrap .committee_box h5,
.corecom_wrap .committee_box h6 {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(90deg, #202126, #1f67f8);
	/* width: max-content; */
	background-clip: text;
}

.patron_wrap .committee_box .com_img_box {
	background: linear-gradient(304deg, #fd9452, #c494a0);
}

.corecom_wrap .committee_box .com_img_box {
	background: linear-gradient(90deg, #07002a, #190359);
}

.org_com_wrap .committee_box .com_img_box,
.cen_com_right .committee_box .com_img_box {
	background: linear-gradient(133deg, #272359, #b25d7e);
	position: relative;
}

.org_com_wrap .committee_box .com_img_box::after,
.cen_com_right .committee_box .com_img_box::after {
	background: #3f3c6a;
	content: '';
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.allcom_wrap .committee_box .com_img_box,
.chad_wrap .committee_box .com_img_box {
	background: #7b768e;
}

.org_com_wrap .committee_box h6,
.chad_wrap .committee_box h6,
.cen_com_right .committee_box h6 {
	color: #c6c5c8;
}

.allcom_wrap .committee_box h6 {
	color: #cbcbcb;
	font-size: 10px;

}

.patron_wrap,
.chad_wrap,
.corecom_wrap {
	padding: var(--padding);
}

.chad_wrap {
	border-radius: 50px;
}

.accordeon {
	width: 100%;
	height: calc(98vh - var(--headerfxheight));
	/* background-color: #c19947; */
	transform: translateZ(0);
	display: flex;
}

/* Taille des onglets fermÃ©s */
.accordeon .link {
	position: relative;
	float: left;
	width: calc(var(--allcom) * 2);
	height: 100%;
	color: #aaa;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s ease-out;
	border-top-left-radius: 25px;
	background-color: #c19947;
	border-bottom-left-radius: 25px;
	margin-right: calc(var(--allcom) / -1);
	padding-right: var(--allcom);
	box-shadow: -8px 0px 11px #00000066;
}

.accordeon .link:first-child {
	box-shadow: none;
}

.accordeon .link:last-child {
	border-right: 0;
}

/* Taille des onglets ouverts */
.accordeon .link.hovered {
	width: 100%;
	background-color: #eaeaea;
}

.accordeon .link.hovered .prev {
	opacity: 0;
}

.accordeon .link img {
	/* filter: brightness(0%); */
}

.accordeon .link:not(.hovered) .full_content {
	opacity: 0;
}

.accordeon .link .full_content {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	height: 100%;
	width: calc(100% - var(--allcom));
	padding: var(--p30);
}

.accordeon .link .full_content img {
	/* width: 50px; */
}

.accordeon .link .prev {
	height: 100%;
	width: 100%;
	font-size: 16px;
	transition: 0.3s ease;
	padding: var(--p20) 0px;
	writing-mode: sideways-lr;
	color: white !important;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	border-top-left-radius: 25px;
	/* background-color: #c19947; */
	border-bottom-left-radius: 25px;
}

.accordeon .link .prev>span {
	display: block;
	height: 100%;
	width: 100%;
	transition: 0.3s ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



.allcom_wrap {
	padding-left: var(--padding);

}

.com_wrap_con {
	width: 80%;
	margin: auto;
}

.welcome_left img.msg_ele {
	position: absolute;
	height: auto;
	left: 0;
}

.msg_ele_1 {
	top: 0;
}

.msg_ele_2 {
	bottom: 0;
}

.abstract_banner_wrap {
	background-image: url('../images/abstract/abstract_bk.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: var(--padding);
	padding-top: calc(var(--headerheight) + var(--p40));
	padding-bottom: 0;
}

.abstract_banner_lr {
	position: absolute;
	height: calc(100% + var(--p40));
	top: 0;
}

.abstract_banner_left {
	left: 0;
}

.abstract_banner_right {
	right: 0;
}

.abs_banner_content {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: space-evenly;
	height: 100%;
}

.abs_banner_content img {
	height: 50vh;
}

.abs_banner_content_top {
	width: 419px;
	padding-bottom: calc(var(--headerheight) + var(--p40));
}

.abs_banner_content_top h2 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 80px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: 0;
	line-height: 68px;
}

.abs_banner_content_top h4 {
	text-align: center;
	color: #cefcfe;
	text-transform: uppercase;
	font-size: 70px;
	margin: 0;
	line-height: 56px;
}



.abscountdown {
	margin-top: var(--p20);
}

.abscountdown ul {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: var(--p20);
	flex-wrap: wrap;
	width: 100%;
	margin-top: 11px;
	background: linear-gradient(90deg, #4f6b70, #19738b);
	border: 2px solid white;
	border-radius: 50px;
	padding: 10px 18px;
}

.abscountdown ul li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	text-align: center;
}

.abscountdown ul li n {
	position: relative;
	font-size: 33px;
	/* font-family: "Six Caps", sans-serif; */
	line-height: 31px;
	color: var(--color2);
	font-weight: 700;
}

.abscountdown ul li i {
	text-transform: capitalize;
	font-style: normal;
	text-transform: uppercase;
	/* font-weight: 700; */
	letter-spacing: 2px;
	color: #fcff88;
	font-size: 12px;
}

.abscountdown h4 {
	color: #fcff88;
	font-weight: 300;
	margin: 0;
	font-size: 16px;
	/* font-family: "Cormorant Garamond", serif; */
	text-transform: uppercase;
	letter-spacing: 14px;
	color: white;
	line-height: normal;
}

.counters {
	display: flex;
	gap: var(--p20);
	padding: var(--padding);
	width: 90%;
	margin: auto;
}

.counter-inner h4 {
	color: #949384;
	font-weight: 300;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}


.counter-inner h3 {
	/* letter-spacing: 0.125rem; */
	position: relative;
	/* display: flex; */
	/* overflow: hidden; */
	/* align-items: center; */
	font-size: 31px;
	/* font-family: "Cormorant Garamond", serif; */
	margin: 0;
	color: #1b2d99;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
}

.counter-inner {
	flex: 1;
	/* text-align: center; */
	padding: var(--p20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(232deg, #eeeeee, transparent);
	gap: 10px;
	border-radius: 15px;
	border: 2px solid #c3c1c0;
}

.spec_wrap {
	padding: var(--padding);
	background: #fafafa;
	border-top: 3px solid var(--color1);
}

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

.spec_left {
	width: var(--spec);
	display: flex;
	flex-direction: column;
	gap: var(--p40);
	padding-right: var(--p40);
}

.spec_left_box {}

.spec_left_box_head {
	margin-bottom: var(--p20);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--p20);
}

.spec_left_box_head h4 {
	color: #1b2d99;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
}

.spec_left_box_head h4 n {
	font-size: 13px;
	font-weight: 100;
	line-height: 16px;
	display: inline-block;
	margin-top: 8px;
}

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

.spec_left_box_qss li {
	flex: 1;
	background: white;
	padding: var(--p20);
	border-radius: 15px;
	border: 2px solid #37103b;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.spec_left_box_qss li h6 {
	margin: 0;
}

.spec_left_box_qss li h4 {
	font-family: "Bricolage Grotesque", sans-serif;
	margin: 0;
	font-weight: 600;
	color: #37103b;
}

.spec_left_box_qss li small {
	color: #6b6b6b;
}

.spec_box_btn {
	background: var(--color6);
	padding: 5px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	min-width: 306px;
}

.spec_box_btn button {
	border-radius: 50px;
	border: 0;
	font-size: 17px;
	padding: 6px 18px;
	background: transparent;
	color: #d4dfff;
	font-family: "Bricolage Grotesque", sans-serif;
}

.spec_box_btn button:hover {
	color: var(--color2);
}

.spec_box_btn button.active {
	color: var(--color1);
	background: var(--color2);
}

.spec_left_box_abss {
	background: white;
	padding: var(--p30);
	border: 2px solid #37103b;
	border-radius: 15px;
}

.con-spec-top-lt {
	display: none;
}

.con-spec-top-lt ul,
.spec_left_box_athr {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.con-spec-top-lt ul li,
.spec_left_box_athr li {
	display: flex;
	gap: var(--p20);
	align-items: start;
	position: relative;
}

.con-spec-top-lt ul li::before {
	content: '';
	position: absolute;
	left: 14px;
	bottom: 0;
	width: 2px;
	height: calc(calc(100% + var(--p20)) - 30px);
	background: #66226d;
	top: 30px;
}

.con-spec-top-lt ul li:last-child::before {
	display: none;
}

.con-spec-top-lt ul li n,
.spec_left_box_athr li n {
	min-width: 30px;
	background: #863e8d80;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #66226d;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 800;
	box-shadow: -3px 7px 9px #5e006740;
}

.con-spec-top-lt ul li p,
.spec_left_box_athr li p {
	margin: 0;
	font-size: 18px;
	color: #1b2d99;
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 23px;
}

.con-spec-top-lt ul li p span,
.spec_left_box_athr li p span {
	color: #6f6f6f;
	font-size: 14px;
	font-weight: 400;
}

.spec_left_box_smt_wrap {
	border-radius: 15px;
	overflow: hidden;
	border: 2px solid var(--color7);
}

.spec_left_box_smt_wrap .spec_left_box_head {
	background: var(--color7);
	padding: var(--p30);
	margin: 0;
}

.spec_left_box_smt_wrap .spec_left_box_head h4 {
	color: white;
}

.spec_left_box_head h4 span {
	font-weight: 100;
	font-size: 19px;
}

.spec_left_box_smt_wrap p {
	margin: 0;
	font-size: 14px;
	font-style: italic;
	color: #858585;
	padding: var(--p20) var(--p30);
	background: #eaeaea;
}

.spec_left_box_smt {
	background: white;
	/* border: 2px solid var(--color7); */
	padding: var(--p30);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--p20);
	/* border-bottom-left-radius: 15px; */
	/* border-bottom-right-radius: 15px; */
}

.spec_left_box_smt li {
	font-size: 18px;
	color: #535353;
	padding-left: 19px;
	position: relative;
}

.spec_left_box_smt li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1ce";
	color: var(--color1);
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.spec_right {
	width: calc(100% - var(--spec));
	display: flex;
	flex-direction: column;
	gap: var(--p40);
	position: sticky;
	top: calc(var(--headerfxheight) + 10px);
}

.spec_right_box {
	padding: var(--p30);
	background: white;
	border-radius: 15px;
	border: 2px solid #37103b;
}

.spec_left_box_str {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.spec_left_box_str li {
	font-size: 18px;
	color: #8a4341;
	padding-left: 19px;
	position: relative;
}

.spec_left_box_str li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f111";
	color: #8a4341;
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.spec_left_box_str_wrap {
	background: #ffdad9;
	border: 2px solid #bc7977;
}

.spec_left_box_str_wrap .spec_left_box_head h4 {
	color: #8a4341;
}

.spec_left_box_athr {}

.spec_left_box_athr li {}

.spec_left_box_athr li p {}

.spec_left_box_athr li p span {}

.spec_left_box_athr li n {
	min-width: 42px;
	font-size: 21px;
}

.spec_left_box_imn_wrap {
	background: #1b2d99;
	border-color: #1b2d99;
}

.spec_left_box_imn_wrap .spec_left_box_head h4 {
	color: white;
}

.spec_left_box_imn,
.young_scien_award_right ul {
	display: flex;
	flex-direction: column;
	gap: var(--p20);
}

.spec_left_box_imn li,
.young_scien_award_right ul li {
	font-size: 18px;
	color: white;
	padding-left: 19px;
	position: relative;
}

.young_scien_award_right ul li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f111";
	color: #ffc6c4;
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.registation_end,
.abstract_end,
.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box {
	display: none;
}

.registation_end h4 {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 33px;
	margin-bottom: 0;
	position: relative;
	letter-spacing: .8px;
	color: #cdd9ff;
	/* font-style: italic; */
	margin-top: 0;
	font-weight: 800;
	font-family: "Bricolage Grotesque", sans-serif;
	text-transform: uppercase;
}

.sub_spec_box {}

.sub_spec_box ul {
	background: white;
	/* padding: var(--p30); */
	/* border: 2px solid #37103b; */
	border-radius: 15px;
	box-shadow: 0 0 15px #00000024;
}

.sub_spec_box ul .sub_spec_box_li {
	/* padding: var(--p30); */
	border-bottom: 1px solid #0000002e;
}

.sub_spec_box ul .sub_spec_box_li:last-child {
	border: 0;
}

.sub_spec_box ul .sub_spec_box_li button {
	display: flex;
	align-items: center;
	width: 100%;
	border: 0;
	font-size: 18px;
	color: #1b2d99;
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
	line-height: 23px;
	background: transparent;
	padding: 0;
	position: relative;
	gap: 10px;
	padding: var(--p30);
	padding-right: calc(var(--p20) + var(--p30));
}

.sub_spec_box ul .sub_spec_box_li button span {
	min-width: 36px;
	font-size: 14px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* color: #66226d; */
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 800;
	/* box-shadow: -3px 7px 9px #5e006740; */
}

.sub_spec_box ul .sub_spec_box_li button.active,
.sub_spec_box ul .sub_spec_box_li button:hover {
	color: var(--color7);

}

.sub_spec_box ul .sub_spec_box_li button.active {
	padding-bottom: 0;
}

.sub_spec_box ul .sub_spec_box_li button.active span {
	background: var(--color7);
	color: #ffb0ca;
}

.sub_spec_box ul .sub_spec_box_li button::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f107";
	color: var(--color1);
	font-size: 22px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	right: var(--p20);
	top: 50%;
	transform: translateY(-50%);
}

.sub_spec_box ul .sub_spec_box_li button.active::before {
	color: var(--color7);
	transform: translateY(-50%) rotate(180deg);
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box {
	/* margin-top: 10px; */
	padding: var(--p30);
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box p,
.spec_bottom_left p,
.spec_bottom_right p {
	font-size: 18px;
	/* color: #535353; */
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol {
	padding-left: 0;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li {
	font-size: 16px;
	color: #535353;
	position: relative;
	padding-left: 19px;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1ce";
	color: var(--color1);
	font-size: 9px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 0;
	top: 6px;
}

.sub_spec_box ul .sub_spec_box_li .sub_spec_box_li_box ol li b {
	color: #1b2d99;
}

.young_scien_award {
	background: #1b2d99;
	padding: var(--p30);
	border-radius: 15px;
	margin-top: var(--p40);
	display: flex;
	gap: var(--p40);
	align-items: center;
}

.young_scien_award_left {
	flex: 1;
}

.young_scien_award_left h3 {
	font-weight: 600;
	color: white;
	font-size: 56px;
	font-family: "Bricolage Grotesque", sans-serif;
	margin-bottom: var(--p20);
}

.young_scien_award_left h3 span {
	color: #ffc6c4;
}

.young_scien_award_left p {
	font-size: 18px;
	color: white;
	margin-bottom: var(--p30);
}

.young_scien_award_left ul {
	display: flex;
	gap: 15px;
}

.young_scien_award_left ul li,
.spec_left_box_imn li {
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 18px;
	background: #ffffff24;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ffffff80;
}

.young_scien_award_left ul li span {
	color: #d4dfff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	/* font-weight: 600; */
}

.young_scien_award_left ul li n {}

.young_scien_award_right {
	flex: 1;
	background: #ffffff24;
	padding: var(--p30);
	border-radius: 10px;
	border: 1px solid #ffffff80;
}

.young_scien_award_right .spec_left_box_head h4 {
	color: #ffc6c4;
}

.young_scien_award_right ul {}

.young_scien_award_right ul li {
	padding-left: 31px;
}

.young_scien_award_right ul li::before {
	content: '\f058';
	font-size: 18px;
}

.spec_bottom {
	margin-top: var(--p40);
	display: flex;
	gap: var(--p40);
}

.spec_bottom_left,
.spec_bottom_right {
	background: white;
	padding: var(--p30);
	border-radius: 15px;
	box-shadow: 0 0 15px #00000024;
	flex: 1;
}

.spec_bottom_left p,
.spec_bottom_right p {
	margin-bottom: var(--p20);
}

.spec_bottom_left ul,
.spec_bottom_right ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: var(--p30);
}

.spec_bottom_left ul li,
.spec_bottom_right ul li {
	color: #1b2d99;
	font-size: 15px;
	background: #1b2d992e;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ffffff80;
	position: relative;
	padding-left: 35px;
}

.spec_bottom_left ul li::before,
.spec_bottom_right ul li::before {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f058";
	color: #1b2d99;
	font-size: 12px;
	position: absolute;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.spec_bottom_left n,
.spec_left_box_imn_wrap n {
	font-size: 14px;
	font-style: italic;
	color: #858585;
	display: inline-block;
}



.spec_bottom_right ul {
	margin: 0;
	grid-template-columns: 1fr;
}

.spec_bottom_right ul li {
	background: #ffdad9;
	color: #8a4341;
}

.spec_bottom_right ul li::before {
	color: #8a4341;
	content: "\f057";
}

.spec_left_box_imn_wrap n {
	color: #ffffffa6;
	margin-top: var(--p20);
}

.central_committee {}

.cen_com_top {
	/* margin-bottom: var(--p30); */
	display: flex;
	align-items: start;
	flex-direction: column;
	position: sticky;
	top: calc(var(--headerfxheight) + var(--p30));
	width: 50%;
	gap: var(--p30);
	padding-right: var(--p40);
}

.cen_com_top_left {
	display: flex;
	align-items: center;
	gap: var(--p20);
	width: 100%;
}

.cen_com_top_right {
	display: flex;
	justify-content: end;
}

.cen_com_top_left img {
	min-width: 100px;
	max-width: 100px;
}

.cen_com_top_left .heading {
	margin: 0;
	width: 100%;
}



.cen_com_top_left .heading h6 {
	color: #ffffff7a;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 14px;
}

.cen_com_wrap {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.cen_com_left {
	/* padding-right: var(--p40); */
	color: #fff;
	margin: 0;
	font-size: 17px;
}

.cen_com_right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: var(--p20);
}

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

.org_com_wrap .committee_inner {
	justify-content: center;
}

.full_content .heading h2 {
	font-size: 34px;
	line-height: 37px;
}

.full_content .heading h4 {
	font-size: 28px;
}

.abstract_bottom_left .abscountdown ul {
	background: transparent;
}

.abstract_bottom_left .abstract_countdown {
	width: 60%;
}
.abs_btn{
	display: flex;
	align-items: center;
	gap: 10px;
}
.header_btn .main_btn span n{
	display: none;
}