html, body {
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.p-red-text{
	color: #ff4148;
	font-weight: 700;
}

html {

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 0px;


	background-color:	;

	font-family: 'Montserrat', sans-serif;
	
}

html::-webkit-scrollbar {
	display:none;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;

	text-wrap: wrap;


	background-color: #121210;
	box-shadow: 0px 0px 10px 5px #121210;
}

	.bodycontainer {
		background-color: #121210;
		font-family: 'Montserrat', sans-serif;
		max-width: 1440px;
		

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		color: ;

		
	}


i {
	font-family: "IM Fell Double Pica", serif;
	text-decoration: none;
	font-style: normal;
	color: #FDFBE4;
}

a {
	color: inherit; /* Inherit the color from the parent element */
	text-decoration: none; /* Remove the underline */
}

a:hover { 
	text-decoration: none; 
	color:red; 
	font-style: normal;
}

li {
	color: #FDFBE4;
}

ul {
	color: #FDFBE4;
}
a:active {
	background-color: ;
	font-style: normal;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

a:visited { 
	font-style: normal; 
}

q1 {
	font-family: Tinos;
	font-size: 3vw;
	color: #FDFBE4;

}

q2 {
	font-family: Tinos;
	font-size: 32px;
	color: #FDFBE4;
}

h2 {
	font-size: 24px;
	font-weight: 600;
	color: #FDFBE4;
}

p {
	font-size: 1vw;
	font-weight: 400;
	line-height: 1.4em;

	max-width: 720px;
	word-wrap: break-word;
	color: #FDFBE4;
}

p1 {
	font-size: 18 px;
	font-weight: 600;
	color: red;

	max-width: 720px;
		word-wrap: break-word;
}


																									/*
							░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░░▒▓██████▓▒░░▒▓███████▓▒░░▒▓████████▓▒░▒▓███████▓▒░        ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
							░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
							░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░ ░▒▓███████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
							░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
																									*/


header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-top: -.6vw;

	z-index: 99;
	

	
}

.headercontainer {
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: space-around;
	width: 100vw;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 3px;

	

	background-color: #121210;
	background-color: ;
	

	
	box-shadow: 0px 5px 5px rgba(18, 18, 16, 1);
	

	font-size: .7vw;
}

	.headercontainer p { 
		margin-top: 0; 
	}

	.headercontainer img {
		max-height: 5vw;
		margin-top: 10px;
	}

	nav {
		list-style-type: none;

		

		display:flex;
		flex-direction:row;
		justify-content: center;


	}

		.navlist {
			display:flex;
			flex-direction:row;
			align-items: center;
			justify-content: space-around;
			background-color: ;

			padding-inline: 1vw;
		}

		.navlist li {
			font-size: 20px;
			padding-inline: 1.2vw;
			text-align: center;
		}

		.navlist li:nth-of-type(5){
			padding-right: 40px;
		}

		.play-button {
			background-color: #EC2027;
			color: black;
			padding: 15px 25px;
			font-weight: 600;
			border: none;
			border-radius: 2px;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
			margin-inline: 0px;
		}

		.play-button:hover {
			background-color: #EC2027; /* Darker red */
			box-shadow: 0px 0px 15px #EC2027; /* Red glow */
		}

		.learn-button {
			background-color: transparent;
			color: ;
			padding: 10px 30px;
			outline: 3px solid white;
			margin-block: 30px;

			cursor: pointer;
			transition: all 0.3s ease-in-out;
		}

		.learn-button:hover {
			box-shadow: 0px 0px 15px #EC2027;
		}

																													/*
												░▒▓█▓▒░▒▓███████▓▒░░▒▓███████▓▒░░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░  ░▒▓██████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
												░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
																													*/

.parallax-container {
	background-image: url('../images/home-splash-bg2.png');
	width: 99vw;
	background-position-x: center;
	background-position-y: 100px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: ;
	background-size: auto 40vw;

	margin-top: 40px;
	overflow: hidden;
}

	.background {
		
}
		.background img {
			width: 100vw;
		}

	.splash {
		display: flex;
		flex-direction: column;
		align-items: center; 
		width: 99vw;
		margin-top: -1vw;
		padding-top: 6.5vh;
		
		background-color: #121210;
	}

		.splash p {
			max-width: 437px;
			text-align: center;
			text-justify: inter-word;
		}

		.splashintro {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center; 
		margin-top: -1%;
		margin-bottom: 3%;
		margin-right: 1%
		}
			
			.splashintro img {
				max-width: 23vw;
				padding-inline: 2vw;
			} 

			.splashintro img:hover {
				transform: scale(1.1);
				transition: transform 0.3s ease-in-out;
			}

			.splashintro img:not(:hover){
				transform: scale(1.0);
				transition: transform 0.3s ease-in-out;
			}

			

		.splashintrotxt {
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			max-width: 540px;

			margin-left: 4vw;
			margin-bottom: 15vh;
		}


		.splashintrotxt p {
			width: 320px;
			text-align: left;
			line-height: 1.3em;


			margin-bottom: 3.5vh;
		}

		.splashintrotxt q1 {
			font-size: 3vw;
			line-height: 2.8vw;
			max-width: 15vw;
		}

		.splashintrotxt button {
			width: 180px;
		}


		

		.splashquotecontainer {


			width: 100vw;
			background-image: url('../images/tree-webasset.png');
			background-repeat: no-repeat;
			background-position: center;
			background-size: 89vw;

			background-color: ;
		}
			.splashquote {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;


				background-image: url('../images/eyes-box-closed2.png');
				background-repeat: no-repeat;
				background-position: center;
				background-size: 60vw;
				transition: background-image 0.3s ease-in-out, background-size 0.3s ease-in-out;
				background-fill: #282828;

				height: 1080px;
				width: 99vw;
			}

			.splashquote:hover {
				background-image: url('../images/eyes-box-open2.png');

			}

				.splashquote p {
					max-width: 25vw;
					font-size: 1vw;
					margin-top: 5vh;
					text-justify: inter-word;
					text-align: center;
				}

				.splashquote q1 {
					font-size: 3vw;
					line-height: 3vw;
				}
				.splashquote button {
					margin-top: 2vw;
					padding-inline: 2vw;
					padding-block: 1vw;
					font-size: 1vw;
				}





		.splashdesc {
			z-index: 98;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center; 
			margin-top: -40px;
			width: 50vw;

			background-color: ;

			
			
		}

			.splashdesc p {
					max-width: 520px;
					text-align: left;
					text-justify: inter-word;
				}
			.splashdesc q1 {
				margin-right: 3vw;
				margin-top: 0px;
				font-size: 32px;
			}


	.container {
	background-color: #222;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

	.role {
		color: ;
		font-size: 16px;
		font-weight: bold;
		margin: 10px;
	}

	button {
		background-color: #EC2027;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		border: none;
		color: black;
		padding: 15px 32px;
		text-align: center;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
	}

	button:hover {
		background-color: #EC2027;
		box-shadow: 0 0 15px #EC2027; /* Orange glow */
		transition: box-shadow 0.3s ease-out;
	}

	input[type="text"] {
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 16px;
		width: 200px; /* Adjust the width as needed */
	}

	script {
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	}


	.carouselcontainer {
		display: flex;
		align-items: center;
		justify-content: center;	
		margin-bottom: 4%;
		margin-top: 4%;
	}

	.carousel {
		position: relative;
		width: 55vw;
		height: auto;
		overflow: hidden;
	}

		.carousel img {
			margin-top: -0%;
			width: 40vw;
			height: auto;
		}
		.carousel-inner-desktop-carousel, .carousel-inner-mobile-carousel {
			display: flex;
			transition: margin-left 0.5s ease-in-out;
		}

		.carousel-inner-desktop-carousel img, .carousel-inner-mobile-carousel img {
			width: 55vw;
		}

	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0);
		color: #FDFBE4;
		font-size: 24px;
		padding: 10px;
		border: none;
		cursor: pointer;
	}

	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}

	.carouselHideOnDesktop{
		display: none;
	}


																				/*
										 ░▒▓██████▓▒░░▒▓███████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░ ░▒▓██████▓▒░ ░▒▓██████▓▒░   ░▒▓█▓▒░           ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
										                                                                                                                
										                                                                                                                
																				*/


