*{
    margin: 0;
    padding: 0;
    
}
.banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slider{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}
#SlideImg{
    width: 100%;
    height: 100%;
    animation: zoom 3s linear infinite;
}

@keyframes zoom{
    0%{
        transform: scale(1.3)
    }
    50%{
        transform: scale(1)
    }
    100%{
        transform: scale(1.3)
    }
}
.overlay{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    position:absolute;
    top: 0;
}
.navbar{
    width: 85%;
    display: cover;
    align-items: center;
    margin-top: -60px;
    margin-left: -30px;
}
.logo{
    flex-basis: 100%;
}
.logo img{
    width:400px;
    cursor: pointer;
}
.nav img{
    width: 150px;
    cursor: pointer;
    }
.navbars{
    width: 85%;
    display: cover;
    align-items: right;
    margin-top: -205px;
    margin-left: 220px;
}
.flag{
    flex-basis: 100%;
}
.flag img{
    width:225px;
    cursor: pointer;
    margin-top: -70px;
    margin-left: 70px
}
.nav-links {
    width: 80%;
    margin-left: 717px;
    margin-top:-100px;
    padding: 0px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
    font-family: sans-serif
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.nav-links ul li a{
    color:azure;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-links ul li::after{
    content: '';
    width: 0;
    height: 3px;
    background: #E76224;
    position: absolute;
    left: 0;
    bottom: -5px;    
    transition: 0.5s;
    
}
.nav-links ul li:hover::after{
    width: 100%;
}
.content{
    width: 100%;
    margin-top: 300px;
    margin-left: 70px;
    text-align: center;
    color: white;
}    
.content h1{
    font-size: 60px;
    text-shadow: 2px 3px #E76224;
    
}
.content h3{
    width: 62%;
    margin: 5px auto 200px;
    font-weight: 50;
    line-height: 25px;
    position: center;
    background-color: #E76224;
}
.contents{
    width: 35%;
    margin-top: -200px;
    margin-left: 530px;
    text-align: center;
    color:white;
}
.contents p{
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    position: center;
    background-color: #E76224;
}
/* Dishes */
section{
    width: 100%;
    margin: 150px auto;
    margin-top: 80px;
}
.title{
    display: absolute;
    text-align: center;
    font-size: 20px;
    color: #A33207;
}
.line{
    width: 150px;
    height: 4px;
    background-color:#E76224;
    margin: 10px auto;
}
.text{
    width: 1200px;
    margin: 10px auto;
    text-align: center;
}
.button{
    margin: 0px auto 100px;
    margin-top: -130px;
    text-align: center;
}
button{
    width: 120px;
    padding:15px 0;
    text-align: center;
    margin 20px 10px;
    border-radius: 25px;
    border: 2px solid #A33207;
    background: transparent;
    color: #fff;
    -webkit-text-stroke: 0.5px #A33207;
    font-weight: bolder;
    cursor: pointer; 
    position: relative;
    overflow: hidden;
}
span{
    background: #A33207;
    height: 100%;
    width: 0%;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
button:hover span{
    width: 100%;
}
button: hover{
    border: none;
}
.overlays{
    width: 100%;
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50));
    position:absolute;
}
.ingredients{
    width: 100%;
    height:70vh;
    margin-top: -20px;
    background-image: url(Images/overall.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}   
.ingredients-content{
    width: 60%;
    padding: 50px;
    color: white;
    margin-top: 100px;
    text-align: left;
}
.vertical{
    width: 800px;
    height: 4px;
    background-color:#E76224;
    margin-bottom: 10px;
}
.ingredients-content h1{
    font-size: 7vmin;
}
.popular{
    width: 100%;
    margin: 150px auto;
    margin-top: -80px;
}
.dishtitle{
    display: absolute;
    text-align: center;
    font-size: 20px;
    color: #A33207;
}
.row{
    width: 85%;
    display: cover;
    align-items: center;
    margin-top: 60px;
}
.image{
    flex-basis: 100%;
}
.image img{
    width: 500px;
    margin-left: 100px;
    margin-top: 35px;
    border-radius: 15px;
}
.box{
    width: 100%;
    height: 400px;
    background-color: #242221;
}
.sate{
    width: 60%;
    padding: 50px;
    color: white;
    margin-top: -350px;
    margin-left: 700px;
    text-align: center;
}
.ver{
    width: 150px;
    height: 4px;
    margin-left:412px;
    background-color:#fff;
    margin-bottom: 20px;
}
.boxs{
    width: 100%;
    height: 400px;
    background-color: #E76224;
}
.rendang{
    width: 60%;
    padding: 50px;
    color: white;
    margin-top: -350px;
    margin-left: 700px;
    text-align: center;
}
.ver1{
    width: 150px;
    height: 4px;
    margin-left:412px;
    background-color:#fff;
    margin-bottom: 20px;
}
.boxss{
    width: 100%;
    height: 400px;
    background-color: #A33207;
}
.ayam{
    width: 60%;
    padding: 50px;
    color: white;
    margin-top: -350px;
    margin-left: 700px;
    text-align: center;
}
.ver2{
    width: 180px;
    height: 4px;
    margin-left:395px;
    background-color:#fff;
    margin-bottom: 20px;
}
location{
    width: 80%;;
    margin: 80px auto;
}
.locationtitle{
    margin-top: -80px;
    text-align: center;
    font-size: 20px;
    color: #A33207;
}
.roww{
    margin-top: 60px;
    display: cover;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.roww .col{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roww .col img{
    width:400px;
    transition: transform 0.5s ease;
}
.roww .col img:hover{
    transform: scale(1.1);
}
h4{
    color: #A33207;
    font-size: 20px;
    margin-top: 20px;
}
.button1{
    margin-top: 10px;
}

/*------footer-----*/

footer{
			width: 90%;
			height: 500px;
			margin: 20px auto;
			margin-top: 100px;
			background: #fafafa;
			display: flex;
			justify-content: space-around;
		}
		footer h1{
			width: 40%;
			align-self: center;
			letter-spacing: 10px;
			margin-left: 10%;
			font-size: 50px;
			font-weight: bold;
		}
		footer .quotes{
			width: 50%;
			height: 50%;
			align-self: center;
            text-align: center;
			border-left: 2px solid #e5e5e5;
		}	
.quotes h3{
    margin-bottom: 60px;
    font-size: 40px;
    text-align: center;
    display: absolute;
    font-weight: bold
}
.quotes h4{
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
    display: absolute;
    color: black;
}
.quotes p{
    font-size: 20px;
    text-align: center;
    display: absolute;
}
.icons{
    padding
    display: inline-block;
    position: absolute;
    margin-top: 400px;
    margin-left: 850px
}