/* 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: 'Attagiel';
	src: url('fonts/Attagiel.woff2') format('woff2'),
		url('fonts/Attagiel.woff') format('woff'),
		url('fonts/Attagiel.ttf') format('ttf'),
		url('fonts/Attagiel.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

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



:root {
	--hotpink: #D8176F;
	/* --gold: #C3922E; */
	--gold: #D38E79;
	--darkblue: #002E6E;
	--sand: #ccb89f;
	--green: #4db64c;
	--dark-green: #183500;
	--dark-blue2: #2b254b;
	--bronze: #93592e;
}


/* 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: 'Titillium Web', sans-serif; */
	font-family: 'Soho Gothic Pro', sans-serif;
	font-weight: normal;
	overflow-x: hidden;
}

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;
} */



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

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

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

b,
strong {
	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);
}

.white_text {
	color: #fff;
}

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

.dark-blue-text {
	color: var(--dark-blue2);
}

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

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

.btn-primary:hover,
.section_5_icon:hover .btn {
	color: #fff;
	background-color: var(--darkblue);
	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;
}

.btn-sign-up {
	width: 290px;
	height: 43px;
	background-image: url("../images/btn-sign-up.png");
}

.btn-findout-where {
	width: 290px;
	height: 43px;
	background-image: url("../images/btn-findout-where.png");
}


.btn-submit {
	width: 290px;
	height: 43px;
}

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

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

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

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

.show_if_narrow {
	display: none;
}

.hide_if_narrow {
	display: block;
}

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

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

.text-shadow {
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
}

.err_msg_box {
	font-size: 14px;
}


/*			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, p {
		font-size: 1.1rem;
		line-height: 2rem;
	}
} */

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


.title-image {
	width: 100%;
	max-width: 540px;
	margin-bottom: 2rem;
}
@media (max-width: 576px) {
	.title-image {
		max-width: 100%;
	}
}

/* SECTION 1 - Cover video  ================================================== */
/* 
.section_1_Bg_wrap {
	position:relative;
} */
.section_1_Bg {
	/* background-image: url("../images/top-background2.jpg?v=3"); */
	background-color: #000;
	background-size: cover;
	background-position: center;
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	max-height: 1500px;
	height: auto;
	z-index: -5;
	margin-left: 0 !important;
	padding-left: 0 !important;
	display: flex;
	aspect-ratio: 0.75127693 / 1;
	/* aspect-ratio: 0.8112222 / 1; */

}

#heroVideo {
	/* display: inline; */
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -6;
	transform: translateY(-50%);
	height: auto;
	width: 100%;
	/* 100 * 16 / 9 */
	/* min-width: 100%;
	min-height: 56.25vw; */

	margin-left: 0 !important;
	padding-left: 0 !important;
	aspect-ratio: 0.75127693 / 1;
	opacity: 0.8;
}

#heroVideo2 {
	display: none;
}

@media (max-width: 992px) {
	.section_1_Bg, #heroVideo  {
		/* height: 100%; */
		max-height: 1800px;
		aspect-ratio: 0.68888888888888 / 1;
	}
}


@media (max-width: 768px) {
	.section_1_Bg {
		/* height: 100%; */
		/* max-height: 1800px; */
		aspect-ratio: 0.54653985723785 / 1;
	}
	#heroVideo {
		display: none;
	}
	#heroVideo2 {
		opacity: 0.8;
		top: 50%;
		left: 50%;
		bottom: 0;
		right: 0;
		display: block;
		/* aspect-ratio: 0.2 / 1; */
		position: absolute;
		/* max-width: 100%; */
		/* height: fit-content;
		max-height: fit-content; */
		/* border: 1px solid red; */
		/* padding-bottom: 3rem; */
		z-index: -6;
		width: 200vw;
		/* width: auto; */
		transform: translateX(-50%) translateY(-53%);
		/* aspect-ratio: 0.32 / 1; */
	}
}

@media (max-width: 576px) {
	.section_1_Bg {
		/* height: 100%; */
		aspect-ratio: 0.305869487024 / 1;
		/* aspect-ratio: 9 / 16; */
		/* background-image: url("../images/top-background2-mobile.jpg?v=3"); */
		background-image: none;
		max-height: fit-content;
		padding-bottom: 2rem;
	}
	#heroVideo {
		display: none;
	}
	#heroVideo2 {
		top: 50%;
		overflow-y: clip;
		width: 295vw;
		/* width: auto; */
		/* aspect-ratio: 0.85942857 / 1; */
		transform: translateX(-50%) translateY(-51%);
	}	
}

@media (max-width: 420px){
	.section_1_Bg {
		/* height: 100%; */
		aspect-ratio: 0.29390280238 / 1;
	}
	#heroVideo2 {
		width: 305vw;
		transform: translateX(-50%) translateY(-52%);
	}
}


