.loader_bg{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
  
  
}
.loader{
  height: 100vh;
  line-height: 100vh;
}
 .loader h1{
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Courgette', cursive;
  background-image: linear-gradient(
    -225deg,
    #decd0a 0%,
    #995809 29%,
    #eb9307 67%,
    #D5C056 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1s linear infinite;
  display: inline-block;
      font-size: 100px;
      width: 100%;
      
       
       
}
 
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
 
       
 


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .all {
  cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.svg), auto;
} */
.all{
    width: 100%;
    height: auto;
    background-color: #111111; 
    overflow: hidden;
    display: none;
}
.header{
    width: 100%;
    height: 100vh;
    background-color: #111111;
    background-image:linear-gradient(to right, rgba(55, 52, 52, 0.118), rgba(54, 47, 47, 0.611)), url(https://toohotel.com/wp-content/uploads/2022/09/TOO_restaurant_Panoramique_vue_Paris_nuit_v2-scaled.jpg);
    background-position: center center  ;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 700px;
    background-size: cover;
    
}
@keyframes leaves {
  0% {
    padding-top: 0px;
      transform: scale(1.0);
  }
  100% {
    padding-top: 30px;
      transform: scale(1.1);
      overflow: hidden;
  }
}
.header {
  animation:leaves 3s ease-in-out infinite alternate;
}
.header nav{
    display: flex;
    justify-content: space-between;
    
    
}
.header nav i{
    font-size: 20px;
} 
  .h11{
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  
  .text span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
    font-family: 'Dancing Script', cursive;
  }
   
  span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  } 
  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  .text h1{
    position: absolute;
    left: 47%;
    top: 20%;
  }
  .sifir{
    height: auto;
  }
  .sifir-text{
    height: auto;
  }
  .bir{
    height: auto;
  }
.bir-all{
    display: flex;
    height: auto;
    justify-content: space-between;
    width: 75%;
    margin: auto;
}
.bir-text{
    width: 37%;
    height: 444px;
    background-color: white;
    text-align: center;
    position: relative;
    left: 31px;
    border-radius: 20px;
    z-index: 111;
}
.bir-text h3{
    font-family: 'Dancing Script', cursive;
    color: #cfa670;
    font-size: 45px;
}
.a{
    border-bottom: 2px solid #cfa670;
    width: 35%;
    text-align: center;
    margin: auto;
    color: #cfa670;
    font-size: 19px;
    font-weight: 600;
}
 

