@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");


html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}
html, body {
	height: 100%;
}
body {
	background: #FFFFFF;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #333333;
}


a, a:visited {
	color: #057f78;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #000000;
}


h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "roboto-black", sans-serif;
	color: #151515;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
	margin-bottom: 1.2rem;
}
h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
p img {
	margin: 0;
}
p.lead {
	font-family: "roboto-light", serif;
	font-size: 5rem;
	line-height: 1.8;
	color: #4d4d4d;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.8rem;
	}
}
em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "roboto-italic", serif;
}
strong, b {
	font-family: "roboto-bold", serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #4d4d4d;
	border: none;
}
abbr {
	font-family: "roboto-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #4d4d4d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {loa
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}


ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #034e4a;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #034e4a;
}
dd {
	margin: 0 0 0 2rem;
}


button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
	margin-bottom: 3rem;
}


img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}


.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}




#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, #050505 60%, #000000 100%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}


.burst {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    animation: burstFlash 2s ease-out forwards;
}

@keyframes burstFlash {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
    30% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.5); }
}

.loader-stage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeOutStage 1s ease 4.5s forwards;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center; /* ← center both circle + text horizontally */
    justify-content: center;
    text-align: center;
}

.loader-circle {
    width: 128px;
    height: 128px;
    animation: spinFlame 4s linear infinite, glowPulse 2s ease-in-out infinite;
    margin-bottom: 12px;
    margin-left: -220px;
    margin-top: 12px;
}

.loader-text {
    font-family: 'Corleone', serif;
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0 0 6px rgba(128, 0, 0, 0.4);
    margin: 0; /* completely eliminate margin drift */
    padding: 0;
    margin-top: -47px;
}


.pulse {
    animation: textPulse 1.5s infinite ease-in-out;
}




.loader-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: all 0.8s ease-in-out;
}

.loader-logo.show-logo {
    opacity: 1;
    visibility: visible;
}


.logo-wrapper {
    position: relative;
    display: inline-block;
}


.logo-image {
    width: 500px;
    max-width: 95%;
    position: relative;
    z-index: 2;
    filter:
        brightness(1.1)
        contrast(1.05)
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
    margin-bottom: 12px;
}


.logo-image1 {
    width: 210px;
    max-width: 120%;
    position: relative;
    z-index: 2;
    filter:
        brightness(1.1)
        contrast(1.05)
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
    margin-bottom: 12px;
    margin-left: -10px;
}


.flame-overlay {
    position: absolute;
    top: -30px;
    left: -40px;
    width: 400px;
    height: 320px;
    background: url('../images/burning.png') no-repeat center center;
    background-size: cover;
    pointer-events: none;
    opacity: 0.45;
    z-index: 1;
    animation: flameFlow 5.5s ease-in-out infinite alternate;
    filter:
        brightness(1.2)
        drop-shadow(0 0 12px rgba(255, 100, 0, 0.5))
        drop-shadow(0 0 18px rgba(255, 40, 0, 0.25));
}


.welcome-text {
    font-family: 'Corleone', serif;
    font-size: 2.2rem;
    color: #f4fa57;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
    z-index: 2;
    margin-top: -75px;
}


@keyframes spinFlame {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes glowPulse {
    0%, 100% { filter: drop-shadow(0 0 4px rgba(128, 0, 0, 0.3)); }
    50% { filter: drop-shadow(0 0 8px rgba(255, 0, 0, 0.4)); }
}

@keyframes textPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@keyframes fadeOutStage {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeInStage {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes flameFlow {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.04) translateY(-10px);
        opacity: 0.65;
    }
}



fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: none;
	border-bottom: 3px solid rgba(17, 17, 17, 0.5);
	outline: none;
	vertical-align: middle;
	color: #333333;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.7rem;
	line-height: 3rem;
	max-width: 100%;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	border-color: #034e4a;
}
label, legend {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.6rem;
	margin-bottom: .6rem;
	color: black;
	display: block;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

label > .label-text {
	display: inline-block;
	margin-left: 1rem;
	font-family: "roboto-regular", sans-serif;
	line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0;
	position: relative;
	top: .15rem;
}


::-webkit-input-placeholder {
	color: gray;
}
:-moz-placeholder {
	color: gray;  /* Firefox 18- */
}
::-moz-placeholder {
	color: gray;  /* Firefox 19+ */
}
:-ms-input-placeholder {
	color: gray;
}
.placeholder {
	color: gray !important;
}


.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "roboto-black", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #d8d8d8;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #000000;
	outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #034e4a;
	color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #1f1f1f;
}

button.full-width,
.button.full-width {
	width: 100%;
	margin-right: 0;
}

