:root{
	--orange: #D3AD7F;
	--border-color: #666;
	--bg: rgb(1,1,3);
}

	*{
	margin: 0;
	padding: 0;
}
body{
	font-family: sans-serif;
	overflow-x: hidden;
	background: var(--bg);
}
.nav{
	width: 100vw;
	height: 80px;
	display: flex;
	background: rgb(1,1,3);
	padding: 5px 0;
	border-bottom: 1px solid var(--border-color);
	position: fixed;
	z-index: 100;

}
.nav .logo{
	height: 100%;
	flex: 1;
	

}
.nav .nav_list{
	height: 100%;
	flex: 2.5;
	padding: 0 50px;


}
.nav .nav_cart{
	height: 100%;
	flex: 1;


}
.nav .logo img{
	height: 58px;
	width: auto;
	display: block;
	margin: 12px auto;
}
.nav .nav_list  div{
	width: 80%;
	margin: 0 auto;
}
.nav .nav_list ul{
	list-style: none;
	display: flex;

}
.nav .nav_list ul li{
	flex: 1;
	text-align: center;
	line-height: 80px;

}
.nav .nav_list ul li a{
	text-decoration: none;
	color: #eee;
	border-bottom: 2px solid transparent;
	padding: 10px 5px;
}
.nav .nav_list ul li a:hover{
	color: #CCAD7F;
	border-bottom: 2px solid #CCAD7F;
	transition: .7s;
}
.nav_cart div{
	width: 100px;
	height: 100%;
	margin: auto;
	display: flex;
}
.nav_cart div i{
	flex: 1;
	line-height: 80px;
	font-size: 1.5rem;
	color: #eee;
}

