@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;
}
.scroll{
	font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	color: #c1272d;
	transform: rotate(90deg);
	position: fixed;
	right: 0;
	top: 50%;
	transition: 0.5s;
	z-index: -1;
}

.scroll::after{
	content: '';
	display: block;
	background: #c1272d;
	height: 1px;
	width: 80px;
	position: absolute;
	bottom: 45%;
	left: 180%;
	animation: scroll_line 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scroll_line{
	0%{
		transform-origin: left;
		transform: scaleX(0);
	}
	50%{
		transform-origin: left;
		transform: scaleX(1);
	}
	51%{
		transform-origin: right;
		transform: scaleX(1);
	}
		100%{
		transform-origin: right;
		transform: scaleX(0);
}
}
.main_top{
	max-width: 1440px;
	height: 770px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.main_top h1{
	font-family: kawoszeh;
	font-weight: 100;
	font-size: 5.625rem;
	line-height: 1.2;
	margin-left: 20%;
	z-index: -1;
}
.container{
		position: absolute;
	top: 40%;
	right: 20%;
	z-index: -1;
}
#text{
color: #c1272d;
	animation: animate 10s infinite linear;
}
@keyframes animate{
	0%
	{
		transform: rotate(0deg);
	}
		100%
	{
		transform: rotate(360deg);
	}
}
.position{
	position: relative;
}
.two_circle{
	position: absolute;
	top: 65%;
	right: 25%;
	transform: translate(-25%,-65%);
}
.circle{
		margin: 0 auto;
	width: 30px;
	height: 30px;
	border: 1px solid #c1272d;
	border-radius: 50%;
		position: relative;
}
.circle:nth-child(1){
left: 50px;
	animation: slideright 3.5s ease-out forwards infinite;
}
@keyframes slideright{
	0%{
		transform: translatex(0);
	}
	25%{
		transform: translateX(-50px);
	}
	50%{
		transform: translateX(0);
	}
	75%{
		transform: translateX(-50px);
	}
}
.circle:nth-child(2){

	top: -30px;
	animation: slideleft 3.5s ease-out forwards infinite;
}
@keyframes slideleft{
	0%{
		transform: translatex(0);
	}
	25%{
		transform: translateX(50px);
	}
	50%{
		transform: translateX(0);
	}
		75%{
		transform: translateX(50px);
	}
}
.inner{
	max-width: 1000px;
}
.selected_works{
	margin: 0 auto;
	padding: 0 50px;
}
.selected_works p{
	font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}

.selected_works .line{
	margin: 20px 0 95px 0;
		height: 1px;
	max-width: 1000px;
	background: rgba(0,0,0,1);
}
.section_1{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.section_1 a{
	height: 100%;
text-decoration: none;
	color: rgba(0,0,0,1);
	
}
.h3_style{
		font-size: 4rem;
	font-family: kawoszeh;
	font-weight: 400;
	line-height: 1.2;
	
}
.section_1 a h3{
	width: 347px;
}
.text_flex{
	position: relative;
}
.small_arrow{
	position: relative;
	top: -14px;
	left: 9rem;
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	
}
.small_arrow::after, .small_arrow::before{
	content: '';
	position: absolute;
	right:0;
	width: 8px;
	height: 2px;
	background: #000;
	
}
.small_arrow::after{
	top: -3px;
	transform: rotate(45deg);
}
.small_arrow::before{
	top: 3px;
	transform: rotate(-45deg);
}
.arrow{
	position: relative;
	top: -25px;
	left: 12rem;
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg);
}
.arrow::after, .arrow::before{
  content: '';
position: absolute;
  width: 12.5px;
  height: 2px;
	right: -3px;
  background-color: #000;
}
.arrow::after {
  top: -4px;
  transform: rotate(45deg);
}

.arrow::before {
 top: 3px;
  transform: rotate(-45deg);
}

.p_style{
		font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: #9b9b9b;
	margin-top: 25px;
}
.section_1 img{
	width: 333px;
	  position: absolute;
	right: 0;
 cursor: none;
  transition: 650ms ease;
}
/*------------img hover affact-----------*/
.img-01 {
    z-index: 2;
  }
  .img-02 {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    filter: blur(100px);
  }
.img-01:hover {
  opacity: 0;
}
.img-01:hover ~ .img-02 {
    opacity: 1;
    filter: blur(0);
}
.selected_works .line_2{
	margin: 95px 0;
	height: 1px;
	max-width: 1000px;
	background: rgba(0,0,0,1);
}
.section_2{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.section_2 a{
	height: 100%;
text-decoration: none;
	color: rgba(0,0,0,1);
}
.section_2 img{
	width: 418px;
	  position: absolute;
	right: 0;
 cursor: none;
  transition: 650ms ease;
}

.section_2 .arrow{
	left: 18.5rem;
}
.section_3{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.section_3 a{
	height: 100%;
text-decoration: none;
	color: rgba(0,0,0,1);
}
.section_3 img{
	width: 347px;
	  position: absolute;
	right: 0;
 cursor: none;
  transition: 650ms ease;
}
.section_3 .arrow{
	left: 14rem;
}
.selected_works .line_3{
		margin: 95px 0 20px 0;
		height: 1px;
		max-width: 1000px;
	background: rgba(0,0,0,1);
}
.selected_works .see_all{
	display: flex;
	justify-content: flex-end;
}
.selected_works .see_all a{
	text-decoration: none;
	color: rgba(0,0,0,1);
	position: relative;
}
.selected_works .see_all a::before{
	content: '';
	display: block;
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}
.selected_works .see_all a:hover::before{
	animation: hover_line 0.25s ease-in ;
}
@keyframes hover_line {
  0% 
	{ transform: scaleX(0); }
 100%
	{ transform: scaleX(1); }
}
#about{
	margin: 260px auto 150px;
	padding: 0 50px;
}
#about h1{
		font-family: kawoszeh;
	font-weight: 100;
	font-size: 5.625rem;
	line-height: 1.2;
}
#about .introduce_box{
	height: 100%;
	margin-top: 73px;
	display: flex;
	justify-content: space-between;
}
#about .introduce_box img{
	height: 547px;
	margin-right: 45px;
}
#about .text_box{
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
#about .text_box p{
	
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 180px;
}
#about .text_box a{
	text-decoration: none;
	color: #c1272d;	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	width: 90px;
	text-align: center;
	position: relative;
}
#about .text_box a .stroke_hover{
	width: 180px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}
