@charset "UTF-8";
@font-face{
	font-family: 'kawoszeh';
	src: url("../../font/kawoszeh.otf");
	font-style: normal;
	font-weight: 100;
}
html{
	scroll-behavior: smooth;
}
body{
	background: #f3f3f3;
}
button {
  outline: none;
}
.wrap{
	max-width: 1600px;
	margin: 0 auto;
}
header{
	max-width: 1600px;
	height: 140px;
	padding: 20px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
header h1{
	height: 100px;
	width: 100px;
	background: url("../img/faith_wang_logo.svg")no-repeat center center/contain;
}
header h1 a{
	display: block;
	width: 100%;
	height: 100%;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}



header .hd_nav{
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
}
header .hd_nav li a{
	text-decoration: none;
	color: rgba(0,0,0,1);
	font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	position: relative;
}
header .hd_nav li a::before{
	content: "";
	height: 1px;
	width: 0;
	background: rgba(0,0,0,1);
	position: absolute;
		bottom: -3px;
	left: 50%;
	transition: 0.5s;
}
header .hd_nav li:not(:last-child) a:hover::before{
		width: 100%;
	left: 0;
}
header .hd_nav li:not(:last-child){
	margin-right: 6.25rem;
}
header .hd_nav li:last-child a{
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/instagram.svg")no-repeat center center/contain;
}

footer{
	margin: 0 10%;
	height: 86px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer small{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: #9b9b9b;
}
footer ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer ul li a{
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	text-decoration: none;
	color: #9b9b9b;
	font-size: 13px;
}
footer ul li:first-child{
	margin-right: 60px;
		display: block;
	width: 20px;
	height: 20px;
	background: url("../img/instagram_gray.svg")no-repeat center center/contain;
}


/*---------------break points--------------*/

@media (min-width:768px){
	.hamburger{
		display: none;
	}
	.hamburger_menu{
	display: none;
	}
}

@media (max-width:767px){
	header .hd_nav{
		display: none;
	}

	.hamburger {
  fill: none;
  stroke: black;
  stroke-width: 4px;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger1 {
  stroke-dasharray: 60 207;
  stroke-width: 4px;
}
.hamburger2 {
  stroke-dasharray: 60 60;
  stroke-width: 4px;
}
.hamburger3 {
  stroke-dasharray: 60 207;
  stroke-width: 4px;
}

.opened .hamburger1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4px;
}
.opened .hamburger2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4px;
}
.opened .hamburger3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4px;
}
	.hamburger_menu .hamburger_nav{
		display: none;
	}
.hamburger_menu .hamburger_nav{
		display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	}
	.opened .hamburger_menu{
	visibility: visible;
		z-index: 3;
	}
	.opened .hamburger_menu > div{
		transform: scale(1);
		transition-duration: var(0.75s)
	}
	.opened .hamburger_menu > div >div{
		opacity: 1;
		transform: opacity 0.4s ease;
	}
.hamburger_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility:hidden;
display:flex;
		justify-content: center;
		align-items: center;
	}
.hamburger_menu > div{
		background: rgba(0,0,0,0.9);
		border-radius: 20%;
		width: 200vw;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: scale(0);
		transition: all 0.4s ease;
	}
.hamburger_menu > div >div{
		text-align: center;
		max-width: 90vw;
		max-height: 100vh;
	opacity: 0;
		transition: opacity 0.4s ease;
	}
.hamburger_menu > div >div ul li a{
	position: relative;
		color: #fff;
		text-decoration: none;
		font-family: kawoszeh;
	font-weight: 100;
	font-size: 4rem;
		transition: color 0.4s ease;
	}
		.hamburger_menu > div >div ul li:not(:last-child) a::before{
		content: '';
		display: block;
		width:0px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 60%;
		left: 60%;
		transform: translate(-60%, -60%);
			transition: 0.4s;

}
	.hamburger_menu > div >div ul li:not(:last-child) a:hover::before{
		content: '';
		display: block;
		width:200px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 60%;
		left: 60%;
		transform: translate(-60%, -60%);
}
	.hamburger_menu >div >div ul li:last-child a{
		margin-top: 30px;
			display: block;
	width: 20px;
	height: 20px;
	background: url("../img/instagram_gray.svg")no-repeat center center/contain;
	}
	header{
		height: 100px;
	padding: 20px 20px;
	}
	header h1{
		width: 60px;
		height: 60px;
	}
}
@media (max-width:480px){
	footer{
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	footer ul{
		padding: 0;
		display: flex;;
		flex-direction: column;
		justify-content: center;
	}
footer ul li:first-child{
	margin: 1rem 0;
	}
}