@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://db.onlinewebfonts.com/c/56781ad6b0c3a536eab3138fc57fc246?family=DistilleryScript');
@import url('https://db.onlinewebfonts.com/c/d65e9c42e68e41f352814a95971b9ee2?family=Donau+Neue');
@import url('https://db.onlinewebfonts.com/c/1dc7840abb13fcda12aa8d1cb21fb832?family=Agrandir');
@import url('https://db.onlinewebfonts.com/c/120b8062ebfeda17397ac078f94f55db?family=ElleFutura');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Six+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
	font-family: puja;
	src: url('../fonts/Puja-17-06-2006.woff');
}

@font-face {
	font-family: season;
	src: url('../fonts/Fontspring-DEMO-theseasons-reg.woff');
}

@font-face {
	font-family: garet;
	src: url('../fonts/Garet-Book.woff');
}

@font-face {
	font-family: slight;
	src: url('../fonts/Slight-Regular.woff');
}

:root {
	--color1: #971217;
	--color2: #cdab14;
	--color3: #1d368d;
	--headingcolor1: #00B8FD;
	--viewport: calc(var(--vh, 1vh) * 100);
	--headerheight: 100px;
	--padding: 80px;
	--p30: 30px;
	--p40: 40px;
	--regileft: 131px;
	--regidate: 220px;
	--comright: 340px;
	--abstractleft: 120px;
	--abstractimg: 332px;
	--regileftcard: 335px;
	--centarcom: 400px;
	--centarcomgap: 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;
	overflow-x: hidden;
	font-size: 15px;
	background: #fefff6;
}

.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: 13px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.heading h4 {
	font-family: "DistilleryScript";
	text-align: center;
	font-size: 35px;
	margin-bottom: 1px;
	display: inline-block;
	position: relative;
	width: max-content;
	color: #5B0A0A;
}

.heading h2 {
	color: #ffeea1;
	font-size: 54px;
	margin-bottom: 0;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, var(--headingcolor1), #054C79);
	-webkit-background-clip: text;
	font-family: "Agrandir";
	font-weight: 600;
	display: inline-block;
	width: max-content;
}

.msg_wrap {
	display: flex;
	background: linear-gradient(180deg, #15305f, #001f3e);
	overflow: hidden;
	/* gap: 60px; */
	padding: var(--p40);
	flex-wrap: wrap;
}

/* 
.msg_left_content {}

.msg_left {
	width: 55%;
	background-image: url('../images/msg_rt.png');
	padding: var(--p40);
	background-size: cover;
	background-repeat: no-repeat;
}

.msg_left p {
	z-index: 1;
	position: relative;
	margin: 0;
	font-size: 15px;
	color: white;
	line-height: 28px;
	padding: 21px;
	text-align: justify;
}

.msg_left p::before,
.msg_left p::after {
	content: '';
	background-image: url(../images/msg_border.png);
	width: 45px;
	height: 45px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.msg_left p::before {
	top: 0;
	left: 0;
}

.msg_left p::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.msg_left p span {
	line-height: 1.6;
	font-family: Helvetica;
	text-align: justify;
	margin: 0;
	font-size: 16px;
	color: white;
}

.msg_left img {
	float: right;
	width: 650px;
	shape-outside: url('../images/banner_center.png');
	shape-margin: 30px;
	margin-right: -215px;
	margin-bottom: 0;
}

.msg_left .heading h4 {
	color: white;
}

.msg_left .heading h2 {
	background: linear-gradient(310deg, var(--headingcolor1), #ffffff);
	-webkit-background-clip: text;

}

.msg_mid {
	width: 45%;
	z-index: 1;
	padding: var(--p40);
	position: relative;
	padding-bottom: 0;
	background-image: url('../images/Message Page Graphics_BACKGROUND 1.png.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.msg_mid img {
	width: calc(100% + 30px);
	position: relative;
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

.msg_mid .heading h4 {
	-webkit-text-fill-color: white;
}

.msg_mid .heading h2 {
	background: transparent;
	-webkit-background-clip: unset;
	font-size: 59px;
	line-height: 53px;
	font-family: "Donau Neue";
	font-weight: 100;
	-webkit-text-fill-color: #ffffff;
	text-shadow: 0 0 15px #000000b0;
}

.msg_right {
	width: 23%;
	background-image: linear-gradient(180deg, var(--color3), var(--color1));
} */

.indv_msg_wrap {
	padding: var(--p40) 0;
}



.indv_msg_wrap_inner {
	width: 95% !important;
	margin: auto;
	position: relative;
}

.indv_msg {
	background: #f6f6f2;
	width: 100%;
	border-radius: 25px;
	height: 85vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.indv_msg_inner img {
	width: 150px !important;
	border-radius: 93px;
}

.indv_msg_inner h3 {
	font-family: "Merriweather", serif;
	font-size: 40px;
	margin-top: 15px;
	color: #48120e;
}

.indv_msg_inner p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 23px;
	color: #404040;
}

.indv_msg_inner p span,
.indv_msg_inner p n,
.indv_msg_clone .indv_msg_inner p i {
	display: none;
}

.indv_msg_clone {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scale(0);
	background: #f6f6f2;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border-radius: 25px;
}

.indv_msg_clone.z-2 {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transition: .5s;
	left: 0;
	right: 0;
	transform: scale(1);
	box-shadow: 0 0 24px #7b7b7b40;
}

.indv_msg_clone .indv_msg {
	width: 100%;
}

.indv_msg_inner {
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 1;
}

.indv_msg_clone .indv_msg_inner {
	background: transparent;
}

.indv_msg_clone .indv_msg_inner p span,
.indv_msg_clone .indv_msg_inner p n {
	display: inline;
}

.indv_msg.clone {
	position: unset;
	transition: .5s;
}

.remove-clone {
	position: absolute;
	right: 9px;
	top: 9px;
	border-radius: 50px;
	border: 1px solid #48120eb3;
	color: #48120eb3;
}

.remove-clone i {

	transform: rotate(-45deg);
	transition: .5s;
}

.remove-clone:hover i {
	transform: rotate(0deg);
	transition: .5s;
}

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

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

.swiper-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-position {
	object-position: 50% 0%;
}

.overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #0f2027, transparent, transparent);
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay span {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 7px 18px;
	margin: 10px;
	border-radius: 20px;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: 700;
	font-family: inherit;
	background: rgba(255, 255, 255, 0.095);
	box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
		inset -3px 3px 3px rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(74px);
}

.overlay h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.4;
	margin: 0 0 20px 20px;
}

.registration_wrap {
	display: flex;
	padding: var(--p40);
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 0;
	transition: .5s;
	justify-content: center;
	background-image: url('../images/bg-9.png');
	background-position: top left;
	background-size: cover;
	background-attachment: fixed;
}

.registration_wrap.open,
.regi_left.open {
	z-index: unset;
	transition: .5s;
}

.regi_left button::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #d54349;
	position: absolute;
	right: 100%;
	top: 7px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.regi_left.open button.open::before {
	display: block;
	right: -10px;
	opacity: 1;
	visibility: visible;
	transition: .5s;
}

.regi_left {
	width: var(--regileft);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: var(--p40);
	gap: 19px;
	height: 100%;
	position: sticky;
	top: calc(var(--headerheightfx) + var(--p30));
	z-index: -1;
	transition: .5s;
}

.regi_left button {
	background: transparent;
	border: 0;
	text-align: left;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	font-family: garet;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	position: relative;
}

.regi_left button img {
	width: 40%;
	border-radius: 5px;
	animation: beat 3s infinite alternate;
	transform-origin: center;
}

@keyframes beat {
	to {
		transform: scale(1.1);
	}
}

.regi_right {
	width: calc(100% - var(--regileft));
	display: flex;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	flex-wrap: wrap;
	padding-left: calc(var(--p40) * 2);
	border-left: 1px solid #ffffff24;
}

.regi_right_left {
	width: var(--regileftcard);
	display: flex;
	gap: 13px;
	padding-right: 0;
	flex-direction: column;
}

