/* CSS Document */
/* system font*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');

@font-face {
	font-family: 'Soho Gothic Pro';
	src: url('../fonts/SohoGothicPro-Regular.woff2') format('woff2'),
		url('../fonts/SohoGothicPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Soho Gothic Pro';
	src: url('../fonts/SohoGothicPro-Bold.woff2') format('woff2'),
		url('../fonts/SohoGothicPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Daisihill';
	src: url('../fonts/Daisihill-Regular.woff2') format('woff2'),
		url('../fonts/Daisihill-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Daisihill';
	src: url('../fonts/Daisihill-Italic.woff2') format('woff2'),
		url('../fonts/Daisihill-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

.daisihill {
	font-family: 'Daisihill', sans-serif;
}

:root {
	--hotpink: #ba2581;
	/* --gold: #C3922E; */
	--gold: #E2C570;
	--gold-text: #D18B0D;
	--lightblue: #47c8ff;
	--darkblue: #003363;
	--green: #1e4f33;
	--purple: #4a004b;
	--grey-text: #606060;
	--body-font: 'Titillium Web', sans-serif;
	--header-font: 'Titillium Web', sans-serif;
}

/* To fix AOS's `fade-left` causing extra blank space on mobile */
/* This breaks lightbox2 option to prevent scrolling */
* {
	overflow-x: clip;
}

/* initial setting*/
html body {
	max-width: 100vw;
	font-family: var(--body-font);
	font-weight: 300;
	overflow-x: hidden;
	/* background-color: var(--darkblue); */
	background-color: #FFF;
}

html.lb-disable-scrolling,
body.lb-disable-scrolling {
	/* position: fixed !important; */
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

/* To un-fix the CSS fix for AOS */
.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-y-visible {
	overflow-y: visible;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

/* Works, but the 100vh causes the background to jiggle */
/* #snap-container {
	overflow: auto;
  	scroll-snap-type: y proximity;
	height: 100vh;
}

.snap-me {
	scroll-snap-align: start;
} */

.body-bg {
	background-image: url(../images/bg/top-background-w1000-v3.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

@media (max-width: 1023px) {
	.body-bg {
		background-image: url(../images/bg/top-background-w600-v3.jpg);
	}
}

@media (max-width: 767px) {
	.body-bg {
		background-image: url(../images/bg/top-background-mobile-v3.jpg);
	}
}

@media (min-width: 1500px) {
	.body-bg {
		background-image: url(../images/bg/top-background-w2000-v3.jpg);
	}
}

@media (min-width: 2000px) {
	.body-bg {
		background-image: url(../images/bg/top-background-w2000-v3-hq.jpg);
		background-position: center top -150px;
	}
}

.parallax-parent {
	height: 100vh;
	overflow: hidden;
}

.parallax-child {
	height: 100%;
	position: relative;
	top: 0;
}

p {
	font-size: 16px;
	line-height: 1.6;
}

b,
strong,
.text-bold {
	font-weight: 700;
}

a,
a:hover {
	color: var(--gold);
	text-decoration: underline;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

a.a-white,
a.a-white:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.green-text {
	color: var(--green);
}

.gold-text {
	color: var(--gold-text);
}

.gold-text-2 {
	color: var(--gold);
}

.grey-text {
	color: var(--grey-text);
}

.white_text {
	color: #fff;
}

.text-shadow {
	text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.15);
}

.btn {
	border-radius: 4rem;
	border: 2px solid;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 9px 24px;
	text-decoration: none
}

.btn.white {
	color: #fff;
}

.btn.whiteborder {
	border-color: #fff;
}

.btn-primary {
	color: var(--gold);
	background-color: transparent;
	border-color: var(--gold);
	transition: all 0.3s;
}

.btn-primary:hover,
.section_5_icon:hover .btn {
	color: #fff;
	background-color: var(--gold);
	border-color: var(--gold);
	text-decoration: none
}

.btn-primary.alt:hover {
	color: var(--darkblue);
	background-color: #fff;
	border-color: #fff;
	text-decoration: none
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--darkblue);
	border-color: var(--gold);
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: var(--darkblue);
	border-color: var(--gold);
}

.btn-secondary {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.btn-secondary:hover {
	color: #FFF;
	background-color: var(--gold);
	border-color: var(--gold);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: var(--darkblue);
	border-color: var(--gold);
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #001380;
	border-color: var(--gold);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: none !important;
}

.btn-contest-2 {
	color: #fff !important;
	border-color: #fff !important;
	background-color: var(--darkblue) !important;
}

.btn-contest-2:hover,
.btn-contest-2:active,
.btn-contest-2:focus {
	color: var(--gold) !important;
	border-color: var(--gold) !important;
	background-color: #fff !important;
}

.btn-social {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-blend-mode: color-burn;
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	/* border:1px solid red; */
	width: 230px;
	height: 43px;
}

.btn-social:hover {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}


.btn-facebook {
	background-image: url("../images/btn_fb.png?v=2");
}

/* .btn-facebook:hover {
	background-image: url("../images/btn-facebook.png");
} */

.btn-facebook:DDDDDDISABLE {
	background-image: url("../images/btn-facebook.png");
}

.btn-insta {
	background-image: url("../images/btn_ins.png?v=2");
}

/* 
.btn-insta:hover {
	background-image: url("../images/btn-insta.png");
} */
.btn-insta:DDDDDDISABLE {
	background-image: url("../images/btn-insta.png");
}

.btn-image {
	/* max-width: 100%; */
	width: 100%;
	max-width: 237px;
	max-height: 40px;
	cursor: pointer;
}

.custom-btn {
	cursor: pointer;
}

.btn-fancy {
	width: 230px;
	height: auto;
	cursor: pointer;
}

.blue_bg {
	background-color: var(--darkblue);
}

.sandcolor_bg {
	background-color: var(--sand);
}

.pink_bg {
	background-color: var(--hotpink);
}

.green_bg {
	background-color: var(--green);
}

p,
button {
	position: relative;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	/* IE 9 */
	-webkit-transform: translateZ(0);
	/* Chrome, Safari, Opera */
}

.modal-open {
	padding-right: 0 !important;
}

#main_video .modal-content {
	background-color: rgb(255, 255, 255, 0);
}

.title-image {
	width: 300px;
	max-width: 300px;
}

.title-image2 {
	max-width: 260px;
}

.title-image3 {
	max-height: 200px;
}

.title-image-long {
	max-width: 400px;
}

.show_if_narrow {
	display: none;
}

.hide_if_narrow {
	display: block;
}

.zIndex-3 {
	position: relative;
	z-index: 3;
}

.zIndex-10 {
	z-index: 10;
}

.neg-margin-1 {
	margin-top: -1rem;
}

.neg-margin-2 {
	margin-top: -2rem;
}

.neg-margin-3 {
	margin-top: -3rem;
}

@media screen and (max-width: 576px) {
	.neg-margin-1 {
		margin-top: -0.25rem;
	}

	.neg-margin-2 {
		margin-top: -0.5rem;
	}

	.neg-margin-3 {
		margin-top: -1rem;
	}
}

/*			w <= 409	*/
@media only screen and (max-width: 409px) {

	p,
	#section_5_text p {
		font-size: 15px;
	}

	.show_if_narrow {
		display: block;
	}

	.hide_if_narrow {
		display: none;
	}
}

/*	400 <=	w <= 499	*/
@media only screen and (min-width: 400px) and (max-width: 499px) {

	p,
	#section_5_text p {
		font-size: 16px;
	}

	.show_if_narrow {
		display: block;
	}

	.hide_if_narrow {
		display: none;
	}
}

/*	1200 <= w 	*/
@media only screen and (min-width: 1200px) {
	body {
		/* font-size: 1.1rem; */
		line-height: 2rem;
	}
}

@media only screen and (max-width: 1200px) {
	.hide_if_narrow {
		display: none;
	}
}

/* SECTION - Cover video  ================================================== */
#header-banner {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
}

