 :root {
        --orange: #f48221;;
        --green: #4EB849;
        --dark: #0f0f0f;
        --gray: #1a1a1a;
        --light: #ffffff;
        --font-main: "Poppins", sans-serif;
    }
    @font-face {
    font-family: "Abiah-Regular";
    src: url("Abiah-Regular.otf");
    }
    body {
        margin: 0;
        font-family: var(--font-main);
        background: var(--dark);
        color: #fff;
        line-height: 1.6;
        font-size:16px;
    }
   
    h1,h2, h3
    {
        
        font-family: "Abiah-Regular";
    }
    p, .team-line
    {
        font-size:16px;
    }
    .cy-section-title
    {
        font-size: 48px !important;
    }
    .cy-section-title, h4,h3,h5
    {
        color:#fff;
    }

   
    
    /* ---------------- HERO ---------------- */
    .hero {
        position: relative;
        text-align: center;
        padding: 140px 20px;
        background: url('/images/new-year-img/hero-banner.webp') center/cover no-repeat;
        height: 700px;
        overflow: hidden;
    }
    .hero:before {
        background: url('/images/new-year-img/banner-ov.webp') no-repeat;
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: bottom;
    }

    .hero-content h5 {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 0 70px;
    font-size: 14px;
    letter-spacing: 3px;
    color: var( --orange);
}

.hero-content h5:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    background: var( --orange);
    top: 50%;
}

