@import url('https://fonts.googleapis.com/css2?family=Abel&family=League+Gothic&display=swap');

:root{
   --spice-red:#DB0A0D;
   --spice-yellow:#FFCB03;
   --spice-green:#0D743B;
  
}
html{font-size: 62.5%;}
 

*{margin: 0;padding: 0;
}
body{
    font-family: 'Abel', sans-serif;
    box-sizing: border-box;
 
}
h1,h2,h3,h4,h5{
    font-family: 'League Gothic', sans-serif;
    color:var(--spice-red);
}
h2{font-size: 5.5rem;}
p{font-size: 2.5rem;
line-height: 170%;
font-family: 'Abel', sans-serif;
margin: 0;
}
a{color: var(--spice-red);
text-decoration: none;}
a:hover{color:var(--spice-green)}

header.logo{
    display: flex;
    justify-content: center;
     padding: 0 2rem;
     margin-top: 3rem;
}
header.logo img{max-width:10rem; }
 .main-nav{
     display: flex;
    justify-content: center;
    padding: 1rem  0 3rem;  
}
.main-nav li{
    display: inline-block;
    font-size:3rem;
    margin-right: 2rem;
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
    color:  var(--spice-red);
 }
.main-nav li:last-child{
    display: inline-block;
     margin-right:0;}

