.navbar .dark {
    background: #050d23;

}

* {
	outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	background-color: #050d23;
}

img {
	max-width: 100%;
}

a {
	color: #000F23;
	text-decoration: none;
}

h6 {
	width: 100%;
	display: block;
	font-size: 24px;
}

#registration .bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: .2 !important;
}



#registration .group-ticket img {
	position: relative;
	filter: grayscale(100%);
}

#registration .text {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	bottom: 13%;
	right: 10%;
	color: red;
}




@media screen and (max-width:1400px) {
	#registration .group-ticket img {
		position: relative;
		filter: grayscale(100%);
	}

	#registration .text {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		bottom: 20%;
		right: 13%;
		color: red;
	}
}

@media screen and (max-width:500px) {
	#registration .group-ticket img {
		position: relative;
		filter: grayscale(100%);
	}

	#registration .text {
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		bottom: 10%;
		right: 10%;
		color: red;
	}
}

.navbar {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform: translateY(-100px);
	opacity: 0;
	transition-delay: 0.9s;
}

.page-loaded .navbar {
	transform: translateX(0);
	opacity: 1;
}

body.page-loaded .preloader {
	left: 100%;
}

body.page-loaded .preloader .inner {
	left: 60%;
	opacity: 0;
}

body.page-loaded .preloader svg path {
	animation-name: svg-layer-out;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.content-section {
	margin: 0;
	padding: 50px 0;
	height: auto;
}



.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 19;
	transition: all 1s cubic-bezier(0.85, 0, 0.076, 1);
	transition-delay: 0.3s;
}

.preloader svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	fill: #050d23 !important;
}

.preloader svg path {
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.preloader .inner {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.preloader .inner figure {
	display: inline-block;
	margin: 0;
}

.preloader .inner figure img {
	height: 500px;
	width: auto;
}

.preloader .inner .percentage {
	width: 100%;
	display: block;
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: Poppins, Arial;
}

.preloader .loader-progress {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #050d23;
}

.page-transition {
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 19;
	transition: all 1s cubic-bezier(0.85, 0, 0.076, 1);
}

.page-transition svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	fill: #000F23;
}

.page-transition svg path {
	animation-name: svg-layer-out;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}

.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	outline: none;
}

.line {
	fill: none;
	stroke: #fff;
	stroke-width: 5;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}

.mobile-menu {
	width: 540px;
	max-width: 80vw;
	height: 100vh !important;
	min-height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 12;
	padding: 30px 50px;
	padding-right: 110px;
	color: #fff;
	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.55s;
	transition-delay: 0.15s;
}

.mobile-menu svg {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	fill: #000F23;
}

.mobile-menu svg path {
	animation-name: side-widget-out;
	-webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-duration: 0.8s;
	animation-fill-mode: forwards
}

.mobile-menu .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	transform: translateX(-100px)
}

.mobile-menu .inner .site-menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

.mobile-menu .inner .site-menu ul .register-btn {
	padding: 10px 10px;
}

.mobile-menu .inner .site-menu ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0
}

.mobile-menu .inner .site-menu ul li {
	width: 100%;
	display: block;
	margin: 10px 0;
	padding: 10px 10px;
	list-style: none
}

.mobile-menu .inner .site-menu ul li a {
	display: inline-block;
	color: #fff;
	padding-top: 10px;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.navbar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	padding: 10px 0;
}

.navbar .logo {
	display: inline-block;
}

.navbar .logo a {
	display: block;
}

.navbar .logo a img {
	height: 58px;
	width: auto;
}

.navbar .site-menu {
	display: flex;
	flex-wrap: wrap-reverse;
	margin: 0 auto;
}

.navbar .hamburger-menu {
	margin-left: 30px;
	cursor: pointer;
	display: none;
}