.videocontainer {
	display: flex;
	justify-content: center;
	height: auto;
}

	.videocontainer video {
		width: 73vw
	}



.aboutquotecontainer {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 4em;
	margin-right: 5em;
}

	.aboutquotecontainer img {
		max-width: 40vw;
	}

	.aboutquote {
		margin-top: 20%;
	}

	.aboutquote q1 {
		text-wrap: wrap;
		background-color: ;
	}
	.aboutquote p {
		max-width: 460px;
		margin-left: 0.1em;
		margin-top: 2vw;
	}


.infographiccontainer {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-around;

	max-width: 100vw;
	flex-wrap: wrap;

	margin-top: 5%;

}

	.infographic {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
		.infographic img {
			max-width: 25vw;
			margin-bottom: -20%;
		}

		.infographic q1 {
			text-align: center;
			font-size: 32px;
		}

		#info1{
			margin-top: 25px;
		}

		#info3{
			margin-top: 80px;
		}

		.infographic p {
			max-width: 350px;
			padding-bottom: 5px;
			text-align: center;
		}

		.infographic:nth-of-type(2){
			margin: 0 2em 0 2em;
		}

		


.timelinecontainer {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-top: 100px;

	background-image: url('../images/line-vertical-dot.png');
	background-size: 12%;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 7%;
	background-color: ;
}

	.timelinecontainer img {
		max-width: 500px;

	}

	.timelinetxt {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-top: 35%;
		margin-bottom: 67%;

		text-align: right;
		
	}

		.timelinetxt p {
			margin-top: 10%;
			max-width: 19vw;

			font-size: 1vw;
		}

		.timelinetxt q1 {
			font-size: 3vw;
			max-width: 25vw;
		}

	.timelinecolumn {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;

		margin-inline-end: 160px;
	}

	.timelinecolumn img{
		margin-right: -3.5%;
		margin-top: -22%;
		margin-bottom: 23%;
	}

	.timelinecolumn2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.timelinecolumn2 img {
		margin-top: 10%;
		margin-left: -3.5%;

	}
		.timelinetxt2 {
			align-items: flex-start;
			margin-top: 45%;
			margin-bottom: 3%;
		}

		.timelinetxt2 q1 {
			font-size: 3vw;
			max-width: 25vw;
		}

		.timelinetxt2 p {
			margin-top: 10%;
			max-width: 20vw;

			font-size: 1vw;
		}

																											/*
										 ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓███████▓▒░░▒▓███████▓▒░ ░▒▓███████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓█▓▒░      ░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
										░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
										 ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓███████▓▒░        ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
										                                                                                                                
										                                                                                                                
																											*/

.cardcontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5vh;
	max-width: 80vw;
}

	.cardintrocontainer {

		padding-top: 150px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;

		max-width: 80vw;
	}
		.cardintrocontainer img {
			max-width: 81vw;
			margin-bottom: 8vw;

		}


	.cardsintro {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 3vh;

		width: 80vw;
	}
		.cardsintro q1 {
			margin-top: -3px;	
		}
		.cardsintro p {
			padding-inline: 2vw;
		}


	.card {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5vw;
		margin-inline: 2vw;

		max-width: 430px;
	}	
		.card img {
			max-height: 400px;
		}

		.last-card{
			max-height: 500px !important;
			margin-bottom: -75px;
			margin-top: -25px;
		}

		.card:hover {
			color: red;
			transform: scale(1.1);
			transition: transform 0.3s ease-in-out;
		}
		
		.card:not(:hover){
			transform: scale(1.0);
			transition: transform 0.3s ease-in-out;
		}

		.card a, .card q1 {
			margin-top: 30px;
			font-size: 32px;
		}		

.cardend {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}	

	.cardend p {
		margin: 5vh;
	}
	.cardend img {
		max-width: 70vw;
	}
	.cardend button {
		width: 300px;
	}							


																						/*
					 ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓███████▓▒░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓██████▓▒░▒▓████████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
					░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
					░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░        ░▒▓█▓▒░          ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
					░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓████████▓▒░▒▓█▓▒░        ░▒▓█▓▒░          ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
					░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░        ░▒▓█▓▒░          ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
					░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
					 ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░  ░▒▓█▓▒░           ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
					                                                                                                                                       
					                                                                                                                                       
																						*/
#headsvg img {
	padding-top: 100px;
	max-width: 80vw;
}

.socmedcontainer {
    display: flex;
    flex-direction: row;
	justify-content: center;
    margin-top: 2vh;
}

.socmed {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-inline: 2vw;
}

.socmed img {
    width: 20px;
    height: 20px;
    padding: 10px;
    filter: invert(100%);
}

.theteamcontainer {
	margin-top: 10vh;
	background-color: ;

}
	.theteam {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
		.theteam p {
			margin-left: 3vw;
			max-width: 360px;
		}

		.theteam q1 {
			text-align: right;
		}


																											/*
										░▒▓███████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░      ░▒▓████████▓▒░░▒▓███████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
										░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓██████▓▒░  ░▒▓██████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
										░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓████████▓▒░▒▓████████▓▒░▒▓███████▓▒░        ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
										                                                                                                                
										                                                                                                                
																											*/

.rolecontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;

	padding-block: 150px;

	background-color: ;
}

	.rolecarouselcontainer {
		display: flex;
		align-items: center;
		justify-content: center;

		
	}

		.rolecarousel {
			position: relative;
			width: 400px; /* Adjust width as needed */
			height: auto;
			overflow: hidden;

			
		}

		.rolecarousel img {
			margin-top: -0%;
			scale: 80%;
		}
		.rolecarousel-inner {
			display: flex;
			transition: margin-left 0.5s ease-in-out;
		}

		.rolecarousel-inner img {
			max-width: 400px;
		}


	.roletxt {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 7vh;

		margin-left: 5vw;

		
	}

	.roletxt p {
		max-width: 25vw;
		margin-left: 2vw;
	}

	.roletxt q1 {
		font-size: 64px;
	}

	.dots {
		text-align: center;
		padding-bottom: 20px;
	}

	.dot {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 0 5px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.3s ease;
	}

	.active, .dot:hover {
		background-color: #717171;
	}

	.active {
			background-color: red;
	}



																													/*
											░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░       ░▒▓███████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
											   ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
											   ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
											   ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░       ░▒▓██████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
											   ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
											   ░▒▓█▓▒░  ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
											   ░▒▓█▓▒░   ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓████████▓▒░▒▓███████▓▒░        ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
											                                                                                                               
											                                                                                                               
																													*/
.setupcontainer {
	display: flex;
	flex-direction: row;
	height: 100vh;
	padding-inline: 20.7vw;

	background-color: ;
	background-image: url('../images/home-splash-50percent.png');
	background-position: ;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box;
}

	.setup {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;

		height: 15vh;
		width: 50vw;

	}

		.setup button {
			background-color: white;
			color: black;
			padding: 7px 0px;
			border: none;
			border-radius: 2px;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
			margin-inline: 2vh;
			width: 10vw;
		}

#htp {
	max-width: 99vw;

	background-color: ;
}
	
	#htp q1, #htp p {
		margin-inline: 5vw;
	}
.htp {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;

	padding-inline: 30px;
	background-color: ;
}

	.htpdiv {
		display: flex;
		flex-direction: column;
		align-items: center;

		margin-bottom: 5vh;

	}

		.htpdiv img {
			max-height: 40vh;
			padding-inline: 1vw;
		}

		.htpdiv p {
			padding-inline: 0vw;
			max-width: 200px;
			text-align: center;
		}

.htpsetup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;

	background-color: ;
	/*background-image: url('../images/babaylan-asset50percent.png');*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box;

	padding-inline: ;
	width: 73vw;
	height: 100vh;
}
	.htpsetup q1 {
		max-width: 40vw;
	}
	.htpsetup li, .htpsetup ul {
		padding-inline: 5vw;
		margin-top: 3vh;
		max-width: 40vw;
	}


#rr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	background-color: ;
}



.assignroles { 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background-color: ;
}
	.assignroles q1 {
		font-size: 3vw;
		margin-bottom: 5vh;
	}

#nameInput { /*Input Field Box*/
	display: flex;
	width: 20vw;
	margin-bottom: 1vh;
}

	.assignroles button { /* Assign roles Button*/
		background-color: red;
		color: black;
		font-weight: 600;
		width: 11vw;
		margin-top: 5vh;
	}

