@import url('https://fonts.googleapis.com/css2?family=Monda:wght@700&family=Squada+One&display=swap');

  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
}
.loader{
  z-index: 9999;
  position: fixed;
  background-color: antiquewhite;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.disappear{
  animation: anim 1s forwards;
}

@keyframes anim{
  100%{
      opacity: 0;
      visibility: hidden;
  }
}
header{
    background: rgb(235, 130, 88, 0.79);
    width: 100%;
    height: 79px;
    position: fixed;
    z-index: 2;
}
.nav-bar{
    display: flex;
    justify-content: space-between;
    height: 79px;
    width: 100%;
    align-items: center;
    
}
.logo h1{
    font-family: 'Squada One', cursive;   
    font-size: 3rem;
    margin-left: 4rem;
}


.nav-list{
    width: 46%;
}
.nav-list ul{
    display: flex;
    justify-content: space-evenly;
}
.nav-item{
    list-style: none;
    font-size: 1.33rem;
}
.nav-link{
    text-decoration: none;
    font-family: 'Monda', sans-serif;
    color: black;
}
.cta-par{
    width: 174px;
    padding-left: 10px;
    height: 41px;
    background-color: #F9C433;
    border-radius: 20px 1px;
    padding-top: 2px;
}
.hero-section{
  background: url("img/hero-bg.png");
  background-size: cover;
  background-position: left 0% top 11%;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  
}
.text-section{
  position: absolute;
  top: 17%;
  left: 6%;
}
.hero-text{
    font-family: 'Monda', sans-serif;
    font-size: 5rem;
    color: aliceblue;
    
    
}
.hero-logo{
    font-family: 'Squada One', cursive;
    color:#F9C433 ;  
    letter-spacing: 1px;
    margin-left: 10px;
    font-size: 6.5rem;
    font-weight: initial;
}
.hero-cta{
    width: 235px;
    height: 65px;
    font-size: 2rem;
    font-family: 'Squada One', cursive;
    border-radius: 13px;
    border-style: none;
    color: #F9C433;
    background-color: black;

}
/* ----------------------------------------------
 * Generated by Animista on 2021-1-8 9:31:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-bck
 * ----------------------------------------
 */
 @-webkit-keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2021-1-8 9:34:56
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation swing-in-bottom-bck
* ----------------------------------------
*/
@-webkit-keyframes swing-in-bottom-bck {
  0% {
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes swing-in-bottom-bck {
  0% {
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}
/* ----------------------------------------------
* Generated by Animista on 2021-1-8 14:41:29
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation vibrate-1
* ----------------------------------------
*/
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


.vibrate-1 {
	-webkit-animation: vibrate-1 1s linear infinite both;
	        animation: vibrate-1 1s linear infinite both;
}
.divider{
  height: 50px;
  width: 100%;
  background-color: #F9C433;
}
.cuisine-sec{
  width: 100%;
  height: 105vh;
  background: url("img/cuisine-bg.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}
.cuisine-heading{
    font-family: 'Monda', sans-serif;
    text-align: center;
    font-size: 5rem;
    color: black; 
}
.card-grid{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  
}
.card{
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.05)
    );
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5), -1px -1px 2px #aaa,
      1px 1px 2px #555;
    backdrop-filter: blur(0.8rem);
    padding: 1.5rem;
    border-radius: 1rem;
    /* animation: 1s cubic-bezier(0.16, 1, 0.3, 1) cardEnter; */
    height: 295px;
    width: 24%;
    min-width: 300px;
    margin: 10px 10px;
}
.card h1{
  font-family: 'Squada One', cursive;
  font-size: 4rem;
  color: #F9C433;
  font-weight: normal;
}
.cuisine-logo{
  height: 56px;
  margin-left: 24px;
}
.jap-heading{
  font-size: 4rem;
}

.cuisine-cta{
  margin-top: 55px;
}
@media screen and (min-width:769px){
    body{
      height: 100vh;
    }
    .hamburger{
        display: none;
    }
}
@media screen and (max-width:768px){
    header{
        width: 100%;
    }
    .nav-bar{
        width: 100%;
        transition: transform ease 0.5s;
    }
    .logo h1{
        margin-left: 1rem;
        font-size: 2.5rem;
    }
    .hamburger{
      position: relative;
      z-index: 1000;
      cursor: pointer;
      height: 21px;
      width: 26px;
      margin-right: 20px;
      overflow: hidden;
    }
    .bar{
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 5px;
      background: black;
      transition: 0.25s;
      -webkit-transition: 0.25s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .bar:nth-child(2) {
      margin: 20% 0;
    }
    .animate .bar:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(135deg);
              transform: translateY(10px) rotate(135deg);
    }
    .animate .bar:nth-child(2) {
      opacity: 0;
    }
    .animate .bar:nth-child(3) {
      -webkit-transform: translateY(-6px) rotate(-135deg);
              transform: translateY(-6px) rotate(-135deg);
    }
    .nav-list{
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: transform ease 0.3s;
        
    } 
    .ham{
        font-size: 2.3rem;
        margin-right: 1rem;
    }
    .menu-hide{
        display: none;
    }
    .navlist-show{
        position: absolute;
        top: 79px;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 70vh;
        background-color: rgb(235, 130, 88, 0.79);
        justify-content: space-evenly;
        transform: translateY(0%);
        
        
    }
    .nav-list ul{
      display: flex;
      height: 70vh;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
    }
    .nav-list ul li{
      margin-top: 10px;
    }
    .navlink{
        text-decoration: none;
        font-family: 'Monda', sans-serif;
        color: black;
    }
    .swing-in-top-bck {
        -webkit-animation: swing-in-top-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
                animation: swing-in-top-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }
    .swing-in-bottom-bck {
        -webkit-animation: swing-in-bottom-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
                animation: swing-in-bottom-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }
    .cta-par{
        padding-top: 7px;
    }
    .hero-section{
      background-repeat: no-repeat;
      height: 100vh;
      width: 100%;
      background-position: center;
    }
    .hero-text{
        font-size: 39px;
    }
    .hero-logo{
        font-size: 39px;
    }
    .hero-cta{
      width: 119px;
      height: 50px;
      font-size: 1rem;
      margin-top: 6%;
      z-index: -1;
    }
    .cuisine-sec{
      height: 200%;
    }
    .cuisine-heading{
      font-size: 39px;
    }
    .card h1{
      font-size: 48px;
      margin-top: 20px;
    }
    .cuisine-cta{
      margin-top: 55px;
      height: 67px;
      width: 165px;
      font-size: 1.5rem;
    }
    }