.navbar .navbar-button {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.navbar .navbar-button a {
	font-size: 10px;
	padding: 10px 20px;
	height: 47px;
	width: 120px;
	text-align: center;
}

.navbar {
	width: 100%;
}

.slider {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	background: #170921;
	position: relative;
	padding-top: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	align-items: center;
	overflow: hidden;
}

.slider .container {
	position: relative;
	z-index: 2;
}

.mobile-menu.active {
	z-index: 999 !important;
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
	.navbar .site-menu {
		display: none;
	}

	.navbar .hamburger-menu {
		display: inline-block;
	}

	.navbar .navbar-button {
		display: none;
	}

	.slider {
		height: auto;
	}
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding: 0 25px;
	}

	.navbar .hamburger-menu {
		margin-left: 15px;
	}

	.navbar {
		padding: 15px 0;
		position: fixed;
		top: 0;
	}

	.navbar .logo a img {
		height: 45px;
		width: auto;
	}

	.mobile-menu {
		padding: 30px;
		height: calc(100vh - 45px);
		align-items: baseline;
	}

	.mobile-menu .inner .site-menu ul li {
		margin: 30px 0;
	}

	.mobile-menu .inner .site-menu ul li a {
		font-size: 20px;
	}

	#eventSchedule .container {
		padding: 0 10px;
	}

	#eventSchedule td {
		text-align: left;
	}

	#eventSchedule table th.date-col {
		width: 95px;
		padding: 5px 5px 5px 0;
	}
}

@media screen and (max-width:500px) {
	.preloader .inner figure img {
		height: auto;
		width: auto;
	}

	.mobile-menu .inner .site-menu ul li.register-btn a {
		background-color: transparent;
		color: white;
		padding: 10px;
		padding-left: 15px;
		font-size: 11px;
		border: 1px solid #fff;
		border-radius: 50rem;
		position: relative;
		overflow: hidden;
		transition: background-color 0.3s ease, transform 0.3s ease;
	}
}

.navbar {
	padding: 20px 0;
}

#home_banner {
	height: 66.6vh;
}

#home_banner .bg-item-02 {
	position: absolute;
	left: -21%;
	top: 0;
	z-index: 3;
	opacity: 1;
	height: 100%;
}

#home_banner .bg-item-04 {
	position: absolute;
	left: 0;
	margin: 0px auto;
	right: 0;
	bottom: 0;
	z-index: 3;
	opacity: 1;
	width: 100%;
}

#home_banner .home-banner-artwork {
	height: 60vw;
	width: 60vw;
	right: 0;
	z-index: 10;
}

#home_banner .home-banner-artwork .artwork-01 {
	width: 30%;
	animation: flipCoin 10s linear infinite;
}

#home_banner .home-banner-artwork .artwork-02 {
	width: 31.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-03 {
	width: 32.7%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 80s linear infinite;
}

#home_banner .home-banner-artwork .artwork-04 {
	width: 34.4%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 90s linear infinite;
}

#home_banner .home-banner-artwork .artwork-05 {
	width: 36.2%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-06 {
	width: 38%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 80s linear infinite;
}

#home_banner .home-banner-artwork .artwork-07 {
	width: 42.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 90s linear infinite;
}

#home_banner .home-banner-artwork .artwork-08 {
	width: 47.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 30s linear infinite;
}

#home_banner .home-banner-artwork .artwork-09 {
	width: 52.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 80s linear infinite;
}

#home_banner .home-banner-artwork .artwork-10 {
	width: 58.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 90s linear infinite;
}

#home_banner .home-banner-artwork .artwork-11 {
	width: 63.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-12 {
	width: 68.5%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-13 {
	width: 74%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-14 {
	width: 79%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-15 {
	width: 85%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-16 {
	width: 91%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotateAnti 100s linear infinite;
}

#home_banner .home-banner-artwork .artwork-17 {
	width: 96%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	animation: rotate 100s linear infinite;
}

@keyframes flipCoin {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(90deg);
	}
}

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

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

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

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

#home_banner .brand-logo {
	z-index: 10;
}

#home_banner .brand-logo img {
	height: 40rem;
	width: 400px;
	z-index: 4;
	position: relative;
	top: 50px;
	bottom: 0px;
}

.show-mobile {
	display: none;
}

