@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Permanent+Marker&display=swap');


*{
	transition: 400ms;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

body{
	height: 100vh;
	margin: 0 auto;
}

section{
	scroll-margin-top: 100px;
}

h1,h2,h3,h4,h5{
		font-family: "Permanent Marker", cursive;
		
}

p{
	font-family: "Noto Sans JP", sans-serif;
}
a, h6{
	font-family: "Do Hyeon", sans-serif;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}
/*************************************************************************************Navigation**************************************************************************************************/

nav{
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color: #000;
}

nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav li{
	height: 90px;
}

nav li a{
	height: 100%;
	text-decoration: none;
	color: white;
	display: flex;
	padding: 0 80px;
	align-items: center;
	font-size: 15px;
}

nav li a:hover{
	color: black;
	background-color: #D4BE6E;
}

li:first-child{
	margin-right: auto;
}

li img:first-child{
	width: 90px;
	margin-left: 50px;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 105vh;
	width: 200px;
	z-index: 999;
	background-color: #181818;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sidebar li{
	width: 100%;
}

.sidebar a{
	width: 100%;
}
.sidebar nav li a img{
	width: 10px;
}

.burger{
	display: none;
}

/*************************************************************************************Home**************************************************************************************************/

#home{
	height: 160vh;
	overflow: hidden;
	margin: 0 auto;
	
}

#home .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home .composition{
	display: flex;
	align-items: center;
	justify-content: center;
}

#home h1{
	font-size: 194px;
	text-align: center;
	margin: 100px 0 -70px;
	color: black;
}

#home h2{
	font-size: 300px;
	font-weight: 900;
}

#home .resposive{
	max-width: 75%;
}


/*************************************************************************************History**************************************************************************************************/

#history{
	height: 250vh;
	background-image: url("../Img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	scroll-margin-top: -540px;
	align-items: center;
}

#history .container{
	display: flex;
	align-items: center;
}

#history p, h1{
	color: white;
}


#history h1{
	font-size: 90px;
	margin-bottom: 20px;
	color: #D4BE6E;
}

#history p{
	font-size: 15px;
	line-height: 160%;
	
}

#history img{
	width: 70%;
	margin-left: -150px;
}

#history .colored{
	color: #D4BE6E;
}

/*************************************************************************************Shop**************************************************************************************************/

#shop{
	height: 200vh;
	sroll-margin-top: 200px;
	display: flex;
	justify-content: center;

}

#shop .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#shop .katanas{
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

#shop h1{
	color: black;
	font-size: 90px;
	text-align: center;
	margin-bottom: 50px;
}

#shop a{
	display: block;
	padding: 30px 50px;
	text-decoration: none;
	color: black;
	border: solid 1px;
	width: 200px;
	text-align: center;
	border-radius: 10px;
}

#shop article img{
	width: 300px;
	transform: translateY(-20px);
	/*margin:  auto;*/
}

/**********************************************************************************************/

#shop article .shu img{
	transform: translateY(-30px);
}
#shop article .doji img{
	width: 330px;
	transform: translateY(30px);
}
#shop article .mun img{
	transform: translateY(10px);
}
#shop article .kus img{
	width: 350px;
	transform: translateY(40px);
}
#shop article .tach img{
	transform: translateY(20px);
}
#shop article .mur img{
	transform: translateY(-30px);
}

/****************************************************************************************************/

#shop a:hover{
	color: white;
	background-color: black;
	transform: translateY(-10px);
	border: solid 0px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0, .4);
}

#shop article a:hover{
	color: black;
	background-color: #D4BE6E;
	transform: translateY(0px);
}

#shop article p{
	font-size: 15px;
	margin: 0px 10px 15px 10px;
	text-align: center;
}

#shop article{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 500px;
	width: 300px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 40px;
	box-shadow: 0px 10px 20px 2px rgba(0,0,0, .6);
}

#shop article a{
	display: block;
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 20px 0 30;
	text-align: center;
	align-items: center;
	width: 100%;
	border: none;
}

#shop h3{
	text-align: center;
	margin-bottom: 15px;
	font-size: 50px;
}

/*************************************************************************************types of katana**************************************************************************************************/

#types{
	height:121vh;
	background-image: url("../Img/samurai.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	scroll-margin-top: -20px;
	display: flex;
	justify-content: center;
	
}

#types .container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 200px 0 800px
}

