@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');

:root{
    --primary: #171819;
    --secondary: #855621;
    --secondary-alt: #e4c590;
    --bg: #f8f1e5;
    --text: #222222;
    --text-alt: #a7a7a7;
}

body{
    background-size: cover !important;
    background-repeat:no-repeat !important;
}

#jqi {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 8px #ffffff4d; 
}

.jqi_state {
  background:  var !important;
  font-family: "Heebo", sans-serif;
}

.jqimessage {
  font-size: 18px;
  padding: 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;


  div{
    display:flex;
    flex-direction:column;
  }
  
  strong{
    padding-bottom:15px;
    border-bottom:1px dotted;
  }
}

.jqiclose {
  filter: sepia(1) hue-rotate(-50deg) saturate(5);
}

.jqibuttons:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url(./uploads/pattern.png);
  background-repeat:no-repeat !important;
  opacity:0.05;
  pointer-events:none;
}

/* .jqibuttons:after {
  content: "";
  width: 10px;
  height: 50px;
  position: absolute;
  right: 0;
  background-color: var(--primary);
}
 */

.jqibuttons {
  position:relative;
  background-color: var(--primary) !important;
  /* outline: 2px solid #fff;
  outline-offset: -7px; */

  button {
    background: var(--secondary) !important;
    font-size: 18px !important;
    border-radius:20px;
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight:600 !important;
  }

  button:hover {
    background: var(--secondary-alt) !important;
    font-weight: 900;
  }
}

#login-section:before{
    content:'';
    position: absolute;
    right:-20px;
    bottom:-5px;
    width:120px;
    height:120px;
    background: url(./uploads/bird.png) no-repeat;
    background-size:cover;    
    opacity:0.1;
}

#login-section{
    box-shadow: 0 4px 8px #00000082;
    display:flex;
    min-height:300px;
    overflow:hidden;
    border-radius:6px;
    
    button{
        border-radius:12px !important;
    }
    
    .login-close-button{
        width:fit-content;
        position:absolute;
        right:10px;
    }

    .form-wrap:before{
        content:'LOGIN';
        padding-top:10px;
        padding-bottom:14px;
        font-weight:900;
        color:var(--secondary);
        font-size: 18px ;
    }
    
    .form-wrap{
        padding:5px;
    }

    #login-form{
        flex-wrap:wrap;
    }
    
    div:nth-child(6){
        position:relative;
        height:150px !important;
        width:fit-content;
        margin:0 auto;
        height:100%;
        min-width:200px;
        padding:10rem;
        color: var(--bg);
        text-transform:uppercase;
        background-color: var(--secondary-alt);
        border-radius: 5px;
    }
    
    div:nth-child(6):before{
        padding:1rem;
        width:100%;
        content:'Thirsty Weta Bar & Eatery';
        text-align:center;
        position:absolute;
        top: 55%;
        left:0;
        font-family: "Ultra", serif;
        font-weight:200 !important;
        font-size:18px;
        background: var(--primary);
        word-spacing:5px;
    }   

    div:nth-child(6):after{
        background: url(./images/logo.png) center no-repeat;
        background-size:cover;
        content:'';
        width:130px;
        height:130px;
        position:absolute;
        border-radius:50%;
        bottom: 50%;
        left:19%;
    }   

    .checkout_as_guest{
        order:-1;
        position:absolute;
        right:20px;;
        bottom:10px;
        min-width:fit-content;

        button{
            min-width:150px;
        }
    }

    @media(max-width:1490px){
        flex-direction:column;

        .checkout_as_guest{
            order:2;
            position:relative;
            right:0;
    }
    }
}


#left-nav{
  overflow:hidden;