@media screen and (max-width:768px) {
	#home_banner {
		min-height: unset;
		overflow: hidden;
		display: flex;
		height: 70vh;
		flex-direction: column;
	}

	#home_banner .bg-item-02 {
		left: 0;
		top: 40px;
		height: auto;
		max-width: unset;
	}

	#home_banner .home-banner-artwork {
		width: 200%;
		position: relative;
		top: 100%;
		left: -50%;
	}

	#home_banner .brand-logo {
		position: absolute;
		bottom: 30%;
		right: -15%;

	}

	#home_banner .brand-logo img {
		width: 65%;
		height: 10%;
	}

	.mobile-menu {
		width: 100%;
	}

	.mobile-menu svg {
		fill: #050d23 !important;
	}

	.mobile-menu .inner .site-menu ul li {
		padding: 5px 0;
		margin: 0;
	}

	.mobile-menu .inner .site-menu ul li a {
		font-size: 20px;
		color: #fff;
	}

	.mobile-menu .inner .site-menu ul li.register-btn {
		position: relative;
		right: 18px;
	}

	.mobile-menu .inner .site-menu ul li.register-btn a {
		background-color: #fff;
		color: #050d23;
		padding: 10px;
		padding-left: 15px;
		font-size: 17px;
		border: 1px solid #fff;
		border-radius: 50rem;
		position: relative;
		overflow: hidden;
		transition: background-color 0.3s ease, transform 0.3s ease;
		margin-left: 9px;
		margin-top: 4px;
	}

	.show-mobile {
		display: block;
	}

	.register-btn.show-mobile {
		position: fixed;
		bottom: 0;
		width: 50%;
		background: #050d23;
		left: 0;
		right: 0;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		line-height: 50px;
		z-index: 18;
	}

	.photo-booth-btn em {
		font-size: 13px;
		line-height: 1;
		text-transform: initial;
		font-weight: normal;
	}

	.footer .bottom-bar {
		margin-bottom: 50px;
	}

}

.slick-prev:before,
.slick-next:before {
	font-size: 30px;
	opacity: .75;
	color: #000000;
}


.navbar.dark {
	background: rgb(5, 13, 35, 10);
}

.slick-dots li.slick-active button:before {
	color: #050d23 !important;
}

.slick-dots li button:before {
	font-size: 10px;
	color: #050d23;
}


#registration .bookingtermsmodal {
	background: none;
}

#registration .pc {
	display: none;
}

#registration .sheroes {
	height: 280px;
}

@media screen and (max-width: 1400px) {
	#registration .sheroes {
		height: 240px;
	}
}



@media screen and (max-width: 500px) {
	.row {
		--bs-gutter-x: 0rem !important;
	}

	#home_banner {
		padding-top: 100px;
		height: 50vh;
		overflow: hidden;
	}

	#registration .mobile {
		display: none;
	}

	#registration .pc {
		display: block;
	}


	#registration h2 {
		margin-bottom: 50px;
	}

	.tickets-row {
		margin-top: -10px !important;
	}

	#registration .bookingtermsmodal {
		width: 100%;
		background: none;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 30px;
		opacity: 1;
		z-index: auto;
		color: #050d23 !important;
	}

	#registration h2 {
		font-size: 28px;
		margin: 10px 0px;
	}

	#registration h6 {
		text-align: center;
	}

	.keyhighlightlist h2 {
		padding: 0 0px !important;
		font-size: 38px;
	}

	#home_banner .brand-logo {
		position: absolute;
		bottom: 48%;
		right: -10%;
	}

	#home_banner .brand-logo img {
		width: 70%;
		height: 10%;
	}

	#home_banner .home-banner-artwork {
		width: 200%;
		position: relative;
		top: 70%;
		left: -50%;
	}
}


.brand-logo a {
	background: #050d23;
	height: 50px;
	width: auto;
	display: flex;
	align-items: center;
	padding: 0 30px;
	border: 1px solid var(--light-text-color);
	border-radius: 50px;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	justify-content: center;
	margin-top: 30px;
	margin-left: 30px;
	text-decoration: none;
}

.photo-booth-label {
	width: 270px;
	right: 0;
	top: 100px;
	z-index: 11;
}

@media screen and (max-width:767px) {
	.brand-logo a {
		padding: 0 15px;
		font-size: 17px;
		margin-left: 0 !important;
	}

	.photo-booth-label {
		display: none;
	}
}

@media screen and (max-width:320px) {
	.brand-logo a {
		font-size: 14px;
	}
}

.mobile-visible {
	display: none !important;
}