.bir-text h2{
    font-size: 50px;
}
.bir-text p{
    padding: 0 37px;
}
.bir-images{
    display: flex;
    width: 63%;
    justify-content: space-around;
}
.bir-img{
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.bir-img img{
    width: 100%;
    height: 440px;
    overflow: hidden;
    transition: 1s;
}
.bir-img img:hover{
    transform: scale(1.2);
    overflow: hidden;

}
.iki{
    width: 100%;
    height: auto;
}
.iki-back{
    width: 100%;
    height: 500px;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://themes.themegoods.com/grandrestaurantv6/demo6/wp-content/uploads/sites/6/2020/12/Chocolate-explosion-2048x1152-1.jpg);
}
.chef{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.chef1{
    width: 30%;
    overflow: hidden;
    transition: 1s;

}
.chef1 img{
    width: 100%;
}
.chef1 img:hover{
    overflow: hidden;
    transition: 1s;
    transform: scale(1.1);
}
.reveal{
  position: relative;
  transform: translateY(250px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.reve{
  position: relative;
  transform: translateY(250px);
  opacity: 0;
  transition: 1s all ease;
}

.reve.active{
  transform: translateY(0);
  opacity: 1;
}
.reveal1{
  position: relative;
  transform:scale(0.9);
  opacity: 0;
  transition: 1s all ease;
}
.reveal1.active{
  transform: scale(1);
  opacity: 1;
}

.reveal2{
  position: relative;
  transform:scale(0.9);
  opacity: 0;
  transition: 1s all ease;
}
.reveal2.active{
  transform: scale(1);
  opacity: 1;
}
.reveal3{
  position: relative;
  transform:translateX(-300px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal3.active{
  transform:translateX(0px);

  opacity: 1;
}

.reveal4{
  position: relative;
  transform:translateX(300px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal4.active{
  transform:translateX(0px);

  opacity: 1;
}

.sifir h2{
    color: white;
    text-align: center;
}
.sifir p{
    color: white;
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
}
 
.sifir{
   width: 50%;
   margin: auto;
     
}
.sifir h3{
    font-family: 'Dancing Script', cursive;
    color: #cfa670;
    font-size: 45px;
    text-align: center;
}
 
@keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  .dord{
    height: auto;
  }
.dord-1{
    display: flex;
    justify-content: center;
}
.dord-text{
    width: 40%;
    height: auto;
    text-align: center;
    color: white;
    padding-top: 67px;
    
}

.dord-text h3{
    font-family: 'Dancing Script', cursive;
    color: #cfa670;
}
.dord-text h2{
    font-family: 'Dancing Script', cursive;
    color: #cfa670;
}
.dord-text p{

    text-align: center;
    font-size: 20px;
    padding: 0px 58px;


}
.dord-img{
    width: 40%;
}
.dord-img img{
    width: 90%;
    height: 538px;
}
.aa{
    border-bottom: 2px solid #cfa670;
    width: 25%;
    text-align: center;
    margin: auto;
    color: #cfa670;
    font-size: 19px;
    font-weight: 600;
}

.gallery h2{
  color: white;
  text-align: center;
}
.uclu-sekil{
  width: 80%;
  height: 300px;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
 
.l{
  width: 40%;
  overflow: hidden;

}
.l img{
  width: 95%;
  height: 300px;
  transition: 1s;

}
.s{
  width:30% ;
  overflow: hidden;

  
}
ul li a{
  text-decoration: none;
  color: white;
}
.s img{
  width: 95%;
  height: 300px;
  transition: 1s;
  overflow: hidden;

}
.uclu-sekil img:hover{
  transform: scale(1.2);
  transition: 1s;
  overflow: hidden;
}
.footer{
    width: 100%;
    height: auto;
}
.footer ul{
list-style:none ;
}
.footer ul li{
    font-size: 23px;
}
  .ulli ul li a:hover{
    color: #dc9457;
  }
  .ulli{
    position: relative;
  }
 
  .ulli:before{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color: #cfa670;
    left: 5%;
    top: 0;
  }
  .ulli:after{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color:#cfa670;
    right: 5%;
    z-index: 1111111;
    top: 0;
  }
  .main-menu{
    width: 20%;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    right: -30%;
    text-align: center;
     transition: 1s;
     z-index: 1;
  }
  .main-menu ul{
    padding-left: 0px;
  }
  .main-menu .fa-xmark{
    position: absolute;
    right: 11px;
    top: 4px;
    font-size: 30px;
    color: white;
  }
  .main-menu ul li a{
    color: #989898;
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
 
  }
  .main-menu ul {
     list-style: none;
  }
  .main-menu ul li {
    margin-top: 15px;
  }
  .adrs address{
    color: #989898;
    padding: 0 14px;


  }
  


  .swiper {
     
    width: 100%;
    height: 50%;
    min-height: 450px;
  }

  .swiper-slide {
    font-size: 18px;
    background: black;
    color: white;

     
     
  }
  .swiper-pagination span{
    background-color: white;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  .swiph2{
color: white;
      text-align: center;
  }
  .swiph2 {
      padding: 0 100px;
  }
  
  .swiphr{
  width: 10%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  height: 5px;
  background-color:#cfa670;
  border: none;
  margin-top: 20px;


  }
  .swiper-button-next{
    
      position: absolute;
      top: 62%!important;
      color: white!important;
  }
  .swiper-button-prev{
    position: absolute;
    top: 62%!important;
    color: white!important;
  }
  .swiper-wrapper{
      margin-top: 20px;
  }
  .swipper-slide p{
      position: relative;
      top: 0;
      left: 0;
  }
  .swiper-slide p{
      padding:27px 49px;

  }
  .quot1{
    width: 70%;
  }
    .quot {
      padding: 0px 32px;
  
  }
  .quot2 i{
      display: inline-block;
      color: yellow;
  }
  @media only screen and (max-width: 760px) {
    .main-menu{
      width: 100%;
      display: none;
    }
    .loader h1{
      font-size: 80px;
    }
    @keyframes leaves {
      0% {

        padding-top: 0px;
          transform: scale(1.0);
      }
      100% {
        padding-left: 10px;
        padding-top: 30px;
          transform: scale(1.1);
          overflow: hidden;
      }
    }
    .cafe-menu{
      margin: auto 20px;
    }
    .top{
  font-family: 'Courgette', cursive;

    }
      
    .text h1{
    
        position: absolute;
        left: -2%;
        top: 20%;
        font-size: 75px!important;
    }
    .sifir{
      width: 80%;
    }
   
    .bir-text{
      width: 100%;
      left: 0;
      height: auto;
      margin-bottom: 20px;
    }
    .bir-text .a{
      width: 40%;
      position: relative;
    bottom: 13px;
    }
    .swiph2 {
      padding: 0px 40px;
  }
    .bir-all{
      flex-wrap: wrap;
    }
    .bir-images{
      width: 100%;
      flex-wrap: wrap;
      
    }
    .aa{
      width: 28%!important;
    }
    .bir-img{
      width: 100%;
    }
    .bir-img img{
      width: 100%;
    }
    .chef{
      flex-wrap: wrap;
    }
    .chef1{
      width: 100%;
      margin-bottom: 20px;
    }
    .dord-1{
      flex-wrap: wrap;
    }
    .dord-text{
      width: 100%;
      padding-top: 0px;
    }
    .aa{
      width: 23%;
      margin-bottom: 20px;
    }
    .dord-img{
      width: 100%;
    }
    .dord-img img{
      width: 100%;
    }
.ters{
  flex-direction: column-reverse;
}
.uclu-sekil{
  flex-wrap: wrap;
  height: auto;
}
.s{
  width: 100%;
  margin-bottom: 20px;
}
.s img{
  width: 100%;
  margin: auto;

}
.l{
  width: 100%;
  margin-bottom: 20px;
}
.l img{
  width: 100%;
}
.ulli{
  padding: 10px;
}
.ulli ul{
  padding-left: 0px;
}
.coll{
  padding-top: 20px;
}
.ulli:after{
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background-color:#cfa670;
  left: 5%;
   top:100%;
   margin: auto;
}
.ulli:before{
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background-color:#cfa670;
  right: 40px ;
  z-index: 1111111;
  top: 0;
  margin: auto;
}
.swiper-wrapper{
}
.swiper-slide{
      flex-wrap: wrap;
      width: 100%!important;
    }
    .swiper-slide img{
      width: 50%;
    }
    .quot3{
      width: 100%;
      display: flex;
    }
   .swiper .row>*{
      width: 50%!important;
    }
  }
  @media only screen and (max-width: 280px ){
    .text h1{

      font-size: 50px!important;
    }
    .loader h1{
     
        font-size: 55px;
    }
    
    .bir-text p {
      padding: 0 7px;
  }
  .bir-text h2 {
    font-size: 30px;
}
.bir-text .a{
  width: 55%;
}
.bir-img img{
  object-fit: cover;
}
.dord-text p {
 
  padding: 0px 15px;
}
.aa{
   width: 38%!important;
}
.dord-img img{
  object-fit: cover;
}
.swiph2 {
  padding: 0px 21px;
}
.swiphr {
  width: 24%;
  }
  .swiper-slide img {
    width: 100%;
}
.quot1 {
  width: 100%;
}
.quot2 i {
  font-size: 13px;
}
.swiper-slide p{
   
    padding: 0px 28px;
    text-align: center;
}
.uclu-sekil img{
  object-fit: cover;
}
}
  @media only screen and (min-width: 768px ) and (max-width: 1022px ) {
    nav{
      padding: 20px 39px;

    }
    .main-menu {
      width: 35%;
      height: 100vh;
      right: -40%;
  }
    .cafe-name h2{
padding-top: 20px;
    }
    .cafe-menu i{
      padding-top: 20px;
    }
    .text h1{
      font-size: 105px!important;
    position: absolute;
  left: 34%!important;
    top: 26%;
    }
    .sifir {
      width: 66%;
    }
    .bir-all{
      width: 88%;
       
    }
    .bir-text{
      width: 49%;
      height: 447px;

    }
    .bir-text p{
      padding: 0;
    }
    .a{
      width: 38%;
      padding-top: 10px;
    }
.bir-images{
  width: 72%;
  justify-content: center;

}
.ulli ul{
  padding-left: 0px;
}
.bir-text h2 {
  font-size: 41px;
}
.dord-text{
  padding-top: 0;
  width: 50%;
}
.dord-text p{
  font-size: 20px;
  padding: 0px 30px;
  text-align: justify;
}
.aa{
  width: 33%;
}
.swiper-slide{
  width: 340px!important;
}
.row>* {
  width: 50%!important;
 }
 .quot {
  padding: 0px 27px!important;
}
.uclu-sekil{
  flex-wrap: wrap;
  height: auto;
}
.uclu-sekil img{
  object-fit: cover;
}
 
.s img{
  width: 100%;
  margin: auto;

}
.l{
  width: 35%;
  overflow: hidden;

}
.l img{
  width: 100%;
  height: 300px;
  transition: 1s;

}
.s{
  width:30% ;
  overflow: hidden;

  
}

.l img{
  width: 100%;
}
 .footer .row>* {
  width: 33%!important;
}
  }