center{
    display:none;
}
    
  #store-nav:before{
      content:'';
      left:0;
      top:0;
      width:100%;
      height:100%;
      position:absolute;
      background: rgb(23 24 25 / 90%);
  }

  #store-nav:after{
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    width: 15px;
    height:180px;    
    background:  url(./uploads/pattern-9.png) center repeat;  
  }
    
  #store-nav{
    position:relative;
    padding:1rem;
    height:180px !important;
    background: url(./uploads/pattern-4.png);
    background-size:cover;
    background-position-x:-700px;
  }
  
  #nav_profile_pic:before{
    content:'';
    position:absolute;
    left:50px;
    width:150px;
    height:150px;
    background:url('./images/logo.png');
    background-repeat:no-repeat;
    background-size:contain !important;
    background-color:#fff;
    border-radius:50%;
  }

  #nav_profile_pic:after{
    content:'';
    right:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    width: 15px;
    height:180px;    
    background:  url(./uploads/pattern-9.png) center repeat;  
  }

  ul li{
    border:none;
    /* border-bottom: 1px solid var(--tertiary); */
    margin:10px; 
    
    a {
      font-weight:700 !important;
      
      span{
        color: var(--secondary) !important;
    }
    }
  }
}

.modal-header:has(.deal-modal-header){
   h4:before{
       background:none;
   }
}

.modal-header{
    background: rgb(228 197 144 / 13%) !important;

    h4:before {
        content:'';
        position:absolute;
        top:50px;
        left:50%;    
        width:120px;
        height:100%;
        transform: translateX(-50%);
        background: url(./uploads/separator.png);
        background-size: contain;
        background-repeat:no-repeat;
        
    }
    
    h4{
        color:var(--secondary) !important;
        text-align:center;
    }

    .item-description-popup{
        padding:1rem;
        text-align:center;
    }
}

#menu-items .modal-popup .modal-body:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;

}

#menu-items .modal-popup .modal-body:has(.deal-item-name):before{
    z-index:-1 !important;

}

#menu-items .modal-popup .modal-body{
    background: rgb(23 24 25 / 92%) !important;
}
#menu-items .modal-popup .modal-body p{
    color: var(--secondary-alt) !important;
    z-index:10
}


.multi-option-select:before,.deal-item-option-container-1:before {
    content:'';
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    top:15px;
    border-radius:3px;
    border:1px solid var(--secondary);
    outline:1px dashed var(--secondary);
    outline-offset:-5px;
        background: url(./uploads/pattern-4.png);
}

.multi-option-select,.deal-item-option-container-1 {
    padding:1rem;
    position:relative;
    margin-bottom: 1.5rem;
    
    p{
        background: rgb(23 24 25) !important; 
        color: var(--secondary-alt) !important; 
        width:fit-content !important;
        padding:8px;
        border-radius:5px;
        position:relative;
        bottom:8px;
        font-size:17px !important;
    }

    .input-group-label {
      color: #ffffff;
      /* border: 1px solid var(--secondary-alt); */
      border: none;
      padding: 1rem !important;
      background: var(--primary);        
    }
    
    .input-group-label:hover {
      background-color: var(--secondary) !important;
    }
}

.deal-selection-items{
    background:var(--secondary-alt) !important;
    margin:7px;
    border-radius:4px;
    border-bottom:none !important;
}