button.medium,
.button.medium {
	height: 5.7rem !important;
	line-height: 5.7rem !important;
	padding: 0 1.8rem !important;
}

button.large,
.button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}

button.stroke,
.button.stroke {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;
}

button.stroke.medium,
.button.stroke.medium {
	line-height: 5.1rem !important;
}

button.stroke.large,
.button.stroke.large {
	line-height: 5.4rem !important;
}

button.stroke:hover,
.button.stroke:hover {
	border: 3px solid #034e4a;
	color: #034e4a;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-family: "roboto-bold", sans-serif;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #151515;
}


.lining dt, .lining dd {
	display: inline;
	margin: 0;
}
.lining dt + dt:before, .lining dd + dt:before {
	content: "\A";
	white-space: pre;
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd:before {
	content: ": ";
	margin-left: -0.2em;
}


.dictionary-style dt {
	display: inline;
	counter-reset: definitions;
}
.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;
}
.dictionary-style dd {
	display: block;
	counter-increment: definitions;
}
.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";
}


.pull-quote {
	position: relative;
	padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
	height: 1em;
	position: absolute;
	font-size: 8rem;
	font-family: Arial, Sans-Serif;
	color: #333;
}
.pull-quote:before {
	content: "\201C";
	top: 33px;
	left: 0;
}
.pull-quote:after {
	content: '\201D';
	bottom: -33px;
	right: 0;
}
.pull-quote blockquote {
	margin: 0;
}
.pull-quote blockquote:before {
	content: none;
}


.stats-tabs {
	padding: 0;
	margin: 3rem 0;
}
.stats-tabs li {
	display: inline-block;
	margin: 0 1.5rem 3rem 0;
	padding: 0 1.5rem 0 0;
	border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.stats-tabs li a {
	display: inline-block;
	font-size: 2.5rem;
	font-family: "roboto-bold", sans-serif;
	border: none;
	color: #252525;
}
.stats-tabs li a:hover {
	color: #034e4a;
}
.stats-tabs li a em {
	display: block;
	margin: .6rem 0 0 0;
	font-size: 1.4rem;
	font-family: "roboto-regular", sans-serif;
	color: #4d4d4d;
}



header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 700;
}
header .row {
	height: auto;
	max-width: 1290px;
	position: relative;
}


header .logo {
	position: absolute;
	left: 26px;
	top: 0;
	margin-top: 78px;
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 97px;
	height: 84px;
	background: url("../images/logo.png") no-repeat center;
	background-size: 97px 84px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


header .social-links {
	position: absolute;
	right: 20px;
	top: 78px;
	text-align: right;
}

header .social-links ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 2.7rem;
}

header .social-links ul li {
	display: inline-block;
	padding: 0 .9rem;
}

header .social-links ul li:last-child {
	padding-right: 0;
}

header .social-links ul li a,
header .social-links ul li a:visited {
	color: #FFFFFF;
}

header .social-links ul li a:hover,
header .social-links ul li a:focus {
	color: #057f78;
}


@media only screen and (max-width:1024px) {
	header .logo {
		left: 24px;
		margin-top: 42px;
	}
	header .logo a {
		width: 90px;
		height: 78px;
		background-size: 90px 78px;
	}
	header .social-links {
		right: 18px;
		top: 54px;
	}
}
@media only screen and (max-width:768px) {
	header .logo {
		left: 51px;
		margin-top: 36px;
	}
	header .logo a {
		width: 80px;
		height: 70px;
		background-size: 80px 70px;
	}
	header .social-links {
		right: 45px;
		top: 48px;
	}
}
@media only screen and (max-width:600px) {
	header .logo {
		left: 41px;
		margin-top: 30px;
	}
	header .logo a {
		width: 70px;
		height: 61px;
		background-size: 70px 61px;
	}
	header .social-links {
		right: 41px;
		top: 42px;
	}
	header .social-links ul {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:500px) {
	header .logo {
		left: 35px;
	}
	header .social-links {
		right: 35px;
	}
	header .social-links ul {
		font-size: 2.1rem;
	}
	header .social-links ul li {
		padding: 0 .6rem;
	}
}
@media only screen and (max-width:380px) {
	header .logo {
		left: 30px;
		margin-top: 30px;
	}
	header .logo a {
		width: 60px;
		height: 52px;
		background-size: 60px 52px;
	}
	header .social-links ul {
		font-size: 2rem;
	}
	header .social-links li {
		padding: 0 .3rem;
	}
}


#home {
	background: #020507;
	width: 100%;
	height: 100%;
	min-height: 800px;
	z-index: 600;
	position: relative;
}
#home .shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 20%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}
#home .row {
	max-width: 1290px;
}

