@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300&display=swap');
:root{
    --black:#130f40;
    --gray:#808080;
}


*{
    font-family: 'Roboto', sans-serif;
    margin:0; padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border: none;
    transition: .2s linear;
    text-transform: capitalize;
}

*::selection{
    background:var(--black);
    color:#fff;
}

html{
    font-size:62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6.5rem;
    scroll-behavior: smooth;
}

body{
    background-image: url(image/bg2.jpg);
    background-repeat: repeat;
    display:flex;
    justify-content: center; 
    align-items: center; 
    

}

section{
    padding: 3rem 4%;
}


.btn{
    display: inline-block;
    margin-top: 1rem;
    border: .2rem solid var(--black);
    color:black;
    font-size:1.7rem ;
    padding: .8rem 3rem;
    cursor:pointer ;
    background: none;
}
.btn:hover{
    background:var(--gray);
    border-color: var(--gray);
    color: #fff;
}

.heading{
    padding-bottom: 2rem;
    text-align: center;
}

.heading h1{
    font-size: 4rem;
    color: #fff;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

 header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10000;
    background:var(--gray);
    padding: 2rem 20%;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* header .logo{
    height: 100px;
    width: 200px;
    
  
} */

header .navbar a{
    color: #fff;
    font-size: 2rem;
    margin-left: 2rem;

}

header .navbar a:hover{
  color:rgb(174, 145, 115);
}
#menu-bar{
    font-size: 3rem;
    color: #fff;
    border-radius: .5rem;
    border:.1rem solid #fff ;
    padding: .5rem 1.5rem;
    cursor: pointer;
    display: none;
}
/* .home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:url(image/image1.JPG);
    background-size: cover;
    background-position:center; 
    background-attachment: fixed; */
/* } */
.home .content span{
    font-size: 7rem;
    color:#ae9173;
    }
    
    .home .content h3{
        font-size: 6rem;
        color:#ae9173;
        width: 60rem;
    }

    @import url('https://fonts.googleapis.com/css?family=Roboto');

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    body {
      font-family: 'Roboto', sans-serif;
      background: #333;
      color: #fff;
      line-height: 1.6;
    }
    
    .slider {
      position: relative;
      overflow: hidden;
      height: 100vh;
      width: 100vw;
    }
    
    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.4s ease-in-out;
    }
    
    .slide.current {
      opacity: 1;
    }
    
    /* .slide .content {
      position: absolute;
      bottom: 70px;
      left: -600px;
      opacity: 0;
      width: 600px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #333;
      padding: 35px;
    } */
    
    .slide .content h1 {
      margin-bottom: 10px;
    }
    
    .slide.current .content {
      opacity: 1;
      transform: translateX(600px);
      transition: all 0.7s ease-in-out 0.3s;
    }
    
    .buttons button#next {
      position: absolute;
      top: 40%;
      right: 15px;
    }
    
    .buttons button#prev {
      position: absolute;
      top: 40%;
      left: 15px;
    }
    
    .buttons button {
      border: 2px solid #fff;
      background-color: transparent;
      color: #fff;
      cursor: pointer;
      padding: 13px 15px;
      border-radius: 50%;
      outline: none;
    }
    
    .buttons button:hover {
      background-color: #fff;
      color: #333;
    }
    
    @media (max-width: 500px) {
      .slide .content {
        bottom: -300px;
        left: 0;
        width: 100%;
      }
    
      .slide.current .content {
        transform: translateY(-300px);
      }
    }
    
    
    
    /* Backgorund Images */
     
    .slide:first-child {
      background: url('image/yemek/et1.JPG') no-repeat
        center top/cover;
    }
    .slide:nth-child(2) {
      background: url('image/yemek/kft2.JPG') no-repeat
        center top/cover;
    }
    .slide:nth-child(3) {
      background: url('image/yemek/pliç1.JPG') no-repeat
        center top/cover;
    }
    .slide:nth-child(4) {
      background: url('image/yemek/pliç2.JPG') no-repeat
        center top/cover;
    }
    .slide:nth-child(5) {
      background: url('image/yemek/ORDOVR\ GOLD.JPG') no-repeat
        center top/cover;
    } 
    .slide:nth-child(6)  {
      background: url('image/yemek/YENİ\ PASTA\ GÖRSELİ.JPG') no-repeat
        center center/cover;
    }