#roleDisplay { /*Edit the look of the results*/
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 20vh;
}
	.role-display p {
		font-size: 14px;
		color: red;
		margin: 2vh;
	}






.winconditions {
	display: flex;
	flex-direction: column;
	justify-content: center; 

	background-color: ;
	padding: 3vw;
	max-width: 420px;
	margin-block: 0px;
}
	.winconditions li, .winconditions ul {
		margin-block: .6vh;
		padding-inline: 2vw;
		text-wrap: wrap;
	}

#tt {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;


	background-color: ;
}

.ttcontainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 750px;

	background-image: url(../images/timer-box.png);
	background-repeat: no-repeat;
	background-size: 750px;
	background-position: center;
	background-position-y: 15%;
}

.countercontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;

	
}

.moongroup {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countermoon {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-inline: 2vw;
	margin-top: 5vh;

	height: 340px;

}
	.countermoon img {
		max-width: 80px;
	}
	.countermoon p {

	}



.counter-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.counter-box {
    background-color: white;
    margin-left: 50px;
    margin-right: -50px;
    
    width: 4vw;
    
    scale: 50%;
    text-align: center;
}
	.counter-box p {
		color: black;
		font-weight: 600;
    	font-size: 24px;
	}

.button-container {
    display: flex;
    flex-direction: column;
}
	.button-container button {
		margin-block: -35px;
		background-color: transparent;
		color: #FDFBE4;;
		font-size: 54px;
		font-weight: 400;
		scale: 50%;
	}

	.button-container button:hover {
		color: red;
		background-color: transparent;
		box-shadow: 0 0 15px transparent;
		transition: ease-out;
	}

.increment-button, .decrement-button {
    padding: 10px;
    border: none;
    color: #FDFBE4;
    cursor: pointer;
}


.timer-container {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.timer-display {

	padding-inline: 10px;

}

	.timer-display p {
		font-size: 36px;
	}
	.timer-display q1 {
	}
.timer-button-container {
	display: flex;
	flex-direction: row;
	align-items: center;

	
}

	.timer-button-container p {
		margin-top: -0px;
		font-size: 32px;
	}

	.timer-button-container button {
		background-color: transparent;
		color: white;
	}

	.timer-button-container button:hover {
		color: red;
		background-color: transparent;
		box-shadow: 0 0 15px transparent;
		transition: ease-out;
	}

	.plusminus {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100px;

	}
		.plusminus p {
			line-height: 0px;
			margin-block: -10px;
			font-size: 50px;
			font-weight: 400;
		}


#ac {
	display: flex;
	flex-direction: row;

	width: 80vw;
}



#myCheckbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5vw;
    height: 1.5vw;
    border: .2vw solid red;
    margin-top: .4vw;
    border-radius: 3px;
    margin-inline: 1.5vw;
    cursor: pointer;
}

#myCheckbox:checked {
    background-color: red;
    border: none;
}
.checklisttitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;

	max-height: 100vh;
	margin-top: 10vw;

	margin-bottom: 50px;
}

.checklisttitle button {
	font-size: 16px;
	margin: 0px 20px;
	cursor: pointer;
	background-color: red;
	box-shadow: 0 0 0px #EC2027;
	transition: box-shadow 0.3s ease-out;
}

.checklisttitle button:hover {
	box-shadow: 0 0 15px #EC2027; 
	transition: box-shadow 0.3s ease-out;
}

.ACcontainer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

	max-height: 90vh;
	background-color: ;
}

#ac {

	max-width: 73vw;
	max-height: 100vh;
}

.ACgroup {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	padding-inline: 3vw;
}
	.ACgroup p {
		font-size: 1vw;
		margin-left: 10vw;
		max-width: 220px;
		line-height: 18px;
		text-decoration: ;
	}

	.ACgroup q1 {
		font-size: 3vw;
	}
	.ACgroup q2 {
		font-size: 1.5vw;
	}
.actionchecklist {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-inline: 30px;
}
	.actionchecklist li {
		list-style: none;
	}

.actionchecklistsub {
	display: flex;
	flex-direction: row;
	align-items: center;

	margin-top: -10px;
}
	.actionchecklistsub ul {
		margin-left: 80px;
	}

#or {
	display: flex;
	flex-direction: column;
	justify-content: center;

	height: 100vh;
	background-color: ;
}

.ORgroup {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-around;

	padding-block: .5vw;
}
	.ORgroup p {
		color: black;
		background-color: whitesmoke;
		padding: 10px 30px;
		font-weight: 600;
	}





																		/*
 ░▒▓██████▓▒░░▒▓████████▓▒░▒▓████████▓▒░       ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓██████████████▓▒░░▒▓████████▓▒░       ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░         ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
░▒▓█▓▒░      ░▒▓█▓▒░         ░▒▓█▓▒░          ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
░▒▓█▓▒▒▓███▓▒░▒▓██████▓▒░    ░▒▓█▓▒░          ░▒▓█▓▒▒▓███▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░        ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░         ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░         ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░             ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
 ░▒▓██████▓▒░░▒▓████████▓▒░  ░▒▓█▓▒░           ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░       ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
                                                                                                                                                        
                                                                                                                                                        
																		*/