#types h1{
	color: #D4BE6E;
	font-size: 90px;
	margin-bottom: 20px;
}

#types p {
	color: white;
	font-size: 15px;
	line-height: 160%;
}

/*************************************************************************************Contact**************************************************************************************************/

#contact{
	background-color: black;
	height: 80vh;
}

#contact .container{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 70px;
}

#contact h1{
	padding: 30px 0 70px;
	text-align: center;
	font-size: 100px;
}

#contact h2{
	color: white;
	font-size: 50px;
	margin-bottom: 30px;
}

#contact h3{
	color: white;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

#contact h6{
	color: white;
	font-size: 13px;
	text-align: center;
}

#contact a{
	text-decoration: none;
	color: grey;
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}

#contact a:hover{
	color: white;
}

#contact .social{
	display: flex;
	flex-direction: column;
}

#contact form h5{
	color: white;
}

#contact 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;
}

#contact form .line{
	display: flex;
	margin-top: 30px;
}


#contact form input{
	background-color: #ffffff;
	color: black;
	font-size: 20px;
	padding: 20px 19px 20px 10px;
	margin-bottom: 10px;
	border-radius: 5px 0px 0px 5px;
	border: 0px;
}
#contact aside input{
	background-color: #D4BE6E;
	color: black;
	font-size: 15px;
	font-family: "Do Hyeon", sans-serif;
	padding: 25px 40px;
	border-radius: 0px 5px 5px 0px;
	border: 0;
	
}

#contact aside input:hover{
	background-color: #fff;
	color: black;
}

#contact h6{
	padding-top: 130px;
}




/**************************************************************Responsive**********************************************************************/
@media (max-width: 391px){
	
.hideOnMobile{
		display: none;
	}
	
.burger{
	width: 23%;
	height: 38px;
	display: block;
	}

	
li img:first-child{
	width: 70px;
	margin-left: 40px;
	margin-top: 0px;
}
	
nav li{
	height: 70px;
	color: white;
}
	
nav li a{
	height: 100%;
	padding: 0;
	text-decoration: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
	
.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 400px;
	z-index: 999;
	background-color: #000;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.sidebar li{
		margin-top: 30px;
	}
	
.container{
	width: 390px;
	}
	
/*************************************************************************************home*************************************************************************************************/
	
#home{
	height: 100vh;
	overflow: hidden;
}
	
#home .composition{
	flex-direction: column;
}
	
#home h1{
	font-size: 70px;
	text-align: center;
	margin: 100px 0 40px;
	color: black;
}

#home h2{
	font-size: 100px;
	font-weight: 900;
}

#home img{
	width: 100%;
	margin: 0px -60px;
}
	
/*************************************************************************************History**************************************************************************************************/
	
#history{
	height: 170vh;
	scroll-margin-top: -140px;
	}
	
#history .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 20px;
}

#history h1{
	font-size: 80px;
	margin-bottom: 20px;
}

#history img{
	width: 100%;
	transform: translateX(50px)
}
	
/*************************************************************************************Shop**************************************************************************************************/
	
#shop{
	height: 460vh;
	margin-bottom: 100px;
}
	
#shop .katanas{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
	
/*************************************************************************************types of katana**************************************************************************************************/

#types{
	height:131vh;
	margin-top: 140px;
	background-image: url( "../Img/responsive.jpg");
	background-size: cover;
	scroll-margin-top: -20px;
}

#types .container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
}

#types h1{
	font-size: 60px;
	margin-bottom: 20px;
}

/*************************************************************************************Contact**************************************************************************************************/
	
#contact{
	height: 135vh;
	scroll-margin-top: 60px;
}
	
#contact h1{
	text-align: center;
	font-size: 80px;
	padding-top: 70px;
}
	
#contact .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 50px;
	width: 390px;
	overflow: hidden;
}
	
#contact form{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
	
#contact form input{
	background-color: white;
	color: black;
	font-size: 15px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 10px;
	font-family: "Urbanist", sans-serif;
	border-radius: 5px 0px 0px 5px;
	border: 0px;
}
#contact aside input{
	color: black;
	font-size: 15px;
	padding: 20px 30px;
	font-family: "Urbanist", sans-serif;
	border-radius: 0px 5px 5px 0px;
	border: 0;
	background-color: #D4BE6E;
}
#contact h6{
	padding-top: 90px;
}
}