@charset "utf-8";
/* CSS Document */

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: all 1s ease;


}

.reveal.active {
	transform: translateY(0px);
	opacity: 1;
}

.line {
	 height: 4px;
	 background-image: linear-gradient(to right, #FF00D1 50%, rgba(255, 255, 255, 0) 50%);
	 background-size: 10px 1px;
	width: 90%;
	margin: 6% 5%;
}

* {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;

}

body {
	background: #2D3CAF;
	--nav-height: 80px;
	padding-top: var(--nav-height);
}

h1, h2 {
	font-family: 'Bungee', sans-serif;
}

p {
	font-family: 'Montserrat', sans-serif;
}


/* landing page */
.image-land {
	width: 100%;
	height: auto;
}

.at {
	font-size: 60pt;
	font-family: 'Bungee', sans-serif;
	line-height: 100%;
	color: #24287C;
}

.snd {
	color: #24287C;
}

.nav {
	height: var(--nav-height);
	background-color: #EEEDED ;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4;
	width: 100%;
	display: flex;
	justify-content: left;
	align-content:left;
	align-items: left;
	transition: transform 0.5s;
}

.nav--hidden {
	transform: translateY(calc(-1 * var(--nav-height)));
	box-shadow: none;
}

.navbar-collapse {
	background: #FF00D1 ;
}

.navbar {
	background: #EEEDED;
}

.bg-body-tertiary {
	background: #FF00D1 !important; 
}

/*.logotwo, .navitwo {
	width: 50%;
	height: auto;
	padding: 1%;
	box-sizing: border-box;
}*/



.navitwo {
	list-style: none;
	display: flex;
	font-weight: bold;
}


li {
	padding: 10px;
}


.text {
	position: absolute;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	z-index: 1;
	top: 0;
	margin-bottom: 0;
	padding: 0;
}

.text p {
	font-size: 1.5em;
}


/* their origin story */

.container-for-origin {
	height: 100vh;
	display: flex;
}

.origin-title {
	min-width: 50%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
}

.contain-sock {
	min-width: 50%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
	position: relative;
}

.their-origin-story {
	margin-top: 110px;
	padding: auto 50px;
	margin-left: 50px;
}

.desc {
	margin-left: 50px;
	margin-top: 30px;
}

.oneday {
	margin-left: 50px;
	margin-top: 50px;
	font-style: italic;
	font-size: 18pt;
}

.oneday p {
	color: #EEEDED;
}

.socks-img {
	align-items: bottom;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto 95px 5px auto;
}

.their-origin-story, .oneday{
	color: #FF00D1;
}

.desc {
	color: #EEEDED;
}

.their {
	font-size: 30pt;
}

.origin {
	font-size: 50pt;
}

/* bio */

.student-id {
	color: #FF00D1;
	margin-left: 50px;
	margin-top: 75px;
}

.bio {
	background: #EEEDED;
	width: 50vw;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.bio-id {
	margin: 60px auto;
}

.title-bio {
	display: flex;
	padding-top: 20px;
	justify-content: center;
	align-content: center;
	min-width: 90%;
}

.school-logo {
	min-width: 30%;
	gap: 1%;
}
.seishun {
	margin: 30px auto;
	margin-left: 0;
	min-width: 70%;
	gap:1%;
}

.img-logo {
	text-align: center;
	margin-left: 60px;
}

.contain-bio-info {
	display: flex;
	min-width: 90%;
	gap: 2%;
	justify-content: center;
	align-content: center;
	margin: 20px auto;
}

.suzuka {
	min-width: 50%;
}

.id-pic{
	padding-right: 76px;
}

.suzuka-info {
	padding-top: 30px;
	min-width: 50%;
	padding-bottom: 50px;
}

.barcode {
	margin-top: 20px;
}

.info-abt-suzuka {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	font-size: 16pt;
}

.id-pic {
	margin-left: 25%;
}


.carousel-control-next {
	margin-right: 50px;
}

.carousel-control-prev {
	margin-left: 50px;
}

/* gallery*/

.gallery {
	position: relative;
	height: 100%;
	width: 100%;
}

.gallery .pictures-in-gallery{
	position: relative;
	height: auto;
	width: 90%;
	margin: auto;
	padding: 45px 0;
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 2vh;
	grid-auto-flow: dense;
}

.gallery .pictures-in-gallery .image{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
	border-radius: 2px;
}

.gallery .pictures-in-gallery .image:first-child{
	grid-column-start: span 1;
	grid-row-start: span 2;
}

.gallery .pictures-in-gallery .image:nth-child(2n+3){
	grid-row-start: span 1;
}

.gallery .pictures-in-gallery .image:nth-child(4n+5){
	grid-column-start: span 1;
	grid-row-start: span 2;
}

.gallery .pictures-in-gallery .image:nth-child(6n+7){
	grid-row-start: span 3;
}

.gallery .pictures-in-gallery .image:nth-child(8n+9){
	grid-column-start: span 1;
	grid-row-start: span 2;
}

.gallery .pictures-in-gallery .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.5) grayscale(100);
	transition: 0.3s ease-in-out;
}