#home.home-static {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#home.home-particles {
	background: #020507;
	overflow: hidden;
}
#home.home-particles .pg-canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	opacity: .12;
}
#home.home-particles .shadow-overlay {
	display: none;
}

#home.home-slides {
	height: 100% !important;
}

.content-wrap-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.main-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 700;
}
.main-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 15rem;
}

.main-content-tablecell #counter {
	margin-bottom: 4.2rem;
}
.main-content-tablecell #counter:before,
.main-content-tablecell #counter:after {
	content: "";
	display: table;
}
.main-content-tablecell #counter:after {
	clear: both;
}
.main-content-tablecell #counter .half {
	float: left;
}
.main-content-tablecell #counter span {
    float: left;
    text-align: right;
    color: #ffce50;
    font-family: "roboto-black", sans-serif;
    font-size: 12rem;
    line-height: 1;
    padding: 0;
    margin-bottom: 1.5rem;

    /*  NEW EFFECTS */
    text-shadow:
        0 0 15px rgba(255, 206, 80, 0.8),
        0 0 30px rgba(255, 206, 80, 0.5),
        0 0 45px rgba(255, 206, 80, 0.3);
    animation:
        counterGlowPulse 3s ease-in-out infinite alternate,
        counterFlicker 0.15s infinite alternate;
}


@keyframes counterGlowPulse {
    0% {
        text-shadow:
            0 0 10px rgba(255, 206, 80, 0.5),
            0 0 20px rgba(255, 206, 80, 0.3),
            0 0 30px rgba(255, 206, 80, 0.2);
    }
    100% {
        text-shadow:
            0 0 25px rgba(255, 206, 80, 1),
            0 0 40px rgba(255, 206, 80, 0.7),
            0 0 60px rgba(255, 206, 80, 0.5);
    }
}


@keyframes counterFlicker {
    0% { opacity: 1; }
    100% { opacity: 0.97; }
}

.main-content-tablecell #counter span sup {
	font-family: "roboto-bold", sans-serif;
	font-size: .17em;
	color: rgb(255 255 255);
	top: -3.6em;
	right: 1em;
}
.main-content-tablecell h1 {
	font-size: 4.2rem;
	line-height: 1.143;
	color: #eac055;
	margin-bottom: 1.2rem;
	max-width: 600px;
	position: relative;
}
.main-content-tablecell p {
	color: rgb(255 255 255);
	font-family: "roboto-regular", sans-serif;
	font-size: 1.8rem;
	max-width: 400px;
}

.scroll-icon {
	position: absolute;
	width: 200px;
	height: 90px;
	padding-right: 3.5rem;
	bottom: 0;
	right: 20px;
	text-align: right;
	border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.scroll-icon .scroll-text {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.5rem;
	color: #f2f2f2;
	margin-top: 1.5rem;
}
.scroll-icon .end-top {
	content: "";
	background-color: #e40606;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -6px;
	right: -4px;
}
.scroll-icon .mouse {
	position: absolute;
	height: 38px;
	width: 25px;
	border: 3px solid #962525;
	border-radius: 12px;
	right: -13px;
	top: 10px;
	display: block;
	text-align: center;
	z-index: 700;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}
.scroll-icon .mouse::before {
	content: "";
	display: block;
	height: 5px;
	width: 3px;
	background-color: #944848;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -1.5px;
	border-radius: 2px;
}
@-webkit-keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}
@keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}


@media only screen and (max-width:1200px) {
	.main-content-tablecell #counter {
		margin-bottom: 2.4rem;
	}
	.main-content-tablecell #counter span {
		font-size: 11rem;
	}
}
@media only screen and (max-width:1024px) {
	.main-content-tablecell h1 {
		font-size: 3.5rem;
	}
	.main-content-tablecell p {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:768px) {
	.main-content-tablecell #counter {
		margin-bottom: 1.2rem;
	}
	.main-content-tablecell #counter span {
		font-size: 10.4rem;
	}
	.main-content-tablecell .row {
		padding-bottom: 12rem;
	}
	.main-content-tablecell h1 {
		font-size: 3.2rem;
	}
	.main-content-tablecell p {
		font-size: 1.6rem;
	}
	.scroll-icon {
		right: 45px;
	}
	.scroll-icon .scroll-text {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:600px) {
	#home {
		min-height: 700px;
	}
	.main-content-tablecell #counter {
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span {
		font-size: 8.4rem;
	}
	.main-content-tablecell h1 {
		font-size: 2.7rem;
	}
}
@media only screen and (max-width:500px) {
	.main-content-tablecell #counter span {
		font-size: 7.2rem;
	}
}
@media only screen and (max-width:400px) {
	#home {
		min-height: 600px;
	}
	.main-content-tablecell #counter {
		margin-bottom: 1.5rem;
	}
	.main-content-tablecell #counter span {
		font-size: 6rem;
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span sup {
		font-size: .2em;
		top: -2.8em;
	}
	.main-content-tablecell h1 {
		font-size: 2.4rem;
	}
}