.deal-item-block,.deal-selection-item{
    background: var(--secondary-alt);
    border-left: 4px solid var(--secondary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.deal-options:before{
    content:'';
    position:absolute;
    width:20px;
    height:3px;
    border-top:1px solid VAR(--secondary);
    left:0;
    bottom:50%;
}

.deal-options:after{
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    border-top:1px solid VAR(--secondary);
    left:135px;
    bottom:50%;
}

.deal-options{
    background: rgb(23 24 25 / 4%) !important;
    position:relative;
    
    .deal-option-name{
        border-radius:3px;
        background: var(--secondary-alt);
        padding:5px;
    }
}

.deal-modal-body-customize ul{
    background: #fcf7ef !important;
    z-index:99;
    border:none;

}
.deal-item-option-container-1{
    color:var(--secondary-alt)
}


.modal-footer input,
input:checked + .input-group-label,
.modal-deals .modal-header button,
.modal-deals .modal-footer button,
.modal-deals .modal-body .auto-deal-selection button,
.modal-deals .modal-body .deal-modal-body-selection-list button {
  background-color: var(--secondary-alt) !important;
  color: #222222 !important;
  border:none;
}

.modal-footer{
    background: rgb(228 197 144 / 13%) !important;

    .popup-item-price{
       font-weight: 700 !important;
    }
}

.navbar .container{
  background: rgb(0 0 0 / 63%);
}

.office-info{
    background: rgb(0 0 0 / 69%);
    backdrop-filter: blur(6px); 

}

.office-wrapper{
    display:flex;
    flex-direction:column;
    align-items:start;
    height:100%;
    position:relative;
    transition: all 0.3s ease;

    .logo:before{
        content:'';
        position:absolute;
        width:365px;
        height:370px;
        top:0;
        left:-53px;
        background: url(./uploads/pattern-4.png);
        background-color:#030303b8;
        border-radius:4px;
        z-index:-1;
        
        @media (max-width:1024px){
            left:0;
            width:100%;
        }
    }

    .logo{
        position:relative;
        top:15px;
        height: 200px;
        min-height:250px;
        display:flex;
        margin-bottom:10px;
        
        img{
            left:30px;
            transition: left 0.3s ease;
            z-index:5;
        }
    }

    .storeinfo:before{
        content: '';
        position: absolute;
        left: -48px;
        top: -245px;
        width: 15px;
        height:370px;    
        background:  url(./uploads/pattern-9.png) center repeat;
    }

    .storeinfo{
        
        #title{
            display:none;
        }
            
        p{
            text-align:center !important;
            font-size:16px;
            color:var(--text-alt)
        }
    }

    
    .storeinfo:after{
        content: '';
        position: absolute;
        right: -40px;
        top: -245px;
        width: 15px;
        height:370px;    
        background:  url(./uploads/pattern-9.png) center repeat;
        background-repeat: repeat !important;
    }

    @media (min-width:1024px){
        left:120px;
    }

    @media(max-width:1024px){
        .logo img{
           width:200px;
            position:relative;
            left:210px;
            top:20px;
        }
    }
    
    @media (min-width:768px) and (max-width: 1024px){
         left:160px !important;
    }

    @media  (max-width: 992px){
        width:100% !important;
        left:0 !important;

        .logo img{
            left:340px;

            @media  (max-width: 906px){
                left:300px;
            }
            
            @media  (max-width: 812px){
                left:260px !important;
            }

            @media  (max-width: 906px){
                left:300px;
            }
        }
    }
}

#menu {
    background:var(--primary);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 4px 8px #00000029;
}

#menu ul li a {
    /* background: var(--main); */
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; /* Positioning context for pseudo-elements */
    transition: transform 0.2s ease-in-out, font-weight 0.2s ease;
}

#menu ul  {
    overflow:hidden;
}

#menu ul li a::before,
#menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px; /* Thickness of the line */
    background-color: var(--secondary-alt); /* Line color */
    width: 0; /* Start with 0 width */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
}

#menu ul li a::before {
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Adjust for perfect centering */
    bottom: 4px; /* Distance between the two lines */
    
}

#menu ul li a::after {
    right: 50%; /* Start from the center */
    transform: translateX(50%); /* Adjust for perfect centering */
}

#menu ul li a:hover::before,
#menu ul li a:hover::after {
    width: 70%; /* Expand both lines to 50% from the center */
}


#menu ul li a:hover,
#menu ul li:hover>a {
    border-bottom: none !important;
    color: #fff !important;
    font-weight: 900;
    background-color: var(--primary)!important;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    border-bottom: none !important;
    color: #fff;
    font-weight: 900;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active::before,
#menu-cont>#menu>#menu-ul>li>a.menu-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px; /* Thickness of the line */
    background-color: var(--secondary-alt); /* Line color */
    width: 70%; /* Start with 0 width */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active::before {
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Adjust for perfect centering */
    bottom: 4px; /* Distance between the two lines */
    
}

.pn-Advancer {
    background: var(--primary);
}

.pn-Advancer_Icon {
    fill: var(--secondary-alt) !important;
}

#menu-items .menu-item h1:before {
    content:'';
    position:absolute;
    top:50px;
    left:50%;    
    width:120px;
    height:100%;
    transform: translateX(-50%);
    background: url(./uploads/separator.png);
    background-size: contain;
    background-repeat:no-repeat;
}

#menu-items .menu-item h1 {
    position:relative !important;
    top:80px !important;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 3rem !important;
    text-align: center;
    font-size: 4rem !important;
    font-family: "Ultra", serif;
    color: var(--secondary);
    padding:5px 25px 25px 25px;
    margin: 0 auto;
    font-weight: 500 !important;
    background:var(--bg) !important;
    position:relative;
}

