/* 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: 'Oswald';
	src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}

:root {
	--hotpink: #D8176F;
	/* --gold: #C3922E; */
	--gold: #f4cd67;
	--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-weight: 300;
	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-join-pledge {
	width: 290px;
	height: 43px;
	background-image: url("../images/btn-join-pledge.png");
}

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

/*			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 1 - Cover video  ================================================== */
/* 
.section_1_Bg_wrap {
	position:relative;
} */
.section_1_Bg {
	background-image: url("../images/heroimg.jpg");
	background-size: cover;
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -5;

	margin-left: 0 !important;
	padding-left: 0 !important;
}


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


/*	768	 <= w <= 1279	*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.content {
		/* max-width: 50%;
		left: 5%; */
		padding: 20px;
		margin: 0;
	}
}

/*	1280 <= w <= 1439	*/
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
	.content {
		/* max-width: 45%;
		left: 5%; */
		padding: 20px;
		margin: 0;
	}
}

/*  1440 <= w	*/
@media only screen and (min-width: 1440px) {
	.content {
		/* max-width: 45%;
		left: 5%; */
		padding: 20px;
		margin: 0;
	}
}

/* Geneco Alex Screen */
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 500px) and (max-height: 599px) {
	.content {
		padding: 8px 10px 10px;
	}
}

#section_1_text p {
	font-size: 15px;
	line-height: 1.3;
	color: #f1f1f1;
}

/* 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: 14px; */
		line-height: 1.2;
		color: #f1f1f1;
	}
}
/*
@media screen and (max-height: 700px) {
	#section_1_text p {
	font-size: 13px;
	}
}
*/

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


#heroVideo2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -6;

	height: 101%;
	width: 177.77777778vh;
	/* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw;

	margin-left: 0 !important;
	padding-left: 0 !important;
}


#heroVideo {
	/* display: inline; */
	position: fixed;
	top: -5px;
	left: 0;
	z-index: -6;

	height: 101%;
	width: 177.77777778vh;
	/* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw;

	margin-left: 0 !important;
	padding-left: 0 !important;
}



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


/*			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 1 - Cover video - TITLE ================================================== */

/** GENECO **/

#header_logo {
	width: 140px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}

#section_1_title_img {
	position: relative;
	/* left: 3%; */
	/* margin-top: -3rem; */
	margin-bottom: 1.5rem;
	width: 280px;
	/* 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: 250px;
		/* transform: scale(.8); */
	}
}
/** SMALL PHONE **/

@media only screen and (max-width: 375px) and (max-height: 667px) {
	#header_logo {
		width: 120px;
		/* margin: 0 auto; */
		/* position: relative; */
		top: 5px;
	}

	#section_1_title_img {
		/* position: relative; */
		/* left: 4%; */
		/* margin-top: 1rem; */
		/* margin-bottom: 1rem; */
		width: 250px;
		/* transform: scale(.8); */
	}
}

/** PHONE **/
@media only screen and (min-width: 360px) and (max-width: 501px) and (min-height: 668px) and (max-height: 915px) {
	#header_logo {
		width: 140px;
		/* margin: 0 auto; */
		/* position: relative; */
		top: 30px;
	}

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

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	#header_logo {
		/* width: 160px; */
		/* margin: 0 auto; */
		/* position: relative; */
		top: 30px;
	}

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



/* SECTION 2 - Pledge & Counter   ======================================================================== */

.pledge-bg {
	background-color: #5c0000;
	background-image: url("../images/pledge-bg.jpg?v=2");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.pledge-container {
	position: relative;
	margin-top: -9rem;
}

.pledge-container:before {
	display: block;
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/wave-bg-pledge.png");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: left -225px bottom -55px;
}


.pledge-container.no-tree:before {
	background-size: 88% 107%;
    background-position: left -225px bottom -32px;
}
.pledge-emblem {
	margin-top: 0;
}

#pledging {
	padding-top: 2rem;
}

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

	.pledge-emblem {
		margin-top: -10rem;
	}
}
.modal-content {
	border: 0 !important;
}

#stage_one,
#stage_two {
	background-color: transparent !important;
}

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

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	.pledge-container:before {
		/* z-index: 3; */
		background-image: url("../images/wave-bg-pledge3.png");
		background-size: 70%;
		background-position: left -110px bottom -20px;
	}

}