#header-banner .emblem {
	width: 320px;
	max-width: 420px;
	/* width: 100%;
	height: 100%; */
	/* position: fixed; */
	z-index: 0;
}

@media screen and (min-width: 1500px) {
	#header-banner .emblem {
		width: 460px;
		max-width: 520px;
		padding-top: 10rem;
	}
}

/* 
#header-banner img {
	position: fixed;
	z-index: -5;
} */
@media screen and (max-width: 996px) {

	#header-banner .emblem {
		width: 50dvw;
	}
}

@media screen and (max-width: 576px) {
	#header-banner {
		padding-top: 3rem;
	}

	#header-banner img {
		width: 100%;
		/* height: 100vh;
		object-fit: cover; */
		overflow: hidden;
	}

	/* #header-banner .emblem {
		display: none;
	} */
}

/* END SECTION ================================================== */

/* SECTION - Cover video  ================================================== */
/* 
.section_1_Bg_wrap {
	position:relative;
} */
.section-intro {
	/* margin-top: 100dvh; */
	/* background-color: #FFF; */
	/* background-image: linear-gradient(to bottom, rgba(71, 200, 255, 1), rgba(71, 200, 255, 0)); */
	/* background-image: linear-gradient(to bottom, rgba(71,200,255, 1) 0%,rgba(71,200,255, 1) 42%,rgba(71,200,255, 0) 75%, rgba(71,200,255, 0) 100%), url("../images/hero-video-bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom; */
	position: relative;
	/* right: 0;
	bottom: 0; */
	min-width: 100%;
	min-height: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	/* z-index: 3; */
	/* max-height: 1000px; */
	margin-left: 0 !important;
	padding-left: 0 !important;
	z-index: 1;
	overflow: hidden;
	color: #FFF;
}



@media screen and (max-width: 576px) {
	.section-intro {
		padding-top: 1rem;
	}
}

/* content on top of the video */
.content {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	/* border: 1px solid yellow; */
}

