	*{
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		margin: 0; padding: 0; outline: none;
	}
	a{text-decoration: none;}
	ul{list-style: none;}
	table{border-spacing:0; border-collapse: none;}
	body{line-height: normal; overflow-x: hidden;}
	html{background: #000;}
	.container{
		width: 900px;
		margin: 0 auto 0 auto;
	}
	/* BREAK */



	header{
		position: absolute;
		width: 100%;
		margin: 0 0 0 0;
		padding: 30px 0;
		z-index: 20;
	}
	header a.logo{
		float: left;
		margin: 0 0 0 0;
	}
	header a.logo img{
		float: left;
		width: 160px; height: auto;
		margin: 0 0 0 0;
	}
	.menu{
		float: right;
	}
	a.showmenu, a.hidemenu{
		display: none;
	}
	nav{}
	nav ul{}
	nav ul li{
		float: left;
		margin-right: 20px;
	}
	nav ul li:last-of-type{
		margin-right: 0;
	}
	nav ul li a{
		float: left;
		text-align:left;
		color:#fff;
		font-size:12px;
		font-family:'Inter';
		text-transform: uppercase;
		margin:0 0 0 0;
		padding: 8px 20px;
	}
	nav ul li:hover a{
		background:yellow;
		color: #000;
	}
	/* BREAK */




	.banner{
		float:left;
		width:100%;
		margin: 0 0 0 0;
		padding: 150px 0 0 0;
	}
	.banner .bannertext{
		float: left;
		width: 25%;
	}
	.banner .bannertext h2{
		text-align:left;
		color:#fff;
		font-size:48px;
		font-family:'Inter';
		margin:0 0 30px 0;
	}
	.banner .bannertext h3{
		text-align:left;
		color:#fff;
		font-size:24px;
		font-family:'Inter';
		font-weight: normal;
		margin:0 0 0 0;
	}

	.bsliderwrap{
		float: right;
		width: 65%;
		position: relative;
	}
	.bsliderwrap .bx-wrapper{
		border:none;
		background:none;
		margin-bottom: 0;
	}
	.bslidecontent{
		float: left;
		width: 100%;
		position: relative;
	}
	.bslidecontent img{
		float: left;
		width:100% ; height: auto;
		aspect-ratio: 3/2;
		object-fit: cover;
		object-position: center;
		z-index:2;
	}
	.bslidecontent .text{
		position: absolute;
		width: auto;
		z-index: 3;
		bottom: 20px; left: 20px;
		background: #1473bd;
		padding: 8px 20px;
	}
	.bslidecontent .text h4{
		text-align:left;
		color:#fff;
		font-size:15px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	.bslidecontent .text h4 span{
		font-style: italic;
	}
	.bsliderwrap .arrowleft, .bsliderwrap .arrowright{
		position: absolute;
		width: 36px; height: 36px;
		line-height: 36px;
		text-align:center;
		color:#000;
		font-size:18px;
		margin:0 0 0 0;
		background:yellow;
		z-index: 3;
	}
	.bsliderwrap .arrowleft{
		left: 0; top: 0; bottom: 0; margin: auto;
	}
	.bsliderwrap .arrowright{
		right: 0; top: 0; bottom: 0; margin: auto;
	}
	/* BREAK */





	.burgertypes{
		float:left;
		width:100%;
		margin-top: 80px;
	}
	.burgertypes_items{
		float:left;
		width:100%;
		display: flex;
		flex-wrap: wrap;
		gap: 5%;
	}
	.burgertypes_items .item{
		float: left;
		width: 30%;
		overflow: hidden;
		border:1px solid #444;
		margin-bottom: 45px;
	}
	.burgertypes_items .item .thumb{
		float: left;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.burgertypes_items .item .thumb img{
		float: left;
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: center;
		transition:0.6s; -webkit-transition:0.6s;
	}
	.burgertypes_items .item:hover .thumb img{
		transform: scale(1.1);
	}
	.burgertypes_items .item h3{
		text-align:left;
		color:#fff;
		font-size:18px;
		font-family:'Inter';
		margin:0 0 0 0;
		text-transform: uppercase;
		padding: 8px 20px;
	}
	.burgertypes_items .item ul{
		float:left;
		width:100%;
		padding: 8px 20px;
	}
	.burgertypes_items .item ul li{
		text-align:left;
		color:#fff;
		font-size:13px;
		font-family:'Inter';
		font-weight: normal;
		margin:0 0 0 0;
		text-transform: uppercase;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #444;
	}
	/* BREAK */





	.about{
		float: left;
		width: 100%;
		margin: 0 0 0 0;
		padding:80px 0;
	}
	.about .text{
		float: left;
		width: 45%;
		margin: 0 0 0 0;
	}
	.about .text h2{
		text-align:left;
		color:#fff;
		font-size:48px;
		font-family:'Inter';
		letter-spacing: -2px;
		margin:0 0 20px 0;
	}
	.about .text h3{
		text-align:left;
		color:#fff;
		font-size:24px; line-height: 120%;
		font-family:'Inter';
		letter-spacing: -1px;
		font-weight: normal;
		margin:0 0 20px 0;
	}
	.about .text p{
		text-align:left;
		color:#fff;
		font-size:14px; line-height: 120%;
		font-family:'Inter';
		margin:0 0 20px 0;
	}
	.about .image{
		float: right;
		width: 45%;
		margin: 0 0 0 0;
	}
	.about .image img{
		float: left;
		width: 100%; height: auto;
		aspect-ratio: 16/12;
		object-fit: cover;
		object-position: center;
		margin: 0 0 0 0;
	}
	/* BREAK */







	.contact{
		float: left;
		width: 100%;
		margin-top: 20px;
		padding: 90px 0 100px 0;
		background: #000 url(images/contactbg.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.contact:before{
		position: absolute;
		width: 100%; height: 100%;
		z-index: -1;
		content: '';
		left: 0; top: 0;
		background: rgba(0,0,0,0.7);
	}
	.contactbox{
		float: left;
		width: 100%;
	}
	.contactbox h2{
		text-align:center;
		color:#fff;
		font-size:42px;
		font-family:'Inter';
		text-transform: uppercase;
		margin:0 0 40px 0;
	}
	.contactbox .info{
		display: table;
		margin: 0 auto 0 auto;
	}
	.contactbox p{
		float: left;
		width: 100%;
		text-align:center;
		color:#fff;
		font-size:15px;
		font-family:'Inter';
		margin:0 0 35px 0;
		padding-bottom: 35px;
		border-bottom: 1px solid #444;
	}
	.contactbox p strong{
		font-weight: normal;
	}
	.contactbox p a{
		text-decoration: none;
		color: #fff;
		transition:0.6s;
		-webkit-transition:0.6s;
	}
	.contactbox p a:hover{
		border-bottom: 1px solid #fff;
	}
	.contactbox p:last-child{
		border-bottom:none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	/* BREAK */







	footer{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:60px 0;
		background: #000;
		border-top: 1px solid #333;
	}
	footer .copyright{
		float: left;
		text-align:left;
		color:#fff;
		font-size:14px;
		font-family:'Inter';
		margin:0 0 0 0;
	}
	footer .copyright a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	footer .social{
		float: right;
		margin:0 0 0 0;
	}
	footer .social a{
		float: left;
		text-align:left;
		color:#fff;
		font-size:16px;
		margin:0 10px 0 0;
	}
	footer .social a:last-of-type{
		margin-right: 0;
	}
	/* BREAK */