.bodycontainer_download_now {
font-family: 'Montserrat', sans-serif;
max-width: 1440px;																	
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
color: ;																
}

.bodycontainer {
		background-color: #121210;
		font-family: 'Montserrat', sans-serif;
		max-width: 1440px;
		

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		color: ;

		
	}
#download_now_body{
	background-image: url('../images/home-splash-25percent.png');
	height: 100%;
	background-position: 50% 21%;
  	background-repeat: no-repeat;
  	background-size: 100vw;
	background-blend-mode: lighten;
}

.ordernowcontainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 240px;
}

	.ordernowcontainer q1:nth-last-of-type(2) {
		font-size: 76px;
	}

	.ordernowcontainer q1:nth-last-of-type(1) {
		font-size: 52px;
		margin-bottom: 22px;
	}

	.ordernowcontainer q3 {
		font-size: 32px;
		margin: 0px;
	}
	.ordernowcontainer p {
		margin: 0px;
	}

	#big_button{
		font-size: 22px;
		padding: 23px 55px;
	}

	.small_button1{
		padding: 18px 64px;
		margin-bottom: 10px;
	}

	.small_button2{
		padding: 17px 30px;
	}

	.ordernowcontainer button {
		font-size: 16px;
		cursor: pointer;
		background-color: #EC2027;
		transition: box-shadow 0.3s ease-out;
	}
	.ordernowcontainer button:hover {
		box-shadow: 0 0 15px #EC2027; /* Orange glow */
		transition: box-shadow 0.3s ease-out;
	}

.support {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10vw;
}
	.support img {
		padding-inline: 1vw;
		height: 3vw;
	}
	.support q1 {
		font-size: 2vw;
	}













																										/*
								░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓██████▓▒░▒▓████████▓▒░▒▓████████▓▒░▒▓███████▓▒░        ░▒▓██████▓▒░ ░▒▓███████▓▒░▒▓███████▓▒░ 
								░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░   ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░        
								░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░   ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░        
								░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░   ░▒▓██████▓▒░ ░▒▓███████▓▒░       ░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓██████▓▒░  
								░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░   ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░             ░▒▓█▓▒░     ░▒▓█▓▒░ 
								░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ ░▒▓█▓▒░   ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░     ░▒▓█▓▒░ 
								░▒▓█▓▒░      ░▒▓██████▓▒░ ░▒▓██████▓▒░  ░▒▓█▓▒░   ░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓███████▓▒░▒▓███████▓▒░  
								                                                                                                                           
								                                                                                                                           
																										*/

footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: ;
	height: 40vh;
	width: 100vw;
	margin-bottom: -8px;
	margin-top: 125px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	background-color: ;
	
}

footer img{
	width:335px;
	height: 95.5%;
	padding-top: 30px;
}

.footerimg_right{
	transform: scaleX(-1);
}

