@import url('https://fonts.googleapis.com/css?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css?family=Teko:300,400&display=swap');

html {
  scroll-padding-top: 70px;  /*height of sticky header*/ 
}
a{
	color: #fff !important;
	text-decoration: none;
}
p{
	margin: 0;
}
section{
padding: 60px, 0;	
}
/*header*/
header{
	width:100%;
	height: 100vh;
	background: linear-gradient(rgba(25,6,19,.97), rgba(25,6,19,.99)), url("images/header-bg.jpg")center no-repeat;
	background-size: cover;
	position: relative;
}
header> .container{
	position: relative;
	height: 100%;
	padding: 0;
}
.navbar-brand{
	position: absolute;
	width: 100%;
	max-width: 230px;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 650ms;
	
}
.navbar-brand:hover{
	opacity: .8;
}
.hamburger-menu{
	position: fixed;
	top: 25px;
	right: 30px;
	width: 50px;
	height: 60px;
	align-items: center;
	padding-left: 18px;
	display: flex;
	background-color: #763464;
	border-radius: 4px;
	cursor: pointer;
	z-index: 999;
}
.hamburger-menu i{
	font-size: 120px;
	color: white;
	margin:auto;
}


.hamburger-menu .fa-times{
	display: none;
}
.hamburger-menu .fa-times.open{
	display: block;
}
.hamburger-menu .fa-bars.open{
	display: none;
}
.nav-list{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	list-style: none;
	background-color: #21001C;
	z-index: 900;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: scale(0);
	transition: opacity 650ms;
}
.nav-list.open{
	opacity: 1;
	transform: scale(1);
}
.hero-text{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-45%);
	text-align: center;
}
.hero-text h1{
	font-family:"Niconne", cursive;
	color: #B34C34;
	
}
.btn{
	width: 100px;
	padding: 5px 0!important;
	border: 1px solid #B34C34;
	position: relative;
	overflow: hidden;
}
.btn::before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);
	transition: all 650ms;
}
.btn:hover::before{
	left: 100%;
}

/*about*/
.section-heading h4{
	text-transform: uppercase;
	color: 290123;
	line-height: 0;
	font-family:"sirin-stencil", neuton-cursive;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom: 12px;
}
.section-heading h1{
	font-family: 'niconne', neuton-cursive;
	color: #B34C34;
}
.about .btn{
	width: 150px;
	color: #c69963 !important;
	transition: background-color 650ms;
}
.about .btn:hover{
	color: #fff !important;
	background-color: #B34C34;
}
/*menu*/

.menu{
	background-color: #21001C;
	margin: 18px, 0;	
}

.shop-info i{
	color: #B34C34;
	font-size: 50px;
}

.shop-info h1{
	font-family: "sirin-stencil";
	font-size: 25px;
	font-weight: 300;
	
	
}

.shop-info p,
.shop-info address{
	color: rgba(255,255,255.,0)
}

hr{
	border-top: 1px solid rgba(255,255,255,.05);
}

.point-left,
.point-right{
	position: relative;
	background-color: #9E7B7B;
	display: flex;
}
.point-left::before,
.point-right::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: inherit;
	top: -12px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
	
}
.menu-item-desc{
	padding: 50px 10px;
	color:#212529;
	font-size: 20px;
	text-align: center;
}
.menu-item-desc h6{
	color: #c699963;
	font-size: 20px;
	}
.menu-item-desc h1{
	color: #101D2C;
	font-size: 30px;
	letter-spacing: 1px;
	font-family: abel;
	font-weight:300;
}

.menu-item-desc .btn{
	color: #fff !important;
	background-color: #B34C34;
	margin: 0 24px;
}

footer{
	background-color: #21001C;
	height: inherit;
	color: rgba(255,255,255,.5)
}
.social-media a{
	
  padding: 5px;
  font-size: 15px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px;

}

/*media queries*/
@media (min-width: 576px){
	.navbar-brand{
		max-width: 150px;
		margin-top:20px;
	}
	.hamburger-menu{
		top: 35px;
		right: 25px;
	}
	
	
}
@media(min-width: 768px){
	.btn{
		width: 150px;
	}
	.point-left::before,
	.point-right::after{
		display: none;
	}
}
@media(min-width: 992px){
	header> .container{
		padding: 0 15px;
	}
	.hamburger-menu{
		display: none;
	}
	.point-left::before,
	.point-right::after{
		display: none;
	}
	
	.navbar-brand{
		position: initial;
		transform: initial;
		max-width: 230px;
		margin-top: -40px;
	}
	.nav-list{
		position: initial;
		width: initial;
		height: initial;
		background: initial;
		flex-direction: row;
		opacity: initial;
		transform: initial;
		transition: initial;
		margin-top: -40px;
		padding: 0;
	
		
	}
	.nav-item{
		margin: 0 30px
	}
	.nav-item:last-child{
		margin-right: 0;
	}
	
	.nav-link{
		position: relative;
		padding: 0;
	}
	
	.nav-link::before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		background-color: #B34C34;
		width: 100%;
		height: 2px;
		transform: scale(0);
		transform-origin: center;
		transition: transform 650ms;
	}
	
	.nav-link:hover::before{
		transform: scale(1);
	}
	
}
