@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
body{
	background: #FFFFFF;
}
img{
	width: 100%;
}
header{
	width: 80%;
	height: 60px;
	background:#FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
}
.logo{
	width: 120px;
	margin-top: -8px;
}
nav .logo{
	display: none;
}
nav ul{
	display: flex;
}
nav ul li a{
	color:#707070;
	display: block;
	margin: 0 2px;
	font-weight: 600;
	padding: 8px 18px;
	transition: 0.2s;
	border-radius: 30px;
	text-decoration: none;
}
nav ul li a:hover{
	background: #C6B398;
	color: #FFFFFF;
}
.hamburger{
	display: none;
	height: fit-content;
	cursor: pointer;
	padding: 3px 8px;
	border-radius: 5px;
	transition: 0.2s;
}
.hamburger:hover {
	background: #E0E0E0;
}
.hamburger div {
	width: 30px;
	height: 2px;
	margin: 6px 0;
	background: #707070;
}
@media only screen and (max-width: 1100px) {
	header{
		width: 90%;
		padding: 0 20px;
	}
	nav {
		position: absolute;
		left: -300px;
		top: 0;
		z-index: 999;
		width: 280px;
		height: 100vh;
		background-color: #FFFFFF;
		transition: 0.2s;
		box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.05);
	}
	#nav_check:checked ~ nav{
		left: 0;
	}
	nav .logo{
		display: block;
		height: 70px;
		display: flex;
		align-items: center;
		margin-left: 30px;
	}
	nav ul li a{
		margin-bottom: 5px;
		padding: 10px 15px;
		border-radius: 5px;
	}
	nav ul{
		display: block;
		padding: 0 20px;
		margin-top: 30px;
	}
	.hamburger{
		display: block;
	}
}


.c-item{
	height: 750px;
}
.c-img{
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6)
}
.imgslide1_caption1{
	font-size: 40pt;
	margin-top: 160px;
}
.imgslide1_caption2{
	font-size: 80pt;
	font-weight: 700;
	margin-top: -10pt;
}
.imgslide1_caption3{
	font-size: 16pt;
	margin-top: 5pt;
}
.imgslidebtn{
	border:#FFFFFF solid;
	background-color: transparent;
	color: #FFFFFF;
	width: 40%;
	height: 60px;
	font-size: 16pt;
	margin-top: 10pt;
	transition-duration: 0.2s;
}
.imgslidebtn:hover{
	color: #707070;
	background-color:#FFFFFF;
	filter:opacity(70%);
}
.imgslide2_caption1{
	font-size: 60pt;
	font-weight: 700;
	margin-top: 180px;
}
.imgslide2_caption2{
	font-size: 16pt;
	margin-top: 15pt;
}
.imgslide2btn{
	border:#FFFFFF solid;
	background-color: transparent;
	color: #FFFFFF;
	width: 30%;
	height: 60px;
	font-size: 16pt;
	margin-top: 10pt;
	transition-duration: 0.2s;
}
.imgslide2btn:hover{
	color: #707070;
	background-color:#FFFFFF;
	filter:opacity(70%);
}


div.gallery {
  margin: 15px;
  border: 1px solid #FFFFFF;
}

div.gallery:hover {
  border: 1px solid #C2C2C2;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 3px 15px 0 rgba(0,0,0,0.1);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.category-title{
	margin-top: 30px;
	text-align: center;
}
.category-subtitle{
	margin-top: 9px;
	margin-bottom: 0px;
	text-align: center;
	color: #707070;
}
.categorybutton{
	border: #FFFFFF solid;
	width: 10%;
	height: 30px;
	background-color:#FFFFFF;
	text-decoration: underline;
	transition: 0.2s;
	font-weight: 600;
	float: right;
	margin-top: -5px;
	color: #707070;
}
.categorybutton:hover{
	color: #C6B398;
	text-decoration: none;
}