/*	768	 <= w <= 1279	*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {}

/*	1280 <= w <= 1439	*/
@media only screen and (min-width: 1280px) and (max-width: 1439px) {}

/*  1440 <= w	*/
@media only screen and (min-width: 1440px) {}

/* Geneco Alex Screen */
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 500px) and (max-height: 599px) {}

.spacer-100 { 
	display: block;
	height: 100px;
}

.spacer-150 { 
	display: block;
	height: 150px;
}

.spacer-400 { 
	display: block;
	height: 400px;
}

.spacer_for_kv {
	width: 100%;
	height: 70dvw;
	/* aspect-ratio: 2.5 / 1; */
}

@media (max-width: 992px) {
	.spacer_for_kv {
		width: 100%;
		height: 120dvw;
		/* aspect-ratio: 2.5 / 1; */
	}
}

@media (max-width: 576px) {
	.spacer_for_kv {
		width: 100%;
		height: 100dvw;
		/* aspect-ratio: 2.5 / 1; */
	}
}

/* darken the video when on mobile */
.dark_bg_overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 130%;
	z-index: -5;
	background-color: rgba(0, 0, 0, 0.2);
}


#heroVideo {
	/* display: inline; */
	position: absolute;
	/* top: -5px; */
	/* top: 0; */
	left: 0;
	z-index: -1;
	bottom: 0;
	/* width: 101%;
	height: 177.77777778vh; */
	/* 100 * 16 / 9 */
	/* min-width: 100%;
	min-height: 56.25vw; */
	width: 100%;
	height: auto;
	object-fit: cover;
	/* max-height: 1000px; */
	margin-left: 0 !important;
	padding-left: 0 !important;
	/* overflow-y: hidden; */
	/* border:1px solid red; */
	/* display: none; */
}

#heroVideo2 {
	display: none;
}


@media screen and (max-width: 1200px) {
	#heroVideo {
		display: none;
	}

	#heroVideo2 {
		position: absolute;
		display: block;
		/* top: 0; */
		left: 0;
		z-index: -1;
		bottom: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 2;
		/* max-height: 1000px; */
		margin-left: 0 !important;
		padding-left: 0 !important;
		overflow-y: hidden;
	}
}

/* Geneco screen */
/* @media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 520px) and (max-height: 620px) {

	#heroVideo2 {
		display: inline;
	}

	#heroVideo {
		display: none;
	}
} 
*/

/* Bigger than Geneco Screen */
@media screen and (min-width: 1300px) {

	/* #heroVideo {
		aspect-ratio: 9 / 16;
	} */
}

/*			w <= 409
			h <= 667	*/
@media only screen and (max-width: 409px) and (max-height: 667px) {
	#section_1_text p {
		font-size: 13px;
		line-height: 1.4;
	}

	/* #heroVideo {
		width: auto !important;
		height: auto !important;
		min-height: 100% !important;
		max-height: 130% !important;
	} */
}

/*			w <= 509	*/
@media only screen and (max-width: 509px) {
	/* #heroVideo {
		width: auto !important;
		min-height: 100% !important;
		left: -370px !important;
	} */

	p {
		line-height: 1.4;
	}

	.dark_bg_overlay {
		background-color: rgba(0, 0, 0, 0.4);

	}
}

/*			h <= 609	*/
/* @media only screen and (max-height: 609px) {
	#heroVideo {
		top: -90px;
	}
} */

/*	768	 <= h	*/
/* @media only screen and (min-height: 768px) {
	#heroVideo {
		top: -5px;
		width: auto;
		height: 100%;
	}
} */

/*	768	 <= w <= 1279	*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {

	/* #heroVideo {
		display: inline;
	} */
}

/*	1280 <= w <= 1439	*/
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
	/* #heroVideo {
		display: inline;
	} */
}

/*  1280 <= w <= 1439
	1024 <= h			*/
@media only screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 1024px) {
	/* #heroVideo {
		display: inline;
		right: -300px;
		top: -26px;
	} */
}

/*  1440 <= w	*/
@media only screen and (min-width: 1440px) {
	/* #heroVideo {
		display: inline;
	} */
}


/* SECTION - Video   ======================================================================== */

/* #sectVid {
	background-image: url(../images/blue-bg-flowers1.png), url(../images/blue-bg-flowers2.png), url(../images/blue-bg-flowers3.png), url(../images/blue-bg-flowers4.png), url("../images/blue-bg1.jpg");
	background-size: 243px 248px, 108px 189px,390px 641px, 377px 617px, cover;
	background-position: left top, right top,  left bottom, right bottom, center top;
	background-repeat: no-repeat;
} */



.spotify-header {
	font-size: 24px;
	font-weight: 700;
	color: var(--gold);
}

#nlsVidContainer {
	display: flex;
	justify-content: center;
	/* Center the video */
	align-items: center;
	/* Center vertically */
	padding: 0;
	position: relative;
	aspect-ratio: 16 / 9;
	max-width: 800px;
	margin: 0 auto;
	/* border-radius: 12px; */
}