.hero-content h5:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 1px;
    background: var( --orange);
    top: 50%;
}
    .hero-content
    {
        position: relative;
        z-index: 1;
    }
    .hero h1 {
        font-size: 90px;
        margin: 0;
        color:#fff;
    }

    .hero span {
        color: var(--green);
        font-weight: bold;
        letter-spacing:5px;
    }

    .hero p
    {
        color: #D4D4D4;
        font-size: 20px;
    }
    .hero h4
    {
        color: #D4D4D4;
        font-size: 28px;
        font-weight: 400;
    }

    .cy-button-group{
        margin-top: 25px;
        column-gap: 25px;
        display: inline-flex;
    }

    .cy-btn {
        background: var(--orange);
        padding: 19px 37px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }
    .btn-shadow
    {
    box-shadow: 5px 5px 0px #fff;
    }

    .btn:hover {
        opacity: 0.8;
    }

    /* ---------------- ABOUT SECTION ---------------- */
    .about-section {
        /* padding: 70px 20px;
        max-width: 1100px;
        margin: auto; */
        background-color: #000;
    }

    .about-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
    }

    .about-text {
        padding: 40px 60px;
    }

    .about-text h2 {
        font-size: 32px;
        margin-bottom: 10px;
      
    }
    .about-text h2 span {
        
        color: var(--orange) !important;
    }
     .about-text p,
     .about-text h2 
     {
          color: #fff;
     }

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-img {
        width: 100%;
        height: 650px;
    }
    .team-line {
        display: flex;
        align-items: center;
        gap: 10px;
        font-style: italic;
        color:#fff;
    }

    .divider-front {
        display: block;
        width: 70px;
        height: 2px;
        background: #fff;
    }
    /* ---------------- MENU SECTION ---------------- */
    .menu-section {
        text-align: center;
        padding: 100px 20px;
        background-color: #0A0A0A;
    }

    .menu-section h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .menu-img {
        position: relative;
    }
    
    .menu-img  h3
    {
        position: absolute;
        bottom: 10px;
        padding: 15px;
        font-style: italic;
    }


   .menu-text {
        text-align: left;
        padding: 0 60px;
    }
    .menu-text p
    {
        color: #A1A1A1 !important;
    }
    .menu-block {
        max-width: 60%;
        padding-left: 30px;
        border-left: 1px solid #262626;
        margin-bottom: 40px;
    }
    .menu-block span {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 500;
        color: var(--orange);
    }
    .menu-block h3 {
        color: #fff;
        margin-bottom: 12px;
        font-size: 28px;
        font-weight: 500;
    }




    /* ---------------- RESERVATION ---------------- */
    .reserve {
        background: #171717;
        text-align: center;
        padding: 100px 20px;
    }

    .reserve-boxes {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

     .reserve p
    {
        color: #A1A1A1 !important;
    }
    .reserve-card {
        background: rgba(10,10,10, 50%);
        border: 1px solid  #262626;
        padding: 35px;
        border-radius: 8px;
        width: 100%;
    }

    .reserve-card h3 {
        margin: 0;
        color: var(--orange);
    }
    .reserve-card h5 {
        font-size: 20px;
        letter-spacing: 2px;         
        font-family: "Abiah-Regular";
        margin-top: 20px;
    }

    .reserve-card h4 {
        font-size: 30px;font-weight: 300;       
        font-family: "Poppins";
    }

     .reserve-card p ,
     .call-box p 
     {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 300;       
    }

    
.call-box {
    margin-top: 80px;
    padding: 80px 40px;
    border-top: 1px solid #262626;
}
        .call-text {
            font-size: 30px;
            text-decoration: none;
            color: #fff;
        }
    /* ---------------- FOOTER ---------------- */
    footer {
        text-align: center;
        padding: 40px 20px;
        font-size: 15px;
        opacity: 0.8;
    }

    /* ---------------- RESPONSIVE ---------------- */

.menu-block:last-child
{
    margin-bottom: 0;
}

 @media(max-width: 1399px) {

.hero h1 {
        font-size: 70px;
    }

    .menu-block {
    max-width: 90%;
    padding-left: 30px;
}

.cy-section-title {
    font-size: 40px !important;
}
.menu-block h3 {
    font-size: 24px;
}
 }



 @media(max-width: 1024px) {
    .hero h1 {
        font-size: 60px;
    }
     .hero p 
        {
            font-size: 16px;
        }
        .hero h4 {
            font-size: 22px;
        }
         .cy-section-title {
            font-size: 32px !important;
        }
        .about-text {
    padding: 40px 20px;
}
.about-img {
    width: 100%;
    height: 530px;
}
  p {
            font-size: 15px;
        }
  .about-text,   .menu-section, 
        .reserve  {
            padding: 50px 0px;
        }
        .menu-text {
    padding: 0;
}
.menu-block {
    max-width: 100%;
    padding-left: 30px;
}

.call-box {
            margin-top: 30px;
            padding: 30px 40px;
        }
        .call-text {
            font-size: 24px;
        }
        .call-email {
            font-size: 18px;
        }

         .reserve-card {
            padding: 25px;
            margin-bottom: 20px;
        }
        .reserve-card h5 {
            font-size:18px;
        }
        .reserve-card h4 {
            font-size: 24px;
        }
        
 }

    @media(max-width: 768px) {
        
         .menu-img {
        width:100%;
    }
        .left
        {
            width: 20%;    background: #181818;
            display: none;
        }
        .right
        {
            width: calc(100% );
        }
        .hero {
            padding: 80px 20px;
            height: auto;
        }
        .hero:before
        {
            display: none;
        }
       .hero h1 {
            font-size: 50px;
            line-height: 52px;
            margin-bottom: 15px;
        }
        .hero p 
        {
            font-size: 16px;
        }
        .hero h4 {
            font-size: 24px;
        }
        .cy-button-group
        {
            width: 100%;
        }
        .cy-btn {
            padding: 15px 15px;
            font-size: 15px;
            width: 100%;
        }
        .about-img {
            width: 100%;
            height: auto;
        }
        .about-text,   .menu-section, 
        .reserve  {
            padding: 50px 0px;
        }
      
       
        p {
            font-size: 14px;
        }

        .menu-text {
            padding: 0;
        }
        .menu-block {
            max-width: 100%;
                padding-left: 20px;
        }
        .menu-block h3 {
            font-size: 22px;
        }
       
    }