@media screen and (max-width:767px) {
	.mobile-visible {
		display: inline-block !important;
	}

	.mobile-btn {
		font-size: 16px;
		font-weight: 600;
		line-height: 2;
		border-radius: 0;
		box-shadow: 0px -5px 10px rgb(9 24 32 / 30%) !important;
	}

	.mobile-btn:hover {
		text-decoration: none;
	}

	.mobile-visible.register-btn {
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 10001;
		width: 46%;
		border-right: 1px solid #000;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}

	.mobile-visible.contact-btn {
		position: fixed;
		right: 0px;
		bottom: 0px;
		z-index: 10001;
		width: 54%;
		border-left: 1px solid #000;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}
}

.blinkr {
	animation: animate 1.5s linear infinite;
}

@keyframes animate {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 0;
	}
}

.bottom-panel-fixed {
	z-index: 99;
}

.bottom-panel-fixed img.panel-bg {
	max-width: 45%;
}

.bottom-panel-fixed img.panel-content {
	bottom: 15px;
	max-width: 35%;
}

.navbar.pinned .navbar-button a:hover {
	border: 2px solid #050d23;
	background: linear-gradient(to bottom, #5AEE95, #13A14C);
	color: #170921;

}

.navbar.pinned .navbar-button a {
	border: 2px solid #fff;
}

@media screen and (max-width:540px) {
	.bottom-panel-fixed {
		bottom: 0 !important;
	}

	.bottom-panel-fixed img.panel-bg {
		max-width: 100%;
		width: 100vw;
	}

	.bottom-panel-fixed img.panel-content {
		bottom: 10px;
		max-width: 75%;
	}
}

.session-room {
	font-size: 15px;
	float: left;
	padding: 1px 15px 1px 15px;
	margin-left: -15px;
	border-radius: 0 20px 20px 0;
}

.session-room img {
	height: 15px;
	margin-right: 5px;
}

.brand-logo .watch-online-btns .recorded-btn {
	background-color: #fff;
	color: #111;
	padding: 5px 20px;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	box-shadow: 6px 6px 0px #050d23;
	transform: translate(120px, 0px);
}

@media screen and (max-width:540px) {
	.brand-logo .watch-online-btns {
		justify-content: center;
		margin-top: 0 !important;
	}

	.brand-logo .watch-online-btns .recorded-btn {
		transform: unset;
	}
}


	.button {
			position: relative;
			transition: all 0.3s ease-in-out;
			box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
			padding-block: 0.5rem;
			padding-inline: 1.25rem;
			background-color: #050d23;
			border-radius: 9999px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #ffff;
			gap: 10px;
			font-weight: bold;
			border: 3px solid #ffffff4d;
			outline: none;
			overflow: hidden;
			font-size: 15px;
			cursor: pointer;
			text-decoration: none;
			text-align: center;
			width: 250px;
		}

		.icon {
			width: 24px;
			height: 24px;
			transition: all 0.3s ease-in-out;
		}

		.button:hover {
			transform: scale(1.05);
			border-color: #fff9;
		}

		.button:hover .icon {
			transform: translate(4px);
		}

		.button:hover::before {
			animation: shine 1.5s ease-out infinite;
		}

		.button::before {
			content: "";
			position: absolute;
			width: 100px;
			height: 100%;
			background-image: linear-gradient(120deg,
					rgba(255, 255, 255, 0) 30%,
					rgba(255, 255, 255, 0.8),
					rgba(255, 255, 255, 0) 70%);
			top: 0;
			left: -100px;
			opacity: 0.6;
		}

		@keyframes shine {
			0% {
				left: -100px;
			}

			60% {
				left: 100%;
			}

			to {
				left: 100%;
			}
		}
		
		#eventSchedule h6 {
			margin-bottom: 10px;
			font-family: 'Roboto';
			color: #fff;
			font-size: 20px;
			font-weight: 300;
		}

		#eventSchedule .schedule-btn-01.active,
		#eventSchedule .schedule-btn-02.active {
			background: linear-gradient(180deg, rgba(255, 255, 6, 1) 0%, rgba(224, 109, 23, 1) 100%);
		}

		#eventSchedule .stage-saturn {
			background-color: #fff;
		}

		#eventSchedule .date-col {
			background-color: #03122b;
			color: #fff;
			font-weight: bold;
			font-size: 14px !important;
			text-transform: uppercase;

		}

		#eventSchedule h2 {
			margin-bottom: 10px;
			font-size: 43px;
			font-weight: 700;
			color: #ffffff;
		}


		#eventSchedule .schedule-btn-01,
		#eventSchedule .schedule-btn-02 {
			background-color: #f7f8fb;
			cursor: pointer;
		}

		#eventSchedule .schedule-btn-01.active,
		#eventSchedule .schedule-btn-02.active {
			background-color: #fab200;
			cursor: none;
		}

		#eventSchedule .agenda-details {
			overflow-x: auto;
		}

		#eventSchedule .agenda-details.hide {
			display: none;
		}

		#eventSchedule .agenda-details.show {
			display: block;
		}


		@media screen and (max-width:450px) {
			#eventSchedule h3 {
				font-size: 15px !important;
			}
		}
		#subEvents {
			background: #03122b;
			color: #fff;
			padding-bottom: 20px;
			padding-top: 20px;
		}



		.exhibitorsList {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			gap: 10px;
			padding-bottom: 50px;
		}

		.exhibitorsList .card {
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #001a4656;
			width: 300px !important;
			height: 329px !important;
			border: 1px solid white;
		}

		.exhibitorsList2 {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			gap: 50px;
			padding-bottom: 50px;
		}

		.exhibitorsList2 img {
			width: 20%;
			height: auto;
			cursor: pointer;
			transition: transform 0.3s ease-in-out;
		}

		.exhibitorsList2 img:hover {
			transform: scale(1.1);
		}



		.exhibitorsList img {

			width: 400px;
			height: 550px;
			cursor: pointer;
			/* transition: transform 0.3s ease-in-out; */
			/* Add this line */
		}




		.sub-events h3 {
			padding-top: 5px;
			color: #fff;
		}

		.sub-events h1 {
			color: #fff;
			margin-bottom: 50px;
			font-size: 43px;
			font-weight: bold;
		}

		.subeventsmain {
			display: flex;
			justify-content: center;
			gap: 20px;
			margin-bottom: 10px;
		}

		.tabMainArea {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
		}

		#tabday {
			margin-top: 60px;
			display: flex !important;
			justify-content: center;
			align-items: center;
			gap: 10px;
			height: 100px;
			margin-left: 16%;
		}

		#tabday .tablink {
			width: 200px;
			height: 100px;
		}

		#tabday h1 {
			font-size: 21px;
		}

		#tabday p {
			font-size: 10px;
		}

		.broadFocusMain {
			grid-template-columns: repeat(5, 1fr);
			padding: 0px 0px;
		}

		.tablink {
			background-color: #03122b;
			color: #fff;
			border: 1px solid #fff;
			outline: none;
			cursor: pointer;
			padding: 25px 16px 14px 30px;
			font-size: 20px;
			font-weight: bold;
			display: flex;
			align-items: start;
			justify-content: flex-start;
			flex-direction: column;
			position: relative;
		}

		.tablink .home h1 {
			position: relative;
			top: 100px;
			font-size: 30px;
			font-weight: bold;
			text-align: left;
		}

		.tablink h1 {
			font-size: 40px;
			font-weight: bold;
			text-align: left;
		}

		.tablink p {
			font-size: 17px;
			font-weight: 100;
			margin-bottom: 5px;
			text-align: left;
		}

		.tablink:hover {
			background-color: #01B380;
		}

		.agendaSponsor {
			margin-bottom: 10px;
			width: 120px;
			height: 120px;
		}

		.tab {
			background-color: transparent;
			color: white;
			float: left;
			border: 5px solid #fff;
			outline: none;
			cursor: pointer;
			position: relative;
			top: 9px;
			padding: 14px 16px;
			font-size: 15px;
			width: 25%;
		}


		/* Style the tab content (and add height:100% for full page content) */
		.tabcontent {
			color: white;
			display: none;
		}

		.tabcontent table {
			margin-top: 20px;
		}


		@media screen and (max-width:500px) {
			.sub-events h1 {
				font-size: 30px;
				font-weight: bold;
				text-align: center;
			}

			.tabMainArea {
				display: flex;

			}

			.tablink {
				background-color: transparent;
				color: #fff;
				border: 1px solid #fff;
				outline: none;
				cursor: pointer;
				text-align: left;
				padding: 25px 16px 20px 16px;
				font-size: 14px;
				width: 25%;
				font-weight: bold;
				display: flex;
				align-items: start;
				justify-content: flex-start;
				flex-direction: column;
				position: relative;
			}

			.tabcontent table {
				margin-right: 5px;
			}

			.tabcontent td {
				text-align: center;
			}

			.tablink h1 {
				font-size: 10px;
				text-align: left;
			}

			.tablink p {
				font-size: 10px;

			}

			.subeventsmain {
				display: flex;
				justify-content: center;
				flex-direction: column;
				gap: 20px;
				margin-bottom: 10px;
			}

			.exhibitorsList img {

				width: 400px;
				height: 400px;
				cursor: pointer;
				transition: transform 0.3s ease-in-out;
				/* Add this line */
			}

			.exhibitorsList .card {
				background-color: #03122b;
				width: 200px !important;
				height: 200px !important;
				border: 1px solid white;
			}

			.exhibitorsList {
				padding-bottom: 10px;
			}

			.list {
				padding: 10px;
			}
		}




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

		.list .card {
			background-color: #001a4656;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 300px;
			height: 165px;
		}

		.list .card img {
			object-fit: contain;
		}

		.toggle-container {
			width: 300px;
			margin: 20px auto;
			color: #000;

		}

		.toggle-btn {
			background-color: #fff;
			color: #fff;
			margin-top: 10px;
			padding: 10px 15px 0px 15px;
			border: 1px solid #ccc;
			box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
			cursor: pointer;
			width: 100%;
			text-align: left;
			font-size: 10px !important;
			position: relative;
			transition: background-color 0.3s ease;
			display: flex;

		}

		.toggle-btn i {
			font-size: 25px;
			font-weight: 100;
		}

		.toggle-btn h5 {
			font-size: 15px !important;
			font-weight: 100;
		}


		.arrow {
			float: right;
			transition: transform 0.3s ease;
		}

		.content {
			display: none;
			background-color: #f9f9f9;
			padding-top: 10px;
			margin-top: 5px;

		}

		.show {
			display: block;
		}
		
		
		.group-ticket {
	position: relative;
}