/* content on top of the video */
.content {
	/* position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
/* 
@media (max-width: 576px) {
	.content {
		padding: 10px 1rem 24px;
	}
} */

/*	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) {}

#section_1_text p {
	/* font-size: 15px; */
	/* line-height: 1.6; */
	color: #f1f1f1;
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
}

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


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

/* 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);
}


/** GENECO **/

#section_1_title_img {
	position: relative;
	/* left: 3%; */
	margin-top: 1rem;
	margin-bottom: 3.5rem;
	width: 55dvw;
	max-width: 700px;
	z-index: 20;
	/* transform: scale(.8); */
}

/* Geneco Alex Screen */
/* @media (min-width: 1200px) and (max-width: 1300px) and (min-height: 500px) and (max-height: 599px) {
	#section_1_title_img {
		margin-bottom: 1rem;
		width: 600px;
		transform: scale(.8);
	}
} */

/** SMALL PHONE **/

@media only screen and (max-width: 375px) and (max-height: 667px) {}


/** BIGGER THAN GENECO **/

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

	#section_1_title_img {
		/* position: relative; */
		/* left: 3%; */
		/* margin-top: 1rem; */
		/* margin-bottom: 1rem; */
	}
}

@media (max-width: 576px) {
	#section_1_title_img {
		width: 100%;
		/* margin-bottom: 3.5rem;
        margin-top: 2.5rem; */
		max-width: 460px;
        margin: 2.5rem auto 3.5rem;
	}
}
@media (max-width: 480px){
	#section_1_title_img {
		margin-bottom: 2.5rem !important;
	}
}

/** PHONE **/
@media (max-width: 390px){
	#section_1_title_img {
		margin-bottom: 0.5rem !important;
	}
}

/* Mist layers */
.mist {
	position: absolute;
	z-index: 1;
}

.mist-top-left {
	top: 0;
	left: -10%;
	width: 42%;
	opacity: 0;
}

.mist-left {
	top: 2.5%;
	left: -15%;
	width: 90%;
	height: auto;
	opacity: 0;
}

.mist-left2 {
	top: 3%;
	left: -50%;
	width: 90%;
	height: auto;
	opacity: 0;
}

.mist-left-bottom {
	bottom: 0%;
	left: -10%;
	width: 40%;
	height: auto;
	opacity: 0;
}

.mist-top-right {
	top: 0;
	right: 0;
	width: 32%;
	height: auto;
	
}

.mist-right {
	top: 0%;
	right: -25%;
	width: 100%;
	height: auto;
	opacity: 0;
}

.mist-right-bottom {
	bottom: 0;
	right: -5%;
	width: 50%;
	height: auto;
	opacity: 0;
}



/* SECTION - Chenxi   ======================================================================== */


.terrain-bg {
	background-color: #682A36;
	background-image: url("../images/red-terrain-bg-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

@media (max-width: 576px) {
	.terrain-bg {
		background-attachment: scroll;
	}
}
/* #chenxi-img-container {
	width: 40%;
	position: relative;
	border: 1px solid red;
}

#chenxi-img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	border: 1px solid yellow;
} 
.glow {
	margin-top:0;
	margin-left: 0;
	mix-blend-mode: screen;
	width: 100%;
} */
#chenxi-img-container {
	position: relative;
	/* width: 100%; */
	height: 100%;
}

#chenxi-img-container .chenxi-main-img {
	height: auto;
	width: 100%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	#section_chenxi .container {
		max-width: 100% !important;
		padding: 0 !important;
	}
	#chenxi-img-container .chenxi-main-img {
		/* margin-left: -2.5rem; */
		height: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#chenxi-img-container .chenxi-main-img {
		max-height: 632px;
	}
}
@media (min-width: 577px) and (max-width: 991px) {
	#chenxi-img-container .chenxi-main-img {
		height: 500px !important;
		width: auto !important;
	}
}

@media (max-width: 576px) {
	#chenxi-img-container .chenxi-main-img {
		height: 100%;
		max-height: auto;
		width: 100%;
	}
}

.glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
	mix-blend-mode: screen;
	pointer-events: none;
	/* optional */
	z-index: 2;
	width: 78%;
	margin-top: 28%;
	margin-left: 14%;
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.glow {
		width: 71.75%;
        margin-top: 26%;
        margin-left: 22%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.glow {
		width: 73.5%;
		margin-top: 22%;
		margin-left: 17.5%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.glow {
		width: 51%;
		margin-top: 18%;
		margin-left: 26.5%;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	.glow {
		width: 69%;
		margin-top: 22%;
		margin-left: 19.5%;
	}
}

@media (max-width: 576px) {
	.glow {
		width: 80%;
		margin-top: 28%;
		margin-left: 13.5%;
	}
}

.chenxi-name {
	top: 0;
	left: 0;
	position: absolute;
	margin-top: 88%;
	margin-left: 70%;
	width: 167px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.chenxi-name {
		margin-top: 86%;
	}
	
}

@media (min-width: 993px) and (max-width: 1199px) {
	.chenxi-name {
		margin-top: 88%;
		margin-left: 66%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.chenxi-name {
		margin-top: 55%;
		margin-left: 66%;
		width: 150px;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	.chenxi-name {
		width: 147px;
		margin-top: 75%;
		margin-left: 65%;
	}
}

@media (max-width: 576px) {
	.chenxi-name {
		width: 135px;
		margin-top: 90%;
		margin-left: 63%;
	}
}

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

#sectVid {
	background-image: url("../images/video-section-bg.jpg?v=1111");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#sectVid p {
	text-shadow: 4px 4px 4px rgba(0,0,0,.8);
}

#nlsVidContainer {
    display: flex;
    justify-content: center; /* Center the video */
    align-items: center; /* Center vertically */
    padding: 0;
	position: relative;
	aspect-ratio: 0.66365591 / 1;
	max-width: 550px;
	margin: 0 auto;
}

.nlsVidBorder {
	background-image: url('../images/frame3.png');
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 0.66365591 / 1;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.vid-image {
	padding: 22.75% 20.955% 0 21.15%;
	aspect-ratio: 0.66365591 / 1;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	/* display: flex;
	justify-content: center; */
	/* align-items: center; */
}

#infinity_video {
	width: 100%;
	aspect-ratio: 9 / 16;
	/* aspect-ratio: 0.56604774 / 1; */
}
.embed-responsive-item {
	width: 100%;
	aspect-ratio: 9 / 16;
	margin: 0 auto;
}

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


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

#section_vote {
	background-color: #682A36;
	background-image: url("../images/red-terrain-bg-3.jpg?v=1434234");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
@media (max-width: 576px) {
	#section_vote {
		background-image: url("../images/red-terrain-bg-2-mobile.jpg?v=333");
	}
}
.pledge-container {
	position: relative;
}

.artwork-container {
	width: 100%;
	position: relative;
	aspect-ratio: 0.80625 / 1;
}
.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: 5.65%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1px;
	padding-top: 12.5%;
	/* background-color: #FFF; */
	height: 85%;
	width: 80%;
	
}
.artwork-image {
	width: 78.75%;
}

.vote-checkbox {
	accent-color: #D38E79;
}
.vote_item {
	padding-bottom: 3.75rem;
}
.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;
	font-family: "Attagiel", serif;
	font-size: 38px;
	overflow-x: visible !important;
}


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

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


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

#stage_one,
#stage_two {
	background-color: transparent !important;
	background-image: url(../images/red-terrain-bg-3.jpg?v=2);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

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

/** 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: 160px;
	background-image: url("../images/counter-numbers/counter-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 0.7978022 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* @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: 50% !important;
	max-height: 90%;
	padding: 20px 10px;
}

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


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

#stories {
	background-color: #124521;
	background-image: url("../images/green-terrain-bg2.jpg?v=473537");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.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) {
	.stories_img {
		padding: 49px 28px 0px;
	}
}
@media (min-width: 766px) and (max-width: 992px) {
	.stories_img {
	padding: 56px 28px 10px;
	}
}
@media  (max-width: 576px) {
	.stories_img {
	padding: 83px 55px 0px 51px;
	}
}
@media  (max-width: 484px) {
	.stories_img {
	/* padding: 26% 15% 0px; */
	padding: 26.75% 15.45% 0px 15.25%;
	}
}


#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 0.5rem;
	background-image: url(../images/slider_name_bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
	border-radius: 25px;
	color: #FFF;
	line-height: 1.1;
	/* font-weight: 600; */
	font-size: 0.9em;
	text-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.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 {
	height: auto;
	top: 40%;
	left: inherit;
}
.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_2_title_img {
	width: 100%;
	max-width: 435px;
}

/* Now using .show_if_narrow */
/* #section_photo_mobile {
	display: none;
} */

#section_photo_mobile img {
	position: relative;
}

/* SECTION B - Popout & Recycle ================================================== */

.btn-primary.DDDDDDISABLE,
.btn-primary.DDDDDDISABLE:hover {
	color: #A2954F !important;
	background-color: transparent !important;
	border-color: #A2954F !important;
	cursor: default !important;
}

.goldgold_bn_container.DDDDDDISABLE,
.goldgold_bn_container.DDDDDDISABLE:hover .goldgold_bn_container:hover.DDDDDDISABLE,
.goldgold_bn_container:hover.DDDDDDISABLE:hover {
	background-image: url("../images/btn-loc-xl-out.png");
	cursor: default !important;
}