#menu_items:before{
    content:'';
    position:absolute;
    bottom: 20px;
    right:38px;
    width:260px;
    height:170px;
    background: url(./uploads/bg-6.png);
    background-size: contain;
    background-repeat:no-repeat;
    opacity:0.4;
    animation: upAndDown 3s ease-in-out infinite;

}

#menu_items{
    background: var(--bg);
    border-radius: 5px;
    outline: 1px dashed var(--secondary);
    outline-offset:-9px;
    padding:2rem;
    box-shadow: 0 4px 8px #00000036;
    
    #menu-desc-header{
        text-align:center;
        margin-top:5rem;
        margin-bottom:2rem;
        font-size:20px;
        font-weight:600;
    }

    @media(max-width:768px){
        margin:10px
    }
}

.menu-item {
    position:relative;
    border-bottom: none;
    padding-bottom:10px;
}

@menu-items (max-width:999px){
    background-color 
}

#menu-items ul li.group,
#menu-items ul li.single {
    box-shadow: 0 4px 8px #855621b3;
    border-radius: 6px;
    background: #fff;
    color: var(--text);
    /* transition: all 0.3s ease-in-out;
    /* outline: 2px solid #f5f5f5;  
    outline-offset:-4px; */
    overflow:hidden;
    border:none;
    outline: none;

    & .item-thumb{
        transition: transform 0.3s ease;

        img{
            border-radius:5px;
            
        }
    }
    
    & .item-block{
        display:flex;
        flex-direction:column;
        position:relative !important;

    }

    & .visual-tag-container{
        order: 2;
    }

    & .item-title-container{
        display:flex;
        flex-direction:column;
        gap: 0.5rem;
        position:relative !important;
    }
    
    & .item-description {
        margin-bottom: 2rem;  
        color: var(--te);
    }

    & .item-title{
        font-weight: 700; 
        background: none !important;
        color: var(--primary);
        font-size:18px;
        order: 1;
        max-width:80% !important;
        width:fit-content !important;
        padding-right:10px;
    }
    
    & .item-price{
        top:0;
        right: 0;
        position: absolute;
        font-weight:900;
        color: var(--primary) !important;
        font-size:2rem;
        border-radius: 4px;
        outline-offset:-4px;
        text-align:center;
        font-size: 25px !important;
        background: none !important;
        padding:5px 10px 10px 10px;
        
    }
    
    @media(max-width:768px){
        margin-bottom:20px;    
    }
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #000000d6 !important; 
    color:var(--text);

    & .item-title{
        color: #fff;
    }

    & .item-price{
        outline-width:2px;
        outline-offset: 0px;
        color:var(--secondary-alt) !important;

    }
    & .item-description {
        color:var(--text-alt)
    }

    & .item-thumb{
        transform:scale(1.2);    

       & img{
           border-
            outline:none !important;
            border:none !important;
       } 
    }
}

.main-mask {
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}


@media (max-width:1024px){
    .office-wrapper{
        align-items:center;
    }
    .office-info {
      backdrop-filter: none !important; 
    }


    #menu ul {
        overflow-x: visible;
    }

    
}

@media (max-width:768px){
    #menu ul li a{
        background: var(--primary);
        color:#FFF !important;
    }

    #menu-cont > #menu > #menu-ul > li > a.menu-active{
        background:var(--primary);
    }

    .pn-Advancer {
        background: var(--primary) !important;
    }
    
    #menu-items .menu-item h1 {
        padding:3px 10px 10px 10px;
        font-size:25px !important;
        color:var(--secondary) !important;
    }
    
    #menu {
        border: none !important;
    }
}

@media (max-width:480px){
    .toggle-left, .navbar-right a span{
        filter: invert(100%) ;
    }
    
    #menu-cont > #menu > #menu-ul > li > a.menu-active{
        color:#fff !important;
    }
    
    #menu-items .menu-item h1 {
        left:5px;
    }
    .menu-item {
        padding: 0px;
    }

    .navbar-inverse {
        border-color: var(--primary)!important;
    }
}

@keyframes upAndDown {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-10px); 
    }
    100% {
        transform: translateY(0); 
    }
}