#registration {
	overflow: hidden;
	/* background-image: url("images/registrationbg.png"); */
	background-size: cover;
	background-position: start;
}

@keyframes firework {
	0% {
		transform: translate(var(--x), var(--initialY));
		width: var(--initialSize);
		opacity: 1;
	}

	50% {
		width: 0.5vmin;
		opacity: 1;
	}

	100% {
		width: var(--finalSize);
		opacity: 0;
	}
}

/* @keyframes fireworkPseudo {
  0% { transform: translate(-50%, -50%); width: var(--initialSize); opacity: 1; }
  50% { width: 0.5vmin; opacity: 1; }
  100% { width: var(--finalSize); opacity: 0; }
}
 */
.firework,
.firework::before,
.firework::after {
	--initialSize: 0.8vmin;
	--finalSize: 70vmin;
	--particleSize: 0.4vmin;
	--color1: yellow;
	--color2: khaki;
	--color3: white;
	--color4: lime;
	--color5: gold;
	--color6: mediumseagreen;
	--y: -30vmin;
	--x: -50%;
	--initialY: 60vmin;
	content: "";
	animation: firework 2s infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, var(--y));
	width: var(--initialSize);
	aspect-ratio: 1;
	background:

		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,

		/* bottom right */
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,

		/* bottom left */
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,

		/* top left */
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,

		/* top right */
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
	background-size: var(--initialSize) var(--initialSize);
	background-repeat: no-repeat;
}