.secondContest-a .DDDDDDISABLE,
.secondContest-a .DDDDDDISABLE:hover {
	color: #fff !important;
	cursor: default !important;
}

.red-packet-design-container {
	width: 100%;
	padding: 105px 0 181px;
}


@media only screen and (max-width: 499px) {
	.section_3_popout {
		bottom: 100px;
	}
}


@media only screen and (min-width: 500px) and (max-width: 767px) and (min-width: 1200px) {
	.section_3_popout {
		bottom: 220px;
	}
}


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

	#section3_bn_1,
	#section3_bn_2 {
		font-size: 12px;
	}

	.red-packet-design-container {
		width: auto;
	}
}


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

	.red-packet-design-container {
		padding: 80px 0 150px;
	}
}





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

#section_7_pop_up_event {
	background-color: #682A36;
	background-image: url("../images/red-terrain-bg-3.jpg?v=2");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
}

#section_7_pop_up_event.temp-bg {
	background-color: #124521;
	background-image: url("../images/green-terrain-bg2.jpg?v=473537");
}

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

#section_7_title_img {
	max-width: 690px;
	padding-bottom: 2rem;
}

@media (max-width: 767px) {
	#section_7_title_img {
		max-width: 100%;
	}
}

/* SECTION - Partnership ======================================================================== */
#section_partnership {
	background-image: url(../images/partnership-bg.jpg?v=4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 600px;
	position: relative;
}

@media (max-width: 576px) {
	#section_partnership {
		background-attachment: scroll;
		min-height: fit-content;
	}
}

#section_partnership p {
	text-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

/* SECTION - Partnership ======================================================================== */
#section_mindfull {
	background-image: url(../images/red-terrain-bg-3.jpg?v=2);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.garden_container {
	position: relative;
	aspect-ratio: 1 / 0.79347862;
	/* padding: 78px 80px 25px 80px; */
	width: 160px;
}


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

.garden_bdr {
	position: absolute;
	background-image: url(../images/garden-border.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}

#slick_gardens {
	max-height: 500px;
}
/* SECTION 8 - Conservation =========================================== */

#section_5 {
	overflow-y: hidden;
}

#section_5 * {
	overflow-y: hidden;
}

#section_5_elem {
	display: block;
	position: relative;
	background-color: var(--sand);
	z-index: 100;
}

#section_5_elem::before {
	content: "";
	background-image: url("../images/partnership-bg.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 1;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}

#section_5_container3 {
	min-height: 100vh;
}

#section_5_title_img {
	width: 100%;
	max-width: 437px;
	/* margin-left: 2px; */
}

/* For Firefox */
#section_5-content {
	overflow: visible;
}

#section_5-content p {
	backface-visibility: hidden;
}

.section_5_icon {
	text-align: center;
}

.icon-img {
	max-width: 70%;
}

@media (max-width: 576px) {
	.icon-img {
		max-width: 100%;
	}

}

.icon-credit {
	font-size: 11px !important;
	margin: 2px auto;
}

.icon-btn {
	font-size: 11px;
	text-decoration: none !important;
}

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	/* #section_5 {
		height: 110vh;
	} */
}

/** MOBILE OVERWRITE **/

@media only screen and (max-width: 767px),
only screen and (max-height: 419px) {
	#section_5_elem {
		background-color: rgba(0, 0, 0, .9);
	}

	#section_5_elem::before {
		content: "";
		/* background-image: url("../images/ocean-bg.jpg?v=2"); */

		/* background-size: cover;
		background-position: center center; */
		/* opacity: .2; */
		/* position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; */
	}

	#section_5-content p {
		overflow-x: visible !important;
		/* To un-fix the CSS fix for AOS */
	}

	.icon-credit {
		font-size: 10px !important;
		margin: 2px auto;
	}

	.icon-btn {
		min-width: 100%;
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}
}

/** SUPER NARROW PHONE **/

@media only screen and (max-width: 320px) {
	.icon-btn {
		min-width: 100%;
		width: 100%;
		max-width: 100%;
		left: 0;
		transform: none;
		position: relative;
		padding: 5px;
	}
}



/* SECTION 6 - Footer ======================================================================== */


#section_footer {
	background-image: url(../images/red-terrain-bg-3.jpg?v=2);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (max-width: 576px) {
	#section_footer {
		background-attachment: scroll;
	}
}
.zIndex-10 {
	z-index: 10;
}

.section_6_bg {
	background-image: url("../images/flower-bg.svg");
	background-repeat: no-repeat;
	background-size: 460px 460px;
	background-position: right -90px top -360px;
}

.section_6_bg:after {
	background-image: url("../images/flower-bg.svg");
	background-repeat: no-repeat;
	background-position: left -118px bottom -364px;
	background-size: 460px 460px;
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
}

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