#info {
    background: url(../images/info-bg.jpg) center center / cover no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 10.2rem 0 9rem;
    position: relative;
    overflow: hidden;
    color: rgba(17, 17, 17, 0.7);
}


#info .info-overlay {
    display: none;
}


.info-image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 4rem;
}

.info-image-box {
    flex: 1 1 350px; /* Clean: 350px base */
    max-width: 350px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.info-image-box img {
    width: 100%; /* Always fills the container */
    height: 220px; /* Set fixed height for consistency */
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.5s ease;
}


.info-image-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.info-image-box:hover img {
    transform: scale(1.1);
}


.info-image-box .info-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 1.4rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.info-image-box:hover .info-title {
    opacity: 1;
}




#info .tabs-wrap ul.tabs.custom-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 4rem 0;
    padding: 0;
    list-style: none;
}

#info .tabs-wrap ul.tabs.custom-tabs li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    min-width: unset !important;
    min-height: unset !important;
}

#info .tabs-wrap ul.tabs.custom-tabs li img {
    width: 350px !important;
    height: auto !important;
    max-width: unset !important;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}



#info .tabs-wrap ul.tabs.custom-tabs li:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
}


#info .tabs-wrap ul.tabs.custom-tabs li.active img {
    filter: drop-shadow(0 0 15px rgba(0, 200, 255, 0.8));
    transform: scale(1.1);
}


#info .tabs-wrap ul.tabs li i,
#info .tabs-wrap ul.tabs li span {
    display: none !important;
}


#info .tabs-wrap .tab-container {
    clear: both;
    width: 100%;
    min-height: 20rem;
    height: auto;
}


#info .tabs-wrap .tab-entry-intro {
    max-width: 900px; /* slightly larger */
    text-align: center;
    margin: 0 auto 4rem auto;
}

#info .tabs-wrap .tab-entry-intro h1 {
    font-family: 'Corleone', serif !important;
    font-size: 4.9rem;
    line-height: 1.3;
    color: #a10000;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#info .tabs-wrap .tab-entry-intro p.lead {
    font-family: 'Corleone', serif !important;
    color: #fdd22b;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    font-size: 1.9rem;
    line-height: 1.7;
}



.slider-controls {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.slider-controls button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.slider-controls img {
    width: 50px;
    height: auto;
    transition: transform 0.2s ease;
}

.slider-controls img:hover {
    transform: scale(1.1);
}


@media only screen and (max-width: 768px) {
    #info .tabs-wrap ul.tabs.custom-tabs {
        gap: 10px;
    }
    #info .tabs-wrap ul.tabs.custom-tabs li img {
        width: 110px;
    }
    #info .tabs-wrap .tab-entry-intro h1 {
        font-size: 3.5rem;
    }
    #info .tabs-wrap .tab-entry-intro p.lead {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 500px) {
    #info .tabs-wrap ul.tabs.custom-tabs li img {
        width: 90px;
    }
    #info .tabs-wrap .tab-entry-intro h1 {
        font-size: 3rem;
    }
    #info .tabs-wrap .tab-entry-intro p.lead {
        font-size: 1.1rem;
    }
}



.about-list {
    display: none; /*  */
}



#tab-contact .form-field {
	position: relative;
}

#tab-contact .form-field:before,
#tab-contact .form-field:after {
	content: "";
	display: table;
}

#tab-contact .form-field:after {
	clear: both;
}

#tab-contact .form-field label {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	position: absolute;
	bottom: -1.2rem;
	right: 0;
	padding: 0 2rem;
	margin: 0;
	color: #FFFFFF;
	background: #034e4a;
}

#tab-contact .form-field label::after {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #034e4a;
	content: "";
}

#tab-contact #message-warning,
#tab-contact #message-success {
	display: none;
	background: #dedede;
	border-radius: 3px;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
	text-align: left;
	box-shadow: 0 1px 3px rgba(17, 17, 17, 0.1);
}

#tab-contact #message-warning {
	color: #fa0003;
}

#tab-contact #message-success {
	color: #034e4a;
}

#tab-contact #message-warning i,
#tab-contact #message-success i {
	margin-right: 10px;
}


