body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	background-color: #fff;
}

html body {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 10px 0;
}

h1 {
	margin-top: 0;
	font-family: 'pastiregular', sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	letter-spacing: 5.4px;
	color: #ffffff;
}

@media all and (max-width: 960px) {
	h1 {
		font-size: 40px;
		line-height: 45px;
	}
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'pastiregular', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 5.4px;
	color: #1E1C1A;
}

@media all and (max-width: 960px) {
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
}

.subtitle {
	margin-left: -48px;
    margin-bottom: -8px;
	font-family: 'abugetregular', sans-serif;
	font-weight: 400;
	font-size: 100px;
	letter-spacing: 5.4px;
	line-height: 110px;
	color: #D9BF98;
	transform: rotate(-5deg);
}

@media all and (max-width: 1430px) {
	.subtitle {
		margin-left: -25px;
	}
}

@media all and (max-width: 960px) {
	.subtitle {
		margin-left: -35px;
	    margin-bottom: 5px;
		font-size: 70px;
		line-height: 80px;
	}
}

@media all and (max-width: 520px) {
	.subtitle {
		margin-bottom: 0;
	}
}

img {
	display: block;
    max-width: 100%;
    height: auto;
}

.wrapper {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.header {
	position: relative;
	height: 905px;
	padding-left: 20px;
	padding-right: 20px;
}

@media all and (max-width: 960px) {
	.header {
		height: 650px;
	}
}

.header img.background {
	position: absolute;
	top: 0; 
	left: 0; right: 0;
	margin: auto;
	height: 905px;
	object-fit: cover;
	width: 100%;
}

@media all and (max-width: 960px) {
	.header img.background {
		height: 650px;
	}
}

.header .logo {
	padding-top: 60px;
}

@media all and (max-width: 960px) {
	.header .logo {
		margin: 0 auto;
	}
}

.header .d-flex {
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

@media all and (max-width: 960px) {
	.header .d-flex {
		display: flex;
	}
}

.header .d-flex div:first-child {
	width: 50%;
}

.header .d-flex div:nth-child(2) {
	width: 61%;
}

@media all and (max-width: 960px) {
	.header .d-flex div:nth-child(2) {
		width: 100%;
	}
}

.header .main-title {
	margin-left: auto;
	padding-bottom: 50px;
	text-align: center;
}

.header .subtitle {
	margin-left: -525px;
	margin-bottom: -25px;
	font-size: 120px;
	line-height: 120px;
	transform: rotate(-8deg);
}

@media all and (max-width: 960px) {
	.header .subtitle {
		margin-left: -375px;
		font-size: 80px;
		line-height: 120px;
	}
}

@media all and (max-width: 610px) {
	.header .subtitle {
		margin-left: -180px;
	}
}

.container {
	padding: 100px 20px 200px;
}

@media all and (max-width: 1400px) {
	.container {
		padding: 50px 50px 100px;
	}
}

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media all and (max-width: 960px) {
	.d-flex {
		display: block;
	}
}

.d-flex div:first-child {
	width: 50%;
}

@media all and (max-width: 960px) {
	.d-flex div:first-child {
		width: 100%;
	}
}

.d-flex div:nth-child(2) {
	width: 50%;
}

@media all and (max-width: 960px) {
	.d-flex div:nth-child(2) {
		width: 100%;
	}
}

img.detail {
	max-width: unset;
    width: min(50vw - 1rem, 960px - 1rem);
    padding-left: 40px;
}

@media all and (max-width: 960px) {
	img.detail {
		max-width: 100%;
	    width: 100%;
	    padding-left: unset;
	    padding-top: 35px;
	}
}

.footer {
	position: relative;
	padding: 50px 20px 100px;
	font-family: 'pastiregular', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 5.4px;
	color: #fff;
	background-color: #1E1C1A;	
}

@media all and (max-width: 1400px) {
	.footer {
		padding: 50px 50px 100px;
	}
}

@media all and (max-width: 560px) {
	.footer {
		font-size: 16px;
	}
}

.footer::before {
	content: '';
	position: absolute;
	top: -99px; 
	left: 0; right: 0;
	width: 100%;
	height: 100px;
	background-color: #1E1C1A;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.footer .address {
	text-align: right;
}

@media all and (max-width: 1400px) {
	.footer .address {
		padding-right: 50px;
	}
}

@media all and (max-width: 960px) {
	.footer .address {
		padding-top: 50px;
		text-align: left;
	}
}

.footer .d-flex {
	align-items: flex-end;
}

.footer .d-flex div:first-child {
	width: 30%;
}

@media all and (max-width: 960px) {
	.footer .d-flex div:first-child {
		width: 100%;
	}
}

.footer .d-flex div:nth-child(2) {
	width: 70%;
}

@media all and (max-width: 960px) {
	.footer .d-flex div:nth-child(2) {
		width: 100%;
	}
}

.footer span {
	color: #D9BF98;
}

.footer p {
	padding-bottom: 0;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	color: #D9BF98;
}

.footer .subtitle {
	margin-bottom: 35px;
	margin-right: -20px;
	font-family: 'abugetregular', sans-serif;
	font-weight: 400;
	font-size: 60px;
	letter-spacing: 5.4px;
	line-height: 65px;
	color: #D9BF98;
	transform: rotate(5deg);
}

@media all and (max-width: 960px) {
	.footer .subtitle {
		margin-bottom: 30px;	
		margin-right: 0px;
		margin-left: -25px;
		transform: rotate(-5deg);
	}
}