.footer_container{
	display: flex;
	flex-direction: row;
	align-items: center;
}

	.footer_nav{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 55vw;
		margin-bottom: -22px;
	}

	.icons{
		display: flex;
		flex-direction: row;
		padding-bottom: 15px;
	}

	.icons img{
		width: 45px;
		height: 45px;
		padding: 0;
		border-radius: 50px;
		transition: box-shadow 0.3s ease-out;
	}

	.icons img:nth-of-type(1){
		margin: 0px 15px;
	}

	.icons img:hover{
		box-shadow: 0px 0px 15px #EC2027;
		transition: box-shadow 0.3s ease-out;
	}

	.footerlinks {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		max-height: 150px;
		flex-wrap: wrap;
		color:#FDFBE4;
		font-size: 18px;
	}

		.footerlinks a {
			margin-block: 1.6vh;
			margin-inline: 1vw;

			background-color: ;

		}

		footer hr{
			width:100vw;
			color:#FDFBE4
		}
		
		.copyright{
			display: flex;
			justify-content: flex-end;
			align-items: center;
			text-align: right;
			color:#FDFBE4;
			width: 97%;
		}

		.menu-button svg{
			color: antiquewhite;
		}
	
		.sidebar{
			position: fixed;
			top: 0;
			right: 0;
			width: 250px;
			height: 100vh;
			z-index: 999;
			background-color: #E6E6E6;
			filter: drop-shadow(5px 5px 10px #0d0f23);
			display: none;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
		}

		.menu-button{
			display: none;
		}

		.splashquotetext{
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			margin-top: 1em;
		}

		.splashquotetext q1{
			text-align: center;
		}

	

@media (min-width: 1921px) { /*Ultrawide*/
  /* Styles for desktop screens */
  .splashquote {
  	background-size: 40vw;
  }
  	.splashquote p {
		max-width: 15vw;
		font-size: .6vw;
		margin-top: 4vh;
		text-justify: inter-word;
		text-align: center;
		}

	.splashquote q1 {
		font-size: 2.5vw;
		line-height: 2.5vw;
		}
	.splashquote button {
		width: 10vw;
		height: 3vw;
		font-size: 1vw;
		}
	}



							/*
							░▒▓██████████████▓▒░░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓██████▓▒░        ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ 
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓████████▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░ ░▒▓███████▓▒░ ░▒▓██████▓▒░  
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░     
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░     
							░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░       ░▒▓██████▓▒░ ░▒▓██████▓▒░░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░     
							                                                                           ░▒▓█▓▒░                                                         
							                                                                            ░▒▓██▓▒░                                                       
							*/

@media (max-width: 771px) {
	/* Styles for desktop screens */

	.headercontainer img{
		max-height: 10vh;
	}

	.background img{
		margin-bottom: -2vh;
	}


	.headercontainer {
		height: 70px;
	}


	.navlist li {
		font-size: 2vw;
	}

	.navlist button {
		width: 22vw;
		height: 6vw;

		font-size: 1.5vw;
		margin-inline: 2vw;
	}

	.splashquote button {
		width: 18vw;
		font-size: 2vw;
	}

	.splashquotecontainer {
		margin-bottom: 0px;
		padding-block: 0px;

		height: 50vh;
	}


	.footercontainer {

	}
	.footerlinks {
		max-width: 50vw;
		flex-wrap: wrap;
	}

	.socmed {

	}


	.navlist li {
		font-size: 2vw;
	}

	.parallax-container {
		margin-top: vw;
	}

	.splash p {
		font-size: 2vw;
		padding-inline: 2vw;
	}
	.splash button {
		transform: scale(.8);
	}

	.splashintrotxt q1 {
		font-size: 7vw;
		line-height: 6vw;
	}

	.splashintrotxt p {
		font-size: 2vw;
		max-width: 30vw;
		margin-left: 10vw;
	}
	.splashintrotxt button {
		transform: scale(.8);
	}

.splashquote {
	height: 300px;

	background-size: 70vw;
}
	.splashquote p {
		margin-top: 2vw;
		font-size: 1.5vw;
		max-width: 40vw;
	}
	.splashquote button {
		padding-inline: 2vw;
		padding-block: 2vw;
	}

.splashquotecontainer {
	height: 300px;	
}


.carouselcontainer {
	width: 90vw;
}

.splashdesc {
	width: 85vw;
	align-items: flex-start;
	margin-top: 0px;
}
.splashdesc q1 {
	font-size: 3vw;
	align-content: flex-start;
}

.splashdesc p {
	margin-top: 0px;
	max-width: 50vw;
	font-size: 2vw;
}

footer {
	flex-direction: column;
	justify-content: flex-start;
	min-height: 0vw;
	height: 1vw;

	background-image: url('../images/.png');

	margin-bottom: 0px;
	margin-top: 10vw;
}

.footer_nav{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
	margin-bottom: -22px;
}

.footercontainer {
	margin-top: 0px;
	background-color: ;

	align-items: center;
}
.footerlinks {
	justify-content: space-between;
	width: 80vw;
	max-height: 20vw;
	background-color: ;
}
.footerlinks a {
	font-size: 2vw;
	background-color: ;
}

footer img{
	width:100px;
	height: 70.5%;
	padding-top: 30px;
}

.socmedcontainer {
	width: 100vw;
	background-color: ;
}
.socmed img {
	height: 5vw;
	width: auto;
}
.socmed p {
	font-size: 2vw;
}


.videocontainer video {
	height: 90vw;
	width: 100vw
}

.aboutquotecontainer img {
	max-width: 60vw;
	margin-
}

.aboutquote {
	margin-top: 15%;
	margin-left: -20%;
}

.aboutquote q1 {
	font-size: 6vw;
}

.aboutquote p {
		padding-inline: 5vw;
		max-width: 200px;
		margin-left: 3vw;
	}

.infographic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	.infographic img {
		max-width: 200px;
	}
	.infographic q1 {
		text-align: center;
		font-size: 32px;
	}
	.infographic p {
		max-width: 350px;
		text-align: center;
	}


.timelinecontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	margin-top: 40px;
	width: 100vw;
}

.timelinecontainer img {
	max-width: 40vw;
	margin-top: 10vw;

	}

	.timelinetxt {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-top: 30%;
		margin-bottom: 30%;

		text-align: right;
		
	}

		.timelinetxt p {
			margin-top: 10%;
			max-width: 35vw;

			font-size: 2.5vw;
		}

		.timelinetxt q1 {
			font-size: 6vw;
			max-width: 40vw;
		}

	.timelinecolumn {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-color: ;
		padding-inline: 5vw;

		margin-inline-end: 0vw;
	}

	.timelinecolumn2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background-color: ;

		padding-inline: 5vw;
	}

	.timelinecolumn2 img {
		margin-top: 0vw;
		margin-bottom: 70vw;
	}
		.timelinetxt2 {
			align-items: flex-start;
			margin-top: 40%;
		}

		.timelinetxt2 p {
			margin-top: 10%;
			max-width: 35vw;

			font-size: 2.5vw;

		}

		.timelinetxt2 q1 {
			font-size: 32px;
			max-width: 40vw;
		}

.cardcontainer {
	max-width: 90vw;
	margin-right: 4vw;
}

.cardintrocontainer {
	padding-top: 22vw;
	max-width: 90vw;
	margin-left: 4vw;
}
.cardsintro {
	margin-bottom: 1vh;
}
.cardsintro q1 {
	font-size: 8vw;
}
.cardsintro p {
	font-size: 0.7em;
	width: 50vw;
}

.card {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5vw;
	margin-inline: 2vw;

	max-width: 430px;
}	
.card img {
	max-height: 40vw;
}

.last-card{
	max-height: 47vw !important;
	margin-bottom: -1em;
	margin-top: 0.05em;
}

.card a, .card q1 {
	margin-top: 0vw;
	font-size: 32px;
}	
.card q1 {
	font-size: 5vw;
}
.cardend button {
	width: 40vw;
}
.cardend {
	margin-top: -3vw;
	margin-left: 4vw;
}

.cardend img{
	max-width: 81vw;
}


