/* 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: #ba2581;
	/* --gold: #C3922E; */
	--gold: #E2C570;
	--gold-text: #D18B0D;
	--lightblue: #47c8ff;
	--darkblue: #003363;
	--green: #1e4f33;
	--purple: #4a004b;
	--grey-text: #606060;
}


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



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

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

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

.white_text {
	color: #fff;
}

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

.title-image {
	max-width: 100%;

	max-height: 314px;
}

.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;
	min-height: 100vh;
	/* position: fixed; */
	height: 100%;
	background-color: var(--darkblue);
	background-image: url("../images/header-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	/* max-height: 60dvh; */
	/* height: 100dvh; */
	/* max-height: 720px; */
	aspect-ratio: 1.89279225 / 1;
	/* overflow-y: hidden; */
	z-index: -1;
}

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

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

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

@media screen and (max-width: 576px) {
	#header-banner {
		min-height: 100vh;
		background-image: none;
		background-attachment: scroll;
		overflow-y: hidden;
		position: fixed;
	}

	#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: 5rem;
	padding-bottom: 25rem;
	/* z-index: 3; */
	/* max-height: 1000px; */
	margin-left: 0 !important;
	padding-left: 0 !important;
	z-index: 1;
	overflow: hidden;
}


@media screen and (max-width: 576px) {
	.section-intro {
		padding-top: 3rem;
		padding-bottom: 15rem;
		margin-top: 100vh;
	}
}

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

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

.blue_bg_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -5;
	background-image: linear-gradient(to bottom, rgba(71, 200, 255, 1) 0%, rgba(71, 200, 255, 1) 45%, rgba(71, 200, 255, 0) 70%, rgba(71, 200, 255, 0) 100%);
}

.blue-bg-with-flowers {
	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: 200px auto, 98px auto, 310px auto, 307px auto, cover;
	background-position: left top, right top, left bottom, right bottom, center top;
	background-repeat: no-repeat;

}

@media screen and (max-width: 767px) {
	.blue-bg-with-flowers {
		background-size: 163px auto, 120px auto, 184px auto, 184px auto, cover;
	}
}

@media screen and (max-width: 576px) {
	.blue-bg-with-flowers {
		background-size: 103px auto, 60px auto, 124px auto, 124px auto, cover;
	}
}

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

#cny_video,
.video-img {
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16 /9;
	/* aspect-ratio: 0.56604774 / 1; */
}

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

/* SECTION C - Game & Counter   ======================================================================== */


#section_2_game {
	/* background-color: var(--hotpink); */
	background-image: url(../images/pink-bg-flower1.png), url(../images/pink-bg-flower2.png), url(../images/pink-bg-flower3.png), url(../images/pink-bg-flower4.png), url("../images/pink-bg.jpg");
	background-size: 202px auto, 188px auto, 340px auto, 300px auto, cover;
	background-position: left top, right top -1px, left bottom, right bottom, center top;
	/* background-image: url("../images/pink-bg.jpg"); */
	background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
	#section_2_game {
		background-size: 187px auto, 188px auto, 249px auto, 203px auto, cover;
	}
}
@media screen and (max-width: 576px) {
	#section_2_game {
		background-size: 127px auto, 108px auto, 169px auto, 143px auto, cover;
	}
}

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

#section_game_geneco_logo {
	width: 160px;
}

#section_game_cross {
	width: 29px;
}

#section_game_mce_logo {
	width: 199px;
}

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

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

@media screen and (min-width: 2000px) and (max-width:2999px) {}

@media screen and (min-width: 3000px) {}

/*
@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,
#section_game_title_img {
	display: block;
	width: 100%;
	max-width: 568px;
	position: relative;
	left: 1%;
	/* top: -30px; */
}

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

		/* 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 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: var(--green);
	background-image: url(../images/green-bg-flower1.png), url(../images/green-bg-flower2.png), url(../images/green-bg-flower3.png), url(../images/green-bg-flower4.png), url("../images/green-bg.jpg");
	background-size: 310px auto, 280px auto, 280px auto, 228px auto, cover;
	background-position: left top -2px, right top -2px, left bottom -5px, right bottom -1px, center top;
	background-repeat: no-repeat;
	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: 992px) {
	.design-concept-container-bg {
		background-size: 207px auto, 193px auto, 193px auto, 170px auto, cover;
	}
}
@media only screen and (max-width: 576px) {
	.design-concept-container {
		padding: 20px 0 36px;
	}

	.design-concept-container-bg {
		background-size: 147px auto, 133px auto, 133px auto, 110px auto, cover;
	}
}

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

#section_photo_mobile img {
	position: relative;
}


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

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

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

/* #section_photo {} */