.regi_box {
	display: flex;
	padding: var(--p30);
	background-image: linear-gradient(89deg, #f1ece6 50%, #f7c3c5);
	border-radius: 15px;
	transition: .5s;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.regi_box.regular_regi {
	background-image: linear-gradient(89deg, #dfd8cf 50%, #a5937d);
	box-shadow: 0px 8px 29px #00000069;
}

.regi_box.spot_regi {
	background-image: linear-gradient(89deg, #dfd8cf 50%, #a5937d);
}


.regi_box:hover {
	box-shadow: 6px 6px 13px #00000029;
	transform: scale(1.02);
	transition: .5s;
}

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

.regi_box a {
	width: max-content;
	border: 1px solid var(--color2);
	padding: 11px 21px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 13px;
}

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

.regi_date h4 {
	color: var(--color3);
	font-size: 40px;
	font-family: "Donau Neue";
	margin-bottom: 6px;
}

.regi_date h5 {
	margin-bottom: 0;
	font-size: 16px;
	color: #1d368db5;
	font-family: "ElleFutura";
}

.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;
}

.regi_box ul li {
	/* text-align: center; */
	font-size: 15px;
	color: #724946;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #48120e26;
	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;
}

.regi_right_right {
	width: calc(100% - var(--regileftcard));
	padding-left: calc(var(--p40) * 2);
}

.counter_zone {
	margin-bottom: 0;
	margin-top: var(--p40);
	padding-top: var(--p40);
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid #ffffff24;
}

.counter_zone_left {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 0;
	flex-direction: column;
	justify-content: center;
}

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

.counter_zone_left h4 {
	font-size: 57px;
	margin-bottom: 0;
	color: #ffe15b;
	position: relative;
	font-family: "Donau Neue";
}

.counter_zone_left h5 {
	margin-bottom: 0;
	font-size: 17px;
	color: white;
	display: inline-block;
	width: 100%;
	background: #a63135;
	text-align: center;
	padding: 6px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-family: "ElleFutura";
}

.counter_zone_right {
	width: 550px;
}

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

.counter_zone_right ul li {
	padding: 0 20px;
	box-shadow: 5px 8px 10px #0000001a;
	background-image: linear-gradient(143deg, #f1ece6 50%, #ccefff);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 130px;
	height: 130px;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	background: linear-gradient(180deg, #ffffff36 0%, #ffffff00 100%);
	backdrop-filter: blur(2px);
}

.counter_zone_right ul li::before {
	content: '';
	border-radius: 50%;
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #b56262;
	left: 4px;
	top: 4px;
}

.counter_zone_right ul li n {
	color: #ffffff;
	position: relative;
	font-family: "Merriweather", serif;
	font-size: 28px;
	line-height: 31px;
	font-family: garet;
	font-weight: 600;
}

.counter_zone_right ul li i {
	color: white;
	font-size: 13px;
	text-transform: capitalize;
	color: #ffffffa8;
	font-style: normal;
	text-transform: uppercase;
}


.wrapper,
.content {
	position: relative;
	width: 100%;
	z-index: 1;
}

.content {
	overflow: hidden;
	z-index: 3;
	opacity: 0;
}

.content .section {
	background: white;
	width: 100%;
	height: 100vh;
	padding-top: 102px;
	position: relative;
	background-image: url('../images/banner/landingbak.png.webp');
	background-size: contain;
}

.image-container {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	perspective: 500px;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}

.image-container .road {
	z-index: 2;
}

.image-container .birds {
	z-index: 1;
}

.image-container .banner_cloud {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;

}

.image-container .banner_cloud img {
	position: unset;
	transform: translateX(-100%);
	display: block;
	min-width: 100%;
	white-space: nowrap;
}

.image-container img.taxi {
	position: absolute;
	bottom: -20vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	object-fit: contain;
}

.abstract_wrap {
	padding: var(--p40);
	display: flex;
	align-items: start;
	background: #f9f8e0;
	margin-top: var(--headerheight);
	padding-top: 0;
	background-image: url(../images/abs_bk.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.abstract_left {
	width: var(--abstractleft);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	height: calc(100vh - 130px);
	position: sticky;
	top: 100px;
	border-right: 1px solid #48120e26;
}

.abstract_left button {
	gap: 3px;
	padding: 0;
	border: 0;
	background: transparent;
	position: relative;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	font-family: garet;
}

.abstract_left button img {
	width: 30%;
}

.abstract_right {
	width: calc(100% - var(--abstractleft));
	padding: var(--p40);
	padding-right: 0;
}

.abstract_top {
	display: flex;
	align-items: center;
	padding: 0 var(--p40);
	margin-bottom: var(--p40);
}

.abstract_top img {
	width: var(--abstractimg);
	/* box-shadow: 9px 12px 25px #00000008; */
	/* aspect-ratio: 2 / 3.2; */
}

.abstract_top .abstract_top_right {
	width: calc(100% - var(--abstractimg));
	padding-left: var(--p30);
}

.abstract_top .abstract_top_right h2 {
	font-family: slight;
	font-family: season;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 39px;
	color: #ffeea1;
	font-size: 40px;
	margin-bottom: 11px;
	line-height: 51px;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, var(--headingcolor1), #054C79);
	-webkit-background-clip: text;
	font-family: "Agrandir";
	font-weight: 600;
	display: inline-block;
	width: max-content;
}

.abstract_top .abstract_top_right h3 {}

.abstract_bottom {
	background: #ffffff99;
	padding: var(--p30);
	/* margin-top: -90px; */
}

.abstract_bottom_top {
	/* padding-left: calc(var(--abstractimg) + var(--p40)); */
}

.abstract_bottom_top_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: var(--p30);
	border-bottom: 1px solid #d1d1d17d;
}

.banner_wrap {
	display: flex;
	justify-content: center;
	padding-top: 0;
	align-items: center;
	height: calc(54vh - 120px);
}

.banner-left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	padding-right: 20px;
	border-right: 2px solid #c3c3c3a3;
}

.banner-left img {

	width: 100%;
}

.banner-left h4 {
	color: #1e3893;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: "DistilleryScript";
}

.banner-left h2 {
	color: #cc242a;
	text-transform: uppercase;
	font-size: 72px;
	margin-bottom: 0;
	font-family: season;
	line-height: 61px;
}

.banner-left h5 {
	font-size: 16px;
	margin-bottom: 0;
}

.banner-right {

	width: 40%;

	padding-left: 20px;
}

.banner-right p {
	color: #0e375b;
	margin-bottom: 13px;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	font-size: 22px;
	font-family: garet;
	margin-bottom: 0;
}

.banner-right p b {
	display: flex;
	align-items: center;
}

.banner-right p b:first-child {
	font-size: 26px;
}

.banner-right p b i {
	font-size: 20px;
	margin-right: 10px;
}

.banner-right p b:first-child i {
	font-size: 24px;
}

.banner-right p b:first-child sub {
	bottom: -.1em;
	display: inline-block;
	margin-right: 4px;
}

.banner_a {
	border: 1px solid var(--color2);
	padding: 11px 21px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 13px;
	display: none;
}

.abstract_bottom_bottom_inner h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 7px;
	font-weight: 600;
	font-family: season;
	letter-spacing: 1px;
	color: var(--color1);
}

.subm_cate_wrap {
	margin: 25px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.subm_cate_wrap li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.subm_cate_wrap li img {
	width: 80px;
	height: 80px;
	filter: brightness(.4);
}

.subm_cate_wrap li h6 {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 18px;
	font-family: season;
	color: var(--color1);
}

#topic h5,
#category h5,
#structure h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	color: #6c6c6c;
}

.topics {
	margin: 11px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.topics li {
	position: relative;
	list-style: none;
	padding-left: 16px;
	font-size: 15px;
}

.topics li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 300;
	position: absolute;
	left: 0;
	font-size: 8px;
	top: 7px;
	color: #108515;
}

#topic p,
#category p {
	color: var(--clrgry);
}

#category_wrap {
	margin: 25px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

#category_wrap li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#category_wrap li img {
	width: 80px;
	height: 80px;
}

#category_wrap li h6 {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 23px;
	color: #a0dbff;
}

.structure_content {
	margin: 20px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.structure_content li {
	list-style: none;
	width: 49%;
}

.structure_content h4 {
	margin-top: 0;
	font-size: 18px;
	color: var(--color3);
	margin-bottom: 11px;
	font-family: garet;
}

.structure_content .structure_content_inner {
	padding-left: 0;
	display: grid;
	gap: 14px;
}

.structure_content .structure_content_inner li {
	width: 100%;
}

.structure_content .structure_content_inner li h5 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	color: white;
}

.structure_content .structure_content_inner li p {
	margin: 0;
	font-size: 13px;
	color: var(--clrgry);
}

.count_inner {
	margin-top: var(--p30);
}

.count_inner ul {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-top: 1px solid #d1d1d17d;
	border-bottom: 1px solid #d1d1d17d;
	padding: var(--p30) 0;
}

.count_inner ul li {
	list-style: none;
	width: 100%;
	padding: 0 var(--p30);
}

.count_inner ul li:nth-child(2) {

	border-left: 1px solid #d1d1d17d;

	border-right: 1px solid #d1d1d17d;
}

.count_inner ul li h3 {
	margin-top: 0;
	text-align: center;
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: "Jaini", serif;
	font-family: "Merriweather", serif;
	letter-spacing: 1px;
	color: var(--color1);
	font-weight: 600;
}

.count_inner ul li h4 {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	font-size: 17px;
	font-family: garet;
	color: #97121791;
	margin-bottom: 5px;
}

.count_inner ul li h5 {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 14px !important;
	color: inherit !important;
}

.count_inner p {
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
	color: var(--clrgry);
}

.author_inner {
	margin: 30px 0;
	border-top: 1px solid #d1d1d17d;
	padding-top: 30px;
}

.author_inner h4 {
	margin-top: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: var(--color3);
	font-family: garet;
}

.author_inner ul,
.spec_wrap {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 7px;
}

.author_inner ul li,
.spec_wrap li {
	position: relative;
	list-style: none;
	font-size: 15px;
	padding-left: 14px;
}

.author_inner ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	position: absolute;
	left: 0;
	font-size: 6px;
	top: 9px;
	color: var(--color2);
}