@media (max-width: 576px) {
	.pledge-container {
		background-image: none;
		margin-top: -10rem;
	}

	.pledge-container:before {
		background-size: 120%;
		background-position: left -220px bottom -30px;
		/* border: 1px solid red; */
	}
}
/* 
@media screen and (max-width: 1500px) {

	#section_2_game:after {
		bottom: -226px;
	}
}

@media screen and (max-width: 992px) {

	#section_2_game:after {
		bottom: -153px;
	}
}

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

	#section_2_game:after {
		background-position: right -62px bottom;
		background-size: 165%;
		bottom: -135px;
	}
}

@media screen and (min-width: 2000px) and (max-width:2999px) {
	#section_2_game:after {
		bottom: -420px;
	}
}

@media screen and (min-width: 3000px) {
	#section_2_game:after {
		bottom: -500px;
	}
} */

/*
@media screen and (min-width: 1200px) and (max-width: 1300px)
			  and (min-height: 520px) and (max-height: 620px) {
	
	#section_2_game:after {
		background-position: right -62px top;
		background-size: 105%;
		top:-330px;
	}
}
*/

/* Geneco screen 2 */
/*
@media screen and (min-width: 1200px) and (max-width: 1300px)
	and (min-height: 621px) and (max-height: 820px)  {
	#section_2_game:after {
		background-position: right -60px top;
		background-size: 105%;
		top:-320px; 
	}
}
*/



/* 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_counter_title_img,
#pledge-emblem_img,
#nurturing-emblem {
	display: block;
	width: 100%;
	max-width: 437px;
	position: relative;
	/* left: 1%; */
	left: 0;
	top: 0;
	/* top: -30px; */
}

#nurturing-emblem {
	display: block;
	width: 100%;
	max-width: 418px;
	position: relative;
	/* left: 1%; */
	left: 0;
	top: 0;
}

/*			w <= 499	*/
@media only screen and (max-width: 499px) {
	#section_counter_title_img {
		width: 90%;
	}
}




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

/* .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%;
	height: 100%;
}




/* SECTION 2 - Design Concept  ================================================== */

.design-concept-container {
	padding: 40px 0;
}

.design-concept-container-bg {
	background-color: #cfbba2;
	background-image: url("../images/design-concept-bg.jpg?v=2");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 2rem 2rem #000000AA;
	position: relative;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 576px) {
	.design-concept-container {
		padding: 0;
	}
}


/* @media only screen and (min-width: 1270px) and (max-height: 650px) {
	.fish_bg2:after {
		background-image: url("../images/design-concept-fish-bg_2.png?v=1");
			background-position: left -25% bottom -267px;
		
	}	
	
} */


/* Geneco screen */

/*
@media screen and (min-width: 1200px) and (max-width: 1300px)
			  and (min-height: 520px) and (max-height: 620px) {
	
	.fish_bg2:before {
		background-position: right -62px top;
		background-size: 105%;
		top:-330px;
	}
}
*/

/* Geneco screen 2 */
/*
@media screen and (min-width: 1200px) and (max-width: 1300px)
	and (min-height: 621px) and (max-height: 820px)  {
	.fish_bg2:before {
		background-position: right -60px top;
		background-size: 105%;
		top:-320px; 
	}
}

*/

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

.fish_bg2 p {
	line-height: 1.6;
}

/*			w <= 409 */
/* @media only screen and (max-width: 409px) {
	.fish1_bg p {
		font-size: 15px;
	}
} */


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

	.fish_bg2:before {
		background-size: 150%;
		background-position: right -35px top;
		top: -145px;
	}

	.fish_bg2:after {
		background-image: url("../images/design-concept-fish-bg.png");
		background-repeat: no-repeat;
		background-position: left -90px bottom -10px;
		background-size: 75%;
	}

	.design-concept-container {
		/*		padding: 36px 0 16px;*/
		padding: 0;
	}

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

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1400px) and (min-height: 611px) {
	.fish_bg2:before {
		background-size: 100%;
		background-position: right -35px top;
		top: -100px;
	}

	.fish_bg2:after {
		background-repeat: no-repeat;
		background-position: left -90px bottom -10px;
		background-size: 22%;
	}

}