.firework::before {
	--x: -50%;
	--y: -50%;
	--initialY: -50%;
	/*   transform: translate(-20vmin, -2vmin) rotate(40deg) scale(1.3) rotateY(40deg); */
	transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
	/*   animation: fireworkPseudo 2s infinite; */
}

.firework::after {
	--x: -50%;
	--y: -50%;
	--initialY: -50%;
	/*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
	transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
	/*   animation: fireworkPseudo 2s infinite; */
}

.firework:nth-child(2) {
	--x: 30vmin;
}

.firework:nth-child(2),
.firework:nth-child(2)::before,
.firework:nth-child(2)::after {
	--color1: pink;
	--color2: violet;
	--color3: fuchsia;
	--color4: orchid;
	--color5: plum;
	--color6: lavender;
	--finalSize: 40vmin;
	left: 30%;
	top: 60%;
	animation-delay: 2s;
}

.firework:nth-child(3) {
	--x: -30vmin;
	--y: -50vmin;
}

.firework:nth-child(3),
.firework:nth-child(3)::before,
.firework:nth-child(3)::after {
	--color1: cyan;
	--color2: lightcyan;
	--color3: lightblue;
	--color4: PaleTurquoise;
	--color5: SkyBlue;
	--color6: lavender;
	--finalSize: 35vmin;
	left: 30%;
	top: 40%;
	animation-delay: 2s;
}

