



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	background: #fff;
	line-height: 1.6
}
a {
	text-decoration: none;
	color: inherit
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto
}
header {
	background: #111;
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 10px 0;
}
.logo {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px
}
.nav-links {
	display: flex;
	gap: 20px;
	
}
.nav-links a {
	color: #fff;
	font-size: 15px
}
.hero {
	min-height: 650px;
	background: #000 url( " ../images/bg.jpg") center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff
}
.hero-content {
	max-width: 800px;
	padding: 20px
}
.hero h1 {
	font-size: 60px;
	margin-bottom: 20px
}
.hero p {
	font-size: 20px;
	margin-bottom: 30px
}
.btn {
	display: inline-block;
	padding: 14px 32px;
	background: #fff;
	color: #000;
	font-weight: bold
}
.section {
	padding: 80px 0
}
.section-title {
	text-align: center;
	margin-bottom: 50px
}
.section-title h2 {
	font-size: 40px;
	margin-bottom: 10px
}
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center
}
.placeholder {
	
	width: 100%;
	
}
.about-text p {
	margin-bottom: 15px
}
.features {
	background: #f5f5f5
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}
.card {
	background: #fff;
	padding: 25px;
	text-align: center
}
.card .placeholder {
	height: 220px;
	margin-bottom: 20px
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px
}
.gallery-grid .placeholder {
	
}
.hours {
	background: url("../images/hours.jpg");
	color: #fff
}
.hours-wrapper {
	max-width: 600px;
	margin: auto;
	text-align: center;
	font-size: 1.3em;
}
.hours-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.15)
}
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px
}
.map-placeholder {
	background: #000;
	height: 400px
}
.contact-box {
	padding: 30px;
	background: #f5f5f5
}
footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 30px 20px
}
.footer-links {
	margin: 20px 0
}
.footer-links a {
	margin: 0 15px
}
.mobile-order-bar {
	display: none
}

@media(max-width:992px) {
.feature-grid {
	grid-template-columns: 1fr;
}
.gallery-grid {
	grid-template-columns: repeat(2, 1fr)
}
.about-grid, .contact-grid {
	grid-template-columns: 1fr;
}
.hero h1 {
	font-size: 42px;
}
}

@media(max-width:768px) {
.navbar {
	flex-direction: column;
	gap: 0;
}
.nav-links {
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.gallery-grid {
	grid-template-columns: 1fr;
}
.hero {
	min-height: 500px;
}
.hero h1 {
	font-size: 34px;
}
.section-title h2 {
	font-size: 30px;
}


@media(max-width:760px) {
body {
	padding-bottom: 70px;
}
.desktop-order-link {
	display: none
}
.mobile-order-bar {
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: #111;
	box-shadow: 0 -2px 10px rgba(0,0,0,.2)
}
.mobile-order-btn {
	width: 100%;
	text-align: center;
	padding: 18px 20px;
	background: #8f1d11;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}
.mobile-order-btn:hover {
	background: #111; color: #fff;
}

	
	
	
	


/*--滚动屏 --*/

.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}
.spldishes-agileinfo h5{
    font-size: 2em;
    color: #fff;
}
.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}
.spldishes-grids {
    padding: 0;
}
.g1 {
	position: relative;
	display: block;
}  
.agile-dish-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.59);
    padding: 7em 3em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d; 
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.agile-dish-caption h4 {
    font-size: 1.8em;
    color: #03A9F4;
    margin-bottom: 0.5em;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: capitalize;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}
.g1:hover .agile-dish-caption {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#owl-demo .item img { 
    width: 100%;
}
.owl-item{
	width:100%;
}
.owl-theme .owl-controls .owl-page {
    display: none;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: none;
}
.agile-dish-caption a {
    background: #F44336;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
}
@media(max-width:480px) {
.agile-dish-caption {
	padding: 0.5em;
}
.agile-dish-caption span {
	font-size: 0.8em;
}
}
/*-- //instagram posts slider --*/

/*-- banner bottom --*/
.bannerbottom,.testimonials,.gallery_main {
    padding: 5em 0;
}
.bottomright img {
    width: 100%;
}
.bottomleft h5 {
    font-size: 22px;
    color: #777;
    text-transform: capitalize;
}
.bottomleft h3 {
    font-size: 30px;
    color: #000;
	margin: 15px 0;
    text-transform: capitalize;
}
.bottomleft p {
font-size: 1em;
color: #333;
line-height: 1.6em;
	letter-spacing:.5px;
	margin: 15px 0;
}
.border1{
    border-bottom: solid 1px #ffffff !important;
}
.serviceimg img {
    margin: 1em 0;
}
.services-icon-info {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    text-align: center;
    color:  #22b6ab;
    border: 2px solid #22b6ab;
    font-size: 2em;
    padding: .4em 0 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.services-icon-text {
    margin-left: 0em;
    padding-left: 0;
}
.services-icon-text p{
    color: #404040;
    font-size: 1em;
    margin: 0em 0 0 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 28px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.services-icon:hover div.services-icon-info {
	background: #22b6ab;
	color: #FFFFFF;
}
.services-icon {
    margin: 0 0 2em;
}
.services-icon:nth-child(3) {
    margin: 0;
}
.services-icon:hover div.services-icon-text h4{
	color: #cddc39;
}
.w3-agile-services-right h5{
	color:#000000;
	font-size:1em;
	line-height:1.8em;
	font-weight:600;
	margin:0 0 1em 0;
}
.w3-agile-services-right p{
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3-agile-services-right p span{
	display:block;
	margin:1em 0 0 0;
}
.services-icon-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
}
.agile-services-left-grid {
    margin-top: 3em;
}
.services-icon .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}
.positiongrid1,.positiongrid2 {
    background: #098c82e6;
    padding: 2em;
    border: 6px solid #fff;
	-webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.30);
	box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.30);
}
.positiongrid1 h4 ,.positiongrid2 h4{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}
.bottomright {
    position: relative;
}
.positiongrid1 {
    position: absolute;
    top: 30%;
    width: 70%;
    left: -23%;
}
.positiongrid2 {
    position: absolute;
    bottom: 4%;
    width: 80%;
    left: -23%;
}
/*-- //banner bottom --*/




	
	
	
	
	
	
	
	