
@font-face {
    font-family: 'Freshman';
    src: url('./fonts/Freshman.woff2') format('woff2'),
        url('./fonts/Freshman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h2{
    font-family: 'Freshman';
}

    .navbar{
        /* border-top: 4px solid #ed1b24; */
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 37px 87px -36px rgba(0,0,0,0.44);
        -webkit-box-shadow: 0px 37px 87px -36px rgba(0,0,0,0.44);
        -moz-box-shadow: 0px 37px 87px -36px rgba(0,0,0,0.44);
        z-index: 99;
    }
    .navbar-nav{
      gap: 15px;
    }
    .navbar-nav .nav-link{
      font-size: 20px;
      font-weight: 900;
      color: #000 !important;
      font-family: Arial, Helvetica, sans-serif;
    }
    .navbar-nav .nav-link.active{
      color: #ed1b24 !important;
    }
    .navbar-nav .nav-link:hover{
      color: #ed1b24 !important;
    }

    .cus-btn-grp{
      display: flex;
      gap: 2px;
    }
    @media (max-width: 1200px){
      .cus-btn-grp{
        margin-bottom: 30px;
      }
    }

    .navbar a.cus-primary-btn {
      color: #fff;
      border: 2px solid #ed1b24;
      background-color: #ed1b24;
      padding: 10px;
      width: 150px;
      text-align: center;
      font-size: 18px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
      text-decoration: none;
      /* background: linear-gradient(
        90deg,
        #ed1b24 50%,
        #fff 50%
      ); */
      /* background-size: 200% 100%;
      background-position: left;
      transition: 
        background-position 0.5s ease,
        color 0.5s ease;
      overflow: hidden; */
      display: inline-block;
      margin: 0;
    }

    .navbar a.cus-primary-btn:first-child{
      border-radius: 5px 0 0 5px;
    }
    .navbar a.cus-primary-btn:last-child{
      border-radius: 0 5px 5px 0;
    }

    /* a.cus-primary-btn:hover {
      background-position: right;
      color: #ed1b24;
    } */

    .banner{
      padding-top: 95px;
    }

    .banner .video-container {
      position: relative;
    }

    .banner video {
      width: 100%;
      outline: none;
      /* cursor: pointer; */
      width: 100%;
      height: 90vh;
      object-fit: cover;
    }

    .banner .video-container h2{
      font-size: 120px;
      position: absolute;
      top: 0;
      left: 20px;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
      line-height: 160px;
      font-family: Arial, Helvetica, sans-serif;
      max-width: 70%;
    }

    

    .banner .play-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #fff;
      color: #000;
      border: none;
      border-radius: 6px;
      padding: 8px 14px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      z-index: 2;
    }

    /* .banner .play-btn:hover {
      background: #e84118;
    } */

    .about .about-wrap{
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .about .about-wrap .box:last-child{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 30px;
      text-align: center;
      background-color: #000;
    }

    .about .about-wrap .box figure{
      margin: 0;
    }

    .about .about-wrap .box:last-child h2,
    .about .about-wrap .box:last-child p{
      color: #fff;
    }

    .about .about-wrap .box:last-child h2{
      font-size: 70px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
    }

    .about .about-wrap .box:last-child p{
      font-size: 25px;
      font-weight: 900;
    }

    .outlet .outlet-wrap{
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .outlet .outlet-wrap .box:first-child{
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* align-items: center; */
      padding: 20px;
      gap: 20px;
      text-align: left;
    }

    .outlet .outlet-wrap figure{
      margin: 0;
    }

    .outlet .outlet-wrap span{
      font-size: 20px;
      font-weight: 900;
      font-family: Arial, Helvetica, sans-serif;
    }

    .outlet .outlet-wrap h4{
      font-size: 45px;
      font-weight: 900;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
    }

    .outlet .outlet-wrap p{
      font-size: 18px;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
    }

    .outlet a.cus-primary-btn {
      color: #fff;
      border: 2px solid #ed1b24;
      background-color: #ed1b24;
      padding: 10px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      text-decoration: none;
      font-weight: 500;
      border-radius: 5px;
      cursor: pointer;
      display: inline-block;
      margin: 0;
    }

    .menu h2{
      text-align: center;
      color: #000;
      font-weight: 900;
      font-size: 70px;
      text-transform: uppercase;
      background-color: #ebeee9;
      font-family: Arial, Helvetica, sans-serif;
      margin-bottom: 0;
      padding: 30px 0;
    }

    .menu{
      overflow: hidden;
      /* margin-bottom: 10px; */
    }

    .menu .menu-wrap{
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .menu .menu-wrap .box{
      background-color: #ed1b24;
      cursor: pointer;
    }

    .menu .menu-wrap .box img{
      max-width: 100%;
      width: 100%;
      height: auto;
      transition: 0.3s transform ease-in-out;
      max-height: 270px;
    }

    .menu .menu-wrap .box img:hover{
      transform: scale(1.1);
    }

    .menu .menu-wrap .box .box-detail{
      height: 270px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      /* background-color: #ed1b24; */
      background: url('./img/menu-bg.jpg');
      background-size: cover;
    }

    .menu .menu-wrap .box .box-detail h4{
      font-size: 30px;
      color: #fff;
      text-align: center;
      font-weight: 900;
      font-family: Arial, Helvetica, sans-serif;
    }

    .menu .menu-wrap .box .box-detail span{
      font-size: 20px;
      color: #fff;
      text-align: center;
      font-weight: 900;
      font-family: Arial, Helvetica, sans-serif;
    }

    #progress-bar {
      position: fixed;
      top: 0;
      left: 0;
      height: 4px; /* You can adjust thickness */
      background-color: #ed1b24;
      width: 0%; /* Start empty */
      z-index: 9999;
    }

    .footer{
      color: #fff;
      background-color: #000;
    }

    .food-rating{
      max-width: 600px;
      margin: 0 auto;
    }

    .food-rating img{
      width: 100%;
    }




    .rating{
      /* border-top: 5px solid #fff;
      background-color: #000; */
      padding: 50px;
    }


    .rating .rating-card {
      background: #aefc0a;
      border: 5px solid #222;
      border-radius: 20px;
      padding: 30px 40px;
      max-width: 600px;
      position: relative;
      color: #222;
      margin: 0 auto;
    }

    .rating .rating-card h2 {
      text-align: center;
      font-size: 2.2rem;
      /*font-weight: bold;*/
      margin: 0 0 20px;
      position: relative;
      transition: all 0.5s ease;
    }

    .rating .rating-card h2::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 4px;
      background: #222;
    }

    .rating .ratings {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px;
      padding: 0 10px;
      position: relative;
    }

    .rating .circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #d4eeb5;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      font-weight: bold;
      color: #222;
      border: 4px solid #222;
      position: relative;
      transition: all 0.3s ease;
    }

    .rating .circle.active {
      background: #222;
      color: white;
      transform: scale(1.2);
    }

    .rating .pointer {
      position: absolute;
      top: -20px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 20px solid #222;
      left: 0;
      transform: translateX(-50%);
      transition: left 0.3s ease;
    }

    .rating .label {
      text-align: center;
      font-size: 1.2rem;
      margin-top: 20px;
      font-weight: bold;
    }

    .rating .celebration {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff;
      text-shadow: 2px 2px 10px #000;
      pointer-events: none;
      opacity: 0;
      transition: transform 0.6s ease, opacity 0.6s ease;
    }

    .rating .celebration.show {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
    }




    .flavour{
      margin-top: 100px;
      background-color: #000;
    }

    .flavour-heading h2{
      font-size: 60px;
      color: #fff;
      font-weight: 900;
      font-family: Arial, Helvetica, sans-serif;
    }

    .flavour .flavour-wrap{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .flavour .flavour-wrap .box{
      background: #cc0a0a;
      color: #fff;
      background: radial-gradient(circle, rgba(168, 147, 147, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(247, 0, 0, 0.247) 100%);
      padding: 30px;
      text-align: center;
      display: flex;
      flex-direction: column;
      /* gap: 30px; */
      min-height: 350px;
      justify-content: space-between;
      border-radius: 5px;
    }

    .flavour .flavour-wrap .box figure img{
      width: 70px;
    }

    .flavour .flavour-wrap .box h4{
      font-size: 25px;
      font-weight: 700;
    }

    .flavour .flavour-wrap .box p{
      font-size: 16px;
      font-weight: 500;
    }

    .flavour .flavour-wrap .box .hot-img{
      width: 100px;
      margin-bottom: 10px;
    }

    .flavour .flavour-wrap .box .cus-secondary-btn{
      background-color: #ed1b24;
      width: 100%;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      text-decoration: none;
      padding: 10px 0;
      border-radius: 5px;
      cursor: pointer;
    }


    @media (max-width: 991px){
      .banner .video-container h2{
        font-size: 70px;
        line-height: 80px;
      }
      .about .about-wrap .box:last-child h2{
        font-size: 40px;
        margin-bottom: 20px;
      }
      .about .about-wrap .box:last-child p{
        font-size: 18px;
        margin-top: 0;
      }
      /* .about .about-wrap{
        grid-template-columns: 1fr;
      } */
      .menu .menu-wrap{
        grid-template-columns: 1fr;
      }
      .menu .menu-wrap .box{
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
      .flavour .flavour-wrap{
        grid-template-columns: repeat(2, 1fr);
      }
      .menu .menu-wrap .box img{
        max-height: auto;
      }
    }

    @media (max-width: 767px){
        .menu .menu-wrap .box img{
            max-height: 340px;
        }
      .about .about-wrap{
        display: flex;
        flex-direction: column;
      }
      .outlet .outlet-wrap{
        display: flex;
        flex-direction: column-reverse;
      }
      .outlet .outlet-wrap .box:first-child,
      .about .about-wrap .box:last-child{
        padding: 40px 20px;
      }
      .flavour .container{
        max-width: 100%;
      }
      .flavour .flavour-wrap{
        gap: 20px;
      }
      .rating .circle{
        width: 40px;
        height: 40px;
        font-size: 20px;
      }
      .rating .rating-card h2{
        font-size: 30px;
      }
    }

    @media (max-width: 575px){
      .banner{
        overflow: hidden;
      }
      .text-layer h2{
        font-size: 40px;
      }
      #banner-wrap{
        height: calc(100vh - 220px);
      }
      .text-layer h2 span{
        -webkit-text-stroke: 1px #fff;
      }
      .banner .video-container h2{
        font-size: 40px;
        line-height: 50px;
        top: 20%;
      }
      .banner video{
        height: 60vh;
      }
      .outlet .outlet-wrap h4{
        font-size: 30px;
      }
      .outlet .outlet-wrap .box:first-child{
        gap: 0;
      }
      /* .about{
        padding: 0 0 30px;
      } */
      .about .box h2{
        font-size: 30px;
      }
      .about p{
        font-size: 16px;
      }
      /* .about .box{
        padding: 0 15px !important;
      } */
      .menu h2{
        font-size: 30px;
        padding: 30px 80px;
      }
      .menu-section{
        grid-template-columns: 1fr;
      }
      .menu .menu-wrap .box{
        display: flex;
      }
      .menu .menu-wrap .box:nth-child(n+1){
        flex-direction: column;
      }
      .menu .menu-wrap .box:nth-child(2n+1){
        flex-direction: column-reverse;
      }
      .menu .menu-wrap .box .box-detail h4{
        font-size: 20px;
      }
      .about p{
        font-size: 20px;
      }
      .section-heading h2{
        font-size: 30px;
        
      }
      .rating{
        padding: 30px 15px;
      }
      .rating-card{
        padding: 30px 15px;
      }
      .rating-card h2{
        font-size: 20px;
      }
      .rating .pointer{
        border-top: 10px solid #222;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
      }
      .flavour-heading h2{
        font-size: 30px;
      }
      .gallery .gallery-wrap{
        grid-template-columns: 1fr;
      }
      .flavour .flavour-wrap{
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 420px){
      .section-heading h2{
        font-size: 22px;
        padding: 30px 60px;
      }
      .rating{
        padding: 20px 10px;
      }
      .rating .rating-card{
        padding: 20px 10px;
      }
    }

    