.nlsVidBorder {
	background-image: url('../images/mv-border.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.vid-image {
	aspect-ratio: 16/8.5555555555;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: -36px;
	padding: 0;
}

@media (max-width: 1200px) {
	.vid-image {
		margin-top: -27px;
	}
}

@media (max-width: 1140px) {
	.vid-image {
		margin-top: -29px;
	}
}

@media (max-width: 576px) {
	.vid-image {
		margin-top: -26px;
	}

	#nlsVidContainer {
		aspect-ratio: 16/9;
	}

}

@media (max-width: 450px) {
	.vid-image {
		margin-top: -25px;
	}
}

/* @media (max-width: 400px) {
	.nlsVidBorder {
		background-image: url('../images/mv-border-m.png?v=6');
	}
	.vid-image {
		margin-top: -26px;
		padding: 1px;
		width: 99%;
		margin-left: 1px;
	}
		
} */

#cny_video {
	width: 100%;
	aspect-ratio: 16 /9;
	cursor: pointer;
}

.video-wrapper {
	width: 100%;
	height: auto;
	aspect-ratio: 16 /9;
	object-fit: cover;
	clip-path: url(#clipper2);
	-webkit-clip-path: url(#clipper2);
	/* Force GPU rendering to fix potential Safari bugs */
	transform: translateZ(0);
	/* Or use will-change for performance optimization */
	will-change: transform;
	/* border: 1px solid blue; */
}

.embed-responsive-item {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	clip-path: url(#clipper2);
	-webkit-clip-path: url(#clipper2);
}

@media (max-width: 576px) {
	.embed-responsive-item {
		/* margin-top: -20px; */
		/* border-radius: 28px; */
	}
}

/* Safari Fixes */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
	.safari-only {
		margin-top: -37px;
	}

	@media (max-width: 1200px) {
		.safari-only {
			margin-top: -27px;
		}
	}

	@media (max-width: 1140px) {
		.safari-only {
			margin-top: -29px;
		}
	}

	@media (max-width: 576px) {
		.vid-image {
			padding: 2px 0px;
			margin-top: -27px;
		}

		.video-wrapper {
			aspect-ratio: 16/5;
		}

		#nlsVidContainer {
			aspect-ratio: 16/9.08;
		}
	}

	@media (max-width: 450px) {
		.vid-image {
			padding: 5px 0;
			margin-top: -31px;
		}

		.video-wrapper {
			aspect-ratio: 16/5;
		}

		#nlsVidContainer {
			aspect-ratio: 16/9.08;
		}
	}

	@media (max-width: 400px) {
		.safari-only {
			margin-top: -28px;
		}

		/* .nlsVidBorder {
		background-image: url('../images/mv-border-m.png?v=6');
	} */
	}

}

.bdr_mask {
	padding: 20px;
	border-radius: 42px;
}

/* SECTION D - Counter - flip =========================================== */

#counter-container {
	display: block;
	padding-bottom: 40px;
}

.tick,
.tick * {
	font-family: 'Oswald', sans-serif !important;
	font-size: 120px !important;
	font-weight: 700 !important;
}

#flip-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tick-flip {
	box-shadow: inset 0 0 6px #000;
	margin: 0 16px;

	overflow-x: visible !important;
	/* To un-fix the CSS fix for AOS */
}

.tick-flip:before {
	content: '';
	position: absolute;
	/* specify the value of border width here */
	top: -5px;
	right: -5px;
	bottom: -7px;
	left: -5px;
	/* --- */

	background: url(../images/flip_border.png) no-repeat;
	background-size: cover;
	/* border-radius: 20px; */

	box-sizing: border-box;
	z-index: -1;
}

.tick-flip-panel {
	color: #111f7c !important;
	background-color: #f8f8f8 !important;
	box-shadow: inset 0 0 20px #000;
}

/*  		w <= 409    */
@media only screen and (max-width: 409px) {

	.tick,
	.tick * {
		font-size: 11vw !important;
	}

	.tick-flip:before {
		/* specify the value of border width here */
		top: -4px;
		right: -3px;
		bottom: -3px;
		left: -3px;
		/* --- */

		border-radius: 5px;
	}

	.tick-flip {
		margin: 0 10px;
	}

	.tick-flip-panel {
		box-shadow: inset 0 0 6px #000;
	}

	.tick-flip-panel-front {
		height: 60% !important;
	}
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
	.tick,
	.tick * {
		font-size: 14vw !important;
	}

	.tick-flip {
		margin: 0 6px;
	}

}

@media only screen and (min-width: 576px) and (max-width: 991px) {

	.tick,
	.tick * {
		font-size: 11vw !important;
	}

}