.content-col{
	width: 40%;
}
.image-col{
	width: 60%;
}
.thirdpage .image-gallery{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-top: 30px;
}
.image-gallery img{
	max-width: 300px;
	margin: 5px 10px 5px 5px;
	border-radius: 10px;
	transition: 0.2s;
	cursor: pointer;
}
.image-gallery img:hover{
	filter: brightness(0.8);
}
.content-col{
	margin: 180px 10px 0px 100px;
	align-items: center;
	justify-content: center;
}
.content-col h4{
	margin-bottom: 10px;
	font-size: 30pt;
}
.content-col h5{
	margin-bottom: 40px;
}
.content-col p{
	color: #707070;
	margin-bottom: 20px;
}
.thirdpage-btn{
	border:#707070 solid;
	background-color: transparent;
	color: #707070;
	width: 40%;
	height: 50px;
	font-size: 12pt;
	margin-top: 10pt;
	transition-duration: 0.2s;
}
.thirdpage-btn:hover{
	background-color: #C6B398;
	border: none;
	color: #FFFFFF;
}


.desc-subtext{
	text-align: center;
	margin: 5px 0px 20px;
	color: #707070;
}
.desc2{
	text-align: center;
	margin: 5px 0px;
	font-weight: 500;
}
.sales-title{
	text-align: center;
	margin-top: 30px;
}
.sales-subtitle{
	text-align: center;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #707070;
}


.explore{
	width: 90%;
	height: auto;
	background-image: url("images/explore-other-brands.jpg");
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
	margin-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.c-item2{
	border: #DFDEDE solid 1px;
	padding: 10px;
	box-shadow: 5px 5px 8px 1px #DFDEDE;
	margin-bottom: 30px;
	
}
.c-image{
	height: 100%;
	position: relative;
	
}
.c-slide5{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
.kitchentitle{
	text-align: center;
	margin-top: 30px;
}
.kitchentext{
	text-align: center;
	margin-top: 9px;
	margin-bottom: 20px;
	color: #707070;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
	transition-duration: 0.2s;
}
.kitchentext:hover {
	text-decoration: none;
	color: #C6B398
}


.explore-content{
	width: 100%;
	padding: 250px 400px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.explore-title{
	margin-bottom: 10px;
	font-size: 20pt;
}
.explore-text{
	margin-bottom: 20px;
	font-size: 15pt;
}
.explore-button{
	border: #FFFFFF solid;
	background-color: transparent;
	color: #FFFFFF;
	width: 50%;
	height: 50px;
	transition-duration: 0.2s;
	font-size: 15pt;
}
.explore-button:hover{
	color: #707070;
	background-color:#FFFFFF;
	filter:opacity(70%);
}


div.gallery2 {
  margin: 15px;
  border: 1px solid #FFFFFF;
  margin-bottom: 40px;
}
div.gallery2 img {
  width: 100%;
  height: auto;
}
.desc3{
	text-align: center;
	margin-top: -50px;
	font-weight: 600;
}

.email-title{
	text-align: center;
	margin-bottom: 50px;
}
.email-sec{
	text-align: center;
}
.entermailtext{
	font-weight: 600;
}
.entermailbox{
	width: 30%;
	height: 35px;
	margin-left: 10px;
}
.submit-btn{
	width: 10%;
	height: 35px;
	background-color: transparent;
	border: #707070 solid 1px;
	color: #707070;
	margin-left: 20px;
	transition-duration: 0.2s;
}
.submit-btn:hover{
	background-color: #C6B398;
	color: #FFFFFF;
	border: none;
}


.container{
	max-width: 1170px;
	margin: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.ul{
	list-style: none;
}
.footer{
	margin-top: 30px;
	padding: 50px 0;
}
.footer-col{
	width: 25%;
	padding: 0 15px;
}
.footer-col h4{
	font-size: 15pt;
	font-weight: 600;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #000000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	text-decoration: none;
	font-weight: 400;
	display: block;
	transition: all 0.2s ease;
	color: #000000;
	margin-left: -30px;
	margin-top: 10px;
}
.footer-col ul li a:hover{
	color: #C6B398;
	padding-left: 8px;
	font-weight: 500;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #DBDBDB;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #000000;
	transition: all 0.2s ease;
}
.footer-col .social-links a:hover{
	background-color: #C6B398;
	color: #FFFFFF;
}
@media(max-width:767px){
	.footer-col{
		width: 50%;
		margin-bottom: 30px;
	}
}
@media(max-width:574px){
	.footer-col{
		width: 100%;
	}
}

.copyright ul{
	margin-top: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}
.copyright ul li a{
	color: #707070;
	text-decoration: none;
}
.copyright ul li{
	display: inline-block;
	padding: 0 15px;
}
.copyright ul li a:hover{
	color: #000000;
}
.copyright-text{
	text-align: center;
	color: #707070;
	margin-top: 10px;
	margin-bottom: 50px;
}