#about .text_box a .stroke_hover path{
	stroke-dasharray:1400;
	stroke-dashoffset:1400;
}
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 (max-width:850px){
	.main_top h1{
		margin-left: 10%;
	}
	.section_1 img{
		width: 266px;
	}
	.section_2 img{
width: 334.5px;
	}
	.section_3 img{
		width: 278px;
	}
	#about{
	margin: 160px auto 150px;
}
	#about .introduce_box{
		position: relative;
	}
#about .introduce_box img{
	height: 437px;
	max-width: 350px; 
}
	#about .text_box a{
		position: absolute;
		top: 570px;
		left: 50%;
		transform: translate(-50% , 0);
	}
	
}
@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: 20;
	}
	.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;
	}
	.main_top {
		margin-bottom: 300px;
	}
	.container{
	top: unset;
	right: 50%;
		bottom: -35%;
		transform: translate(-50% , 0);
}
	

	.selected_works .p_style{
		font-size: 1rem;
	}
	.selected_works .line{
		margin: 20px 0 60px 0;
	}
	.h3_style{
		font-size: 2rem;
	}
	.arrow{
		top: -17px;
		left: 6rem;
	}
	.p_style{
		margin-top: 17px;
	}
	.section_1 a h3{
		width: 174px;
	}
		.section_1 img{
		width: 166.5px;
	}
	.selected_works .line_2{
	margin: 60px 0;
	}
	.section_2 .arrow{
	left: 9rem;
}
	.section_2 img{
width: 209px;
	}
	.section_3 .arrow{
	left: 7rem;
}
	.section_3 img{
		width: 174px;
	}
	.selected_works .line_3{
		margin: 60px 0 20px 0;
}
	#about .introduce_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#about .introduce_box img{
		margin-right: 0;
	}
	#about .text_box P{
		margin: 80px 0 150px 0;
	}
	#about .text_box a{
		position: static;
		transform: none;
	}
	#about .text_box a .stroke_hover{
	top: 99%;
}
}
@media (max-width:480px){
	.scroll{
		font-size: 1rem;
	}
	.main_top{
		align-items: flex-start;
	}
	.main_top h1{
		margin-top: 10%;
	}
	 	.container{
	top: unset;
	right: 50%;
		bottom: -40%;
		transform: translate(-50% , 0);
}
	.selected_works p{
		font-size: 1rem;
	}
	.small_arrow{
		left: 7rem;
		top: -12px;
		width: 13px;
	}
	.h3_style{
		margin-top: 25px;
		font-size: 1.5rem;
	}
	.p_style{
		margin-top: 0;
	}
	.arrow{
	top: -13px;
	left: 4.5rem;
	width: 20px;
}
	.section_1{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_1 img{
		width: 100%;
			position: static;
		transition: none;
	}
	.img-02{
		display: none;
	}
	.img-01:hover {
  opacity: 1;
}
		.section_2{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_2 img{
		width: 100%;
					position: static;
		transition: none;
	}
	.section_2 .arrow{
		left: 7rem;
	}
		.section_3{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_3 img{
		width: 100%;
			position: static;
		transition: none;
	}
	.section_3 .arrow{
		left: 5.5rem;
	}
	.selected_works .line{
		margin: 10px 0 40px 0;
	}
	.selected_works .line_2{
	margin: 40px 0;
	}
		.selected_works .line_3{
		margin: 40px 0 10px 0;
}
	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;
	}
}