:root { --animation-default-fast: 0.4s cubic-bezier(0.625, 0.05, 0, 1); --animation-default: 0.6s cubic-bezier(0.625, 0.05, 0, 1); --animation-default-slow: 1.2s cubic-bezier(0.625, 0.05, 0, 1); --animation-ease: 0.4s ease; --neon-pink:#da3083; --animation1-default: 1s cubic-bezier(0.8, 0, 0.2, 1); --animation1-default-out: 0.5s cubic-bezier(0.4, 0.25, 0, 1); }
:root { scroll-behavior: initial; }

.pages {display: grid; width: 100%; min-height: 100vh; }
.page { position: relative; min-width: 0; grid-row: 1; grid-column: 1; _overflow: hidden;}

html { --origin-x: calc(var(--click-x, 0.5) * 100%); --origin-y: calc(var(--click-y, 0.5) * 100%); }
html.is-changing .transition-reveal {  transition: clip-path 1s cubic-bezier(0.5, 0, 0.15, 1), mask-position 1s cubic-bezier(0.5, 0, 0.15, 1); transition: clip-path 1s cubic-bezier(0.5, 0, 0.15, 1), -webkit-mask-position 1s cubic-bezier(0.5, 0, 0.15, 1); }

html.to-gradient .transition-reveal {}
html.to-gradient .page { mask-image: linear-gradient(to left, transparent 33.33%, white 66.66%); mask-size: 300% 100%; mask-position: 0%; -webkit-mask-image: linear-gradient(to left, transparent 33.33%, white 66.66%); -webkit-mask-size: 300% 100%; -webkit-mask-position: 0%; }
html.to-gradient .page+.page { mask-position: 100%; -webkit-mask-position: 100%; z-index: 3; }



/* Disable nav effect when acf disabled_animation on */
body.no-anim .navbar { transform: translateY(0%);}

/*html { --overlay-direction:top; --swup-blue-darker:#000; }
html.is-changing .transition-main { transition: transform 400ms ease-in-out;  }
html.is-animating.is-leaving .transition-main { transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1))); }
html.is-animating.is-rendering .transition-main { transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1))); }
.transition-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1500; background-color: var(--swup-blue-darker); opacity: 0; transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0); pointer-events: none; transition: all 400ms ease-in-out; }
html.is-changing .transition-overlay { opacity: 1; }
html.is-animating .transition-overlay { transform: translate3d(0, 0, 0); }
html.is-rendering .transition-overlay { transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0); }
#meshGradientCanvas { width: 100%; height: 100%; display: block; }*/


/*.overlay.transition-overlay { position: absolute; inset: 0; pointer-events: none; overflow: hidden; background: var(--c-default); mix-blend-mode: normal;  }



/*
.overlay.transition-overlay canvas { display: block; width: 100%; height: 100%; }
.overlay.transition-overlay.fade-in { animation: overlayFadeIn 600ms ease forwards;  }
.overlay.transition-overlay.fade-out { animation: overlayFadeOut 600ms ease forwards;   }
@keyframes overlayFadeIn { from { opacity: 0 } to { opacity: 1 } }
@keyframes overlayFadeOut { from { opacity: 1 } to { opacity: 0 } }
.overlay.transition-overlay.no-js { background: linear-gradient(135deg, rgba(104,211,219,0.08), rgba(217,48,131,0.06) 40%, rgba(23,23,23,1) 80%);   }
*/
/* Page animation */

* { -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
html { height: 100%; margin-top: 0 !important;  overflow-x:hidden;}
html.with-featherlight { overflow: auto	 !important; }
body { margin:0; padding:0; position: relative; min-height: 100%; font-family: "DM Sans", sans-serif; font-size:18px; line-height:1.3; letter-spacing: 0; font-weight:400; text-rendering: optimizeSpeed; background:#171717; font-variant:none; color:#fff; }
body.admin-bar .navbar.fixed-top { margin-top:32px; }
body { padding:0 0 !important; }

.container { position:relative; }
.main-wrapper > p:last-child { display:none; }

/* Global CSS */
.clearfix { clear:both; }

	@media (min-width: 768px) {}
	@media (min-width: 992px) {}
	@media (min-width: 1200px) {}
	@media (min-width: 1400px) {
		.container { max-width: 1340px;	}
	}
	@media (min-width: 1600px) {
		.container { max-width: 1596px;	}
	}
	@media (max-width: 1200px) {}
	@media screen and (max-width:991px) {
		body { font-size: 16px; } 
	}
	@media screen and (max-width:767px) {
		body.admin-bar .navbar.navbar-fixed { margin-top:0; }

		#wpadminbar { display:none !important; }
		html[lang="en-US"] { margin-top:0 !important; }
	}
	
/* 	----------------------------
	General Group Syle
---------------------------- */
.font-thin { font-weight:100 !important;}
.font-extra-light { font-weight:200 !important;}
.font-light { font-weight:300 !important;}
.font-regular { font-weight:400 !important;}
.font-medium { font-weight:500 !important;}
.font-semibold { font-weight:600 !important;}
.font-bold { font-weight:700 !important;}
.font-black { font-weight:800 !important;}
.font-italic { font-style:italic !important;}

.font-dm-sans {  font-family: "DM Sans", sans-serif; }

.text-primary { color:#68d3db !important; }
.text-secondary { color:#d93083 !important; }
.text-default { color:#171717 !important; }
.text-gray { color:#D1D5DC !important;  }
.text-info { color:#00298b !important; }
.text-success { color:#01c853 !important; }
.text-warning { color:#ffbf11 !important; }
.text-danger { color:#fa2c36 !important; }

.bg-primary { background-color:#68d3db !important; }
.bg-secondary { background-color:#d93083 !important; }
.bg-default { background-color:#000000 !important; }
.bg-gray { background-color:#D1D5DC !important; }
.bg-info { background-color:#00298b !important; }
.bg-success { background-color:#01c853 !important; }
.bg-warning { background-color:#ffbf11 !important; }
.bg-danger { background-color:#fa2c36 !important; }

.hr-primary { background-color:#68d3db !important; }
.hr-secondary { background-color:#d93083 !important; }
.hr-default { background-color:#222222 !important; }
.hr-gray { background-color:#D1D5DC !important; }
.hr-info { background-color:#00298b !important; }
.hr-success { background-color:#01c853 !important; }
.hr-warning { background-color:#ffbf11 !important; }
.hr-danger { background-color:#fa2c36 !important; }
 
video::-internal-media-controls-download-button { display:none; }
.video-wrapper { position: relative; padding-bottom: 56.284%; /* 16:9 */ padding-top: 25px; height: 0;}
.video-wrapper video { width: 100%    !important; height: auto   !important; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-background { position: absolute; height: 100%; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.video-background video { width: 100% !important; /*height: auto !important; */ }
.video-background iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0;}

.video-thumbnail { position:absolute; top:0; left:0; width:100%; bottom:-1px; background:center no-repeat; background-size:cover; z-index: 10;  }
.video-thumbnail .btn-play { position:absolute; left:50%; top:50%; margin-top: -30px; margin-left: -30px; padding: 0; border: none; background: none; }
.video-thumbnail .btn-play svg { width:60px; height:60px; }

.author-avtar { display: inline-block; vertical-align: middle; width: 48px; height: 48px; background: center no-repeat; background-size: cover; border-radius: 50%; }
.author-avtar.avtar-sm { width: 36px; height: 36px; } 
.author-avtar.avtar-xl { width: 180px; height: 180px; } 
.author-avtar.avtar-lg { width: 60px; height: 60px; } 

.white-space { white-space:pre; }
.transition-all { transition:all ease-in-out 0.2s; -webkit-transition:all ease-in-out 0.2s; -moz-transition:all ease-in-out 0.2s; -ms-transition:all ease-in-out 0.2s; }

@keyframes float {
	0% { transform: translatey(0px); } 50% { transform: translatey(10px); } 100% { transform: translatey(0px); } }

	@media screen and (max-width:991px) {
		.video-wrapper  { padding-top:0; }
		.video-thumbnail { bottom:-1px; height:auto; }
	}
	@media screen and (max-width:991px) {}

/* 	----------------------------
	Typography  
---------------------------- */
/* Other Element Style */
p { font-size:1em; line-height:1.5; color: #171717; font-weight:400; margin:0 0 24px;  font-family: "DM Sans", sans-serif; }
p.lead { font-size:1.15em; line-height: 1.5; }
p.small,
p small { font-size:0.78em; line-height:1.5; }
p strong { font-weight:700; }
p:last-child { margin-bottom:0; }
p a { color:#68d3db;}
em { }
span { }
small { font-size:0.67em; color:#171717; line-height: 1.5;}

.text-white p { color:#fff; }

hr { height:1px; border:none; background:#171717; margin:5px 0; opacity: 1; }
hr + hr { display:none; }
hr.inverse { background:#fff !important;  }
.hr-2 { height:2px; }
.hr-3 { height:3px; }
.hr-4 { height:4px; }
.hr-5 { height:5px; }
.hr-6 { height:6px; }

strong, b { font-weight:700; }
label { }

address p,
address { font-size:1em; line-height:1.5; font-weight:500; margin:0 0 24px; font-family: "DM Sans", sans-serif; }
address strong { display:block; }
address:last-child { margin-bottom:0;}

a { color:#68d3db;  font-family: "DM Sans", sans-serif; transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s; }
a { text-decoration:none; outline:none;}
a:hover, a:focus, a:active { color:#0096b4; text-decoration:underline; }
a:focus:active, .btn:focus:active, a:focus:active, .btn:focus:active,
a:active, .btn:active, a:focus, .btn:focus { outline: none; box-shadow: none; text-decoration:underline; color:#0096b4;}

/*a.inverse,
.inverse a { color:#fff; }*/

ul { padding:0 0 0 1.1em; margin:0 0 1em; }
ul li { font-size:1em; line-height:1.5; color: #171717; }

.text-white li,
ul.text-white li { color:#fff; }

/* Heading Color & Weight style */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", sans-serif; font-weight:400; padding-bottom:0; }
/*.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6,
.inverse, h1.inverse, h2.inverse, h3.inverse, h4.inverse, h5.inverse, h6.inverse { color:#ffffff !important; }*/
/*.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em,
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {  }*/
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong,
h4 strong, .h4 strong, h5 strong, .h5 strong, h6 strong, .h6 strong { font-weight:700; font-family: "DM Sans", sans-serif; }

.display-1 { font-size:7.5em; line-height:1;  }

h1, .h1 { font-size:5.75em; line-height:1; }
h2, .h2 { font-size:5em; line-height:1.2; }
h3, .h3 { font-size:4em; line-height:1.2; }
h4, .h4 { font-size:2.1em; line-height:1.3; } 
h5, .h5 { font-size:1.55em; line-height:1.3; }
h6, .h6 { font-size:1.25em; line-height:1.3; }

	@media screen and (max-width:1600px) {
		h2, .h2 { font-size: 4.5em; } 
		h3, .h3 { font-size:3.6em; }
	}
	@media screen and (max-width:1400px) {
		/*h1, .h1 { font-size:50px; }
		h2, .h2 { font-size:34px; }*/
		h2, .h2 { font-size: 4em;}
		
	}
	@media screen and (max-width:1200px) {
		h2, .h2 { font-size: 3.5em;}		
		h3, .h3 { font-size:3.2em; }
		h4, .h4 { font-size:1.25em; }

		p { font-size: 16px; }
	}
	@media screen and (max-width:991px) {
	/*	h1, .h1 { font-size:42px; } */
		h2, .h2 { font-size:3em; }
		h3, .h3 { font-size:2.6em; } 
	}
	@media screen and (max-width:767px)  {
		p { font-size: 16px; }
		p.lead { font-size: 18px; }
		p small { font-size: 14px; }
		small { font-size: 12px;}
		address p, address,
		ul li { font-size: 16px;}
		
		/*h1, .h1 { font-size:38px; }*/
		h2, .h2 { font-size:2.5em; } 
		h3, .h3 { font-size:2.4em; }
		h4, .h4 { font-size:1.5em; }
		h5, .h5 { font-size:1.25em; }
		h6, .h6 { font-size:1.00em; }
	}
	@media screen and (max-width:576px)  {
		h2, .h2 { font-size: 2em;}
		h3, .h3 { font-size:2.1em; } 
	}

/*****************************/
/*    Button Style start      /
/*****************************/
.btn { font-size:1em; font-weight:500; border-width:1px; letter-spacing: 0; text-transform:none; padding:14px 26px; min-width:175px; line-height:1.3; color:#fff; background:#000; border-color:#000; border-radius:100px; font-family: "DM Sans", sans-serif; cursor:pointer; display:inline-block;   }
.btn-lg { font-size: 1.4em; padding: 16px 28px; line-height: 1.278; }
.btn-sm { font-size: 0.85em; padding: 12px 24px; line-height: 1.25; }

a.btn:hover, a.btn:focus { text-decoration: none; outline: none; }
.btn.active, .btn:active  { box-shadow:none; }

.btn-block { width:100%; display:block; text-align:center;}

.btn.disabled { filter: grayscale(1); pointer-events: none; opacity: 0.2; }

.btn > * { display:inline-block; vertical-align:middle;}
.btn img,
.btn svg { width:auto; height:22px;}
.btn img + span { margin-left:10px; }
.btn span + img { margin-left:10px; }

.btn svg + span { margin-left:5px; font-weight:800;}
.btn span + svg { margin-left:5px; }

.btn .btn-icon + span { margin-left:2px; }
.btn span + .btn-icon { margin-left:2px; }

.btn-icon { display: inline-block; vertical-align: middle; width: 16px; height: 16px; background: center no-repeat; }

.btn.btn-raised { -moz-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); -ms-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); -webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.22); box-shadow:0 4px 5px 0 rgba(0,0,0,0.22);}

.btn.btn-rounded { border-radius:100px;} 

.btn.btn-fab { padding: 0; border-radius: 50%;}
.btn.btn-fab * { display:inline-block; vertical-align:middle; }

.btn.btn-fab { width: 44px; height: 44px; line-height: 40px; letter-spacing:0; align-content: center }
.btn.btn-fab.btn-lg { width: 72px; height: 72px; line-height: 70px;}
.btn.btn-fab.btn-md { width: 60px; height: 60px; line-height: 56px;}
.btn.btn-fab.btn-sm { width: 40px; height: 40px; line-height: 36px; }
.btn.btn-fab.btn-xs { width: 28px; height: 28px; line-height: 24px;}

.btn.btn-fab img, .btn.btn-fab svg { width:32px; height:32px; display:inline-block; vertical-align:middle; cursor:pointer; }
.btn.btn-fab.btn-lg img, .btn.btn-fab.btn-lg svg {}
.btn.btn-fab.btn-md img, .btn.btn-fab.btn-md svg { width:32px; height:32px; pointer-events:none; }
.btn.btn-fab.btn-sm img, .btn.btn-fab.btn-sm svg { width: 18px; height: 18px; }


/*.btn.btn-link { padding: 0; margin: 0; border: none; border-radius: 0; min-width: 1px; background: none; color: #000000; text-decoration: none;}
.btn.btn-link:hover { color: #68d3db;}

.btn.btn-link.btn-inverse { color: #ffffff; }
.btn.btn-link.btn-inverse:hover { color: #68d3db; }

.btn.btn-link { padding-left: 52px; position: relative; transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s;}
.btn.btn-link:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; height: 2px; width: 42px; margin: auto; background-color: #000000; transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s;}
.btn.btn-link:hover { padding-left: 62px;} 
.btn.btn-link:hover:before { width: 52px; background-color: #68d3db;}

.btn.btn-link.btn-inverse:before { background-color: #ffffff; }
.btn.btn-link.btn-inverse:hover:before { background-color: #68d3db; }*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline:none; }

/* Default Button */
.btn-default.active,
.btn-default { border-color:#171717; background-color:#171717; color:#fff; }
.btn-default.active:focus, .btn-default.active:hover,
.btn-default:active:focus, .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:focus { background-color:#091522; border-color:#091522; color:#fff; }

.btn-default.btn-inverse.active,
.btn-default.btn-inverse { border-color:#ffffff; background-color:#ffffff; color:#171717; }
.btn-default.btn-inverse.active:focus, .btn-default.btn-inverse.active:hover,
.btn-default.btn-inverse:active:focus, .btn-default.btn-inverse:focus, .btn-default.btn-inverse:hover, .btn-default.btn-inverse:active, .btn-default.btn-inverse:active:focus { background-color:#f1f1f1; border-color:#f1f1f1; color:#091522; }

.btn-default.btn-outline.active,
.btn-default.btn-outline { border-color:#171717; background-color:transparent; color:#171717; }
.btn-default.btn-outline.active:focus, .btn-default.btn-outline.active:hover,
.btn-default.btn-outline:active:focus, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover, .btn-default.btn-outline:active, .btn-default.btn-outline:active:focus { background-color:#171717; border-color:#010171717203; color:#ffffff; }

.btn-default.btn-outline.btn-inverse.active,
.btn-default.btn-outline.btn-inverse { border-color:#ffffff; background-color:transparent; color:#ffffff; }
.btn-default.btn-outline.btn-inverse.active:focus, .btn-default.btn-outline.btn-inverse.active:hover,
.btn-default.btn-outline.btn-inverse:active:focus, .btn-default.btn-outline.btn-inverse:focus,
.btn-default.btn-outline.btn-inverse:hover, .btn-default.btn-outline.btn-inverse:active, .btn-default.btn-outline.btn-inverse:active:focus { background-color:#ffffff; border-color:#ffffff; color:#171717; }

/* Primary Button */ 
.btn-primary { border-color:#68d3db; background:#68d3db; color:#171717; box-shadow: 0 0 0 0 #68d3db; }
.btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus { background:#68d3db; border-color:#68d3db; color:#171717; box-shadow: 0 0 14px 2px #68d3db;}

.btn-primary.btn-inverse { border-color:#ffffff; background:#ffffff; color:#68d3db; box-shadow: 0 0 0 0 #68d3db; }
.btn-primary.btn-inverse:active:focus, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:active, .btn-primary.btn-inverse:active:focus { background:#f5f5f5; border-color:#f5f5f5; color:#68d3db; box-shadow: 0 0 14px 2px #68d3db;}

.btn-primary.btn-outline { border-color:#68d3db; background:transparent; color:#68d3db; box-shadow: 0 0 0 0 #68d3db; }
.btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:active:focus { background:#68d3db; border-color:#68d3db; color:#171717; box-shadow: 0 0 14px 2px #68d3db; }

.btn-primary.btn-outline.btn-inverse { border-color:#fff; background:transparent; color:#68d3db; box-shadow: 0 0 0 0 #68d3db; }
.btn-primary.btn-outline.btn-inverse:active:focus, .btn-primary.btn-outline.btn-inverse:focus,
.btn-primary.btn-outline.btn-inverse:hover, .btn-primary.btn-outline.btn-inverse:active, .btn-primary.btn-outline.btn-inverse:active:focus { background:#68d3db; border-color:#68d3db; color:#fff;  box-shadow: 0 0 14px 2px #68d3db; }

/* Secondary */
.btn-secondary { border-color:#d93083; background:#d93083; color:#fff; box-shadow: 0 0 0 0 #d93083; }
.btn-secondary:active:focus, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus { background:#d93083; border-color:#d93083; color:#fff; box-shadow: 0 0 14px 2px #d93083; }

.btn-secondary.btn-inverse { border-color:#ffffff; background:#ffffff; color:#d93083; box-shadow: 0 0 0 0 #d93083; }
.btn-secondary.btn-inverse:active:focus, .btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse:hover, .btn-secondary.btn-inverse:active, .btn-secondary.btn-inverse:active:focus { background:#f5f5f5; border-color:#f5f5f5; color:#d93083; box-shadow: 0 0 14px 2px #d93083;}

.btn-secondary.btn-outline { border-color:#d93083; background:transparent; color:#d93083;  box-shadow: 0 0 0 0 #d93083;}
.btn-secondary.btn-outline:active:focus, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:active, .btn-secondary.btn-outline:active:focus { background:#d93083; border-color:#d93083; color:#fff; box-shadow: 0 0 14px 2px #d93083; }

.btn-secondary.btn-outline.btn-inverse { border-color:#fff; background:transparent; color:#d93083; box-shadow: 0 0 0 0 #d93083; }
.btn-secondary.btn-outline.btn-inverse:active:focus, .btn-secondary.btn-outline.btn-inverse:focus,
.btn-secondary.btn-outline.btn-inverse:hover, .btn-secondary.btn-outline.btn-inverse:active, .btn-secondary.btn-outline.btn-inverse:active:focus { background:#d93083; border-color:#d93083; color:#fff; box-shadow: 0 0 14px 2px #d93083; }


/* Btn Gradient */
.btn-gradient-1 {  background: linear-gradient(0deg, #000, #272727); color: #fff; cursor: pointer; transition-duration: .8s; position: relative; }
/*.btn-gradient-1:active:focus, .btn-gradient-1:focus, .btn-gradient-1:hover, .btn-gradient-1:active, .btn-gradient-1:active:focus { background:#b07f61; border-color:#b07f61; color:#e22928;}*/
.btn-gradient-1 > span { position: relative;}
.btn-gradient-1 > div { position: absolute; left: -2px; top: -2px; border-radius: 10px; pointer-events: none; background: linear-gradient(90deg, #68d3db, #d93083, #68d3db, #d93083,  #68d3db); background-size: 500%; width: calc(100% + 4px); height: calc(100% + 4px); animation: steam 20s linear infinite;}
.btn-gradient-1 .background {  /*z-index: -1;  */ } /* z-index make it back it only border will appear */
.btn-gradient-1 .glow { /* z-index: -1;*/  filter: blur(50px); }


.btn-galaxy-button { position: relative; display: inline-flex; justify-content: center; align-items: center;  color: #fff; background: linear-gradient(135deg, #68d3db, #d93083); border-color: #ffffff;  overflow: hidden; box-shadow: 0 10px 20px rgba(217, 48, 131, 0.4); transition: transform 0.4s, box-shadow 0.4s;}
.btn-galaxy-button.active:focus, .btn-galaxy-button.active:hover, .btn-galaxy-button:active:focus,
.btn-galaxy-button:focus, .btn-galaxy-button:hover, .btn-galaxy-button:active, .btn-galaxy-button:active:focus
.btn-galaxy-button:hover { transform: scale(1.1); box-shadow: 0 20px 40px rgba(217, 48, 131, 0.6); border-color: #fff; color: #fff; text-decoration: none; }

/* Glow Effect */
.btn-galaxy-button .glow { position: absolute; top: 0; left: 0; width: 200%; height: 200%; background: radial-gradient( circle, rgba(255, 255, 255, 0.2), transparent 80% ); transform: translate(-50%, -50%) scale(0); border-radius: 50%; z-index: -1; transition: transform 0.4s ease-in-out; }
.btn-galaxy-button:hover .glow { transform: translate(-50%, -50%) scale(1.5); }

/* Meteor Shower */
.meteor-shower { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; }
.meteor { position: absolute; top: -20px; width: 5px; height: 100px; background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)); border-radius: 5px; opacity: 0; animation: none; }
.meteor:nth-child(1) { left: 10%; animation: meteor-fall 1s linear infinite; animation-delay: 0s; }
.meteor:nth-child(2) { left: 30%; animation: meteor-fall 1.2s linear infinite; animation-delay: 0.3s; }
.meteor:nth-child(3) { left: 50%; animation: meteor-fall 1.5s linear infinite; animation-delay: 0.6s; }
.meteor:nth-child(4) { left: 70%; animation: meteor-fall 1.3s linear infinite; animation-delay: 0.9s; }
.meteor:nth-child(5) { left: 90%; animation: meteor-fall 1.4s linear infinite; animation-delay: 1.2s; }

/* Synthwave */
.btn { --neon-pink:#d93083; --neon-blue:#68d3db; }  
.btn-synthwave {text-decoration:none !important ; color:white !important; position: relative; background: linear-gradient( 90deg, var(--neon-pink), var(--neon-pink), var(--neon-blue)); cursor: pointer; overflow: hidden; transition: all 0.3s ease-in; transform-style: preserve-3d; transform: translateZ(0); border: none; box-shadow: 0 10px 20px rgba(0 0 0 / 60%);  }
.btn-synthwave::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 60%; background: linear-gradient( 180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1) ); filter: blur(2px); opacity: 0.7; transform: translateZ(1px); pointer-events: none; }
.btn-synthwave::after { content: ""; position: absolute; transition: all 0.3s ease;inset: -5px; background: linear-gradient( 45deg, var(--neon-pink), var(--neon-blue) ); background-size: 400%; z-index: -1; filter: blur(20px); animation: synth-glowing 20s linear infinite; opacity: 0; transition: opacity 0.3s ease-in-out; border-radius: 16px; }

.btn-synthwave:hover {transform: translatey(-5px) ;}
.btn-synthwave:hover::after {filter: blur(15px); opacity: 1;}


.synthwave-reflection { position: absolute; top: 0; left: -200%; width: 200%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent
  ); transform: skewX(-45deg); animation: synth-reflection 3s linear infinite; pointer-events: none; }


@keyframes synth-reflection { 0% { left: -200%; }
  100% { left: 200%; } }

@keyframes synth-glowing { 0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; } }
@keyframes meteor-fall { 0% { transform: translateY(-100px); opacity: 1; }
  100% { transform: translateY(300px); opacity: 0; } }
@keyframes steam { 
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; } }

	@media screen and (max-width:1200px) {}
	@media screen and (max-width:767px) {
		.btn  { font-size: 14px; font-weight: 700; }	
		.btn-lg { font-size:16px; }
		.btn-sm { font-size:12px; }
	}
	@media screen and (max-width:576px) {
	/*	.btn  { font-size: 12px; }	*/
	}

   
/*****************************/
/*   Carousel Style start     /
/*****************************/
.owl-carousel { padding: 0; }
.owl-carousel .owl-item { padding:0 12px; }
.owl-carousel .owl-stage-outer {  }
.owl-carousel .animated { animation-duration: 0.15s; animation-fill-mode: both; }

.owl-carousel .owl-nav { position: absolute; display: flex; gap: .5em; bottom: 100%; right: 0.75em; margin-bottom: 1em; }
.owl-carousel .owl-nav button span { display:inline-block; vertical-align:middle; width:20px; height:40px; background:center no-repeat; background-size:cover; font-size:0px;	 }
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { border: 2px solid rgba(250,250,250,0.25); pointer-events: auto; color: #efeeec; cursor: pointer; border-radius: 50%; justify-content: center; align-items: center; width: 2.5em; height: 2.5em; padding-left: .25em; padding-right: .25em; display: flex; }  

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover { outline:none; border-color: rgba(250,250,250,0.55); }
.owl-carousel .owl-nav button.owl-prev { left:30px; }
.owl-carousel .owl-nav button.owl-next { right:30px; }
.owl-carousel .owl-nav button.owl-prev svg { transform: scaleX(-1) }
.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg { width: 50%; }
.owl-carousel .owl-nav button.disabled { opacity:0.25; }

.owl-carousel .owl-dots { text-align:center; margin:10px 0 0; }
.owl-carousel .owl-dots .owl-dot { display:inline-block; vertical-align:middle; margin:0 0.25em; width:0.70em; height:0.70em; border-radius:50%; border:1px solid rgba(0, 0, 0, 0.25); }
.owl-carousel .owl-dots .owl-dot.active { background:#000000; border-color: #000000; }

.owl-carousel.owl-carousel-inverse .owl-dots .owl-dot { border-color: rgba(255, 255, 255, 0.25);}
.owl-carousel.owl-carousel-inverse .owl-dots .owl-dot.active { background:#ffffff; border-color: #ffffff; }

.owl-carousel-speakers .owl-item { padding:10px 12px; }
.owl-carousel-speakers .owl-item .card-speaker { margin-bottom: 1em;}

	@media screen and (max-width:600px) {
 		.owl-carousel-speakers .owl-item { padding: 10px 4px; }
	}

/*****************************/
/*    Modal Style start       /
/*****************************/
.modal-backdrop { --bs-backdrop-opacity:1; background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(20px);	z-index: 1100; }

.modal-backdrop + .modal-backdrop { display: none !important;}

.modal { z-index: 1110;}

.modal .btn-close { position: absolute; top: 50px; right: 50px; width: 50px; height: 50px; background-color: #65cdd5; border-radius: 50%; z-index: 1060; opacity: 1; color: #000; }
.speaker-modal { backdrop-filter: blur(0.25em); }
.speaker-modal .modal-content { border-radius: 15px; padding: 0.25em; }
.speaker-modal .modal-image { position: relative; } 
.speaker-modal .modal-image .card-image-before { padding-top: 115%;}
.speaker-modal .modal-image .card-image { position: absolute; top: 0; left: 0; width: 100%;     object-fit: fill; border-radius: 0.75em; }
.speaker-modal .modal-image .card-logo { border:1px solid rgba(250, 250, 250,0.25); -webkit-backdrop-filter: blur(.5em); backdrop-filter: blur(.5em); border-radius: 0; border-radius: 0.5em; background-color: #12121554; justify-content: center; align-items: center; width: 5em; height: 5em; display: flex; position: absolute; bottom: 1em; right: 1em; } 
.speaker-modal .modal-image .card-logo img { width: 100%; max-width: 75%; max-height: 75%; }

.speaker-modal .modal-text { padding:0 30px; }
.speaker-modal .modal-text .badge { margin-top: 0.25em; background-color: #121215; color: #fafafa; border-radius: .35em; padding: .25em .5em; margin-bottom: 1.5em; display: inline-block; line-height: 1.5; font-size: 0.95em; font-weight: 500; }
.speaker-modal .modal-text .modal-title { margin-bottom:0.1em; line-height: 1.2;}
.speaker-modal .modal-text .modal-designation { margin-bottom: 1em; opacity: 0.6;}
.speaker-modal .modal-text .modal-bio p { margin-bottom: 20px; }


/* Sponsor Modal */
.sponsor-modal { backdrop-filter: blur(0.25em); }
.sponsor-modal .modal-content { border-radius: 15px; padding: 0.25em; margin-top: 4em; }

.sponsor-modal .modal-image .card-logo { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); border:1px solid rgba(250, 250, 250,0.25); -webkit-backdrop-filter: blur(.5em); backdrop-filter: blur(.5em); border-radius: 0; border-radius: 0.5em; background-color: #12121554; justify-content: center; align-items: center; width: 8em; height: 8em; display: flex; position: absolute; bottom: 1em; right: 1em; } 
.sponsor-modal .modal-image .card-logo img { width: 100%; max-width: 75%; max-height: 75%; }

.sponsor-modal .modal-text { padding:4.5em 2em 0; text-align: center; }
.sponsor-modal .modal-text .modal-title { margin-bottom:0.1em; line-height: 1.2;}
.sponsor-modal .modal-text .modal-designation { margin-bottom: 1em; opacity: 0.6;}
.sponsor-modal .modal-text .modal-bio p { margin-bottom: 20px; }


.registration-modal .modal-content { /* background-color: transparent; */}
.registration-modal .modal-body { padding: 0 !important;}
.modal { --bs-modal-bg: #00000063; }


	@media screen and (max-width:1200px) {
		/*.registration-modal .modal-body { padding: 3em !important; }*/
	}
	@media screen and (max-width:991px) {} 
	@media screen and (max-width:767px) {
		.modal .btn-close { top: 20px; right: 20px; width: 30px; height: 30px; }
		/*.registration-modal .modal-body { padding: 0 !important; } */

		.sponsor-modal .modal-content { margin-top: 3em; }
		.sponsor-modal .modal-image .card-logo { width: 6em; height: 6em; }
		.sponsor-modal .modal-text { padding: 3em 0.5em 0; }
	}

/*****************************/
/*    Card Style start        /
/*****************************/
.card-flat { background:none; border-radius:0; box-shadow:none; border: none; }

.shadow-md { -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; -ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; }

.card-speaker { margin-bottom: 4em; }
.card-speaker a { text-decoration: none;}
.card-speaker .card-media { border-radius: 1em; position: relative; padding-bottom: 0 !important; }
.card-speaker .card-media .card-image-before { padding-top: 115%;}
.card-speaker .card-media .card-image { border-radius: 1em; object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.card-speaker .card-media .card-logo { border:1px solid rgba(250, 250, 250,0.25); -webkit-backdrop-filter: blur(.5em); backdrop-filter: blur(.5em); border-radius: 0; border-radius: 0.5em; background-color: #12121554; justify-content: center; align-items: center; width: 5em; height: 5em; display: flex; position: absolute; bottom: 1em; right: 1em; } 
.card-speaker .card-media .card-logo img { width: 100%; max-width: 75%; max-height: 75%; }
.card-speaker .card-body { padding:1.25em 0 0;}
.card-speaker .card-title { margin: 0;}
.card-speaker .card-text { opacity: 0.6;}

.card-speaker .card-hover-corners { pointer-events: none; width: calc(100% + 1em); height: calc(100% + 1em); position: absolute; top: -.5em; left: -.5em; }
.card-speaker .card-hover-corners__corner { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.card-speaker .card-hover-corners__corner.is--right { transform: scaleX(-1); }
.card-speaker .card-hover-corners__corner.is--bottom-left { transform: scaleY(-1); }
.card-speaker .card-hover-corners__corner.is--bottom-right { transform: scale(-1); }
.card-speaker .card-hover-corners__corner-inner { border-top: 2px solid #da3083; border-left: 2px solid #da3083; border-top-left-radius: .375em; width: 1em; height: 1em; position: absolute; top: 0; left: 0; box-shadow: -2px -2px 4px 0px #da308399, inset 2px 2px 4px 0px #da308399; }
.card-speaker .card-hover-corners__corner-inner { transform: translate(0.5em, 0.5em) rotate(0.001deg); opacity: 0; transition: all 0.4s cubic-bezier(0.625, 0.05, 0, 1); }
.card-speaker:hover .card-hover-corners__corner-inner { transform: translate(0em, 0em) rotate(0.001deg); opacity: 1; }

/*.card-speaker.card-deactive:before { content: ""; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; z-index: 1050; pointer-events: none; backdrop-filter: blur(5px); border-radius: 10px; }
.card-speaker.card-deactive a { pointer-events: none;}*/

.card-sponsor { margin-bottom: 3em; margin-top: 4em; background-color: rgba(255, 255, 255, 0.06); padding: 0 2em 2em 2em; border-radius: 1em; }
.card-sponsor a { text-decoration: none;}
.card-sponsor .card-media { border-radius: 1em; position: relative; padding-bottom: 0 !important; position: relative; min-height: 4em; }
.card-sponsor .card-media .card-logo {  border:1px solid rgba(250, 250, 250,0.25); -webkit-backdrop-filter: blur(.5em); backdrop-filter: blur(.5em); border-radius: 0; border-radius: 0.5em; background-color: #12121554; justify-content: center; align-items: center; width: 6em; height: 6em; display: flex; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); } 
.card-sponsor .card-media .card-logo img { width: 100%; max-width: 75%; max-height: 75%; }
.card-sponsor .card-body { padding:1.25em 0 0; text-align: center;}
.card-sponsor .card-title { margin: 0; min-height: 59px;}
.card-sponsor .card-text { opacity: 0.6;}
.card-sponsor .btn-sponsor { display: inline-block; vertical-align: middle; color: #da3083; margin-top: 5px;}
.card-sponsor .btn-sponsor:hover { text-decoration: none; font-weight: 600;}

.card-image { margin-bottom: 0;  background-color: #29292b33; border: 1px solid #ffffff08; backdrop-filter: blur(6px) ;border-radius: 1em; }
.card-image a { text-decoration: none;}
.card-image .card-media { border-radius: 1em 1em 0 0 ; position: relative; padding-bottom: 0 !important; }
.card-image .card-media .card-counter { margin: 1rem; position: absolute; z-index: 10; color: #fff; left: 0; font-size: 1em; font-weight: 300; text-align: right; right: 0; }
.card-image .card-media .card-counter:before { content: ""; position: absolute; top: 50%; left: 0; height: 2px; background-color: #fff; margin-top: -1px; z-index: 11; right: 32px; opacity: 0.5;}
.card-image .card-media .card-image-before { padding-top: 220px;}
.card-image .card-media .card-image { border-radius: 1em 1em 0 0 ; object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transform: scale(1); }
.card-image .card-body { padding-top:1.25em;}
.card-image .card-title { margin: 0; padding: 1rem; position: absolute; z-index: 10; left: 0; bottom: 0; width: 100%; line-height: 0.9; }
/*.card-image .card-text.text-white { color: #fff;}*/

.card-cta { margin-bottom: 0; padding: 1.5em 2em; border: none; background-color: #282828; border-radius: 1em; }

.card.card-header { padding: 0 1em 0.5em 1em; background-color: #00000080; border-radius: 1em; backdrop-filter: blur(20px); }
.card.card-header .btn { margin: 0 !important; }

.card-contact-us {}
.card-contact-us { padding: 0 1em 0.5em 1em; background-color: #00000080; border-radius: 1em; backdrop-filter: blur(20px); }
.card-contact-us  .section-text.text-white > * { color: #fff;}

.card-plan { padding: 1em; background-color: #00000080; border-radius: 1em; backdrop-filter: blur(20px);  }
.card-plan .card-date { display: flex; flex-direction: column; width: 86px; gap: 0; background: #da3083; background: linear-gradient(90deg, #da3083 0%, #ed6fad 100%); border-radius: 0.6em; overflow: hidden; margin-right: 1.5em; }
.card-plan .card-date .month { font-size: 1.2em; font-weight: 500; padding: 7px 0; width: 100%; text-align: center; font-weight: 600; }
.card-plan .card-date .date { font-size: 1.5em; font-weight: 700; padding: 4px 0; background: rgba(0, 0, 0, 0.6); width: 100%; text-align: center; }
.card-plan .plan-list-title { margin: 0 0 0.5em; margin: 0 0 0.25em; line-height: 1.0; font-size: 1.25em;}
.card-plan .day-list .plan-list-text { position: relative; padding-left: 17px;} 
.card-plan .day-list .plan-list-text:before { content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.card-plan .day-list .col-sm + .col-sm { position: relative;}
.card-plan .day-list .col-sm + .col-sm:before { content: ""; position: absolute; left: -25px; top: -10px; bottom: -10px; border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.card-plan .list-column-2 .plan-list-title { margin-bottom: 0; }

	@media screen and (max-width:1600px) {
		.card-sponsor { padding: 0 1.5em 1.5em 1.5em; margin: 2.75em 0 2.25em;}
		.card-sponsor .card-media .card-logo { width: 5.5em; height: 5.5em; }
	}
	@media screen and (max-width:1400px) {
		
	}
	@media screen and (max-width:991px) {
		.card.card-header .btn { padding: 14px 20px;}
		.card-plan .day-list .col-sm + .col-sm:before { left: -15px;}

		.card-sponsor .card-title { min-height: 52px;}
	} 
	@media screen and (max-width:767px) {
		.card-cta { text-align: center; }
		.card-cta .text-start { text-align: center !important;}  

		.card.card-header { padding: 0.5em 1em 1em;}
		.card.card-header .card-text p { margin-bottom: 30px; }

		.card-image .card-title { font-size: 2.6em;}

		.card-plan .card-date { margin-right: 1em;}

		.card-sponsor { padding: 0 1.0em 1.0em 1.0em;}
		.card-sponsor .card-title { min-height: 42px;}
		
	}
	@media screen and (max-width:576px) {
		.card-cta { padding: 0.5em 0.35em;}
		.card-cta .section-title { line-height: 1.2; margin-bottom: 0.5em;}

		.card-plan { text-align: center; padding: 2em;}
		.card-plan .card-date { margin: 0 auto;}
		.card-plan .plan-list-title { margin-top: 1.5em;}

		.card-plan .day-list .col-sm + .col-sm { position: relative; padding-top: 1.5em; }
		.card-plan .day-list .col-sm + .col-sm:before { content: ""; position: absolute; left: 15px; top: 1.5em; bottom: auto; border-left: none; right: 15px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
		.card-plan .day-list .plan-list-text { position: relative; padding: 0 22px; } 
		.card-plan .day-list .plan-list-text:before { display: none;}
	}
	@media screen and (max-width:600px) {
		.card-speaker .card-media .card-logo { border-radius: 0.4em; width: 3em; height: 3em;  bottom: 0.75em; right: 0.75em; }
		.card-speaker .card-media .card-image { border-radius: 0.75em; }
		.card-speaker .card-text { font-size: 12px;}

		.card-speaker .card-hover-corners { width: calc(100% + 0.5em); height: calc(100% + .5em); position: absolute; top: -.25em; left: -.25em; }
		.card-speaker .card-hover-corners__corner-inner { width: 0.75em; height: 0.75em; }
	}
	@media screen and (max-width:450px) {
		.card-plan .day-list .plan-list-text { padding: 0;}
	}

/*****************************/
/*    Accordion Style start   /
/*****************************/
.accordion { background: no-repeat; border: none; border-radius: 0; }
.accordion .accordion-item { background: none; border: none; border-radius: 0;  }	
.accordion .accordion-item + .accordion-item { border-top: 1px solid rgba(255,255,255,0.3); }
.accordion .accordion-button { padding: 1.43em 0; font-size: 1em; background: no-repeat; border-radius: 0; box-shadow: none; }
.accordion .accordion-button::after { background-size: auto 18px;}
.accordion .accordion-button.text-white::after { --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); }
.accordion .accordion-button.text-white:not(.collapsed)::after { --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); }
.accordion .accordion-header { font-size: 1.4em; }
.accordion .accordion-body { padding: 0 0 2em;}
.accordion .accordion-body > *,
.accordion .accordion-body p { opacity: 0.8;}

/*****************************/
/*    Navbar Style start      /
/*****************************/
.navbar { /*position: absolute; */ top: 0; left: 0; width: 100%; padding:0; transition: padding ease-in-out 0.6s; -webkit-transition: padding ease-in-out 0.6s; -moz-transition: padding ease-in-out 0.6s; -ms-transition: padding ease-in-out 0.6s; --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); z-index: 1080; transform: translateY(0); transition: all ease-in-out 0.8s; transition-delay: 0.3s;  }
.navbar-collapse { padding:0; }
.page-spacer { height:160px; }
.navbar-fixed-top { border:none; } 
.navbar-default { -o-transition:none; -ms-transition:none; -webkit-transition:none; transition: none; background:transparent; }

/* Navbar animation */
.navbar { transform: translateY(-150%); -webkit-transform: translateY(-150%); -moz-transform: translateY(-150%); transition: all var(--animation1-default); -webkit-transition: all var(--animation1-default); -moz-transition: all var(--animation1-default); }
body.loaded-2 .navbar { transform: translateY(-150%);} 
body.loaded-2 .navbar.navbar-active   { transform: translateY(0%); }

.navbar .custom-logo,
.navbar .navbar-brand { padding:0; position: relative; line-height: normal;}
.navbar .navbar-brand { margin-left: 20px;}
.navbar .custom-logo > svg, .navbar .custom-logo > img,
.navbar .navbar-brand > svg, .navbar .navbar-brand > img { height:26px; width:auto; vertical-align:middle; }
.navbar a.custom-logo { margin-right:0;}

.navbar.layout-2 { margin: 30px 0; /*border-radius: 100px; */background-color: none; backdrop-filter: unset; }
.navbar.layout-2 .custom-logo > svg, .navbar.layout-2 .custom-logo > img,
.navbar.layout-2 .navbar-brand > svg, .navbar.layout-2 .navbar-brand > img { height: 40px; }
.navbar.layout-2 .navbar-wrap { display: flex; width: 100%; padding: 18px 22px; background-color: #00000080; backdrop-filter: blur(20px); border-radius: 100px; align-items: center; }

.navbar .header-right { padding-left: 1.5em;}

/*.navbar.navbar-fixed { background-color: #050606; padding: 20px 0 !important;}*/
/*.navbar:before { position: absolute; left: 0; top: 0; width: 100%; content: ""; background-color: #000000; height: 0px; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; } */

.nav { grid-column-gap: 1.5em; grid-row-gap: 1.5em; justify-content: flex-end; align-items: center; display: flex; position: relative; }
.nav > li > a { font-size: 19px; font-weight: 500; line-height: 1.3; padding: 0; color: #fff; display: inline-block; grid-column-gap: .25em; grid-row-gap: .25em; pointer-events: auto; cursor: pointer; align-items: center; height: 2em; font-weight: 500; text-decoration: none; display: flex; }
.nav > li > a:focus,
.nav > li > a:hover { color: #fff; text-decoration: none; }
.nav > li.menu-item-has-children > a::after { content: "+"; display: inline-block; vertical-align: baseline; margin-left: 5px; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; }
.nav > li.menu-item-has-children > a.active::after { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);}

.nav > li > a .menu-text-wrap { font-weight: inherit; position: relative; overflow: hidden; }
.nav > li > a .menu-text { line-height: 1.3; font-weight: inherit; white-space: nowrap; display: block; position: relative; transition: transform var(--animation-default); transform: translateY(0%) rotate(0.001deg); }
.nav > li > a .menu-text.duplicate { position: absolute; top: 125%; left: 0; }
.nav > li > a:hover .menu-text { transform: translateY(-125%) rotate(0.001deg); }

.navbar .btn-close { position: absolute; top: 15px; right: 15px; opacity: 1; min-width: 1px; }
.navbar .btn-close img,
.navbar .btn-close svg { width: 24px; height: 24px; } 

/*
.nav > li .sub-menu { display: none; }
.nav > li .sub-menu { position: absolute; right: 0;  max-width: 68%; padding-bottom: 70px; transition:all ease-in 0.2s; -webkit-transition:all ease-in 0.2s; -moz-transition:all ease-in 0.2s; -ms-transition:all ease-in 0.2s; }
.nav > li .sub-menu li { width: 33.33%; margin-top: 60px; float: left; position: relative; padding-top: 20px; list-style: none;}
.nav > li .sub-menu li:before { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 83px; background-color: #fff; }
.nav > li .sub-menu li > a { font-size: 38px; line-height: 1.3157; color: #fff; font-family: "DM Sans", sans-serif; }
.nav > li .sub-menu li > a:hover { text-decoration: none; padding-left: 36px; color: #f24747;}
*/

.navbar-toggler { margin-right: 0; border: none; }
.navbar-toggler:focus,
.navbar-toggler:hover { box-shadow: none; background-color: none;}
/*
.offcanvas  { border-bottom: 1px solid #f0f1f2; padding-top: 0; padding-bottom: 0;  }
.offcanvas svg.custom-logo path { fill:#050606;}
.offcanvas .btn-close { margin: 0; opacity: 1; }
.offcanvas .btn-close:focus { box-shadow: none; }
*/
	/*@media screen and (min-width:991px) {
		.navbar.navbar-active:before { height: var(--navbar-active-height);}
		.navbar.navbar-active .nav > li > a { color: #fff;}
		.navbar.navbar-active .custom-logo > svg path,
		.navbar.navbar-active .navbar-brand > svg path { fill: #fff !important; }
		.navbar.navbar-active .nav > li > a:hover { color: #68d3db; text-decoration: none; }
	}*/

	@media screen and (max-width:1600px) {}
	@media screen and (max-width:1400px) {}
	@media screen and (max-width:1200px) {
		.nav { grid-column-gap:1em; }
		.navbar .navbar-brand { margin-left: 10px; margin-right: 0;}
		.nav > li > a { font-size: 17px;}

		.navbar.layout-2 .navbar-wrap { justify-content: space-between;}
	}
	@media screen and (max-width:991px) {
		.navbar-right { margin:auto 0;}
		.page {overflow: hidden;}
		.navbar.layout-2 .navbar-wrap { margin-top:15px }
		.offcanvas { background: #00000080; backdrop-filter: blur(0); padding: 50px 0 0;min-height:100vh ; border-radius: 20px;}
		.offcanvas-backdrop.show { opacity: 1; backdrop-filter: blur(20px); background: #00000080;border-radius: 20px;   max-width: 100%; }
		.offcanvas nav {width:100%} 
		.navbar .header-right { padding: 1.5rem 0 0; }

		.page-spacer { height:75px; }
	} 
	@media screen and (max-width:767px) {
		/*.navbar { padding: 17px 0 !important; }*/
/*		.navbar.navbar-fixed { padding: 15px 0 !important;}*/

		.navbar.layout-2 { margin: 0;}
	}

/************************************/
/*    Footer Style start             /
/************************************/
footer { padding: 3.5em 0 0; background-color: #000; /*position: absolute; left: 0; bottom: 0; width: 100%;*/ }

footer .mw-25 { max-width: 26px; margin-bottom: 1em;}

footer .footer-logo { max-width: 268px; display: inline-block; }

footer .footer-title { margin-bottom: 1em;}
footer .footer-text { max-width: 500px; opacity: 0.8;  margin-bottom: 1em;  }
footer .footer-text p small { opacity: 0.8;}

footer .footer-link { color: #fff; margin:0 30px; font-size: 16px; letter-spacing: 0.38px; }
footer .footer-link:hover { color:#d93083; text-decoration: none;}

footer .footer-social { display: inline-block; vertical-align: text-bottom; margin-top: 0.5em; opacity: 0.8; margin-bottom: 2em; }
footer .footer-social li { display: inline-block; vertical-align: middle; }
footer .footer-social li + li { margin-left: 18px; }
footer .footer-social li img { width: 24px; height: 24px;} 

footer .footer-nav { margin-bottom: 2em; opacity: 0.8; }
footer .footer-nav > li { display: block; margin: 0 0 0.75em;}
footer .footer-nav > li > a { font-size: 1em; line-height: 1.25; color: #ffffff; display: inline-block; padding: 0; }
footer .footer-nav > li > a:focus,
footer .footer-nav > li > a:hover { color: #d93083; text-decoration: none; }
footer .footer-nav > li.menu-item-has-children > a::after { content: "";}
footer .footer-nav > li .sub-menu { display: none !important;}

footer .footer-contact { margin-bottom: 2em; opacity: 0.8; }
footer .footer-contact > li { display: block; padding-left: 36px; margin: 0 0 1em; font-size: 1em; line-height: 1.25; background: 0 2px no-repeat; background-size: auto 20px; }
footer .footer-contact > li > a { font-size: 1em; line-height: 1.25; color: #ffffff; display: inline-block; padding: 0; }
footer .footer-contact .address { background-image: url(../images/icon-address.svg);}
footer .footer-contact .phone { background-image: url(../images/icon-phone.svg);}
footer .footer-contact .email { background-image: url(../images/icon-email.svg);}

footer .help-links {  display: inline-flex; vertical-align: middle; padding: 0; margin: 0; opacity: 0.6; gap: 15px;}
footer .help-links li { list-style: none; }
footer .help-links li a { font-size: 16px; line-height: 1; color: #fff;}
footer .help-links li a:hover { color: #d93083; text-decoration: none; }

footer .event-guru { background: url(https://perform.pro.events.guru/wp-content/uploads/sites/3/2025/10/events-guru-logo-neg.svg); background-repeat: no-repeat; color: white; padding-right: 127px; font-size: 0.8em; background-position: 94%; font-weight: bold; background-color: #8c7aff30; border-radius: 15px; padding: 6px 167px 6px 12px; background-size: 155px; display:inline-block; }

	@media screen and (max-width:1200px){ }	
	@media screen and (max-width:991px){
		footer .event-guru { padding: 6px 140px 6px 12px; background-size: 128px; }
	 }
	@media screen and (max-width:767px){ 
		footer .help-links { margin: 1em 0;}
	}
	@media screen and (max-width:576px){
		footer { text-align: center;  padding-top: 1.75em; }
		footer .footer-logo { max-width: 180px; }
		footer .footer-text { max-width: 280px; margin: 0 auto; }
		footer .help-links { flex-direction: column; gap: 0.25em; }
		
		footer .footer-contact > li { display: inline-block;}
	}

/************************************/
/*    Footer Style start             /
/************************************/
.section { position: relative; }
.section-background { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; } 
.section-background.section-overlay-active:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:var(--overlay-color); opacity: var(--overlay-opacity); z-index: 1;}
.section-background + .container { position: relative; z-index: 2;}

.section-content { counter-reset: cardItem; }

.section-content .section-image { min-height: 480px; position: relative; }
.section-content .section-image .section-image { border-radius: 1em; object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; }
.section-content .section-image .section-image { opacity: var(--processImagemain); /*transform: scale(var(--processImagemain));*/ }
.section-content .section-sub-image { position: absolute; width: 40%; height: 40%; right: 0; top: 50%; transform: translate(40%, -50%); background: center no-repeat; background-size: cover; border-radius: 0.5em; }

.section-content .section-sub-image.section-sub-image-2 { top: var(--processImage1); right: 0;}
.section-content .section-sub-image.section-sub-image-3 { top: var(--processImage2); right: 90%;}

.section-deactive { position: relative; }
.section-deactive:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10; backdrop-filter: blur(7px); }
.section-deactive:after { content: attr(data-deactive); position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); font-size: 4vw; color: #fff; z-index: 11;     white-space: pre; text-shadow: 0 0 16px rgba(0, 0, 0, 0.75); }

	@media (max-width: 1400px) {}
	@media (max-width: 1200px) {
		.section-content { padding: 80px 0 !important	;} 
	}
	@media (max-width: 991px) {
		.section-content .section-image { min-height: 340px; margin-bottom: 60px;}
	}
	@media (max-width: 768px) {
		.section-content { padding: 40px 0 !important;} 
	}
	@media (max-width: 567px) {
		.section-content .section-image { min-height: 260px; margin-bottom: 40px;}
		
	}

/************************************/
/*    Hero Style start             /
/************************************/
.section-hero {}
.section-hero .section-image { max-height: 340px; max-width: 100%; }
.section-hero .hero-bottom { position: absolute; left: 0; bottom: 0; width: 100%; margin: 0 0 30px; } 
.section-hero .hero-bottom .text-info {} 
.section-hero .hero-bottom .btn { margin: 0 20px;}
.section-hero .section-content { opacity: 0.8; padding: 0 !important; width: 100%; display: inline-block; max-width: 760px; }
.section-hero .section-content.text-white > * { color: #fff;}

.footer-info { gap: 1.5rem;  }
.footer-info-box { display: flex; flex-direction: column; }
.footer-info-box span { font-size: 44px; font-weight: 200; font-family: "DM Sans", sans-serif; letter-spacing: 1px; }
.footer-info-box small { letter-spacing: 0.2px; font-weight: 300; opacity: 0.6; font-size: 0.75em; } 

.section-hero-cards { padding: 40px 0; background: #171717 url('../images/bg-shape2.png') center no-repeat; background-size: cover;}

/* Hero animation */
.section-hero .section-image img { transition: all var(--animation1-default); transform: translateY(100%) scale(0.75);} 
.section-hero .hero-bottom { transform: translateY(150%); transition: all var(--animation1-default); }

.section-hero .section-text > *,
.section-hero .section-content > *,
.section-hero .section-title > * { transition: all var(--animation1-default); transform: translateY(125%); }
.section-hero .section-background.section-overlay-active:before { content: ""; z-index: 2; width: 100%; height: 100%; position: absolute; backdrop-filter: blur(30px); transition: all var(--animation1-default); }

body.loaded-1 .section-hero .section-image img { transform: translateY(0%) scale(0.8); }

body.loaded-2.loaded-1 .section-hero .section-image img { transform: translateY(0%) scale(1); }
body.loaded-2 .hero-bottom { transform: translateY(0%);}
body.loaded-2 .section-hero .section-background.section-overlay-active:before { backdrop-filter: blur(0px); }
body.loaded-2 .section-hero .section-text > *,
body.loaded-2 .section-hero .section-content > *,
body.loaded-2 .section-hero .section-title > * { transition: all var(--animation1-default); transform: translateY(0%); transition-delay: 0.5s; }
body.loaded-2 .section-hero .section-text > * { transition-delay: 0.7s;}

	@media (max-width: 1400px) {
		.section-hero .section-image { max-height: 280px;}
		.footer-info-box span { font-size: 38px;}
	}
	@media (max-width: 1200px) {
		.footer-info-box span { font-size: 34px;}
	}
	@media (max-width: 991px) {
		.section-hero .section-image { max-height: 240px; margin-bottom: 0px !important; } 
		.footer-info { gap: 1em;}
		.footer-info-box span { font-size: 24px;}
		.section-hero .hero-bottom .btn { margin: 12px 0;}
	}
	@media (max-width: 768px) {
		.section-hero .hero-bottom { margin: 20px 0 0; position: relative; bottom: auto; left: auto;}
	}
	@media (max-width: 480px) {
		
	}

/* Fix iOS Safari 100vh issue */
@supports (-webkit-touch-callout: none) { .hero {   height: -webkit-fill-available; } }

/************************************/
/*    Speaker Style start            /
/************************************/
.section-about {}

	@media (max-width: 1400px) {}
	@media (max-width: 1200px) {
		.section-about { padding: 80px 0 !important	;} 
	}
	@media (max-width: 991px) {}
	@media (max-width: 768px) {
		.section-about { padding: 40px 0 !important	;} 
	}
	@media (max-width: 480px) {
		
	}
/************************************/
/*    Speaker Style start            /
/************************************/
.speaker-grid { margin: 0 auto; transition: all .3s; }
.speaker-grid .card-item { width: calc(25% - 20px); padding: 0;  box-sizing: border-box; }

.speaker-filter { column-gap: .5em; display: flex; }
.speaker-filter li { list-style: none; }
.speaker-filter li a { display: inline-block; border: 1px solid rgba(0, 0, 0, 0.25); padding: .25em 1em; border-radius: 25em; color: #000; font-size: 1.1em; font-weight: 500; line-height: 1.4; }
.speaker-filter li a:focus,
.speaker-filter li a:hover { text-decoration: none; border-color: rgba(0, 0, 0, 0.35);}
.speaker-filter li.active a { background: #000; color: #fff; }

.speaker-filter.nav-inverse li a { border-color: rgba(255, 255, 255, 0.25); color: #fff; }
.speaker-filter.nav-inverse li a:focus,
.speaker-filter.nav-inverse li a:hover { text-decoration: none; border-color: rgba(255, 255, 255, 0.55);}
.speaker-filter.nav-inverse li.active a { background: #fff; color: #000; }

	@media (max-width: 1400px) {
		.speaker-grid .card-item { width: calc(33.33% - 20px);}
	}
	@media (max-width: 1200px) {
		.section-speakers { padding: 80px 0 !important	;} 
		.speakers-item { width: 33.3333%; }
		.speaker-grid .card-item { width: calc(50% - 20px);}
	}
	@media (max-width: 991px) {}
	@media (max-width: 768px) {
		.section-speakers { padding: 40px 0 !important	;} 
		.speakers-item { width: 50%; }

		.section-speakers .owl-carousel .owl-nav { display: none;}
	}
	@media (max-width: 576px) {
		.speaker-filter { display: none;}
		.speaker-grid .card-item { width: 100%;}
	}
	@media (max-width: 480px) {
		.speakers-item { width: 100%; }
	}

/************************************/
/*    Plan Style start            /
/************************************/
.section-plan {}	

.subtitle-tags { padding: 0; margin: 0; list-style: none; padding: 1em 2em; border-radius: 100px; background: #00000080; backdrop-filter: blur(20px); gap: 3em;}
.subtitle-tags li { position: relative; font-weight: 600; font-size: 1.5em;}
.subtitle-tags li + li::before { content: ""; position: absolute; left: -1.25em; top: 50%; height: 0.5em; width: 0.5em; border-radius: 50%; background-color: var(--neon-pink); margin-top: -5px;}

	@media (max-width: 1600px) {
		.subtitle-tags li { font-size: 1.45em;}
	}
	@media (max-width: 1200px) {
		.section-plan { padding: 80px 0 !important;} 
		.subtitle-tags li { font-size: 1.20em; }
		.subtitle-tags li + li::before { left: -1.5em;}
	}
	@media (max-width: 991px) {
		.subtitle-tags { padding: 1em 1.5em;}
		.subtitle-tags li { font-size: 0.9em; }
		.subtitle-tags li + li::before { left: -1.75em;}
	}
	@media (max-width: 768px) {
		.section-plan { padding: 40px 0 !important	;} 
		    .subtitle-tags { padding: 0; flex-direction: column; border-radius: 0; gap: 1em 0;  background: none; backdrop-filter: none; }

		.subtitle-tags li { font-size: 1em;}
		.subtitle-tags li + li::before {  display: none;}
	}

/************************************/
/*    Contact Style start            /
/************************************/
.section-contact  { overflow: hidden;}
.section-contact .map { position: absolute; top: -20%; left: 0; width: 140%; height: 140%; z-index: 0;}
.section-contact > .container { position: relative;}