#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
}

#submit-loader .text-loader {
	display: none;
	font-family: "roboto-black", sans-serif;
	color: #034e4a;
	letter-spacing: .3rem;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}


.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
}
.s-loader > div {
	width: 1rem;
	height: 1rem;
	background-color: #034e4a;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}


#tab-subscribe .form-field input {
	text-align: center;
}
#tab-subscribe label {
	color: #000000;
	font-size: 1.7rem;
}



#cta {
	background: #034e4a;
	padding-top: 9rem;
	padding-bottom: 7.8rem;
	text-align: center;
}
#cta p.lead {
	color: rgba(255, 255, 255, 0.5);
}
#cta .button {
	background: #02312e;
	color: #FFFFFF;
}
#cta .button:hover {
	background: #151515;
}
.cta-wrap {
	max-width: 670px;
}
.cta-thumb {
	display: inline-block;
	margin-bottom: 1.2rem;
}
.cta-thumb img {
	height: 7.8rem;
	width: 7.8rem;
	border-radius: 50%;
}
.cta-content h2 {
	position: relative;
	padding-bottom: 2.1rem;
	color: #FFFFFF;
}
.cta-content h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.cta-content h2 a, .cta-content h2 a:visited {
	color: #FFFFFF;
}
.cta-content span {
	color: #FFFFFF;
}


@media only screen and (max-width:650px) {
	.cta-wrap {
		max-width: 650px;
	}
	.cta-wrap h2 {
		font-size: 2.7rem;
	}
}



footer {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}


.footer-section {
    position: relative;
    overflow: hidden;
}


footer .footer-bottom {
    position: relative;
    overflow: hidden;
    background: #000; 
    padding: 3rem 0; 
    min-height: 250px;  
    z-index: 1; 
}


footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer-bg.jpg") center center / cover no-repeat;
    z-index: 0;  
}


.footer-animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    height: 100%;
    background: url('../images/animation.png') repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;  
    opacity: 0.4;
    animation: moveGlow 60s linear infinite;
}


@keyframes moveGlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, -50%); }
}


.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    position: relative;  
    z-index: 2;
}


.footer-logo img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}


.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.footer-social-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.3rem;
}

.footer-social-list li a:hover {
    color: #057f78;
}

.footer-social-list li i {
    font-size: 2.5rem;
    display: block;
}

.footer-social-list li span {
    font-size: 1.1rem;
    display: block;
    margin-top: 0.4rem;
}


footer .copyright {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: #fff;
    position: relative;
    z-index: 2; 
}

footer .copyright::before {
    content: "";
    width: 120px;
    height: 3px;
    display: block;
    margin: 1rem auto;
    background: rgba(255, 255, 255, 0.3);
}


.back-to-top {
    display: none !important;
}


@media only screen and (max-width:768px) {
    .footer-logo img {
        width: 180px;
    }
    .footer-social-list {
        gap: 18px;
    }
    .footer-social-list li i {
        font-size: 2.2rem;
    }
    .footer-social-list li span {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width:600px) {
    .footer-logo img {
        width: 150px;
    }
    .footer-social-list {
        gap: 15px;
    }
    .footer-social-list li i {
        font-size: 2rem;
    }
    .footer-social-list li span {
        font-size: 1rem;
    }
}
@media only screen and (max-width:500px) {
    .footer-logo img {
        width: 120px;
    }
    .footer-social-list li span {
        display: none;
    }
}


.home-animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: url('../images/animation.png') repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    opacity: 0.4;
    animation: moveGlow 60s linear infinite;
}

@keyframes moveGlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, -50%); }
}

.home-rain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-size: 300px 300px;
    pointer-events: none;
    z-index: 3;
    opacity: 0.25;
    animation: rainMove 30s linear infinite;
}


@keyframes rainMove {
    0% { transform: translate(0, -100%); }
    100% { transform: translate(0, 100%); }
}



.info-sword {
    position: absolute;
    top: 50%;
    left: 50px; /* ⬅ Moved INWARD from -0.30px to 30px */
    transform: translateY(-50%);
    width: 250px;
    height: auto;
    pointer-events: none;
    z-index: 2;
    animation:
        swordFloat 4s ease-in-out infinite alternate,
        swordTilt 5s ease-in-out infinite alternate,
        swordGlow 3s ease-in-out infinite alternate;
}


@keyframes swordFloat {
    0% { transform: translateY(-50%) translateY(-20px); }
    100% { transform: translateY(-50%) translateY(20px); }
}


@keyframes swordTilt {
    0% { transform: translateY(-50%) rotate(-5deg); }
    100% { transform: translateY(-50%) rotate(5deg); }
}