.gallery .pictures-in-gallery .image img:hover{
	filter: brightness(1) grayscale(0);
}

.gallery {
	height: auto;
	width: 100%;
	display: flex;
	margin: 100px auto;
}

.contain-papa{
	min-width: 40%;
	min-height: 450px;
	padding: 1%;
	box-sizing: border-box;
}

.pictures-in-gallery {
	min-width: 60%;
	min-height: auto;
	padding: 1%;
	box-sizing: border-box;
}

.atgallery {
	margin: auto 10px;
}

.papa-title {
	margin: 30px auto;
	margin-left: 50px;
	color: #FF00D1;
}

/* discography */

.disco {
	color: #FF00D1;
	margin-bottom: 90px;
	margin-left:  50px;
}

.music {
	margin: 90px auto;
}


/* socials */

.socials-sec {
	color:  #FF00D1;
	margin-left: 50px;
}

.socia-media {
	margin: 90px auto;
}

/* stalk them */

.contain-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70%;
	padding-top: 5%;
}

.stalk-them {
	display: flex;
	width: 90%;
	height: auto;
	justify-content: center;
	align-items: center;
}

.stalk-them .links img {
	width: 9%;
	height: auto;
	margin: 5px;
}


.suzu, .mizyu, .kannon, .rinn {
	width: 25%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	gap: 5%;
}


.links {
	text-align: center;
	margin: 10% 0;
}

.contain-socials .stalk-them .socials-left .links img {
	width: 15%;
	height: auto;
	padding-right: 10px;
}

.contain-socials .stalk-them .socials-right .links img {
	width: 15%;
	height: auto;
	padding-right: 10px;
}

.stalk-them .picture-social img {
	height: auto;
	width: 250px;
	border-radius: 130px;
}

.picture-social {
	display: flex;
	align-items: center;
	justify-content: center;
}



/* links */

.nav .navitwo a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #2D3CAF;
}

.nav .navitwo a:hover {
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	transition: transform 0.5s;
	color: #FFD600;
}



.nav .navitwo a:active {
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	transition: transform 0.5s;
	color: #FFD600;
}

.contain-socials .stalk-them .links a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	color: #FFCE00;
}

.contain-socials .stalk-them .links a:hover {
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	color: #FFCE00;
}

.contain-socials .stalk-them .links a:active {
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	color: #FFCE00;
}

.contain-socials .stalk-them .links a:visited {
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	color: #FFCE00;
}

/*contact*/

.cotact-contain {
	display: flex;
	width: 100%;
	height: auto;
	margin: 4% 0;
}

.contact-us {
	width: 50%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	gap: 5%;
	margin-left: 50px;
	color: #FF00D1;
}

.form-right {
	width: 50%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	gap: 5%;
	margin-right: 50px;
}

.form-right .mb-3 button {
	background-color: white;
	width: 100%;
	color: black;
}

.dropdown-menu {
	width: 100%;
}

.links p {
	margin: 0;
}

.form-right, .form-text {
	color: #EEEDED;
}

.cotact-contain .form-right .submit {
	background: #FF8FEB;
	border: none;
	color: #24287C;
}


/*footer*/

footer {
	width: 100%;
	height: auto;
	background: #FF00D1;
}

.contain-footer {
	width: 50%;
	height: auto;
	margin: 0 25%;
	padding:  4% 0;
}

.left-footer {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.right-footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}

.contain-footer .right-footer img {
	height: 30px;
	width: auto;
	padding: 0 3px;
}

.contain-footer .right-footer a:hover img {
	border-bottom: solid 1px #24287C;
}

/* dics corousel */

