@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kolker+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

h1,h2{
	font-family: "Kolker Brush", serif;
	font-size: 7rem;
	text-align: center;
	
}

h3, p{
	font-family: "Kodchasan", serif;
	line-height: 32px;
}
a{
	font-family: "Kodchasan", serif;
}

*{
	transition: 200ms;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

body{
	
}

section{
	overflow: hidden;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}
/*************************************************Navigation**********************************/

nav{
	margin-top: 20px;
	width: 100%;
	position: fixed;
	z-index: 1;
}

nav ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav li{
	width: 70px;
	height: 70px;
	background-color: #C4CAE0;
	margin-left: 40px;
	border-radius: 300px;
}

nav li a img{
	width: 60px;
	transform: translateX(-70px);
	position: absolute;
}

nav li a{
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	padding: 0px 70px;
	font-size: 25px;
}

.textnone{
	
	display: none;
	
}

nav li:hover{
	color: black;
	background-color: #fff;
	width: 200px;
	
}
nav li:hover .textnone{
	
	display: block;
	
}
/*************************************************music**********************************/
.music{
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right:50px;
}
.music img{
	width: 100px;
}
/*************************************************Home**********************************/

#home{
	background-image: url("../img/robingif.gif");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#home img{
	width: 100%;
}

#home h3{
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
}

/*************************************************About**********************************/

#about{
	height: 240vh;
	background-color: #1A0B04;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#about .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#about .feather{
 	position: absolute;
	width: 900px;
	opacity: .5;
}


#about article{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#about .container .robin img{
	width: 60%;
	box-shadow: 0px 0px 29px 15px rgba(175, 108, 242, .3);
	position: relative;
	animation: upndown 4s ease-in-out infinite alternate;
}

@keyframes upndown{
	0%{
		top: 15px;
	}
	
	100%{
		top: -10px;
	}
}

#about .container .robin h1{
	font-size: 7rem;
	color: white;
}

#about .container .robin p{
	color: #fff;
	margin-left: 58px;
}

#about .container .history p{
	color: #fff;
	margin-right: 78px;
}


#about .container .history img{
	width: 410px;
	border-radius: 35px;
}

#about .container .history h1{
	font-size: 7rem;
	color: white;
}

#about .container .sunday img{
	width: 1205px;
	margin-left: -550px;
}

#about .container .sunday h1{
	font-size: 7rem;
	color: white;
}

#about .container .sunday p{
	color: white;
}

/*************************************************album**********************************/

#album{
	max-width: 100%;
	height: 110vh;
	background-color: #272355;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#album .container{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#album .container article{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#album .container article img{
	width: 90%;
	transform: translateX(-500px);
}

#album .container .left div{
	margin-left: -200px;
}

#album .left div h1{
	font-size: 7rem;
	color:white;
	line-height: 60px;
	margin-bottom: 50px;
}

#album .left div a{
	text-align: center;
	display: block;
	font-size: 25px;
	text-decoration: none;
	background-color: #6560A5;
	color: white;
	padding: 40px 80px;
	border-radius: 19px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0, .4);
}

#album article a:hover{
	color: black;
	background-color: white;
}
/*************************************************social**********************************/

#social{
	height: 60vh;
	background-color: #000;
	align-content: center;
}

#social .container{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 200px;
}

#social article{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
}

#social .container a{
	text-decoration: none;
	color: #C4CAE0;
	font-size: 26px;
}
#social .container a:hover{
	color: #fff;
}

#social article h1{
	color: #fff;
	
}

#social form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}


#social form input{
	background-color: #fff;
	color: #000;
	font-size: 20px;
	padding: 25px;
	border-radius: 15px 15px 0px 0px;
	border: 0;
}
#social aside input{
	background-color: #C4CAE0;
	color: #000;
	font-size: 21px;
	padding: 25px 100px;
	border-radius: 0px 0px 15px 15px;
	border: 0;
}

#social aside input:hover{
	background-color: #fff;
	color: #000;
}

#social p {
	color: white;
	text-align: center;
	padding-top: 100px; 
}