/*	400	 <= w <= 499    */
@media only screen and (min-width: 400px) and (max-width: 499px) {

	.tick-flip:before {
		/* specify the value of border width here */
		top: -3px;
		right: -3px;
		bottom: -4px;
		left: -3px;
		/* --- */

		border-radius: 5px;
	}

	.tick-flip-card {
		box-shadow: inset 0 0 3px #000;
	}

	.tick-flip-panel {
		box-shadow: inset 0 0 12px #000;
	}

	.tick-flip-panel-front {
		height: 60% !important;
	}
}

/*  768	 <= w <= 1279	*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {}

/*  1280 <= w <= 1439   */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {}

/*  1280 <= w <= 1439
	1024 <= h           */
@media only screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 1024px) {}

/*  1440 <= w   */
@media only screen and (min-width: 1440px) {}


/* SECTION - Vote   ======================================================================== */

#section_vote {
	background-color: transparent;
	background-image: url("../images/bg/bottom-background1-2-lr.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -500px;
}

@media (max-width: 767px) {
	#section_vote {
		background-image: url("../images/bg/bottom-background1-2-mobile2-lr.png");
		margin-top: -1300px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
}

.spacer_for_transition {
	width: 100%;
	height: 400px;
	/* aspect-ratio: 2.5 / 1; */
}

@media (max-width: 992px) {
	.spacer_for_transition {
		width: 100%;
		height: 400px;
		/* aspect-ratio: 2.5 / 1; */
	}

	#section_vote .spacer_for_transition {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.spacer_for_transition {
		width: 100%;
		height: 400px;
		/* aspect-ratio: 2.5 / 1; */
	}

	#section_vote .spacer_for_transition {
		height: 1250px;
	}
}

.pledge-container {
	position: relative;
	z-index: 3;
}

/* #pledge-emblem_img,
#section_7_title_img {
	width: 400px;
	max-width: 95%;
} */

.artwork-container {
	width: 100%;
	position: relative;
	aspect-ratio: 1115/1435;
}

.artwork-border {
	background-image: url("../images/artwork-frame.png");
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2px;
}

.artwork {
	position: absolute;
	top: 0;
	left: 0;
	/* transform: translateX(-50%); */
	z-index: 1px;
	/* padding-top: 12.5%; */
	/* background-color: #FFF; */
	height: 100%;
	width: 100%;

}

.artwork-image {
	width: 100%;
}

.vote-checkbox {
	accent-color: #D38E79;
}

.vote_item {
	padding-bottom: 1rem;
}

.vote_item .form-check-label {
	width: 100% !important;
}

.vote_item label,
.vote_item label * {
	cursor: pointer;
}

.vote_btn_container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

/* .is-portrait.is-mobile .vote_item .vote_btn_container {
	margin-bottom: 2rem;
} */

.vote_btn_img {
	width: 24px;
	height: 24px;
	/* margin-top: 4px; */
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 8px;
}

.vote_btn_txt {
	cursor: pointer;
	/* flex: 1; */
	text-align: left;
	overflow-x: visible !important;
}


.is-portrait.is-mobile .vote_btn_img {
	margin-top: 2px;
}

.voteSection_label,
.voteSection_label * {
	cursor: pointer;
}

.voteSection_label {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 10px;
	position: relative;
	z-index: 99;
}

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

/* @media (max-width: 576px) {
	.voteSection_img_container {
		height: 160px;
	}
}
@media (max-width: 450px) {
	.voteSection_img_container {
		height: 130px;
	}
} */

.artwork-border {
	background-image: url("../images/gallery/frame.png");
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2px;
}

.voteSection_img {
	width: 100%;
}

.voteSection_input_container {
	height: 60px;
}

@media (max-width: 576px) {
	.voteSection_input_container {
		height: 70px;
	}
}

.voteSection_btn_container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}

.voteSection_btn_img {
	width: 32px;
	min-width: 32px;
	height: 24px;
	/* margin-top: 4px; */
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-top: 6px;
	padding-right: 8px;
}

.voteSection_btn_txt {
	cursor: pointer;
	/* flex: 1; */
	text-align: left;
	/* font-family: "Attagiel", serif;
	font-size: 38px; */
	overflow-x: visible !important;
}

.is-portrait.is-mobile .voteSection_btn_img {
	margin-top: 2px;
}

/* @media (max-width: 576px) {
	.voteSection_btn_img {
		margin-top: 12px;
	}
} */
.voteSection_btn_img.is_unchecked {
	background-image: url("../images/checkbox-border.png");
}

.voteSection_btn_img.is_checked {
	background-image: url("../images/checkbox-checked.png");
}

.bg-body_9 {
	background-color: transparent !important;
	background-image: url('../images/bg/modal-bg-vertical.png?v=3');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 2rem 4rem 8rem;
}

@media (max-width: 576px) {
	.bg-body_9 {
		background-color: transparent !important;
		background-image: url('../images/bg/modal-bg-mobile.png?v=2');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding: 0 0.5rem 2rem;
	}
}

.bg-body_10 {
	background-color: transparent !important;
	background-image: url('../images/bg/modal-bg-vertical.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 1rem 3.5rem 4rem;
}



input[type=text],
input[type=email] {
	border-radius: 2rem;
}

#voteSection_form .form-group {
	width: 66%;
}

