

/*----------Heding style start-----------*/
h1{
	font-family:AlfaSlabOne;
	font-size:120px;
	color: #3d2514;
	font-weight: bold;
}
h2{
	font-family:AlfaSlabOne;
	font-size: 60px;
	color: #3d2514;
	font-weight: bolder;
}
h3{
	font-family:AlfaSlabOne;
	font-size: 30px;
	font-weight: bold;
	color: #3d2514;
}
h4{
	font-family:AlfaSlabOne;
	color: white;
	font-weight: bold;
	font-size: 30px;
}
h5{
	font-family:AlfaSlabOne;
	color: black;
	font-weight: bold;
}
/*----------Heding style end-----------*/
/*----------Para style style-----------*/
p{
	font-family: Montserrat;
	letter-spacing: 3px;
}
/*----------Para style end-----------*/




.linkspc{
	letter-spacing:3px;
}
.gb-img{
	background-image: url(img/background.jpg);
	background-size: cover;
	height: 100vh;
}
.heroh3{
	border: 2px dashed black;
	display: inline-block;
}
.bgr3{
	background-image: url(img/burger33.jpg);
	background-size: cover;
	height: 400px;
	border-radius: 5px;
}
.bgr4{
	background-image: url(img/burger4.jpg);
	background-size: cover;
	height: 188px;
	border-radius: 5px;
}
.bgr5{
	background-image: url(img/burger5.jpg);
	background-size: cover;
	height: 188px;
	border-radius: 5px;
}
.btn1{
	text-align: center;
	background-color: #ffc045;
	color: #3d2514;
	border-radius: 0px;
	border: none;

}
.btn2{
	text-align: center;
	background-color: #bf2222;
	color: white;
	border-radius: 0px;
	border: none;
	font-weight: bold;
}
.btn2:hover{
	background-color: gray;
}
.shadow1{
	box-shadow: 15px 15px 15px rgba(200, 200, 200, 1.0);
}
.button{
	height: 45px;
	border: none;
	border-radius: 2px;
	background-color: #bf2222;
	color: white;
	font-weight: bold;
}
.button:hover{
	background-color: gray;
}
/*.divheight1{
	max-width: 800px;
}*/

.footerbg{
	background-image: url(img/foodbg.jpg);
	background-size: cover;
}
.footerleft2{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: end;
}
.ftricon{
	display: flex;
	justify-content: end;
}
.ftricon i{
	padding: 10px;
}
.ftricon1{
	display: flex;
	align-items: flex-end;
}



.neon-button{
/*	padding: 2px;
	font-size: 2em;
	background-color: none;
	border: 1px solid ;
	background-color: pink;
	color: white;*/

	position: relative;
}
.neon-button::before {
	content: "";
	position: absolute;
	background: gray;
	top: 100%;
	left: %;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	transform: /*perspective(2px)*/ rotateX(45deg);
	filter: blur(8px);
	opacity: 0.3;
	height: 20px;
	width: 80%;
}

.img-positionaa123{
	position: relative;
	overflow: hidden;
}

.imgposition12{
	width: 300px;
	position: absolute;
	left: -120px;
	z-index: -1;
}
.imgposition1234{
	width: 300px;
	position: absolute;
	z-index: -1;
	right: -80px;
	border-radius: 30%;
	bottom: -50px;
}










@media screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
  h2 {
  	font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 60px;
  }
  h2 {
  	font-size: 30px;
  }
}