/* For most scenario */
#section_photo_img {
	background-image: url("../images/red-packets.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	/* max-height: 720px; */
}

#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-position: center center;
	}
}

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

#recycle-container {
	margin-top: -300px;
}

@media screen and (max-width: 576px) {
	#recycle-container {
		margin-top: -250px;
	}
}

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

.section_3_popout {
	position: relative;
	left: 0;
	right: 0;
	top: -250px;
	z-index: 10;

}

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

.section_3_bg {
	background-image: url("../images/pink-box.png");
	/* background-image: url("../images/vote-bg-vertical2.png"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	aspect-ratio: 1.9114786 / 1;
	padding: 5.75rem 2.5rem 1.75rem;
}

@media screen and (max-width: 996px) {
	.section_3_bg {
		padding: 3.75rem 3.5rem 1.75rem;
	}
}

/*  576	 <= w	*/

@media only screen and (max-width: 767px) {
	.section_3_bg {
		background-image: url("../images/pink-box-mobile.png");
		background-size: 100% auto;
		aspect-ratio: 0.87812666 / 1;
		width: 100%;
		padding: 9rem 4.25rem 2rem;
        margin-top: 3rem;
	}
}

/*  576	 <= w	*/

@media only screen and (max-width: 576px) {
	.section_3_bg {
		background-image: url("../images/pink-box-mobile.png");
		background-size: 100% auto;
		aspect-ratio: 0.87812666 / 1;
		padding: 8rem 3.25rem 2rem;
		margin-top: 8rem;
		width: 100%;
	}
}


/*	smaller phones */
@media only screen and (max-width: 376px) {
	.section_3_bg {
		padding: 3.75rem 3.25rem 2rem;
	}
}


@media only screen and (min-width: 377px) and (max-width: 430px) {
	.section_3_bg {
		padding: 3.75rem 3.25rem 2rem;
	}
}


@media only screen and (min-width: 431px) and (max-width: 575px) {
	.section_3_bg {
		padding: 7rem 4rem 2rem;
	}
}


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

	.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 - Recycle ======================================================================== */

#section_4 {
	/* margin-top: -110px; */
	background-color: var(--purple);
	background-image: url(../images/purple-bg-flower1.png), url(../images/purple-bg-flower2.png), url(../images/purple-bg-flower3.png), url(../images/purple-bg-flower4.png), url("../images/purple-bg.jpg?v=2");
	background-size: 308px auto, 168px auto, 506px auto, 139px auto, cover;
	background-position: left top -2px, right top -2px, left bottom -5px, right bottom -1px, center top -1px;
	background-repeat: no-repeat;
}

/** BIGGER THAN GENECO **/

@media only screen and (min-width: 1281px) and (min-height: 611px) {}
@media (max-width: 992px) {
	#section_4 {
		background-size: 198px auto, 178px auto, 316px auto, 129px auto, cover;
	}
}
@media (max-width: 576px) {
	#section_4 {
		background-size: 138px auto, 88px auto, 256px auto, 69px auto, cover;
	}
}

#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 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 D - Pop Up Event ======================================================================== */

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



#section_7_pop_up_event {
	display: block;
}

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

@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 8 - Conservation =========================================== */

#section_5 {
	overflow-y: hidden;
}

#section_5 * {
	overflow-y: hidden;
}

#section_5_elem {
	display: block;
	position: relative;
	background-color: var(--hotpink);
	background-image: url("../images/npark-initiative.jpg");
	background-size: cover;
	background-position: center center;
	z-index: 100;
}

#section_5_elem::before {
	content: "";
	background-image: url("../images/npark-initiative.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: 90%;
}

@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; */
	width: 160px;
	height: auto;
}

/** 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; */
		/* height: 32px; */
	}
}

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