/* @media screen and (min-width: 2000px) and (max-width:2999px) {
	.fish_bg2:after {
		background-position: left -90px bottom -90px;
	}
}
@media screen and (min-width: 3000px) {
	.fish_bg2:after {
		background-position: left -90px bottom -290px;
	}
} */

/* SECTION A - Parallax Photo ================================================== */

#section_photo {
	width: 100%;
	position: relative;
}

/* .rp-container {
	position: fixed;
	width: 100%;
	height: fit-content;
} */
.rp-overlay {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top:0;
	left: 50%;
	transform: translateX(-52.5%);
	display: flex;
}

.rp-overlay > div {
	/* flex: 1; */
	/* max-width: 20.5%;
	height: 42%; */
	/* border: 1px solid blue; */
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 1s;}

	/* To trick the browser to preload the images for red packets */
	#section_photo::after{
		position:absolute; width:0; height:0; overflow:hidden; z-index:-1; /* hide images */
		content:url(../images/red-packets/PURPLE-02.png?v=333) url(../images/red-packets/RED-02.png?v=333) url(../images/red-packets/TEAL-02.png?v=333) url(../images/red-packets/BLUE-02.png?v=333);   /* load images */
	 }
	
	.purple {
		width: 24%;
		height: 50%;
		margin-top: 24.5%;
		margin-left: 5.4%;
		background-image: url("../images/red-packets/PURPLE-01.png?v=333");
	}
	
	.red {
		width: 24.25%;
		height: 50%;
		margin-top: 37.5%;
		margin-left: -41.5%;
		background-image: url("../images/red-packets/RED-01.png?v=333");
	}
	
	.teal {
		width: 24%;
		height: 50%;
		margin-top: 14%;
		margin-left: 16%;
		background-image: url("../images/red-packets/TEAL-01.png?v=333");
	}
	
	.blue {
		width: 24.1%;
		height: 50%;
		margin-top: 25.7%;
		margin-left: 17.5%;
		background-image: url("../images/red-packets/BLUE-01.png?v=333");
	}
	
	.purple:hover {
		background-image: url("../images/red-packets/PURPLE-02.png?v=333");
	}
	.red:hover {
		background-image: url("../images/red-packets/RED-02.png?v=333");
	}
	.teal:hover {
		background-image: url("../images/red-packets/TEAL-02.png?v=333");
	}
	.blue:hover {
		background-image: url("../images/red-packets/BLUE-02.png?v=333");
	}
/* For most scenario */
#section_photo_img {
	background-image: url("../images/red-packet-bg-empty.jpg?v=3");
	background-repeat: no-repeat;
	background-position: center top;
	/* background-attachment: fixed; */
	background-size: cover;
	/* aspect-ratio: 2.5 / 1; */
	max-height: 120vh;
}

#section_photo_img2 {
	background-image: url("../images/red-packet-bg-empty-wide.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	/* background-attachment: fixed; */
	/* background-size: 2560px 1243px;	 */
	background-size: 1440px 699px;
	/* aspect-ratio: 2.133333333 / 1; */
	max-height: 120vh;
}

/* Geneco screen */
/* @media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 520px) and (max-height: 620px) { */
@media screen and (min-width: 1000px) and (max-width: 1400px) and (min-height: 420px) and (max-height: 620px) {
	 #section_photo_img2 {
		background-size: 1440px 699px;
		background-position: center center;
	}
}

@media screen and (min-width: 1400px) and (min-height: 620px) {
	#section_photo_img2 {
		background-size: 2560px 1243px;
	}
}

#section_photo_img.alt {
	background-attachment: scroll;
}

/* For flat laptop */

/* @media only screen and (max-height: 599px) {
	.parallax-parent#section_photo {
		height: 123vh!important;
	}
	#section_photo_img {
		background-position: center 25%;
	}
	#section_photo_img.alt {
		background-position: center 40%;
		}
}
 */

/*			h <= 620	*/
@media only screen and (max-height: 620px) {
	/* .parallax-parent#section_photo {
		height: 123vh;
	} */

	#section_photo_img {
		/* background-image: url("../images/red-packets-mobile.jpg"); */
		/* background-position: center 25%; */
		/*		background-size: 100% auto;*/
		/* background-attachment: scroll; */
		background-position: center center;
	}
}


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




