/* FONTS */

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Itim&family=Kosugi+Maru&family=Nanum+Gothic+Coding&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.en {
	font-family: "Comfortaa";
}
.kr {
	font-family: "Nanum Gothic Coding", monospace;
	font-weight: 400;
	font-style: normal;
}
.th {
	font-family: "Itim", cursive;
	font-weight: 400;
	font-style: normal;
}
.jp {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* COLOR KEY */
:root {
	--accent: #872341;
	--accent2: #611f24;
	--body: #222;
	--bodyd: #131313;
}

/* BODY */
body {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Poppins", p sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #222;
}

.hide {
	display: none;
}

/* HEADER */
header {
	background-image: linear-gradient(180deg, #872341 30%, #611f24 100%);
  border-bottom: solid 10px #131313;
}

.headerwrappersub {
	background-image: url("https://file.garden/ZdLdT05bi0D4VJmT/AY/pattern.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.homebtn {
	padding: 10px;
}

.homebtn a {
	opacity: 0.5;
	transition: ease 0.3s;

	&:hover {
		opacity: 0.8;
		transition: ease 0.3s;
	}
}

.homebtn img {
	height: 30px;
}

@media (max-width: 767px) {
	/* HEADER */
	.homebtn img {
		height: 25px;
	}
}

/* HEADER */

.idolheader {
  background-color: #000;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}

.idolname {
  font-size: 95px;
  color: #fff;
}

.nameog {
  font-size: 90px;
  color: #fff;
}

.namero {
  font-size: 42px;
  padding-top: 15px;
}

.groupname {
  font-size: 42px;
}






/* ABOUT */

.about {
	margin-top: 50px;
	min-height: 300px;
	padding: 100px;

	background-color: #131313;
	background-image: url("https://file.garden/ZdLdT05bi0D4VJmT/AY/pattern.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	text-align: center;
	justify-content: center;
	display: flex;
}

.about a {
	text-decoration: none;
	color: #fff;
	opacity: 0.2;
	transition: ease 0.3s;

	&:hover {
		opacity: 0.5;
		transition: ease 0.3s;
	}
}

.aboutwrapper {
	max-width: 1000px;
	flex: 100%;
}

.row {
	justify-content: center;
	display: flex;
}

.amaranthine,
.yearning {
	flex: 50%;
	padding: 20px;
}

.yearning {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.amaranthineh,
.yearningh {
	font-size: 40px;
	font-weight: 700;
	font-family: Comfortaa;
	color: #872341;
}

.def,
.defext {
	color: rgba(255, 255, 255, 0.5);
	text-align: left;
	display: block;
}

.defext {
	max-width: 600px;
	margin: auto;
	text-align: center;
}

hr {
	border-top: solid 1px;
	border-bottom: 0;
	opacity: 0.3;
	width: 75%;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	/* ABOUT */

	.about {
		padding: 20px;
	}

	.aboutwrapper {
		max-width: 1000px;
	}

	.row {
		justify-content: center;
		display: block;
	}

	.amaranthine,
	.yearning {
		padding: 20px;
	}

	.yearning {
		border-top: solid 1px rgba(255, 255, 255, 0.3);
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		border-left: 0;
	}

	.amaranthineh,
	.yearningh {
		font-size: 25px;
	}

	.defext {
		max-width: 300px;
	}

	.hideonmobile {
		display: none;
	}
}

/* FEATURED */

.featured {
	margin-top: 200px;

	background-color: #131313;
	background-image: url("https://file.garden/ZdLdT05bi0D4VJmT/AY/pattern.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	justify-content: center;
}

.featuredh {
	font-size: 75px;
	font-weight: 700;
	font-family: Comfortaa;
	color: #872341;
	text-align: right;
}

.featured .row {
	display: flex;
}

.featured .other {
	flex: 30%;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 20px;
	padding-right: 120px;
}

.featured .main {
	flex: 70%;
	padding-left: 120px;
}

.featured a {text-decoration: none;}

.featured .btnbg {
	background-image: linear-gradient(180deg, #872341 30%, #611f24 100%);
	opacity: 0.7;
	transition: ease 0.3s;
	border-radius: 5px;

	&:hover {
		opacity: 1;
		transition: ease 0.3s;
	}
}

.featured .btn {
	background-image: url("https://file.garden/ZdLdT05bi0D4VJmT/AY/pattern.png");
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	padding: 20px 10px;
	font-size: 20px;
	letter-spacing: 2px;
	border-radius: 5px;
}

.featuredimg {
	height:700px;
	margin-top: -150px;
	display: block;
	
	filter: brightness(50%);
	transition: ease 0.3s;
	
	&:hover {
		filter: brightness(100%);
		transition: ease 0.3s;
	}
}

@media (max-width: 767px) {
	.featured {
		margin-top: 50px;
		padding: 0px;
	}

	.featured .main {
		flex: 100%;
		justify-content: center;
		padding-left: 20px;
	}

	.featured .other {
		display: none;
	}
	
	.featuredimg {
		height:400px;
		margin-top: -50px;
		display: block;

		filter: brightness(50%);
		transition: ease 0.3s;

		&:hover {
			filter: brightness(100%);
			transition: ease 0.3s;
		}
	}
	
}