@keyframes swordGlow {
    0% { filter: drop-shadow(0 0 15px rgba(0, 200, 255, 0.6)); }
    100% { filter: drop-shadow(0 0 30px rgba(0, 255, 255, 1)); }
}


@media only screen and (max-width: 600px) {
    .info-sword {
        display: none;
    }
}



.footer-animated-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: url('../images/animation.png') repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    opacity: 0.5;
    animation: moveGlow 60s linear infinite;
}



@keyframes moveGlow {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50%, -50%); }
}



.slider-section {
    background: url("../images/slide-bg.png") left center / contain no-repeat; 
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;

    transform: translateX(-80px); 
}


.slider-content {
    text-align: center;
    color: #fff;
    max-width: 780px;
    width: 100%;
    margin-top: 60px; 
}


.slider-content h1 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}


.slider-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    max-width: 90%;
}


.slider-controls {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.slider-controls button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.slider-controls img {
    width: 24px;
    height: auto;
    transition: transform 0.2s ease;
}

.slider-controls button:hover img {
    transform: scale(1.1);
}


@media only screen and (max-width: 768px) {
    .slider-section {
        width: 100%;
        height: auto;
        background-size: contain;
        padding: 60px 20px;
        transform: none; 
    }

    .slider-content h1 {
        font-size: 2rem;
    }

    .slider-content p {
        font-size: 1rem;
    }

    .slider-controls img {
        width: 20px;
    }
}



.slider-section .torch,
.slider-section .rune {
    pointer-events: none;
}


.discord-section {
    position: relative;
    background: url('../images/image1.png') center center no-repeat;
    background-size: contain;
    width: 900px;              
    height: 567px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    z-index: 2;
    overflow: hidden;
}


.discord-section::before,
.discord-section::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url('../images/dragon.png') no-repeat center center;
    background-size: contain;
    opacity: 0.95;
    pointer-events: none;
    z-index: 4;

    
    filter:
        drop-shadow(0 0 2px rgba(0, 200, 255, 0.5))
        drop-shadow(0 0 6px rgba(0, 200, 255, 0.3))
        drop-shadow(0 0 10px rgba(0, 255, 255, 0.2));

    
    animation: dragonEyePulse 4s ease-in-out infinite;
}

@media only screen and (max-width: 768px) {
    .discord-section::before,
    .discord-section::after {
        margin-right:-30px;
		margin-left:-9px;
		margin-top:45px;
    }
}



.discord-section::before {
    top: 72px;
    left: 20px;
}

.discord-section::after {
    top: 73px;
    right: 9px;
}


@keyframes dragonEyePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.95;
        filter:
            drop-shadow(0 0 2px rgba(0, 200, 255, 0.5))
            drop-shadow(0 0 6px rgba(0, 200, 255, 0.3))
            drop-shadow(0 0 10px rgba(0, 255, 255, 0.2));
    }
    50% {
        transform: scale(1.07);
        opacity: 1;
        filter:
            drop-shadow(0 0 3px rgba(0, 255, 255, 0.6))
            drop-shadow(0 0 9px rgba(0, 255, 255, 0.4))
            drop-shadow(0 0 14px rgba(0, 255, 255, 0.3));
    }
}





.discord-content {
    text-align: center;
    max-width: 645px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}


.discord-content h1 {
    font-family: 'Corleone', serif !important;
    color: #ffffff !important;
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    text-shadow:
        0 0 8px rgba(0, 255, 255, 0.8),
        0 0 14px rgba(0, 140, 255, 0.4);
}


.discord-content p.lead {
    font-family: 'Corleone', serif !important;
    color: #c9f9c5 !important;
    font-size: 2.1rem;
    line-height: 1.7;
    text-shadow:
        0 0 6px rgba(0, 0, 0, 0.8),
        0 0 12px rgba(0, 140, 255, 0.3);
    max-width: 90%;
    margin: 0 auto;
}



.discord-embed {
    width: 100%;
    max-width: 760px;
    z-index: 3;
    position: relative;
}

.discord-embed iframe {
    width: 100%;
    height: 375px;
    border-radius: 10px;
    border: 2px solid rgba(0, 200, 255, 0.2);
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.4);
    background-color: transparent;
}




.video-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
}

.video-popup.hidden {
    display: none;
}

.dragon-frame {
    position: relative;
    width: 720px;
    max-width: 95%;
    aspect-ratio: 681 / 519; 
}

.dragon-bg {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: 1;
    position: relative;
}


.close-video.precise-x {
    position: absolute;
    top: 70px;      
    right: 20px;    
    width: 20px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    z-index: 5;
    border: none;
}