.heading-wrapper-md{
    min-height: 80vh;
    padding: 2rem 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-col{
    flex-direction: column;
}
.bg-1{
    background-color: #db0a0d;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffcb03' fill-opacity='0.14' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.bg-1 h2{
     color:var(--spice-yellow);
}
.bg-1 p{color:#fff}


.bg-2{background-color: #ffcb03;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23db0a0d' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");}

    .bg-2 h2{
        color:var(--spice-red);
   }
   .bg-1 p{color:#fff}
.bg-3{background-color: #0d743b;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffcb03' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");}
    .bg-3 h2{
        color:var(--spice-yellow);
   }
   /* margin and padding */
   .mts-5{
     margin-top: 5rem;
   }
   .mts-10{
     margin-top: 10rem;
   }
   .mbs-5{
     margin-bottom: 5rem;
   }
   .mbs-10{
     margin-bottom: 10rem;
   }
   .pts-5{
    padding-top: 5rem;
  }
  .pts-10{
    padding-top: 10rem;
  }
  .pbs-5{
    padding-bottom: 5rem;
  }
  .pbs-10{
    padding-bottom: 10rem;
  }

   /* buttons */
  
 .btn-menu {
    padding: 2rem;
   font-size: 3rem;margin-top: 4rem;
    border: 2px solid currentColor;
    border-radius: 3rem;
    color: #ff0;
    font-size: 4rem;
    font-weight: 100;
    overflow: hidden;
    padding: 1rem 2rem;
    position: relative;
    text-decoration: none;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
  }
  .btn-menu::after {
    background-color: #ff0;
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
  }
  .btn-menu:hover::after {
    transform: translate(0, 0);
  }
  .btn-menu:hover {
    border: 2px solid transparent;
    color: var(--spice-red);
    transform: scale(1.05);
    will-change: transform;
  }
  .btn-menu-2 {
    padding: 2rem;
   font-size: 3rem;margin-top: 4rem;
    border: 2px solid var(--spice-red);;
    border-radius: 3rem;
    color: var(--spice-red);
    font-size: 4rem;
    font-weight: 100;
    overflow: hidden;
    padding: 1rem 2rem;
    position: relative;
    text-decoration: none;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
  }
  .btn-menu-2::after {
    background-color: var(--spice-red);
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
  }
  .btn-menu-2:hover::after {
    transform: translate(0, 0);
  }
  .btn-menu-2:hover {
    border: 2px solid transparent;
    color: var(--spice-yellow);
    transform: scale(1.05);
    will-change: transform;
  }
  /* animation */
  @keyframes slide {
    0%{transform: scale(0%);}
    100%{transform: scale(100%);}
    
  }
  /* menu wrapper */
  .menu-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
 .menu-wrapper__item  {
   display: flex;
   flex-direction: column;
   position: relative;
   overflow: hidden;
   }
  .menu-wrapper__item  h3 {
    color: var(--spice-yellow);
    font-size: 3rem;
    padding: 2rem;
     background-color:var(--spice-red);
     opacity: 1;
     z-index: 10;
 
  }
  .menu-wrapper__item-overlay  {
     position: absolute;
     width: 100%;
     height: 100%;
      display: flex;
     justify-content: center;
     align-items: center;
     background-color:rgba(255, 203, 3, .8);
      font-size: 3rem;
     transform: translateX(-100%);
     transition: translate();
     
 }
 
 .menu-wrapper__item:hover .menu-wrapper__item-overlay   {
  transform: translateX(0);
  animation:slide 1s;
     }
 /* location */
 .location{
   display: flex;
   justify-content: center;
   align-items: center;
    min-height: 60rem;
   margin: 0;
   padding: 0;
   background-color: #F3F4F5;
 }
#hours h3{
  font-size: 3.5rem;
 }
 #hours p{
   margin: 0 5rem;
 }
/* footer */
  footer{display: flex;
  min-height:calc(10vw + 5rem);
  font-family: 'League Gothic', sans-serif;
  justify-content: center;
text-align: center;}

  .ftr-social_wrapper{
    display: flex;
    width: 90vw;
    max-width: 30rem;
    margin: 2rem;
     justify-content:space-between;
    }
  .ftr-social_wrapper a{
  color: var(--spice-yellow);
  }
  /* detailed menu */
  .menu-wrapper-md{
    min-height: 80vh;
    padding: 6rem 10rem;
    display: flex;
     align-items: center;
}
  ul.menu-nav{
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    list-style: none;
  }
  ul.menu-nav li{
   padding: 1.5rem;
   background-color: var(--spice-yellow);
  }
  ul.menu-nav li:hover{
     color:#fff;
    background-color: var(--spice-green);
   }
/* menu item table  */
.item-wrapper-main{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3rem;
   padding: 0;
  width: 100%;
  max-width: 60rem;
  color: var(--spice-yellow);
 }
.item-wrapper-main table{
width: 100%;
border-collapse: collapse;
font-weight: bold;
}
.item-wrapper-main td{
    padding: 1rem;
   border-bottom: 1px solid var(--spice-yellow);
   font-size: 2.5rem;
   text-align: center;
  }
  .item-wrapper-main td.item-name{
     text-align: left;
    }
    .item-wrapper-main td.item-price{
      text-align: left;
     }

/* menu single page */
.img-wrapper-main{
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
       
}
.img-wrapper-main__item:hover{
opacity: .9;
cursor: pointer;
}
.img-wrapper-main img{
   max-width: 100%;
       
}
.item-wrapper-main{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 6rem;
   padding: 0;
  width: 100%;
  max-width: 60rem;
 }
 
.h3-span{font-size: 4rem;color: #fff;}
.lg-none{
  display: none;
}


  @media (max-width: 767.98px) {
   
    html{font-size: 40%;}

    .mts-5{
      margin-top: 2.5rem;
    }
    .mts-10{
      margin-top: 5rem;
    }
    .mbs-5{
      margin-bottom: 2.5rem;
    }
    .mbs-10{
      margin-bottom: 5rem;
    }
    .pts-5{
     padding-top: 2.5rem;
   }
   .pts-10{
     padding-top: 5rem;
   }
   .pbs-5{
     padding-bottom: 2.5rem;
   }
   .pbs-10{
     padding-bottom: 5rem;
   }
   .heading-wrapper-md{
     padding: 8rem 2rem;
     min-height: auto;
 }
 .menu-wrapper{
  display:none;
}
.lg-none{
  display: block;
}

 h2{font-size: 4rem;}
 .item-wrapper-main td{
 
 font-size: 2rem;
 }
}
 