.spec_wrap li {
	padding-left: 0;
}

#structure,
#category {
	margin: 0px 0;
}

#review {
	margin-top: 60px;
}

.abstract_timeline_counter ul {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 0;
	gap: 6px;
}

.abstract_timeline_counter ul li {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fdfcf3;
	padding: 10px;
	width: 80px;
	border-radius: 11px;
	box-shadow: 3px 5px 9px #0000002b;
}

.abstract_timeline_counter ul li span {
	font-size: 30px;
	color: var(--color3);
	line-height: normal;
	font-weight: 800;
	font-family: garet;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, black, #8b2b2b);
	-webkit-background-clip: text;
	font-family: "Donau Neue";
}

.abstract_timeline_counter ul li i {
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
	color: var(--color3);
}

.abstract_timeline h4 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	font-family: season;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1d368d8f;
	font-weight: 600;
	margin-bottom: 2px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(137deg, #914D2E, #C58268, #914D2E, #C58268);
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-family: "ElleFutura";
}

.abstract_timeline h5 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 34px;
	font-weight: 300;
	color: var(--color3);
	font-family: garet;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, black, #8b2b2b);
	-webkit-background-clip: text;
	font-family: "Donau Neue";
	text-transform: uppercase;
	font-weight: 700;
}

.abstract_timeline_counter {
	margin-top: 15px;
}

.abstract_timeline {
	display: flex;
	gap: var(--p30);
}

.abstract_timeline div {
	position: relative;
}

.abstract_timeline div:first-child::before {
	content: '';
	content: '';
	width: 2px;
	height: 100%;
	background-image: linear-gradient(45deg, var(--headingcolor1), #054C79);
	position: absolute;
	right: -16px;
}

.abstract_bottom_top_inner h2 {
	margin-bottom: 0;
	font-size: 21px;
	font-family: season;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color1);
	font-weight: 600;
}

.abstract_bottom_top_inner button {
	border: none;
	border-radius: 50px;
	font-size: 11px;
	padding: 7px 15px;
	background: #1d368d1c;
	text-transform: uppercase;
	font-family: garet;
	letter-spacing: .3px;
	box-shadow: 3px 5px 9px #0000002b;
}

.abstract_bottom_bottom {
	margin-top: var(--p30);
}

.abstract_bottom_inner,
.abstract_bottom_bottom_inner {
	display: none;
}

.abstract_left button::before {
	content: '';
	background: var(--color1);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	transition: .5s;
}

.abstract_left button.active::before,
.abstract_left button:hover::before {
	width: 5px;
	opacity: 1;
	visibility: visible;
	transition: .5s;
}

.abstract_bottom_top_inner button.active,
.abstract_bottom_top_inner button:hover {
	background: var(--color3);
	color: white;
}


.flex-container {
	/* height: calc(80vh - 71px); */
	width: 80%;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	gap: 10px;
	margin: auto;
	margin-top: var(--p40);
}

.flex-title {
	color: #f1f1f1;
	position: relative;
	/* height: 56%; */
	/* transition: .5s; */
	/* z-index: 1; */
	/* position: absolute; */
	/* bottom: 0px; */
	/* left: 50%; */
	transform: translatey(0px);
	/* transition: .5s; */
	border-radius: 15px;
	overflow: hidden;
}

.flex-title img {
	width: 100%;
	object-fit: cover;
}

.flex-about {
	color: #f1f1f1;
	position: relative;
	width: 100%;
	font-size: 14px;
	padding: 0;
	/* height: 44%; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	/* transform: translateY(30px); */
	transition: .5s;
	gap: 3px;
	margin-top: 11px;
}

.flex-about h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: season;
	color: var(--headingcolor1);
	line-height: 22px;
	margin-bottom: 0;
}

.flex-about h5 {
	font-family: garet;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0;
	color: #ffffff82;
	text-transform: uppercase;
}

.flex-slide {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	/* border-radius: 25px; */
	position: relative;
	/* overflow: hidden; */
}

.ind_msg_bg {
	position: absolute;
	width: 100%;
	height: 95%;
	object-fit: cover;
	bottom: 0;
	left: 0;
	border-radius: 15px;
}

/* .flex-slide.open {
	-webkit-flex-grow: 3;
	flex-grow: 3;
} */


.flex-about p {
	/* opacity: 0; */
	transition: .5s;
	text-align: right;
	font-size: 15px;
	margin: 0;
	height: 0px;
	overflow: hidden;
}

/* .flex-slide.open .flex-title {
	height: 60%;
	left: -70px;
	transform: translateX(0%);
	transition: .5s;
}

.flex-slide.open .flex-title img {
	width: auto;
	object-fit: contain;
	transition: .5s;
} */

/* .flex-slide.open .flex-about {
	align-items: end;
	transform: translateY(0px);
	padding-left: 184px;
	height: 100%;
	justify-content: start;
}

.flex-slide.open h4 {
	text-align: right;
}

.flex-slide.open h5 {
	text-align: right;
} */

.flex-slide span i {
	position: relative;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
	transition: .5s;
}

.flex-slide span i::before,
.flex-slide span i::after {
	content: '';
	width: 90%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	border-radius: 50px;
}

