html {
	margin: 0;
	padding: 0;
	font-family: Calibri, 'Poppins', sans-serif !important;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.home-container {
	width: 100%;
	height: 100%;
}

.slides {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 50px; */
	color: #FFF;
	background: #FBEEC9;

}

.slides.s4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 80vh;
}

.slides.s6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 30vh;
}

.wrapper {
	width: 100%;
	height: 100vh;
	background-color: #000;
	position: relative;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.banner-text h1 {
	text-align: left-center;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	flex-direction: column;
	align-items: center;
	line-height: 0.5;
	gap: 50px;
}

.banner-text h1 span {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.9px #ffc;
	line-height: 0;
	font-size: 15px;
}

.Taiwan {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: url('https://static.igem.wiki/teams/4618/wiki/logo/taiwan-logo-removebg-preview.png');
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);

}

.eraserman {
	width: 150px;
	height: 150px;
	background: url('https://static.igem.wiki/teams/4618/wiki/logo/erasermann.png');
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 60%;
	animation: ani-1 7s linear infinite;
}

.star {
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	animation: ani-2 2s linear infinite;
}

@keyframes ani-3 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes ani-1 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) translateX(200px) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg) translateX(200px) rotate(-360deg);
	}
}

@keyframes ani-2 {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.wave {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	bottom: -1px;
	background: #000000;
	z-index: 5;
}

.single-wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
	background-size: 50% 80px;
	animation: animate 18s linear infinite;
}

@keyframes animate {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55)
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}

/* .slides img {
	width: 350px;
  } */

.slides h2 {
	font-size: 35px;
	font-weight: 600;
	/*max-width: 900px;*/
	text-align: center;
	display: inline-block
}

#scrollscrolldown {
	padding: 10px 30px;
	background-color: #050801;
	color: #FFFBBD;
	border: none;
	border-radius: 40px;
	letter-spacing: 4px;
	overflow: hidden;
	transition: 0.5s;
	cursor: pointer;
	font-size: 1.5em;
	z-index: 2;
	transform: translateY(50px);

}

#scrollscrolldown:hover {
	background: #FFFBBD;
	color: #050801;
	box-shadow: 0 0 5px #FFFBBD,
		0 0 25px #FFFBBD,
		0 0 50px #FFFBBD,
		0 0 200px #FFFBBD;
	-wedkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.regular-text {
	font-size: 20px;
	font-family: Calibri;
	color: #000;
}

.uppercase-text {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Calibri;
	color: #000;
}

.regular-text1 {
	font-size: 30px;
	font-family: Calibri;
	color: #000;
}

.uppercase-text1 {
	font-size: 80px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Calibri;
	color: #000;
}

.no-margin {
	margin-bottom: 0px;
}

.background-image0 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/hometop-1.gif');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.background-image1 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/1-1.png');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.background-image2 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/2.png');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.background-image3 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/3-4.png');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.background-image4 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/4-1.gif');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.background-image5 {
	background-image: url('https://static.igem.wiki/teams/4618/wiki/home/5-1.gif');
	background-size: cover;
	/* Cover the entire viewport */
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	/* 100% of the viewport height */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* Text color */
	font-size: 24px;
	/* Text size */
	text-align: center;
	/* Center the text */
}

.img-fluid {
	width: 100%;
	height: auto;
}
.changing-word:before {
	content: '';
	animation: wordChange infinite 4s;
	color: #ffc;
  font-size: 30px;
}
@keyframes wordChange {
	0% {
		content: '= Decolor';
	}
	50% {
		content: '= Ecology';
	}
	100% {
		content: '= Decolor';
	}
}

.banner-text h1 {
	padding: 0;
	color: #fff;
	font-size: 3.5em;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	text-align: left;
	letter-spacing: 1px;
}
.banner-text {
	position: absolute;
	top: 48%;
	left: 53%;
	transform: translate(-50%, -50%);
	width: 80%;
}