/* SECTION 3 - Popout ================================================== */

.section_3_popout {
	position: relative;
	left: 0;
	right: 0;
	top: -112px;
	z-index: 10;
	/* border: 1px solid yellow; */
}

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

.section_3_bg {
	background-image: url("../images/vote-bg-vertical.png");
	/* background-image: url("../images/vote-bg-vertical2.png"); */
	background-repeat: no-repeat;
	background-size: 150% 100%;
	background-position: center center;
}

/*	smaller phones */
@media only screen and (max-width: 376px) {
	.section_3_bg {
		/* padding: 160px 56px 245px; */
		padding: 41px 32px;
		/* background-image: url("../images/vote-bg-vertical2.png"); */
	}
}


@media only screen and (min-width: 377px) and (max-width: 430px) {
	.section_3_bg {
		padding: 56px 56px;
		/* padding: 156px 56px 240px; */
	}
}


@media only screen and (min-width: 431px) and (max-width: 576px) {
	.section_3_bg {
		/* padding: 160px 56px 245px; */
		padding: 41px 0 39px;
		/* padding: 43px 56px; */
		/* background-image: url("../images/vote-bg-square2.png?v=1"); */
	}
}

/*  576	 <= w	*/

@media only screen and (min-width: 577px) {
	.section_3_bg {
		background-image: url("../images/vote-bg.png");
		background-size: 1044px 643px;
	}
}

@media only screen and (min-width: 577px)and (max-width: 1000px) {
	.section_3_bg {
		padding: 73px 0px 64px;
		background-size: 120%;
		margin: 0;
		width: 100%;
		max-width: 100%;
		/* aspect-ratio: 2/1; */
		/* border: 1px solid red; */
	}

	.section_3_popout {
		top: -160px;
	}

}

/*  576	 <= 1000	*/
/* @media only screen and (min-width: 577px) and (max-width: 1000px) {
	section_3_bg {
        padding: 180px 0px 240px;
        background-size: 130%;
	}
} */

@media (min-width: 1001px) {
	section_3_bg {
		background-size: 1044px 643px;
	}


}

#section3_txt_1 p {
	padding: 0 10px;
}

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



/*			w <= 767	*/
@media only screen and (max-width: 767px) {
	/*
	.section_3_popout {
		bottom: 220px;
	}
*/
}

/* w >= 1200 */
@media (min-width: 1200px) {
	.section_3_bg {
		/* padding: 6rem 0 11rem; */
		padding: 1.2rem 0;
	}
}
/* SECTION 4 - Nurturing ======================================================================== */


.nurturing-bg {
	background-image: url("../images/nurturing-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 52px;
}

.nurturing-bg:before {
	display: block;
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	/* z-index: 3; */
	background-image: url(../images/wave-bg-nurturing_1-3.png);
	background-size: 49%;
	background-repeat: no-repeat;
	background-position: right top;
	/* margin-top: -20px; */
}


/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	.nurturing-bg:before {
		/* z-index: 3; */
		background-image: url(../images/wave-bg-nurturing_1-3.png);
		background-size: 54% 49%;
        /* background-position: right 10.2% top; */
		/* 1742 × 1979 px */
		/* margin-top: -25px; */
	}

}

@media (max-width: 576px) {
	.nurturing-bg:before {
		/* z-index: 3; */
		background-image: url(../images/wave-bg-nurturing_1-3.png);
		/* background-image: none; */
		background-size: 63%;
        background-position: right 36% top;
		/* 1742 × 1979 px */
		/* margin-top: -15px; */
		/* border: 1px solid red; */
	}
}

/* SECTION 4 - Recycle ======================================================================== */

#section_4 {
	/* margin-top: -110px; */
}

.fish_bg3:before {
	width: 100%;
	height: 100%;
	background-image: url("../images/wave-bg-used-redpacket1.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin-top: -148px;
}

.fish_bg3:after {
	width: 100%;
	height: 223%;
	background-image: url("../images/wave-bg-used-redpacket2.png");
	background-repeat: no-repeat;
	background-position: left -15% top 300px;
	background-size: 100%;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	/* border:1px solid red; */
}

/* .fish_bg4:before {
	width: 100%;
	height: 100%;
	background-image: url("../images/wave-bg-used-redpacket2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 120px;
    margin-top: 0px;
} */
/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	.fish_bg3:before {
		background-image: url("../images/wave-bg-used-redpacket1.png");
		background-position: left top;
		background-size: 100% 60%;
		margin-top: -15px;
		
	}

	.fish_bg3:after {
		background-position: left top 50%;
		background-size: 85% 75%;
		height: 255%;
	}

}