.flex-slide span i::before {
	background-image: linear-gradient(270deg, #00b8fd, #054c7900);
	right: 110%;
}

.flex-slide span i::after {
	background-image: linear-gradient(90deg, #00b8fd, #054c7900);
	left: 110%;
}

/* .flex-slide.open span {
	display: none;
}

.flex-slide.open .flex-about p {
	opacity: 1;
	transition: .5s;
	margin-bottom: 0;
	height: auto;
} */

/* .flex-slide.shirnk .flex-title {
	height: 40%;
	transition: .5s;
}

.flex-slide.shirnk .flex-about h5 {
	font-size: 15px;
	transition: .5s;
}

.flex-slide.shirnk .flex-about h4 {
	font-size: 18px;
	line-height: 22px;
	transition: .5s;
}

.flex-slide.shirnk span i {
	font-size: 9px;
	transition: .5s;
}

.flex-slide.shirnk .flex-about {
	gap: 3px;
} */
.flex_img_wrap {
	position: relative;
	/* border-radius: 25px; */
}

.regi_right .heading {
	align-items: start;
}

.regi_right .heading h4 {
	color: white;
}

.regi_right .heading h2 {
	background: linear-gradient(310deg, var(--headingcolor1), #ffffff);
	-webkit-background-clip: text;
}

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

.utility_wrap h5 {
	font-size: 30px;
	margin-bottom: 0;
	color: #FFF4DD;
	width: 100%;
	margin-bottom: 2px;
	font-family: "Donau Neue";
	text-shadow: 2px 1px #0392c2c2;
	text-transform: uppercase;
}

.utility_wrap li {
	font-size: 12px;
	color: #ffffff;
	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: 60%;
	border-radius: 8px;
	background: #1d3c8d9e;
	padding: 5px;
}

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

.banner_bottom_img img {
	height: 100%;
}

.d-mob {
	display: none;
}

footer {
	background-image: url('../images/footer-back.png');
	display: flex;
	padding: var(--p40);
	box-shadow: 0px -13px 32px #00000099;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-direction: column;
}

.footer_left {
	width: 100%;
	padding-right: 20px;
	text-align: center;
}

.footer_left p {
	display: flex;
	gap: 6px;
	margin-bottom: 0;
	margin-top: 10px;
	align-items: center;
	justify-content: center;
}

.footer_left h6 {
	color: white;
	font-size: 17px;
	margin-top: 15px;
}

.footer_left p b {
	font-size: 15px;
	font-family: garet;
	color: #ebd572;
	font-weight: 400;
	width: 50%;
	text-align: left;
	padding-left: 10px;
}

.footer_left p b:first-child {
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
	border-right: 1px solid;
}

.footer_left p b i {
	margin-right: 5px;
}

.ft_contact {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: var(--p30);
	gap: 20px;
}

.ft_contact li {
	display: flex;
	align-items: center;
	gap: 15px;
	width: max-content;
	max-width: 30%;
}

.ft_contact li i {
	background: #FFFEF2;
	background: linear-gradient(140deg, rgba(255, 254, 242, 0.45) 0%, rgba(129, 180, 191, 0.4) 30%, rgba(0, 45, 122, 0.65) 66%, rgba(0, 144, 169, 0.75) 100%);
	display: inline-block;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 9px;
	border-radius: 6px;
}

.ft_contact li i img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ft_contact li span {
	color: white;
	font-size: 16px;
	width: calc(100% - 65px);
	font-family: garet;
}

.ft_logo {
	max-width: 210px;
}

.footer_mid {
	width: 40%;
}

.footer_mid h5 {
	color: white;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	padding-bottom: 14px;
	font-family: season;
	letter-spacing: 1px;
}

.ft_main_ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.ft_main_ul li {
	padding-left: 24px;
	position: relative;
}

.ft_main_ul li::before {
	content: '';
	position: absolute;
	left: 0;
	background: var(--color2);
	width: 14px;
	height: 4px;
	border-radius: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.ft_main_ul li a {
	color: white !important;
	font-size: 15px;
	font-family: garet;
}

.footer_right {
	width: 20%;
}

.copy-right {
	margin-bottom: 0;
	color: white;
	font-size: 17px;
}

.copy-right img {
	margin: 0;
	width: 106px;
	margin-bottom: 15px;
}

.copy-right a {
	font-size: 14px;
	font-family: garet;
	color: var(--color2);
}

.copy-right a i {}

.contact_wrap {
	padding: calc(var(--p40) * 2) var(--p40);
	background-image: url('../images/footer-bg.png.webp');
	display: flex;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	gap: var(--p40);
}

.contact_left {
	width: 31%;
}

.contact_social-wrap {
	gap: 13px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 60%;
}

.contact_social-wrap a {
	position: relative;
	justify-content: center;
	border-radius: 15px;
}

.contact_social-wrap a::before {
	top: 10px;
	left: 10px;
}

.contact_social-wrap a::after {
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.contact_social-wrap a img {
	width: 100%;
}

.contatc_right {
	width: 44%;
	display: flex;
	align-items: center;
	/* transform: rotate(-5deg); */
	position: relative;
}

.contatc_right img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.contatc_right img:last-child {
	position: absolute;
	right: -50px;
	bottom: -43px;
	z-index: 1;
	transform: rotate(5deg);
}

.regi_left_pop_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform-origin: center;
	display: flex;
	align-items: center;
}



.regi_left_pop_box {
	width: 100%;
	height: 100%;
	width: 60%;
	max-height: 80%;
	background: linear-gradient(322deg, #7D0103, #3F0303);
	padding: var(--p40);
	border-radius: 25px;
	padding-right: 0;
	box-shadow: 0 0 15px #00000054;
	position: relative;
	transform: translateX(var(--regileft));
}

.regi_left_pop_inner {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: var(--p40);
	width: 100%;
	height: 80vh;
	width: 60vw;
	background: linear-gradient(322deg, #7D0103, #3F0303);
	padding: var(--p40);
	border-radius: 25px;
	padding-right: 0;
	box-shadow: 0 0 15px #00000054;
	position: absolute;
	left: 0;
	top: -40px;
	padding-right: var(--p40);
	z-index: -1;
	opacity: 0;
	visibility: visible;
}

.regi_left_pop_inner.open {
	opacity: 1;
	visibility: visible;
	transition: .5s;
	z-index: 1;
	left: calc(var(--regileft) - var(--p40) + 10px);
}

.regi_left_pop_inner h5 {
	font-family: garet;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.regi_left_pop_inner p {
	font-size: 12px;
	color: white;
}

.regi_left_pop_inner table {
	color: white;
	font-size: 12px;
}

.regi_left_pop_inner ul {
	padding-left: 21px;
	display: grid;
	gap: 9px;
	margin-top: 10px;
}

.regi_left_pop_inner ul li {
	border: 0;
	list-style: circle;
	font-size: 12px;
	color: white;
}

.regi_close {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: white !important;
	position: absolute !important;
	top: 15px !important;
	right: 30px !important;
}

.banner_top_img {
	width: 100%;
	position: absolute;
	top: 102px;
	transform: rotate(180deg);
	opacity: .07;
}

.abstract_home_wrap {
	background-image: url('../images/abs_bk.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: var(--p40) 0;
	padding-bottom: 0;
	z-index: 1;
	position: relative;
	background-attachment: fixed;
}

.abstract_home_wrap .heading h4 {}

.abstract_home_wrap .heading h2 {}

.abstract_date {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	z-index: 1;
	position: relative;
}

.abstract_date li {}

.abstract_date li:first-child {
	position: relative;
	text-align: right;
}

.abstract_date li:first-child::before {
	content: '';
	width: 4px;
	height: 100%;
	background-image: linear-gradient(45deg, var(--headingcolor1), #054C79);
	position: absolute;
	right: -31px;
}

.abstract_date li p {
	font-size: 50px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, black, #8b2b2b);
	-webkit-background-clip: text;
	font-family: "Donau Neue";
	text-transform: uppercase;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 0;
}

.abstract_date li span {
	font-size: 24px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(137deg, #914D2E, #C58268, #914D2E, #C58268);
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-family: "ElleFutura";
	display: inline-block;
}

.abstract_btm {
	display: flex;
	align-items: end;
	position: relative;
	justify-content: space-between;
	margin-top: -31vh;
}

.abs_ele_1 {
	margin-left: var(--p40);
	filter: drop-shadow(-4px 2px 14px #0000002e);
	height: 65vh;
}

.abstract_btm_rt {
	width: calc(39% - 30px);
	background-image: url('../images/countdown.png');
	padding: var(--p40);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.abstract_btm_rt img {
	position: absolute;
	height: 211px;
	right: 0;
	bottom: 100%;
}

.abstract_btm_rt h5 {
	text-align: center;
	margin-bottom: 34px;
	color: white;
	text-transform: uppercase;
	font-family: "ElleFutura";
	font-size: 32px;
	letter-spacing: 2px;
	text-shadow: 0 0 10px #00000073;
}

.abstract_btm_rt ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}

.abstract_btm_rt ul g {
	color: #FFF4DD;
	position: relative;
	font-size: 45px;
	line-height: 0;
	background: linear-gradient(180deg, black, #8b2b2b);
	-webkit-background-clip: text;
}

.abstract_btm_rt ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.abstract_btm_rt ul li::before {
	border-radius: 8px;
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff6de;
	left: 4px;
	top: 4px;
}

.abstract_btm_rt ul li n {
	color: #FFF4DD;
	position: relative;
	font-size: 50px;
	line-height: 45px;
	font-family: "ElleFutura";
	font-weight: 500;
	/* -webkit-text-fill-color: transparent; */
	/* background: linear-gradient(180deg, black, #8b2b2b); */
	/* -webkit-background-clip: text; */
	font-family: "Donau Neue";
	/* font-weight: 600; */
}

.abstract_btm_rt ul li i {
	color: white;
	font-size: 19px;
	text-transform: capitalize;
	color: #ffffff;
	font-style: normal;
	text-transform: uppercase;
	font-family: "Donau Neue";
	text-shadow: 0 0 10px #000000b0;
}

.abs_btn_wrap {
	margin-bottom: 0;
	margin-top: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.abs_btn_wrap a,
.central_com_head_right a {
	background: #1D5F9C;
	padding: 11px 22px;
	border-radius: 50px;
	box-shadow: inset 2px -2px 10px #000000b0, inset -4px 4px 2px #ffffff4f, 0 0 12px #00000047;
	display: inline-block;
	font-size: 14px;
	color: white;
	transition: .5s;
}

.abs_btn_wrap a:hover,
.central_com_head_right a:hover {
	box-shadow: inset 2px -2px 35px #000000b0, inset -4px 4px 1px #ffffff4f, 0 0 12px #000000bd;
	transition: .5s;
}

.msg_mid .heading h2 {
	/* font-family: "Donau Neue"; */
	/* font-weight: 100; */
}

.msg_mid_rt {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url('../images/msg_left.png');
	background-size: cover;
	display: none;
}

.org_com_wrap {
	background: #E9FFFE;
	padding: var(--p40);
	position: relative;
	overflow: hidden;
}

.com_top_wrap {
	padding: var(--p40);
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.com_top_wrap::before {
	mix-blend-mode: multiply;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg-committee.png.webp');
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
}

.com_top_left {
	width: 37%;
}

.com_top_left .heading {
	align-items: start;
	width: 100%;
}

.com_top_left h4 {
	font-size: 43px;
	margin-bottom: 0;
	color: #fff;
}

.com_top_left h2 {
	font-size: 202px;
	line-height: 187px;
	word-break: break-word;
	width: 100%;
	text-align: left;
	font-family: "Six Caps", sans-serif;
	font-weight: 500;
	color: #C3F2FF;
	position: relative;
	text-shadow: 5px 5px #00c2c7a1, 10px 10px #00fdff38;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

.com_top_left h2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: white;

	z-index: -1;
}

.com_top_right {
	width: 63%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.com_top_right .committee_box {
	width: 33%;
	padding: 10px;
	position: relative;
}

.com_top_right .committee_box .com_img_box {
	width: 100%;
	position: relative;
	border-radius: 15px;
	background-image: linear-gradient(45deg, #163887, #3e98bf);
}

.com_top_right .committee_box .com_img_box img {
	width: 100%;
	border-radius: 15px;
}

.com_top_right .committee_box .com_img_box::before {
	content: '';
	border: 1px solid #87a0d5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -4px;
	top: -4px;
	border-radius: 15px;
}

.com_top_right .committee_box .com_name_box {
	border-radius: 15px;
	padding: 8px 13px;
	margin-top: 6px;
	background-image: linear-gradient(143deg, #f1ece6 50%, #ccefff);
}

.com_top_right .committee_box h5 {
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: 700;
	color: var(--color3);
	font-family: season;
}

.com_top_right .committee_box h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #7d6a14;
	font-family: garet;
}

.com_inner_wrap {}

.patron_wrap {
	display: flex;
	background: linear-gradient(322deg, #011e7d, #03053f);
	justify-content: center;
	align-items: center;
}

.patron_left {
	width: 70%;
	display: flex;
	padding: var(--p40);
}

.patron_right {
	width: 30%;
	padding: var(--p40);
}

.patron_left .committee_box {
	width: 50%;
	padding: 10px;
}

.patron_left .committee_box .com_img_box {
	width: 100%;
	background: var(--color3);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.patron_left .committee_box .com_img_box img {
	width: 100%;
	margin-top: -30px;
}

.patron_left .committee_box .com_name_box {
	width: 100%;
	background: var(--color3);
	padding: 13px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.patron_left .committee_box h5 {
	margin-bottom: 0;
	font-size: 18px;
	color: white;
	font-family: season;
}

.patron_right h3 {
	font-size: 44px;
	text-align: center;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, #D49443, #FFF5DA);
	-webkit-background-clip: text;
	font-family: "Agrandir";
	text-transform: uppercase;
	font-weight: 800;
}

.patron_right p {
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	color: white;
}

.central_com_btm {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	position: relative;
	flex-wrap: wrap;
	padding: var(--p40);
	margin: var(--p40) 0;
}

.central_com_btm::before {
	content: '';
	border: 2px solid var(--color3);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10000px;
	/* z-index: -1; */
	border-radius: 15px;
}

.central_com_btm .committee_box {
	width: 100%;
	padding: 0;
	/* -webkit-flex: 1; */
	-ms-flex: 1;
	/* flex: 1; */
	cursor: pointer;
	transition: all 500ms ease;
	position: relative;
}

.central_com_btm .committee_box .com_img_box {
	width: 100%;
	background: transparent;
	border: 2px solid #163887;
	border-radius: 15px;
}

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

.central_com_btm .committee_box .com_name_box {
	width: 100%;
	/* background: #163887; */
	/* padding: 13px; */
	margin-top: 8px;
}

.central_com_btm .committee_box h5 {
	margin-bottom: 2px;
	font-size: 16px;
	/* color: white; */
	font-family: season;
	color: var(--color3);
}

.central_com_btm .committee_box h6 {
	margin-bottom: 0px;
	font-size: 13px;
	color: #525252;
	font-family: garet;
}

.central_com_btm .committee_box:hover {
	flex-grow: 1.2;
	transition: all 500ms ease;
}

.sc_com_wrap {
	display: flex;
	padding: 12px;
	background: linear-gradient(180deg, #071631, #001327);
	align-items: start;
}

.sc_com_left {
	width: var(--comright);
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #ffffff0a;
	border: 1px solid #ffffff21;
	max-height: calc(100vh - var(--headerheightfx) - 24px);
	position: sticky;
	top: calc(var(--headerheightfx) + 12px);
	padding: 0;
	border-radius: 9px;
}

.sc_com_left a {
	font-size: 14px;
	color: #ffffffc9;
	font-family: garet;
	padding: 11px;
	position: relative;
	border: 1px solid #ffffff21;
}

.sc_com_left a span {
	position: relative;
}

.sc_com_left a:last-child {
	border-bottom: 0;
}

.sc_com_left a::before {
	/* content: ''; */
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(322deg, #7d010300, #074B78);
	opacity: 0;
	transition: .5s;
}

.sc_com_left a:hover {
	background: #ffffff2b;
	color: white;
}

.sc_com_left a.active {
	background: linear-gradient(90deg, #C58031, #bb9948);
	color: #05152f;
	color: #05152f;
}

.sc_com_left a.active::before {
	width: 100%;
	opacity: 1;
	transition: .5s;
}

.sc_com_left hr {
	background: linear-gradient(271deg, #E29D76, #F7C0B6);
	height: 3px;
	opacity: 1;
	border-radius: 50px;
	margin: 7px 0;
	display: none;
}

.sc_com_right {
	width: calC(100% - var(--comright));
	padding: var(--p40);
	padding-bottom: 0;
	padding-right: 20px;
}

.sc_com_right .heading,
.contact_left .heading {
	align-items: start;
}

.sc_com_right .heading h4,
.contact_left .heading h4 {
	color: white;
}

.sc_com_right .heading h2,
.contact_left .heading h2 {
	background: linear-gradient(310deg, var(--headingcolor1), #ffffff);
	-webkit-background-clip: text;
}

.sc_com_rt_box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.sc_com_rt_box h3 {
	width: 100%;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(0deg, #E29D76, #F7C0B6);
	-webkit-background-clip: text;
	margin-bottom: 0;
	font-family: "Donau Neue";
	font-size: 40px;
	/* display: none; */
}

.sc_com_rt_box h4 {
	position: relative;
	padding: 0 12px 12px 12px;
	margin-bottom: 0;
	font-size: 18px;
	color: white;
	background: #ffffff0a;
	padding: 11px;
	border: 1px solid #ffffff21;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sc_com_rt_box h4 span {
	height: 38px;
	border: 1px solid #ffffff21;
	min-width: 38px;
	max-width: 38px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #05152f66;
	color: #d1a249;
	display: none;
}

.sc_com_rt_box h4 b {
	font-weight: normal;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.sc_com_rt_box h4 b i {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: .5px;
	color: #ffffff6b;
	display: none;
}

.sc_com_rt_box h4::before {
	/* content: ''; */
	height: calc(100% + 7px);
	width: 3px;
	background: linear-gradient(0deg, #E29D76, #F7C0B6);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
}

.sc_com_rt_box h4::after {
	/* content: ''; */
	height: 3px;
	width: calc(100% + 7px);
	background: linear-gradient(271deg, #E29D76, #F7C0B6);
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50px;
}

.sc_com_text {
	height: calc(100vh - var(--headerheightfx) - 24px);
	position: sticky;
	top: calc(var(--headerheightfx) + 12px);
	display: flex;
	align-items: center;
	font-weight: bold;
	font-family: "Agrandir";
}

.sc_com_text h2 {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(271deg, #66010300, #252887);
	-webkit-background-clip: text;
	text-transform: uppercase;
	writing-mode: sideways-lr;
	margin: 0;
	font-size: 104px;
	font-weight: 500;
	font-family: "Bebas Neue", sans-serif;
	line-height: 87px;
}

.com_shap1 {
	position: absolute;
	width: 150px;
	right: 75px;
	bottom: -75px;
	z-index: -2;
	opacity: .6;
	animation: animName 50s linear infinite;
}

.com_shap2 {
	position: absolute;
	width: 200px;
	left: -50px;
	bottom: -50px;
	z-index: 1;
	animation: animName 50s linear infinite;
}

@keyframes animName {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.com_btn_wrap {
	/* background: #E9FFFE; */
	margin-top: var(--headerheight);
	padding: var(--p30);
	display: flex;
	/* align-items: center; */
	gap: var(--p30);
	background: linear-gradient(180deg, #071631, #001327);
	flex-wrap: wrap;
}

.com_btn_wrap a {
	display: flex;
	flex: 1;
	padding: 15px;
	flex-direction: column;
	gap: 13px;
	align-items: center;
	color: white !important;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 10px;
	cursor: pointer;
	font-family: "Agrandir";
	letter-spacing: .5px;
	text-align: center;
	justify-content: center;
	/* box-shadow: inset 11px 11px 16px #0000004a, inset -11px -11px 16px #f6f6f640, 11px 11px 16px #00000024, -11px -11px 16px #0054a417; */
	transition: .5s;
	background: #ffffff0a;
	border: 1px solid #ffffff21;
	position: relative;
	overflow: hidden;
}

.com_btn_wrap a::before {
	content: '';
	width: 100%;
	height: 0px;
	background: linear-gradient(90deg, #C58031, #bb9948);
	bottom: 0;
	position: absolute;
	transition: .5s;
}

.com_btn_wrap a:hover {
	box-shadow: none;
	transition: .5s;
	border-color: #978530;
}

.com_btn_wrap a:hover::before {
	height: 3px;
	transition: .5s;
}

.com_btn_wrap a img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	border-radius: 50px;
	padding: 8px;
	background: #ffffff14;
}

.com_btn_wrap .heading {
	width: 100%;
}

.com_btn_wrap .heading h4 {
	color: #d1a249;
	font-family: "Cinzel", serif;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0;
	letter-spacing: 4px;
}

.com_btn_wrap .heading h2 {
	-webkit-text-fill-color: #ffffff;
	font-size: 35px;
}

.central_com_head_wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	padding-top: var(--p40);
}

.central_com_head_wrap .heading {
	padding: 0;
	margin: 0;
	align-items: center;
	/* background-image: url('../images/Submit Your (19).png'); */
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.central_com_head_right {
	width: 50%;
	/* padding: var(--p30); */
	position: relative;
	/* background: var(--color1); */
}

.central_com_head_right::before {
	content: '';
	border: 2px solid #af0000;
	position: absolute;
	left: calc(var(--p40) / -1);
	top: calc(var(--p40) / -1);
	height: calc(50% + var(--p40));
	width: calc(100% + calc(var(--p40) * 2));
	/* z-index: -1; */
	border-top: 0;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.central_com_head_right img {
	width: 100%;
	padding: var(--p30);
	position: relative;
	background: linear-gradient(90deg, #e6c54d, #f6b257);
	border-radius: 15px;
}

.com_inner_heading_wrap {
	padding: var(--p40);
	background: #E9FFFE;
}

.com_inner_heading_wrap .heading {
	margin: 0;
}

.regi_owl_wrap {
	width: 100%;
	margin-top: 15px;
}

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

.regi_owl_wrap .owl-nav button {
	width: 26px;
	height: 26px;
	justify-content: center;
	line-height: 25px !important;
	font-size: 17px !important;
	border: 1px solid white !important;
	color: white !important;
	border-radius: 5px !important;
}

.abstract_top_right .heading {
	align-items: start;
	margin-bottom: 10px;
}

.abstract_top_right .heading h4 {
	font-size: 36px;
}

.abstract_top_right .heading h2 {
	margin-bottom: 0;
	line-height: 44px;
}

.abstract_top_right .abs_btn_wrap {
	justify-content: start;
	margin-top: 20px;
}

.sc_com_right .heading h2 {
	background: linear-gradient(310deg, #C87F2C, #ffffff);
	-webkit-background-clip: text;
}

.com_inner_heading_wrap .heading h4 {
	color: #3EB8FF;
}

.com_inner_heading_wrap .heading h2,
.central_com_head_wrap .heading h2 {
	background: linear-gradient(310deg, #00264C, #0055A4);
	-webkit-background-clip: text;
}

.central_com_head_wrap .heading h4 {
	/* color: white; */
}

.regi_left_pop {
	position: relative;
}

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

.city_wrap {
	padding: var(--padding) 0;
	background: #f6efe5;
}

.city_top {}

.city_content {
	position: relative;
	padding-top: 120px;
}

.city_top h3 {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 143px;
	font-family: "Merriweather", serif;
	line-height: 131px;
	color: #ad1a1a;
	position: absolute;
	top: 0;
	width: 100%;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	text-align: center;
}

.city_top h4 {
	width: 50%;
	margin: auto;
	text-align: center;
	margin-bottom: 0;
	margin-top: 60px;
	color: #724f48;
	font-size: 18px;
}

.city_img_content {
	width: 500px;
	height: 375px;
	border: 11px solid white;
	margin: auto;
	z-index: 1;
	position: relative;
	transform: rotateZ(-6deg);
	box-shadow: 7px 10px 24px #00000052;
}

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

.city_top .slick-arrow {
	bottom: 0 !important;
	top: inherit !important;
	background: #48120e !important;
	width: 40px !important;
	height: 40px !important;
	z-index: 1;
}

.city_top .slick-arrow::after {
	content: '';
	position: absolute;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid #48120e;
	left: -4px;
	top: -4px;
}

.city_top .slick-prev {
	right: 75px !important;
	left: inherit !important;
}

.city_top .slick-next {
	right: 20px !important;
}

.city_bottom {
	padding: 30px;
	border-top: 1px solid #48120e;
	margin-top: 30px;
}

.city_bottom span {
	font-family: "Merriweather", serif;
	color: #ad1a1a;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	font-size: 22px;
	opacity: .5;
	transition: .5s;
}

.city_bottom span.slick-current {
	opacity: 1;
	transition: .5s;
}

.city_top .slick-next::before,
.city_top .slick-prev::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #f6efe5;
	font-size: 17px;
}

.city_top .slick-prev::before {
	content: "\f060";
}

.city_top .slick-next::before {
	content: "\f061";
}

.header_bk {
	position: fixed;
	background: rgb(117 29 29 / 0%);
	width: 100%;
	height: 100vh;
	top: 0;
	display: none;
	z-index: 4;
}

.regi_left.open {
	z-index: 4;
}

/* mouse scroll */
.mouse p {
	font-size: 11px;
	margin-top: 50px;
	font-family: "Cabin", sans-serif;
	letter-spacing: 3px;
	text-indent: -6px;
	color: #ffffff;
	-webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
	animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

.mouse {
	background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
	position: absolute;
	width: 29px;
	height: 49px;
	border-radius: 100px;
	background-size: 100% 200%;
	-webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
	bottom: 35px;
	right: 25px;
	z-index: 3;
}

.mouse:before,
.mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mouse:before {
	width: 26px;
	height: 46px;
	background-color: #172e3b;
	border-radius: 100px;
}

.mouse:after {
	background-color: #ffffff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 5s linear infinite;
	animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
	0% {
		background-position: 0% 100%;
	}

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

	21% {
		background-color: #4e5559;
	}

	29.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	30% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

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

	51% {
		background-color: #4e5559;
	}

	59% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	60% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

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

	81% {
		background-color: #4e5559;
	}

	90%,
	100% {
		background-color: #ffffff;
	}
}

@keyframes colorSlide {
	0% {
		background-position: 0% 100%;
	}

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

	21% {
		background-color: #4e5559;
	}

	29.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	30% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

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

	51% {
		background-color: #4e5559;
	}

	59% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	60% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

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

	81% {
		background-color: #4e5559;
	}

	90%,
	100% {
		background-color: #ffffff;
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}

	6% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}

	14% {
		opacity: 0;
		transform: scale(0.4) translateY(20px);
	}

	15%,
	19% {
		opacity: 0;
		transform: scale(0.4) translateY(-10px);
	}

	28%,
	29.99% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}

	30% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}

	36% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}

	44% {
		opacity: 0;
		transform: scale(0.4) translateY(20px);
	}

	45%,
	49% {
		opacity: 0;
		transform: scale(0.4) translateY(-10px);
	}

	58%,
	59.99% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}

	60% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}

	66% {
		opacity: 1;
		transform: scale(0.9) translateY(5px);
	}

	74% {
		opacity: 0;
		transform: scale(0.4) translateY(20px);
	}

	75%,
	79% {
		opacity: 0;
		transform: scale(0.4) translateY(-10px);
	}

	88%,
	100% {
		opacity: 1;
		transform: scale(1) translateY(-10px);
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(8px);
	}

	30% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(8px);
	}

	60% {
		transform: translateY(0);
	}

	80% {
		transform: translateY(8px);
	}

	90% {
		transform: translateY(0);
	}
}

@keyframes nudgeMouse {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(8px);
	}

	30% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(8px);
	}

	60% {
		transform: translateY(0);
	}

	80% {
		transform: translateY(8px);
	}

	90% {
		transform: translateY(0);
	}
}

@-webkit-keyframes nudgeText {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(2px);
	}

	30% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(2px);
	}

	60% {
		transform: translateY(0);
	}

	80% {
		transform: translateY(2px);
	}

	90% {
		transform: translateY(0);
	}
}

@keyframes nudgeText {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(2px);
	}

	30% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(2px);
	}

	60% {
		transform: translateY(0);
	}

	80% {
		transform: translateY(2px);
	}

	90% {
		transform: translateY(0);
	}
}

@-webkit-keyframes colorText {
	21% {
		color: #4e5559;
	}

	30% {
		color: #ffffff;
	}

	51% {
		color: #4e5559;
	}

	60% {
		color: #ffffff;
	}

	81% {
		color: #4e5559;
	}

	90% {
		color: #ffffff;
	}
}

@keyframes colorText {
	21% {
		color: #4e5559;
	}

	30% {
		color: #ffffff;
	}

	51% {
		color: #4e5559;
	}

	60% {
		color: #ffffff;
	}

	81% {
		color: #4e5559;
	}

	90% {
		color: #ffffff;
	}
}

/* mouse scroll */
.msg_mid .heading {
	align-items: center;
}

.image-container img.banner_logo {
	z-index: 1;
	object-fit: contain;
}

.venue_wrap {
	padding: var(--p40);
	background: linear-gradient(180deg, #001C5B, #0E4468);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.vene_name {
	font-size: 37px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #e3d3ac, #C58031);
	-webkit-background-clip: text;
	font-family: "Donau Neue";
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
	display: inline-block;
}

.venue_image_wrap {
	width: 328px;
	/* margin: auto; */
	/* background: white; */
	/* padding: 17px; */
	/* margin-bottom: calc(var(--p40) * 2); */
	transform: rotate(3deg);
	position: relative;
}

.venue_img-box {
	width: 100%;
	background: white;
	position: relative;
	padding: 17px;
	padding-bottom: 0;
}

.venue_img-box img {
	width: 100%;
	aspect-ratio: 2 / 2;
	object-fit: cover;
}

.venue_image_wrap h5 {
	margin-bottom: 0;
	margin-top: 0px;
	font-family: "Donau Neue";
	text-transform: uppercase;
	font-size: 37px;
	/* padding-left: 9px; */
	color: #5f7b99;
	position: relative;
	background: white;
	padding: 17px;
	padding-top: 0;
}

.venue_image_wrap h5 i,
.venue_image_wrap h5 b {
	position: relative;
}

.venue_image_wrap h5 b {

	transform: translateY(-10px);

	display: inline-block;

	margin-right: 16px;
}

.venue_image_wrap h5 i {
	font-size: 56px;
	color: #2069B5;
	animation: markerBounce 2s infinite;
}

@keyframes markerBounce {
	50% {
		transform: translateY(-10%);
	}

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

.venue_image_wrap h5 b::before {
	content: '';
	background: #2069b552;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	/* margin: 11px 0px 0px -12px; */
	-webkit-transform: rotateX(55deg) translateX(-50%);
	-moz-transform: rotateX(55deg) translateX(-50%);
	-o-transform: rotateX(55deg) translateX(-50%);
	-ms-transform: rotateX(55deg) translateX(-50%);
	transform: rotateX(55deg) translateX(-50%);
	z-index: -2;
	animation: shadowShrink 2s infinite;
}

@keyframes shadowShrink {
	50% {
		width: 12px;
		height: 12px;
		opacity: .8;
	}

	100% {
		width: 14px;
		height: 14px;
		opacity: 1;
	}
}

.venue_image_wrap h5 b::after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	/* margin: 0px 0px 0 -20px; */
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 1px 2px #89849b;
	box-shadow: 0 0 1px 2px #89849b;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
	bottom: -16px;
	left: calc(50% - 20px);
	z-index: -1;
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1) rotateX(55deg);
		-moz-transform: scale(0.1, 0.1) rotateX(55deg);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1) rotateX(55deg);
		transform: scale(0.1, 0.1) rotateX(55deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2) rotateX(55deg);
		-moz-transform: scale(1.2, 1.2) rotateX(55deg);
		-o-transform: scale(1.2, 1.2) rotateX(55deg);
		-ms-transform: scale(1.2, 1.2) rotateX(55deg);
		transform: scale(1.2, 1.2) rotateX(55deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

.venue_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--p40) * 2);
	padding-bottom: var(--p40);
}

.venue_wrap .heading h2 {
	background: linear-gradient(310deg, #8CE7FF, #ffffff);
	-webkit-background-clip: text;
}

.venue_wrap .heading h4 {
	color: white;
}

.vnu_bk {
	position: absolute;
	left: -25px;
	top: 25px;
	height: 100%;
}

.vnu_com {
	width: 168px;
	position: absolute;
	right: -24px;
	bottom: -53px;
}

.process-step {
	position: relative;
	/* padding-left: 74px; */
	display: flex;
	align-items: center;
	gap: 16px;
}

.process-step-icon-box {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* background: #74cde1; */
	/* width: 60px; */
	/* height: 60px; */
	/* border-radius: 50px; */
	/* box-shadow: 3px 3px 10px #00000042, -3px -3px 10px #ffffff54; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

.number {
	font-size: 38px;
	opacity: 1;
	color: #3d888b;
}

.process-step::before {
	/* content: ''; */
	width: 60px;
	height: 60px;
	background: #f1bb9217;
	position: absolute;
	border-radius: 50px;
	left: 0;
	top: 16px;
}

.process-step span {
	font-size: 25px;
	line-height: 32px;
	color: #bcfbff;
	position: relative;
	font-family: 'glacialbold';
}

.process-step p {
	margin-bottom: 0;
	font-size: 17px;
	color: #e9e5ad;
	position: relative;
}

.appear {
	display: flex;
	flex-direction: column;
	gap: 22px;
	justify-content: space-around;
	width: 100%;
	margin-top: 31px;
}

.d-mob {
	display: none;
}

/* pre launch */

.suggetion_wrap {
	height: 100vh;
	background: #050b1f;
	overflow: auto;
	position: relative;
}

.suggeation_header {}

.suggetion_body {
	background-color: rgb(10 26 74 / 0.3);
	border: 1px solid rgb(255 255 255 / 0.1);
	width: 868px;
	margin: auto;
	border-radius: 20px;
	padding: 30px;
	backdrop-filter: blur(24px);
}

.suggetion_inner {}

.top_progress_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.top_progress_line_left {
	color: #dc143c;
}

.top_progress_line_mid {
	background: #ffffff1a;
	width: 100%;
	height: 1px;
	position: relative;
}

.top_progress_line_mid_red {
	background: #dc143c;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.top_progress_line_right {
	color: #ffffff1a;
}

.mid_progress {
	margin-top: 25px;
}

.bottom_progress {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.bottom_progress_inner {
	width: 50%;
	border-top: 1px solid rgb(255 255 255 / 0.1);
	padding-top: 25px;
}

.frm_head {
	border-left: 2px solid #dc143c;
	padding-left: 20px;
	margin-bottom: 42px;
}

.frm_head h2 {
	color: #ffeea1;
	font-size: 42px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, #6870ff, #ffffff);
	-webkit-background-clip: text;
	/* font-family: "Agrandir"; */
	font-weight: 700;
	display: inline-block;
	/* width: max-content; */
	font-family: "Playfair Display", serif;
	margin-bottom: 7px;
}

.frm_head h4 {
	font-size: 16px;
	margin-bottom: 0;
	color: #c7d9ff;
	position: relative;
	/* font-family: "Donau Neue"; */
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

.frm_head.step_1 {
	text-align: center;
	border: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.frm_head.step_1 h2 {
	text-align: center;
	font-size: 63px;
	width: 370px;
	margin-bottom: 21px;
}

.frm_head.step_1 h4 {
	text-align: center;
	width: 588px;
	margin: auto;
	font-size: 18px;
}

.frm_head.step_1.review_sub h2 {
	margin-bottom: 0;
	width: max-content;
	font-size: 27px;
}

.frm_head.step_1.sub_rec h2 {
	margin-bottom: 17px;
	width: max-content;
	font-size: 42px;
}

.step_1_wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 448px;
	margin: auto;
	margin-top: 25px;
	border: 1px solid white;
	border-radius: 0;
	padding: 25px;
	position: relative;
	background-color: rgb(255 255 255 / 0.05);
	border: 1px solid rgb(255 255 255 / 0.1);
}

.step_1_inner {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.step_1_inner label {
	color: #9ebaff;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .8px;
}

.step_1_inner input,
.step_1_inner select,
.step_1_inner textarea {
	border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 0.1);
	height: 39px;
	font-size: 18px;
	padding: 7px;
	background: transparent;
	color: white;
	background-color: rgb(255 255 255 / 0.05);
	font-family: "Playfair Display", serif;
}

.step_1_inner textarea {
	height: 200px;
}

.step_1_inner input:focus,
.step_1_inner textarea:focus,
.step_1_inner select:focus {
	border-bottom: 1px solid #dc143c;
}

.step_1_inner input:-webkit-autofill,
.step_1_inner input:-webkit-autofill:hover,
.step_1_inner input:-webkit-autofill:focus,
.step_1_inner textarea:-webkit-autofill,
.step_1_inner textarea:-webkit-autofill:hover,
.step_1_inner textarea:-webkit-autofill:focus,
.step_1_inner select:-webkit-autofill,
.step_1_inner select:-webkit-autofill:hover,
.step_1_inner select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	border-bottom: 1px solid #dc143c;
}

.step_1_inner input::placeholder,
.step_1_inner textarea::placeholder {
	color: #ffffff61;
}

.prs_btn {
	padding: 10px 34px;
	font-size: 12px;
	text-transform: uppercase;
	border: 0;
	font-family: "Lato", sans-serif;
	color: #0a1a4a;
	box-shadow: 0 0 24px #ffffff54;
	letter-spacing: .8px;
}

.prs_btn:hover {
	box-shadow: 0 0 24px #13bdfd6e;
	background: #d0eef9;
}

.prs_btn i {
	margin-left: 20px;
}

.prs_btn.prev {
	background: transparent;
	box-shadow: none;
	color: #ffffff99;
	position: relative;
	overflow: hidden;
}

.prs_btn.prev::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: rotate(0deg);
	background: rgba(255, 255, 255, 0.13);
	background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 13%) 77%, rgb(255 255 255 / 16%) 83%, rgb(255 255 255 / 13%) 93%, rgb(255 255 255 / 0%) 100%);
	opacity: 1;
	top: 0;
	left: -100%;
	animation: shine 3s infinite alternate;
	transform-origin: center;
}

@keyframes shine {
	to {
		left: 100%;
	}
}

.prs_btn.prev:hover {
	background: #ffffff0d;
	box-shadow: none;
}

.prs_btn.prev i {
	margin-left: 0;
	margin-right: 20px;
}

.prs_btn.comp {
	background: #dc143c;
	color: white;
}

.prs_btn.comp:hover {
	box-shadow: 0 0 24px #dc143cad;
}

.complete_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.complete_wrap svg {
	width: 87px;
	/* fill: white; */
	font-size: 41px;
	height: 87px;
}

.step_1_wrap_compelete {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 25px;
}

.step_1_wrap_compelete .step_1_inner {
	background-color: rgb(255 255 255 / 0.05);
	border: 1px solid rgb(255 255 255 / 0.1);
	padding: 15px;
}

.step_1_wrap_compelete .step_1_inner label {
	font-size: 10px;
}

.step_1_wrap_compelete .step_1_inner p {
	color: white;
	font-size: 23px;
	margin-bottom: 0;
	font-family: "Playfair Display", serif;
}

.suggeation_header {
	width: 868px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 30px 0;
	background: white;
	padding: 10px 30px;
	margin-bottom: 25px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 1px solid rgb(97 119 181);
	z-index: 1;
	position: relative;
	backdrop-filter: blur(24px);
}

.suggeation_footer {
	width: 868px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 !important;
	/* background: linear-gradient(
223deg, #ffffff, rgb(10 26 74 / 0.3)); */
	padding: 10px 30px;
	margin-top: 25px;
	/* border-top-left-radius: 20px; */
	/* border-top-right-radius: 20px; */
	/* border: 1px solid rgb(97 119 181); */
	z-index: 1;
	position: relative;
	/* backdrop-filter: blur(24px); */
	color: white;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	padding-bottom: 20px !important;
	color: #a9a9a9;
	font-family: "Playfair Display", serif;
	margin-bottom: 0 !important;
}

.suggeation_footer span {
	display: flex;
	align-items: start;
	gap: 6px;
}

.suggeation_footer span a {
	color: white;
	font-size: 13px;
	background-color: rgb(255 255 255 / 0.05);
	border: 1px solid rgb(255 255 255 / 0.1);
	border-radius: 50px;
	display: inline-block;
	color: white;
	font-size: 12px;
	padding: 6px 14px;
	font-family: "Lato", sans-serif;
}

.suggeation_footer span a i {
	margin-right: 5px;
	font-size: 12px;
}

.suggeation_footer img {
	width: 100px;
}

.suggeation_header img {
	width: 200px;
}

.suggeation_header span {
	background-color: #06102c17;
	border: 1px solid #06102c4f;
	border-radius: 50px;
	display: inline-block;
	color: #06102c;
	font-size: 12px;
	padding: 6px 14px;
	font-family: "Lato", sans-serif;
}

.suggeation_header span i {
	color: #dc143c;
	margin-right: 7px;
	font-size: 9px;
}

.inv_con {
	background-color: rgb(255 255 255 / 0.05);
	border: 1px solid #dc143c;
	border-radius: 50px;
	display: inline-block;
	color: white;
	font-size: 11px;
	padding: 3px 11px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	width: max-content;
	margin: auto;
	margin-bottom: 15px;
}

/* pre launch */
.msg_box {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.msg_box.msg_left {
	align-items: end;
	padding-right: 34px;
	border-image-source: linear-gradient(0deg, transparent, var(--color2), #ffefaa, #fffffff5);
	border-right: 4px solid;
	border-image-slice: 1;
}

.msg_box.msg_right {
	align-items: start;
	padding-left: 30px;
	padding-bottom: var(--p40);
}

.msg_box h3 {
	font-size: 35px;
	font-family: "Donau Neue";
	margin-top: 10px;
	color: var(--color2);
}

.msg_box h6 {
	font-family: garet;
	font-size: 14px;
	color: #bbbbbb;
}

.msg_box p {
	color: white;
	font-size: 14px;
	width: 80%;
}

.msg_box.msg_left p {
	text-align: right;
}

.msg_box h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, #ffffff, var(--headingcolor1));
	-webkit-background-clip: text;
	font-family: "Agrandir";
	font-weight: 600;
	font-size: 27px;
	margin-top: 30px;
}



.msg_box.msg_right h4 {
	width: 80%;
	text-align: right;
}

.msg_img {
	width: 200px;
}

.msg_vnu_img {
	width: calc(100% + 34px + var(--p40));
	margin-right: -34px;
}

.msg_wrap .heading h2 {
	background: linear-gradient(3deg, #ffb15b 100%, #ffdf98 100%, #fff9e5 0%);
	-webkit-background-clip: text;
}

.fxd_btn {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 4;
	box-shadow: -5px 0px 24px #9712179e;
	transform: translateY(-50%);
	writing-mode: sideways-lr;
	border-radius: 10px 0 0 10px;
	padding: 10px 8px;
	font-size: 12px;
	letter-spacing: 1px;
	background: var(--color1);
	color: white !important;
	text-transform: uppercase;
	transition: .5s;
}

.fxd_btn:hover {
	box-shadow: -6px 1px 29px #971217ab;
	background: #971217cf;
	transition: .5s;
}

.load_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-image: url(../images/abs_bk.png); */
	/* background-size: cover; */
	/* background-position: bottom; */
	/* background-repeat: no-repeat; */
	z-index: 6;
	/* display: none; */
	background: linear-gradient(180deg, #15305f66, #001f3e59);
	backdrop-filter: blur(24px);
}

.main {
	opacity: 0;
}

.main.active {
	opacity: 1;
}

.load_modal_inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.load_modal_box {
	width: 864px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	padding: var(--p40);
	background: linear-gradient(133deg, #ffffff8a, #ebd572f0);
	border-radius: 25px;
	border: 2px solid #cdab146e;
}

.bannerh5 {
	text-align: center;
	margin: 0;
	font-family: garet;
	font-size: 23px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, var(--headingcolor1), #054C79);
	-webkit-background-clip: text;
	font-weight: 700;
}

.load_logo {
	width: 400px;
}

.load_modal_box p {
	margin: 0;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: garet;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(310deg, #004f6d, #0089bd);
	-webkit-background-clip: text;
	gap: 10px;
	font-weight: 700;
}

.load_modal_box p b {
	font-weight: 700;
}

.load_modal_box h6 {
	margin: 0;
	text-align: center;
	margin-bottom: -16px;
	font-size: 17px;
	color: #a98b07;
}

.load_aiges {
	width: 250px;
}

.load_modal_box button {
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 18px;
	background: linear-gradient(310deg, #004f6d, #0089bd);
	color: white;
	border: 2px solid #0089bd;
	border-radius: 50px;
}

.central_com_wrap {
	display: grid;
	justify-content: center;
	grid-template-columns: var(--centarcom) calc(100% - calc(var(--centarcom) + var(--centarcomgap)));
	width: 940px;
	margin: auto;
	gap: var(--centarcomgap);
}

.central {
	background-image: url(../images/bck-1.png);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.central_com_head_bottom {
	width: 50%;
	transition: .5s;
	box-shadow: 0px -5px 24px #9712179e;
	position: relative;
	background: var(--color1);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.central_com_head_bottom:hover {
	box-shadow: 0px -6px 29px #971217ab;
	background: #971217cf;
	transition: .5s;
}

.central_com_head_bottom a {
	color: white;
	padding: 15px var(--p30);
	text-align: center;
	display: inline-block;
	width: 100%;

}

.key_wrap {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-family: garet;
	font-size: 15px;
	color: #b0e8ff;
	width: 80%;
	padding-left: 19px;
}

.key_wrap span {}

.vnu_name_box h4 {
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	-webkit-text-fill-color: #ffffff;
	/* background: linear-gradient(310deg, #ffffff, var(--headingcolor1)); */
	/* -webkit-background-clip: text; */
	font-family: "Agrandir";
	font-weight: 500;
	font-size: 18px;
	margin-top: 2px;
}

.vnu_name_box {
	padding-left: 16px;
	border-image-source: linear-gradient(180deg, #e3d3ac, #C58031);
	border-left: 3px solid;
	border-image-slice: 1;
}

.msg_bk {
	width: 100%;
	margin-bottom: calc(var(--p40) / -1);
}

.vnnu_bk {
	height: 40vh;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .3;
}

.sc_com_rt_box.active h4 {
	/* background: linear-gradient(90deg, #c5803166, #bb99484a); */
}

.regi_right_left n {
	    background: linear-gradient(89deg, #f1ece6d1 50%, #f7c3c5c7);
    border-radius: 50px;
    text-align: center;
    padding: 9px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
}
