* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: white;
	/* background-color: black;
			background-attachment: fixed;
			background-image: url(bg.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			background-attachment: fixed;
			background-size: cover;
			background-blend-mode: multiply; */
	font-family: "Montserrat";
	color: black;

	/* text-align: center; */
}

ul,
nav {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2 {
	text-transform: uppercase;
}

header h2 .pro {
	color: #f48520;
	font-weight: 800;
}

header h2 .hmel {
	color: white;
	font-weight: 100;
}

header nav {
	display: flex;
}

header nav li {
	margin: 0 15px;
	white-space: nowrap;
	text-transform: lowercase;
	font-size: 1em;
}

header nav li:first-child {
	margin-left: 0;
}

header nav li:last-child {
	margin-right: 0;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 110px 100px;
}

section p {
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

.banner-area {
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}

.banner-area .banner-img {
	background-image: url(images/bg/bg1.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: center center;
	/* background-color: #333;
			background-blend-mode: multiply; */
	z-index: -1;
}

.banner-area .banner-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
}

.banner-area h1 {
	margin-bottom: 15px;
	font-size: 6em;
	text-transform: uppercase;
}

.banner-area h1 .pro {
	color: #f48520;
	font-weight: 800;
}

.banner-area h1 .hmel {
	color: white;
	font-weight: 100;
}

.banner-area h3 {
	margin-bottom: 40px;
	font-size: 150%;
	text-transform: uppercase;
}

.banner-area a.banner-btn {
	padding: 15px 35px;
	background-color: #f48520;
	border-radius: 50px;
	text-transform: uppercase;
}

ul.about-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.about-content li {
	padding: 20px;
	height: 290px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.about-left {
	flex-basis: 40%;
	background-image: url(bg2.jpg);
}

.about-right {
	flex-basis: 60%;
	text-align: left;
}

.about-right h2 {
	margin-bottom: 3%;
}

.about-btn {
	padding: 15px 35px;
	background-color: #f48520;
	border-radius: 50px;
	text-transform: uppercase;
}

.about-area p {
	max-width: 800px;
	margin-bottom: 35px;
	line-height: 1.5;
	text-align: left;

	padding-left: 0;
}

.bank-details-area p {
	max-width: 800px;
	margin-bottom: 35px;
	line-height: 1.5;
	text-align: left;

	padding-left: 0;
}

.bank-details-area .label {
	margin-top: 10px;
	min-width: 200px;
	color: gray;
}

.bank-details-area .name {
	font-weight: bold;
	font-size: 1.2em;
}

.bank-details-area div {
	font-weight: 100;
}

.contacts-area p {
	max-width: 800px;
	margin-bottom: 35px;
	line-height: 1.5;
	text-align: left;

	padding-left: 0;
}

.contacts-area .label {
	margin-top: 10px;
	min-width: 200px;
	color: gray;
}

.contacts div {
	font-weight: 100;
}

.shop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shop-list .shop {
	padding: 30px;
}

.shop-list .shop .name {
	text-transform: uppercase;
	font-weight: bold;
}

.shop-list .shop .address {
	padding: 10px 0;
}

.section-title {
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 5%;
}

.map-btn {
	margin-left: 20px;
	padding: 5px 15px;
	background-color: #f48520;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 1000px) {
	header {
		padding: 20px 50px;
	}

	section {
		padding: 100px 50px;
	}
}

footer {
	text-align: center;
	padding: 3%;
}

@media (max-width: 800px) {
	header {
		flex-direction: column;
	}

	header h2 {
		margin-bottom: 15px;
	}

	header nav li {
		margin: 0 7px;
	}

	section {
		padding: 125px 30px;
	}

	.banner-area {
		min-height: 800px;
	}

	.banner-area h1 {
		font-size: 32px;
	}

	.banner-area h3 {
		font-size: 20px;
	}

	.banner-area a.banner-btn {
		padding: 15px 40px;
	}
}