.firework:nth-child(4) {
	--x: 30vmin;
	--y: 60vmin;
}

.firework:nth-child(4),
.firework:nth-child(4)::before,
.firework:nth-child(4)::after {
	--color1: cyan;
	--color2: lightcyan;
	--color3: lightblue;
	--color4: PaleTurquoise;
	--color5: SkyBlue;
	--color6: lavender;
	--finalSize: 35vmin;
	left: 70%;
	top: 30%;
	animation-delay: 2s;
}

.firework:nth-child(5) {
	--x: 50vmin;
	--y: -70vmin;
}

.firework:nth-child(5),
.firework:nth-child(5)::before,
.firework:nth-child(5)::after {
	--color1: pink;
	--color2: violet;
	--color3: fuchsia;
	--color4: orchid;
	--color5: plum;
	--color6: lavender;
	--finalSize: 35vmin;
	left: 50%;
	top: 30%;
	animation-delay: 2s;
}

@media screen and (max-width:600px) {
	.firework::before {
		--x: -50%;
		--y: -50%;
		--initialY: -50%;
		/*   transform: translate(-20vmin, -2vmin) rotate(40deg) scale(1.3) rotateY(40deg); */
		transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
		/*   animation: fireworkPseudo 2s infinite; */
	}

	.firework::after {
		--x: -50%;
		--y: -50%;
		--initialY: -50%;
		/*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
		transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
		/*   animation: fireworkPseudo 2s infinite; */
	}

	.firework:nth-child(2) {
		--x: 30vmin;
	}

	.firework:nth-child(2),
	.firework:nth-child(2)::before,
	.firework:nth-child(2)::after {
		--color1: pink;
		--color2: violet;
		--color3: fuchsia;
		--color4: orchid;
		--color5: plum;
		--color6: lavender;
		--finalSize: 40vmin;
		left: 30%;
		top: 40%;
		z-index: 999;
		animation-delay: -0.1s;
	}

	.firework:nth-child(3) {
		--x: -30vmin;
		--y: -50vmin;
	}

	.firework:nth-child(3),
	.firework:nth-child(3)::before,
	.firework:nth-child(3)::after {
		--color1: cyan;
		--color2: lightcyan;
		--color3: lightblue;
		--color4: PaleTurquoise;
		--color5: SkyBlue;
		--color6: lavender;
		--finalSize: 35vmin;
		left: 30%;
		top: 30%;
		z-index: 999;
		animation-delay: -0.4s;
	}

	.firework:nth-child(4) {
		--x: -30vmin;
		--y: -50vmin;
	}

	.firework:nth-child(4),
	.firework:nth-child(4)::before,
	.firework:nth-child(4)::after {
		--color1: cyan;
		--color2: lightcyan;
		--color3: lightblue;
		--color4: PaleTurquoise;
		--color5: SkyBlue;
		--color6: lavender;
		--finalSize: 35vmin;
		left: 70%;
		top: 20%;
		z-index: 999;
		animation-delay: -0.1s;
	}

	.firework:nth-child(5) {
		--x: -30vmin;
		--y: -50vmin;
	}

	.firework:nth-child(5),
	.firework:nth-child(5)::before,
	.firework:nth-child(5)::after {
		--color1: pink;
		--color2: violet;
		--color3: fuchsia;
		--color4: orchid;
		--color5: plum;
		--color6: lavender;
		--finalSize: 35vmin;
		left: 50%;
		top: 10%;
		animation-delay: -0.1s;
	}
}

