@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "Poppins", sans-serif;
}
img {
	max-width: 100%;
	border: 0;
}
/*Placeholder*/

input::-webkit-input-placeholder {
color:#757575;
opacity: 1;
}
input::-moz-placeholder {
color:#757575;
opacity: 1;
}  /*firefox 19+*/
input:-ms-input-placeholder {
color:#757575;
opacity: 1;
} /* ie */
 textarea::-webkit-input-placeholder {
color:#757575;
opacity: 1;
}
textarea::-moz-placeholder {
color:#757575;
opacity: 1;
}  /*firefox 19+*/
textarea:-ms-input-placeholder {
color:#757575;
opacity: 1;
} /* ie */
/*End Reset*/
.clearfix {
	clear: both;
}
*, ::after, ::before {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	color: #181a1e;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
iframe {
	max-width: 100%;
}
h1, .h1 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 14px;
}
h2, .h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
h4, .h4 {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5, .h5 {
	font-size: 14px;
	line-height: 24px;
}
h6, .h6 {
	font-size: 12px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 15px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	text-decoration: underline;
	outline: 0;
}
/*a:hover, a:focus {
	color: #000;
}*/
p a, p a:visited {
	line-height: inherit;
}
.alpha {
	padding-left: 0 !important;
}
.omega {
	padding-right: 0 !important;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
.container {
	max-width: 1160px;
	margin: 0 auto;
	width: 100%;
}
header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
header img {
	max-height: 50px;
}
.header_content {
	display: flex;
	justify-content: space-between;
}
nav ul {
	list-style: none;
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
}
nav a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
nav a:hover {
	color: #c59749;
}
.hero {
	position: relative;
	background: url('../images/banner-bg-1.jpg') no-repeat center/cover;
	height: 670px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: overlay;
}
.hero h1 {
	font-family: "Playfair Display", serif;
	color: #fff;
	font-size: 56px;
	line-height:66px;
	margin-bottom: 20px;
}
.hero p {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	margin-bottom: 40px;
	padding:0 20px;
}
.hero a:hover {
	background: #a87d3a;
}
.contact-info {
	display: flex;
	justify-content: space-around;
	padding: 0;
	background: #fff;
	text-align: center;
}
.contact-info div {
	flex: 1;
	padding: 0px;
}
.contact-info h4 {
	color: #c59749;
	margin-bottom: 15px;
}
.products {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 60px 0;
	flex-wrap: wrap;
	background: #fff;
}
.product {
	text-align: center;
	padding: 0px;
	border-radius: 8px;
	transition: transform 0.3s;
	width: 23%;
}
.product:hover {
	transform: translateY(-10px);
}
.product p {
	font-family: 'Playfair Display';
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 0;
}
.product p:last-of-type {
	color: #c59749;
	font-weight: bold;
	font-size: 1.1rem;
}
.product button {
	margin-top: 15px;
	padding: 8px 20px;
	background: #fff;
	color: #363636;
	border: 1px solid #c59d5f;
	border-radius: 0px;
	cursor: pointer;
	transition: background 0.3s;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.product button:hover {
	background: #a87d3a;
	color: #fff;
}
footer {
	padding: 30px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	border: none;
	background: url(../images/ftr-map-bg.png) no-repeat bottom right;
	background-color: #363636;
	color: #fff;
}
footer div {
	flex: 1;
	min-width: 200px;
	margin-bottom: 20px;
	padding: 0px;
}
footer h4 {
	color: #c59749;
	font-family: "Playfair Display", serif;
	font-size: 17px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
footer p {
	line-height: 1.6;
	font-family: "Playfair Display", serif;
	font-size: 14px;
}
.footer_boxes a {
	color: #c59d5f;
	text-decoration: none;
}
footer form {
	display: flex;
	flex-direction: column;
}
footer input, footer textarea {
	margin-bottom: 15px;
	padding: 12px;
	border: none;
	border-radius: 4px;
	background: #fff;
	font-family: "Poppins", sans-serif;
	color: #757575;
}
 footer input::placeholder, footer textarea::placeholder {
 color: #aaa;
}
footer button {
	background: #c59d5f;
	border: none;
	padding: 12px;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	font-weight: bold;
	transition: background 0.3s;
	font-family: "Poppins", sans-serif;
	max-width: 135px;
	font-size: 14px;
	letter-spacing: 1px;
}
footer button:hover {
	background: #a87d3a;
}
.footer-logo {
	text-align: left;
	margin-top: 30px;
	width: 100%;
	max-width: 262px;
}
.footer-logo img {
	max-height: 60px;
	opacity: 0.8;
}
.nav {
	margin-top: 15px;
}
.explore_btn {
	display: block;
	margin: 40px auto 0;
	max-width: 260px;
	width: 100%;
	background: #c59749;
	font-weight: bold;
	border: none;
	padding: 15px 30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 1rem;
	border-radius: 0px;
	transition: background 0.3s;
}
.boxes_wrapper {
	display: flex;
	background-color: #fff;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.09);
	margin-top: -90px;
	position: relative;
	z-index: 1;
}
.boxes_wrapper > div {
	padding: 40px 20px 30px;
}
.contact-info h4 {
	color: #000;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.contact_box p, .contact_box a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #363636;
}
.contact_box a {
	text-decoration: none;
}
.contact_box a:hover {
	color: #c59749;
}
.footer_boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer_boxes p {
	font-family: "Poppins", sans-serif;
}

@media screen and (max-width:1200px) {
.container {
	width: 96%;
}
.products {
	gap: 19px;
}
.contact_box p, .contact_box a{
	font-size:14px;
}
.contact-info h4{
	font-size:16px;
}
.boxes_wrapper {
    width: 92%;
    margin: -90px auto 0;
}
}

@media (max-width: 768px) {
header {
	padding: 10px 20px;
	flex-direction: column;
}
nav ul {
	margin-top: 0;
}
.contact-info {
	flex-direction: column;
	gap: 30px;
}
footer {
	padding: 40px 20px;
}
.product {
        width: 46%;
        margin-bottom: 30px;
    }
.boxes_wrapper {
    display: block;
}
.boxes_wrapper > div {
    padding: 30px 20px 0;
}
.contact_box.contact_box_last {
    padding-bottom: 20px;
}
.hero{
	height:470px;
}
.hero h1 {
    font-size: 46px;
    line-height: 56px;
}
    .explore_btn {
        border-radius: 0;
        margin: 30px auto 80px;
        max-width: 221px;
        padding: 13px 10px;
    }
.contact-info h4{
	font-size:18px;
}
.contact_box p, .contact_box a{
	font-size:16px;
}
}
@media screen and (max-width:550px){
.product {
	width: 100%;
 }
footer div{
	margin-bottom:0;
}
nav.nav {
    display: none;
}
.logo {
    margin: 10px auto 0;
}
}