.video-slot {
    position: absolute;
    top: 104px;       
    left: 53px;      
    width: 628px;    
    height: 400px;
    z-index: 3;
}

.video-slot video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(255, 80, 0, 0.4);
}




#audio {
    display: none;
}




.dragon-eye {
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 4;
    animation: eyeFlicker 3s ease-in-out infinite;
    pointer-events: none;
    filter:
        drop-shadow(0 0 2px rgba(0, 180, 255, 0.4))
        drop-shadow(0 0 5px rgba(150, 220, 255, 0.3));
    opacity: 0.85;
}


.left-eye {
    top: 50px;
    left: 149px;
}

.right-eye {
    top: 53px;
    right: 568px;
}


@keyframes eyeFlicker {
    0%, 100% {
        transform: scale(1);
        filter:
            drop-shadow(0 0 2px rgba(0, 180, 255, 0.4))
            drop-shadow(0 0 5px rgba(150, 220, 255, 0.3));
        opacity: 0.85;
    }
    50% {
        transform: scale(1.06);
        filter:
            drop-shadow(0 0 4px rgba(180, 240, 255, 0.6))
            drop-shadow(0 0 8px rgba(180, 240, 255, 0.5));
        opacity: 1;
    }
}



.dragon-lamp-glow {
    position: absolute;
    top: 250px;              
    left: 4%;
    transform: translateX(-50%);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;

    background: radial-gradient(circle, rgba(180, 0, 255, 0.4) 0%, transparent 70%);
    box-shadow:
        0 0 10px rgba(160, 0, 255, 0.4),
        0 0 20px rgba(180, 80, 255, 0.3),
        0 0 30px rgba(200, 100, 255, 0.25);

    animation: arcaneLampFlicker 4.2s ease-in-out infinite;
    opacity: 0.9;
}


@keyframes arcaneLampFlicker {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.85;
        box-shadow:
            0 0 8px rgba(160, 0, 255, 0.35),
            0 0 16px rgba(180, 80, 255, 0.25),
            0 0 24px rgba(200, 120, 255, 0.2);
    }
    50% {
        transform: translateX(-50%) scale(1.25);
        opacity: 1;
        box-shadow:
            0 0 16px rgba(180, 0, 255, 0.6),
            0 0 28px rgba(200, 100, 255, 0.5),
            0 0 42px rgba(255, 160, 255, 0.4);
    }
}


@media only screen and (max-width: 768px) {

   
    #info .tabs-wrap ul.tabs.custom-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    #info .tabs-wrap ul.tabs.custom-tabs li img {
        width: 90px;
    }

    
@media only screen and (max-width: 768px) {

    
    .loader-stage {
        transform: translate(-50%, -50%) scale(0.85);
    }

    .loader-circle {
        width: 90px;
        height: 90px;
        margin-left: -120px; 
        margin-top: 20px;
    }

    .loader-text {
        font-size: 1.2rem;
        margin-top: -35px;
    }

    .pulse {
        animation: textPulse 1.5s infinite ease-in-out;
    }

    
    .loader-logo {
        transform: translate(-50%, -50%) scale(0.95);
    }

    .logo-image {
        width: 520px;
        max-width: 92%;
        margin-bottom: 10px;
    }

    .logo-image1 {
        width: 170px;
        max-width: 100%;
        margin-left: -6px;
        margin-bottom: 8px;
    }

    .flame-overlay {
        top: -18px;
        left: -25px;
        width: 260px;
        height: 200px;
        opacity: 0.4;
        background-size: cover;
    }

    .welcome-text {
        font-size: 1.3rem;
        text-align: center;
        margin-top: -40px;
    }
}


@media only screen and (max-width: 768px) {
  .video-popup {
    align-items: flex-start !important;
    padding: 16px 8px;
  }

  .dragon-frame {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 681 / 519 !important;
    overflow: hidden !important;
    background: url('../images/video-frame-bg.png') no-repeat center center;
    background-size: contain;
  }

  .dragon-bg {
    display: none !important; 
  }

  .video-slot {
    position: absolute !important;
    top: 18.5%;       
    left: 6.8%;
    width: 88.0%;
    height: 61%;
    z-index: 3;
  }
  
  

  .video-slot video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(255, 80, 0, 0.4);
  }

  .close-video.precise-x {
    top: 25px !important;
    right: 8px !important;
    width: 22px !important;
    height: 22px !important;
    z-index: 5 !important;
  }
  
  

  .dragon-eye {
    display: block !important;
    position: absolute;
    top: 9%;
    left: 19%;
    width: 10px;
    height: auto;
    z-index: 5;
    margin-top: 0; 
  }

	.dragon-lamp-glow {
    display: block !important;
    position: absolute;
    top: 45%;
    right: 8%;
    width: 14px;
    height: 14px;
    z-index: 4;
    opacity: 0.85;
    margin-top: 0; 
  }
}