.sponsorExhibitors2 {
			display: grid;
			gap: 50px;
			margin: 20px;
			align-items: center;
			justify-content: center;
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}

		.sponsorExhibitors3 {
			display: grid;
			gap: 50px;
			margin: 20px;
			align-items: center;
			justify-content: center;
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}

		.ncoetitle {
			font-size: 15px;
			font-weight: 200px;
		}

		.sponsorExhibitors2>div {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		@media screen and (max-width:500px) {
			.sponsorExhibitors2 {
				display: grid;
				gap: 10px;
				grid-template-columns: repeat(1, minmax(0, 1fr));
			}

			#sponsors .section-title {
				margin-top: 20px;

			}

			#sponsors .exceptiontext {
				margin-bottom: 12px;
			}

			#sponsors .ts-image-popup img {
				width: 150px;
				margin-bottom: 10px;
				margin-top: 10px;

			}

			#sponsors h4 {
				margin-bottom: 10px;
				font-size: 14px;
				font-weight: 400;
				color: #170921;
				text-align: center;
				font-family: 'Roboto', sans-serif;
			}

			#sponsors h6 {
				margin-bottom: 10px;
				font-family: 'Roboto';
				color: #170921;
				font-size: 15px;
				font-weight: 300;
			}

			.sponsorModal .sponsor-desc p {
				text-align: left !important;
				margin-bottom: 10px !important;
				line-height: 21px !important;
				font-size: 13px;
			}

			.sponserSilver {
				display: flex;
				gap: 20px;
				justify-content: center;
				flex-wrap: wrap;
				align-items: center;
			}

			.sponoserPatners {
				display: flex;
				gap: 20px;
				justify-content: center;
				flex-wrap: wrap;
				align-items: center;
			}

			.sponsor-item {
				flex: 0 0 23%;
			}

			.sponsorExhibitors {
				display: flex;
				gap: 20px;
				justify-content: center;
				flex-wrap: wrap;
				align-items: flex-end;
			}

			.sponsorExhibitors .sponsor-item {
				flex: 0 0 23%;
			}

			.sponsor-item {
				flex: 0 0 40% !important;
			}
		}

		#sponsors h6 {
			margin-bottom: 10px;
			font-family: 'Roboto';
			color: #170921;
			font-size: 15px;
			font-weight: 300;
		}

		.sponsorModal .sponsor-desc p {
			text-align: left !important;
			margin-bottom: 10px !important;
			line-height: 25px !important;
		}


		.sponsor-title {
			width: 100%;
			display: block;
			color: #170921;
			margin-bottom: 10px;
			font-size: 24px;
			line-height: 24px;
			font-weight: 400;

		}

		#sponsors .ts-image-popup img {
			box-shadow: 0 0 20px #ccc
		}

		#sponsors {
			background-color: #f7f8fb !important;
			background: #fff !important;
			-webkit-animation: bg-scrolling-reverse 0.92s infinite;
			-moz-animation: bg-scrolling-reverse 0.92s infinite;
			-o-animation: bg-scrolling-reverse 0.92s infinite;
			animation: bg-scrolling-reverse 0.92s infinite;
			-webkit-animation-timing-function: linear;
			-moz-animation-timing-function: linear;
			-o-animation-timing-function: linear;
			animation-timing-function: linear;
			background-size: unset !important;
			background-position: unset;

		}

		.sponserSilver {
			display: flex;
			gap: 20px;
			justify-content: center;
			flex-wrap: wrap;
			align-items: center;
		}

		.sponoserPatners {
			display: flex;
			gap: 20px;
			justify-content: center;
			flex-wrap: wrap;
			align-items: center;
		}

		.sponsor-item {
			flex: 0 0 23%;
		}

		.sponsorExhibitors {
			display: flex;
			gap: 20px;
			justify-content: center;
			flex-wrap: wrap;
			align-items: flex-end;
		}


		.sponsorExhibitors .sponsor-item {
			flex: 0 0 23%;
		}

#registration .ticket img{height: auto;}
.preloader .inner figure img{height: 500px; width: auto; min-width:auto !important;}
		
	
		
		
		