@media (max-width: 1920px){
	
#about{
	height: 380vh;
}
	
#album{
	height: 110vh;
}

#album .container{

}

#album article{

}

#album article img{
	width: 100%;
	transform: translateX(-100px);
}

#album article h1{
	font-size: 7rem;
	color:white;
	line-height: 60px;
	margin-bottom: 50px;
}

#album article a{
	text-align: center;
	display: block;
	font-size: 25px;
	text-decoration: none;
	background-color: #6560A5;
	color: white;
	padding: 40px 80px;
	border-radius: 19px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0, .4);
}

#album article a:hover{
	color: black;
	background-color: white;
}
}
@media (max-width: 431px){
p{
	font-size: 15px;
	line-height: 28px;
	}
	
.container{
	max-width: 350px;
	margin: 0 auto;
}
	
nav li{
	width: 50px;
	height: 50px;
	background-color: #C4CAE0;
	margin-left: 20px;
	border-radius: 300px;
}

nav li a img{
	width: 50px;
	transform: translateX(-50px);
	position: absolute;
}

nav li a{
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0px 50px;
	font-size: 14px;
}
	
nav li:hover{
	color: black;
	background-color: #fff;
	width: 130px;
}
	
.music{
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 30px;
}
.music img{
	width: 70px;
}
	
#home{
	background-image: url("../img/robingif.gif");
	background-position: center;
	height: 120vh;
	background-color: #000
}

#home img{
	width: 500px;
	padding-bottom: 30px;
}

#home h3{
	text-align: center;
	line-height: 32px;
	font-size: 1.3rem;
	color: #fff;
}
	
#about{
	height: 440vh;
	background-color: #1A0B04;
	overflow: hidden;
}

#about .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#about .feather{
	display: none;
 	position: relative;
	width: 600px;
}


#about article{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	margin-top: 50px;
}

#about article:first-child{
	margin-top: 100px;
}

#about .container .robin img{
	width: 250px;
	box-shadow: 0px 0px 29px 15px rgba(175, 108, 242, .3);
	position: relative;
	animation: upndown 4s ease-in-out infinite alternate;
}	
	
#about .container .robin h1{
	font-size: 7rem;
	color: #fff;
}

#about .container .robin p{
	color: #fff;
	margin-left: 0px;
}

#about .container .history p{
	color: #fff;
	margin-right: 0px;
}


#about .container .history img{
	width: 280px;
	border-radius: 15px;
	margin: 40px 0; 
}

#about .container .history h1{
	font-size: 7rem;
	color: white;
}

#about .container .sunday img{
	width: 605px;
	margin-left: 0px;
}

#about .container .sunday h1{
	font-size: 7rem;
	color: #fff;
}

#about .container .sunday p{
	color: #fff;
	padding: 0px 130px;
}
	
#album{
	height: 105vh;
	background-color: #272355;
	overflow: hidden;
}

#album .container{
	flex-direction: column;
}

#album article{
	gap: 15px;
}

#album article img{
	transform: translateX(100px);
	width: 600px;
}

#album article h1{
	font-size: 6rem;
	color: #fff;
	line-height: 60px;
	margin-bottom: 30px;
}

#album article a{
	text-align: center;
	display: block;
	font-size: 19px;
	text-decoration: none;
	background-color: #6560A5;
	color: #fff;
	padding: 30px 70px;
	border-radius: 19px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0, .4);
}

#album article a:hover{
	color: #000;
	background-color: #fff;
}
	
#social{
	height: 100vh;
}

#social article h1{
	font-size: 5rem;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px;
}
	
#social .container{
	flex-direction: column;
	gap: 70px;
}

#social form input{
	background-color: #fff;
	color: #000;
	font-size: 19px;
	padding: 20px;
	border-radius: 15px 15px 0px 0px;
	border: 0;
}
#social aside input{
	background-color: #C4CAE0;
	color: #000;
	font-size: 19px;
	padding: 20px 94px;
	border-radius: 0px 0px 15px 15px;
	border: 0;
}
	
}