.disc-contain {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
}

.disc-contain img {
	width: 80%;
	height: auto;
	display: block;
}

.row-left {
	width: 30%;
	height: auto;
	padding: 1%;
	box-sizing: border-box;
}

.row-middle {
	width: 30%;
	height: auto;
	padding: 1%;
	box-sizing: border-box;
}

.row-right {
	width: 30%;
	height: auto;
	padding: 1%;
	box-sizing: border-box;
}

.row-left, .row-middle, .row-right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dic-stuff .carousel-control-next {
	margin-right: 0;
}

.dic-stuff .carousel-control-prev {
	margin-left: 0;
}


.imagee {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.imagee img {
	border-radius: 20px;
}

.imagein{
	display: block;
	width: 30%;
	height: auto;
}

.image-overlay{
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s;
	font-weight: bold;
	font-size: 120%;
	color: #FF50C9;
	border-radius: 20px;
}

.image-overlay--blur{
	backdrop-filter: blur(2px);
}

.image-overlay:hover {
	opacity: 1;
}

.image-overlay > * {
	transform: translateY(20px);
	transition: transform 0.25s;
}

.image-overlay:hover > * {
	transform: translateY(0);
}

.disc-contain a {
	text-decoration: none;
	color: #FF50C9;
}

.disc-contain a:hover {
	text-decoration: underline;
}


/* small carousel*/

.w-100 {
	width: 50%!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-100 {
	margin: 0 25%;
}

.small{
	display: none;
}

.small .carousel-control-prev {
	margin-left: 0;
}

.small .carousel-control-next {
	margin-right: 0;
}

.small-img{
	width: 50%;
	height: auto;
	margin: 0 25%;
	border-radius: 15px;
}

.small .carousel-indicators button {
	width: 10px;
}

/* marquee*/

.logo-slide img {
	height: 9vh;
	width: auto;
	margin: 0 25px;
}

.logo-slide-two img {
	height: 7vh;
	width: auto;
	margin: 0 25px;
}

.logos{
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box;
	background: #FF00D1;
	white-space: nowrap;
	position: relative;
}

/*.logos::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), #FF00D1);
	content: "";
	z-index: 2;
}

.logos::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #FF00D1);
	content: "";
	z-index: 2;
}*/

.logo-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
}

.logo-slide-two {
	display: inline-block;
	animation: 35s slide-two infinite linear;
}

@keyframes slide-two {
	from{
		transform: translateX(-100%)
	}
	to{transform: translateX(0)}
}

@keyframes slide {
	from{
		transform: translateX(0)
	}
	to{transform: translateX(-100%)}
}

	/* music */

@media only screen and (max-width: 900px) {
	.small {
		display: initial;
	}
	
	.dic-stuff {
		display: none;
	}
	
	.disco {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:640px) and (min-width:10px) {
	
	/*landing pg */
	.landing-page h1 {
	font-size: 4em;
}
	
	.logo-slide img {
		height: 6vh;
		width: auto;
		margin: 0 25px;
	}
	
	.logo-slide-two img {
		height: 4vh;
		width: auto;
		margin: 0 25px;
	}
	
	/* origin */
	
	.container-for-origin {
	width: 100%;
		height: auto;
	display: block;
	}
	
	.desc {
		margin: 0 10%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1em;
	}
	
	.oneday {
		font-size: 1em;
		margin: 10%;
		
	}
	
	.their-origin-story {
		display: block;
		text-align: center;
		margin-left: 0;
		margin-top: 10%;
	}
	
	.their, .origin {
		margin: 0;
	}
	
	.socks-img {
		margin: 0;
		top: auto;
		right: auto;
		bottom: auto;
		width: 50%;
		height: auto;
	}
	
	.contain-sock {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 100%;
		min-height: 300px;
		width: 100%;
		height: auto;
	}
	
	/* id*/
	
	.bio-id {
		margin: 0;
	}
	
	.origin {
		font-size: 3em;
	}
	
	.their {
		font-size: 2em;
	}
	
	.student-id {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
	.bio {
		height: 550px;
		width: 90vw;
	}
	
	.img-logo {
		margin-left: 0;
		width: 90%;
		height: auto;
	}
	
	.school-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.seishun h2 {
		font-size: 1em;
	}
	
	.seishun {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.contain-bio-info {
		display: block;
	}
	
	.id-pic {
		margin: 0;
	}
	
	.suzuka {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.contain-bio-info {
		padding: 0;
		margin: 0;
	}
	
	.title-bio {
		height: 15%;
		margin: 0 20px;
	}
	
	.id-pic{
		height: 220px;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	.suzuka-info{
		margin: 0;
		padding: 0;
	}
	
	.info-abt-suzuka {
		margin: 0;
		text-align: center;
	}
	
	.info-abt-suzuka p {
		margin-bottom: 0.2em;
		font-size: 0.9em;
	}
	
	.barcode {
		padding: 0;
		margin: 0;
		width: 90%;
		height: auto;
	}
	
	.the-bar {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
	
	.student-id-button img {
		width: 80px;
		height: auto;
	}
	
	.student-id-button .carousel-control-next {
		margin-right: 6%;
	}
	.student-id-button .carousel-control-prev {
		margin-left: 5%;
	}
	
	/*.student-id-button {
		display: none;
	}*/
	
	/* gallery*/
	
	.gallery {
		margin-top: 70px;
		margin-bottom: 40px;
		display: block;
	}
	
	.contain-papa {
		min-height: auto;
		min-width: 100%;
		text-align: center;
	}
	
	.pictures-in-gallery {
		padding: 0;
	}
	
	.papa-title {
		margin: 0;
	}
	
	.gallery .pictures-in-gallery .image img{
	filter: none;
	transition: none;
}
	
	/*disco*/
	
	.music {
		margin: 20px 0;
	}
	
	.disco {
		margin: 0;
		text-align: center;
	}
	
	.small #carouselExampleIndicators {
		margin: 40px 0 ;
	}
	
	.socials-sec {
		margin: 0;
		text-align: center;
	}
	
	/*socials*/
	.stalk-them {
		display: block;
	}
	
	.suzu, .kannon, .rinn, .mizyu {
		width: 100%;
		height:auto; 
		display: block;
	}
	
	.stalk-them .picture-social img {
		width: 200px;
		height: auto;
		border-radius: 130px;
	}
	
	.links p {
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
	
	.links {
		margin: 5%;
	}
	
	/*contacts*/
	
	.cotact-contain {
		display: block;
		margin-bottom: 30px;
	}
	
	.contact-us {
		margin: 0;
		text-align: center;
		width: 100%;
		height: auto;
	}
	
	.form-right {
		width: 90%;
		margin: 0 5%;
	}
	
	/*footer*/
	
	.contain-footer .right-footer img {
		width: 15%;
		height: auto;
	}
	
	.contain-footer .left-footer img {
		width: 50%;
		height: auto;
	}
}

/* quires*/

@media only screen and (max-width:1024px) and (min-device-width : 641px) {
	.contain-sock{
		min-width: 30%;
		min-height: auto;
	}
	
	.contain-sock img {
		width: 100%;
		height: auto;
		margin: 0;
		top: 5%;
		right: 20%;
	}
	
	.container-for-origin {
		height: auto;
		width: 100%;
	}
	
	/* bio */
	
	.bio {
		width: 80%;
		height: auto;
	}
	
	.bio-id .student-id-button img {
		width: 70%;
		height: auto;
	}
	
	.student-id-button .carousel-control-next {
		margin-right: 4%;
	}
	
	.student-id-button .carousel-control-prev {
		margin-left: 4%;
	}
	
	
	/* gallery*/
	
	.gallery {
		display: block;
	}
	
	.contain-papa {
		min-width: 100%;
		min-height: auto;
	}
	
	.suzuka {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.suzuka img {
		margin: 0;
		padding: 0;
	}
	
		.gallery .pictures-in-gallery .image img{
	filter: none;
	transition: none;
}
	
	
	.disco {
		margin-bottom: 10%;
	}
	
	/* stalk them */
	
	.stalk-them {
		display: block;
	}
	
	.suzu, .kannon, .mizyu, .rinn {
		width: 100%;
		height: auto;
		display: flex;
	}
	
	.picture-social {
		height: auto;
		width: 50%;
		box-sizing: border-box;
		padding: 3%;
	}
	
	.links {
		width: 50%;
		height: auto;
		box-sizing: border-box;
		padding: 3%;
		margin: 150px 0;
	}

	/* contact*/
	
	.cotact-contain {
		display: block;
	}
	
	.form-right {
		width: 90%;
		margin: 0 5%;
	}
}

