/*=========================Banner=================*/
.banner{
	width: 100vw;
	height: 100vh;
	background: url('images/home-img.jpeg');
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
   /* background-attachment:fixed;*/
}
.banner .heading{
	width: 700px;
	height: auto;
	position: absolute;
	margin: 100px;
	color: #eee;
}
.banner .heading h1{
	width: 90%;
	font-size: 3.5rem;
	
}
.banner .heading p{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 35px;
	margin-top: 20px;
	color: #bbb;

}
.banner button{
	margin: 20px 0;
}
#button{
	width: auto;
	height: 38px;
	background: var(--orange);
	border: none;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 2px;
	padding: 2px 20px;
}
#button:hover{
	padding: 2px 30px;
	letter-spacing: 2px;
	transition: .7s;

}
.about{
	width: 100vw;
	height: auto;
	background: rgb(1,1,3) ;
	padding: 40px 0;
}
#div_head{
	margin:auto;
	font-size: 2.8rem;
	color: #eee;
	text-align: center;
}
#div_head span{
	color: var(--orange);
}
.about_boxes{
	width: 80%;
	height: auto;
	display: flex;
	margin: 40px auto;
}
.about_boxes img{
	width: 50%;
	height: 420px;
}
.about_box{
	width: 50%;
	height: 420px;
	background: #13131A;
	padding: 0px 20px;

}
.about_box h4{
	font-size: 1.9rem;
	color: #fff;
	margin: 40px 0 25px 0;
}
.about_box p{
	font-size: 1.2rem;
	color: #eee;
	line-height: 28px;
	font-weight: 200;
}
.about button{
	margin: 20px 0;
}
/*===============================Menu================================*/
.menu{
	width: 100vw;
	height: auto;
	background: rgb(1,1,3);
	padding-bottom: 60px;
}
.menu .menu_cards{
	width: 1190px;
	height: auto;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
.menu_card{
	width: 376px;
	height: 340px;
	margin: 10px;
	outline: 1px solid var(--border-color);

}
.menu_card img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 30px auto;
	display: block;
}
.menu_card h5{
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	margin: 10px 0;
}
.menu_card p{
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 200;
}
.menu_card p span{

	font-size: 1.2rem;
	text-decoration: line-through;
}
.menu_card button{
	display: block;
	margin: 20px auto;
}
.menu_card:hover{
	background: #eee;
	color: #000;
}
.menu_card:hover h5{
	color: #000;
}
.menu_card:hover p{
	color: #000;
}
.menu_card:hover button{
	color: #000;
}
/*===================================Products======================*/
.products{
	width: 100vw;
	height: 600px;
	background: rgb(1,1,3);
	padding-top: 30px;


}
.product_box{
	width: 90%;
	height: auto;
	display: flex;
	margin: 30px auto;
	justify-content: space-evenly;
	padding: 10px;
}
.product{
	width: 380px;
	height: 500px;
	border: 1px solid var(--border-color);


}
.product .icons{
	width: 50%;
	height: auto;
	margin: 20px auto;
	display: flex;
	justify-content: space-evenly;
}
.product .icons i{
	color: #eee;
	font-size: 1.4rem;
	width: 50px;
	height: 50px;
	border: 1px solid var(--border-color);
	text-align: center;
	line-height: 50px;
}.product img{
	display: block;
    height: 250px;
    width: auto;
    margin: 20px auto;
}
.product h5{
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	margin: 10px auto;
}
.product .rating{
	width: 35%;
	height: auto;
	display: flex;
	margin: 10px auto;
	text-align: center;
}
.product .rating i{
	color: var(--orange);
	margin: 2px;
	font-size: 1.2rem;
	text-align: center;
}
.product p{
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	margin-top: 10px;

}
.product p span{
	font-size: 1.1rem;
	text-decoration: line-through;
}
.product i:hover{
	background: var(--orange);
}
/*================================Review=============================*/
.review{
	width: 100vw;
	height: auto;
	background: var(--bg);
	padding: 60px 0;
}
.reviews{
	width: 90%;
	height: auto;
	display: flex;
	margin:30px auto;
	justify-content: space-evenly;

}
.reviews .r{
	width: 380px;
	height: 415px;
	padding: 10px 0;
	border: 1px solid var(--border-color);
}
.reviews .r img{
	display: block;
	width: 50px;
	height: auto;
	margin: 20px auto;
}
.reviews .r p{
	width: 90%;
	color: #ddd;
	margin: auto;
	line-height: 30px;
	text-align: center;
}
.reviews .r #cus_pic{
	display: block;
	width: 70px;
	height: auto;
	margin: 20px auto 5px auto;
	border-radius: 50%;
}
.reviews .r h5{
	color: #ddd;
	font-size: 1.5rem;
	text-align: center;
}
.r .rating{
	width: 30%;
	height: auto;
	display: flex;
	margin: 10px auto;
	text-align: center;
}
.r .rating i{
	color: var(--orange);
	margin: 2px;
	font-size: 1rem;
	text-align: center;
}
/*=====================Contact============================*/
.contact{
	width: 100vw;

}
.contact_box{
	width: 1172px;
	height: 500px;
	margin: 30px auto;
	display: flex;
}
.map{
	width: 50%;
	height: 460px;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.form{
	width: 50%;
	height: 460px;
	background: #13131A;
}
.form h4{
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin: 20px;
}
.contact .input_field{
	width: 538px;
	height: 60px;
	background: var(--bg);

	border: 1px solid var(--border-color);
	display: flex;
	justify-content: space-evenly;
	margin: 25px auto;
}
.contact .input_field i{
	color: #fff;
	font-size: 1.6rem;
	line-height: 60px;
	text-align: center;
}
.contact .input_field input{
	width: 460px;
	height: 50px;
	padding: 5px 0;
	background: transparent;
	border: 0;
	outline: 0;
}
.contact .input_field input::placeholder{
	font-size: 1.2rem;

}
.contact  button{
	display: block;
	margin:60px auto;
}
/*=============================Blogs===============================*/
.blogs{
   width: 100vw;
   height: auto;
   padding: 10px 0 60px 0;

}
.blog{
	width: 90%;
	margin: 30px auto;
	height: 500px;
	display: flex;
	justify-content: space-evenly;
}
.blog .b{
	width: 380px;
	height: auto;
	border: 1px solid var(--border-color);
	overflow-x: hidden;
}
.b img{
	width: 100%;
	height: 254px ;
}
.b h4{
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	margin: 15px;
	font-weight: 500;

}
.b h5{
	font-size: 1.3rem;
	color: #CCAD7F;
	text-align: left;
	margin: 15px;
	font-weight: 500;

}
.b p{
	font-size: 1rem;
	color: #fff;
	text-align: left;
	margin: 15px;
	font-weight: 100;
	line-height: 30px;

}
.b button{
	margin: 0 15px;
}

/*=========================================Nav===========================*/
.foot{
	width: 100%;
	height: auto;
	background: #13131A;
	padding: 20px 0;
}
.foot_icon{
	width: 320px;
	height: 60px;
	margin:auto;
	display: flex;
	justify-content: space-evenly;
}
.foot_icon i{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 1.4rem;
	
}
.foot ul{
	width: 59%;
	list-style: none;
	display: flex;
	margin: 20px auto;
	justify-content: space-evenly;
}
.foot ul li a{
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 40px;
	font-size: 1.3rem;

}
.foot li{
	border: 1px solid var(--border-color);
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
}
.foot p{
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	margin: 30px;
}
.foot span{
	color: #CCAD7F;
}
.foot i:hover{
	background: #fff;
	color: #000;
	font-weight: bold;
}
.foot ul li:hover{
	background:var(--orange) ;
}