@media (max-width: 576px) {
	#voteSection_form .form-group {
		width: 80%;
	}
}

/* MODALS ======================================================================== */
.modal:focus {
	outline: 0 !important;
}

.modal-open {
	padding-right: 0 !important;
	outline: 0 !important;
}

.modal-open .modal {
	overflow-y: hidden;
	outline: 0 !important;
}

.modal-content {
	border: 0 !important;
}

#main_video .modal-content {
	background-color: rgb(255, 255, 255, 0);
}

.modal-dialog-scrollable .modal-content {
	overflow: visible;
}

/* @media (max-width: 576px) {
	/* I forgot why I want this to be hidden * /
	.modal-dialog-scrollable .modal-content {
		overflow: hidden; /* Default bootstrap behavior * /
	}
} */


.modal-trigger {
	cursor: pointer;
}

#vote_modal {
	overflow-y: auto !important;
}

@media (max-width: 450px) and (orientation: portrait) {
	#vote_modal .modal-dialog-centered {
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}
}

@media (max-height: 640px) and (orientation: landscape) {
	#vote_modal .modal-dialog-centered {
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}
}

#vote_modal .modal-content {
	overflow: visible;
}

.modal-content,
.modal-content:focus {
	border: 0 !important;
	outline: 0 !important;
}


.btn-close-x {
	font-size: 1.5rem;
	font-weight: 700;
	color: #FFF;
}

#stage_one,
#stage_two {
	background-color: transparent !important;
	background-image: url(../images/bg/modal-bg-vertical.png?v=2);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 576px) {
	#stage_one {
		background-color: transparent !important;
		background-image: url(../images/bg/modal-bg-mobile.png?v=2);
		background-size: 110% 110%;
		padding: 1rem 0rem 2.5rem;
	}
}

#stage_two {
	background-image: url(../images/bg/modal-bg-vertical.png);
}

input[type=text],
input[type=email] {
	border-radius: 2rem;
}

#vote_form .form-group {
	width: 66%;
}

@media (max-width: 576px) {
	#vote_form .form-group {
		width: 80%;
	}
}

/* For one row */
.modal-title-image {
	max-width: 400px;
	max-height: 30px;
    margin-bottom: 2rem;
}
/* For two rows */
.modal-title-image-2 {
	max-width: 400px;
	max-height: 80px;
    margin-bottom: 2rem;
}
/* For many rows */
.modal-title-image-3 {
	max-width: 80vw;
	max-height: 90px;
    margin-bottom: 2rem;
}

#text_modal p {
	line-height: normal;
}

#text_modal_text {
    position: relative;
    padding: 0 40px 0 30px;
    display: inline-block;
}

/* #text_modal_text::before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3rem;
    line-height: 1;
    font-family: Georgia, serif;
    opacity: 0.3;
}

#text_modal_text::after {
    content: "\201D";
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 3rem;
    line-height: 1;
    font-family: Georgia, serif;
    opacity: 0.3;
} */

/* .quote-open {
    font-size: 3rem;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.quote-close {
    font-size: 3rem;
    font-family: Georgia, serif;
    opacity: 0.3;
} */

/** BIGGER THAN GENECO **/
/* This one works! */

*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/* @media screen and (max-width: 520px) {
	#section_game_geneco_logo {
		width: 116px;
	}

	#section_game_cross {
		width: 24px;
	}

	#section_game_mce_logo {
		width: 160px;
	}

	#game-screen img {
		width: 90%;
	}

	#section_2_game:before {
		background-position: right -5% top -5%;
		background-size: 75%;
	}
} */



/* SECTION D - Counter ======================================================================== */




/* SECTION D - Counter - flip =========================================== */

#counter-container {
	display: block;
	padding-bottom: 40px;
}

@media (max-width: 576px) {
	#counter-container {
		max-width: 100%;
	}
}

.tick,
.tick * {
	font-family: 'Oswald', sans-serif !important;
	font-size: 120px !important;
	font-weight: 700 !important;
}

#flip-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.tick-flip {
	box-shadow: inset 0 0 6px #000;
	margin: 0 16px;

	overflow-x: visible !important;
	/* To un-fix the CSS fix for AOS */
}