.rolecontainer {
	flex-direction: column;
	padding-top: 5vh;
	justify-content: center;
	align-items: center;
	align-content: center;

	background-color: ;
}

.roletxt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0vh;
	margin-left: 0vw;
}

.roletxt p {
	font-size: 3vw;
	max-width: 60vw;
	margin-left: 2vw;
}

.roletxt q1 {
	font-size: 64px;
}

.rolecarousel {
	width: 90vw; /* Adjust width as needed */
	height: auto;
	overflow: hidden;
}
.rolecarousel-inner img {
	max-width: 90vw;
}
.dots {
	margin-top: -5vh;
}

#headsvg {
	margin-top: 20vh;
}

.theteam {
	flex-direction: column;
}

.theteam p {
	margin-left: 3vw;
	max-width: 360px;
}

.theteam q1 {
	font-size: 10vw;
	text-align: right;
}

.setupcontainer {
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding-inline: 0vw;
	width: 90vw;

	background-color: ;
}

.setup {
	flex-direction: row;
	width: 50vw;
	height: 60vh;
	background-color: ;
}
.setupcontainer q1 {
	margin-bottom: 5vh;
}

.setup button {
	width: 200px;
	height: 70px;
}



.assignroles q1 {
	font-size: 64px;
	margin-bottom: 5vh;
}
#nameInput { /*Input Field Box*/
	width: 60vw;
}

.assignroles button { /* Assign roles Button*/
	width: 50vw;
	margin-top: 3vh;
}

#roleDisplay { /*Edit the look of the results*/
	max-width: 95vw;
	max-height: 30vh;

	background-color: ;
}

.ttcontainer {
	transform: scale(.5);
	margin: -200px;
	padding-block: 40px;
}

.winconditions {
	background-color: ;
	margin-top: 1000px;
	padding: 0vw;
	max-width: 73vw;
	margin-block: 0px;

	background-color: ;
}
	.winconditions li, .winconditions ul {
		margin-block: .6vh;
		padding-inline: 2vw;
		text-wrap: wrap;
	}
.moongroup {
	margin-top: 5px;
	margin-right: -40px;
	margin-left: 40px;
}

.countermoon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-inline: 2vw;
	margin-top: -10vh;

	height: 440px;
}
.counter-box {
    width: 100px;
    height: auto;
    
    scale: 80%;
    text-align: center;
}

.button-container {
	margin-left: 10vw;
}
.button-container button {
	border-radius: 5px;
	padding-block: 5px;
	padding-inline: 10px;


	margin-block: -0px;
	background-color: red;
	color: #FDFBE4;;
	font-size: 54px;
	font-weight: 600;
	scale: 80%;
}

.button-container button:hover {
		color: red;
		background-color: transparent;
		box-shadow: 0 0 10px transparent;
		transition: ease-out;
	}

.checklisttitle {
	margin-top: 200px;
}

.checklisttitle q1 {
	font-size: 32px;
}

.checklisttitle button {
	padding-inline: 20px;
	padding-block: 10px;
}

#myCheckbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 5vw;
    height: 5vw;
    border: .8vw solid red;
    margin-top: .4vw;
    border-radius: 3px;
    margin-inline: 1.5vw;
    cursor: pointer;
}

#ac {
	max-width: 73vw;
	max-height: 1000vh;
}

.ACcontainer {
	width: 100vw;
	max-height: 180vh;

	background-color: ;
}

.ACgroup {
	margin-bottom: 5vh;
}

.ACgroup q1 {
	font-size: 6vw;
}
.ACgroup q2 {
	font-size: 3vw;
}
.ACgroup p {
	font-size: 3vw;
	margin-left: 15vw;
	max-width: 180px;
	line-height: 3.5vw;
	text-decoration: ;
}

#or {
	justify-content: flex-start;
	background-color: ;
	max-width: 90vw;

	margin-top: 100px;
}

#or q1 {
	font-size: 64px;
	text-align: center;
	margin-bottom: 10vh;
}

.ORgroup button {
	padding: 3vw 3vh;

	font-size: 3vw;
}

.htpsetup {
	width: 100vw;
	align-items: center;
	background-color: ;
}

.htpsetup q1 {
	max-width: 60vw;
}

.htpsetup li, .htpsetup ul {
	max-width: 60vw;
}

.ordernowcontainer {
	background-color: ;
}

.ordernowcontainer q1 {
	font-size: 10vw;
}
.ordernowcontainer button {
	margin-block: 2vw;
}

	.support {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 30vw;

		background-color: ;
	}

	.support q1 {
		font-size: 6vw;
	}
	.support image {
		height: 500px;
	}

}