@media only screen and (max-width: 500px) {
  .close-video.precise-x {
    width: 18px !important;
    height: 18px !important;
  }

  .video-slot {
    top: 18.5% !important;
    height: 72.8% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .slider-section {
  width: 135% !important;
  min-height: 700px !important;
  background-image: url("../images/slide-bg.png") !important;
  
  margin-left:-50px;

  
  background-size: 100% auto !important; 
  background-position: center top !important;
  background-repeat: no-repeat !important;

  padding: 60px 20px 30px !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  position: relative;
  z-index: 1;
}


  #info .tabs-wrap .tab-entry-intro {
    max-width: 500px !important;
    padding: 0 10px !important;
    text-align: center !important;
    margin: 100px auto 0 auto !important; 
    position: relative;
    z-index: 3;
  }

  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 2.4rem !important;
    line-height: 1.4 !important;
    color: #a10000 !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 0.8rem !important;
  }

  #info .tabs-wrap .tab-entry-intro p.lead {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    color: #fdd22b !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 1.2rem !important;
  }

  .slider-controls {
    margin-top: 1.4rem !important;
    justify-content: center !important;
    z-index: 2;
    position: relative;
  }

  .slider-controls img {
    width: 32px !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .slider-section {
    background-size: 140% auto !important;
    padding-top: -50px !important;
    padding-bottom: -20px !important;
    margin-bottom: -300px !important;
  }

  #info .tabs-wrap .tab-entry-intro {
    margin-top: -50px !important;
  }

  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 2rem !important;
  }

  #info .tabs-wrap .tab-entry-intro p.lead {
    font-size: 1rem !important;
  }

  .slider-controls img {
    width: 28px !important;
  }
}

@media only screen and (max-width: 500px) {
  .slider-section {
    background-size: 110% auto !important;
    padding-top: 40px !important;
  }

  #info .tabs-wrap .tab-entry-intro {
    margin-top: 80px !important;
  }

  #info .tabs-wrap .tab-entry-intro h1 {
    font-size: 1.5rem !important;
  }

  #info .tabs-wrap .tab-entry-intro p.lead {
    font-size: 0.95rem !important;
  }

  .slider-controls img {
    width: 24px !important;
  }
}

@media only screen and (max-width: 768px) {
  .lamp-glow {
    margin-left: -76px;
	margin-top: -111px; 
    /* display: none !important; */
  }
}

@media only screen and (max-width: 768px) {
    .discord-section {
        width: 115% !important;               
        min-height: 100% !important;          
        height: auto !important;
        margin-left: -8.5% !important;       
        margin-right: 47px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;

        background-image: url("../images/image1.png") !important;
        background-repeat: no-repeat !important;

        
        background-size: 100% 100% !important;         
        background-position: 50% 0% !important;        

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: relative !important;
        z-index: 1 !important;
        padding: 110px 6% 40px 6% !important;   
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .discord-section::before,
    .discord-section::after {
        content: "";
        position: absolute;
        width: 48px;
        height: 48px;
        z-index: 2;
        top: 16px;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .discord-section::before {
        left: 8px;
        right: auto;
        top: 16px;
        bottom: auto;
    }
    .discord-section::after {
        right: 8px;
        left: auto;
        top: 16px;
        bottom: auto;
    }

    .discord-content {
        width: 90%;
        max-width: 440px;
        margin: 0 auto 32px auto;
        padding: 0;
        border-radius: 18px;
        box-sizing: border-box;
        background: none;
        z-index: 3;
        position: relative;
        margin-top :-50px;
    }

    .discord-content h1 {
        font-size: 1.1rem;
        margin: 22px 0 15px 0;
        text-align: center;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 2px 10px #003358;
        margin-top :-18px;
    }

    .discord-content p.lead {
        font-size: 1.33rem;
        line-height: 1.5;
        max-width: 96%;
        margin: 0 auto 18px auto;
        text-align: center;
        color: #ececec;
        text-shadow: 0 1px 4px #021b2b;
        margin-top : 20px;
    }

    .discord-embed {
        width: 93%;
        max-width: 420px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0;
    }

    .discord-embed iframe {
        width: 100% !important;
        min-width: 220px;
        max-width: 420px;
        height: 300px !important;        
        min-height: 120px;
        max-height: 450px;
        border: none;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
        background: #23272a;
        
        
    }     
      