.tick-flip:before {
	content: '';
	position: absolute;
	/* specify the value of border width here */
	top: -5px;
	right: -5px;
	bottom: -7px;
	left: -5px;
	/* --- */
	background-color: transparent;
	background-image: url("../images/counter-numbers/counter-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background: url(../images/flip_border.png) no-repeat; */
	/* background-size: cover; */
	/* border-radius: 20px; */

	box-sizing: border-box;
	z-index: -1;
}

.tick-flip-panel {
	color: #111f7c !important;
	/* background-color: #f8f8f8 !important;
	box-shadow: inset 0 0 20px #000; */
	background-color: transparent !important;
	background-image: url("../images/counter-numbers/counter-bg.png") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*  		w <= 409    */
@media only screen and (max-width: 409px) {

	.tick,
	.tick * {
		font-size: 11vw !important;
	}

	.tick-flip:before {
		/* specify the value of border width here */
		top: -4px;
		right: -3px;
		bottom: -3px;
		left: -3px;
		/* --- */

		/* background: radial-gradient(circle at 100% 100%, transparent 0, transparent 9px, transparent 9px) 0% 0%/10px 10px no-repeat,
			radial-gradient(circle at 0 100%, transparent 0, transparent 9px, transparent 9px) 100% 0%/10px 10px no-repeat,
			radial-gradient(circle at 100% 0, transparent 0, transparent 9px, transparent 9px) 0% 100%/10px 10px no-repeat,
			radial-gradient(circle at 0 0, transparent 0, transparent 9px, transparent 9px) 100% 100%/10px 10px no-repeat,
			linear-gradient(transparent, transparent) 50% 50%/calc(100% - 2px) calc(100% - 20px) no-repeat,
			linear-gradient(transparent, transparent) 50% 50%/calc(100% - 20px) calc(100% - 2px) no-repeat,
			linear-gradient(140deg, #d6b47a 0%, #f8fac3 25%, #b7863e 50%, #f0eeb5 75%, #d6b47a 100%); */
		border-radius: 5px;
	}

	.tick-flip {
		margin: 0 10px;
	}

	.tick-flip-panel {
		box-shadow: inset 0 0 6px #000;
	}

	.tick-flip-panel-front {
		height: 60% !important;
	}
}

@media only screen and (min-width: 410px) and (max-width: 575px) {

	.tick,
	.tick * {
		font-size: 14vw !important;
	}

	.tick-flip {
		margin: 0 6px;
	}

}

@media only screen and (min-width: 576px) and (max-width: 991px) {

	.tick,
	.tick * {
		font-size: 11vw !important;
	}

}

/*	400	 <= w <= 499    */
@media only screen and (min-width: 400px) and (max-width: 499px) {

	.tick-flip:before {
		/* specify the value of border width here */
		top: -3px;
		right: -3px;
		bottom: -4px;
		left: -3px;
		/* --- */

		border-radius: 5px;
	}

	.tick-flip-card {
		box-shadow: inset 0 0 3px #000;
	}

	.tick-flip-panel {
		box-shadow: inset 0 0 12px #000;
	}

	.tick-flip-panel-front {
		height: 60% !important;
	}
}

/*  768	 <= w <= 1279	*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {}

/*  1280 <= w <= 1439   */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {}

/*  1280 <= w <= 1439
	1024 <= h           */
@media only screen and (min-width: 1280px) and (max-width: 1439px) and (min-height: 1024px) {}

/*  1440 <= w   */
@media only screen and (min-width: 1440px) {}




/* SECTION NEW COUNTER ================================================== */

#sectCounter {}

:root {
	--tick-gap: 0px;
}

#tick-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--tick-gap);
}

.tick-col-container {
	max-width: 220px;
	background-image: url("../images/counter-numbers/counter-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1.03;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -1.25rem;
}

/* make numbers closer */
.tick-col-container::first-child {
	margin-right: 0;
}

/* @media (max-width: 576px) {
	.tick-col-container {
		max-width: 60px;
	}
} */

.digits-4 .tick-col-container {
	width: calc(100% / 4 - var(--tick-gap));
}

.digits-5 .tick-col-container {
	width: calc(100% / 5 - var(--tick-gap));
}

.digits-6 .tick-col-container {
	width: calc(100% / 6 - var(--tick-gap));
}

.digits-7 .tick-col-container {
	width: calc(100% / 7 - var(--tick-gap));
}

.digits-8 .tick-col-container {
	width: calc(100% / 8 - var(--tick-gap));
}

.digits-9 .tick-col-container {
	width: calc(100% / 9 - var(--tick-gap));
}

.digits-10 .tick-col-container {
	width: calc(100% / 10 - var(--tick-gap));
}

.tick-col {
	width: 100% !important;
	max-height: 100%;
	padding: 0;
}

@media (max-width: 576px) {
	.tick-col {
		width: 100% !important;

	}
}

.bottom-bg {
	display: block;
	background-color: transparent;
	background-image: url("../images/bg/bottom-background3-lr.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -500px;
	position: relative;
	z-index: 1;
}

@media (max-width: 576px) {
	.bottom-bg {
		background-image: url("../images/bg/bottom-background3-mobile2-lr.png");
		margin-top: -500px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
}

/* SECTION D - Pop Up Event ======================================================================== */

/* #section_7_title_img {
	max-height: 338px;
} */

@media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 520px) and (max-height: 620px) {}


#section_7_pop_up_event {
	display: block;
}

.pop-up-text {
	line-height: normal;
}

@media (max-width: 576px) {
	.pop-up-text {
		text-align: center;
	}
}

ul.custom-bullet {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	font-size: 16px;
}

ul.custom-bullet li {
	padding-left: 20px;
	background-image: url(../images/golden-bullet.png);
	background-size: 13px 13px;
	background-position: left top 6px;
	background-repeat: no-repeat;
	line-height: 24px;
	margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
	#section_7_pop_up_event {
		padding-top: 2em;
	}

	ul.custom-bullet {
		font-size: 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {}

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {}

/* SECTION - Stories  ================================================== */

#stories {
	background-color: transparent;
}

/* #stories_header_img {
	width: 600px;
	max-width: 600px;
}

@media (max-width: 576px) {
	#stories_header_img {
		width: 100%;
		max-width: 100%;
	}
} */

.story_container {
	position: relative;
	/* aspect-ratio: 0.79347862 / 1; */
	/* aspect-ratio: 0.625 / 1; */
	/* padding: 0 25px; */
	width: 380px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	/* .story_container {
		padding: 0 18px;
		aspect-ratio: 0.55 / 1;
	} */
}

@media (min-width: 766px) and (max-width: 992px) {
	/* .story_container {
		aspect-ratio: 0.615 / 1;
		padding: 0 25px;
	} */
}

@media (min-width: 577px) and (max-width: 765px) {
	/* .story_container {
		aspect-ratio: 0.615 / 1;
		padding: 0 25px;
	} */
}

@media (max-width: 576px) {
	/* .story_container {
		aspect-ratio: 0.685 / 1;
		padding: 0 25px;
	} */
}


.stories_bdr {
	position: absolute;
	background-image: url(../images/stories_border.png?v=2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

.story_container a,
.story_container img {
	max-width: 100%;
}

.stories_img {
	width: 100%;
	padding: 59px 30px 0px;
	z-index: 1;
}

.stories_img2 {
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 766px) and (max-width: 992px) {}

@media (max-width: 576px) {}

@media (max-width: 484px) {}


#slick_stories {
	max-height: 500px;
}

@media (min-width: 577px) and (max-width: 765px) {
	#slick_stories {
		max-height: 600px;
	}
}

@media (max-width: 576px) {
	#slick_stories {
		max-height: 550px;
	}
}


.stories_name {
	margin: 0 22px 0 20px;
	padding: 0.35rem 1.25rem;
	border-radius: 25px;
	color: #FFF;
	line-height: 1.25;
	font-size: 16px;
	text-align: center;
	width: fit-content;
	max-width: 100%;
	;
}

.stories_name .title {
	font-size: 0.75em;
	font-weight: 400;
}

.story_link {
	color: #FFF;
	text-decoration: none !important;
}

/* @media (min-width: 766px) and (max-width: 992px) {
	.stories_name {
		margin-top: 2.75rem;
	}
}
@media  (max-width: 576px) {
	.stories_name {
		margin-top: 4.75rem;
	}
}
@media  (max-width: 400px) {
	.stories_name {
		margin-top: 3.75rem;
	}
} */
/* Slick carousel ============================================= */

.slick-prev,
.slick-next {
	width: 16px;
	height: auto;
	top: 40%;
	left: inherit;
	margin-top: -8px;
}

.slick-prev {
	left: inherit;
}

.slick-next {
	right: initial;
}

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

.slick-dots li.slick-active button:before {
	color: white;
}

/* SECTION - Partnership ======================================================================== */

/* #section_partnership_title_img {
	width: 400px;
	max-width: 400px;
}

@media (max-width: 576px) {
	#section_partnership_title_img {
		max-width: 95%;
	}
} */

/* SECTION 6 - Footer ======================================================================== */
#section_footer {
	background-color: #405546;
}