/*
░▒▓████████▓▒░▒▓██████▓▒░░▒▓███████▓▒░       ░▒▓██████████████▓▒░ ░▒▓██████▓▒░░▒▓███████▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓████████▓▒░ 
░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░       ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓██████▓▒░   
░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░      ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓███████▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓████████▓▒░
*/
                                                                                                                             
                                                                                                                             
@media (max-width: 600px){

	.copyright p{
		font-size: 0.7em;
	}

	.hideOnMobile{
		display:none;
	}

	.sidebar{
		position: fixed;
		width: 100vw;
		height: 150vh;
		z-index: 999;
		background-color: #121210;
		filter: drop-shadow(5px 5px 10px #0d0f23);
		display: none;
		flex-direction: column;
		align-items: center;
		margin: 0;
		list-style-type: none;
	}

	.sidebar li{
		font-size: 3.5vw;
		margin-top: 4vh;
	}

	.sidebar li:first-of-type{
		margin-top: 0;
	}
	.sidebar li:nth-child(6){
		margin-bottom: 6vh;
	}

	.play-button{
		font-size: 3.75vw;
	}

	.exit-button img{
		margin: 6vh 0 10vh 72vw;
		width: 6vw;
	}

	.menu-button{
		display: block;
	}

	.menu-button a img{
		max-width: 7vw;
	}

	.headercontainer{
		height: inherit;
		padding-top: 2vh;
		position: fixed;
	}

	.navlist .menu-button a img{
		margin-left: 25vw;
	}

	.bodycontainer{
		max-width: 100vw;
	}

	.parallax-container{
		margin-top: 5em;
		background-position-y: 6em;
	}

	.background img{
		width: 100vw;
	}

	.splash{
		padding-top: 7.5vw;
	}

	.splash p{
		width: 62vw;
		line-height: normal;
		font-size: 0.7em;
	}

	.splashintro{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: -13%
	}

	.splashintro img{
		max-width: 46vw;
		margin: 0;
	}

	.splashintrotxt{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-width: 100vw;
		margin-left: 0;

	}

	.splashintrotxt q1{
		max-width: 75vw;
		margin-bottom: 3vw;

	}

	.splashintrotxt p{
		max-width: 50vw;
		margin: 0;
		font-size: 0.7em;
		margin-bottom: 5vw;
	}

	.splashintrotxt button{
		margin: 0;
	}

	.splashquote{
		background-size: 78vw;
		height: 50vh;
	}

	.splashdesc p{
		font-size: 0.7em;
	}

	.splashquotecontainer {
		background: none;
		margin-bottom: 10vh;
		background-size: 96vw;
	}
	
	.splashintro img:hover {
		transform: scale(1.0);
		transition: transform 0.3s ease-in-out;
	}

	.splashintrotxt button{
		width: 12em;
        height: 4em;
        font-size: 3.5vw;
	}

	.splashquote{
		background-image: url(../images/eyes-box-open2.png);
	}

	.splashquote q1{
		text-align: center;
		padding-top: 1.2em;
		font-size: 4vw;
		line-height: 1.1em;
	}

	.splashquote p{
		font-size: 2.1vw;
		max-width: 59vw;
		margin-bottom: 0;
	}

	.splashquotetext{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.splashquote button {
        width: 23vw;
        height: 3.5em;
        font-size: 2.5vw;
    }

	.splashquote:hover {
		background-image: url('../images/eyes-box-open2.png');

	}

	.carouselHideOnMobile{
		display: none;
	}

	.carouselHideOnDesktop{
		display: block;
	}

	.carousel{
		width: 65vw;
	}

	.carousel-inner-desktop-carousel img, .carousel-inner-mobile-carousel img{
		width: 65vw;
	}

	.splashdesc{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.splashdesc q1{
		margin-right: 0;
		margin-bottom: 2vh;
		font-size: 5vw;
	}

	footer{
		display: flex;
		flex-direction: column;
	}

	.footer_container{
		flex-direction: row;
		margin-bottom: 0.5vw;
	}

	.footer_nav{
		display: flex;
		flex-direction: column;
		margin-top: 7vh;
		width: 55vw;
	}

	.footerlinks{
		display: none;
	}
	
	footer img{
		width: 47vw;
		height: 95%;
	}

	.icons a img{
		width: 9vw;
		height: 9vw;
	}

	.logo{
		width: 47em;
	}

/*
	
 ░▒▓██████▓▒░░▒▓███████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░      ░▒▓██████████████▓▒░ ░▒▓██████▓▒░░▒▓███████▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓████████▓▒░ 
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓██████▓▒░   
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░  ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░        
░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░ ░▒▓██████▓▒░ ░▒▓██████▓▒░   ░▒▓█▓▒░          ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓███████▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓████████▓▒░                                                                                                         
*/
		
	.aboutquotecontainer{
		margin: 3em 0 4em 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.aboutquotecontainer img{
		max-width: 75vw;
	}

	.aboutquote{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: -3em 0 0 0;
	}

	.aboutquote q1{
		font-size: 7vw;
		text-align: center;
	}

	.aboutquote p{
		padding-inline: 0;
		margin: 1em 0 0 0;
		font-size: 0.7em;
		max-width: 70vw;
	}

	.infographic:nth-last-of-type(2){
		margin: 2em 0 2em 0;
	}
		

	.infographic img{
		max-width: 55vw;
	}

	.infographic button{
		width: 13em;
        height: 4.5em;
        font-size: 0.7em;
	}

	.infographic p{
		font-size: 0.7em;
		max-width: 65vw;
	}

	#info2{
		margin-top: 0.3em;
	}

	#info3{
		margin-top: 2em;
	}

	.timelinecontainer{
		background-image: url(../images/line-vertical-dot-mobile.png);
	}

	.timelinetxt{
		margin-top: 56%;
	}

	.timelinetxt2{
		margin-top: -43%;
	}

	.timelinecolumn{
		padding-inline: 8vw;
	}

	.timelinecolumn2{
		padding-inline: 6vw;
	}

	.timelinecolumn img{
		margin-top: 3vw;
		max-width: 42vw;
	}

	.timelinecolumn2 img{
		margin-top: 10vw;
		margin-right: 1em;
		max-width: 42vw;
	}

	.timelinecolumn2 button{
		width: 13em;
        height: 4.5em;
        font-size: 0.7em;
	}
}
