*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	position: relative;
}
.zoi_img img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	
}

img{
	max-width: 100%;
	display: block;
}
.wrapper{
	width: calc(100% - 260px);
}

header{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-left: 120px;
	padding-top: 30px;
}
.zoi_container{
	position: absolute;
	top:0;
	width: 100%;
}
.zoi_content{
	position: absolute;
	top: 30%;
	left: 120px;
	width: 570px;
}
.zoi_content .peak{
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	font-family: "Acme Gothic Light";
	padding-right: 160px;
}
.zoi_content h1{
	font-size: 72px;
	line-height: 80px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 32px 0;
	font-family: "Acme Gothic";
}

.ft_para{
	display: flex;
	align-items: center;
	gap: 21px;
}
.para_first .first_para{
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	color: #FFF;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	font-family: "Acme Gothic";
}
.para_first .second_para{
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	color: #FFF;
	font-family: "Acme Gothic";
}

.ft_para .para_img{
 width: 54px;
 height: 54px;
 background-color: #835D47;
 border-radius: 27px;
 display: flex;
 justify-content: center;
 align-items: center;

}

.ft_container{
	display: flex;
    flex-direction: column;
    gap: 8px;
}