.zIndex-10 {
	z-index: 10;
}

.footerlogo {
	width: 100%;
	max-width: 140px;
}

/*	410	 <= w	*/
@media only screen and (min-width: 410px) {
	.footerlogo {
		width: 100%;
		max-width: 140px;
	}

}

/*	768	 <= w	*/
@media only screen and (min-width: 768px) {
	.footerlogo {
		width: 100%;
		max-width: 140px;
	}

}

/*  		w <= 499   */
@media only screen and (max-width: 499px) {
	.section_6_bg {
		background-size: 48%;
		background-position: right -20% top -150px;
	}

	.section_6_bg:after {
		background-position: left -15% bottom -150px;
		background-size: 48%;
	}

}

/*	576	 <= w	*/
@media only screen and (min-width: 576px) and (max-width: 1000px) {
	.section_6_bg {
		background-size: 40%;
		background-position: right -60px top -220px;
	}

	.section_6_bg:after {
		background-position: left -8% bottom -200px;
		background-size: 37%;
	}
}


/* SECTION - USED RED PACKETS */
.used-red-packet-bg {
	background-color: #002e6e;
	background-image: url("../images/used-packet-bg.jpg?v=2");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -1px;
}

/* -------------------------------------------------- */

.media_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.01);
	/* display: none; */
	z-index: 2;
}

#youtube_overlay {}

#spotify_overlay {}

#spotify_container {
	position: relative;
	width: 100%;
	height: 100%;
}