@media (max-width: 576px) {


	.fish_bg3:before {
		background-position: left top;
		background-size: 100%;
	}

	.fish_bg3:after {
		background-position: left bottom;
		background-size: 150%;
		height: 100%;
	}
	.fish_bg4:before {
		width: 100%;
		height: 100%;
		background-image: url("../images/wave-bg-used-redpacket2.png");
		background-repeat: no-repeat;
		/* background-size: 100%; */
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		left: 120px;
		margin-top: 0px;
        background-position: left top -680px;
        background-size: 150% 200%;
		
	}
}

#section_4_image {
	text-align: center;
}

#section_4_image img {
	display: inline-block;
	width: 80%;
	position: relative;
	z-index: 9;
}

#section_4_right {
	position: relative;
	top: -30px;
}

/* #section_4_title {
	left: 2%;
} */

#section_4_title_img {
	width: 100% !important;
	max-width: 437px;
	/* transform: scale(1); */

	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}


#section4_bn_container {
	width: 269px;
	height: 40px;
	margin: 40px auto 0;
	background-image: url("../images/btn-loc-xl-out.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goldgold_bn_container {
	width: 269px;
	height: 40px;
	margin: 40px auto 0;
	background-image: url("../images/btn-loc-l-out.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#section4_bn_container:active,
#section4_bn_container:focus,
#section4_bn_container:hover {
	background-image: url("../images/btn-loc-xl-over.png");
}

.goldgold_bn_container:active,
.goldgold_bn_container:focus,
.goldgold_bn_container:hover {
	background-image: url("../images/btn-loc-l-over.png");
}

#section4_bn_container a,
.goldgold_bn_container a {
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.5;
	text-decoration: none;
	color: #fff;
}

#section4_bn_container:active a,
#section4_bn_container:focus a,
#section4_bn_container:hover a,
#section4_bn_container a:hover,
.goldgold_bn_container:active a,
.goldgold_bn_container:focus a,
.goldgold_bn_container:hover a,
.goldgold_bn_container a:hover {
	text-decoration: none;
	color: var(--darkblue);
}



/*  		w <= 499   */
@media only screen and (max-width: 499px) {
	/* #section_4 {
		margin-top: -140px;
	} */

	#section_4_image img {
		width: 100%;
	}

	/* #section_4_title_img {
		transform: scale(1.1);
	} */

	#section_4_right {
		top: 0;
	}



}

@media only screen and (min-width: 576px) and (max-width: 1000px) {
	#section_4_right {
		top: 0px;
	}
}



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

.flower_bg {
	background-color: #ede4e1;
	background-image: url("../images/flower-bg.svg");
	background-repeat: no-repeat;
	background-position: right -15% top -45%;
	background-size: 40%;
}

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

.fish3_bg,
.fish3_bg .container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#section_7_title_img {
	width: 100%;
	max-width: 437px;
}

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

	.fish3_bg,
	.fish3_bg .container {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.fish3_bg:before {
	width: 100%;
	height: 100%;
	background-image: url("../images/fish-bg-right2.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


#section_7_pop_up_event {
	background-color: #004258;
	background-image: url("../images/popup-event-bg.jpg?v=1");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}

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

	.flower_bg {
		/*    background-image:none;*/
		background-position: right -15% top -20%;
		background-size: 60%;
	}

	.flower_bg:after {
		background-image: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
	.flower_bg {
		background-position: right -20% top -30%;
		background-size: 50%;
	}

	.flower_bg:after {
		background-position: left -15% bottom;
		background-size: 45%;
	}
}

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {
	.flower_bg {
		/*    background-image:none;*/
		background-position: right -50px top -260px;
		background-size: 500px 500px;
	}

	.flower_bg:after {
		background-position: left -50px bottom;
		background-size: 500px 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/transformation-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 ======================================================================== */

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


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